@charset "UTF-8";
/*************************************************
common-style
*************************************************/
* {
  box-sizing: border-box;
}

.ie_ObjectFit {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-height: 100dvh;
  color: #313131;
  letter-spacing: 0.05em;
}

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

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

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

.obj-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.title__wrap .title__en {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 400;
  color: #313131;
  font-family: "Krona One", sans-serif;
  margin-bottom: 8px;
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .title__wrap .title__en {
    padding-left: 20px;
  }
}
.title__wrap .title__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/circle-icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .title__wrap .title__en::before {
    width: 13px;
    height: 13px;
  }
}
.title__wrap .title__ja {
  font-size: clamp(32px, 8.5333333333vw, 48px);
  font-weight: 700;
  color: #0080CC;
  letter-spacing: 0.05em;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-blue {
  color: #0962B7;
  font-weight: 700;
  font-size: clamp(18px, 4.8vw, 20px);
}

.under__line {
  border-bottom: 1px solid #313131;
}

.l-inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1120px) {
  .l-inner {
    margin: 0 20px;
  }
}

.en__text {
  font-family: "Krona One", sans-serif;
}

.en {
  font-family: "Poppins", sans-serif;
}

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

.t-section-button__wrapper {
  margin-top: clamp(40px, 10.6666666667vw, 56px);
}

.t-section-button {
  width: 280px;
  height: 58px;
  display: grid;
  border-radius: 4px;
  background: #0080CC;
  position: relative;
  align-content: center;
  transition: all 0.5s ease;
  border: 1px solid #0080CC;
  padding: 20px 80px 20px 24px;
}

.t-section-button:hover {
  background: #ffffff;
  color: #0080CC;
}
.t-section-button:hover .t-section-button__text {
  color: #0080CC;
}
.t-section-button:hover .t-section-button__button-arrow {
  background-color: #0080CC;
}
.t-section-button:hover .t-section-button__button-arrow svg {
  fill: #ffffff;
}
.t-section-button:hover .t-section-button__button-arrow svg path, .t-section-button:hover .t-section-button__button-arrow svg polygon, .t-section-button:hover .t-section-button__button-arrow svg circle, .t-section-button:hover .t-section-button__button-arrow svg rect {
  fill: #ffffff;
}

.t-section-button__text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.t-section-button__button-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  display: grid;
  place-items: center;
  border-radius: 3px;
  z-index: 1;
  fill-rule: nonzero;
}
.t-section-button__button-arrow * {
  fill: inherit;
  fill-rule: inherit;
}

.t-section-button__button-arrow svg {
  fill: #0080CC;
  width: 8px;
  height: 10px;
}

/* ▼矢印ボタンとt-section-buttonの共通設定 */
.t-section-button__button-arrow,
.c-news__button {
  overflow: hidden;
}

/* ▼矢印SVGの初期設定 */
.t-section-button__button-arrow svg {
  color: #0080CC;
  width: 8px;
  height: 10px;
  transition: transform 0.4s ease;
  display: block;
}

/* ▼hoverでアニメーション発火 */
.t-section-button:hover .t-section-button__button-arrow svg,
.c-news-link:hover .c-news__button svg {
  animation: arrow-move 0.6s ease forwards;
}

/* ▼hoverで背景色・矢印色反転（必要であれば調整可） */
.c-news-link:hover .c-news__button {
  color: #0080CC;
  background-color: #ffffff;
}
.c-news-link:hover .c-news__button svg {
  color: #0080CC;
}

/* ▼共通アニメーション */
@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-150%); /* 左側へリセット */
  }
  100% {
    transform: translateX(0);
  }
}
.sp_fix {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
  }
  .sp_fix a {
    display: block;
    width: 100%;
  }
  .sp_fix a img {
    display: block;
    width: 100%;
  }
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-pc-inlineblock {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-pc-inlineblock {
    display: none;
  }
}

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

.u-sp-inlineblock {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inlineblock {
    display: inline-block;
  }
}

.u-sp-inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp-inline {
    display: inline;
  }
}

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

/*************************************************
header
*************************************************/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 20px 0;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  header {
    padding: 12px 0;
  }
}
.page-subpage header {
  background-color: #fff;
}
header.is-scrolled {
  background-color: #fff;
}

.header__inner {
  padding: 0 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header__inner {
    padding: 0 10px 0 20px;
  }
}

.logo {
  position: relative;
}
.logo a {
  display: block;
  position: relative;
}
.logo img {
  display: block;
  height: 50px;
  width: auto;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .logo img {
    height: 32px;
  }
}
.logo .logo-white {
  opacity: 1;
}
.page-subpage .logo .logo-white {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
header.is-scrolled .logo .logo-white {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.logo .logo-black {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.page-subpage .logo .logo-black {
  opacity: 1;
  position: static;
  pointer-events: auto;
}
header.is-scrolled .logo .logo-black {
  opacity: 1;
  position: static;
  pointer-events: auto;
}

.header__nav {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .header__nav {
    display: none;
  }
}
.header__nav__lists {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__nav__lists a {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease;
}
.page-subpage .header__nav__lists a {
  color: #313131;
}
header.is-scrolled .header__nav__lists a {
  color: #313131;
}
.header__nav__lists a:hover {
  opacity: 0.7;
}
.header__nav__list--contact .header__nav__link--contact {
  background-color: #0080CC;
  border: 1px solid #0080CC;
  padding: 13px 30px;
  border-radius: 3px;
  color: #fff !important;
}
.page-subpage .header__nav__list--contact .header__nav__link--contact {
  color: #fff;
}
.header__nav__list--contact .header__nav__link--contact:hover {
  background-color: #fff;
  color: #0080CC !important;
}
.header__nav .drawer-icon__wrapper {
  display: none;
  cursor: pointer;
}

/*********************
drawer
*********************/
/* SP表示（ドロワー開いたら表示） */
.header__nav.is-open {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 50;
  padding-top: 120px;
  background: #ffffff;
}
.header__nav.is-open .header-subnav {
  display: block;
  position: inherit;
}

.header__nav.is-open .header__nav__lists {
  display: block;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  width: 90%;
  margin-inline: auto;
}
.header__nav.is-open .header__nav__lists .header__nav__list {
  border-bottom: 1px solid #C8C8C8;
  width: 100%;
}
.header__nav.is-open .header__nav__lists .header__nav__list:last-of-type {
  border-bottom: none;
}
.header__nav.is-open .header__nav__lists .header__nav__link {
  display: block;
  padding-block: 20px;
  color: #313131;
}
.header__nav.is-open .header__nav__lists .header__nav__list--contact {
  margin-top: 32px;
}
.header__nav.is-open .header__nav__lists .header__nav__link--contact {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  margin: 0 auto;
}

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

.drawer-icon__wrapper {
  display: none;
}
@media screen and (max-width: 1024px) {
  .drawer-icon__wrapper {
    background: transparent;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon {
    width: 22px;
    height: 20px;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar {
    background-color: #313131;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(2) {
    display: none;
  }
  .drawer-icon__wrapper.is-checked .drawer-icon__bar:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
  }
}

.drawer-icon {
  width: 28px;
  height: 16px;
  position: relative;
  z-index: 51;
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 2px;
  background: #ffffff;
  transition: transform 0.3s linear, top 0.3s linear;
}
.page-subpage .drawer-icon__bar {
  background: #313131;
}
header.is-scrolled .drawer-icon__bar {
  background: #313131;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 8px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 16px;
}

/*************************************************
footer
*************************************************/
footer {
  position: sticky;
  top: 100%;
  background-color: #323C42;
  z-index: 4;
}

.footer__inner {
  max-width: 1340px;
  padding-top: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  .footer__inner {
    margin: 0 20px;
  }
}

.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .footer__top {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__top .footer__logo__wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer__top .footer__logo__wrap a {
  transition: all 0.3s;
}
.footer__top .footer__logo__wrap a:hover {
  opacity: 0.7;
}
.footer__top .footer__logo {
  width: 151px;
  height: auto;
}
.footer__top .footer__address {
  color: #A1A1A1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 140%;
}
.footer__top .footer__nav__lists {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer__top .footer__nav__lists {
    flex-direction: column;
  }
}
.footer__top .footer__nav__link {
  color: #fff;
  padding: 0 10px 10px 10px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .footer__top .footer__nav__link {
    padding: 0 10px 10px 0;
  }
}
.footer__top .footer__nav__link:hover {
  opacity: 0.7;
}

.footer__bottom {
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  color: #a1a1a1;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    margin-top: 40px;
    flex-direction: column;
    gap: 24px;
  }
}
.footer__bottom .footer__nav__link {
  display: inline-flex;
}
.footer__bottom .link-icon {
  width: 15px;
  height: auto;
  margin-left: 8px;
}
.footer__bottom__copy {
  text-align: center;
}

.scroll-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .scroll-container {
    padding: 24px 0;
  }
}
.scroll-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #323C42 0.03%, rgba(50, 60, 66, 0) 23.36%, rgba(50, 60, 66, 0) 45.29%, rgba(50, 60, 66, 0) 70.96%, #323C42 97.09%);
  pointer-events: none;
  z-index: 2;
}

.scroll-text {
  display: inline-block;
  white-space: nowrap;
  font-size: clamp(80px, 21.3333333333vw, 130px);
  font-family: "Krona One", sans-serif;
  color: #394D59;
  animation: scroll 30s linear infinite;
  padding-right: 100vw;
  position: relative;
  z-index: 1;
}
.scroll-text::after {
  content: attr(data-text);
  padding-left: 100px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*************************************************
top
*************************************************/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #0080cc;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#loading.fade-out {
  opacity: 0;
  visibility: hidden;
}

.loading-text {
  color: white;
  font-size: clamp(32px, 5vw, 56px);
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90%;
  position: relative;
}

.loading-text::after {
  content: "";
  position: absolute;
  right: -4px;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: white;
  animation: blink 0.7s infinite;
}

.char {
  display: inline-block;
  opacity: 0;
  animation: typeIn 0.1s forwards;
}

@keyframes typeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0%, 49% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
.fv__sec {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.fv-swiper {
  width: 100%;
  height: 100%;
  min-height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.swiper-wrapper {
  width: 100%;
  height: 100% !important;
}

.swiper-slide {
  width: 100%;
  height: 100% !important;
  min-height: 100vh !important;
}

.fv__bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
}
.fv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.fv__content {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
}
.fv__content a,
.fv__content button {
  pointer-events: auto;
}
.fv__content__wrap {
  position: relative;
  width: 100vw;
  height: 100%;
}
.fv__content .fv__content__copy {
  position: absolute;
  top: 20%;
  left: 5%;
  font-size: clamp(40px, 10.6666666667vw, 64px);
  line-height: 140%;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 10px rgba(2, 13, 54, 0.2);
  z-index: 2;
}
.fv__content .fv__content__copy .fv__content__copy__sub {
  font-size: clamp(24px, 6.4vw, 48px);
  opacity: 0;
  transform: translateY(-30px);
}
.fv__content .fv__content__copy .fv__content__copy__sub.animate {
  animation: fadeInDown 0.8s ease-out forwards;
}
.fv__content .fv__content__copy h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  opacity: 0;
  transform: translateY(20px);
}
.fv__content .fv__content__copy h2.animate {
  animation: fadeInUp 0.8s ease-out forwards;
}
.fv__content .fv__content__copy h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #0080CC;
  opacity: 1;
}
.fv__content .fv__content__copy h2.animate-underline::after {
  animation: underlineSlide 1.2s ease-out forwards;
}
.fv__content .fv__content__copy h2 .fv__content__copy__blue {
  font-size: clamp(50px, 13.3333333333vw, 80px);
  color: #0080CC;
  margin-right: 5px;
}
.fv__content .fv__content__news__wrap {
  position: absolute;
  top: 80%;
  left: 5%;
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  z-index: 2;
  max-width: 400px;
  opacity: 0;
  transform: translateY(30px);
}
.fv__content .fv__content__news__wrap.animate {
  animation: fadeInUp 0.8s ease-out forwards;
}
@media screen and (max-width: 768px) {
  .fv__content .fv__content__news__wrap {
    max-width: 90vw;
  }
}
.fv__content .fv__bg {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.fv__content .fv__bg img,
.fv__content .fv__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.1);
}
.fv__content .fv__bg img.animate,
.fv__content .fv__bg video.animate {
  animation: zoomIn 1.5s ease-out forwards;
}
.fv__content .fv__bg img {
  object-position: right center;
}
.fv__content .fv__bg video {
  object-position: center;
  display: block;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes underlineSlide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.fv__content__news__wrap {
  position: absolute;
  top: 80%;
  left: 5%;
  width: auto;
  height: auto;
  background-color: #ffffff;
  border-radius: 5px;
  font-size: 14px;
  z-index: 2;
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  .fv__content__news__wrap {
    max-width: 90vw;
  }
}
.fv__content__news__item {
  padding: 16px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .fv__content__news__item {
    padding: 12px;
  }
}
.fv__content__title {
  font-size: clamp(13px, 3.4666666667vw, 14px);
  color: #0080cc;
  font-weight: 400;
  font-family: "Krona One", sans-serif;
  padding: 16px 16px 0 16px;
}
.fv__content__news__inner {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .fv__content__news__inner {
    gap: 8px;
  }
}
.fv__content__news__inner:first-child {
  padding-top: 0;
}
.fv__content__news__date {
  color: #6d6d6d;
  font-weight: 500;
  font-size: 12px;
  flex-shrink: 0;
  white-space: nowrap;
}
.fv__content__news__text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  line-height: 1;
  word-break: break-all;
}

.contents__wrapper {
  position: relative;
  z-index: 3;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(7px);
  margin-top: 62px;
}

.banner__sec {
  padding-top: 96px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .banner__sec {
    margin: 48px auto 0 auto;
  }
}
.banner__sec__wrap {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .banner__sec__wrap {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner__sec__wrap {
    padding-left: 16px;
  }
}
.banner__sec__title-wrap {
  margin-bottom: 56px;
}

.banner-swiper {
  width: 100%;
  min-height: unset;
  overflow: visible;
}
.banner-swiper .swiper-wrapper {
  width: 100%;
  overflow: visible;
  min-height: unset !important;
}
.banner-swiper .swiper-slide {
  width: 520px;
  height: auto;
  min-height: auto !important;
}
@media screen and (max-width: 768px) {
  .banner-swiper .swiper-slide {
    width: 280px;
  }
}

.banner__wrapper {
  display: flex;
  gap: 40px;
  margin-top: 56px;
}

.swiper-slide {
  width: 100%;
  height: auto;
  min-height: auto !important;
}

.banner__sec__text {
  display: flex;
  align-items: flex-end;
  font-size: clamp(20px, 5.3333333333vw, 28px);
  font-weight: 700;
  margin-bottom: 24px;
}
.banner__sec__text .namber {
  color: #0080CC;
  font-size: 20px;
  margin-right: 12px;
}

.banner {
  width: 100%;
  aspect-ratio: 13/5;
  border-radius: 8px;
  overflow: hidden;
}
.banner a {
  display: block;
  transition: opacity 0.3s;
  line-height: 0;
}
.banner a:hover {
  opacity: 0.8;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 168px;
  margin: 40px auto 0 auto;
}

.banner-prev,
.banner-next {
  position: static;
  width: 10px;
  height: 17px;
  color: #0080CC;
  margin: 0 !important;
}
.banner-prev::after,
.banner-next::after {
  display: none;
}
.banner-prev svg,
.banner-next svg {
  width: 100%;
  height: 100%;
  display: block;
}
.banner-prev path,
.banner-next path {
  transition: fill 0.3s;
}
.banner-prev:hover,
.banner-next:hover {
  opacity: 0.7;
}
.banner-prev.swiper-button-disabled,
.banner-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.banner-pagination {
  position: static;
  width: auto;
}
.banner-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #cadfec;
  margin: 0 8px !important;
  opacity: 1;
}
.banner-pagination .swiper-pagination-bullet-active {
  background: #0080CC;
}

.about__sec {
  padding: 96px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .about__sec {
    padding: 64px 0 80px 0;
  }
}
.about__sec__inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1120px) {
  .about__sec__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .about__sec__inner {
    margin: 0 20px;
  }
}

.about__sec__top {
  display: flex;
  gap: clamp(40px, 6.25vw, 90px);
  margin-right: calc(-1 * (100vw - 1080px) / 2);
}
@media screen and (max-width: 1100px) {
  .about__sec__top {
    margin-right: -20px;
  }
}
@media screen and (max-width: 1024px) {
  .about__sec__top {
    flex-direction: column;
    margin: 0;
    gap: 40px;
  }
}
.about__sec__top__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 56px;
  flex-shrink: 0;
  max-width: 540px;
}
@media screen and (max-width: 768px) {
  .about__sec__top__content {
    gap: 24px;
    margin-top: 40px;
  }
}
.about__sec__top__title {
  font-size: clamp(24px, 6.4vw, 32px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 160%;
}
.about__sec__top__text {
  font-size: clamp(15px, 4vw, 16px);
  line-height: 200%;
  color: #313131;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .about__sec__top__text {
    margin-bottom: 0;
  }
}
.about__sec__top__img {
  box-shadow: 0 0 10px 0 rgba(2, 13, 54, 0.2);
}

.about__sec__bottom {
  display: flex;
  gap: clamp(40px, 6.25vw, 90px);
  margin-left: calc(-1 * (100vw - 1080px) / 2);
  padding-top: 40px;
}
@media screen and (max-width: 1100px) {
  .about__sec__bottom {
    margin-left: -20px;
  }
}
@media screen and (max-width: 768px) {
  .about__sec__bottom {
    flex-direction: column-reverse;
    margin: 0;
    gap: 40px;
  }
}
.about__sec__bottom__img-wrap {
  flex: 1;
  margin-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .about__sec__bottom__img-wrap {
    margin-left: 0;
  }
}
.about__sec__bottom__img1 {
  max-width: 390px;
  height: auto;
  aspect-ratio: 39/22;
  box-shadow: 0 0 10px 0 rgba(2, 13, 54, 0.2);
}
@media screen and (max-width: 768px) {
  .about__sec__bottom__img1 {
    max-width: 280px;
  }
}
.about__sec__bottom__img2 {
  position: absolute;
  max-width: 280px;
  height: auto;
  aspect-ratio: 16/9;
  box-shadow: 0 0 10px 0 rgba(2, 13, 54, 0.2);
  right: 0;
  top: 15%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about__sec__bottom__img2 {
    top: 25%;
    max-width: 240px;
  }
}
.about__sec__bottom__img3 {
  max-width: 616px;
  height: auto;
  aspect-ratio: 308/205;
  margin-left: 6px;
  margin-top: 168px;
  box-shadow: 0 0 10px 0 rgba(2, 13, 54, 0.2);
}
@media screen and (max-width: 768px) {
  .about__sec__bottom__img3 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .about__sec__bottom__img3 {
    margin-top: 160px;
  }
}
.about__sec__bottom__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .about__sec__bottom__content {
    margin-top: 0;
  }
}
.about__sec__bottom__text {
  font-size: clamp(15px, 4vw, 16px);
  line-height: 200%;
  color: #313131;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  font-weight: 500;
}
.about__sec__bottom__list {
  font-size: clamp(18px, 4.8vw, 20px);
  font-weight: 700;
}

.works__sec {
  position: relative;
  z-index: 3;
  background: #f2f4fa;
  padding: 120px 0;
}
.works__sec__title-wrapper {
  margin: 0 auto;
  max-width: 1080px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .works__sec__title-wrapper {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1120px) {
  .works__sec__title-wrapper {
    margin: 0 20px 40px 20px;
  }
}
.works__sec__title-inner__text {
  font-size: clamp(16px, 4.2666666667vw, 18px);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

.t-section-button__wrapper-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .t-section-button__wrapper-pc {
    display: none;
  }
}

.works-swiper {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .works-swiper {
    padding-bottom: 50px;
  }
}
.works-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.works-swiper .swiper-slide {
  height: auto;
  height: auto !important;
  display: flex;
}

.works-swiper {
  width: 100%;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .works-swiper {
    padding-bottom: 0;
  }
}
.works__sec__list__item {
  list-style: none;
}

.works__sec__list__link {
  display: block;
  background: #fff;
  overflow: hidden;
  border: 1px solid #c4d3e9;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding: 40px 25px;
}
.works__sec__list__link:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.works__sec__list__link:hover .works__sec__list__image img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .works__sec__list__link {
    width: 95%;
    margin: 0 auto;
  }
}

.works__sec__list__titlewrap {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: clamp(16px, 1.1111111111vw, 24px);
}

.works__sec__list__location {
  font-size: clamp(16px, 4.2666666667vw, 18px);
  color: #ffffff;
  padding: 3px 8px;
  background-color: #0080CC;
}
@media screen and (max-width: 768px) {
  .works__sec__list__location {
    font-size: 13px;
  }
}

.works__sec__list__title {
  font-size: clamp(20px, 5.3333333333vw, 24px);
  font-weight: 700;
  color: #0080CC;
  line-height: 1.4;
}

.works__sec__list__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.works__sec__list__image {
  width: 100%;
  aspect-ratio: 390/260;
  position: relative;
  overflow: hidden;
  background: #f5f5f5;
}
.works__sec__list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.works__sec__list__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0080CC;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  padding: 8px 24px 8px 32px;
  z-index: 2;
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%);
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .works__sec__list__badge {
    font-size: 12px;
    padding: 4px 20px 4px 28px;
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%);
  }
}

.works__sec__list__imagewrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
@media screen and (max-width: 1024px) {
  .works__sec__list__imagewrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .works__sec__list__imagewrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.works__sec__list__image-s {
  width: 100%;
  aspect-ratio: 190/107;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.works__sec__list__image-s.active {
  border-color: #0080CC;
}
.works__sec__list__image-s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.works__sec__list__badge-s {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0080CC;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 16px 4px 20px;
  z-index: 10;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .works__sec__list__badge-s {
    font-size: 10px;
    padding: 4px 12px 4px 16px;
    clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
  }
}

.works__sec__list__badge-before {
  background-color: #ffffff;
  color: #0080CC;
}

.is-before {
  background-color: #ffffff;
  color: #0080CC;
}

.works__sec__list__content {
  padding-top: clamp(16px, 1.1111111111vw, 24px);
}

.works__sec__list__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .works__sec__list__info {
    gap: 8px;
  }
}

.works__sec__list__info-item {
  display: flex;
  align-items: baseline;
  font-size: 14px;
  color: #313131;
}
@media screen and (max-width: 768px) {
  .works__sec__list__info-item {
    font-size: 13px;
  }
}
.works__sec__list__info-item dt {
  font-weight: 700;
  font-size: clamp(16px, 1.1111111111vw, 18px);
  color: #0080CC;
  min-width: 100px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .works__sec__list__info-item dt {
    min-width: 70px;
  }
}
.works__sec__list__info-item dd {
  font-weight: 400;
}

.works-controls {
  width: auto;
  max-width: 200px;
}

.works-pagination {
  position: static;
  width: auto;
  display: flex;
  gap: 8px;
}
.works-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #cadfec;
  margin: 0 8px !important;
  opacity: 1;
}
.works-pagination .swiper-pagination-bullet-active {
  background: #0080CC;
}

.t-sec__button-wrapper-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .t-sec__button-wrapper-sp {
    display: flex;
    justify-content: center;
  }
}

.c-news__sec {
  position: relative;
  z-index: 3;
  background: #ffffff;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .c-news__sec {
    padding: 80px 0;
  }
}

.c-news__sec-inner {
  display: flex;
  justify-content: space-between;
  gap: clamp(16px, 5.5555555556vw, 80px);
}
@media screen and (max-width: 768px) {
  .c-news__sec-inner {
    flex-direction: column;
  }
}

.c-news__sec__right {
  max-width: 720px;
  width: 100%;
}

.c-news__lists {
  display: flex;
  flex-direction: column;
}

.c-news-link {
  display: block;
  padding: 32px 0;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (max-width: 1024px) {
  .c-news-link {
    padding-inline: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-news-link {
    padding: 24px 0;
  }
}

.c-news-link:hover .c-news-link__title {
  opacity: 0.7;
}

.p-news__lists .c-news-link:first-child {
  padding-top: 0;
}

.c-news__list-top {
  display: contents;
}
@media screen and (max-width: 1024px) {
  .c-news__list-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-news__list-top {
    gap: 12px;
  }
}

.c-news__list__description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.c-news__wrapper {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .c-news__wrapper {
    display: contents;
  }
}

.c-news__meta {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.c-news-link__date {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .c-news-link__date {
    font-size: 12px;
  }
}

.c-news-link__cat {
  color: #E50012;
  line-height: 180%;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.c-news-link__title {
  font-size: clamp(15px, 4vw, 16px);
  line-height: 180%;
  letter-spacing: 0.75px;
  width: 71%;
  flex-grow: 1;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .c-news-link__title {
    letter-spacing: 0.8px;
    width: 96%;
  }
}

.cta__sec {
  max-width: 1240px;
  margin: 90px auto;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.55);
  backdrop-filter: blur(7px);
  position: relative;
  z-index: 3;
  overflow: hidden;
}
@media screen and (max-width: 1280px) {
  .cta__sec {
    margin: 90px 20px;
  }
}
@media screen and (max-width: 768px) {
  .cta__sec {
    margin: 56px 20px;
  }
}
.cta__sec__inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1120px) {
  .cta__sec__inner {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .cta__sec__inner {
    flex-direction: column;
    gap: 40px;
    align-items: baseline;
    padding: 40px 0;
  }
}
.cta__sec .bg__img {
  position: absolute;
  top: -30px;
  left: 5%;
  width: 351px;
  height: auto;
}
.cta__sec .bg__img2 {
  position: absolute;
  bottom: -30px;
  right: 5%;
  width: 351px;
  height: auto;
  z-index: -1;
}
.cta__sec .cta__sec__left-text {
  margin-top: 40px;
  font-size: clamp(16px, 4.2666666667vw, 18px);
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 180%;
}

.p-cta__sec {
  background-color: #ecf4fb;
}

.cta__sec__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.cta__sec__right-mail-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.cta__sec__right .contact-button__wrapper {
  margin-top: 8px;
}
.cta__sec__right-tel-text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.cta__sec__right-tel-link {
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.cta__sec__right-tel-link:hover {
  opacity: 0.7;
}
.cta__sec__right-tel-link-text {
  padding: 4px 2px;
  font-size: 12px;
  color: #ffffff;
  background-color: #0080CC;
  border-radius: 2px;
  writing-mode: vertical-rl;
  margin-right: 8px;
}
.cta__sec__right-tel-link-number {
  color: #0080CC;
  font-size: clamp(24px, 6.4vw, 36px);
  font-weight: 600;
}
.cta__sec__right-tel-hour {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 4px;
}

.p-title__wrap {
  margin-top: 220px;
}
@media screen and (max-width: 768px) {
  .p-title__wrap {
    margin-top: 120px;
  }
}
.p-title__wrap .p-title__en {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 400;
  color: #313131;
  font-family: "Krona One", sans-serif;
  margin-bottom: 8px;
  position: relative;
  padding-left: 23px;
}
@media screen and (max-width: 768px) {
  .p-title__wrap .p-title__en {
    padding-left: 18px;
  }
}
.p-title__wrap .p-title__en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../images/circle-icon.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-title__wrap .p-title__en::before {
    width: 13px;
    height: 13px;
  }
}
.p-title__wrap .p-title__ja {
  font-size: clamp(38px, 10.1333333333vw, 56px);
  font-weight: 700;
  color: #0080CC;
  letter-spacing: 0.05em;
}

.p-h2title__wrap {
  display: flex;
  align-items: flex-end;
}
.p-h2title__wrap .p-h2title__ja {
  font-size: clamp(28px, 7.4666666667vw, 40px);
  font-weight: 500;
  color: #0080CC;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .p-h2title__wrap .p-h2title__ja {
    margin-right: 12px;
  }
}
.p-h2title__wrap .p-h2title__en {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 400;
  color: #313131;
  font-family: "Krona One", sans-serif;
}

.p-h3title {
  font-size: clamp(20px, 5.3333333333vw, 28px);
  font-weight: 600;
  padding-left: 32px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-h3title {
    padding-left: 24px;
  }
}
.p-h3title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/circle-icon.svg") no-repeat center center;
}
@media screen and (max-width: 768px) {
  .p-h3title::before {
    width: 20px;
    height: 20px;
  }
}

.l-pagewrapper {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1120px) {
  .l-pagewrapper {
    margin: 0 20px;
  }
}

.s-pagewrapper {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .s-pagewrapper {
    margin: 0 20px;
  }
}

.text-l {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  color: #313131;
}

.breadcrumb {
  padding-top: 24px;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    padding-top: 16px;
  }
}

.breadcrumb__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 1080px;
  margin-inline: auto;
}

.breadcrumb__lists {
  text-align: right;
  display: flex;
  align-items: center;
}

.breadcrumb__list {
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .breadcrumb__list {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.breadcrumb__list-text {
  color: #9D9D9D;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.breadcrumb__link {
  color: #313131;
  transition: all 0.5s ease;
  white-space: nowrap;
  text-decoration: underline;
}
.breadcrumb__link .breadcrumb__list-text {
  color: #313131;
}
.breadcrumb__link:hover {
  color: #313131;
}

.list-current .breadcrumb__list-text {
  display: inline-block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .list-current .breadcrumb__list-text {
    max-width: 120px;
  }
}

.breadcrumb__list + .breadcrumb__list::before {
  content: ">";
  margin: 0 8px; /* 区切りの余白は調整 */
  color: #313131;
  font-size: 16px;
}

.title__border {
  width: 1080px;
  height: 2px;
  background: linear-gradient(to right, #E50012 0, #E50012 40px, #0080CC 40px, #0080CC 1080px);
}
@media screen and (max-width: 1120px) {
  .title__border {
    width: 100%;
    background: linear-gradient(to right, #E50012 0, #E50012 3.7037037037%, #0080CC 3.7037037037%, #0080CC 100%);
  }
}

.p-post__content {
  margin-top: 96px;
  margin-bottom: 90px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-post__content {
    flex-direction: column;
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

.p-post__titlewrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .p-post__titlewrap {
    gap: 24px;
  }
}

.p-post__title-text {
  font-size: clamp(20px, 5.3333333333vw, 28px);
  font-weight: 600;
}

.p-post__category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 13px;
  font-weight: 600;
  color: #9D9D9D;
}
.p-post__category .active {
  color: #0080CC;
}

.p-news__listwrap {
  flex: 1;
}

.p-news__lists {
  margin-top: clamp(56px, 14.9333333333vw, 96px);
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 780px;
}
@media screen and (max-width: 768px) {
  .p-news__lists {
    grid-template-columns: 1fr;
  }
}

.p-news-link {
  display: block;
  border-bottom: 1px solid #C8C8C8;
}

.p-news-link__description {
  margin-bottom: clamp(24px, 6.4vw, 32px);
}

.p-news-link__meta {
  display: flex;
  gap: 12px;
}

.p-news-link__cat {
  color: #E50012;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.p-news-link__date {
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}

.p-news-link__title {
  margin-top: 16px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-numbers.current {
  background: #0080CC;
  color: #ffffff;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-numbers.current {
    width: 40px;
    height: 40px;
  }
}

.archive-list-pagination__list {
  color: #313131;
}

.archive-list-pagination {
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  .archive-list-pagination {
    margin-top: 32px;
  }
}

.archive-list-pagination__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .archive-list-pagination__lists {
    gap: 16px;
  }
}

.archive-list-pagination__list {
  color: #0080CC;
  font-size: clamp(14px, 3.7333333333vw, 16px);
  font-weight: 500;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
}

.archive-list-pagination__image {
  display: flex;
  align-items: center;
  border: none;
  width: 70px;
  background: transparent;
}
.archive-list-pagination__image svg {
  width: 12px;
  height: 24px;
  margin-left: 16px;
}

.prev {
  justify-content: flex-start;
}
.prev svg {
  margin-right: 16px;
  margin-left: 0;
}

.next {
  justify-content: flex-end;
}

.current {
  color: #ffffff;
  background: #313131;
}

.p-news-detail {
  margin-top: clamp(80px, 21.3333333333vw, 120px);
}

.p-news-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
}

.p-news-detail__cat {
  color: #ffffff;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  background-color: #0080CC;
}

.p-news-detail__date {
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1;
  letter-spacing: 1.12px;
  font-size: #6d6d6d;
}
@media screen and (max-width: 768px) {
  .p-news-detail__date {
    letter-spacing: 0.96px;
  }
}

.single-post__title {
  margin-top: clamp(24px, 6.4vw, 40px);
  font-size: clamp(24px, 6.4vw, 32px);
  font-weight: 700;
  line-height: 1.6;
}

.p-news-detail__image {
  margin-top: clamp(16px, 4.2666666667vw, 24px);
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 820/460;
}
@media screen and (max-width: 768px) {
  .p-news-detail__image {
    aspect-ratio: 350/197;
  }
}

.p-news-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-post-button__wrapper {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
}

.single-post-button {
  margin-inline: auto;
}

.content-single {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.content-single h2 {
  font-size: clamp(22px, 5.8666666667vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 12px;
  border-bottom: 2px solid #C8C8C8;
  z-index: 0;
  margin-bottom: 16px;
}
.content-single h3 {
  font-size: clamp(22px, 5.8666666667vw, 28px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.4px;
  position: relative;
  z-index: 0;
  padding-left: 16px;
}
@media screen and (max-width: 768px) {
  .content-single h3 {
    letter-spacing: 1.1px;
    padding-left: 12px;
  }
}
.content-single h3::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 4px;
  height: 1em;
  background: #0080CC;
}
.content-single h4 {
  font-size: clamp(20px, 5.3333333333vw, 24px);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.2px;
  text-decoration: underline solid #dadbdb 1px;
  text-underline-offset: 12px;
}
@media screen and (max-width: 768px) {
  .content-single h4 {
    letter-spacing: 1px;
  }
}
.content-single h5 {
  font-size: clamp(18px, 4.8vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .content-single h5 {
    letter-spacing: 0.9px;
  }
}
.content-single p {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
  .content-single p {
    letter-spacing: 0.75px;
  }
}
.content-single p:last-child {
  margin-bottom: 0;
}
.content-single strong {
  font-weight: 700;
}
.content-single .u-line {
  text-decoration: underline solid #FFDA07 8px;
  text-underline-offset: -2px;
}
.content-single blockquote {
  margin-bottom: 24px;
}
.content-single blockquote p {
  margin-bottom: 0;
}
.content-single blockquote {
  font-size: clamp(14px, 3.7333333333vw, 15px);
  font-weight: 400;
  line-height: 1.8;
  padding-left: 24px;
  border-left: 1px solid #313131;
}
.content-single a {
  font-size: clamp(15px, 4vw, 16px);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all 0.5s ease;
  font-weight: 500;
  line-height: 1.8;
  color: #0080CC;
}
.content-single a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .content-single a {
    letter-spacing: 0.75px;
  }
}
.content-single img {
  display: block;
  max-width: 100%;
  height: auto;
}
.content-single h3,
.content-single h4,
.content-single h5 {
  margin-top: 40px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .content-single h3,
  .content-single h4,
  .content-single h5 {
    margin-top: 24px;
  }
}
.content-single p + h3,
.content-single p + h4,
.content-single p + h5,
.content-single img + h3,
.content-single img + h4,
.content-single img + h5 {
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  .content-single p + h3,
  .content-single p + h4,
  .content-single p + h5,
  .content-single img + h3,
  .content-single img + h4,
  .content-single img + h5 {
    margin-top: 8px;
  }
}
.content-single p {
  margin: 0 0 16px 0;
}
.content-single img {
  margin: 16px 0;
}

.p-contact {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding: 80px 0;
  }
}

.contact-form__area {
  margin-bottom: 50px;
  font-weight: 500;
}
.contact-form__area h2 {
  text-align: center;
  color: #0080CC;
  margin-bottom: 15px;
  font-size: 24px;
}
.contact-form__area p {
  text-align: center;
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-form__area span {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 13px;
}

.base-form__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .base-form__item {
    margin-bottom: 24px;
  }
}

.base-form__head {
  display: flex;
  align-items: center;
  gap: 8px;
}

.base-form__field-name {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  color: #313131;
}

.required {
  font-size: 12px;
  color: #ffffff;
  background: #0080CC;
  padding: 4px 8px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  flex-shrink: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-list-item {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
}

.base-form__item input[type=text],
.base-form__item input[type=email],
.base-form__item input[type=tel],
.base-form__item textarea {
  margin-top: 8px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #CBCBCB;
  background: #ffffff;
  font-size: clamp(15px, 4vw, 16px);
}
@media screen and (max-width: 768px) {
  .base-form__item input[type=text],
  .base-form__item input[type=email],
  .base-form__item input[type=tel],
  .base-form__item textarea {
    padding: 8px 12px;
  }
}

.base-form__item textarea {
  height: 240px;
  line-height: 160%;
}

.base-form__item input[type=text]::placeholder,
.base-form__item input[type=email]::placeholder,
.base-form__item input[type=tel]::placeholder,
.base-form__item textarea::placeholder {
  font-size: cal-clamp(14, 16);
  color: #CBCBCB;
  font-weight: 500;
  line-height: 100%;
}

.base-form__checkbox-group {
  gap: 8px;
}

.base-form__privacy {
  margin-top: 24px;
}

.base-form__checkbox input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* プライバシー同意（acceptance）用のデザイン */
.base-form__privacy .base-form__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}

.base-form__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  /* ネイティブチェックボックスは見た目だけ隠す */
  /* テキスト部分（問い合わせ種別用とプライバシー用を両方カバー） */
  /* チェック時にチェックアイコンを表示 */
}
.base-form__checkbox .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}
.base-form__checkbox a {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #0080CC;
}
.base-form__checkbox .wpcf7-list-item {
  margin: 0;
}
.base-form__checkbox .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.base-form__checkbox .wpcf7-list-item-label,
.base-form__checkbox .base-form__checkbox-text {
  position: relative;
  padding-left: 28px;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  cursor: pointer;
  user-select: none;
}
.base-form__checkbox .wpcf7-list-item-label::before,
.base-form__checkbox .base-form__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #CBCBCB;
  border-radius: 2px;
  background: #ffffff;
}
.base-form__checkbox .wpcf7-list-item-label::after,
.base-form__checkbox .base-form__checkbox-text::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url("../images/common/icon-check.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}
.base-form__checkbox .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label::after,
.base-form__checkbox .wpcf7-list-item label input[type=checkbox]:checked + .base-form__checkbox-text::after {
  opacity: 1;
}

/* ▼ プライバシー（acceptance）の見た目調整 */
.base-form__privacy .wpcf7-list-item label {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

/* input（ネイティブチェックボックス）を隠してクリック領域だけ残す */
.base-form__privacy input.base-form__checkbox {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
  z-index: 1;
}

/* テキスト＋擬似チェックボックス */
.base-form__privacy .base-form__checkbox-text {
  position: relative;
  padding-left: 28px;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  cursor: pointer;
  user-select: none;
}
.base-form__privacy .base-form__checkbox-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #CBCBCB;
  border-radius: 2px;
  background: #ffffff;
}
.base-form__privacy .base-form__checkbox-text::after {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
  background: url("../images/common/icon-check.svg") no-repeat center/contain;
  opacity: 0;
  transition: opacity 0.2s;
}

/* チェック時にチェックアイコン表示 */
.base-form__privacy input.base-form__checkbox:checked + .wpcf7-list-item-label .base-form__checkbox-text::after {
  opacity: 1;
}

.checkbox-textlink {
  font-size: clamp(13px, 3.4666666667vw, 14px) !important;
}
.checkbox-textlink a {
  color: #0080CC;
  text-decoration: underline;
}

.acceptance-button {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.7px;
}

.acceptance-button__text {
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 500;
  letter-spacing: 0.7px;
}

.base-form__submit {
  margin-top: clamp(32px, 8.5333333333vw, 56px);
  text-align: center;
}

.base-form__submit button {
  max-width: 280px;
  width: 90%;
  height: 60px;
  aspect-ratio: 280/60;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: #0080CC;
  border: 1px solid #0080CC;
  padding: 20px 80px 20px 24px;
  transition: all 0.5s ease;
  position: relative;
  text-align: left;
}
.base-form__submit button:hover {
  color: #0080CC;
  background: #ffffff;
}
.base-form__submit button:hover .button-main__button-arrow {
  background-color: #0080CC;
}
.base-form__submit button:hover .button-main__button-arrow svg {
  fill: #ffffff;
}
.base-form__submit button:hover .button-main__button-arrow svg path, .base-form__submit button:hover .button-main__button-arrow svg polygon, .base-form__submit button:hover .button-main__button-arrow svg circle, .base-form__submit button:hover .button-main__button-arrow svg rect {
  fill: #ffffff;
}
.base-form__submit button .button-main__button-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  color: #0080CC;
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  display: grid;
  place-items: center;
}
.base-form__submit button .button-main__button-arrow svg {
  width: 8px;
  height: 12px;
}

.wpcf7-spinner {
  display: none !important;
}

.contact-confirm {
  /* 1項目ごとの余白 */
  /* 見出し（入力と同じレイアウトを継承） */
  /* 確認用の値表示エリア：入力フィールドに似せる */
  /* 確認画面のボタン周り */
  /* 戻るボタン（previous） */
  /* 送信ボタン（入力画面と同じトーンに） */
}
.contact-confirm .base-form__items {
  max-width: 720px;
  margin: 0 auto;
}
.contact-confirm .base-form__item {
  margin-top: 24px;
}
.contact-confirm .base-form__item:first-child {
  margin-top: 0;
}
.contact-confirm .base-form__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-confirm .base-form__field-name {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  color: #313131;
}
.contact-confirm .base-form__confirm-text {
  margin-top: 8px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #CBCBCB;
  background: #ffffff;
  font-size: clamp(15px, 4vw, 16px);
  line-height: 1.8;
  color: #313131;
}
@media screen and (max-width: 768px) {
  .contact-confirm .base-form__confirm-text {
    padding: 8px 12px;
  }
}
.contact-confirm .base-form__submit--confirm {
  margin-top: clamp(32px, 8.5333333333vw, 56px);
  display: flex;
  justify-content: center;
  gap: 16px;
  text-align: center;
}
.contact-confirm .base-form__submit--confirm .wpcf7-previous {
  max-width: 160px;
  width: 45%;
  height: 60px;
  padding: 0 24px;
  border-radius: 0;
  border: 1px solid #0080CC;
  background: #ffffff;
  color: #0080CC;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-confirm .base-form__submit--confirm .wpcf7-previous:hover {
  background: #0080CC;
  color: #ffffff;
}
.contact-confirm .base-form__submit--confirm .wpcf7-submit {
  max-width: 200px;
  width: 45%;
  height: 60px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  background: #0080CC;
  border: 1px solid #0080CC;
  padding: 0 24px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact-confirm .base-form__submit--confirm .wpcf7-submit:hover {
  color: #0080CC;
  background: #ffffff;
}

.contact-thanks {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact-thanks {
    padding: 40px 20px;
  }
}
.contact-thanks__text {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .contact-thanks__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contact-thanks__text br {
    display: none;
  }
}
.contact-thanks__button {
  display: flex;
  justify-content: center;
}
.contact-thanks__button .button-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

/* ▼hoverでアニメーション発火 */
.base-form__submit button:hover svg {
  animation: arrow-move 0.6s ease forwards;
}

/* ▼共通アニメーション */
@keyframes arrow-move {
  0% {
    transform: translateX(0);
  }
  49% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-150%); /* 左側へリセット */
  }
  100% {
    transform: translateX(0);
  }
}
.p-works__listwrap {
  flex: 1;
  max-width: 1080px;
}
@media screen and (max-width: 768px) {
  .p-works__listwrap {
    padding-top: 40px;
  }
}

.p-works__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 24px;
  column-gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-works__lists {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}

.p-works__list {
  flex: 1;
}

.p-works-link {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  transition: all 0.3s ease;
}

.p-works-link:hover {
  cursor: pointer;
  opacity: 0.8;
}

.p-works-link__image {
  overflow: hidden;
}

.p-works-link__image img {
  transition: all 0.3s ease;
}

.p-works-link__image.obj-fit {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-works-link__image.obj-fit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-works-link:hover .p-works-link__image img {
  transform: scale(1.05);
  display: block;
}

.p-works-link__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-works-link__description {
  margin-top: clamp(12px, 3.2vw, 16px);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.p-works-link__meta {
  display: block;
}

.p-works-link__location {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(12px, 3.2vw, 13px);
  padding: 4px 7px;
  line-height: 1;
  font-weight: 700;
  background-color: #0080CC;
}

.p-works-link__title {
  font-weight: 700;
  line-height: 1.6;
  font-size: clamp(15px, 4vw, 16px);
}

.p-works-link__list {
  display: block;
}

.p-works-link__size,
.p-works-link__content {
  font-size: clamp(13px, 3.4666666667vw, 14px);
  font-weight: 700;
  color: #0080CC;
  margin-bottom: 5px;
}

.p-works-link__size-text,
.p-works-link__content-text {
  font-size: clamp(14px, 3.7333333333vw, 15px);
  font-weight: 500;
}

.p-works-detail {
  margin-top: clamp(80px, 21.3333333333vw, 120px);
}

.p-works-detail__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.p-works-detail__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: space-between;
  font-size: 14px;
}

.p-works-detail__location {
  color: #ffffff;
  font-size: clamp(12px, 3.2vw, 14px);
  font-weight: 500;
  line-height: 1;
  padding: 4px 8px;
  background-color: #0080CC;
}

.p-works-detail__date {
  font-size: clamp(12px, 3.2vw, 14px);
  line-height: 1;
  font-size: #6d6d6d;
}

.p-works-detail__title {
  color: #0080CC;
  margin-top: 0;
}

.p-works-detail__gallery {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-works-detail__gallery .swiper {
  width: 100%;
  height: auto;
}

.p-works-detail__image {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative !important;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.p-works-detail__image {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 800/600;
  position: relative !important;
  overflow: visible !important;
}
@media screen and (max-width: 768px) {
  .p-works-detail__image {
    aspect-ratio: 400/300;
  }
}

.p-works-detail__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #0080CC;
  font-size: clamp(16px, 4.2666666667vw, 20px);
  font-weight: 700;
  padding: 10px 32px 10px 40px;
  z-index: 10;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
  transition: all 0.3s ease;
}
.p-works-detail__badge.is-before, .p-works-detail__badge-before {
  background-color: #ffffff;
  color: #0080CC;
}
@media screen and (max-width: 768px) {
  .p-works-detail__badge {
    padding: 8px 24px 8px 32px;
    clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%);
  }
}

.p-works-detail__badge-before {
  background-color: #ffffff;
  color: #0080CC;
}

.p-works-detail__badge-middle {
  background-color: #002199 !important;
  color: #fff !important;
}

.p-works-detail__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.single-post-button__wrapper {
  margin-top: clamp(40px, 10.6666666667vw, 80px);
}

.single-post-button {
  margin-inline: auto;
}

.p-works-detail__imagewrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-works-detail__imagewrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-works-detail__imagewrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}

.p-works-detail__image-s {
  width: 100%;
  aspect-ratio: 800/450;
  position: relative !important;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.p-works-detail__image-s:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.p-works-detail__image-s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.p-works-detail__image-s .p-works-detail__badge {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #ffffff;
  background-color: #0080CC;
  font-size: clamp(13px, 3.4666666667vw, 14px);
  font-weight: 700;
  padding: 4px 10px 4px 20px;
  z-index: 10;
}
.p-works-detail__image-s .p-works-detail__badge::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 12px;
  height: 100%;
  border-style: solid;
  border-width: 0 0 34px 12px;
  border-color: transparent transparent #0080CC transparent;
}
.p-works-detail__image-s .p-works-detail__badge-before {
  background-color: #ffffff;
  color: #0080CC;
}
.p-works-detail__image-s .p-works-detail__badge-before::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 0;
  width: 12px;
  height: 100%;
  border-style: solid;
  border-width: 0 0 34px 12px;
  border-color: transparent transparent #ffffff transparent;
}

.content-works-single {
  font-size: clamp(15px, 4vw, 16px);
  line-height: 180%;
}

.content-works-single__wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.content-works-single__innerwrap {
  display: flex;
  gap: 24px;
}

.content-works-single__title {
  font-weight: 700;
  color: #0080CC;
  font-size: clamp(16px, 4.2666666667vw, 18px);
  width: 100px;
}

.content-works-single__size-text {
  font-weight: 500;
  font-size: clamp(17px, 4.5333333333vw, 19px);
  flex: 1;
}

.content-works-single__content-text {
  font-weight: 500;
  font-size: clamp(16px, 4.2666666667vw, 18px);
  flex: 1;
}

.content-works-single__voice-text {
  font-weight: 500;
  font-size: clamp(15px, 4vw, 16px);
  line-height: 180%;
  flex: 1;
}

.p-company__section {
  padding-top: 96px;
}
@media screen and (max-width: 768px) {
  .p-company__section {
    padding-top: 56px;
  }
}

.p-company__section-content {
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .p-company__section-content {
    padding-top: 16px;
  }
}

.p-company__info-item {
  display: flex;
  align-items: flex-start;
  padding-block: 32px;
  border-bottom: 1px solid #C8C8C8;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-company__info-item {
    padding-block: 24px;
  }
}
.p-company__info-item dt {
  width: 180px;
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .p-company__info-item dt {
    width: 20%;
    flex-shrink: 0;
  }
}
.p-company__info-item dd {
  font-size: clamp(14px, 3.7333333333vw, 15px);
  font-weight: 400;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-company__info-item {
    gap: 12px;
  }
}

.p-company__office-section {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .p-company__office-section {
    padding-top: 80px;
  }
}

.p-company__office-section-content {
  padding-top: 56px;
}
@media screen and (max-width: 768px) {
  .p-company__office-section-content {
    padding-top: 40px;
  }
}

.p-company__office-listwrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-company__office-listwrap {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-company__office-listwrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 32px;
  }
}

.p-company__office-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-company__office-list {
    gap: 12px;
  }
}

.p-company__office-title {
  font-size: clamp(18px, 4.8vw, 20px);
  font-weight: 700;
  color: #313131;
}

.p-company__office-google {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding-left: 26px;
  font-size: clamp(15px, 4vw, 16px);
  transition: opacity 0.3s;
  position: relative;
}
.p-company__office-google:hover {
  opacity: 0.7;
}
.p-company__office-google::before {
  position: absolute;
  content: "";
  background: url("../images/google-icon.svg") no-repeat center center;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.p-company__office__image {
  width: 100%;
  max-width: 340px;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.p-company__office-address-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .p-company__office-address-wrap {
    gap: 8px;
  }
}

.p-company__office-address {
  font-size: clamp(14px, 3.7333333333vw, 15px);
  margin-top: 8px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .p-company__office-address {
    margin-top: 4px;
  }
}

.p-company__office-telwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-company__office-telwrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

.p-company__office-telwrap-title {
  font-size: clamp(13px, 3.4666666667vw, 14px);
  color: #313131;
  font-weight: 500;
}

.p-company__office-tel,
.p-company__office-fax {
  font-size: clamp(16px, 4.2666666667vw, 17px);
  color: #313131;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  letter-spacing: 0;
}

.p-company__office-en {
  font-size: 12px;
  width: 22px;
}

.p-company__office-contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-company__office-contents-wrap p {
  font-size: clamp(15px, 4vw, 16px);
}

.p-solar__fv {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 450px) {
  .p-solar__fv {
    height: 90vh;
    min-height: 700px;
  }
}

.p-solar__fv__img {
  width: 100%;
}
.p-solar__fv__img picture {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-solar__fv__img {
    width: 100%;
    height: auto;
    display: block;
  }
}

.p-solar__intro {
  background-color: #0D1651;
  padding: 25px 0 5px 0;
}
@media screen and (max-width: 450px) {
  .p-solar__intro {
    padding: 16px 0;
  }
}

.p-solar__intro__text {
  font-size: clamp(20px, 5.3333333333vw, 36px);
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1120px) {
  .p-solar__intro__text {
    line-height: 130%;
  }
}

.orange__text {
  color: #FF9408;
}

.p-solar__intro__annotation {
  margin: 5px 0 0 auto;
  font-size: 12px;
  color: #fff;
  text-align: right;
}

.p-solar__cta {
  background: url(../images/solar-panel/cta-bg.jpg) no-repeat center center/cover;
  padding: 80px 0;
}
@media screen and (max-width: 450px) {
  .p-solar__cta {
    padding: 40px 0;
  }
}

.p-solar__cta__inner {
  max-width: 700px;
  margin: 0 auto;
  border: 3px solid var(--logo-blue, #0080CC);
  background: #F9FCFF;
  padding: 32px 40px;
}
@media screen and (max-width: 740px) {
  .p-solar__cta__inner {
    padding: 32px 20px;
    margin: 0 20px;
  }
}

.p-solar__cta__text {
  font-size: clamp(18px, 4.8vw, 28px);
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  line-height: 140%;
}
@media screen and (max-width: 768px) {
  .p-solar__cta__text {
    font-size: clamp(18px, 4.8vw, 20px);
  }
}
@media screen and (max-width: 450px) {
  .p-solar__cta__text {
    font-size: 4.8vw;
  }
}

.p-solar__cta__text-wrapper {
  display: flex;
  gap: 18px;
  align-items: flex-end;
  justify-content: center;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .p-solar__cta__text-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.p-solar__cta__illust {
  width: 168px;
  height: auto;
}

.p-solar__cta__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: -28px;
}

.p-solar__cta__button-bubble {
  color: #E50012;
  position: relative;
  display: inline-block;
  padding: 0 32px;
  font-size: clamp(14px, 3.7333333333vw, 16px);
  font-weight: 700;
  text-align: center;
}

.p-solar__cta__button-bubble:before, .p-solar__cta__button-bubble:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 20px;
  height: 2px;
  background-color: #E50012;
}

.p-solar__cta__button-bubble:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.p-solar__cta__button-bubble:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.p-solar__cta__button {
  border-radius: 30px;
  background: linear-gradient(180deg, #E70A0E 0%, #A3080B 100%);
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
  text-align: center;
}
.p-solar__cta__button:hover {
  opacity: 0.7;
}

.p-solar__cta__button-text {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(95, 5, 6, 0.5);
  padding: 16px 24px;
  display: block;
  min-width: 540px;
}
@media screen and (max-width: 768px) {
  .p-solar__cta__button-text {
    padding: 16px 24px;
    min-width: 340px;
  }
}
@media screen and (max-width: 450px) {
  .p-solar__cta__button-text {
    padding: 16px 20px;
    min-width: 300px;
  }
}

.p-solar__cta__button__button-arrow {
  position: absolute;
  content: url(../images/solar-panel/button-arrow.png);
  display: inline-block;
  top: 50%;
  right: 52px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  width: 33px;
  height: 33px;
}
@media screen and (max-width: 768px) {
  .p-solar__cta__button__button-arrow {
    right: 12px;
  }
}

.p-solar__cta__tel-wrapper {
  display: flex;
  padding-top: 20px;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-solar__cta__tel-wrapper {
    flex-direction: column;
  }
}

.p-solar__cta__tel-annotation {
  font-size: clamp(16px, 4.2666666667vw, 18px);
  font-weight: 700;
}

.p-solar__cta__tel-time {
  font-size: clamp(16px, 4.2666666667vw, 18px);
  font-weight: 700;
  line-height: 220%;
  color: #0080CC;
  font-family: YakuHanJP, "Poppins", "Noto Sans JP", sans-serif;
}
.p-solar__cta__tel-time span {
  padding: 4px 13px;
  border: 1px solid #0080CC;
  font-size: clamp(12px, 3.2vw, 14px);
  margin-right: 4px;
}

@media screen and (max-width: 768px) {
  .p-solar__cta__tel-arrow {
    display: none;
  }
}

.p-solar__cta__tel {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.3s;
}
.p-solar__cta__tel:hover {
  opacity: 0.7;
}

.p-solar__cta__tel-icon {
  width: 38px;
  height: 38px;
  margin-right: 4px;
}

.p-solar__cta__tel-number {
  font-size: clamp(28px, 7.4666666667vw, 42px);
  color: #0080CC;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.p-solar__worries {
  background: url(../images/solar-panel/worries-sec-bg.jpg) no-repeat center center/cover;
  padding: 96px 0 0 0;
}
@media screen and (max-width: 450px) {
  .p-solar__worries {
    padding: 56px 0 0 0;
  }
}

.p-solar__worries_inner {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-solar__worries_inner {
    margin: 0 20px;
  }
}

.p-solar__worries-title {
  font-size: clamp(28px, 7.4666666667vw, 48px);
  font-weight: 700;
  text-align: center;
  line-height: 130%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-solar__worries-title {
    font-size: clamp(28px, 7.4666666667vw, 32px);
  }
}
@media screen and (max-width: 768px) {
  .p-solar__worries-title {
    margin-bottom: 32px;
  }
}
.p-solar__worries-title span {
  font-size: clamp(20px, 5.3333333333vw, 32px);
}
@media screen and (max-width: 768px) {
  .p-solar__worries-title span {
    font-size: clamp(20px, 5.3333333333vw, 24px);
  }
}

.p-solar__worries-img {
  max-width: 1040px;
  margin: 0 auto;
}

.p-solar__possible {
  background: url(../images/solar-panel/possible-bg.png) no-repeat center center/cover;
  padding: 24px 0 96px 0;
}
@media screen and (max-width: 450px) {
  .p-solar__possible {
    padding: 24px 0 56px 0;
  }
}

.p-solar__arrow {
  width: 30px;
  height: auto;
  margin: 0 auto;
}

.p-solar__title {
  max-width: 945px;
  height: auto;
  margin: 24px auto 0 auto;
}

.p-solar__contents-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 450px) {
  .p-solar__contents-wrap {
    gap: 24px;
    margin-top: 32px;
  }
}

.p-solar__possible-cta {
  background: none;
  padding: 0;
}

.p-solar__possible-cta__inner {
  padding: 32px 20px;
  margin-top: 56px;
}

.p-solar__possible-cta-text {
  margin-right: -20px;
}

.p-solar__works {
  padding: 96px 0;
  overflow: hidden;
  background: url(../images/solar-panel/solar-works_bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 450px) {
  .p-solar__works {
    padding: 56px 0;
  }
}

.p-solar__works-title {
  font-size: clamp(28px, 7.4666666667vw, 48px);
  font-weight: 700;
  text-align: center;
  color: #0080CC;
  margin-bottom: 56px;
}

.p-solar__works-swiper-container {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 768px) {
  .p-solar__works-swiper-container {
    padding: 0 60px;
  }
}

.p-solar__works-swiper {
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-solar__works-swiper {
    padding-bottom: 50px;
  }
}
.p-solar__works-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch !important;
}
.p-solar__works-swiper .swiper-slide {
  height: auto !important;
  display: flex !important;
}

.p-solar__works-swiper {
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-solar__works-swiper {
    padding-bottom: 24px;
  }
}

.p-solar__works__list__item {
  list-style: none;
  height: 100%;
  display: flex;
  background-color: #ffffff;
  border: 1px solid #C8C8C8;
}

.p-solar__works__list__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: opacity 0.3s;
}

.p-solar__works__list__image {
  width: 100%;
  aspect-ratio: 390/260;
  overflow: hidden;
  flex-shrink: 0;
  flex-grow: 0;
}
.p-solar__works__list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.p-solar__works__list__link:hover .p-solar__works__list__image img {
  transform: scale(1.05);
}

.p-solar__works__list__contentswrap {
  padding: 24px 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.p-solar__works__list__textwrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 16px;
  min-height: 0;
}

.p-solar__works__list__title {
  font-size: clamp(17px, 4.5333333333vw, 20px);
  font-weight: 700;
  line-height: 160%;
  flex-shrink: 0;
}

.p-solar__works__list__location {
  font-size: clamp(13px, 3.4666666667vw, 14px);
  font-weight: 500;
  flex-shrink: 0;
}

.p-solar__works__list__text {
  font-size: clamp(15px, 4vw, 16px);
  font-weight: 500;
  line-height: 160%;
  flex-shrink: 1;
}

.p-solar__works__list__cate {
  margin-top: auto;
  font-size: 12px;
  padding: 4px 12px;
  color: #ffffff;
  background-color: #0080CC;
  border-radius: 4px;
  align-self: flex-start;
  flex-shrink: 0;
}

.p-solar__works-swiper-button-prev,
.p-solar__works-swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color: #0080CC;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .p-solar__works-swiper-button-prev,
  .p-solar__works-swiper-button-next {
    display: flex;
  }
}
.p-solar__works-swiper-button-prev::after,
.p-solar__works-swiper-button-next::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.p-solar__works-swiper-button-prev:hover,
.p-solar__works-swiper-button-next:hover {
  opacity: 0.7;
}
.p-solar__works-swiper-button-prev.swiper-button-disabled,
.p-solar__works-swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.p-solar__works-swiper-button-prev {
  left: 0;
}
.p-solar__works-swiper-button-prev::after {
  transform: rotate(-135deg);
  margin-left: 3px;
}

.p-solar__works-swiper-button-next {
  right: 0;
}
.p-solar__works-swiper-button-next::after {
  transform: rotate(45deg);
  margin-right: 3px;
}

.solar-works-controls {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.solar-works-pagination {
  position: relative !important;
  display: flex !important;
  justify-content: center !important;
  gap: 6px;
  left: 0 !important;
  right: 0 !important;
  bottom: auto !important;
}
.solar-works-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #E0E0E0;
  border: 1px solid #b2b2b2;
  margin: 0 3px !important;
  opacity: 1;
}
.solar-works-pagination .swiper-pagination-bullet-active {
  background: #0080CC;
  border: 1px solid #0080CC;
}

.p-solar__works__button-wrapper {
  text-align: center;
  margin-top: clamp(40px, 10.6666666667vw, 56px);
}

.p-solar__works__button {
  border-radius: 30px;
  background: linear-gradient(180deg, #0080CC 0%, #005E96 100%);
  display: inline-block;
  transition: all 0.3s ease;
  position: relative;
}
.p-solar__works__button:hover {
  opacity: 0.7;
}

.p-solar__works__button-text {
  font-size: clamp(16px, 4.2666666667vw, 20px);
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 4px rgba(95, 5, 6, 0.5);
  padding: 18px 86px;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-solar__works__button-text {
    padding: 18px 24px;
    min-width: 300px;
  }
}

.p-solar__works__button__button-arrow {
  position: absolute;
  content: url(../images/solar-panel/button-arrow-blue.png);
  display: inline-block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 2;
  width: 33px;
  height: 33px;
}

.p-solar__solar-contents {
  padding: 96px 0;
  background-color: #f4f9fd;
}
@media screen and (max-width: 450px) {
  .p-solar__solar-contents {
    padding: 56px 0;
  }
}

.p-solar__solar-contents-inner {
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1120px) {
  .p-solar__solar-contents-inner {
    margin: 0 20px;
  }
}

.p-solar__solar-contents-img {
  width: 100%;
  height: auto;
}

.p-solar__utilize {
  padding: 96px 0;
  background: url(../images/solar-panel/utilize-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize {
    padding: 56px 0;
  }
}

.p-solar__utilize-titlewrap {
  text-align: center;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize-titlewrap {
    margin-bottom: 16px;
  }
}

.p-solar__utilize-title {
  font-size: clamp(24px, 6.4vw, 48px);
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #0080CC;
  margin-bottom: 8px;
  display: inline-block;
  padding: 8px 30px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize-title {
    font-size: 28px;
    padding: 8px 20px;
  }
}
.p-solar__utilize-title::before {
  content: "";
  background: url(../images/solar-panel/title-deco_l.svg) no-repeat center center/cover;
  width: 30px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize-title::before {
    width: 20px;
    height: 22px;
  }
}
.p-solar__utilize-title::after {
  content: "";
  background: url(../images/solar-panel/title-deco_r.svg) no-repeat center center/cover;
  width: 30px;
  height: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize-title::after {
    width: 20px;
    height: 22px;
  }
}

.p-solar__utilize-titleimgwrap {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize-titleimgwrap {
    max-width: 100%;
  }
}

.p-solar__utilize-text {
  margin-top: 40px;
  text-align: center;
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width: 450px) {
  .p-solar__utilize-text {
    margin-top: 32px;
  }
}

.p-solar__utilize-simulation {
  margin: 24px auto 0 auto;
  max-width: 720px;
}

.p-solar__bottomcta__inner {
  padding: 32px 40px 32px 20px;
}
@media screen and (max-width: 740px) {
  .p-solar__bottomcta__inner {
    padding: 32px 20px;
  }
}

.p-solar__bottomcta__text {
  font-size: clamp(18px, 4.8vw, 26px);
}
@media screen and (max-width: 768px) {
  .p-solar__bottomcta__text {
    font-size: clamp(18px, 4.8vw, 20px);
  }
}