@charset "UTF-8";
#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
オープニングアニメーション
------------------------------------------------- */
body:has(.top_bg) {
  overflow: hidden;
}

.top_bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 7;
  opacity: 1;
  transition: opacity 0.8s ease;
}
.top_bg.fin {
  z-index: 5;
}
.top_bg.hide {
  opacity: 0;
  pointer-events: none;
}
.top_bg .row_line,
.top_bg .column_line {
  position: absolute;
}
.top_bg .row_line .icon,
.top_bg .column_line .icon {
  position: absolute;
  z-index: 3;
}
.top_bg .row_line .icon img,
.top_bg .column_line .icon img {
  display: block;
  width: 56px;
  /*
   * width: 100%;
   * height: auto;
   * は削除します。
   *
   * 画像ファイル本来のサイズで表示されます。
   */
}
@media (max-width: 767px) {
  .top_bg .row_line .icon img,
  .top_bg .column_line .icon img {
    width: 21px;
  }
}
.top_bg .row_line .icon.move,
.top_bg .column_line .icon.move {
  animation-duration: 0.85s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.top_bg .row_line .red_line,
.top_bg .column_line .red_line {
  position: absolute;
  background: #cc2024;
  z-index: 2;
}
.top_bg .row_line .red_line.draw,
.top_bg .column_line .red_line.draw {
  animation-duration: 0.85s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.top_bg .row_line {
  top: 80%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.top_bg .row_line .icon {
  left: 0;
  top: 80%;
  transform: translateY(-50%);
}
.top_bg .row_line .icon.move {
  animation-name: rowMove;
}
.top_bg .row_line .red_line {
  left: 0;
  top: 80%;
  width: 0;
  height: 2px;
  transform: translateY(-50%);
}
.top_bg .row_line .red_line.draw {
  animation-name: rowDraw;
}
.top_bg .column_line {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.top_bg .column_line.show {
  opacity: 1;
  visibility: visible;
}
.top_bg .column_line .icon {
  top: 0;
  left: 80%;
  transform: translateX(-50%);
}
.top_bg .column_line .icon.move {
  animation-name: columnMove;
}
.top_bg .column_line .red_line {
  top: 0;
  left: 80%;
  width: 2px;
  height: 0;
  transform: translateX(-50%);
}
.top_bg .column_line .red_line.draw {
  animation-name: columnDraw;
}

@keyframes rowMove {
  from {
    left: 0;
    transform: translate(0, -50%);
  }
  to {
    /*
     * left: 100%で右端まで移動し、
     * translateX(-100%)で画像自身の幅だけ戻します。
     */
    left: 100%;
    transform: translate(-100%, -50%);
  }
}
@keyframes rowDraw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes columnMove {
  from {
    top: 0;
    transform: translate(-50%, 0);
  }
  to {
    /*
     * top: 100%で下端まで移動し、
     * translateY(-100%)で画像自身の高さだけ戻します。
     */
    top: 100%;
  }
}
@keyframes columnDraw {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
/* 2回目以降はオープニング背景を表示しない */
body.is-top-return .top_bg {
  display: none !important;
}
body.is-top-return {
  /* 2回目以降は大テキスト・小テキストのアニメーションを停止 */
}
body.is-top-return .fade-in,
body.is-top-return .fade-in .char,
body.is-top-return .fade-in2 {
  animation: none !important;
  transition: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
body.is-top-return {
  /* 2回目以降はタイプライターカーソルも表示しない */
}
body.is-top-return .typing-cursor {
  display: none !important;
  animation: none !important;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes charFade {
  0% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes typing-char {
  to {
    opacity: 1;
  }
}
@keyframes typing-cursor-blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
#mainimg {
  position: relative;
}
#mainimg .copyright {
  position: fixed;
  writing-mode: vertical-rl;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  transform: rotate(180deg);
  bottom: 43px;
  left: 1.0625%;
  z-index: 2;
}
#mainimg .copyright.color-808080 {
  color: #808080;
}
#mainimg .copyright.color-fff {
  color: #fff;
}
#mainimg .copyright.end {
  display: none;
}
#mainimg #mainslider img, #mainimg #mainslider video {
  display: block;
  width: 100%;
  height: calc(100vh - 84px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider:not(:has(.slick-list)) img:not(:first-child) {
  display: none;
}
#mainimg #mainslider:has(video) {
  position: relative;
}
#mainimg #mainslider:has(video)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/dotimage.png) repeat rgba(0, 0, 0, 0.5);
}
#mainimg #mainslider:has(video) img {
  display: none;
}
#mainimg .catch {
  position: absolute;
  z-index: 6;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 10px 60px max(7%, 40px);
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 22px;
  line-height: 1.3636363636;
  color: #000;
}
#mainimg .catch .bigtext {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 140px;
  line-height: 0.85;
  color: #171c61;
  margin: 0 0 18px -12px;
  text-shadow: -5px 5px 10px rgba(17, 17, 17, 0.5);
}
#mainimg .catch .text .emphasis {
  color: #171c61;
  font-weight: bold;
  font-size: 20px;
}
#mainimg .catch .text small {
  display: block;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 11px;
}
#mainimg .catch .fade-in, #mainimg .catch .fade-in2 {
  display: inline-block;
  position: relative;
}
#mainimg .catch .fade-in .char {
  display: inline-block;
  opacity: 0;
  position: relative;
}
#mainimg .catch .fade-in .char.cursor::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0%;
  width: 4px;
  height: 100%;
  background-color: #171c61;
}
#mainimg .catch .fade-in .typing-cursor {
  position: absolute;
  z-index: 3;
  display: inline-block;
  width: 4px;
  height: 1em;
  margin-left: 2px;
  background-color: #171c61;
  vertical-align: -0.1em;
  animation: typing-cursor-blink 0.7s steps(1) infinite;
}
@media (max-width: 767px) {
  #mainimg .catch .fade-in .typing-cursor {
    width: 2px;
  }
}
#mainimg .catch .fade-in .typing-cursor.is-finished {
  opacity: 0;
  animation: none;
  display: none;
}
#mainimg .catch .fade-in.view .char {
  animation: charFade 0.03s ease 0s forwards;
}
#mainimg .catch .fade-in.is-show .char {
  animation: typing-char 0.01s forwards;
}
#mainimg .catch .fade-in2 {
  opacity: 0;
}
#mainimg .catch .fade-in2.view {
  animation: fade-in2 1s ease 1.75s 1 normal both;
}
#mainimg .catch .fade-in2.remove {
  opacity: 1;
}
@media (max-width: 999px) {
  #mainimg #mainslider img, #mainimg #mainslider video {
    height: auto;
  }
  #mainimg .catch {
    font-size: 18px;
    padding-bottom: 10px;
  }
  #mainimg .catch .bigtext {
    font-size: 100px;
    margin: 0 0 10px 0;
  }
  #mainimg .catch .text .emphasis {
    font-size: 18px;
  }
  #mainimg .catch .text small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #mainimg .copyright {
    font-size: 12px;
    bottom: 10px;
  }
  #mainimg .catch {
    padding-left: max(7%, 30px);
    font-size: 16px;
    min-height: 220px;
    align-content: center;
  }
  #mainimg .catch .bigtext {
    font-size: 70px;
  }
  #mainimg .catch .text .emphasis {
    font-size: 16px;
  }
  #mainimg .catch .text small {
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    padding-left: 10px;
    font-size: 14px;
  }
  #mainimg .catch .bigtext {
    font-size: 59px;
  }
  #mainimg .catch .text .emphasis {
    font-size: 14px;
  }
  #mainimg .catch .text small {
    font-size: 10px;
  }
}

/* ----------------------------------------------
concept
------------------------------------------------- */
#concept {
  background: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/concept-bg.webp) no-repeat center/cover;
  position: relative;
  padding: 205px 40px 137px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#concept .copyright {
  writing-mode: vertical-rl;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 14px;
  line-height: 1.6;
  color: #808080;
  transform: rotate(180deg);
  position: absolute;
  left: 1.125%;
  bottom: 30px;
}
#concept h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 104px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
@media (max-width: 999px) {
  #concept h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #concept h2 {
    font-size: 48px;
  }
}
#concept h2 {
  text-align: center;
  margin-bottom: 42px;
}
#concept .text {
  position: relative;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 2.3125;
  color: #fff;
  text-align: center;
  padding: 23px 6.9620253165% 38px;
  margin-bottom: 60px;
}
#concept .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
}
#concept .text p {
  position: relative;
}
#concept .btn {
  width: 100%;
}
#concept .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#concept .btn a:hover {
  opacity: 0.6;
}
#concept .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  max-width: calc(100% - 96px);
  height: 67px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  color: #cc2024;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  position: relative;
}
#concept .btn a::after {
  content: "";
  position: absolute;
  width: 96px;
  aspect-ratio: 96/14;
  right: 0;
  top: 50%;
  transform: translate(calc(50% + 10px), -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/arow-white.webp);
}
@media (max-width: 999px) {
  #concept .btn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
    max-width: calc(100% - 68px);
  }
  #concept .btn a::after {
    width: 68px;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  #concept .btn a {
    width: 240px;
    height: 50px;
    font-size: 14px;
    max-width: calc(100% - 40px);
  }
  #concept .btn a::after {
    width: 40px;
  }
}
#concept .btn a {
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.9);
}
@media (max-width: 999px) {
  #concept {
    padding: 150px 40px 100px;
  }
  #concept h2 {
    margin-bottom: 30px;
  }
  #concept .text {
    font-size: 14px;
    padding: 15px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #concept {
    padding: 80px 30px;
  }
  #concept .copyright {
    font-size: 12px;
  }
  #concept h2 {
    margin-bottom: 20px;
  }
  #concept .text {
    padding: 10px;
    margin-bottom: 30px;
  }
  #concept .text br {
    display: none;
  }
}

/* ----------------------------------------------
profile
------------------------------------------------- */
#profile {
  position: relative;
}
#profile .copyright {
  writing-mode: vertical-rl;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  transform: rotate(180deg);
  position: absolute;
  left: 1.125%;
  bottom: 45px;
}
#profile .inner {
  display: flex;
  -moz-column-gap: 3.625%;
       column-gap: 3.625%;
}
#profile .inner .images {
  width: 39.375%;
  position: relative;
  align-content: center;
  padding: 10px 0 30px;
  margin: -1px 0;
}
#profile .inner .images::before, #profile .inner .images::after {
  content: "";
  position: absolute;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  clip-path: polygon(0 0, 49% 0, 49% 24%, 100% 24%, 100% 74%, 49% 74%, 49% 100%, 0 100%);
}
#profile .inner .images::before {
  width: 61.5%;
  height: 100%;
  background-color: #333;
}
#profile .inner .images::after {
  width: calc(61.5% - 1px);
  height: calc(100% - 2px);
  background-color: #fff;
}
#profile .inner .images .image {
  width: 82.5396825397%;
  aspect-ratio: 520/75;
  margin-left: auto;
}
#profile .inner .images .image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#profile .inner .images .image:not(:last-child) {
  margin-bottom: 10px;
}
#profile .inner .txbox {
  border: 1px solid #000;
  border-right: none;
  padding: 88px 10px 75px 7.5625%;
  flex: 1;
  margin: 147px 0 131px;
}
#profile .inner .txbox h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 104px;
  line-height: 1;
  color: #171c61;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
@media (max-width: 999px) {
  #profile .inner .txbox h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #profile .inner .txbox h2 {
    font-size: 48px;
  }
}
#profile .inner .txbox h2 {
  margin-bottom: 64px;
  text-shadow: -2px 2px 10px rgba(17, 17, 17, 0.5);
}
#profile .inner .txbox .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 2.3125;
  color: #000;
  margin-bottom: 50px;
  padding-left: 14px;
}
#profile .inner .txbox .btn {
  padding-right: 17.0512820513%;
}
#profile .inner .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#profile .inner .txbox .btn a:hover {
  opacity: 0.6;
}
#profile .inner .txbox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  max-width: calc(100% - 96px);
  height: 67px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  color: #171c61;
  letter-spacing: 0.2em;
  border: 1px solid #000;
  position: relative;
}
#profile .inner .txbox .btn a::after {
  content: "";
  position: absolute;
  width: 96px;
  aspect-ratio: 96/14;
  right: 0;
  top: 50%;
  transform: translate(calc(50% + 10px), -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/arow-black.webp);
}
@media (max-width: 999px) {
  #profile .inner .txbox .btn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
    max-width: calc(100% - 68px);
  }
  #profile .inner .txbox .btn a::after {
    width: 68px;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  #profile .inner .txbox .btn a {
    width: 240px;
    height: 50px;
    font-size: 14px;
    max-width: calc(100% - 40px);
  }
  #profile .inner .txbox .btn a::after {
    width: 40px;
  }
}
#profile .inner .txbox .btn a {
  margin: 0 auto;
}
@media (max-width: 999px) {
  #profile .inner .txbox {
    padding: 70px 10px;
    margin: 100px 0;
  }
  #profile .inner .txbox h2 {
    margin-bottom: 50px;
  }
  #profile .inner .txbox .text {
    padding-left: 0;
    font-size: 14px;
    margin-bottom: 40px;
  }
  #profile .inner .txbox .text br {
    display: none;
  }
  #profile .inner .txbox .btn {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #profile .copyright {
    font-size: 12px;
  }
  #profile .inner .txbox {
    padding: 40px 10px;
    margin: 70px 0;
  }
  #profile .inner .txbox h2 {
    margin-bottom: 40px;
  }
  #profile .inner .txbox .text {
    margin-bottom: 30px;
  }
}
@media (max-width: 500px) {
  #profile .inner {
    padding-left: 30px;
  }
  #profile .inner .images {
    display: none;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  position: relative;
}
#works .copyright {
  writing-mode: vertical-rl;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  transform: rotate(180deg);
  position: absolute;
  left: 1.125%;
  bottom: 30px;
}
#works .inner {
  display: flex;
}
#works .inner .txbox {
  flex: 1;
  background-color: #171c61;
  padding: 217px 40px 128px;
}
#works .inner .txbox h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 104px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
@media (max-width: 999px) {
  #works .inner .txbox h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #works .inner .txbox h2 {
    font-size: 48px;
  }
}
#works .inner .txbox h2 {
  text-align: center;
  margin-bottom: 65px;
}
#works .inner .txbox .text {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 2.3125;
  color: #fff;
  text-align: center;
  margin-bottom: 97px;
}
#works .inner .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#works .inner .txbox .btn a:hover {
  opacity: 0.6;
}
#works .inner .txbox .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  max-width: calc(100% - 96px);
  height: 67px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  color: #cc2024;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  position: relative;
}
#works .inner .txbox .btn a::after {
  content: "";
  position: absolute;
  width: 96px;
  aspect-ratio: 96/14;
  right: 0;
  top: 50%;
  transform: translate(calc(50% + 10px), -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/arow-white.webp);
}
@media (max-width: 999px) {
  #works .inner .txbox .btn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
    max-width: calc(100% - 68px);
  }
  #works .inner .txbox .btn a::after {
    width: 68px;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  #works .inner .txbox .btn a {
    width: 240px;
    height: 50px;
    font-size: 14px;
    max-width: calc(100% - 40px);
  }
  #works .inner .txbox .btn a::after {
    width: 40px;
  }
}
#works .inner .txbox .btn a {
  margin: 0 auto;
}
#works .inner .right {
  width: 48.125%;
  position: relative;
  align-content: center;
  justify-items: center;
  padding: 10px 10px 35px 54px;
  container-type: inline-size;
}
#works .inner .right .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#works .inner .right .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#works .inner .right .tx {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 100;
  font-size: min(10.9065155807cqw, 77px);
  line-height: 1.1688311688;
  color: #171c61;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-49%);
}
@media (max-width: 999px) {
  #works .inner .txbox {
    padding: 150px 40px 80px;
  }
  #works .inner .txbox h2 {
    margin-bottom: 50px;
  }
  #works .inner .txbox .text {
    font-size: 14px;
    margin-bottom: 70px;
  }
  #works .inner .txbox .text br {
    display: none;
  }
  #works .inner .right {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  #works .inner {
    flex-direction: column;
  }
  #works .inner .txbox {
    padding: 70px 30px;
    position: relative;
  }
  #works .inner .txbox h2 {
    margin-bottom: 30px;
  }
  #works .inner .txbox .text {
    margin-bottom: 50px;
  }
  #works .inner .right {
    width: 100%;
  }
}

/* ----------------------------------------------
portfolio
------------------------------------------------- */
#portfolio {
  position: relative;
  z-index: 1;
  padding: 214px max(5.3125%, 40px) 0;
  background: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/portfolio-bg.webp) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#portfolio .copyright {
  writing-mode: vertical-rl;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 300;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
  transform: rotate(180deg);
  position: absolute;
  left: 1.125%;
  bottom: 42px;
}
#portfolio h2 {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-size: 104px;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
@media (max-width: 999px) {
  #portfolio h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #portfolio h2 {
    font-size: 48px;
  }
}
#portfolio h2 {
  text-align: center;
  margin-bottom: 41px;
}
#portfolio .text {
  position: relative;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 2.3125;
  color: #fff;
  text-align: center;
  padding: 45px 5.5944055944%;
  margin-bottom: 60px;
}
#portfolio .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(23, 28, 97, 0.77);
  mix-blend-mode: multiply;
}
#portfolio .text p {
  position: relative;
}
#portfolio .btn {
  width: 100%;
  margin-bottom: 84px;
}
#portfolio .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#portfolio .btn a:hover {
  opacity: 0.6;
}
#portfolio .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  max-width: calc(100% - 96px);
  height: 67px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  color: #171c61;
  letter-spacing: 0.2em;
  border: 1px solid #000;
  position: relative;
}
#portfolio .btn a::after {
  content: "";
  position: absolute;
  width: 96px;
  aspect-ratio: 96/14;
  right: 0;
  top: 50%;
  transform: translate(calc(50% + 10px), -50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(http://polyvalent-office-jp.check-xserver.jp/application/themes/polyvalentoffice/assets/images/arow-black.webp);
}
@media (max-width: 999px) {
  #portfolio .btn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
    max-width: calc(100% - 68px);
  }
  #portfolio .btn a::after {
    width: 68px;
    transform: translate(50%, -50%);
  }
}
@media (max-width: 767px) {
  #portfolio .btn a {
    width: 240px;
    height: 50px;
    font-size: 14px;
    max-width: calc(100% - 40px);
  }
  #portfolio .btn a::after {
    width: 40px;
  }
}
#portfolio .btn a {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
}
#portfolio .slide {
  width: 100%;
  margin-bottom: var(--slidemargin, 0px);
}
#portfolio .slide .slick-list {
  margin: 0 -28px;
}
#portfolio .slide .image {
  margin: 0 28px;
  aspect-ratio: 1/1;
}
#portfolio .slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: saturate(0);
}
@media (max-width: 999px) {
  #portfolio {
    padding-top: 150px;
  }
  #portfolio h2 {
    margin-bottom: 30px;
  }
  #portfolio .text {
    font-size: 14px;
    padding: 20px;
    margin-bottom: 40px;
  }
  #portfolio .btn {
    margin-bottom: 70px;
  }
  #portfolio .slide .slick-list {
    margin: 0 -5px;
  }
  #portfolio .slide .image {
    margin: 0 5px;
  }
}
@media (max-width: 767px) {
  #portfolio {
    padding: 100px max(5.3125%, 30px) 0;
  }
  #portfolio .copyright {
    font-size: 12px;
  }
  #portfolio h2 {
    margin-bottom: 20px;
  }
  #portfolio .text {
    padding: 10px;
    margin-bottom: 30px;
  }
  #portfolio .text br {
    display: none;
  }
  #portfolio .btn {
    margin-bottom: 50px;
  }
}/*# sourceMappingURL=index.css.map */