@charset "UTF-8";
#mainvisual {
  background: #000 url(../img/brand/mv.png);
  background-position: right top;
  background-size: 1536px 1143px;
  background-repeat: no-repeat;
  height: 736px;
}
#mainvisual .wrap {
  color: #fff;
}
#mainvisual .mainvisual-subttl {
  margin-bottom: 70px;
}
#mainvisual .mainvisual-subttl span {
  border-bottom: 2px solid #fff;
}
#mainvisual .mainvisual-companies-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#mainvisual .mainvisual-companies-ttl-sub-text {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.437039907;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
}
#mainvisual .mainvisual-companies-ttl-sub-text .dot-text {
  position: relative;
}
#mainvisual .mainvisual-companies-ttl-sub-text .dot-text::before {
  content: "";
  display: block;
  background: #fff;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 6px;
  margin: auto;
  top: -5px;
}
#mainvisual .mainvisual-companies-ttl-sub-text .dot-text.first::before {
  right: 9px;
}
#mainvisual .mainvisual-companies-ttl-main-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #d4ae70;
  letter-spacing: 0.06em;
  font-size: 75px;
  line-height: 1.146917534;
}
#mainvisual .mainvisual-companies-logo-img {
  max-width: 238px;
  width: 100%;
  margin-right: 60px;
}
#mainvisual .mainvisual-companies-logo-txt {
  font-size: 27px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
#mainvisual .mainvisual-companies-ttl {
  width: 100%;
}
#mainvisual .mainvisual-companies-txt {
  font-size: 18px;
  margin-top: 25px;
  letter-spacing: 0.08em;
  line-height: 1.73;
  font-weight: 500;
}
#mainvisual .mainvisual-companies-label {
  max-width: 548px;
  margin-top: 70px;
}
#mainvisual .mainvisual-cv {
  display: none;
}

@media (max-width: 1750px) {
  #mainvisual {
    background-size: 1024px 762px;
  }
}
@media (max-width: 1180px) {
  #mainvisual {
    background-position: top right -100px;
  }
}
@media (max-width: 1040px) {
  #mainvisual {
    background-position: top right -250px;
  }
  #mainvisual .mainvisual-companies-ttl-main-text {
    font-size: 70px;
  }
}
@media (max-width: 920px) {
  #mainvisual .mainvisual-companies-ttl-main-text {
    font-size: 65px;
  }
  #mainvisual .mainvisual-companies-txt {
    font-size: 16px;
    margin-top: 35px;
  }
}
@media (max-width: 860px) {
  #mainvisual .mainvisual-companies-ttl-main-text {
    font-size: 60px;
  }
  #mainvisual .mainvisual-companies-txt {
    margin-top: 55px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  #mainvisual {
    background-image: url(../img/brand/mv_sp.jpg);
    background-position: top right;
    background-size: contain;
    height: 655px;
    background-color: #000;
  }
  #mainvisual .mainvisual-companies-txt {
    font-size: 13px;
  }
  #mainvisual .mainvisual-subttl {
    margin-bottom: 28px;
  }
  #mainvisual .mainvisual-companies-ttl-sub-text {
    font-size: 22px;
    margin-bottom: 8px;
  }
  #mainvisual .mainvisual-companies-ttl-main-text {
    font-size: 38px;
  }
  #mainvisual .mainvisual-companies-txt {
    margin-top: 10px;
  }
  #mainvisual .mainvisual-companies-label {
    margin-top: 65px;
  }
  #mainvisual .mainvisual-cv {
    padding: 0 10px;
    left: 0px;
    right: 0px;
    bottom: 0;
  }
}
.achievement-logo-area {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 18px;
}

.achievement-logo-area-inner {
  padding: 0 2%;
  background: url(../img/brand/achievement-logo-list.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  height: 68px;
  -webkit-animation: roop 130s linear infinite;
          animation: roop 130s linear infinite;
}

@-webkit-keyframes roop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2060px 0;
  }
}

@keyframes roop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2060px 0;
  }
}
@media (max-width: 767px) {
  .achievement-logo-area {
    padding: 20px 15px;
  }
  .achievement-logo-area-inner {
    height: 36px;
    -webkit-animation: roop 90s linear infinite;
            animation: roop 90s linear infinite;
    padding: 0;
  }
}

/*導入実績_メインビジュアル用_250718*/
.new-achievement-logo-area {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 12px 0;
}
.new-achievement-logo-area-inner {
  padding: 0 2%;
  background: url(../img/brand/new-achievement-logo-list.jpg?250719_1);
  background-repeat: repeat-x;
  background-size: cover;
  height: 68px;
  -webkit-animation: new-roop 130s linear infinite;
          animation: new-roop 130s linear infinite;
}
@-webkit-keyframes new-roop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3875px 0;
  }
}
@keyframes new-roop {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -3875px 0;
  }
}
@media (max-width: 767px) {
  .new-achievement-logo-area {
    padding: 10px 0;
  }
  .new-achievement-logo-area-inner {
    height: 51px;
    -webkit-animation: new-roop-sp 90s linear infinite;
            animation: new-roop-sp 90s linear infinite;
    padding: 0;
  }
}
@-webkit-keyframes new-roop-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2906px 0;
  }
}
@keyframes new-roop-sp {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2906px 0;
  }
}
/*導入実績_メインビジュアル用_250718 ここまで*/

.brand-bnr {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (hover: hover) {
  .brand-bnr:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media (max-width: 767px) {
  .brand-bnr {
    width: 90.5%;
  }
}
#companies-heading {
  background-color: #000000;
  position: relative;
  padding-top: 73px;
}
#companies-heading .companies-heading-logobg {
  max-width: 1310px;
  width: 100%;
  position: absolute;
  top: 210px;
  left: 0;
  right: 0;
  margin: auto;
}
#companies-heading .companies-heading-logo {
  background-color: #fff;
  height: 128px;
  padding: 0 30px;
  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-radius: 20px;
  margin-bottom: 73px;
}
#companies-heading .companies-heading-logo img {
  width: 100%;
  margin: auto;
}
#companies-heading .companies-heading-ttl {
  max-width: 600px;
  width: 100%;
}
#companies-heading .companies-heading-subttl {
  color: #d4ae70;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 1.5;
  margin-top: 40px;
}
#companies-heading .companies-heading-txt {
  color: #fff;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 10px;
}
#companies-heading .companies-heading-img {
  max-width: 1188px;
  width: 100%;
  margin: auto;
}

@media (max-width: 767px) {
  #companies-heading {
    padding-top: 60px;
  }
  #companies-heading .companies-heading-logo {
    height: auto;
    border-radius: 15px;
    padding: 20px;
  }
  #companies-heading .companies-heading-ttl {
    max-width: 330px;
  }
  #companies-heading .companies-heading-subttl {
    margin-top: 27px;
  }
  #companies-heading .companies-heading-subttl {
    font-size: 16px;
  }
  #companies-heading .companies-heading-txt {
    margin-top: 25px;
    font-size: 13px;
  }
  #companies-heading .companies-heading-img {
    max-width: 330px;
    width: 100%;
    margin: auto;
    padding-top: 5px;
  }
  #companies-heading .companies-heading-logo {
    margin-bottom: 60px;
  }
  #companies-heading .companies-heading-logobg {
    top: 265px;
    width: 95%;
  }
  #companies-heading .companies-heading-img {
    padding-top: 10px;
  }
}
#reason {
  background-color: #000;
  padding-bottom: 88px;
}
#reason .reason-copy {
  color: #d4ae70;
}
#reason .common-ttl {
  position: relative;
  top: 30px;
}

@media (max-width: 1240px) {
  #reason .common-ttl {
    top: 0;
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #reason {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  #reason .common-ttl {
    top: 0;
    padding-bottom: 0;
  }
}
#point {
  background-color: #000000;
  padding-bottom: 76px;
}
#point .point-item {
  background-color: #2b2c2c;
}

@media (max-width: 1240px) {
  #point .point-item {
    margin: 0 5px;
  }
  #point .point-item-img {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #point {
    padding-bottom: 28px;
  }
  #point .point-item {
    margin: 0;
    height: auto;
  }
  #point .point-item-img {
    margin-top: 0;
  }
}
.contact-bg-black {
  background-color: #000000;
  margin-bottom: -88px;
}
.contact-bg-black #contact-area {
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .contact-bg-black {
    padding: 0 13px 30px 13px;
    margin-bottom: 0;
  }
}
#production-example {
  background-color: #1f3929;
  color: #fff;
  padding-top: 168px;
  padding-bottom: 72px;
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  /*モーダル枠の指定*/
  /*モーダルを閉じるボタンの指定*/
  /*モーダル内のコンテンツの指定*/
}
#production-example .production-example-title .common-ttl-wrap {
  border-bottom: 1px solid #fff;
}
#production-example .production-example-item:not(:last-child) {
  margin-bottom: 30px;
}
#production-example .production-example-item.second .production-example-banner::before {
  background: url(../img/brand/bar-img02.jpg) no-repeat;
  background-position: center center;
}
#production-example .production-example-item.second .project-detail-bk {
  background-image: url(../img/brand/mv-detail-02.jpg);
}
#production-example .production-example-item.second .production-example-banner-txt {
  max-width: 480px;
}
#production-example .production-example-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 380px;
  border-radius: 20px;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#production-example .production-example-banner::before {
  content: "";
  background: url(../img/brand/example_img.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  inset: 0;
  margin: auto;
  border-radius: 20px;
  z-index: -1;
}
#production-example .production-example-banner-ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0.12em;
}
#production-example .production-example-banner-ttl:not(:last-child) {
  margin-bottom: 22px;
}
#production-example .production-example-banner-ttl span {
  background-color: #000;
  padding: 6px 0 6px 10px;
}
#production-example .production-example-banner-txt {
  margin-top: 30px;
  max-width: 330px;
  width: 100%;
  border: 1px solid #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  padding: 3px 0 3px 8px;
}
#production-example .production-example-banner-txt span {
  padding-right: 8px;
  font-family: "Outfit", sans-serif;
}
#production-example .production-example-banner-btn {
  background-color: #fff;
  max-width: 140px;
  width: 100%;
  color: #000;
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  position: relative;
  padding: 15.5px 0;
  margin-top: 40px;
}
#production-example .production-example-banner-btn::after {
  content: "";
  position: absolute;
  background: url(../img/brand/plus.png) no-repeat;
  background-size: cover;
  width: 10px;
  height: 10px;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}
#production-example .production-example-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
}
#production-example .production-example-modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#production-example .production-example-modal-container.active {
  opacity: 1;
  visibility: visible;
}
#production-example .production-example-modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 100%;
  height: 95%;
  overflow: auto;
}
#production-example .production-example-modal-close {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 10px;
  right: 20px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #000000;
  background-color: #fff;
  border-radius: 50px;
  cursor: pointer;
  z-index: 10;
  -webkit-box-shadow: 0 2px 5px #1e1e1e;
          box-shadow: 0 2px 5px #1e1e1e;
}
#production-example .production-example-modal-close span {
  position: absolute;
  width: 2px;
  height: 20px;
  background-color: #000;
  inset: 0;
  margin: auto;
}
#production-example .production-example-modal-close span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#production-example .production-example-modal-close span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#production-example .production-example-modal-content {
  background: #fff;
  text-align: left;
  padding: 0 0;
  color: #000;
  font-family: YakuHanJP_Narrow, "Zen Kaku Gothic Antique", sans-serif;
}
#production-example .production-example-modal-content .Outfit {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
#production-example .production-example-modal-content .yumin {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 300;
  font-style: normal;
}
#production-example .project-detail-bk {
  background: url(../img/brand/mv-detail-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 704px;
  padding-top: 240px;
  padding-top: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#production-example .project-detail-wrap {
  max-width: 804px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#production-example .mv-warp {
  max-width: 680px;
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#production-example .mv-img-title {
  max-width: 126px;
  width: 100%;
  margin-bottom: 132px;
}
#production-example .mv-text-title {
  font-size: 35px;
  letter-spacing: 0.12em;
  line-height: 1.6571428571;
  margin-bottom: 36px;
}
#production-example .mv-text-title .text-bk {
  background: #000000;
  padding-left: 5px;
  color: #fff;
}
#production-example .mv-text-title .text-bk.top {
  margin-bottom: 9px;
}
#production-example .mv-company {
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  margin-bottom: 70px;
}
#production-example .mv-company .client {
  font-size: 16px;
  font-weight: 300;
  margin-right: 14px;
}
#production-example .project-contens {
  padding: 90px 0 50px;
}
#production-example .project-contens-wrap {
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
}
#production-example .project-contens-wrap.second {
  padding-top: 115px;
}
#production-example .project-contens-wrap.third {
  padding-top: 90px;
}
#production-example .project-contens-title {
  font-size: 32px;
  letter-spacing: 0.15em;
  line-height: 1.65625;
  margin-bottom: 70px;
  text-align: justify;
}
#production-example .project-contens-title.flex {
  margin-bottom: 5px;
}
#production-example .project-contens-number {
  width: 120px;
  margin-bottom: 60px;
}
#production-example .project-contens-text {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  margin-bottom: 90px;
  text-align: justify;
}
#production-example .project-contens-text.pc-mb {
  margin-bottom: 60px;
}
#production-example .project-contens-text.sp-mb {
  margin-bottom: 60px;
}
#production-example .project-contens-text.text-b {
  font-size: 21px;
  font-weight: bold;
}
#production-example .project-contens-main-img-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#production-example .project-contens-main-img-flex-box.single {
  max-width: 804px;
  width: 100%;
  margin: 0 auto;
}
#production-example .project-contens-main-img {
  width: 100%;
}
#production-example .manager-area {
  background: #ffff00;
  padding: 60px;
  margin-bottom: 100px;
}
#production-example .manager-area .wrap {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
#production-example .manager-area .manager-text {
  font-size: 36px;
  letter-spacing: 0.12em;
  line-height: 1.8385650224;
  margin-bottom: 50px;
}
#production-example .manager-name {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 90px;
}
#production-example .border-line {
  background: #1e1e1e;
  height: 1px;
  width: 100%;
  margin: 0 auto 90px;
}
@media (hover: hover) {
  #production-example .production-example-banner:hover {
    opacity: 0.7;
  }
  #production-example .production-example-banner:hover::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #production-example .production-example-modal-close {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #production-example .production-example-modal-close:hover {
    opacity: 0.7;
  }
}

@media (max-width: 1025px) {
  #production-example .production-example-modal-body {
    width: 95%;
  }
  #production-example .mv-warp {
    width: 95%;
  }
  #production-example .project-contens-wrap {
    width: 95%;
  }
}
@media (max-width: 767px) {
  #production-example {
    padding-top: 30px;
    padding-bottom: 5px;
  }
  #production-example .production-example-title {
    margin-bottom: 23px;
  }
  #production-example .production-example-item:not(:last-child) {
    margin-bottom: 20px;
  }
  #production-example .production-example-item.second .production-example-banner::before {
    background: url(../img/brand/bar-img02_sp.jpg) no-repeat;
    background-position: top right;
  }
  #production-example .production-example-item.second .project-detail-bk {
    background-image: url(../img/brand/mv-detail-02-sp.jpg);
  }
  #production-example .production-example-item.second .production-example-banner-txt {
    max-width: 308px;
  }
  #production-example .production-example-banner {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    height: 468px;
    border-radius: 10px;
    padding: 0 10px 25px 10px;
  }
  #production-example .production-example-banner::before {
    content: "";
    background: url(../img/brand/example_img_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top right;
    border-radius: 10px;
  }
  #production-example .production-example-banner-ttl {
    font-size: 20px;
  }
  #production-example .production-example-banner-ttl:not(:last-child) {
    margin-bottom: 20px;
  }
  #production-example .production-example-banner-ttl span {
    background-color: #000;
    padding: 5px 0 5px 10px;
  }
  #production-example .production-example-banner-txt {
    margin-top: 15px;
    max-width: 308px;
    font-size: 13px;
    padding: 2px 0 2px 8px;
  }
  #production-example .production-example-banner-btn {
    max-width: 132px;
    font-size: 14px;
    padding: 14px 0;
    margin-top: 20px;
  }
  #production-example .production-example-banner-btn::after {
    width: 8px;
    height: 8px;
    right: 16px;
  }
  #production-example .production-example-modal-body {
    height: 80%;
  }
  #production-example .production-example-modal-close {
    top: 2%;
    right: 8px;
  }
  #production-example .mv-warp {
    width: 100%;
  }
  #production-example .project-contens-wrap {
    width: 100%;
  }
  #production-example .project-detail-wrap {
    padding: 0 13px;
  }
  #production-example .project-detail-bk {
    padding-top: 35px;
    background: url(../img/brand/mv-detail-01-sp.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 502px;
  }
  #production-example .mv-img-title {
    max-width: 108px;
    margin-bottom: 230px;
  }
  #production-example .mv-img-title.second {
    margin-bottom: 365px;
  }
  #production-example .mv-text-title {
    font-size: 27px;
    line-height: 1.65;
    margin-bottom: 25px;
  }
  #production-example .mv-text-title .sp-text-bk {
    padding-left: 5px;
  }
  #production-example .mv-text-title .text-bk {
    max-width: 330px;
    padding-left: 3px;
  }
  #production-example .mv-text-title .text-bk.second {
    height: 235px;
    width: 48px;
  }
  #production-example .mv-text-title .text-bk.second.p-top {
    height: 310px;
  }
  #production-example .mv-text-title .text-bk.second.p-top.pcv {
    height: 0;
    display: none;
  }
  #production-example .mv-text-title .text-bk .spv {
    display: inline-block;
  }
  #production-example .mv-text-title .text-bk.third {
    max-width: 322px;
  }
  #production-example .mv-company {
    font-size: 15px;
    padding: 0 8px;
    margin-bottom: 36px;
  }
  #production-example .mv-company .client {
    font-size: 14px;
    margin-right: 10px;
  }
  #production-example .mv-company.second {
    max-width: 335px;
  }
  #production-example .project-contens {
    padding: 64px 0 32px 0;
  }
  #production-example .project-contens-wrap {
    padding: 0 15px;
  }
  #production-example .project-contens-wrap.second {
    padding-top: 70px;
  }
  #production-example .project-contens-wrap.third {
    padding-top: 50px;
  }
  #production-example .project-contens-title {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.65625;
    margin-bottom: 45px;
  }
  #production-example .project-contens-title.second {
    font-size: 21px;
    letter-spacing: 0.01em;
  }
  #production-example .project-contens-number {
    width: 90px;
    margin-bottom: 50px;
  }
  #production-example .project-contens-text {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 60px;
  }
  #production-example .project-contens-text.text-b {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.6315789474;
    margin-bottom: 20px;
  }
  #production-example .project-contens-text.sp-mb {
    margin-bottom: 20px;
  }
  #production-example .project-contens-text.sp-mb-second {
    margin-bottom: 40px;
  }
  #production-example .project-contens-main-img {
    width: calc(100% - 20px);
  }
  #production-example .project-contens-main-img-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #production-example .manager-name {
    font-size: 16px;
    letter-spacing: 0.08em;
    line-height: 1.75;
    font-weight: 400;
    margin-bottom: 60px;
  }
  #production-example .border-line {
    margin-bottom: 60px;
  }
}
body.modal-open {
  overflow: hidden;
  width: 100%;
}

#casestady {
  background-color: #000;
  color: #fff;
  padding-bottom: 60px;
}
#casestady .common-ttl-wrap {
  border-bottom: 2px solid #fff;
}
#casestady .casestady-eng {
  z-index: 2;
  right: 0px;
}

@media (max-width: 767px) {
  #casestady {
    padding-bottom: 30px;
  }
  #casestady .common-ttl {
    padding-top: 60px;
  }
  #casestady .casestady-eng {
    left: 2px;
    top: 0;
  }
}
#support-results {
  background-color: #1f3929;
  padding: 68px 0 112px;
}
#support-results .support-results-box {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 0;
}

@media (max-width: 767px) {
  #support-results {
    padding: 30px 0;
  }
  #support-results .support-results-box {
    border-radius: 5px;
    padding: 20px;
  }
  #support-results .support-results-txt {
    margin-top: 10px;
  }
}
#faq {
  padding: 68px 0 140px;
}
#faq .faq-q-txt {
  margin-top: 8px;
}

@media (max-width: 767px) {
  #faq {
    padding: 30px 0;
  }
  #faq .faq-q-txt {
    margin-top: 6px;
  }
}
.companies-contact-area {
  background-color: #dedde1;
  margin-top: -80px;
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .companies-contact-area {
    margin-top: 0;
    background-color: #dedde1;
    padding-bottom: 30px;
  }
}
#order-flow {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  #order-flow {
    padding: 30px 0;
  }
}
body {
  overflow-x: hidden;
  width: 100%;
}

.catalog-dw-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 230px;
  width: 100%;
  position: fixed;
  right: 22px;
  bottom: 15px;
  z-index: 3;
}

.catalog-dw-btn-link {
  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;
  padding: 13px 10px;
  max-width: 230px;
  width: 100%;
  height: 74px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.catalog-dw-btn-link img {
  max-width: 160px;
}
.catalog-dw-btn-link:nth-child(1) {
  background: #ffff00;
  border-radius: 10px 10px 0 0;
  padding: 14px 12px 14px 14px;
}
.catalog-dw-btn-link:nth-child(2) {
  background: #ffffff;
  border-radius: 0 0 10px 10px;
  padding: 12px 12px 12px 10px;
}
.catalog-dw-btn-link::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: #000000;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media (hover: hover) {
  .catalog-dw-btn-link:hover:nth-child(1) {
    background: #fff;
  }
  .catalog-dw-btn-link:hover:nth-child(2) {
    background: #ffff00;
  }
}
@media (max-width: 767px) {
  .catalog-dw-btn {
    bottom: 0;
    left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 100%;
  }
  .catalog-dw-btn .catalog-dw-btn-link {
    max-width: 100%;
    height: 52px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  .catalog-dw-btn .catalog-dw-btn-link img {
    max-width: 100%;
    max-height: 50px;
    margin: 0 auto;
  }
  .catalog-dw-btn .catalog-dw-btn-link:nth-child(1) {
    border-radius: 5px 0 0 5px;
    padding: 0 23.5px;
  }
  .catalog-dw-btn .catalog-dw-btn-link:nth-child(2) {
    border-radius: 0 5px 5px 0;
    padding: 0 12.5px;
  }
  .catalog-dw-btn .catalog-dw-btn-link::after {
    content: "";
    display: none;
  }
}
.scroll_up {
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.scroll_up.second, .scroll_up.sp-second {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}
.scroll_up.third {
  -webkit-transform: translateY(90px);
          transform: translateY(90px);
}
.scroll_up.four {
  -webkit-transform: translateY(120px);
          transform: translateY(120px);
}
.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (max-width: 767px) {
  .scroll_up.second {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .scroll_up.third {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .scroll_up.four {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  .scroll_up.on {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}