@charset "UTF-8";



.l-container {
  min-width: 360px;
}

.l-inner {
  max-width: 1073px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.l-inner._wide01 {
  max-width: 1080px;
}

.l-inner._narrow01 {
  max-width: 942px;
}

.l-bg__navy01 {
  background: #2a3f49;
}

.l-line01 {
  position: absolute;
  width: 0;
  z-index: -1;
  background: #949fa4;
  height: 1px;
  width: 0;
}

.l-line01.sa {
  opacity: 1 !important;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
}

.l-line01.show {
  width: 110%;
}

.l-line01._lr {
  left: 0;
}

.l-line01._rl {
  right: 0;
}

.l-line01._leftdown {
  -webkit-transform: rotate(-6deg) !important;
  -ms-transform: rotate(-6deg) !important;
  transform: rotate(-6deg) !important;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

.l-line01._rightdown {
  -webkit-transform: rotate(8.3deg) !important;
  -ms-transform: rotate(8.3deg) !important;
  transform: rotate(8.3deg) !important;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}



.c-hl01 {
  text-align: center;
  font-size: 15px;
  color: #969696;
  font-weight: 700;
}

.c-hl01._left {
  text-align: left;
}

.c-hl01._big01 {
  font-size: 18px;
}

.c-hl01.u-roboto {
  font-weight: 500;
}

.c-hl02 {
  font-weight: 700;
  font-size: 22px;
  line-height: 2;
  margin-bottom: 28px;
}

.c-hl02._big01 {
  font-size: 25px;
  line-height: 1.8;
}

.c-hl02._small01 {
  font-size: 20px;
}

.c-hl02__small01 {
  font-size: 18px;
}

.c-hl03 {
  position: relative;
  z-index: 1;
}

.c-hl03:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  z-index: -1;
}

.c-hl03__inner {
  display: inline-block;
  background: #fff;
  padding-right: 30px;
  font-size: 21px;
  font-weight: 500;
}



.c-button01 {
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 23px;
  letter-spacing: 0.2em;
}

.c-button01:hover {
  text-decoration: none;
}

.c-button01.u-roboto {
  font-weight: 500;
}

.c-button02 {
  display: block;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.c-button02__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
}

.c-button02__inner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #2a3f49;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}

.c-button02:hover {
  text-decoration: none;
}



.c-link-more {
  text-align: right;
}

.c-link-more__link {
  position: relative;
  font-size: 12px;
  padding-left: 13px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.c-link-more__link:hover {
  text-decoration: none;
}

.c-link-more__link:before {
  content: "\FF1E";
  position: absolute;
  left: 0;
  top: -3px;
}



.c-contact01 {
  color: #fff;
}

.c-contact01 .c-hl01 {
  margin-bottom: 45px;
}

.c-contact01__wrap {
  max-width: 862px;
  margin: 0 auto;
}

.c-contact01__wrap:after {
  content: " ";
  display: block;
  clear: both;
}

.c-contact01__text01 {
  float: left;
  font-weight: 700;
  padding-top: 20px;
  font-size: 16px;
}

.c-contact01 .c-button01 {
  float: right;
  width: calc(100% - 367px);
}

.c-contact01 .l-inner {
  padding-top: 58px;
  padding-bottom: 58px;
}



.c-post01 {
  border-top: 1px solid #949fa4;
}

.c-post01__day {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 135px;
  color: #949fa4;
}

.c-post01__category {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 158px;
}

.c-post01__category > span {
  display: block;
  border: 1px solid #949fa4;
  padding: 0 10px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 5px;
}

.c-post01__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  font-size: 15px;
  font-weight: 700;
  width: calc(100% - 345px);
}

.c-post01__link {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 28px 5px 25px;
}

.c-post01__link:after {
  content: " ";
  display: block;
  clear: both;
}

.c-post01__link:hover {
  text-decoration: none;
}

.c-post01__child {
  border-bottom: 1px solid #949fa4;
}

.c-post01._big01 .c-post01__day {
  font-size: 15px;
  width: 100px;
}

.c-post01._big01 .c-post01__link {
  padding: 45px 0 46px;
}

.c-post01._big01 .c-post01__category {
  width: 176px;
}

.c-post01._big01 .c-post01__category > span {
  font-size: 15px;
}

.c-post01._big01 .c-post01__title {
  font-size: 17px;
  width: calc(100% - 337px);
}



.c-contents01 .c-hl03 {
  margin-bottom: 30px;
}

.c-contents01 .q-service-button {
  margin-top: 45px;
}

.c-contents01__box:after {
  content: " ";
  display: block;
  clear: both;
}

.c-contents01__image01 {
  float: left;
  width: 304px;
  margin-top: 15px;
}

.c-contents01__desc {
  float: right;
  width: calc(100% - 355px);
}

.c-contents01__desc .c-hl02 {
  margin-bottom: 20px;
  font-size: 18px;
}

.c-contents01__child + .c-contents01__child {
  margin-top: 82px;
}



.c-main01 {
  position: relative;
  z-index: 1;
  height: 346px;
}

.c-main01:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(42, 63, 73, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.c-main01__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 112px 20px 0;
  color: #fff;
}

.c-main01__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.c-main01__image01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center 25%;
  object-position: center 25%;
  font-family: "object-fit:cover; object-position:center 25%;";
  z-index: -2;
}

.c-main01__logo {
  float: left;
  margin-right: 45px;
}

.c-main01__logo img {
  width: 67px;
}

.c-main01__text01 {
  float: left;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  margin-top: -20px;
}

.c-main01__text01-en {
  font-size: 36px;
  display: block;
}





.c-info01__tel {
  display: inline-block;
  font-weight: 700;
  font-size: 23px;
  margin-right: 27px;
}

.c-info01__time {
  display: inline-block;
  font-size: 12px;
}

[data-js-tel] a {
  color: inherit;
  text-decoration: underline;
}

/*アニメーション*/

.sa {
  opacity: 0;
  -webkit-transition: all .6s ease;
  transition: all .6s ease;
}

.sa--lr {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

.sa--rl {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

.sa--up {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

.sa--down {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

.sa--scaleUp {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.sa--scaleDown {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}

.sa--rotateL {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sa--rotateR {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.sa.show {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/*全画面*/

.g-wrapper {
  overflow: hidden;
}

/*ヘッダー*/

.g-header01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.g-header01__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 72px 20px 0;
  position: relative;
}

.g-header01__inner:after {
  content: " ";
  display: block;
  clear: both;
}

.g-header01__inner .logo {
  float: left;
  margin-top: 9px;
}

.g-header01__inner .logo img {
  width: 125px;
}

.g-header01._fix {
  position: fixed;
  opacity: 0;
  pointer-events: none;
}

.g-header01._fix .g-header01__inner {
  padding-top: 40px;
  padding-bottom: 48px;
}

.g-header01._fix .logo {
  margin-top: 8px;
}

.g-header01._fix .logo img {
  width: 67px;
}

.g-header01._fix .g-navi01 {
  margin-right: 20px;
}

.g-header01.is-fix.is-show {
  opacity: 1;
  pointer-events: auto;
}

.g-header01._sub {
  opacity: 0;
  position: fixed;
}

.g-header01._sub .logo {
  display: none;
}

.g-header01._sub .g-header01__inner {
  padding: 0;
}

.g-header01._sub.is-fix {
  opacity: 1;
}

.g-navi01 {
  float: right;
}

.g-navi01__open {
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 20px;
  width: 32px;
  height: 32px;
}

.g-navi01__open:before,
.g-navi01__open:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2a3f49;
  position: absolute;
  left: 0;
}

.g-navi01__open:before {
  top: 0;
}

.g-navi01__open:after {
  top: 8px;
}

.g-navi01__close {
  cursor: pointer;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 32px;
  height: 32px;
}

.g-navi01__close:before,
.g-navi01__close:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
}

.g-navi01__close:before {
  -webkit-transform: rotate(-35deg) !important;
  -ms-transform: rotate(-35deg) !important;
  transform: rotate(-35deg) !important;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.g-navi01__close:after {
  -webkit-transform: rotate(35deg) !important;
  -ms-transform: rotate(35deg) !important;
  transform: rotate(35deg) !important;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

.g-navi01__arrow02 {
  display: inline-block;
  padding-right: 17px;
  position: relative;
}

.g-navi01__arrow02:before {
  content: "\FF1E";
  position: absolute;
  right: 0;
}

.g-navi01__list01 {
  font-size: 16px;
  font-weight: 500;
}

.g-navi01__list01:after {
  content: " ";
  display: block;
  clear: both;
}

.g-navi01__list01 > li {
  float: left;
}

.g-navi01__list01 > li + li {
  padding-left: 32px;
}

.g-navi01__list02 {
  font-size: 15px;
  position: absolute;
  font-weight: 700;
  padding-top: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
  margin-right: 40px;
}

.g-navi01__list02:after {
  content: " ";
  display: block;
  clear: both;
}

.g-navi01__list02 ul > li {
  float: left;
}

.g-navi01__list02 ul > li + li {
  margin-left: 30px;
}

.g-navi01__list02 ul > li a {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.g-navi01__list02 ul > li a:hover {
  text-decoration: none;
}

.g-navi01__link01 {
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.g-navi01__link01:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #2a3f49;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}

.g-navi01__link01:hover {
  text-decoration: none;
}

.g-navi01__hover._hover01 .g-navi01__list02 {
  right: 0;
}

.g-navi01__hover._hover02 .g-navi01__list02 {
  right: 0;
}

.g-navi02 {
  height: 121px;
  position: relative;
}

.g-navi02__logo {
  width: 48px;
  height: 36px;
  background: url(../img/cmn/logo02.png) center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.g-navi02__wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
}

.g-navi02__wrap.is-fix {
  position: fixed;
}

.g-navi02__wrap.is-fix .g-navi02__logo {
  opacity: 1;
}

.g-navi02 .l-inner {
  max-width: 1300px;
}

.g-navi02__list01 {
  padding-left: 112px;
}

.g-navi02__list01:after {
  content: " ";
  display: block;
  clear: both;
}

.g-navi02__list01 > li {
  float: left;
  margin-right: 35px;
}

.g-navi02__link01 {
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding-top: 17px;
  padding-bottom: 17px;
  display: block;
}

.g-navi02__link01:hover {
  text-decoration: none;
}

.g-navi02__list02 {
  position: absolute;
  width: 100%;
  top: 63px;
  left: 0;
  text-align: center;
  border-bottom: 1px solid #949fa4;
  background: rgba(255, 255, 255, 0.9);
  font-size: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
  pointer-events: none;
}

.g-navi02__list02 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  display: inline-block;
  width: 353px;
  position: relative;
}

.g-navi02__list02 li:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background: #bfc5c8;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.g-navi02__list02 li:last-child:before {
  display: none;
}

.g-navi02__list02 li a {
  display: block;
  font-weight: 700;
  color: #2a3f49;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.g-navi02__list02 li a:hover {
  text-decoration: none;
}

.g-navi02__hover:hover .g-navi02__list02 {
  opacity: 1;
  pointer-events: auto;
}

.g-navi02__hover:hover .g-navi02__list02 {
  pointer-events: auto;
}

.g-navi02__hover:hover .g-navi02__link01 {
  opacity: 0.6;
}

.g-navi02__page {
  color: #fff;
  word-break: break-all;
  padding-top: 5px;
  padding-bottom: 9px;
}

.g-navi02__page > li {
  display: inline;
  font-family: 'Roboto', 'Noto Sans JP', 'メイリオ', Meiryo, sans-serif;
  font-weight: 500;
  font-size: 10px;
}

.g-navi02__page > li + li:before {
  content: "\003E";
  /*	content: ">";*/
  margin-right: 8px;
}

.g-navi02__page a {
  color: #fff;
}

.g-navi02__open {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 20px;
  width: 32px;
  height: 17px;
  z-index: 10000;
}

.g-navi02__open:before,
.g-navi02__open:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}

.g-navi02__open:before {
  top: 0;
}

.g-navi02__open:after {
  top: 8px;
}

.page-top .g-navi01__open {
  position: fixed;
}

.page-service-casting .g-navi02__hover._hover01 .g-navi02__list02,
.page-service-agent .g-navi02__hover._hover01 .g-navi02__list02,
.page-service-photograph .g-navi02__hover._hover01 .g-navi02__list02 {
  opacity: 1;
  pointer-events: auto;
}

.page-service-casting .g-navi02__hover._hover01 .g-navi02__link01,
.page-service-agent .g-navi02__hover._hover01 .g-navi02__link01,
.page-service-photograph .g-navi02__hover._hover01 .g-navi02__link01 {
  opacity: 0.6;
}

.page-service-casting .g-navi02__hover._hover02 .g-navi02__list02,
.page-service-agent .g-navi02__hover._hover02 .g-navi02__list02,
.page-service-photograph .g-navi02__hover._hover02 .g-navi02__list02 {
  background: #fff;
}

.page-service-casting .g-navi02 ._hover01 .g-navi02__list02 li:nth-child(1) a {
  opacity: 0.6;
}

.page-service-agent .g-navi02 ._hover01 .g-navi02__list02 li:nth-child(2) a {
  opacity: 0.6;
}

.page-service-photograph .g-navi02 ._hover01 .g-navi02__list02 li:nth-child(3) a {
  opacity: 0.6;
}

.page-aboutus-message .g-navi02__hover._hover01 .g-navi02__list02,
.page-aboutus-access .g-navi02__hover._hover01 .g-navi02__list02,
.page-aboutus-recruit .g-navi02__hover._hover01 .g-navi02__list02 {
  background: #fff;
  z-index: 10;
}

.page-aboutus-message .g-navi02__hover._hover02 .g-navi02__list02,
.page-aboutus-access .g-navi02__hover._hover02 .g-navi02__list02,
.page-aboutus-recruit .g-navi02__hover._hover02 .g-navi02__list02 {
  opacity: 1;
  pointer-events: auto;
}

.page-aboutus-message .g-navi02__hover._hover02 .g-navi02__link01,
.page-aboutus-access .g-navi02__hover._hover02 .g-navi02__link01,
.page-aboutus-recruit .g-navi02__hover._hover02 .g-navi02__link01 {
  opacity: 0.6;
}

.page-aboutus-message .g-navi02 ._hover02 .g-navi02__list02 li:nth-child(1) a {
  opacity: 0.6;
}

.page-aboutus-access .g-navi02 ._hover02 .g-navi02__list02 li:nth-child(2) a {
  opacity: 0.6;
}

.page-aboutus-recruit .g-navi02 ._hover02 .g-navi02__list02 li:nth-child(3) a {
  opacity: 0.6;
}

.page-news .g-navi02__list01 > li:nth-child(5) a {
  opacity: 0.6;
}

.page-thanks .g-navi02__list01 > li:nth-child(6) a,
.page-contact .g-navi02__list01 > li:nth-child(6) a {
  opacity: 0.6;
}

/*フッター*/

.g-footer .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  max-width: 1300px;
}

.g-footer .info {
  flex-grow: 1;
  display: flex;
  align-items: flex-end;
  margin-left: 30px;
  padding-bottom: 10px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.g-footer .privacy {
  margin-left: 20px;
  font-size: 10px;
  text-align: right;
}

.g-footer .privacy a {
  display: inline-block;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.g-footer .privacy a:not(:first-child) {
  margin-left: 1em;
}

.g-footer .privacy a:hover {
  text-decoration: none;
}

.g-footer .logo {
  flex-shrink: 0;
}

.g-footer .logo img {
  width: 77px;
}

.g-footer .copyright {
  flex-shrink: 0;
  text-align: center;
  font-size: 11px;
}

/*メイン*/

.g-main {
  display: block;
}

.g-main:after {
  content: " ";
  display: block;
  clear: both;
}

/*----------------------------------------

aboutus-access

-----------------------------------------*/

.q-aboutus-access-company .l-inner {
  padding-top: 102px;
  padding-bottom: 103px;
}

.q-aboutus-access-company .c-hl01 {
  margin-bottom: 23px;
}

.q-aboutus-access-company .company table {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #b1b6ba;
  border-left: 1px solid #b1b6ba;
  border-right: 1px solid #b1b6ba;
}

.q-aboutus-access-company .company table th,
.q-aboutus-access-company .company table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #b1b6ba;
  vertical-align: top;
}

.q-aboutus-access-company .company table th {
  width: 200px;
  padding: 14px 0 13px 48px;
  font-size: 17px;
  text-align: left;
  font-weight: 700;
}

.q-aboutus-access-company .company table td {
  padding: 15px 48px 13px 0;
  font-size: 15px;
  line-height: 2;
}

.q-aboutus-access-company .company__list01 {
  font-size: 13px;
  line-height: 2.15385;
}

.q-aboutus-access-company .company__list01:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-access-company .company__list01-small01 {
  font-size: 10px;
  margin-left: 25px;
}

.q-aboutus-access-company .company__list01-child:nth-child(odd) {
  float: left;
  margin-right: 97px;
}

.q-aboutus-access-company .company__list01-child:nth-child(even) {
  float: left;
}

.q-aboutus-access-company .company .company__block {
  border-top: none;
}

.q-aboutus-access-company .company .company__dl{
	display: table;
	width:100%;
}

.q-aboutus-access-company .company .company__dl+.company__dl{
	margin-top:10px;
}

.q-aboutus-access-company .company .company__dl dt,
.q-aboutus-access-company .company .company__dl dd{
	display: table-cell;
}

.q-aboutus-access-company .company .company__dl dt{
	width:60px;
}

.q-aboutus-access-factory .l-inner {
  padding-bottom: 105px;
  max-width: 1090px;
}

.q-aboutus-access-factory .c-hl01 {
  margin-bottom: 18px;
}

.q-aboutus-access-factory .factory__map {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36.76%;
  float: right;
  padding-top: 10px;
}

.q-aboutus-access-factory .factory__map iframe {
  width: 100%;
  height: 290px;
  vertical-align: middle;
  padding-top: 0;
}

.q-aboutus-access-factory .factory__desc {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 58%;
  float: left;
  padding-left: 6.7%;
}

.q-aboutus-access-factory .factory__name {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 42px;
}

.q-aboutus-access-factory .factory__logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.q-aboutus-access-factory .factory__logo img {
  height: 42px;
}

.q-aboutus-access-factory .factory__link01 {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  background: #2a3f49;
  border-radius: 20px;
  padding: 3px 12px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  vertical-align: top;
  margin-top: 10px;
  line-height: 1.3;
}

.q-aboutus-access-factory .factory__link01:hover {
  text-decoration: none;
}

.q-aboutus-access-factory .factory__info {
  margin-top: 25px;
  font-size: 15px;
}

.q-aboutus-access-factory .factory__info-map {
  display: inline-block;
  font-size: 10px;
  font-weight: 400;
  border: 1px solid #2a3f49;
  padding: 3px 12px;
  border-radius: 20px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  margin-left: 10px;
  line-height: 1.2;
  letter-spacing: 0;
}

.q-aboutus-access-factory .factory__info-map:hover {
  text-decoration: none;
}

.q-aboutus-access-factory .factory__info table {
  width: 100%;
}

.q-aboutus-access-factory .factory__info table th,
.q-aboutus-access-factory .factory__info table td {
  padding-bottom: 22px;
}

.q-aboutus-access-factory .factory__info table th {
  width: 104px;
  text-align: left;
}

.q-aboutus-access-factory .factory__info table td p + p {
  margin-top: 24px;
}

.q-aboutus-access-factory .factory__child:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-access-factory .factory__child + .factory__child {
  margin-top: 62px;
}

.q-aboutus-access-factory .factory__child._kaminoge .factory__logo img {
  height: 32px;
}

.q-aboutus-access-factory .factory .slide01 {
  margin-bottom: 35px;
}

.q-aboutus-access-factory .factory .slide01-main {
  text-align: center;
}

.q-aboutus-access-factory .factory .slide01 .slick-dots {
  text-align: center;
  margin-top: 10px;
}

.q-aboutus-access-factory .factory .slide01 .slick-dots li {
  display: inline-block;
  margin: 0 9px;
}

.q-aboutus-access-factory .factory .slide01 .slick-dots li button {
  cursor: pointer;
  font-size: 0;
  border: none;
  background: #cacfd1;
  padding: 0;
  border: none;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  vertical-align: top;
}

.q-aboutus-access-factory .factory .slide01 .slick-dots li.slick-active button {
  background: #2a3f49;
}

.q-aboutus-access-factory .factory .thumbnail01 {
  margin: 0 -0.1%;
}

.q-aboutus-access-factory .factory .thumbnail01:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-access-factory .factory .thumbnail01__child {
  cursor: pointer;
}

.q-aboutus-access-factory .factory .thumbnail01__child-inner {
  padding: 0 1%;
}

/*----------------------------------------

aboutus-message

-----------------------------------------*/

.q-aboutus-message-mission {
  position: relative;
  margin-bottom: 60px;
}

.q-aboutus-message-mission .l-inner {
  padding-top: 107px;
}

.q-aboutus-message-mission .l-line01 {
  bottom: 35px;
}

.q-aboutus-message-mission .mission:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-message-mission .mission__desc01 {
  float: right;
  width: calc(100% - 350px);
  padding-top: 45px;
}

.q-aboutus-message-mission .mission__desc01 .c-hl01 {
  margin-bottom: 57px;
}

.q-aboutus-message-mission .mission__image01 {
  float: left;
  width: 463px;
  margin-left: -190px;
}

.q-aboutus-message-mission .mission__text01 {
  font-size: 14px;
  line-height: 2;
  letter-spacing: -0.02em;
}

.q-aboutus-message-vision {
  position: relative;
  margin-bottom: 52px;
}

.q-aboutus-message-vision .c-hl01 {
  margin-bottom: 58px;
}

.q-aboutus-message-vision .c-hl02 {
  margin-bottom: 20px;
}

.q-aboutus-message-vision .vision {
  position: relative;
}

.q-aboutus-message-vision .vision:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-message-vision .vision__desc01 {
  position: relative;
  z-index: 1;
  margin-right: 378px;
  min-height: 577px;
}

.q-aboutus-message-vision .vision__image01 {
  position: absolute;
  top: 48px;
  right: -190px;
}

.q-aboutus-message-vision .vision__image01 img {
  width: 728px;
}

.q-aboutus-message-vision .vision__hl01 {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 37px;
}

.q-aboutus-message-vision .vision__text01 {
  font-size: 14px;
  line-height: 2;
  padding-right: 70px;
}

.q-aboutus-message-copy {
  position: relative;
  margin-bottom: 208px;
}

.q-aboutus-message-copy .l-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-message-copy .l-line01 {
  bottom: 33.7%;
}

.q-aboutus-message-copy .c-hl01 {
  margin-bottom: 59px;
}

.q-aboutus-message-copy .box {
  float: right;
  width: calc(100% - 297px);
}

.q-aboutus-message-copy .value {
  margin-bottom: 94px;
}

.q-aboutus-message-copy .list01 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.8;
}

.q-aboutus-message-copy .image01 {
  float: left;
  width: 347px;
  margin-left: -188px;
  margin-top: 90px;
}

.q-aboutus-message-copy .image01:after {
  content: " ";
  display: block;
  clear: both;
}

.q-aboutus-message-copy .image01__pic01 {
  margin-bottom: 45px;
}

.q-aboutus-message-culture {
  position: relative;
  z-index: 1;
  margin-bottom: 66px;
}

.q-aboutus-message-culture .l-inner {
  padding-bottom: 315px;
}

.q-aboutus-message-culture .c-hl01 {
  margin-bottom: 48px;
}

.q-aboutus-message-culture .catch {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.80111;
}

.q-aboutus-message-culture .catch__en {
  display: block;
  font-size: 77px;
}

.q-aboutus-message-culture .l-line01 {
  bottom: 278px;
}

.q-aboutus-message-representative .l-inner {
  max-width: 947px;
  margin: 0 auto;
  padding-bottom: 148px;
}

.q-aboutus-message-representative .image01 {
  text-align: center;
  margin-bottom: 60px;
  margin-top: 25px;
}

.q-aboutus-message-representative .hl01 {
  font-weight: 700;
  font-size: 20px;
  line-height: 2;
  margin-bottom: 20px;
}

.q-aboutus-message-representative .text01 {
  margin-bottom: 65px;
  font-size: 14px;
  line-height: 2;
}

.q-aboutus-message-representative .text01 p + p {
  margin-top: 28px;
}

.q-aboutus-message-representative .profile {
  background: #eaeced;
  border-radius: 10px;
  padding: 27px 51px;
}

.q-aboutus-message-representative .profile__hl01 {
  font-weight: 500;
  margin-bottom: 15px;
}

.q-aboutus-message-representative .profile__position {
  display: block;
  font-size: 14px;
}

.q-aboutus-message-representative .profile__name {
  font-size: 18px;
}

.q-aboutus-message-representative .profile__text01 {
  font-size: 11px;
}

/*----------------------------------------

aboutus-recruit

-----------------------------------------*/

.q-aboutus-recruit-box01 {
  position: relative;
}

.q-aboutus-recruit-box01 .l-inner {
  padding-top: 107px;
  padding-bottom: 100px;
}

.q-aboutus-recruit-box01 .text01 {
  font-size: 15px;
}

/*----------------------------------------

contact

-----------------------------------------*/

.q-contact-form .l-inner {
  padding-top: 104px;
  padding-bottom: 100px;
}

.q-contact-form [data-js-tel] a {
  text-decoration: none;
}

.q-contact-form .text01 {
  margin-top: 15px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 2;
}

.q-contact-form .info {
  border-bottom: 1px solid #949fa4;
  padding-bottom: 55px;
  margin-bottom: 46px;
}

.q-contact-form .form__req {
  font-size: 10px;
  position: absolute;
  right: 20px;
  top: 34px;
}

.q-contact-form .form__wrap {
  max-width: 830px;
  margin-bottom: 50px;
}

.q-contact-form .form__note01 {
  color: #b4bcbf;
  font-size: 10px;
  margin-bottom: 7px;
}

.q-contact-form .form table {
  width: 100%;
}

.q-contact-form .form table th,
.q-contact-form .form table td {
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.q-contact-form .form table th {
  width: 212px;
  text-align: left;
  font-weight: 700;
  vertical-align: top;
  position: relative;
  padding-top: 31px;
  padding-bottom: 18px;
}

.q-contact-form .form table td {
  padding-bottom: 18px;
}

.q-contact-form .form__checkbox {
  padding-top: 26px;
  margin-bottom: 10px;
}

.q-contact-form .form__checkbox label {
  display: block;
  cursor: pointer;
  margin-bottom: 3px;
}

.q-contact-form .form__checkbox input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.q-contact-form .form__checkbox input + span {
  display: inline-block;
  cursor: pointer;
  padding-left: 27px;
  position: relative;
}

.q-contact-form .form__checkbox input + span:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #2a3f49;
}

.q-contact-form .form__checkbox input:checked + span:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;
  width: 7px;
  height: 10px;
  border-right: 2px solid #2a3f49;
  border-bottom: 2px solid #2a3f49;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.q-contact-form .form input[type="text"],
.q-contact-form .form input[type="email"],
.q-contact-form .form input[type="tel"],
.q-contact-form .form textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #949fa4;
  padding: 13px 15px;
  font-family: inherit;
  font-size: inherit;
  -webkit-appearance: none;
  border-radius: 0;
}

.q-contact-form .form input[type="text"]:focus,
.q-contact-form .form input[type="email"]:focus,
.q-contact-form .form input[type="tel"]:focus,
.q-contact-form .form textarea:focus {
  outline: 2px solid rgba(0, 0, 0, 0.8);
  outline-offset: 0;
}

.q-contact-form .form textarea {
  resize: vertical;
  min-height: 211px;
}

.q-contact-form .form__check {
  text-align: center;
  margin-bottom: 22px;
  font-size: 12px;
}

.q-contact-form .form__check label {
  cursor: pointer;
}

.q-contact-form .form__check input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.q-contact-form .form__check input + span {
  display: inline-block;
  cursor: pointer;
  padding-left: 27px;
  position: relative;
}

.q-contact-form .form__check input + span:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #2a3f49;
}

.q-contact-form .form__check input:checked + span:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 3px;
  width: 7px;
  height: 10px;
  border-right: 2px solid #2a3f49;
  border-bottom: 2px solid #2a3f49;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.q-contact-form .form__submit {
  max-width: 515px;
  margin: 0 auto;
}

.q-contact-form .form__submit input {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #2a3f49;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: 10px;
  padding: 22px 10px 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
}

.q-contact-form .form__submit input:hover {
  text-decoration: none;
}

.q-contact-form .form__submit input:disabled {
  background: #949fa4;
  cursor: auto;
}

.q-contact-form .error {
  text-align: center;
  color: #c12d27;
  margin-bottom: 20px;
}

.q-contact-form._confirm .form table th {
  padding-top: 0;
}

.q-contact-thanks .l-inner {
  padding-top: 140px;
  padding-bottom: 90px;
}

.q-contact-thanks .hl01 {
  text-align: center;
  font-weight: 700;
  font-size: 23px;
  margin-bottom: 10px;
}

.q-contact-thanks .c-hl01 {
  margin-bottom: 140px;
}

.q-contact-thanks .text01 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 31px;
}

/*----------------------------------------

news

-----------------------------------------*/

.q-news-list01 .l-inner {
  padding-top: 104px;
  padding-bottom: 140px;
}

.q-news-list01 .l-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.q-news-list01 .text01 {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 86px;
  margin-top: 15px;
}

.q-news-list01 .button-more,
.q-news-list01 .button-close {
  margin-top: 34px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding-left: 22px;
  float: right;
  font-size: 15px;
}

.q-news-list01 .button-more:before,
.q-news-list01 .button-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
}

.q-news-list01 .button-more:before {
  border-width: 11px 7px 0 7px;
  border-color: #2a3f49 transparent transparent transparent;
}

.q-news-list01 .button-close:before {
  border-width: 0 7px 11px 7px;
  border-color: transparent transparent #2a3f49 transparent;
}

/*----------------------------------------

privacy

-----------------------------------------*/

.q-privacy-box01 .l-inner {
  padding-top: 105px;
  padding-bottom: 92px;
}

.q-privacy-box01 .c-hl01 {
  margin-bottom: 16px;
}

.q-privacy-box01 .box01 {
  max-width: 836px;
}

.q-privacy-box01 .box01__hl01 {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 10px;
}

.q-privacy-box01 .box01__text01 {
  font-size: 14px;
  line-height: 2;
}

.q-privacy-box01 .box01__text01 p + p {
  margin-top: 25px;
}

.q-privacy-box01 .box01__child + .box01__child {
  margin-top: 22px;
}

.q-privacy-box01 .box01__dl01._space > div:not(:last-child){
  margin-bottom: 20px;
}

.q-privacy-box01 .box01__dl01 dt {
  font-weight: 700;
}

.q-privacy-box01 .box01__dl01 dd {
  padding-left: 2.6em;
}

.q-privacy-box01 .box01__list01 {
  display: table;
}

.q-privacy-box01 .box01__list01 > li {
  display: table-row;
}

.q-privacy-box01 .box01__list01 > li > span {
  display: table-cell;
}

/*----------------------------------------

service

-----------------------------------------*/

.q-service-button{
  display: block;
  background: #fff;
  text-align: center;
  padding: 15px 10px;
  border-radius: 10px;
  border: #2a3f49 solid 1px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  background-image: url(../img/cmn/btn_arrow.png);
  background-position: center right 20px;
  background-repeat: no-repeat;
  background-size: 12px auto;
  max-width: 515px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.q-service-button:hover {
  text-decoration: none;
}

/*----------------------------------------

service-agent

-----------------------------------------*/

.q-service-agent-support .l-inner {
  padding-top: 100px;
  padding-bottom: 131px;
  max-width: 947px;
}

.q-service-agent-support .text01 {
  margin-bottom: 85px;
  font-size: 14px;
  line-height: 2.14286;
}

.q-service-agent-support .c-contents01 .c-hl02 {
  margin-right: -20px;
}

/*----------------------------------------

service-casting

-----------------------------------------*/

.q-service-casting-offer .l-inner {
  padding-top: 100px;
  padding-bottom: 83px;
}

.q-service-casting-offer .c-hl02 {
  margin-bottom: 20px;
}

.q-service-casting-offer .text01 {
  margin-bottom: 42px;
  font-size: 14px;
  line-height: 2;
}

.q-service-casting-offer .q-service-button {
  margin-top: 100px;
}

.q-service-casting-important .l-sp-bottomborder {
  padding-bottom: 34px;
}

.q-service-casting-important .l-inner {
  padding-bottom: 91px;
}

.q-service-casting-important .text01 {
  margin-bottom: 47px;
  font-size: 14px;
  line-height: 2;
}

.q-service-casting-important .important:after {
  content: " ";
  display: block;
  clear: both;
}

.q-service-casting-important .important__child {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 21.23%;
  height: 197px;
  color: #fff;
  background: #2a3f49;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 19px;
  padding: 10px 5px;
  margin-right: 5.0266%;
}

.q-service-casting-important .important__child:nth-child(4) {
  margin-right: 0;
}

.q-service-casting-genre .l-inner {
  padding-bottom: 95px;
}

.q-service-casting-genre .text01 {
  margin-bottom: 52px;
  font-size: 14px;
  line-height: 2;
}

.q-service-casting-genre .c-spscroll01 {
  margin-left: -10px;
  margin-right: -10px;
}

.q-service-casting-genre .q-service-button {
  margin-top: 84px;
}

.q-casting-cloud .l-inner {
  padding-bottom: 120px;
}

.q-casting-cloud .image01 {
  text-align: center;
  max-width: 725px;
  margin: 0 auto 53px;
  padding-top: 20px;
}

.q-casting-cloud .image01 img {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.q-casting-cloud .text01 {
  position: relative;
  padding-left: 155px;
  margin-bottom: 55px;
  font-size: 14px;
  line-height: 2.14286;
}

.q-casting-cloud .text01__logo img {
  position: absolute;
  width: 168px;
  left: -25px;
  top: -10px;
}

.q-casting-cloud .banner {
  margin-left: -1%;
  margin-right: -2.5%;
}

/*----------------------------------------

q-service-photograph

-----------------------------------------*/

.q-service-photograph-production .l-sp-bottomborder {
  padding-bottom: 30px;
}

.q-service-photograph-production .l-inner {
  max-width: 1121px;
  padding-top: 102px;
  padding-bottom: 90px;
}

.q-service-photograph-production .desc01 {
  max-width: 942px;
  margin: 0 auto 48px;
}

.q-service-photograph-production .desc01__text01 {
  font-size: 14px;
  line-height: 2;
}

.q-service-photograph-production .production:after {
  content: " ";
  display: block;
  clear: both;
}

.q-service-photograph-production .production__image01 {
  max-width: 200px;
  margin: 0 auto 25px;
}

.q-service-photograph-production .production__text01 {
  font-weight: 700;
  letter-spacing: -0.1em;
}

.q-service-photograph-production .production__child {
  float: left;
  text-align: center;
  width: 24%;
  margin-right: 1.3%;
}

.q-service-photograph-production .production__child:nth-child(4) {
  margin-right: 0;
}

.q-service-photograph-team .l-inner {
  padding-bottom: 131px;
}

.q-service-photograph-team .text01 {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 2;
}

.q-service-photograph-team .team {
  margin-bottom: 94px;
}

.q-service-photograph-team .team:after {
  content: " ";
  display: block;
  clear: both;
}

.q-service-photograph-team .team__image01 {
  max-width: 131px;
  margin: 0 auto 40px;
}

.q-service-photograph-team .team__text01 {
  font-weight: 700;
  font-size: 15px;
}

.q-service-photograph-team .team__child {
  text-align: center;
  float: left;
  width: 33%;
  margin-right: 0.5%;
  letter-spacing: -0.05em;
}

.q-service-photograph-team .team__child:nth-child(3) {
  margin-right: 0;
}

/*----------------------------------------

index

-----------------------------------------*/

.q-top-mv {
  overflow: hidden;
  position: relative;
}

.q-top-mv .catch {
  font-weight: 700;
  font-size: 42px;
  padding-left: 5.77%;
  line-height: 1.7;
}

.q-top-mv .catch__en {
  display: block;
  font-size: 86px;
  line-height: 1.2786;
  margin-bottom: 30px;
}

.q-top-mv .l-inner {
  padding-top: 335px;
  padding-bottom: 68px;
}

.q-top-mv .l-line01 {
  top: 318px;
}

.q-top-lead {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-bottom: 75px;
}

.q-top-lead .l-inner {
  max-width: 950px;
}

.q-top-lead .l-inner:after {
  content: " ";
  display: block;
  clear: both;
}

.q-top-lead .lead {
  position: relative;
  z-index: 2;
}

.q-top-lead .lead:after {
  content: " ";
  display: block;
  clear: both;
}

.q-top-lead .lead__image01 {
  position: absolute;
  width: 637px;
  right: -250px;
  top: 47px;
}

.q-top-lead .lead__desc01 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 430px);
  padding-bottom: 156px;
}

.q-top-lead .lead__text01 {
  letter-spacing: -0.05em;
}

.q-top-lead .line01 {
  top: 200px;
}

.q-top-lead .line02 {
  bottom: 312px;
}

.q-top-lead .line03 {
  bottom: 37px;
}

.q-top-lead .image01 {
  position: relative;
  z-index: 1;
}

.q-top-lead .image01__pic01 {
  float: left;
  margin-left: -175px;
  margin-top: -90px;
  width: 336px;
}

.q-top-lead .image01__pic02 {
  float: right;
  margin-top: -35px;
  margin-right: 27.5%;
  width: 441px;
}

.q-top-service {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 130px;
}

.q-top-service .c-hl01 {
  margin-bottom: 27px;
}

.q-top-service .text01 {
  max-width: 810px;
  margin-bottom: 54px;
}

.q-top-service .menu {
  font-size: 25px;
}

.q-top-service .menu:after {
  content: " ";
  display: block;
  clear: both;
}

.q-top-service .menu .c-button02__inner {
  height: 241px;
}

.q-top-service .menu ._menu01 {
  background-image: url(../img/top/service_menu01_pc.jpg);
  margin-bottom: 7px;
}

.q-top-service .menu ._menu02 {
  background-image: url(../img/top/service_menu02_pc.jpg);
  float: left;
  width: 49.67%;
}

.q-top-service .menu ._menu03 {
  background-image: url(../img/top/service_menu03_pc.jpg);
  float: right;
  width: 49.67%;
}

.q-top-service .l-line01 {
  bottom: 232px;
}

.q-top-about {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 93px;
}

.q-top-about .menu {
  font-size: 22px;
  margin-top: 40px;
}

.q-top-about .menu:after {
  content: " ";
  display: block;
  clear: both;
}

.q-top-about .menu .c-button02__inner {
  height: 233px;
}

.q-top-about .menu__child {
  float: left;
  width: 32.89%;
  margin-right: 0.655%;
}

.q-top-about .menu__child:nth-child(3) {
  margin-right: 0;
}

.q-top-about .menu ._menu01 {
  background-image: url(../img/top/about_menu01_pc.jpg);
}

.q-top-about .menu ._menu02 {
  background-image: url(../img/top/about_menu02_pc.jpg);
}

.q-top-about .menu ._menu03 {
  background-image: url(../img/top/about_menu03_pc.jpg);
}

.q-top-about .l-line01 {
  bottom: 38px;
}

.q-top-news .l-inner {
  max-width: 955px;
  padding-bottom: 60px;
}

.q-top-news .c-hl01 {
  margin-bottom: 44px;
}

.q-top-news .c-link-more {
  padding-top: 17px;
}

@media (max-width: 1420px) {

  .q-aboutus-message-mission .mission__desc01 {
    width: calc(100% - 334px);
  }

  .q-aboutus-message-mission .mission__image01 {
    margin-left: -150px;
  }

}

@media (max-width: 1400px) {

  .q-aboutus-message-copy .box {
    width: calc(100% - 327px);
  }

  .q-aboutus-message-copy .image01 {
    width: 314px;
    margin-left: -20px;
  }

}

@media (max-width: 1080px) {

  .g-footer .l-inner {
    align-items: flex-start;
  }

  .g-footer .privacy {
    margin-bottom: 10px;
  }

  .g-footer .info {
    flex-direction: column;
  }

  .g-navi02__list02 li {
    width: 33.33%;
  }

}

@media (max-width: 1073px) {

  .q-top-mv .catch {
    padding-left: 0;
  }

  .q-top-lead .lead__image01 {
    position: static;
    text-align: center;
    width: auto;
    margin-bottom: 30px;
  }

  .q-top-lead .lead__desc01 {
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .q-top-lead .image01 {
    max-width: 670px;
    margin: 0 auto;
  }

  .q-top-lead .image01__pic01 {
    margin-left: 0;
    width: 55.97%;
    margin-right: -28%;
    margin-top: 46%;
    position: relative;
    z-index: 2;
  }

  .q-top-lead .image01__pic02 {
    margin-top: 0;
    margin-right: 0;
    width: 69.85%;
    position: relative;
    z-index: 1;
  }

}

@media not all and (max-width: 1073px) {

  .q-top-lead .image01__pic02 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }

}

@media (max-width: 1040px) {

  .q-aboutus-access-factory .factory__desc {
    width: 59%;
    padding-left: 0;
  }

}

@media (max-width: 900px) {

  .q-aboutus-message-copy .list01 {
    font-size: 20px;
  }

  .q-top-service .menu {
    font-size: 20px;
  }

  .q-top-about .menu {
    font-size: 18px;
  }

}

@media (max-width: 850px) {

  .g-header01__inner .logo img {
    width: 115px;
  }

  .g-navi01__list01 > li + li {
    padding-left: 22px;
  }

}

@media (max-width: 800px) {

  .g-navi02__list01 > li {
    margin-right: 25px;
  }

  .q-aboutus-access-factory .factory__map {
    width: auto;
    float: none;
  }

  .q-aboutus-access-factory .factory__desc {
    width: auto;
    float: none;
    padding-left: 0;
  }

}

@media (max-width: 768px) {

  .l-sp-bottomborder {
    position: relative;
    padding-bottom: 54px;
    margin-bottom: 31px;
  }

  .l-sp-bottomborder:before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #949fa4;
  }

  .c-hl01 {
    font-size: 14px;
  }

  .c-hl01._big01 {
    font-size: 14px;
  }

  .c-hl02 {
    font-size: 18px;
    line-height: 1.94444;
    margin-bottom: 15px;
  }

  .c-hl02._big01 {
    font-size: 18px;
    line-height: 1.94444;
  }

  .c-hl02__small01 {
    font-size: 13px;
  }

  .c-hl03:before {
    display: none;
  }

  .c-hl03__inner {
    font-size: 18px;
  }

  .c-button01 {
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 5px;
  }

  .c-button02 {
    border-radius: 5px;
  }

  .c-contact01 .c-hl01 {
    margin-bottom: 10px;
  }

  .c-contact01__text01 {
    padding-top: 0;
    float: none;
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
  }

  .c-contact01 .c-button01 {
    float: none;
    width: auto;
    max-width: 238px;
    margin: 0 auto;
  }

  .c-contact01 .l-inner {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .c-post01__day {
    margin-right: 20px;
    width: auto;
    float: none;
    display: inline-block;
    font-size: 11px;
  }

  .c-post01__category {
    width: auto;
    float: none;
    display: inline-block;
  }

  .c-post01__category > span {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    border-radius: 5px;
  }

  .c-post01__title {
    width: auto;
    float: none;
    font-size: 12px;
  }

  .c-post01__link {
    padding: 20px 5px;
  }

  .c-post01._big01 .c-post01__day {
    font-size: 11px;
    width: auto;
    color: #2a3f49;
  }

  .c-post01._big01 .c-post01__link {
    padding: 25px 0 16px;
  }

  .c-post01._big01 .c-post01__category {
    width: auto;
  }

  .c-post01._big01 .c-post01__category > span {
    font-size: 11px;
  }

  .c-post01._big01 .c-post01__title {
    width: auto;
    font-size: 13px;
  }

  .c-contents01 .c-hl03 {
    margin-bottom: 10px;
  }

  .c-contents01__image01 {
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
  }

  .c-contents01__desc {
    float: none;
    width: auto;
  }

  .c-contents01__desc .c-hl02 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.66667;
  }

  .c-contents01__text01 {
    font-size: 12px;
    line-height: 2;
  }

  .c-contents01__child {
    border-top: 1px solid #949fa4;
    padding-top: 24px;
  }

  .c-contents01__child + .c-contents01__child {
    margin-top: 34px;
  }

  .c-main01 {
    height: 136px;
  }

  .c-main01__inner {
    padding: 38px 20px 0;
  }

  .c-main01__logo {
    margin-right: 20px;
  }

  .c-main01__logo img {
    width: 32px;
  }

  .c-main01__text01 {
    line-height: 1.90476;
    font-size: 10px;
    margin-top: -10px;
  }

  .c-main01__text01-en {
    font-size: 21px;
  }

  .c-spscroll01 {
    overflow: auto;
  }

  .c-spscroll01__scroll {
    width: 640px;
    margin: 0 auto;
  }

  .c-info01__tel {
    display: block;
    font-size: 18px;
    margin-right: 0;
  }

  .c-info01__tel [data-js-tel] a {
    text-decoration: none;
  }

  .c-info01__time {
    display: block;
    font-size: 11px;
  }

  .g-header01__inner {
    padding: 0;
  }

  .g-header01__inner .logo {
    padding-top: 17px;
    padding-left:20px;
  }

  .g-header01__inner .logo img {
    width: 79px;
  }

  .g-header01._sub {
    opacity: 1;
    z-index: 1000;
  }

  .g-header01._sub .g-navi01__open {
    opacity: 0;
    pointer-events: none;
  }

  .g-header01._sub.is-fix .g-navi01__open {
    opacity: 1;
    pointer-events: auto;
  }

  .g-navi01 {
    position: fixed;
    top: 0;
    left: 0;
    float: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 20, 22, 0.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 45px 20px 0;
    overflow: auto;
    display: none;
  }

  .g-navi01:after {
    content: "";
    display: block;
    height: 50px;
  }

  .g-navi01__arrow01 {
    display: inline-block;
    padding-right: 17px;
    position: relative;
  }

  .g-navi01__arrow01:before {
    content: "";
    position: absolute;
    right: 0;
    top: 9px;
    width: 8px;
    height: 10px;
    background: url(../img/cmn/g-navi01_arrow01.png) center center no-repeat;
    background-size: 100% auto;
  }

  .g-navi01__arrow02:before {
    content: "";
    top: 7px;
    width: 7px;
    height: 7px;
    background: url(../img/cmn/g-navi01_arrow02.png) center center no-repeat;
    background-size: 100% auto;
  }

  .g-navi01__list01 {
    color: #fff;
    font-size: 15px;
  }

  .g-navi01__list01 > li {
    float: none;
  }

  .g-navi01__list01 > li + li {
    padding-left: 0;
    margin-top: 20px;
  }

  .g-navi01__list01 a {
    display: block;
    color: #fff;
  }

  .g-navi01__list02 {
    padding-top: 5px;
    font-size: 10px;
    position: static;
    opacity: 1;
    padding-left: 20px;
    pointer-events: auto;
    margin-right: 0;
  }

  .g-navi01__list02 ul > li {
    float: none;
  }

  .g-navi01__list02 ul > li + li {
    margin-left: 0;
    margin-top: 5px;
  }

  .g-navi01__list02 ul > li a {
    display: block;
    color: #fff;
  }

  .g-navi02 {
    height: auto;
    height: 40px;
  }

  .g-footer .l-inner {
  }

  .g-footer .privacy {
    float: none;
  }

  .g-footer .logo {
    left: 20px;
    top: 59px;
  }

  .g-footer .logo img {
    width: 39px;
  }

  .g-footer .copyright {
    text-align: left;
    line-height: 1.4;
    font-size: 10px;
  }

  .q-aboutus-access-company .l-inner {
    padding-top: 33px;
    padding-bottom: 34px;
  }

  .q-aboutus-access-company .c-hl01 {
    margin-bottom: 18px;
  }

  .q-aboutus-access-company .company table th {
    padding: 10px 0 10px 13px;
    font-size: 13px;
    width: 79px;
    line-height: 1.6;
  }

  .q-aboutus-access-company .company table td {
    padding: 10px 13px 10px 0;
    font-size: 12px;
    line-height: 1.6;
  }

  .q-aboutus-access-company .company__list01 {
    font-size: 11px;
    line-height: 1.63636;
  }

  .q-aboutus-access-company .company__list01-child:nth-child(odd) {
    float: none;
    margin-right: 0;
  }

  .q-aboutus-access-company .company__list01-child:nth-child(even) {
    float: none;
  }

  .q-aboutus-access-company .company .company__block th,
  .q-aboutus-access-company .company .company__block td {
    display: block;
    width: 100%;
    padding: 10px 13px;
  }

  .q-aboutus-access-company .company .company__block th {
    border-bottom: none;
  }

  .q-aboutus-access-company .company .company__block td {
    padding-top: 0;
    line-height: 2;
  }

	
	.q-aboutus-access-company .company .company__dl{
		display: block;
	}

	.q-aboutus-access-company .company .company__dl dt,
	.q-aboutus-access-company .company .company__dl dd{
		display: block;
	}

	.q-aboutus-access-company .company .company__dl dt{
		width:auto;
		font-weight: 700;
	}
	
  .q-aboutus-access-factory .l-inner {
    padding-bottom: 48px;
  }

  .q-aboutus-access-factory .c-hl01 {
    margin-bottom: 20px;
  }

  .q-aboutus-access-factory .factory__map {
    display: none;
  }

  .q-aboutus-access-factory .factory__name {
    margin-bottom: 13px;
  }

  .q-aboutus-access-factory .factory__logo {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .q-aboutus-access-factory .factory__logo img {
    height: 40px;
  }

  .q-aboutus-access-factory .factory__link01 {
    margin-top: 3px;
  }

  .q-aboutus-access-factory .factory__info {
    font-size: 12px;
    margin-top: 20px;
  }

  .q-aboutus-access-factory .factory__info table th,
  .q-aboutus-access-factory .factory__info table td {
    padding-bottom: 3px;
    display: block;
  }

  .q-aboutus-access-factory .factory__info table th {
    width: auto;
    font-weight: 700;
    padding-bottom: 0;
    letter-spacing: 0.1em;
  }

  .q-aboutus-access-factory .factory__info table td p + p {
    margin-top: 0;
  }

  .q-aboutus-access-factory .factory__child + .factory__child {
    margin-top: 35px;
  }

  .q-aboutus-access-factory .factory .slide01 {
    margin: 0 -20px;
  }

  .q-aboutus-access-factory .factory .thumbnail01 {
    text-align: center;
  }

  .q-aboutus-message-mission {
    margin-bottom: 30px;
  }

  .q-aboutus-message-mission .l-inner {
    padding-top: 38px;
  }

  .q-aboutus-message-mission .mission__desc01 {
    float: none;
    width: auto;
    padding-top: 0;
    margin-bottom: 27px;
  }

  .q-aboutus-message-mission .mission__desc01 .c-hl01 {
    margin-bottom: 10px;
  }

  .q-aboutus-message-mission .mission__image01 {
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 65px;
  }

  .q-aboutus-message-mission .mission__text01 {
    font-size: 12px;
  }

  .q-aboutus-message-vision {
    margin-bottom: 34px;
  }

  .q-aboutus-message-vision .c-hl01 {
    margin-bottom: 10px;
  }

  .q-aboutus-message-vision .c-hl02 {
    margin-bottom: 10px;
  }

  .q-aboutus-message-vision .vision__desc01 {
    margin-right: 0;
    min-height: 0;
    margin-bottom: 32px;
  }

  .q-aboutus-message-vision .vision__image01 {
    position: static;
    text-align: center;
  }

  .q-aboutus-message-vision .vision__image01 img {
    width: auto;
  }

  .q-aboutus-message-vision .vision__hl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .q-aboutus-message-vision .vision__text01 {
    font-size: 12px;
    padding-right: 0;
  }

  .q-aboutus-message-copy {
    margin-bottom: 15px;
  }

  .q-aboutus-message-copy .c-hl01 {
    margin-bottom: 10px;
  }

  .q-aboutus-message-copy .box {
    float: none;
    width: auto;
  }

  .q-aboutus-message-copy .value {
    margin-bottom: 44px;
  }

  .q-aboutus-message-copy .list01 {
    font-size: 14px;
  }

  .q-aboutus-message-copy .image01 {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 22px;
    max-width: 500px;
    margin: 47px auto 0;
  }

  .q-aboutus-message-copy .image01__pic01 {
    margin-bottom: 0;
    float: left;
    width: 52%;
  }

  .q-aboutus-message-copy .image01__pic02 {
    float: right;
    width: 52%;
    margin-left: -4%;
    margin-top: 31%;
  }

  .q-aboutus-message-culture {
    margin-bottom: 0;
  }

  .q-aboutus-message-culture .l-inner {
    padding-bottom: 0;
  }

  .q-aboutus-message-culture .c-hl01 {
    text-align: left;
    margin-bottom: 15px;
  }

  .q-aboutus-message-culture .catch {
    text-align: left;
    font-size: 26px;
    line-height: 1.69231;
  }

  .q-aboutus-message-culture .catch__en {
    font-size: 52px;
    line-height: 1.27867;
    margin-bottom: 10px;
  }

  .q-aboutus-message-representative .l-inner {
    padding-bottom: 53px;
  }

  .q-aboutus-message-representative .image01 {
    margin: 17px -20px 18px;
  }

  .q-aboutus-message-representative .hl01 {
    font-size: 15px;
    margin-bottom: 15px;
  }

  .q-aboutus-message-representative .text01 {
    margin-bottom: 30px;
    font-size: 12px;
  }

  .q-aboutus-message-representative .profile {
    padding: 20px 16px;
  }

  .q-aboutus-message-representative .profile__position {
    font-size: 12px;
  }

  .q-aboutus-message-representative .profile__name {
    font-size: 16px;
  }

  .q-aboutus-message-representative .profile__text01 {
    font-size: 10px;
    line-height: 1.90476;
  }

  .q-aboutus-recruit-box01 .l-inner {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .q-contact-form .l-inner {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .q-contact-form .text01 {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .q-contact-form .info {
    padding-bottom: 36px;
    margin-bottom: 29px;
  }

  .q-contact-form .form__req {
    position: static;
    display: inline-block;
    margin-left: 20px;
  }

  .q-contact-form .form__wrap {
    margin-bottom: 8px;
  }

  .q-contact-form .form__note01 {
    margin-bottom: 5px;
  }

  .q-contact-form .form table th,
  .q-contact-form .form table td {
    font-size: 12px;
    display: block;
  }

  .q-contact-form .form table th {
    width: auto;
    padding-top: 0;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .q-contact-form .form table td {
    padding-bottom: 20px;
  }

  .q-contact-form .form__checkbox {
    padding-top: 0;
  }

  .q-contact-form .form__checkbox input + span {
    padding-left: 25px;
  }

  .q-contact-form .form__checkbox input + span:before {
    width: 10px;
    height: 10px;
  }

  .q-contact-form .form__checkbox input:checked + span:after {
    width: 5px;
  }

  .q-contact-form .form input[type="text"],
  .q-contact-form .form input[type="email"],
  .q-contact-form .form input[type="tel"],
  .q-contact-form .form textarea {
    padding: 10px 15px;
  }

  .q-contact-form .form textarea {
    min-height: 177px;
  }

  .q-contact-form .form__check {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .q-contact-form .form__check input + span {
    padding-left: 25px;
  }

  .q-contact-form .form__check input + span:before {
    width: 10px;
    height: 10px;
  }

  .q-contact-form .form__check input:checked + span:after {
    width: 5px;
  }

  .q-contact-form .form__submit {
    max-width: 299px;
  }

  .q-contact-form .form__submit input {
    font-size: 13px;
    border-radius: 5px;
    padding: 12px 10px;
  }

  .q-contact-thanks .l-inner {
    padding-top: 75px;
    padding-bottom: 10px;
  }

  .q-contact-thanks .hl01 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .q-contact-thanks .c-hl01 {
    margin-bottom: 50px;
  }

  .q-contact-thanks .text01 {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .q-news-list01 .l-inner {
    padding-top: 33px;
    padding-bottom: 55px;
  }

  .q-news-list01 .text01 {
    font-size: 12px;
    margin-bottom: 40px;
  }

  .q-news-list01 .button-more,
  .q-news-list01 .button-close {
    margin-top: 25px;
    font-size: 11px;
    padding-left: 16px;
  }

  .q-news-list01 .button-more:before,
  .q-news-list01 .button-close:before {
    top: 5px;
  }

  .q-news-list01 .button-more:before {
    border-width: 10px 5px 0 5px;
  }

  .q-news-list01 .button-close:before {
    border-width: 0 5px 10px 5px;
  }

  .q-privacy-box01 .l-inner {
    padding-top: 36px;
    padding-bottom: 56px;
  }

  .q-privacy-box01 .c-hl01 {
    margin-bottom: 10px;
  }

  .q-privacy-box01 .box01__hl01 {
    font-size: 12px;
  }

  .q-privacy-box01 .box01__text01 {
    font-size: 11px;
  }

  .q-privacy-box01 .box01__child + .box01__child {
    margin-top: 20px;
  }

  .q-service-agent-support .l-inner {
    padding-top: 33px;
    padding-bottom: 48px;
  }

  .q-service-agent-support .text01 {
    margin-bottom: 40px;
    font-size: 12px;
  }

  .q-service-agent-support .c-contents01 .c-hl02 {
    margin-right: 0;
  }

  .q-service-casting-offer .l-inner {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .q-service-casting-offer .c-hl02 {
    margin-bottom: 15px;
  }

  .q-service-casting-offer .text01 {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .q-service-casting-offer .q-service-button {
    margin-top: 40px;
  }

  .q-service-casting-important .l-inner {
    padding-bottom: 0;
  }

  .q-service-casting-important .text01 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .q-service-casting-important .important {
    max-width: 500px;
    margin: 0 auto;
  }

  .q-service-casting-important .important__child {
    width: 47.86%;
    height: 86px;
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 12px;
  }

  .q-service-casting-important .important__child:nth-child(odd) {
    clear: both;
  }

  .q-service-casting-important .important__child:nth-child(even) {
    float: right;
  }

  .q-service-casting-genre .l-inner {
    padding-bottom: 0;
  }

  .q-service-casting-genre .text01 {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .q-service-casting-genre .c-spscroll01 {
    margin-left: 0;
    margin-right: 0;
  }

  .q-service-casting-genre .c-spscroll01__scroll {
    width: 700px;
  }

  .q-service-casting-genre .q-service-button {
    margin-top: 40px;
  }

  .q-casting-cloud .l-inner {
    padding-bottom: 50px;
  }

  .q-casting-cloud .image01 {
    width: 98%;
    padding-top: 10px;
    margin: 0 auto 15px;
  }

  .q-casting-cloud .image01 img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .q-casting-cloud .text01 {
    padding-left: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .q-casting-cloud .text01__logo {
    text-align: center;
  }

  .q-casting-cloud .text01__logo img {
    position: static;
    width: 90px;
  }

  .q-service-photograph-production .l-inner {
    padding-top: 35px;
    padding-bottom: 0;
  }

  .q-service-photograph-production .desc01 {
    margin: 0 auto 20px;
  }

  .q-service-photograph-production .desc01__text01 {
    font-size: 12px;
  }

  .q-service-photograph-production .production {
    max-width: 320px;
    margin: 0 auto;
  }

  .q-service-photograph-production .production__image01 {
    max-width: 126px;
    margin: 0 auto 15px;
  }

  .q-service-photograph-production .production__text01 {
    font-size: 10px;
  }

  .q-service-photograph-production .production__child {
    margin-bottom: 15px;
    width: 48%;
    margin-right: 0;
  }

  .q-service-photograph-production .production__child:nth-child(odd) {
    clear: both;
  }

  .q-service-photograph-production .production__child:nth-child(even) {
    float: right;
  }

  .q-service-photograph-team .l-inner {
    padding-bottom: 53px;
  }

  .q-service-photograph-team .text01 {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .q-service-photograph-team .team {
    max-width: 400px;
    margin: 0 auto 39px;
  }

  .q-service-photograph-team .team__image01 {
    max-width: 100%;
    margin: 0 auto;
    display: table-cell;
    width: 121px;
    vertical-align: top;
  }

  .q-service-photograph-team .team__image01 img {
    width: 99px;
  }

  .q-service-photograph-team .team__text01 {
    display: table-cell;
    vertical-align: top;
    font-size: 10px;
  }

  .q-service-photograph-team .team__child {
    float: none;
    width: 100%;
    margin-right: 0;
    display: table;
    text-align: left;
  }

  .q-service-photograph-team .team__child + .team__child {
    margin-top: 15px;
  }

  .q-top-mv .catch {
    font-size: 26px;
    line-height: 1.692;
  }

  .q-top-mv .catch__en {
    font-size: 52px;
    margin-bottom: 15px;
  }

  .q-top-mv .l-inner {
    padding-top: 142px;
    padding-bottom: 35px;
  }

  .q-top-lead {
    margin-bottom: 55px;
  }

  .q-top-lead .line02 {
    bottom: 234px;
  }

  .q-top-lead .image01 {
    max-width: 335px;
  }

  .q-service-button{
    padding: 5px 10px;
    border-radius: 5px;
  }

  .q-top-service {
    padding-bottom: 55px;
  }

  .q-top-service .c-hl01 {
    margin-bottom: 10px;
  }

  .q-top-service .text01 {
    margin-bottom: 28px;
  }

  .q-top-service .menu {
    font-size: 15px;
    max-width: 450px;
    margin: 0 auto;
  }

  .q-top-service .menu .c-button02__inner {
    height: 97px;
  }

  .q-top-service .menu__child {
    margin-bottom: 6px;
  }

  .q-top-service .menu ._menu01 {
    background-image: url(../img/top/service_menu01_sp.jpg);
    float: none;
    width: auto;
  }

  .q-top-service .menu ._menu01 .c-button02__inner {
    height: 161px;
  }

  .q-top-service .menu ._menu02 {
    background-image: url(../img/top/service_menu02_sp.jpg);
    float: none;
    width: auto;
  }

  .q-top-service .menu ._menu03 {
    background-image: url(../img/top/service_menu03_sp.jpg);
    float: none;
    width: auto;
  }

  .q-top-service .l-line01 {
    bottom: 83px;
  }

  .q-top-about {
    margin-bottom: 45px;
  }

  .q-top-about .menu {
    font-size: 15px;
    margin-top: 20px;
    max-width: 450px;
    margin: 20px auto 0;
  }

  .q-top-about .menu .c-button02__inner {
    height: 97px;
  }

  .q-top-about .menu__child {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 6px;
  }

  .q-top-about .menu ._menu01 {
    background-image: url(../img/top/about_menu01_sp.jpg);
  }

  .q-top-about .menu ._menu01 .c-button02__inner {
    height: 161px;
  }

  .q-top-about .menu ._menu02 {
    background-image: url(../img/top/about_menu02_sp.jpg);
  }

  .q-top-about .menu ._menu03 {
    background-image: url(../img/top/about_menu03_sp.jpg);
  }

  .q-top-news .l-inner {
    padding-bottom: 30px;
  }

  .q-top-news .c-hl01 {
    margin-bottom: 14px;
  }

  .q-top-news .c-link-more {
    padding-top: 8px;
  }

}

@media (max-width: 500px) {
  .g-footer .privacy a{
    display: block;
  }
}

@media not all and (max-width: 768px) {

  .c-button01:hover {
    opacity: 0.6;
  }

  .c-button02:hover .c-button02__inner:before {
    opacity: 0.7;
  }

  .c-link-more__link:hover {
    opacity: 0.6;
  }

  .c-post01__link:hover {
    opacity: 0.6;
  }

  .g-header01._sub .g-navi01 {
    display: none !important;
  }

  .g-navi01 {
    display: block !important;
  }

  .g-navi01__list02 ul > li a:hover {
    opacity: 0.6;
  }

  .g-navi01__link01:hover:before {
    opacity: 1;
  }

  .g-navi01__hover:hover .g-navi01__list02 {
    opacity: 1;
  }

  .g-navi01__hover:hover .g-navi01__link01:before {
    opacity: 1;
  }

  .g-navi01__hover:hover .g-navi01__list02 {
    pointer-events: auto;
  }

  .g-navi02__link01:hover {
    opacity: 0.6;
  }

  .g-navi02__list02 li a:hover {
    opacity: 0.6;
  }

  .g-footer .privacy a:hover {
    opacity: 0.6;
  }

  .q-aboutus-access-factory .factory__link01:hover {
    opacity: 0.6;
  }

  .q-contact-form .form__submit input:hover {
    opacity: 0.6;
  }

  .q-contact-form .form__submit input:disabled:hover {
    opacity: 1;
  }

  .q-service-button:hover {
    opacity: 0.6;
  }

}

@media (max-width: 768px) and (max-width: 768px) {

  .q-aboutus-message-copy .value .list01 {
    font-size: 18px;
  }

}
