@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;800&family=Noto+Sans+JP:wght@400;500;700&display=swap");
section, nav, article, aside, hgroup, header, footer, figure, figcaption, details {
  display: block;
}

html, body, div, span, applet, object, iframe, strong, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, table, label, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: 'Noto Sans JP','Hiragino Kaku Gothic Pro',Meiryo,sans-serif;
  font-weight: 400;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0.05em;
  background: #fff;
}

li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #000;
}

img,
svg {
  vertical-align: top;
  max-width: 100%;
}

hr {
  height: 1px;
  background-color: #ccc;
  border: 0;
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 1;
}

.pc_only {
  display: block;
}

.pc_only_inline {
  display: inline;
}

.sp_only,
.sp_only_inline {
  display: none;
}

.wrap {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.wrap.thin {
  max-width: 1000px;
}
.wrap:after {
  content: "";
  display: block;
  clear: both;
}

.to_top {
  -webkit-transition: top .6s ease, opacity .6s ease;
  transition: top .6s ease, opacity .6s ease;
  position: relative;
  top: 50px;
  opacity: 0;
}

.isAnimate.show.to_top {
  top: 0;
  opacity: 1;
}

.to_top_left {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  left: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_left {
  top: 0;
  left: 0;
  opacity: 1;
}

.to_top_right {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: relative;
  top: 50px;
  right: 50px;
  opacity: 0;
}

.isAnimate.show.to_top_right {
  top: 0;
  right: 0;
  opacity: 1;
}

.shade {
  position: relative;
}

.shade:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 100, 0, 0.5);
  background: #333;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}

.shade.white:after {
  background: #fff;
}

.isAnimate.show.shade:after {
  -webkit-animation: img_show 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s;
          animation: img_show 0.8s cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.3s;
}

@-webkit-keyframes img_show {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  35% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  36%, 60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}

@keyframes img_show {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  35% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  36%, 60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
@-webkit-keyframes img_show_reverse {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  35% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  36%, 60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
@keyframes img_show_reverse {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  35% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  36%, 60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }
}
.shade img,
.shade .shade_inner {
  opacity: 0;
}

.isAnimate.show.shade img,
.isAnimate.show.shade .shade_inner {
  -webkit-animation: img_opacity 0.2s both cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.7s;
          animation: img_opacity 0.2s both cubic-bezier(0.04, 0.435, 0.315, 0.9) 0.7s;
}

@-webkit-keyframes img_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes img_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.common_h h2 {
  line-height: 1;
  margin-bottom: 15px;
}
.common_h h2 span {
  display: inline-block;
  letter-spacing: 0.3em;
  border-bottom: 1px solid #000;
  padding-right: 40px;
}
.common_h .en {
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 80px;
  line-height: 1;
}

.common_h.s h2 {
  margin-bottom: 10px;
}
.common_h.s .en {
  font-size: 40px;
}

.common_title {
  padding: 160px calc(100vw / ( 1700 / 130 )) 0;
  text-align: center;
  line-height: 1;
}
.common_title h1 {
  font-weight: 500;
  margin-bottom: 15px;
}
.common_title .en {
  margin-bottom: 25px;
}
.common_title .en svg {
  max-height: 86px;
}
.common_title .en path {
  stroke: #000;
  fill: none;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-animation: DASH 2s ease-in alternate forwards .5s;
          animation: DASH 2s ease-in alternate forwards .5s;
}
@-webkit-keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 2700;
    fill: transparent;
  }
  70% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}
@keyframes DASH {
  0% {
    stroke-dashoffset: 3000;
    fill: transparent;
  }
  50% {
    stroke-dashoffset: 2700;
    fill: transparent;
  }
  70% {
    fill: transparent;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #000;
  }
}
.common_title figure {
  position: relative;
}

.common_scroll {
  position: absolute;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  line-height: 1;
  z-index: 1;
}
.common_scroll span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.common_scroll:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 1px;
  height: 30px;
  background: #000;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 60px;
    opacity: 0;
  }
}
.btn {
  text-align: center;
}
.btn a,
.btn button {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 1;
  padding: 18px 70px;
  border-radius: 4px;
  border: 1px solid #23476a;
  background: #23476a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn a:after,
.btn button:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn a span,
.btn button span {
  position: relative;
  z-index: 1;
}
.btn a svg,
.btn button svg {
  width: 25px;
  height: auto;
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn a:hover,
.btn button:hover {
  color: #23476a;
  background: #fff;
}
.btn a:hover svg,
.btn button:hover svg {
  fill: #23476a;
}
.btn a:hover:after,
.btn button:hover:after {
  width: 100%;
}

.btn.white a,
.btn.white button {
  color: #23476a;
  border: none;
  background: #fff;
}
.btn.white a:after,
.btn.white button:after {
  background: #23476a;
}
.btn.white a svg,
.btn.white button svg {
  fill: #23476a;
}
.btn.white a:hover,
.btn.white button:hover {
  color: #fff;
  background: #23476a;
}
.btn.white a:hover svg,
.btn.white button:hover svg {
  fill: #fff;
}

.btn_contact {
  text-align: center;
}
.btn_contact a {
  display: block;
  background: #bfbbb8;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 60px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.btn_contact a:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #23476a;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.btn_contact a:hover:after {
  width: 100%;
}
.btn_contact a svg {
  fill: #fff;
}
.btn_contact a span {
  position: relative;
  z-index: 1;
  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;
}
.btn_contact a span svg {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.btn_contact a span + svg {
  width: 24px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.btn_contact.navy a {
  background: #23476a;
}
.btn_contact.navy a:after {
  background: #fff;
}
.btn_contact.navy a:hover:after {
  width: 100%;
}
.btn_contact.navy a:hover {
  color: #23476a;
}
.btn_contact.navy a:hover svg,
.btn_contact.navy a:hover span + svg {
  fill: #23476a;
}

.btn_back,
.btn_reset {
  text-align: center;
}
.btn_back a,
.btn_back span,
.btn_back input,
.btn_reset a,
.btn_reset span,
.btn_reset input {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #23476a;
  padding-right: 34px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.btn_back a svg,
.btn_back span svg,
.btn_back input svg,
.btn_reset a svg,
.btn_reset span svg,
.btn_reset input svg {
  fill: #23476a;
  width: 21px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_back input,
.btn_reset input {
  padding: 0;
}

.btn_reset span,
.btn_reset input {
  font-size: 18px;
}
.btn_reset span svg,
.btn_reset input svg {
  width: 16px;
}
.btn_reset span {
  padding-right: 24px;
}

.btn_play .a {
  display: inline-block;
  background: #000;
  border-radius: 50px;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding: 14px 20px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}
.btn_play .a span {
  padding-right: 32px;
  position: relative;
  z-index: 1;
}
.btn_play .a span:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #da0000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_play .a span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  border-right-width: 0;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn_play .a:before, .btn_play .a:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: ripple 2s ease infinite;
          animation: ripple 2s ease infinite;
}
.btn_play .a:after {
  -webkit-animation: ripple2 2s ease infinite;
          animation: ripple2 2s ease infinite;
}
@-webkit-keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
  }
}
@keyframes ripple {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.4);
            transform: scale(1.2, 1.4);
  }
}
@-webkit-keyframes ripple2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.8);
            transform: scale(1.4, 1.8);
  }
}
@keyframes ripple2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.4, 1.8);
            transform: scale(1.4, 1.8);
  }
}
.pagetop {
  position: fixed;
  bottom: 50px;
  right: 0;
  z-index: 100;
  line-height: 1;
  padding-top: 105px;
  mix-blend-mode: difference;
}
.pagetop svg {
  position: absolute;
  top: 0;
  left: 46%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  fill: #fff;
}
.pagetop span {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#ico-youtube .a {
  fill: #f00;
}
#ico-youtube .b {
  fill: #fff;
}

.anchor {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  z-index: -10;
}

.modal-content {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
}

.modal {
  display: none;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
}

.modal-content-b {
  display: none;
  width: 50%;
  max-width: 600px;
  margin: 0;
  position: fixed;
  z-index: 201;
}

#modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.75);
}

/*=======================================
	layout
=======================================*/
/*--- header ---*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
header.active {
  background: #fff;
  border-bottom: 1px solid #ccc;
}
header .logo {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header li {
  margin-left: 14px;
}
header li a {
  display: block;
  padding: 10px 0;
}
header li span {
  display: block;
  position: relative;
}
header li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  position: absolute;
  bottom: -0.3em;
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all .2s;
  transition: all .2s;
}
header li a:hover span:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
header li.insta a {
  width: 34px;
  height: 34px;
  padding: 0;
  background: #000;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}
header li.insta svg {
  width: 18px;
  height: auto;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
header li.insta a:hover {
  background: #23476a;
}
header .btn_contact {
  display: none;
}

/*--- footer ---*/
footer {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  padding: 50px 0;
  background: #f9f9f9;
}
footer .wrap {
  position: relative;
}
footer .logo svg {
  width: 138px;
  height: auto;
}
footer .sns {
  margin: 15px 0;
}
footer .sns svg {
  width: 20px;
  height: auto;
}
footer .link {
  padding-right: 280px;
}
footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .link li {
  margin-right: 14px;
  margin-bottom: 15px;
}
footer .btn_contact {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .copy {
  font-size: 12px;
}

/*=======================================
	home
=======================================*/
.h-service,
.h-equipment,
.h-news,
.h-company {
  position: relative;
}

span#service,
span#equipment,
span#news,
span#company {
  top: -90px;
}

.h-mv {
  height: calc(100vw / ( 1700 / 945 ));
  position: relative;
}
.h-mv .catchcopy {
  position: absolute;
  top: calc(100vw / ( 1700 / 200 ));
  left: calc(100vw / ( 1700 / 200 ));
  width: calc(100vw / ( 1700 / 960 ));
  height: calc(100vw / ( 1700 / 474 ));
  line-height: 1;
  z-index: 2;
}
.h-mv .catchcopy .tablet,
.h-mv .catchcopy .sp {
  display: none;
}
.h-mv .catchcopy svg.sp {
  display: none;
}
.h-mv .catchcopy .mask {
  -webkit-clip-path: url(#mask);
          clip-path: url(#mask);
  width: 100%;
}
.h-mv .catchcopy.sp {
  display: none;
}
.h-mv .bg {
  position: absolute;
  top: calc(100vw / ( 1700 / 80 ));
  right: 0;
  z-index: 1;
  width: calc(100vw / ( 1700 / 783 ));
  text-align: right;
}
.h-mv .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdf3e8;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fdf3e8), color-stop(20%, #f6e7e4), color-stop(20%, #f6e7e4), color-stop(53%, #f6e7e4), color-stop(54%, #f6e7e4), color-stop(54%, #e3eaf0));
  background: linear-gradient(to bottom, #fdf3e8 20%, #f6e7e4 20%, #f6e7e4 20%, #f6e7e4 53%, #f6e7e4 54%, #e3eaf0 54%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdf3e8', endColorstr='#e3eaf0',GradientType=0 );
}
.h-mv .bottom svg {
  width: calc(100vw / ( 1700 / 910 ));
  position: absolute;
  bottom: 0;
  right: calc(100vw / ( 1700 / 80 ));
}
.h-mv .bottom svg.sp {
  display: none;
}
.h-mv .bottom img {
  width: calc(100vw / ( 1700 / 130 ));
  position: absolute;
  bottom: calc(100vw / ( 1700 / -40 ));
  left: calc(100vw / ( 1700 / 320 ));
}
.h-mv .common_scroll {
  bottom: 80px;
  z-index: 3;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.h-mv .add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.h-service {
  padding: 100px 0 80px;
}
.h-service .wrap {
  position: relative;
}
.h-service .common_h {
  position: absolute;
  top: 45%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-service .common_h h2,
.h-service .common_h .en {
  position: relative;
  top: 100px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
.h-service .common_h .en {
  top: 60px;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
}
.h-service .common_h.show h2,
.h-service .common_h.show .en {
  top: 0;
  opacity: 1;
}
.h-service p {
  padding-left: 400px;
}

.h-equipment .sec1 {
  background: url("../images/h-equipment_bg_wide.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 200px 0;
}
.h-equipment .sec1 .common_h h2 span {
  border-bottom-color: #fff;
}
.h-equipment .sec2 {
  padding: 60px 0 40px;
}
.h-equipment .sec2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}
.h-equipment .sec2 li {
  width: 31.4814814815%;
  margin: 0 2.7777777778% 30px 0;
}
.h-equipment .sec2 li:nth-child(3n) {
  margin-right: 0;
}
.h-equipment .sec2 figure > div {
  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;
  height: 420px;
  border-bottom: 1px solid #dec97f;
  margin-bottom: 20px;
  position: relative;
}
.h-equipment .sec2 figure > div:after {
  content: "";
  display: block;
  width: 0;
  height: 320px;
  background: #f9f9f9;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 1s cubic-bezier(1, 0, 0, 1);
  transition: width 1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.h-equipment .sec2 figure img {
  max-height: 410px;
  position: relative;
  z-index: 1;
  top: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.6s, top 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.3s 0.6s, top 0.5s 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
.h-equipment .sec2 figcaption em {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 1.2;
}
.h-equipment .sec2 figcaption span {
  display: block;
}
.h-equipment .sec2 figcaption .btn.white {
  margin-top: 15px;
}
.h-equipment .sec2 figcaption .btn.white a {
  padding: 6px 30px 6px 20px;
  border: 1px solid #23476a;
}
.h-equipment .sec2 figcaption .btn.white a svg {
  display: none;
}
.h-equipment .sec2 figcaption .btn.white a:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #23476a;
  border-right: 1px solid #23476a;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  z-index: 1;
}
.h-equipment .sec2 figcaption .btn.white a:hover:before {
  border-color: #fff;
}
.h-equipment .sec2 li.show figure div:after {
  width: 100%;
}
.h-equipment .sec2 li.show figure img {
  top: 0;
  opacity: 1;
}
.h-equipment .sec2 li.equipment_0 img {
  max-width: 270px;
}
.h-equipment .sec2 li.equipment_gf_jib img {
  max-width: 300px;
}
.h-equipment .sec2 li.equipment_7 img {
  max-width: 300px;
}
.h-equipment .sec2 li.equipment_1 img {
  max-width: 410px;
}
.h-equipment .sec2 li.equipment_2 img {
  max-width: 298px;
}
.h-equipment .sec2 li.equipment_3 img {
  max-width: 98px;
}
.h-equipment .sec2 li.equipment_4 img {
  max-width: 324px;
}
.h-equipment .sec2 li.equipment_5 img {
  max-width: 328px;
}
.h-equipment .sec2 li.equipment_6 img {
  max-width: 222px;
}
.h-equipment .sec2 li.equipment_lambda25 img {
  max-width: 270px;
}
.h-equipment .sec2 li.equipment_total_dutch img {
  max-width: 240px;
}
.h-equipment .sec2 li.equipment_rigging_kit img {
  max-width: 280px;
}

.slider_equipment {
  text-align: center;
}
.slider_equipment .slick-slide img {
  display: inline;
}
.slider_equipment .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
}
.slider_equipment .slick-dots li {
  width: 6px;
  height: 6px;
  background: #999;
  margin: 0 10px;
  border-radius: 50%;
}
.slider_equipment .slick-dots .slick-active {
  background: #fff;
}
.slider_equipment .slick-dots button {
  font-size: 0;
  line-height: 0;
  border: none;
  background: none;
  outline: none;
}
.slider_equipment .slick-arrow {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 100%;
  cursor: pointer;
}
.slider_equipment .slick-arrow:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.slider_equipment .slick-arrow.next {
  left: auto;
  right: -40px;
}
.slider_equipment .slick-arrow.next:after {
  left: auto;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.h-works {
  background: url("../images/h-works_bg.jpg") no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 130px 0 100px;
}
.h-works .common_h {
  margin-bottom: 70px;
}
.h-works .common_h h2 span {
  border-bottom-color: #fff;
}
.h-works .slick-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.h-works .slick-slide div.img {
  position: relative;
}
.h-works .slick-slide div.img svg {
  width: 10%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.h-works .slick-slide div.img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.h-works .slick-slide .btn_play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.h-works .slick-slide figcaption {
  font-size: 14px;
  margin-top: 15px;
}
.h-works .slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.h-works .slick-current div.img:after {
  display: none;
}
.h-works .slick-arrow {
  position: absolute;
  top: 190px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1;
  padding: 20px 10px;
  margin-left: -430px;
  cursor: pointer;
}
.h-works .slick-arrow:after {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  background-image: url("../images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.h-works .slick-arrow.next {
  margin-left: 430px;
}
.h-works .slick-arrow.next:after {
  background-position: right bottom;
  left: auto;
  right: 0;
}
.h-works .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 40px;
}
.h-works .slick-dots li:not(.slick-active) {
  display: none;
}
.h-works .slick-dots button,
.h-works .slick-dots span {
  font-size: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 0;
  border: none;
  background: none;
  outline: none;
}

.h-news {
  padding: 90px 0;
}
.h-news .title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.h-news .btn_more {
  width: 60px;
  height: 60px;
  background: #c13d1c;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.h-news .btn_more:before, .h-news .btn_more:after {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.h-news .btn_more:after {
  width: 1px;
  height: 18px;
}
.h-news .btn_more.open:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 0);
          transform: translate(-50%, -50%) scale(1, 0);
}
.h-news .common_h {
  display: inline-block;
  text-align: left;
}
.h-news li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
  border-bottom: 1px solid #d4d4d4;
  padding: 20px 10px 15px 10px;
}
.h-news .date {
  width: 140px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.h-news .date:before {
  content: "";
  display: block;
  width: 4px;
  height: 1em;
  background: #b53d22;
  position: absolute;
  top: .3em;
  left: 0;
}
.h-news p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.h-news a {
  display: block;
  padding-right: 50px;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.h-news a:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.h-news a a:hover {
  color: #4d4d4d;
}

.h-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.h-company .bg {
  width: 50%;
  background: url("../images/h-company_bg.jpg") no-repeat center;
  background-size: cover;
}
.h-company .txt {
  width: 50%;
  padding: calc(100vw / ( 1700 / 100 ));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.h-company .txt figure {
  display: none;
}
.h-company .common_h {
  margin-bottom: 50px;
}
.h-company dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
  margin-top: 20px;
}
.h-company dt {
  width: 100px;
}
.h-company dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.h-company dd ul {
  margin-left: 1em;
}
.h-company dd li {
  text-indent: -1em;
}

.h-recruit {
  background: #121f2f;
  color: #fff;
  text-align: center;
  padding: 90px 0;
}
.h-recruit .title {
  margin-bottom: 40px;
}
.h-recruit .common_h {
  display: inline-block;
  text-align: left;
}
.h-recruit .common_h h2 span {
  border-bottom-color: #fff;
}
.h-recruit p {
  letter-spacing: 0.3em;
  margin-bottom: 30px;
}

/*=======================================
	works
=======================================*/
.works .common_title {
  margin-bottom: 80px;
}
.works .list {
  margin-bottom: 80px;
}
.works .list .wrap {
  max-width: 1040px;
}
.works .list .wrap > section {
  padding: 0 20px 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #dac371;
}
.works .list .wrap > p {
  text-align: right;
  line-height: 1;
}
.works .list .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
}
.works .list .flex section {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.works .list .flex section:first-child {
  padding-right: 20px;
}
.works .list h2 {
  font-size: 26px;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
.works .list h2:first-of-type {
  margin-top: 0;
}
.works .list li {
  line-height: 1.6;
  margin-top: .5em;
}

/*=======================================
	recruit
=======================================*/
.recruit .common_title .box {
  display: none;
}
.recruit .summary {
  padding: 80px 0 90px;
}
.recruit .summary .wrap {
  max-width: 640px;
}
.recruit .summary h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
.recruit .summary dt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #cb3c17;
  margin-bottom: .5rem;
  padding-left: 20px;
  letter-spacing: 0.2em;
  position: relative;
}
.recruit .summary dt:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #cb3c17;
  position: absolute;
  top: .5em;
  left: 0;
}
.recruit .summary dd {
  margin-bottom: 1.5rem;
}
.recruit .summary .btn {
  margin-top: 50px;
}

.recruit.off .common_title figure {
  display: none;
}
.recruit.off .common_title .box {
  display: block;
  color: #fff;
  max-width: 1400px;
  margin: 0 auto 80px;
  padding: calc(100vw / ( 1700 / 220 )) 0 calc(100vw / ( 1700 / 240 ));
  background: url("../images/recruit_mv_off.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.recruit.off .common_title .box p {
  margin-bottom: 3rem;
}
.recruit.off .common_title .btn_contact a {
  display: inline-block;
}
.recruit.off .summary {
  display: none;
}

/*=======================================
	contact
=======================================*/
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
  background: #f9f9f9;
  border: none;
  padding: 10px 20px;
  width: 100%;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-appearance: none;
}
.contact textarea {
  height: 210px;
}
.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact input[type="tel"]:focus,
.contact textarea:focus {
  background: #f1f1f1;
}
.contact :-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.contact :-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.contact ::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.contact ::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.contact ::placeholder {
  color: #999;
  font-size: 14px;
}
.contact .common_title .en {
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #dac371;
}
.contact .form_outer {
  padding: 50px 0 80px;
}
.contact .form_outer h2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.contact .form_outer form {
  max-width: 480px;
  margin: 0 auto;
}
.contact .form_outer dt span {
  font-size: 20px;
  color: #e60012;
  margin-left: .3em;
}
.contact .form_outer dd {
  margin: 5px 0 25px;
}
.contact .form_outer .btn {
  margin: 40px 0 20px;
}
.contact .thanks {
  text-align: center;
  padding: 250px 0 180px;
}
.contact .thanks .h {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 110px;
}
.contact .thanks .h span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-weight: 800;
  margin-bottom: 20px;
}
.contact .thanks h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
}
.contact .thanks p {
  max-width: 960px;
  margin: 0 auto;
  text-align: left;
}
.contact .thanks .btn_back {
  margin-top: 100px;
}

/*=======================================
	privacy
=======================================*/
.privacy .common_title {
  padding: 160px calc(100vw / ( 1700 / 130 )) 0;
  text-align: left;
}
.privacy .common_title h1 {
  font-weight: 500;
  margin-bottom: 15px;
}
.privacy .common_title .en {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #dac371;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-weight: 800;
  font-size: 30px;
}
.privacy .contents {
  margin-bottom: 90px;
}
.privacy .contents dt {
  font-weight: bold;
  margin: 2em 0 .3em;
}
.privacy .contents dd ul {
  margin-left: 1em;
  line-height: 1.4;
}
.privacy .contents dd li {
  text-indent: -1em;
  margin-top: .5em;
}

@media only screen and (max-width: 1080px) {
  .pagetop {
    display: none;
  }

  .h-equipment .sec2 figure > div {
    height: 320px;
  }
  .h-equipment .sec2 figure > div:after {
    height: 220px;
  }
  .h-equipment .sec2 li.equipment_0 img {
    max-width: 80%;
  }
  .h-equipment .sec2 li.equipment_gf_jib img {
    max-width: 80%;
  }
  .h-equipment .sec2 li.equipment_7 img {
    max-width: 80%;
  }
  .h-equipment .sec2 li.equipment_1 img {
    max-width: 80%;
  }
  .h-equipment .sec2 li.equipment_2 img {
    max-width: 80%;
  }
  .h-equipment .sec2 li.equipment_3 img {
    max-width: 30%;
  }
  .h-equipment .sec2 li.equipment_4 img {
    max-width: 90%;
  }
  .h-equipment .sec2 li.equipment_5 img {
    max-width: 100%;
  }
  .h-equipment .sec2 li.equipment_6 img {
    max-width: 60%;
  }
  .h-equipment .sec2 li.equipment_lambda25 img {
    max-width: 80%;
  }
  .h-equipment .sec2 li.equipment_total_dutch img {
    max-width: 72%;
  }
  .h-equipment .sec2 li.equipment_rigging_kit img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 811px) {
  .h-mv {
    height: auto;
  }
  .h-mv .catchcopy {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
  }
  .h-mv .catchcopy svg {
    display: none;
  }
  .h-mv .catchcopy .tablet {
    display: inline;
  }
  .h-mv .catchcopy video,
  .h-mv .catchcopy .slider_mv {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .h-mv .catchcopy video img,
  .h-mv .catchcopy .slider_mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .h-mv .catchcopy .slick-list,
  .h-mv .catchcopy .slick-track {
    height: 100%;
  }
  .h-mv .catchcopy .mask {
    -webkit-clip-path: inherit;
            clip-path: inherit;
    width: 100%;
  }
  .h-mv .bg,
  .h-mv .bottom {
    display: none;
  }
  .h-mv .common_scroll {
    bottom: 50px;
  }
}
/******************************************************************************************

	sp size

******************************************************************************************/
@media only screen and (max-width: 640px) {
  html {
    font-size: calc(100vw / ( 640 / 26 ));
  }

  .pc_only,
  .pc_only_inline {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .sp_only_inline {
    display: inline;
  }

  .wrap,
  .wrap.thin {
    padding: 0 calc(100vw / ( 640 / 30 ));
  }

  .common_h {
    text-align: center;
  }
  .common_h h2 {
    margin-bottom: calc(100vw / ( 640 / 20 ));
  }
  .common_h h2 span {
    font-size: calc(100vw / ( 640 / 24 ));
    padding: 0 calc(100vw / ( 640 / 30 )) 0.5em;
  }
  .common_h .en {
    font-size: calc(100vw / ( 640 / 80 ));
  }

  .common_h.s h2 {
    margin-bottom: calc(100vw / ( 640 / 20 ));
  }
  .common_h.s .en {
    font-size: calc(100vw / ( 640 / 80 ));
  }

  .common_title {
    padding: calc(100vw / ( 640 / 170 )) calc(100vw / ( 640 / 30 )) 0;
  }
  .common_title h1 {
    font-size: calc(100vw / ( 640 / 24 ));
    margin-bottom: calc(100vw / ( 640 / 30 ));
  }
  .common_title .en {
    margin-bottom: calc(100vw / ( 640 / 40 ));
  }
  .common_title .en svg {
    max-height: calc(100vw / ( 640 / 70 ));
  }
  .common_title figure {
    position: relative;
  }

  .common_scroll {
    bottom: calc(100vw / ( 640 / 50 ));
  }
  .common_scroll span {
    font-size: calc(100vw / ( 640 / 16 ));
  }
  .common_scroll:after {
    height: calc(100vw / ( 640 / 50 ));
  }

  @-webkit-keyframes pathmove {
    0% {
      height: 0;
      top: calc(100vw / ( 640 / 10 ));
      opacity: 0;
    }
    30% {
      height: calc(100vw / ( 640 / 30 ));
      opacity: 1;
    }
    100% {
      height: 0;
      top: calc(100vw / ( 640 / 60 ));
      opacity: 0;
    }
  }

  @keyframes pathmove {
    0% {
      height: 0;
      top: calc(100vw / ( 640 / 10 ));
      opacity: 0;
    }
    30% {
      height: calc(100vw / ( 640 / 30 ));
      opacity: 1;
    }
    100% {
      height: 0;
      top: calc(100vw / ( 640 / 60 ));
      opacity: 0;
    }
  }
  .btn a {
    min-width: calc(100vw / ( 640 / 430 ));
    font-size: calc(100vw / ( 640 / 32 ));
    padding: calc(100vw / ( 640 / 30 )) calc(100vw / ( 640 / 90 ));
    border-radius: calc(100vw / ( 640 / 8 ));
  }
  .btn a svg {
    width: calc(100vw / ( 640 / 34 ));
    right: calc(100vw / ( 640 / 30 ));
  }

  .btn_back a {
    font-size: calc(100vw / ( 640 / 36 ));
    padding-right: calc(100vw / ( 640 / 44 ));
  }
  .btn_back a svg {
    width: calc(100vw / ( 640 / 30 ));
  }

  .btn_play .a {
    border-radius: calc(100vw / ( 640 / 80 ));
    padding: calc(100vw / ( 640 / 24 )) calc(100vw / ( 640 / 40 ));
  }
  .btn_play .a span {
    padding-right: calc(100vw / ( 640 / 44 ));
  }
  .btn_play .a span:before {
    width: calc(100vw / ( 640 / 30 ));
    height: calc(100vw / ( 640 / 30 ));
  }
  .btn_play .a span:after {
    border: calc(100vw / ( 640 / 6 )) solid transparent;
    border-left: calc(100vw / ( 640 / 8 )) solid #fff;
    border-right-width: 0;
    right: calc(100vw / ( 640 / 10 ));
  }
  .btn_play .a:before, .btn_play .a:after {
    border-radius: calc(100vw / ( 640 / 80 ));
  }

  .modal-content {
    width: 90%;
  }

  .modal-content-b {
    width: 80%;
  }

  /*=======================================
  	layout
  =======================================*/
  /*--- header ---*/
  header {
    position: static;
    height: auto;
  }
  header.active {
    background: none;
  }
  header .logo {
    width: calc(100vw / ( 640 / 110 ));
    top: calc(100vw / ( 640 / 30 ));
    left: calc(100vw / ( 640 / 30 ));
    -webkit-transform: none;
            transform: none;
    z-index: 3;
  }
  header .sp_btn {
    width: calc(100vw / ( 640 / 120 ));
    height: calc(100vw / ( 640 / 120 ));
    background: #000;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
  header .sp_btn span,
  header .sp_btn span:before,
  header .sp_btn span:after {
    content: "";
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header .sp_btn span:before {
    top: -8px;
  }
  header .sp_btn span:after {
    top: 10px;
  }
  header .sp_btn.active span {
    background: transparent;
  }
  header .sp_btn.active span:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    top: 1px;
  }
  header .sp_btn.active span:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    top: 1px;
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: #000;
    overflow-y: scroll;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header ul {
    display: block;
    font-size: calc(100vw / ( 640 / 42 ));
    padding: calc(100vw / ( 640 / 120 )) 0 0;
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
  header li {
    margin: 0 0 calc(100vw / ( 640 / 50 ));
    -webkit-transform: translateX(calc(100vw / ( 640 / -150 )));
            transform: translateX(calc(100vw / ( 640 / -150 )));
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  header li a {
    display: inline;
    padding: 0;
    color: #fff;
  }
  header li span {
    display: inline;
  }
  header li span:after {
    display: none;
  }
  header li.insta a {
    display: block;
    width: calc(100vw / ( 640 / 50 ));
    height: calc(100vw / ( 640 / 50 ));
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    -webkit-transition: none;
    transition: none;
  }
  header li.insta svg {
    width: calc(100vw / ( 640 / 40 ));
  }
  header li.insta a:hover {
    background: none;
  }
  header .btn_contact {
    display: block;
    padding: 0 calc(100vw / ( 640 / 40 ));
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(calc(100vw / ( 640 / 50 )));
            transform: translateY(calc(100vw / ( 640 / 50 )));
  }
  header .btn_contact a {
    display: block;
    background: #272727;
    color: #7c7c7c;
    font-family: "Barlow", sans-serif;
    font-size: calc(100vw / ( 640 / 32 ));
    font-weight: 400;
    line-height: 1;
    padding: calc(100vw / ( 640 / 30 )) calc(100vw / ( 640 / 90 ));
    border-radius: calc(100vw / ( 640 / 8 ));
    position: relative;
  }
  header .btn_contact a svg {
    fill: #7c7c7c;
  }
  header .btn_contact a span {
    display: inline-block;
    padding-left: calc(100vw / ( 640 / 48 ));
    position: relative;
  }
  header .btn_contact a span svg {
    width: calc(100vw / ( 640 / 30 ));
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .btn_contact a span + svg {
    width: calc(100vw / ( 640 / 36 ));
    height: auto;
    position: absolute;
    top: 50%;
    right: calc(100vw / ( 640 / 36 ));
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
  header nav.active {
    opacity: 1;
    visibility: inherit;
  }
  header nav.active li {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  header nav.active li:nth-of-type(2) {
    -webkit-transition-delay: .05s;
            transition-delay: .05s;
  }
  header nav.active li:nth-of-type(3) {
    -webkit-transition-delay: .1s;
            transition-delay: .1s;
  }
  header nav.active li:nth-of-type(4) {
    -webkit-transition-delay: .15s;
            transition-delay: .15s;
  }
  header nav.active li:nth-of-type(5) {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
  header nav.active li:nth-of-type(6) {
    -webkit-transition-delay: .25s;
            transition-delay: .25s;
  }
  header nav.active li:nth-of-type(7) {
    -webkit-transition-delay: .3s;
            transition-delay: .3s;
  }
  header nav.active li:nth-of-type(8) {
    -webkit-transition-delay: .35s;
            transition-delay: .35s;
  }
  header nav.active li:nth-of-type(9) {
    -webkit-transition-delay: .4s;
            transition-delay: .4s;
  }
  header nav.active .btn_contact {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: .45s;
            transition-delay: .45s;
  }

  /*--- footer ---*/
  footer {
    font-size: calc(100vw / ( 640 / 24 ));
    padding: calc(100vw / ( 640 / 70 )) 0 calc(100vw / ( 640 / 40 ));
  }
  footer .wrap {
    padding: 0 calc(100vw / ( 640 / 40 ));
  }
  footer .logo {
    margin-bottom: calc(100vw / ( 640 / 40 ));
  }
  footer .logo svg {
    width: calc(100vw / ( 640 / 206 ));
  }
  footer .sns {
    margin: 0;
    position: absolute;
    bottom: calc(100vw / ( 640 / 50 ));
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .sns svg {
    width: calc(100vw / ( 640 / 40 ));
  }
  footer .link {
    padding: 0;
  }
  footer .link li {
    width: calc(100vw / ( 640 / 220 ));
    margin: 0 0 calc(100vw / ( 640 / 40 ));
    padding-left: .7em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  footer .link li:before {
    content: "";
    display: block;
    width: calc(100vw / ( 640 / 6 ));
    height: calc(100vw / ( 640 / 6 ));
    border-radius: 50%;
    background: #000;
    position: absolute;
    top: .3em;
    left: 0;
  }
  footer .btn_contact {
    position: static;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: calc(100vw / ( 640 / 120 ));
  }
  footer .btn_contact a {
    font-size: calc(100vw / ( 640 / 32 ));
    padding: calc(100vw / ( 640 / 30 )) calc(100vw / ( 640 / 90 ));
    border-radius: calc(100vw / ( 640 / 8 ));
  }
  footer .btn_contact a span svg {
    width: calc(100vw / ( 640 / 34 ));
    margin-right: calc(100vw / ( 640 / 16 ));
  }
  footer .btn_contact a span + svg {
    width: calc(100vw / ( 640 / 36 ));
    right: calc(100vw / ( 640 / 36 ));
  }
  footer .copy {
    font-size: calc(100vw / ( 640 / 16 ));
    text-align: center;
  }

  /*=======================================
  	home
  =======================================*/
  span#service,
  span#equipment,
  span#news,
  span#company {
    top: calc(100vw / ( 640 / -60 ));
  }

  .h-mv .catchcopy .tablet {
    display: none;
  }
  .h-mv .catchcopy .sp {
    display: inline;
  }
  .h-mv .common_scroll {
    bottom: calc(100vw / ( 640 / 50 ));
  }

  .h-service {
    padding: calc(100vw / ( 640 / 70 )) 0 calc(100vw / ( 640 / 90 ));
  }
  .h-service .common_h {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    margin-bottom: calc(100vw / ( 640 / 70 ));
  }
  .h-service .common_h h2,
  .h-service .common_h .en {
    top: calc(100vw / ( 640 / 100 ));
  }
  .h-service .common_h .en {
    top: calc(100vw / ( 640 / 60 ));
  }
  .h-service p {
    padding: 0;
  }

  .h-equipment .sec1 {
    width: auto;
    padding: calc(100vw / ( 640 / 210 )) 0 calc(100vw / ( 640 / 280 ));
  }
  .h-equipment .sec1 .common_h {
    padding: 0;
  }
  .h-equipment .sec1 .common_h .en {
    font-size: calc(100vw / ( 640 / 80 ));
  }
  .h-equipment .sec2 {
    padding: calc(100vw / ( 640 / 60 )) 0 calc(100vw / ( 640 / 90 ));
  }
  .h-equipment .sec2 ul {
    display: block;
  }
  .h-equipment .sec2 li {
    width: auto;
    margin: 0 0 calc(100vw / ( 640 / 60 ));
    padding: 0 calc(100vw / ( 640 / 10 ));
  }
  .h-equipment .sec2 figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vw / ( 640 / 320 ));
  }
  .h-equipment .sec2 figure > div {
    width: 50%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
    border-right: 1px solid #dec97f;
    margin: 0;
  }
  .h-equipment .sec2 figure > div:after {
    width: 0;
    height: 100%;
  }
  .h-equipment .sec2 figure img {
    max-width: calc(100vw / ( 640 / 250 ));
    max-height: inherit;
    top: calc(100vw / ( 640 / 50 ));
  }
  .h-equipment .sec2 figcaption {
    width: 50%;
    padding: calc(100vw / ( 640 / 80 )) calc(100vw / ( 640 / 30 ));
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    position: relative;
  }
  .h-equipment .sec2 figcaption em {
    font-size: calc(100vw / ( 640 / 40 ));
    line-height: 1.2;
  }
  .h-equipment .sec2 figcaption span {
    font-size: calc(100vw / ( 640 / 24 ));
  }
  .h-equipment .sec2 figcaption .btn.white {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    padding-left: calc(100vw / ( 640 / 40 ));
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .h-equipment .sec2 figcaption .btn.white a {
    min-width: inherit;
    display: block;
    font-size: calc(100vw / ( 640 / 26 ));
    padding: calc(100vw / ( 640 / 14 )) calc(100vw / ( 640 / 40 )) calc(100vw / ( 640 / 14 )) calc(100vw / ( 640 / 30 ));
  }
  .h-equipment .sec2 figcaption .btn.white a:before {
    width: calc(100vw / ( 640 / 12 ));
    height: calc(100vw / ( 640 / 12 ));
    right: calc(100vw / ( 640 / 20 ));
  }
  .h-equipment .sec2 li.show figure div:after {
    width: calc(100vw / ( 640 / 170 ));
  }
  .h-equipment .sec2 li.equipment_0 img {
    max-width: calc(100vw / ( 640 / 250 ));
  }
  .h-equipment .sec2 li.equipment_gf_jib img {
    max-width: calc(100vw / ( 640 / 240 ));
  }
  .h-equipment .sec2 li.equipment_7 img {
    max-width: calc(100vw / ( 640 / 240 ));
  }
  .h-equipment .sec2 li.equipment_2 img {
    max-width: calc(100vw / ( 640 / 240 ));
  }
  .h-equipment .sec2 li.equipment_3 img {
    max-width: calc(100vw / ( 640 / 74 ));
  }
  .h-equipment .sec2 li.equipment_4 img {
    max-width: calc(100vw / ( 640 / 252 ));
  }
  .h-equipment .sec2 li.equipment_5 img {
    max-width: calc(100vw / ( 640 / 252 ));
  }
  .h-equipment .sec2 li.equipment_6 img {
    max-width: calc(100vw / ( 640 / 196 ));
  }
  .h-equipment .sec2 li.equipment_lambda25 img {
    max-width: calc(100vw / ( 640 / 240 ));
  }
  .h-equipment .sec2 li.equipment_total_dutch img {
    max-width: calc(100vw / ( 640 / 210 ));
  }
  .h-equipment .sec2 li.equipment_rigging_kit img {
    max-width: calc(100vw / ( 640 / 240 ));
  }

  .slider_equipment .slick-dots {
    bottom: calc(100vw / ( 640 / -30 ));
  }
  .slider_equipment .slick-dots li {
    width: calc(100vw / ( 640 / 10 ));
    height: calc(100vw / ( 640 / 10 ));
    margin: 0 calc(100vw / ( 640 / 10 ));
  }
  .slider_equipment .slick-arrow {
    left: -10%;
    width: calc(100vw / ( 640 / 60 ));
    z-index: 1;
  }
  .slider_equipment .slick-arrow:after {
    width: calc(100vw / ( 640 / 50 ));
    height: calc(100vw / ( 640 / 50 ));
    border-right: calc(100vw / ( 640 / 2 )) solid #fff;
    border-bottom: calc(100vw / ( 640 / 2 )) solid #fff;
    left: calc(100vw / ( 640 / 10 ));
  }
  .slider_equipment .slick-arrow.next {
    left: auto;
    right: -10%;
  }
  .slider_equipment .slick-arrow.next:after {
    left: auto;
    right: calc(100vw / ( 640 / 10 ));
  }

  .h-works {
    padding: calc(100vw / ( 640 / 150 )) 0 calc(100vw / ( 640 / 130 ));
  }
  .h-works .common_h {
    margin-bottom: calc(100vw / ( 640 / 100 ));
  }
  .h-works .slick-slide {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .h-works .slick-slide div.img svg {
    width: 17%;
  }
  .h-works .slick-slide figcaption {
    font-size: calc(100vw / ( 640 / 20 ));
    margin-top: calc(100vw / ( 640 / 20 ));
  }
  .h-works .slick-current {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .h-works .slick-arrow {
    top: calc(100vw / ( 640 / 110 ));
    font-size: calc(100vw / ( 640 / 16 ));
    padding: calc(100vw / ( 640 / 20 )) calc(100vw / ( 640 / 10 ));
    margin-left: calc(100vw / ( 640 / -270 ));
  }
  .h-works .slick-arrow:after {
    width: calc(100vw / ( 640 / 60 ));
    height: calc(100vw / ( 640 / 8 ));
  }
  .h-works .slick-arrow.next {
    margin-left: calc(100vw / ( 640 / 270 ));
  }
  .h-works .slick-dots {
    margin: calc(100vw / ( 640 / 30 )) 0 calc(100vw / ( 640 / 30 ));
  }
  .h-works .slick-dots button,
  .h-works .slick-dots span {
    font-size: calc(100vw / ( 640 / 20 ));
  }

  .h-news {
    padding: calc(100vw / ( 640 / 70 )) 0 calc(100vw / ( 640 / 50 ));
  }
  .h-news .title {
    margin-bottom: calc(100vw / ( 640 / 40 ));
  }
  .h-news .btn_more {
    width: calc(100vw / ( 640 / 90 ));
    height: calc(100vw / ( 640 / 90 ));
  }
  .h-news .btn_more:before, .h-news .btn_more:after {
    width: calc(100vw / ( 640 / 28 ));
    height: 1px;
  }
  .h-news .btn_more:after {
    width: 1px;
    height: calc(100vw / ( 640 / 28 ));
  }
  .h-news li {
    display: block;
    padding: calc(100vw / ( 640 / 30 )) calc(100vw / ( 640 / 20 ));
  }
  .h-news .date {
    width: auto;
    font-size: calc(100vw / ( 640 / 24 ));
    padding-left: calc(100vw / ( 640 / 16 ));
    margin-bottom: calc(100vw / ( 640 / 16 ));
  }
  .h-news .date:before {
    width: calc(100vw / ( 640 / 4 ));
  }
  .h-news a {
    display: inline;
    padding: 0;
  }
  .h-news a:after {
    display: none;
  }

  .h-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: calc(100vw / ( 640 / 30 )) 0 calc(100vw / ( 640 / 60 ));
  }
  .h-company .bg {
    display: none;
  }
  .h-company .txt {
    width: auto;
    padding: 0 calc(100vw / ( 640 / 40 ));
  }
  .h-company .txt figure {
    display: block;
  }
  .h-company .common_h {
    margin-bottom: calc(100vw / ( 640 / 50 ));
  }
  .h-company dl {
    padding: 0 calc(100vw / ( 640 / 10 ));
  }
  .h-company dl div {
    margin-top: calc(100vw / ( 640 / 34 ));
  }
  .h-company dt {
    width: calc(100vw / ( 640 / 130 ));
    font-size: calc(100vw / ( 640 / 24 ));
    font-weight: bold;
    font-weight: 600;
  }

  .h-recruit {
    max-width: calc(100vw / ( 640 / 580 ));
    margin: 0 auto calc(100vw / ( 640 / 70 ));
    padding: calc(100vw / ( 640 / 90 )) 0;
  }
  .h-recruit .title {
    margin-bottom: calc(100vw / ( 640 / 50 ));
  }
  .h-recruit .common_h {
    text-align: center;
  }
  .h-recruit p {
    letter-spacing: 0.05em;
    margin-bottom: calc(100vw / ( 640 / 40 ));
  }

  /*=======================================
  	works
  =======================================*/
  .works .common_title {
    margin-bottom: calc(100vw / ( 640 / 150 ));
  }
  .works .common_title .common_scroll {
    position: relative;
    bottom: auto;
    margin-top: calc(100vw / ( 640 / 50 ));
  }
  .works .list {
    margin-bottom: calc(100vw / ( 640 / 80 ));
  }
  .works .list .wrap > section {
    padding: 0 0 calc(100vw / ( 640 / 50 ));
    margin-bottom: calc(100vw / ( 640 / 50 ));
  }
  .works .list .wrap > p {
    margin-top: 2rem;
  }
  .works .list .flex {
    display: block;
    padding: 0;
  }
  .works .list .flex section {
    width: auto;
  }
  .works .list .flex section:first-child {
    padding-right: 0;
  }
  .works .list h2 {
    font-size: calc(100vw / ( 640 / 40 ));
  }
  .works .list h2:first-of-type {
    margin-top: 1.5rem;
  }

  /*=======================================
  	recruit
  =======================================*/
  .recruit .common_title {
    margin-bottom: calc(100vw / ( 640 / 150 ));
  }
  .recruit .common_title .common_scroll {
    position: relative;
    bottom: auto;
    margin-top: calc(100vw / ( 640 / 50 ));
  }
  .recruit .summary {
    padding: 0 0 calc(100vw / ( 640 / 90 ));
  }
  .recruit .summary h2 {
    font-size: calc(100vw / ( 640 / 26 ));
    text-align: left;
    margin-bottom: calc(100vw / ( 640 / 50 ));
  }
  .recruit .summary dt {
    font-size: calc(100vw / ( 640 / 26 ));
    padding-left: calc(100vw / ( 640 / 30 ));
  }
  .recruit .summary dt:before {
    width: calc(100vw / ( 640 / 20 ));
    height: calc(100vw / ( 640 / 20 ));
  }
  .recruit .summary .btn {
    margin-top: calc(100vw / ( 640 / 70 ));
  }

  .recruit.off .common_title .box {
    margin: 0 auto calc(100vw / ( 640 / 80 ));
    padding: calc(100vw / ( 640 / 120 )) 2rem;
  }
  .recruit.off .common_title .box p {
    margin-bottom: 2rem;
    line-height: 1.8;
  }

  /*=======================================
  	contact
  =======================================*/
  .contact input,
  .contact textarea {
    padding: calc(100vw / ( 640 / 16 )) calc(100vw / ( 640 / 30 ));
    border-radius: calc(100vw / ( 640 / 6 ));
  }
  .contact textarea {
    height: calc(100vw / ( 640 / 400 ));
  }
  .contact :-webkit-input-placeholder {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .contact :-ms-input-placeholder {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .contact ::-webkit-input-placeholder {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .contact ::-ms-input-placeholder {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .contact ::placeholder {
    font-size: calc(100vw / ( 640 / 26 ));
  }
  .contact .common_title .en {
    padding-bottom: calc(100vw / ( 640 / 80 ));
  }
  .contact .form_outer {
    padding: calc(100vw / ( 640 / 50 )) 0 calc(100vw / ( 640 / 90 ));
  }
  .contact .form_outer h2 {
    text-align: left;
    font-size: calc(100vw / ( 640 / 26 ));
    margin-bottom: calc(100vw / ( 640 / 60 ));
  }
  .contact .form_outer dt span {
    font-size: calc(100vw / ( 640 / 30 ));
  }
  .contact .form_outer dd {
    margin: calc(100vw / ( 640 / 6 )) 0 calc(100vw / ( 640 / 30 ));
  }
  .contact .form_outer .btn {
    margin-top: calc(100vw / ( 640 / 60 ));
  }
  .contact .thanks {
    padding: calc(100vw / ( 640 / 170 )) 0 calc(100vw / ( 640 / 100 ));
  }
  .contact .thanks .h {
    font-size: calc(100vw / ( 640 / 36 ));
    margin-bottom: calc(100vw / ( 640 / 70 ));
  }
  .contact .thanks .h span {
    font-size: calc(100vw / ( 640 / 40 ));
    margin-bottom: calc(100vw / ( 640 / 20 ));
  }
  .contact .thanks h2 {
    font-size: calc(100vw / ( 640 / 26 ));
    margin-bottom: calc(100vw / ( 640 / 30 ));
    text-align: left;
  }
  .contact .thanks p {
    font-size: calc(100vw / ( 640 / 24 ));
  }
  .contact .thanks .btn_back {
    margin-top: calc(100vw / ( 640 / 70 ));
  }

  /*=======================================
  	privacy
  =======================================*/
  .privacy .common_title {
    padding: calc(100vw / ( 640 / 180 )) 0 0;
  }
  .privacy .common_title h1 {
    margin-bottom: calc(100vw / ( 640 / 16 ));
  }
  .privacy .common_title .en {
    margin-bottom: calc(100vw / ( 640 / 50 ));
    padding-bottom: calc(100vw / ( 640 / 40 ));
    font-size: calc(100vw / ( 640 / 40 ));
  }
  .privacy .contents {
    margin-bottom: calc(100vw / ( 640 / 90 ));
  }
}
