@charset "UTF-8";
/* --

 top.css

 ------------------------------------

-- */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700i);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap&subset=japanese);
@import url(https://fonts.googleapis.com/css?family=Sawarabi+Gothic);
/* --

 * clearfix............float解除
 * font-size...........フォントサイズ指定（px指定はIE8対策）
 * layout-baseSize.....基本のコンテンツサイズ
 * layout-posMiddle....天地中央配置
 * moving-base.........基本のアニメーション
 * FontAwesome.........アイコンフォント使用（FontAwesome）
 * opacity.............透明度設定（IE対応含む）
 * pc..............ブレイクポイント設定（パソコンのみ）
 * tablet..............ブレイクポイント設定（タブレット）
 * mobile..............ブレイクポイント設定（スマホ）

 ------------------------------------

 * scroll..............スクロールアイコンのスタイル
 * module-title........タイトル共通のスタイル


-- */
/* --

 keyframes - アニメーションキーフレーム集

 ------------------------------------

 * loading.............ローディングアイコンのアニメーション
 * toggle-.............ハンバーガーアイコンに関するアニメーション

-- */
@-webkit-keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes loading {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@keyframes toggle-top {
  0% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(0deg);
    transform: translateY(-8px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@keyframes toggle-bottom {
  0% {
    -webkit-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(0deg);
    transform: translateY(7px) rotate(0deg);
  }
}
@-webkit-keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@keyframes toggle-top-close {
  0% {
    -webkit-transform: translateY(-16px) rotate(0deg);
    transform: translateY(-16px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
}
@-webkit-keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
@keyframes toggle-bottom-close {
  0% {
    -webkit-transform: translateY(17px) rotate(0deg);
    transform: translateY(17px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(0px) rotate(0deg);
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
/*-----------------------------------
$professional
-----------------------------------*/
@media screen and (max-width: 639px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 639px) {
  .ttl-wrap {
    text-align: center;
  }
}

.ttl-style {
  display: inline-block;
  font-size: 4rem;
  border-bottom: 2px solid #00A5E3;
  font-family: a-otf-ryumin-pr6n, serif;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 1023px) {
  .ttl-style {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 639px) {
  .ttl-style {
    font-size: 2.4rem;
  }
}

.sub-top-view {
  background-image: url(../images/work/work-top-view.jpg);
}

.work-images {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 8rem;
  padding-top: 9.5rem;
}
@media screen and (max-width: 1023px) {
  .work-images {
    padding: 4.4rem 5% 8rem;
  }
}
.work-images .work-image {
  margin-top: 6rem;
}
@media screen and (max-width: 1023px) {
  .work-images .work-image:nth-of-type(2) {
    margin-top: 4rem;
  }
}
.work-images .work-image img {
  width: 100%;
}
.work-images .work-image p {
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-top: 2rem;
}
@media screen and (max-width: 1023px) {
  .work-images .work-image p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 639px) {
  .work-images .work-image p {
    font-size: 1.6rem;
  }
}
.work-images .work-image p span {
  font-size: 2.2rem;
}
@media screen and (max-width: 1023px) {
  .work-images .work-image p span {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 639px) {
  .work-images .work-image p span {
    display: block;
    padding-top: 1rem;
    font-size: 1.2rem;
  }
}
.work-images .box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 1023px) {
  .work-images .box {
    flex-wrap: wrap;
  }
}
.work-images .box .left-box {
  width: 300px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .work-images .box .left-box {
    width: 100%;
  }
}
.work-images .box .right-box {
  flex-grow: 1;
  flex-shrink: 1;
}
@media screen and (max-width: 1023px) {
  .work-images .box .right-box {
    width: 100%;
  }
}
.work-images .box .right-box .heading {
  font-weight: bold;
  margin-top: 0;
}
.work-images .box .right-box .table-wrap {
  overflow-x: auto;
}
.work-images .box .right-box .table-wrap table {
  width: 100%;
  border-collapse: collapse;
}
.work-images .box .right-box .table-wrap table tbody th, .work-images .box .right-box .table-wrap table tbody td {
  padding: 0.5em 0.5em 0.5em 0;
  border-top: 1px solid #aaa;
  vertical-align: top;
  line-height: 1.4;
}

/*# sourceMappingURL=work.css.map */
