/* ===============================================================================
work
=============================================================================== */
.headerArea, .footerArea {
  display: none;
}

#header {
  display: none;
}

.work-sec-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  color: #fff;
}
.work-sec-1__inr {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  bottom: 80px;
  background: #fff;
}
.work-sec-1__inr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid #333;
  border-width: 2px 0;
}
.work-sec-1 .blks-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  z-index: 2;
}
.work-sec-1 .blks-1__inr {
  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;
  height: 56px;
}
.work-sec-1 .blks-1 .h {
  font-size: 1.375rem;
  font-weight: 700;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .work-sec-1 .blks-1 .h:hover {
    opacity: 0.8;
  }
}
.work-sec-1 .blks-1 .h::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  background: url("../img/cmn/cmn_arr02.svg") no-repeat center center/contain;
}
.work-sec-1 .blks-1 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.work-sec-1 .blks-1 .grp__next, .work-sec-1 .blks-1 .grp__prev {
  width: 32px;
  height: 32px;
  background: url("../img/cmn/cmn_arr03.svg") no-repeat 0 0/100% 100%;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .work-sec-1 .blks-1 .grp__next:hover, .work-sec-1 .blks-1 .grp__prev:hover {
    opacity: 0.8;
  }
}
.work-sec-1 .blks-1 .grp__prev {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.work-sec-1 .blks-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 32px 0 240px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.work-sec-1 .blks-2__inr {
  width: 100%;
  height: 80px;
  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;
}
.work-sec-1 .blks-2 .thumb {
  position: absolute;
  width: 200px;
  top: -42px;
  left: 22px;
  pointer-events: none;
}
.work-sec-1 .blks-2 .thumb__inr {
  margin-bottom: 0;
}
.work-sec-1 .blks-2 .grp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -12px;
  position: relative;
  z-index: 1;
}
.work-sec-1 .blks-2 .grp__h {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 12px;
}
.work-sec-1 .blks-2 .grp__txt {
  font-size: 0.8125rem;
  margin: 0 12px;
}
.work-sec-1 .blks-2 .grp-2__btn {
  width: 160px;
  height: 40px;
  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;
  border: solid 1px #fff;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  .work-sec-1 .blks-2 .grp-2__btn:hover {
    opacity: 0.8;
  }
}
.work-sec-1 .blks-3 {
  position: absolute;
  left: 0;
  width: 100%;
  top: 56px;
  bottom: 80px;
  background: rgba(255, 255, 255, 0.98);
  z-index: 1;
  overflow: auto;
  color: #333;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.work-sec-1 .blks-3.is-active {
  opacity: 1;
  pointer-events: auto;
}
.work-sec-1 .blks-3__inr {
  padding: 80px 32px;
  max-width: 800px;
  margin: 0 auto;
}
.work-sec-1 .blks-3 .close {
  position: fixed;
  top: 88px;
  right: 32px;
  width: 40px;
  height: 40px;
  background: url("../img/cmn/cmn_close01.png") no-repeat right top/15px auto;
  cursor: pointer;
}
.work-sec-1 .blks-3 .thumb {
  max-width: 640px;
  margin: 0 auto 24px;
  display: block;
}
.work-sec-1 .blks-3 .h {
  text-align: center;
  font-size: 1.875rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.03em;
  margin-bottom: 24px;
}
.work-sec-1 .blks-3 .txt {
  font-size: 1rem;
  line-height: 1.75;
  max-width: 640px;
  margin: 0 auto 40px;
  text-align: center;
}
.work-sec-1 .blks-3 .h-2 {
  margin-bottom: 16px;
}
.work-sec-1 .blks-3 .txt-2 {
  font-size: 0.875rem;
  line-height: 1.75;
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 24px;
}
.work-sec-1 .blks-3 .table table {
  width: 100%;
}
.work-sec-1 .blks-3 .table th, .work-sec-1 .blks-3 .table td {
  height: 80px;
  font-size: 1rem;
  line-height: 1.5;
  box-sizing: border-box;
  vertical-align: middle;
}
.work-sec-1 .blks-3 .table th {
  background: #999;
  color: #fff;
  border-bottom: solid 1px #f5f5f5;
  width: 160px;
}
.work-sec-1 .blks-3 .table td {
  background: #f5f5f5;
  padding: 8px 32px;
  border-bottom: solid 1px #999;
}
.work-sec-1 .blks-3 .table td a {
  color: #1374e2;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .work-sec-1 .blks-3 .table td a:hover {
    opacity: 0.8;
  }
}
.work-sec-1 .blks-3 .table tr:last-child th, .work-sec-1 .blks-3 .table tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 1040px) {
  .work-sec-1 .blks-2 {
    padding-left: 160px;
  }
  .work-sec-1 .blks-2 .thumb {
    width: 128px;
    top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .work-sec-1__inr {
    top: 56px;
    bottom: 80px;
  }
  .work-sec-1 .blks-1 {
    padding: 0 16px;
  }
  .work-sec-1 .blks-1__inr {
    height: 56px;
  }
  .work-sec-1 .blks-1 .h {
    font-size: 1rem;
    padding-left: 26px;
  }
  .work-sec-1 .blks-1 .h::before {
    width: 20px;
    height: 20px;
  }
  .work-sec-1 .blks-1 .grp {
    gap: 8px;
  }
  .work-sec-1 .blks-2 {
    padding: 0 16px 0 72px;
  }
  .work-sec-1 .blks-2__inr {
    height: 80px;
  }
  .work-sec-1 .blks-2 .thumb {
    width: 232px;
    left: 16px;
    top: -60px;
  }
  .work-sec-1 .blks-2 .thumb__inr::after {
    background: none;
  }
  .work-sec-1 .blks-2 .thumb__pc {
    display: none;
  }
  .work-sec-1 .blks-2 .grp {
    display: block;
    padding: 8px;
  }
  .work-sec-1 .blks-2 .grp__h {
    font-size: 0.9375rem;
    margin: 0;
  }
  .work-sec-1 .blks-2 .grp__txt {
    font-size: 0.625rem;
    margin: 0;
  }
  .work-sec-1 .blks-2 .grp-2 {
    margin-left: 16px;
    z-index: 1;
    right: 16px;
  }
  .work-sec-1 .blks-2 .grp-2__btn {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 0.75rem;
    border-width: 2px;
    background: #111;
  }
  .work-sec-1 .blks-3 .close {
    top: 72px;
    right: 16px;
  }
  .work-sec-1 .blks-3 .thumb {
    margin-bottom: 16px;
  }
  .work-sec-1 .blks-3 .h {
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
  .work-sec-1 .blks-3 .txt {
    font-size: 0.9375rem;
    margin-bottom: 32px;
  }
  .work-sec-1 .blks-3 .table table, .work-sec-1 .blks-3 .table tbody, .work-sec-1 .blks-3 .table tr, .work-sec-1 .blks-3 .table th, .work-sec-1 .blks-3 .table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border: none;
  }
  .work-sec-1 .blks-3 .table tr:not(:last-child) {
    margin-bottom: 12px;
  }
  .work-sec-1 .blks-3 .table th, .work-sec-1 .blks-3 .table td {
    display: block;
    height: auto;
    font-size: 0.875rem;
  }
  .work-sec-1 .blks-3 .table th {
    padding: 8px 16px;
  }
  .work-sec-1 .blks-3 .table td {
    padding: 16px;
  }
}