@charset "UTF-8";
/*=============================================
*
* 
*
=============================================*/
@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.customize-support .main-contents {
  top: 0;
}

/*=============================================
*
* 
*
=============================================*/
/*=============================================
*
* 
*
=============================================*/
.our-work-hero {
  background: url(../images/our-work/our-work-hero-bg.png) no-repeat center center/cover;
}

.our-work-hero__content-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto;
  max-width: 1100px;
  min-height: 480px;
  padding: 0 20px;
}
@media screen and (max-width: 700px) {
  .our-work-hero__content-box {
    min-height: 280px;
  }
}

.our-work-hero__heading-box {
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .our-work-hero__heading-box {
    margin-bottom: 20px;
  }
}

.our-work-hero__heading {
  color: #fff;
  font-size: 13rem;
  letter-spacing: 0.01em;
  line-height: 0.7;
  position: relative;
}
@media screen and (max-width: 700px) {
  .our-work-hero__heading {
    font-size: 7rem;
    margin-bottom: 4px;
  }
}

.our-work-hero__heading-jp {
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .our-work-hero__heading-jp {
    font-size: 2rem;
  }
}

.our-work__circle-img-box {
  position: absolute;
  left: -150px;
  top: 50%;
  transform: translateY(-50%);
}
.our-work__circle-img-box .effect.fade-in.is-scrollin {
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}

.our-work__circle-svg-box {
  animation: rotateRight 40s linear infinite;
}
.our-work__circle-svg-box svg {
  width: 100%;
}
.our-work__circle-svg-box svg path {
  fill: #fff;
  opacity: 0.4;
}

/*=============================================
*
* ニュース一覧タイトル
*
=============================================*/
.header__our-work-list-title {
  max-width: 613px;
  position: relative;
  top: -20px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__our-work-list-title {
    margin-bottom: 0;
    max-width: 311px;
    top: 0;
  }
}

/*=============================================
*
* 覧セクション
*
=============================================*/
.our-work-list {
  background-color: #f1f1f1;
  overflow: hidden;
  padding: 110px 0;
}
@media screen and (max-width: 700px) {
  .our-work-list {
    padding: 55px 0;
  }
}

.our-work-list__inner {
  margin: 0 auto;
  max-width: 1100px;
}
@media screen and (max-width: 1120px) {
  .our-work-list__inner {
    padding: 0 16px;
  }
}

.our-work {
  width: 100%;
}

.our-work-list__item {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto 20px;
  overflow: hidden;
  padding: 25px 25px;
  position: relative;
}
.our-work-details {
  padding: 0 20px;
  overflow: visible;
}
@media screen and (max-width: 700px) {
  .our-work-details {
    padding: 0;
  }
}

.our-work-list__detail-card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 15px 0 5px 0;
  position: relative;
}
@media screen and (max-width: 700px) {
  .our-work-list__detail-card {
    padding: 10px 0 0 0;
  }
}
.our-work-list__detail-card > .inner {
  position: relative;
  z-index: 1;
}
.our-work-list__detail-card > .inner .content-box {
  padding-bottom: 0;
}

.our-work-list__img {
  aspect-ratio: 3/2;
  border-radius: 10px;
  margin-bottom: 5px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .our-work-list__img {
    max-width: 100%;
  }
}

.our-work-list__info-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}

.our-work-list__title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 1142px) {
  .our-work-list__title {
    font-size: 1.8rem;
  }
}

.our-work-list__date {
  color: #7D7D7D;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1142px) {
  .our-work-list__date {
    font-size: 1.8rem;
  }
}

.our-work-list__detail-content {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 1142px) {
  .our-work-list__detail-content {
    font-size: 1.6rem;
  }
}
.our-work-list__detail-content p {
  text-align: left;
}

.our-work-list__detail-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding: 15px 0;
  text-align: left;
}
@media screen and (max-width: 1142px) {
  .our-work-list__detail-text {
    font-size: 1.6rem;
  }
}
.our-work-list__detail-text p {
  text-align: left;
}

.our-work-list__construction-date-box {
  text-align: right;
}

.our-work-list__construction-date {
  color: #7D7D7D;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-top: 5px;
  text-align: right;
}
@media screen and (max-width: 1142px) {
  .our-work-list__construction-date {
    font-size: 1.4rem;
  }
}
.our-work-list__construction-date .eng {
  font-size: 1.9rem;
}
@media screen and (max-width: 1142px) {
  .our-work-list__construction-date .eng {
    font-size: 1.6rem;
  }
}

.our-work-list__construction-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-left: 5px;
}
@media screen and (max-width: 1142px) {
  .our-work-list__construction-text {
    font-size: 1.3rem;
  }
}

/*=============================================
*
* swiper 
*
=============================================*/
.swiper-button-next,
.swiper-button-prev {
  align-items: center;
  background: #65A0C8;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  height: 55px;
  justify-content: center;
  width: 55px;
}
@media screen and (max-width: 700px) {
  .swiper-button-next,
  .swiper-button-prev {
    height: 35px;
    width: 35px;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  background: url(../images/swiper/swiper-arrow.svg) no-repeat center center/100%;
  content: "";
  display: block;
  height: 11.45448px;
  position: absolute;
  width: 6.3636px;
}

.swiper-button-next {
  right: -10px;
}
@media screen and (max-width: 700px) {
  .swiper-button-next {
    right: -15px;
  }
}

.swiper-button-prev {
  left: -10px;
}
@media screen and (max-width: 700px) {
  .swiper-button-prev {
    left: -15px;
  }
}
.swiper-button-prev::after {
  transform: scale(-1, 1);
}

/*=============================================
*
* ページネーション
*
=============================================*/
.our-work-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0 0;
}
.our-work-pagination ul.page-numbers {
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.our-work-pagination ul.page-numbers > li {
  background: #fff;
  border: 1px solid #222;
  border-radius: 8px;
  overflow: hidden;
}
.our-work-pagination .page-numbers {
  align-items: center;
  color: #222;
  cursor: pointer;
  display: inline-flex;
  font-family: "Teko", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 16px;
  text-decoration: none;
}
.our-work-pagination .page-numbers:hover {
  opacity: 0.8;
}
.our-work-pagination .page-numbers.current, .our-work-pagination .page-numbers[aria-current=page] {
  background: #222;
  border-color: #222;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  color: #fff;
  pointer-events: none;
}
.our-work-pagination .page-numbers.next, .our-work-pagination .page-numbers.prev {
  font-size: 2.2rem;
  padding: 0 18px;
}

/*=============================================
*
* 詳細ページタイトル
*
=============================================*/
.header__single-our-work-title {
  margin: 0 auto -5px;
  max-width: 404px;
  position: relative;
  top: -5px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 700px) {
  .header__single-our-work-title {
    margin-bottom: 0;
    max-width: 250px;
    top: 0;
  }
}

/*=============================================
*
* 
*
=============================================*/
.our-work-list__paged-info {
  color: #222;
  font-size: 4rem;
  margin-bottom: 20px;
  text-align: right;
}
@media screen and (max-width: 700px) {
  .our-work-list__paged-info {
    font-size: 3rem;
  }
}

/*=============================================
*
* 
*
=============================================*/
.single-our-work__inner {
  padding: 75px 0;
}

.single-our-work__info-box {
  margin: 0 auto 15px;
  max-width: 910px;
}
@media screen and (max-width: 960px) {
  .single-our-work__info-box {
    padding: 0 16px;
  }
}
@media screen and (max-width: 700px) {
  .single-our-work__info-box {
    margin-bottom: 20px;
  }
}

.single-our-work__item-date {
  color: #222;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 700px) {
  .single-our-work__item-date {
    font-size: 1.8rem;
  }
}

.single-our-work__title-box {
  margin: 0 auto 60px;
  max-width: 910px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .single-our-work__title-box {
    padding: 0 16px;
  }
}
@media screen and (max-width: 700px) {
  .single-our-work__title-box {
    margin-bottom: 20px;
  }
}

.single-our-work__title {
  color: #222;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 700px) {
  .single-our-work__title {
    font-size: 2.2rem;
  }
}
.single-our-work__title::before {
  background: url(../images/content/our-work-detail-title-border.svg) no-repeat center center;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.single-our-work__title::after {
  background: url(../images/content/our-work-detail-title-border.svg) repeat-x top center;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.single-our-work__eye-catching-img {
  aspect-ratio: 308.212/213.856;
  border-radius: 20px;
  display: block;
  margin: 0 auto 70px;
  max-width: 910px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .single-our-work__eye-catching-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 830px) {
  .single-our-work__content-box {
    padding: 0 16px;
  }
}

.single-our-work__content {
  background: #f1f1f1;
  border-radius: 20px;
  line-height: 1.8;
  margin: 0 auto 30px;
  max-width: 910px;
  padding: 30px;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single-our-work__content {
    margin-bottom: 20px;
    padding: 20px;
  }
}
.single-our-work__content * {
  font-size: 1.8rem;
  text-align: left;
}
@media screen and (max-width: 700px) {
  .single-our-work__content * {
    font-size: 1.6rem;
  }
}
.single-our-work__content {
  /*---------------------------------------------
  自由編集欄
  ---------------------------------------------*/
}
.single-our-work__content p {
  line-height: 1.8;
}
.single-our-work__content strong {
  color: var(--free-edit-strong-color);
  font-weight: 700;
}
.single-our-work__content h1 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-our-work__content h1 {
    font-size: 2.6rem;
  }
}
.single-our-work__content h2 {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-our-work__content h2 {
    font-size: 2.2rem;
  }
}
.single-our-work__content h3 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-our-work__content h3 {
    font-size: 1.8rem;
  }
}
.single-our-work__content h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-our-work__content h4 {
    font-size: 1.6rem;
  }
}
.single-our-work__content h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 700px) {
  .single-our-work__content h5 {
    font-size: 1.5rem;
  }
}
.single-our-work__content img {
  width: auto;
}
.single-our-work__content a {
  text-decoration: underline;
}
.single-our-work__content a:hover {
  color: #999;
}
.single-our-work__content iframe, .single-our-work__content object, .single-our-work__content embed {
  max-width: 100%;
}

/*=============================================
*
* ナビゲーション
*
=============================================*/
.single-our-work__navigation-box {
  margin: 0 auto;
  max-width: 910px;
}
@media screen and (max-width: 960px) {
  .single-our-work__navigation-box {
    padding: 0 16px;
  }
}

.single-our-work__navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 40px;
}

.single-our-work__navigation-nav-previous,
.single-our-work__navigation-nav-next {
  border: 1px solid #222;
  border-radius: 4px;
  padding: 5px 10px;
}

.single-our-work__back-to-list-btn-box {
  margin: 0 auto;
  text-align: center;
}

.single-our-work__back-to-list-btn {
  background: #222;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 10px 40px 12px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.single-our-work__back-to-list-btn:hover {
  opacity: 0.8;
}