@charset "UTF-8";
@media (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

@media (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

/* ----------------------------------------------
common
------------------------------------------------- */
body {
  color: #000000;
  font-size: 16px;
  line-height: 2;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 400;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #cc2024;
  font-weight: bold;
  text-decoration: underline;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.6;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.red {
  color: #f00;
}

.opacity a {
  transition: all 0.5s ease-out;
}

.opacity a:hover {
  opacity: 0.6;
}

.big {
  font-size: 18px;
  line-height: 1.8;
}

/* ----------------------------------------------
contact
------------------------------------------------- */
#contact {
  background-color: #000;
  padding: min(20.9375vw, 335px) max(7.8125%, 40px) min(24.1875vw, 387px);
  position: relative;
}
#contact .shapes .shape {
  position: absolute;
  width: min(4.5%, 72px);
  aspect-ratio: 1/1;
  top: 64%;
}
#contact .shapes .shape.s1 {
  background-color: #cc2024;
  right: 6.4375%;
}
#contact .shapes .shape.s2 {
  background-color: #fff;
  right: 10.875%;
  transform: translateY(151.3888888889%);
}
#contact .shapes .shape.s3 {
  background-color: #fff;
  right: 4.125%;
  transform: translateY(151.3888888889%);
}
#contact .shapes .shape.s4 {
  background-color: #171c61;
  right: 8.6875%;
  transform: translateY(302.7777777778%);
}
#contact .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: 51px;
}
#contact a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact a:hover {
  opacity: 0.6;
}
#contact .contents {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#contact .contents .left {
  flex: 1;
  max-width: 675px;
}
#contact .contents .left 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);
  margin: 0 0 43px -27px;
}
#contact .contents .left .data {
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  line-height: 2.3125;
  color: #fff;
  margin-bottom: 7px;
}
#contact .contents .left .map a {
  display: flex;
  align-items: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
}
#contact .contents .left .map a::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #fff;
}
#contact .contents .right {
  margin-left: auto;
}
#contact .contents .right .btn {
  margin: 8px 0 34px;
}
#contact .contents .right .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#contact .contents .right .btn a:hover {
  opacity: 0.6;
}
#contact .contents .right .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: #fff;
  letter-spacing: 0.2em;
  border: 1px solid #fff;
  position: relative;
}
#contact .contents .right .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);
}
#contact .contents .right .tel a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 100;
  font-weight: 100;
  font-size: 69px;
  line-height: 1;
  color: #fff;
}
#contact .contents .right .tel a small {
  display: block;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media (max-width: 999px) {
  #contact .contents .left h2 {
    font-size: 70px;
    margin: 0 0 30px -10px;
  }
  #contact .contents .left .data {
    font-size: 14px;
  }
  #contact .contents .left .map a {
    -moz-column-gap: 10px;
         column-gap: 10px;
    font-size: 18px;
  }
  #contact .contents .right .btn a {
    width: 260px;
    height: 60px;
    font-size: 16px;
    max-width: calc(100% - 68px);
  }
  #contact .contents .right .btn a::after {
    width: 68px;
    transform: translate(50%, -50%);
  }
  #contact .contents .right .tel a {
    font-size: 46px;
  }
  #contact .contents .right .tel a small {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #contact {
    padding: min(20.9375vw, 335px) max(7.8125%, 30px) min(24.1875vw, 387px);
  }
  #contact .shapes .shape {
    top: 80%;
  }
  #contact .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #contact .contents .left {
    max-width: 500px;
  }
  #contact .contents .left h2 {
    font-size: 48px;
    margin: 0 0 20px 0px;
  }
  #contact .contents .left .data {
    font-size: 12px;
  }
  #contact .contents .left .map a {
    font-size: 16px;
  }
  #contact .contents .right {
    margin-left: unset;
  }
  #contact .contents .right .btn {
    margin: 0 0 20px;
  }
  #contact .contents .right .btn a {
    width: 240px;
    height: 50px;
    font-size: 14px;
    max-width: calc(100% - 40px);
  }
  #contact .contents .right .btn a::after {
    width: 40px;
  }
  #contact .contents .right .tel a {
    font-size: 30px;
  }
  #contact .contents .right .tel a small {
    font-size: 14px;
  }
}

/* ----------------------------------------------
header
------------------------------------------------- */
@keyframes m_fixed {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes remove {
  0% {
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
#header a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#header a:hover {
  opacity: 0.6;
}
#header .top {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-left: 1.3125%;
  background-color: #fff;
}
#header .top.remove {
  animation: remove 1s forwards;
}
#header .top.m_fixed {
  width: 100%;
  z-index: 7;
  position: fixed;
  animation: m_fixed 1s forwards;
}
#header .logo {
  max-width: 570px;
}
#header .right {
  display: flex;
  -moz-column-gap: 48px;
       column-gap: 48px;
  margin-left: auto;
}
#header #gnav {
  align-content: center;
}
#header #gnav ul {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px 35px;
}
#header #gnav ul li a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 500;
  font-size: 18px;
  line-height: 1.6;
  color: #3b3b3b;
}
#header .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 84px;
  min-height: 100%;
  font-family: "source-han-sans-jp-variable", sans-serif;
  font-variation-settings: "wght" 500;
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  background-color: #cc2024;
}
@media (max-width: 1200px) {
  #header .logo {
    max-width: 370px;
  }
  #header .right {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #header #gnav ul {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media (max-width: 999px) {
  #header .logo {
    max-width: 280px;
  }
  #header #gnav ul li a {
    font-size: 15px;
  }
  #header .contact a {
    width: 100px;
    height: 70px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  #header #gnav ul li.sp-in {
    display: none;
  }
}
@media (max-width: 767px) {
  #header .top {
    padding-top: 15px;
    padding-right: 80px;
  }
  #header .contact {
    display: none;
  }
  #header #gnav {
    align-content: unset;
  }
  #header #gnav ul li a {
    color: #fff;
  }
}

/* ----------------------------------------------
footer
------------------------------------------------- */
#footer {
  background-color: #797979;
  padding: 80px 12% 30px 5.75%;
}
#footer a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#footer a:hover {
  opacity: 0.6;
}
#footer .inner {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 20px;
}
#footer .inner .logo {
  max-width: 995px;
  margin-top: 12px;
}
#footer .inner #fnav {
  margin-left: auto;
}
#footer .inner #fnav ul li a {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 600;
  font-weight: 100;
  font-size: 28px;
  line-height: 1.6071428571;
  color: #fff;
}
#footer .copyright {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #fff;
}
@media (max-width: 999px) {
  #footer {
    padding: 60px 10px 30px;
  }
  #footer .inner #fnav ul li a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #footer {
    padding: 40px 10px 20px;
  }
  #footer .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #footer .inner #fnav {
    margin-left: unset;
  }
  #footer .inner #fnav ul li a {
    font-size: 18px;
  }
  #footer .copyright {
    font-size: 12px;
    text-align: center;
  }
}

/* ----------------------------------------------
ロード時、グローバルナビ二重表示防止
------------------------------------------------- */
#header #gnav .top_only,
#header #gnav .contents_only,
#footer #fnav .top_only,
#footer #fnav .contents_only {
  display: none;
}/*# sourceMappingURL=style.css.map */