@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
}

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

a {
  color: inherit;
}

#contact-privacy-policy {
  /* 固定ヘッダーの高さ分（またはそれ以上）の余白を指定 */
  scroll-margin-top: 150px;
}

.l-inner {
  padding-inline: 10.9375vw;
  max-width: 95vw;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding-inline: 5.3333333333vw;
  }
}

.error-404-page-text {
  font-weight: 700;
}

.back-to-home-404 {
  margin-top: 1em;
  display: inline-block;
}

.back-to-home-404-link {
  color: #000000;
  text-decoration: underline;
  font-weight: 700;
}

@media screen and (max-width: 1280px) {
  .top__about .c-heading-bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (max-width: 1024px) {
  .top__service .c-heading-bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .top__works .c-heading-bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .top__blog .c-heading-bar {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.top__about {
  background: #f6f6f6;
}

.top__about__inner {
  padding-top: 62px;
  padding-left: min(70px, 4.8611111111vw);
  padding-right: min(70px, 4.8611111111vw);
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(40px, 2.7777777778vw);
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .top__about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70%;
    padding-inline: 15px;
    gap: 40px;
  }
}
@media screen and (max-width: 600px) {
  .top__about__inner {
    width: 100%;
  }
}

.top__about__text-wrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.top__about__text-l {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 44px;
}
@media screen and (max-width: 1023.98px) {
  .top__about__text-l {
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .top__about__text-l {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}

.top__about__text-s {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; /* 162.5% */
  margin-top: 23px;
}
@media screen and (max-width: 1024px) {
  .top__about__text-s {
    font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
  }
}

.top__about .c-btn-details-container {
  text-align: left;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .top__about .c-btn-details-container {
    text-align: center;
  }
}

.top__about__img {
  display: block;
  width: min(523px, 36.3194444444vw);
  aspect-ratio: 523/540;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
}
@media screen and (max-width: 1280px) {
  .top__about__img {
    width: 100%;
  }
}

.top__service__inner {
  padding-top: 80px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 100px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .top__service__inner {
    width: 70%;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 600px) {
  .top__service__inner {
    width: 100%;
  }
}

.top__service__description {
  margin-top: 44px;
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; /* 162.5% */
}
@media screen and (max-width: 1024px) {
  .top__service__description {
    font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
  }
}

.top__service__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 1024px) {
  .top__service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.top__service__item {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .top__service__item {
    padding-bottom: 45px;
  }
}

.top__service__item__img {
  width: min(352px, 24.4444444444vw);
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 352/198;
}
@media screen and (max-width: 1024px) {
  .top__service__item__img {
    width: 100%;
  }
}

.top__service__item__title {
  color: #000000;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.083; /* 108.333% */
}
@media screen and (max-width: 1024px) {
  .top__service__item__title {
    font-size: clamp(1.5rem, 1.211rem + 1.23vw, 2rem);
  }
}

.top__service__item__text {
  color: #000000;
  text-align: center;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625; /* 162.5% */
}
@media screen and (max-width: 1024px) {
  .top__service__item__text {
    font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
  }
}

.top__service .c-btn-details-container {
  margin-top: 50px;
}

.top__works {
  background: #f6f6f6;
}

.top__works__inner {
  padding-top: 85px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 143px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .top__works__inner {
    width: 70%;
    padding-inline: 16px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .top__works__inner {
    width: 100%;
  }
}

.top__works__sns-wrap {
  margin-top: 40px;
}

.top__works__sns-list-title {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .top__works__sns-list-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .top__works__sns-list-title {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}

.top__works__sns__list {
  margin-top: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767.98px) {
  .top__works__sns__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.top__works__sns-item {
  width: min(412px, 28.6111111111vw);
}
@media screen and (max-width: 767.98px) {
  .top__works__sns-item {
    width: 100%;
  }
}

.top__works__sns-item__img {
  width: 100%;
  aspect-ratio: 412/231;
  -o-object-fit: cover;
     object-fit: cover;
}

.top__works__sns-item-title {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 0.8125; /* 81.25% */
  margin-top: 24px;
}
@media screen and (max-width: 1023.98px) {
  .top__works__sns-item-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .top__works__sns-item-title {
    font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
  }
}

.top__works__sns-item__text {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625; /* 162.5% */
  margin-top: 24px;
}
@media screen and (max-width: 1023.98px) {
  .top__works__sns-item__text {
    line-height: 1.45;
  }
}

.top__works__sns-item__link-wrap {
  text-align: right;
  margin-top: 13px;
}

.top__works__sns-item__link {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 300;
  padding-right: 47px;
  position: relative;
}
@media screen and (max-width: 1023.98px) {
  .top__works__sns-item__link {
    font-size: 18px;
    padding-right: 34px;
  }
}
@media screen and (max-width: 767.98px) {
  .top__works__sns-item__link {
    font-size: 16px;
    padding-right: 30px;
  }
}
.top__works__sns-item__link::after {
  content: "";
  width: 100%;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -7px;
}

.top__works__other-wrap {
  margin-top: 67px;
  text-align: center;
}

.top__works__other__title {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .top__works__other__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .top__works__other__title {
    font-size: 18px;
  }
}

.top__works__other__list {
  margin-top: 50px;
  max-width: 967px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 32px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top__works__other__item {
  width: calc((100% - 64px) / 3);
  border: 1px solid #000;
  text-align: center;
  padding-top: 19.5px;
  padding-bottom: 18px;
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .top__works__other__item {
    width: calc((100% - 32px) / 2);
  }
}

.top__works__other-wrap .c-btn-details-container {
  margin-top: 50px;
}

.top__blog__inner {
  padding-top: 100px;
  padding-left: 70px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 150px;
}
@media screen and (max-width: 767.98px) {
  .top__blog__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}

.top-blog-swiper {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .top-blog-swiper {
    width: calc(100vw - 80px);
    margin-left: 80px;
  }
}
@media screen and (max-width: 480px) {
  .top-blog-swiper {
    width: calc(100vw - 30px);
    margin-left: 30px;
  }
}

.top-blog-swiper-slide {
  width: max(301px, 20.9027777778vw);
}

.top-blog-swiper-slide__thumbnail {
  aspect-ratio: 301/169;
}
.top-blog-swiper-slide__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-blog-swiper-slide__title {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.625; /* 162.5% */
  margin-top: 28px;
  text-align: justify;
}

.top-blog-swiper-slide__date {
  color: #000000;
  display: block;
  text-align: right;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.contact-inner {
  padding-top: 100px;
  padding-inline: min(180px, 12.5vw);
  padding-bottom: 103px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1023.98px) {
  .contact-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-inner {
    padding-inline: 15px;
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .contact-inner {
    width: 100%;
  }
}

.contact-form-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .contact-form-item-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.contact-form-item-wrap:not(:first-of-type) {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .contact-form-item-wrap:not(:first-of-type) {
    margin-top: 20px;
  }
}
.contact-form-item-wrap:nth-of-type(5) {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact-form-item-wrap:nth-of-type(5) label {
  margin-top: 10px;
}
.contact-form-item-wrap label {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .contact-form-item-wrap label {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form-item-wrap label {
    font-size: 16px;
  }
}
.contact-form-item-wrap .wpcf7-form-control-wrap {
  width: min(802px, 74.2592592593%);
}
@media screen and (max-width: 1280px) {
  .contact-form-item-wrap .wpcf7-form-control-wrap {
    width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form-item-wrap .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact-form-item-wrap input,
.contact-form-item-wrap textarea {
  width: 100%;
  border: 1px solid #707070; /* ボーダーを明示的に指定 */
  padding: 10px; /* 内側の余白を追加 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* paddingとborderをwidthに含める */
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023.98px) {
  .contact-form-item-wrap input,
  .contact-form-item-wrap textarea {
    font-size: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-form-item-wrap input,
  .contact-form-item-wrap textarea {
    font-size: 16px;
    padding: 10px;
  }
}
.contact-form-item-wrap textarea {
  min-height: 225px;
}

.required {
  color: #f00;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
}

.contact-privacy-policy {
  height: 210px;
  overflow-y: scroll;
  width: min(802px, 55.6944444444vw);
  border: 1px solid #707070; /* ボーダーを明示的に指定 */
  padding: 30px; /* 内側の余白を追加 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* paddingとborderをwidthに含める */
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  margin-left: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1280px) {
  .contact-privacy-policy {
    width: 60%;
  }
}
@media screen and (max-width: 767.98px) {
  .contact-privacy-policy {
    width: 100%;
    margin-top: 50px;
    padding-inline: 10px;
    padding-block: 19px;
  }
}

.contact-privacy-policy__text {
  font-size: 16px;
  font-weight: 300;
}
@media screen and (max-width: 767.98px) {
  .contact-privacy-policy__text {
    font-size: 12px;
  }
}

.contact-privacy-policy__list {
  margin-top: 1em;
}

.contact-privacy-policy__item-title {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .contact-privacy-policy__item-title {
    font-size: 12px;
  }
}

.c-btn-contact-wrap {
  text-align: center;
  margin-top: 55px;
}

.c-btn-contact {
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .c-btn-contact {
    width: 300px;
    padding-inline: 0;
  }
}

.wpcf7-spinner {
  display: block;
  margin-inline: auto;
}

.contents-sidebar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-top: 100px;
  padding-inline: min(150px, 10.4166666667vw);
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .contents-sidebar-wrapper {
    padding-inline: 80px;
  }
}
@media screen and (max-width: 1023.98px) {
  .contents-sidebar-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper {
    width: 70%;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 600px) {
  .contents-sidebar-wrapper {
    width: 100%;
  }
}

.archive {
  width: 68.0385288967%;
}
@media screen and (max-width: 1023.98px) {
  .archive {
    width: 100%;
  }
}
.archive img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 30px;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .archive-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-list-item:first-of-type {
  width: 100%;
}
.archive-list-item:first-of-type img {
  aspect-ratio: 777/436;
}
@media screen and (max-width: 767.98px) {
  .archive-list-item:first-of-type img {
    aspect-ratio: 343.5/229;
  }
}
.archive-list-item:first-of-type .archive-entry-category {
  margin-left: 41px;
}
@media screen and (max-width: 767.98px) {
  .archive-list-item:first-of-type .archive-entry-category {
    margin-left: 8px;
  }
}
.archive-list-item:not(:first-of-type) {
  width: calc((100% - 47px) / 2);
}
@media screen and (max-width: 767.98px) {
  .archive-list-item:not(:first-of-type) {
    width: 100%;
  }
}
.archive-list-item:not(:first-of-type) img {
  aspect-ratio: 365/205;
}
@media screen and (max-width: 767.98px) {
  .archive-list-item:not(:first-of-type) img {
    aspect-ratio: 343.5/229;
  }
}
.archive-list-item:not(:first-of-type) .archive-entry-category {
  margin-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .archive-list-item:not(:first-of-type) .archive-entry-category {
    margin-left: 8px;
  }
}

.archive-list-text-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

.archive-entry-published {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.archive-entry-category {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.pagination {
  margin-top: 40px;
  color: #000000;
  font-family: Akshar, sans-serif;
  font-size: 35px;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 96px;
}
.pagination .page-numbers {
  width: 48px;
  height: 48px;
  border: 1px solid #1d1d1d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #000000;
}
@media screen and (max-width: 767.98px) {
  .pagination .page-numbers {
    width: 32px;
    height: 32px;
    font-size: 24px;
  }
}

.blog-archive-pagination-sp {
  display: none;
}
@media screen and (max-width: 1023.98px) {
  .blog-archive-pagination-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1023.98px) {
  .blog-archive-pagination-pc {
    display: none;
  }
}

.archive-works-inner {
  padding-top: 99px;
  padding-inline: min(150px, 10.4166666667vw);
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .archive-works-inner {
    width: 70%;
    padding-inline: 15px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .archive-works-inner {
    width: 100%;
  }
}

.p-works-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
  row-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .p-works-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-works-tab {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}

.p-works-tab__item a {
  color: #1d1d1d;
  font-family: Akshar, sans-serif;
  font-size: 30px;
  font-weight: 600;
}

.archive-works-list {
  margin-top: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 33px;
     -moz-column-gap: 33px;
          column-gap: 33px;
  row-gap: 0;
}
@media screen and (max-width: 1023.98px) {
  .archive-works-list {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .archive-works-list {
    row-gap: 18px;
    margin-top: 30px;
  }
}

.archive-works-list-item {
  width: calc((100% - 33px) / 2);
}
@media screen and (max-width: 767.98px) {
  .archive-works-list-item {
    width: 100%;
  }
}

.archive-works-list-img-container {
  aspect-ratio: 554/311;
}
.archive-works-list-img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-works-list-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-works-list-genre,
.archive-works-list-company-name {
  color: #000000;
  font-family: Akshar, sans-serif;
  font-size: 20px;
  font-weight: 600;
  min-height: 30px;
}

.about-inner {
  padding-top: 100px;
  padding-inline: min(148px, 10.2777777778vw);
  padding-bottom: 99px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .about-inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .about-inner {
    width: 70%;
    padding-inline: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .about-inner {
    width: 100%;
  }
}

.about__philosophy,
.about__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(144px, 7.7027027027vw);
}
@media screen and (max-width: 1280px) {
  .about__philosophy,
  .about__message {
    gap: 36px;
  }
}
@media screen and (max-width: 1023.98px) {
  .about__philosophy,
  .about__message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.about__philosophy .heading-no-bar-text-l,
.about__message .heading-no-bar-text-l {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  font-weight: 600;
}
.about__philosophy .heading-no-bar-text-s,
.about__message .heading-no-bar-text-s {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.about__philosophy__text-l,
.about__message__text-l {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .about__philosophy__text-l,
  .about__message__text-l {
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .about__philosophy__text-l,
  .about__message__text-l {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}

.about__philosophy__text-s,
.about__message__text-s {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625; /* 162.5% */
}
@media screen and (max-width: 1024px) {
  .about__philosophy__text-s,
  .about__message__text-s {
    font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
  }
}

.about__philosophy__img,
.about__message__img {
  width: min(476px, 33.0555555556vw);
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023.98px) {
  .about__philosophy__img,
  .about__message__img {
    width: 100%;
  }
}

.about__philosophy {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.about__philosophy__text-l {
  margin-top: 50px;
}

.about__philosophy__text-s {
  margin-top: 18px;
}

.about__message {
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__message__text-s {
  margin-top: 40px;
}
.about__message__text-s + .about__message__text-s {
  margin-top: 0.5em;
}

.service-inner {
  padding-top: 99px;
  padding-left: 147px;
  padding-right: 149px;
  padding-bottom: 100px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1280px) {
  .service-inner {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .service-inner {
    width: 70%;
    padding-inline: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .service-inner {
    width: 100%;
  }
}

.service__title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 40px;
  font-weight: 600;
}

.service__list {
  margin-top: 85px;
}

.service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 132px;
}
@media screen and (max-width: 1280px) {
  .service__item {
    gap: 36px;
  }
}
@media screen and (max-width: 1023.98px) {
  .service__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.service__item:not(:first-of-type) {
  margin-top: 60px;
}

.service__item__text-title, .service__other__tag-contents__title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 600;
  font-size: clamp(1.5rem, 1.023rem + 2.04vw, 2rem);
}

.service__item__text-body, .service__other__tag-contents__text-body {
  margin-top: 38px;
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  line-height: 1.62; /* 162.5% */
  font-size: clamp(1rem, 0.856rem + 0.62vw, 1.25rem);
}

.service__item__img {
  width: 39.8601398601%;
  aspect-ratio: 456/256;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023.98px) {
  .service__item__img {
    width: 100%;
  }
}

.service__other__title {
  margin-top: 80px;
  text-align: center;
}
.service__other__tag-btn-wrap-list {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px min(120px, 8.3333333333vw);
}
@media screen and (max-width: 1280px) {
  .service__other__tag-btn-wrap-list {
    gap: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .service__other__tag-btn-wrap-list {
    gap: 40px;
  }
}
@media screen and (max-width: 900px) {
  .service__other__tag-btn-wrap-list {
    gap: 28px;
  }
}
@media screen and (max-width: 767.98px) {
  .service__other__tag-btn-wrap-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .service__other__tag-btn-wrap-list {
    gap: 24px;
  }
}
.service__other__tag-btn-li {
  width: 100%;
}
.service__other__tag-btn {
  background-color: #fff;
  border: 1px solid #000000;
  padding-top: 19.5px;
  padding-bottom: 20px;
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  width: 100%;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.service__other__tag-btn.is-active {
  background-color: #1d1d1d;
  color: #fff;
}
.service__other__tag-contents-list {
  margin-top: 60px;
}
.service__other__tag-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .service__other__tag-contents-item {
    gap: 36px;
  }
}
@media screen and (max-width: 1023.98px) {
  .service__other__tag-contents-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.service__other__tag-contents__img {
  width: 39.8601398601%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1023.98px) {
  .service__other__tag-contents__img {
    width: 100%;
  }
}

.single-contents-sidebar-wrapper {
  padding-top: 132px;
  padding-inline: min(100px, 6.9444444444vw);
  padding-bottom: 100px;
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 100px;
}
@media screen and (max-width: 1280px) {
  .single-contents-sidebar-wrapper {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 1023.98px) {
  .single-contents-sidebar-wrapper {
    padding-inline: 15px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .single-contents-sidebar-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
    width: 70%;
    gap: 80px;
  }
}
@media screen and (max-width: 600px) {
  .single-contents-sidebar-wrapper {
    width: 100%;
  }
}

.single-main {
  width: min(816px, 65.8064516129%);
}
@media screen and (max-width: 767.98px) {
  .single-main {
    width: 100%;
  }
}

.p-entry__title {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: clamp(1.5rem, 0.929rem + 1.19vw, 2rem);
  font-weight: 700;
  line-height: 1.3125; /* 131.25% */
}
@media screen and (max-width: 767.98px) {
  .p-entry__title {
    font-size: clamp(1.25rem, 1.011rem + 1.02vw, 1.5rem);
  }
}

.p-entry__meta {
  margin-top: 20px;
}

.p-entry__published,
.p-entry__cat {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 15.753px;
  font-weight: 400;
}

.p-entry__eyecatch {
  margin-top: 10px;
  aspect-ratio: 816/458;
}
.p-entry__eyecatch img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-entry__content {
  margin-top: 100px;
  color: #000000;
  font-family: Helvetica, sans-serif;
}
.p-entry__content p {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25; /* 125% */
}

.p-single__content p {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-single__content p {
    font-size: 12px;
  }
}
.p-single__content p + p {
  margin-top: 1em;
}
.p-single__content * + .wp-block-image {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-single__content * + .wp-block-image {
    margin-top: 25px;
  }
}
.p-single__content * + h2,
.p-single__content * + h3,
.p-single__content * + h4 {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-single__content * + h2,
  .p-single__content * + h3,
  .p-single__content * + h4 {
    margin-top: 25px;
  }
}
.p-single__content h2 + p,
.p-single__content h3 + p,
.p-single__content h4 + p,
.p-single__content .wp-block-image + p {
  margin-top: 16px;
}
.p-single__content h2 {
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-single__content h2 {
    font-size: 24px;
  }
}
.p-single__content h3 {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-single__content h3 {
    font-size: 20px;
  }
}
.p-single__content h4 {
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-single__content h4 {
    font-size: 16px;
  }
}

.p-single__btn-wrap {
  margin-top: 64px;
  text-align: center;
}

.single-works {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .single-works {
    margin-top: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
  }
}
.single-works .heading-bar-text-l {
  color: #000000;
}

.single-works-inner {
  padding-top: 132px;
  padding-inline: min(100px, 6.9444444444vw);
  padding-bottom: 108px;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1023.98px) {
  .single-works-inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-inline: 15px;
    max-width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .single-works-inner {
    max-width: none;
    width: 100%;
  }
}

.works-single__contents-head {
  margin-top: min(100px, 6.9444444444vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 88px;
  gap: min(88px, 6.1111111111vw);
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-head {
    margin-top: 60px;
    gap: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .works-single__contents-head {
    gap: 30px;
  }
}

.single-works-thumbnail-container {
  aspect-ratio: 551/501;
  width: 44.4713478612%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 1023.98px) {
  .single-works-thumbnail-container {
    width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .single-works-thumbnail-container {
    width: 100%;
  }
}
.single-works-thumbnail-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-single__contents-info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.works-single__contents-info__genre,
.works-single__contents-info__company-name,
.works-single__contents-info__tags,
.works-single__contents-info__url {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 27px;
  gap: min(27px, 1.875vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-info__genre,
  .works-single__contents-info__company-name,
  .works-single__contents-info__tags,
  .works-single__contents-info__url {
    gap: 20px;
  }
}

.works-single__contents-info__genre {
  padding-top: 24px;
  padding-bottom: 27px;
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-info__genre {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.works-single__contents-info__genre__title,
.works-single__contents-info__company-name__title,
.works-single__contents-info__tags__title,
.works-single__contents-info__url__title {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  min-width: 80px;
}
@media screen and (max-width: 767.98px) {
  .works-single__contents-info__genre__title,
  .works-single__contents-info__company-name__title,
  .works-single__contents-info__tags__title,
  .works-single__contents-info__url__title {
    font-size: 18px;
  }
}

.works-single__contents-info__genre__value,
.works-single__contents-info__company-name__value {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: clamp(1.5rem, 0.269rem + 1.92vw, 2rem);
  font-weight: 700;
  line-height: 0.8125; /* 81.25% */
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-info__genre__value,
  .works-single__contents-info__company-name__value {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .works-single__contents-info__genre__value,
  .works-single__contents-info__company-name__value {
    font-size: 24px;
  }
}

.works-single__contents-info__company-name {
  padding-top: 30px;
  padding-bottom: 21px;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-info__company-name {
    padding-top: 24px;
    padding-bottom: 20px;
  }
}

.works-single__contents-info__tags {
  padding-top: 25px;
  padding-bottom: 26px;
  border-top: 1px solid #000000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-info__tags {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.works-single__contents-info__tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-column-gap: min(30px, 2.0833333333vw);
     -moz-column-gap: min(30px, 2.0833333333vw);
          column-gap: min(30px, 2.0833333333vw);
  row-gap: 13px;
}

.works-tag {
  color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: 600;
  border-radius: 100px;
  background: #d1d1d1;
  padding-block: 5px;
  padding-inline: 10px;
}

.works-single__contents-info__url {
  padding-top: 24px;
  border-top: 1px solid #000000;
}
@media screen and (max-width: 1023.98px) {
  .works-single__contents-info__url {
    padding-top: 20px;
  }
}

.works-single__contents-info__url__link {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.625; /* 162.5% */
  cursor: pointer;
}

.entry-content-wrap {
  margin-top: 52px;
}

.entry-point {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 32px;
  font-weight: 700;
  position: relative;
}
.entry-point::after {
  content: "";
  height: 1px;
  width: calc(100% - 4em);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
}

.entry-content {
  margin-top: 30px;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.62; /* 162.5% */
}
.entry-content p + p {
  margin-top: 1em;
}

.p-single-works__btn-wrap {
  margin-top: 64px;
  text-align: center;
}

.contents-sidebar-wrapper-archive .l-sidebar {
  width: 29.1593695271%;
}
@media screen and (max-width: 1023.98px) {
  .contents-sidebar-wrapper-archive .l-sidebar {
    width: 100%;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 30px;
    -webkit-column-gap: 47px;
       -moz-column-gap: 47px;
            column-gap: 47px;
  }
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .l-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1023.98px) {
  .contents-sidebar-wrapper-archive .p-pickup {
    width: calc((100% - 47px) / 2);
  }
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .p-pickup {
    width: 100%;
  }
}
.contents-sidebar-wrapper-archive .p-pickup__title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .p-pickup__title {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}
.contents-sidebar-wrapper-archive .p-pickup__list {
  margin-top: 31px;
}
.contents-sidebar-wrapper-archive .p-pickup__item:not(:first-of-type) {
  margin-top: 28px;
}
.contents-sidebar-wrapper-archive .p-pickup__thumbnail {
  aspect-ratio: 333/187;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .p-pickup__thumbnail {
    aspect-ratio: 343.5/229;
  }
}
.contents-sidebar-wrapper-archive .p-pickup__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents-sidebar-wrapper-archive .p-pickup__item-title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2; /* 200% */
}
.contents-sidebar-wrapper-archive .popular-post-container {
  margin-top: 50px;
}
@media screen and (max-width: 1023.98px) {
  .contents-sidebar-wrapper-archive .popular-post-container {
    width: calc((100% - 47px) / 2);
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .popular-post-container {
    width: 100%;
  }
}
.contents-sidebar-wrapper-archive .popular-post-container h2 {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .popular-post-container h2 {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}
.contents-sidebar-wrapper-archive .popular-post-container ul {
  margin-top: 30px;
}
.contents-sidebar-wrapper-archive .popular-post-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contents-sidebar-wrapper-archive .popular-post-container li + li {
  margin-top: 28px;
}
.contents-sidebar-wrapper-archive .popular-post-container .wpp-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 333/187;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .contents-sidebar-wrapper-archive .popular-post-container .wpp-thumbnail {
    aspect-ratio: 343.5/229;
  }
}
.contents-sidebar-wrapper-archive .popular-post-container .wpp-post-title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2; /* 200% */
}

.single-contents-sidebar-wrapper .l-sidebar {
  width: 31.6129032258%;
}
@media screen and (max-width: 767.98px) {
  .single-contents-sidebar-wrapper .l-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}
.single-contents-sidebar-wrapper .p-pickup__title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .single-contents-sidebar-wrapper .p-pickup__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .single-contents-sidebar-wrapper .p-pickup__title {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}
.single-contents-sidebar-wrapper .p-pickup__list {
  margin-top: 31px;
}
.single-contents-sidebar-wrapper .p-pickup__item:not(:first-of-type) {
  margin-top: 28px;
}
.single-contents-sidebar-wrapper .p-pickup__thumbnail {
  aspect-ratio: 333/187;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .single-contents-sidebar-wrapper .p-pickup__thumbnail {
    aspect-ratio: 343.5/229;
  }
}
.single-contents-sidebar-wrapper .p-pickup__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-contents-sidebar-wrapper .p-pickup__item-title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2; /* 200% */
}
.single-contents-sidebar-wrapper .popular-post-container {
  margin-top: 50px;
}
.single-contents-sidebar-wrapper .popular-post-container h2 {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1023.98px) {
  .single-contents-sidebar-wrapper .popular-post-container h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .single-contents-sidebar-wrapper .popular-post-container h2 {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}
.single-contents-sidebar-wrapper .popular-post-container ul {
  margin-top: 30px;
}
.single-contents-sidebar-wrapper .popular-post-container li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-contents-sidebar-wrapper .popular-post-container .wpp-thumbnail {
  display: block;
  width: 100%;
  aspect-ratio: 333/187;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .single-contents-sidebar-wrapper .popular-post-container .wpp-thumbnail {
    aspect-ratio: 343.5/229;
  }
}
.single-contents-sidebar-wrapper .popular-post-container .wpp-post-title {
  color: #1d1d1d;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 2; /* 200% */
}

.c-btn-contact-s {
  color: #fff;
  background-color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-inline: 18.5px;
  height: 101%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-btn-contact-s:hover {
  color: #000000;
  background-color: #fff;
}

.c-btn-contact-l {
  color: #fff;
  background-color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-block: 20px;
  padding-inline: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
}
@media screen and (max-width: 767.98px) {
  .c-btn-contact-l {
    padding-inline: 40px;
    padding-block: 15px;
    font-size: 16px;
  }
}
.c-btn-contact-l:hover {
  color: #000000;
  background-color: #fff;
}

.c-btn-details-container {
  text-align: center;
}

.c-btn-details {
  color: #ffffff;
  background-color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-inline: 80px;
  border: 1px solid #000;
  display: inline-block;
}
.c-btn-details:hover {
  color: #000000;
  background-color: #ffffff;
}

.c-btn-contact {
  color: #ffffff;
  background-color: #000000;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 18px;
  padding-bottom: 20px;
  padding-inline: 121px;
  border: 1px solid #000;
  display: inline-block;
}
.c-btn-contact:hover {
  color: #000000;
  background-color: #ffffff;
}
.c-btn-contact._type02 {
  padding-inline: 10px;
  max-width: 300px;
  width: 100%;
}

.c-to-top {
  bottom: 40px;
  right: 20px;
  width: 52px;
  height: 52px;
  position: fixed;
}
@media screen and (max-width: 767.98px) {
  .c-to-top {
    bottom: 97px;
    right: 10px;
  }
}
.c-to-top {
  z-index: 20;
}
.c-to-top svg {
  width: 100%;
  height: 100%;
}

.c-heading-bar {
  margin: 0;
}

.heading-bar-text-l {
  color: #d6d6d6;
  font-family: Helvetica, sans-serif;
  font-size: clamp(2rem, 0.944rem + 4.51vw, 5rem);
  font-weight: 700;
  display: block;
}

.heading-bar-text-s-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(0.625rem, 0.449rem + 0.75vw, 1.125rem);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading-bar-bar {
  display: block;
  content: "";
  width: clamp(1.438rem, 0.843rem + 2.54vw, 3.125rem);
  height: 1px;
  background-color: #000000;
}

.heading-bar-text-s {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-weight: 700;
  white-space: pre;
}

.c-heading-no-bar, .c-fv-heading {
  margin: 0;
}

.heading-no-bar-text-l {
  color: #d6d6d6;
  font-family: Helvetica, sans-serif;
  font-size: clamp(2rem, 0.944rem + 4.51vw, 5rem);
  font-weight: 700;
  display: block;
}

.heading-no-bar-text-s {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  font-weight: 700;
}

.breadcrumb {
  padding-left: 100px;
  padding-right: 100px;
  padding-block: 10px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.breadcrumb span[typeof=ListItem] {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.breadcrumb span[typeof=ListItem]:last-of-type {
  overflow: hidden;
  min-width: 0;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1023.98px) {
  .breadcrumb {
    padding-left: 60px;
    padding-right: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }
}

.breadcrumb .bcn-separator {
  display: inline-block; /* widthとheightを有効にする */
  width: 8px; /* 三角形の幅 */
  height: 12px; /* 三角形の高さ */
  clip-path: polygon(0 0, 100% 50%, 0 100%); /* 右向き三角形 */
  background-color: #ffffff;
  margin: 0 0.5em; /* 左右の余白を調整 */
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb .bcn-separator {
    width: 7px;
    height: 10px;
  }
}

.mv-swiper {
  width: 100%;
  background: #f6f6f6;
  padding-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .mv-swiper {
    padding-top: 30px;
  }
}

.mv-swiper-wrapper {
  /* スライドの動きを一定速度（リニア）にする */
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.mv-swiper-slide__img {
  /* 親要素(.swiper-slide)の幅いっぱいに広がるようにする */
  width: 100%;
  /* 高さは幅に合わせて自動調整 */
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.fv-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 147px;
  aspect-ratio: 1440/260;
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .fv-wrap {
    aspect-ratio: 16/9;
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
  }
}

.fv-heading-text-l {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 50px;
  font-weight: 600;
  display: block;
  letter-spacing: 0.04em;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

.fv-heading-text-s {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-top: -3px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
}

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 0.5em));
            transform: translateX(calc(-50% - 0.5em));
  }
}

@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-50% - 0.5em));
            transform: translateX(calc(-50% - 0.5em));
  }
}
.top-page-mv {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1440/667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .top-page-mv {
    padding-left: 15px;
    padding-right: 15px;
    aspect-ratio: 375/717;
    margin-top: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
  }
}

.top-page-mv-title {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(2rem, 0.857rem + 2.38vw, 3rem);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .top-page-mv-title {
    font-size: 32px;
    line-height: 1.31; /* 131.25% */
  }
}

.top-page-mv-text {
  color: #ffffff;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(0.875rem, 0.446rem + 0.89vw, 1.25rem);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .top-page-mv-text {
    font-size: 14px;
  }
}

.top-page-mv-slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-animation: slide-in-left 20s linear infinite;
          animation: slide-in-left 20s linear infinite;
  white-space: nowrap;
  position: absolute;
  bottom: -0.15em;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.3);
  font-family: Helvetica, sans-serif;
  font-size: clamp(5rem, -0.5rem + 11.46vw, 9.813rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .top-page-mv-slide-text {
    font-size: 100px;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 100;
}

.header__inner {
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}
@media screen and (max-width: 767.98px) {
  .header__inner {
    height: clamp(3.125rem, 0.143rem + 12.72vw, 6.25rem);
    padding-right: 18px;
  }
}

.header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.header__logo-img {
  width: 96px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .header__logo-img {
    width: clamp(3rem, 0.137rem + 12.21vw, 6rem);
  }
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(41px, 2.8472222222vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* ボタンを中央揃えにするために残します */
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .header__nav {
    display: none;
  }
}

.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(45px, 3.125vw);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* liの中のaを垂直中央に配置 */
}
.header__list a {
  color: #000000;
  font-family: Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap; /* 画面幅が狭くなった時に改行されるのを防ぐ */
}

.drawer__icon {
  display: none;
  z-index: 102;
  top: 21px;
  right: 21px;
  width: 24px;
  height: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .drawer__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.drawer__icon.js-show .drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7px;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.drawer__icon.js-show .drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7px;
}

.drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 278px;
  height: 100vh;
  height: 100svh;
  background: #fff;
  overflow-y: scroll;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.drawer.js-show {
  translate: 0;
}

.drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 88px 40px;
  text-align: center;
}

.drawer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 32px;
  margin-bottom: 40px;
}
.drawer__list li a {
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  border-radius: 100vmax;
  color: #001a75;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.footer__head {
  background-image: url("../img/footer/footer__head-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 1440/310;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  padding-right: 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__head .heading-bar-text-l,
.footer__head .heading-bar-text-s {
  color: #ffffff;
}
.footer__head .heading-bar-bar {
  background-color: #ffffff;
}

.footer__head__arrow-img {
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  width: 85px;
  height: auto;
}
@media screen and (max-width: 1023.98px) {
  .footer__head__arrow-img {
    width: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .footer__head__arrow-img {
    width: clamp(2.5rem, 1.307rem + 5.09vw, 3.75rem);
  }
}

.footer__body {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .footer__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 50px;
    padding-inline: 15px;
    padding-bottom: 80px;
    width: 70%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .footer__body {
    width: 100%;
  }
}

.footer__body__left {
  padding-top: 85px;
  padding-left: 70px;
  padding-bottom: 58px;
}
@media screen and (max-width: 767.98px) {
  .footer__body__left {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
}

.footer__body__site-name {
  font-family: Akshar, sans-serif;
  font-size: 55px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .footer__body__site-name {
    text-align: center;
  }
}

.footer__body__address {
  margin-top: 14px;
}

.footer__body__address__postal {
  font-size: clamp(0.75rem, 0.179rem + 1.19vw, 1.25rem);
  font-family: Akshar, sans-serif;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .footer__body__address__postal {
    font-size: clamp(0.75rem, 0.273rem + 2.04vw, 1.25rem);
  }
}

.footer__body__address__address {
  font-size: clamp(0.75rem, 0.179rem + 1.19vw, 1.25rem);
  font-family: Akshar, sans-serif;
  font-weight: 600;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .footer__body__address__address {
    font-size: clamp(0.75rem, 0.273rem + 2.04vw, 1.25rem);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .footer__body__address__address {
    font-size: clamp(0.75rem, 0.273rem + 2.04vw, 1.25rem);
  }
}

.footer__body__address__mail {
  font-size: clamp(0.75rem, 0.179rem + 1.19vw, 1.25rem);
  font-family: Akshar, sans-serif;
  font-weight: 600;
  margin-top: 7px;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .footer__body__address__mail {
    font-size: clamp(0.75rem, 0.273rem + 2.04vw, 1.25rem);
  }
}

.footer__copy-pc {
  display: block;
  margin-top: 41px;
  font-family: Akshar, sans-serif;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .footer__copy-pc {
    display: none;
  }
}
.footer__copy-pc .footer__copy__privacy {
  font-family: Akshar, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration-color: #000000;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0px;
}

.footer__copy-sp {
  display: none;
  margin-top: 41px;
  font-family: Akshar, sans-serif;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .footer__copy-sp {
    display: block;
  }
}
.footer__copy-sp .footer__copy__privacy {
  font-family: Akshar, sans-serif;
  font-size: 10px;
  font-weight: 600;
  text-decoration-color: #000000;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0px;
}

.footer__body__right {
  padding-top: 102px;
  padding-right: 72px;
}
@media screen and (max-width: 767.98px) {
  .footer__body__right {
    padding-right: 0;
    padding-top: 30px;
  }
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__nav__list__item {
  position: relative;
  padding-inline: min(25px, 1.7361111111vw);
}
.footer__nav__list__item:not(:first-child):before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer__nav__list__item a {
  font-family: Akshar, sans-serif;
  font-size: clamp(1.5rem, 1.071rem + 0.89vw, 1.875rem);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .footer__nav__list__item a {
    font-size: clamp(1.5rem, 1.142rem + 1.53vw, 1.875rem);
  }
}

.footer__body__right__btn-wrap {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .footer__body__right__btn-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 24px;
  }
}

.footer-instagram-img {
  width: 70px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767.98px) {
  .footer-instagram-img {
    width: 55px;
  }
}

.u-separate {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.u-is-red {
  color: #f00;
}/*# sourceMappingURL=style.css.map */