@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# c-contact__button
------------------------*/
.c-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
  width: 290px;
  height: 55px;
  background: var(--body-font-color);
}
.c-contact__button span {
  padding-left: 30px;
  background: url(../../img/common/mail_ic.png) left center no-repeat;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
}
.c-tel .tel__num {
  font-size: var(--font-size-40);
  font-family: var(--font-secondary);
  letter-spacing: 0;
  padding-left: 40px;
}
.c-tel.color-white .tel__num {
  color: var(--color-white);
  background: url(../../img/common/tel_ic.png) left center no-repeat;
}
.c-tel.color-body-font .tel__num {
  font-size: var(--font-size-50);
  padding-left: 50px;
  background: url(../../img/common/contact-tel_ic.png) left center no-repeat;
  color: var(--body-font-color);
}
.c-tel.color-body-font .tel__text {
  filter: brightness(0);
}
.c-tel .tel__text {
  display: block;
}

/*
# c-worktime
------------------------*/
.c-worktime {
  font-size: var(--font-size-15);
  letter-spacing: 0;
}
.c-worktime.color-white .worktime__item-title {
  background: var(--color-white);
  color: var(--body-font-color);
  text-align: center;
}
.c-worktime.color-white .worktime__item-text {
  color: var(--color-white);
}
.c-worktime.color-body-font .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-worktime.color-body-font .worktime__item-title {
  background: var(--body-font-color);
  color: var(--color-white);
  padding: 0 5px;
}

/*
# c-about__box
------------------------*/
.c-about__box {
  width: 640px;
  margin: 75px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.c-about__box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 160px;
  background: var(--color-gray);
  inset: 0;
  margin: auto 0;
  z-index: -1;
}
.c-about__box-inner {
  padding: 40px 0;
  border-width: 4px;
  position: relative;
  z-index: 1;
}
.c-about__box-inner::before, .c-about__box-inner::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: repeating-linear-gradient(0deg, rgba(var(--body-font-color-rgb), 0.2), rgba(var(--body-font-color-rgb), 0.2) 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  background-color: transparent;
}
.c-about__box-inner::before {
  inset: 0 auto auto 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-about__box-inner::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  inset: auto 0 0 auto;
}
.c-about__box-title {
  font-size: var(--font-size-24);
  margin-bottom: 20px;
  text-align: center;
}
.c-about__box-button {
  width: 320px;
  margin: 0 auto;
}

/*
# c-contact
------------------------*/
.c-contact {
  position: relative;
  padding: 30px 60px 50px;
}
.c-contact::before, .c-contact::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  background-image: repeating-linear-gradient(0deg, rgba(var(--body-font-color-rgb), 0.2), rgba(var(--body-font-color-rgb), 0.2) 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  background-color: transparent;
}
.c-contact::before {
  inset: 0 auto auto 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.c-contact::after {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  inset: auto 0 0 auto;
}
.c-contact .c-contact__list {
  gap: 40px;
}
.c-contact .c-contact__item {
  width: 460px;
  position: relative;
  border: 1px solid #b9b9b9;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-contact .c-contact__item-title {
  position: absolute;
  inset: -22px 0 auto;
  font-size: var(--font-size-21);
  text-align: center;
}
.c-contact .c-contact__item-title span {
  padding: 0 25px;
  background: var(--color-gray-light);
}
.c-contact .c-contact__item .c-tel {
  text-align: center;
  margin-bottom: 10px;
}
.c-contact .c-contact__item .c-worktime {
  margin-bottom: 20px;
}
.c-contact .c-contact__item .c-contact__item-direct-text {
  font-size: var(--font-size-15);
  letter-spacing: 0;
}
.c-contact .c-contact__item .c-contact__item-direct-tel {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: var(--font-size-18);
}
.c-contact .c-contact__item .c-contact__item-direct-tel .contact__item-direct-tel-num {
  font-size: var(--font-size-28);
}
.c-contact .c-contact__item .c-contact__button {
  width: 360px;
  margin: 0 auto 15px;
  height: 65px;
}
.c-contact .c-contact__item .c-contact__button::before {
  border: none;
}
.c-contact .c-contact__item .c-contact__item-mail-text {
  line-height: 1.6;
}
.c-contact .c-contact__item .c-contact__item-mail-text strong {
  display: block;
  font-size: var(--font-size-21);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 14px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 10px;
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
  filter: brightness(0.2);
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 45px;
}

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

#g-map .map__title {
  text-align: center;
  margin-bottom: 10px;
  font-size: var(--font-size-24);
}
#g-map .map__title span {
  display: inline-block;
  padding-left: 25px;
}
#g-map .map__title span::before {
  left: 0;
  font-size: var(--font-size-18);
}
#g-map .map {
  height: 500px;
}

/*
# ▽の装飾
------------------------*/
.border-triangle {
  position: relative;
}
.border-triangle::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 1;
}

/*
# .com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 50px;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0;
}
.com-button::before {
  right: 4%;
  font-size: var(--font-size-14);
}
.com-button:hover {
  opacity: 1;
}
.com-button:hover::before {
  right: 2%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  line-height: 1.2;
  margin-bottom: 60px;
}
.section-title span {
  display: block;
}
.section-title .title-en {
  font-size: 8.2rem;
  font-family: var(--font-secondary);
  line-height: 1;
}
.section-title .title-ja {
  font-size: var(--font-size-21);
}
.section-title.border-text {
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.section-title.border-text .title-border {
  position: absolute;
  z-index: -1;
  inset: 0;
}

.title-label {
  background-image: repeating-linear-gradient(0deg, rgba(var(--body-font-color-rgb), 0.2), rgba(var(--body-font-color-rgb), 0.2) 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  background-color: transparent;
  position: relative;
  z-index: 2;
  margin-bottom: 80px;
}
.title-label .section-title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 75px;
}
.title-label .section-title.border-text {
  position: initial;
}
.title-label .section-title.border-text .title-border {
  z-index: 1;
}

.headline-title {
  width: 100%;
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-bold);
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 20px;
  line-height: 1.524;
}

.sub-title {
  text-align: center;
  font-size: var(--font-size-32);
  font-weight: var(--font-weight-bold);
  margin-bottom: 20px;
  letter-spacing: var(--body-letter-spacing);
}

.title-skew {
  text-align: center;
  position: relative;
  font-size: var(--font-size-20);
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.title-skew::before, .title-skew::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.title-skew::before {
  border-width: 0px 0px 30px 20px;
  border-color: transparent transparent var(--body-font-color) transparent;
  left: -20px;
}
.title-skew::after {
  border-width: 30px 20px 0px 0px;
  border-color: var(--body-font-color) transparent transparent transparent;
  right: -20px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 15px 1.04166% 0;
  position: fixed;
  z-index: 1001;
  width: 100%;
  top: 0;
  height: 150px;
}
#header .header__logo {
  line-height: 0;
}
#header .header__right {
  width: 785px;
}
#header .header__info {
  gap: 15px 20px;
}
#header .header__info .header__contact-button {
  border: 1px solid var(--color-white);
}
#header .header__info .header__contact-button::before {
  border-width: 0px 0px 14px 14px;
  border-color: transparent transparent var(--color-white) transparent;
  inset: auto 3px 3px auto;
}
#header .header__info .header__contact-button:hover::before {
  right: 0;
  bottom: 0;
}
#header .header__info .header__worktime {
  width: 80px;
  text-align: center;
}
#header .header__nav .nav-menu__list {
  gap: 10px 35px;
}
#header .header__nav .nav-menu__link {
  color: var(--color-white);
}
#header .header__nav .nav-menu__link small {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: var(--font-size-13);
}
#header .header__nav .nav-menu__link span {
  display: block;
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-bold);
}
#header .header__nav .nav-menu__item {
  padding: 15px 0;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) {
  position: relative;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0px 5px;
  border-color: var(--color-white) transparent transparent transparent;
  inset: auto auto 25px -15px;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu):hover {
  cursor: default;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu):hover .dropdown-menu__list {
  opacity: 1;
  visibility: visible;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) .dropdown-menu__list {
  width: 300px;
  position: absolute;
  inset: 80px auto auto 0;
  background: var(--body-font-color);
  padding: 15px 10px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  visibility: hidden;
  z-index: 1001;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) .dropdown-menu__item {
  border-bottom: 1px solid var(--color-white);
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) .dropdown-menu__item:first-child .dropdown-menu__link {
  padding-top: 0;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) .dropdown-menu__item:last-child {
  border-bottom: none;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) .dropdown-menu__item:last-child .dropdown-menu__link {
  padding-bottom: 0;
}
#header .header__nav .nav-menu__item:has(.dropdown-menu) .dropdown-menu__link {
  color: var(--color-white);
  display: block;
  padding: 15px 8px;
  font-size: var(--font-size-15);
  font-weight: var(--font-weight-bold);
}

/*==========================================
mv
===========================================*/
#top-mv {
  margin-top: 150px;
  height: clamp(544px, 42.4995vw, 820px);
  position: relative;
}
#top-mv .mv__inner {
  width: 78.125%;
  position: absolute;
  max-width: 1500px;
  inset: auto auto 17.6829% 0;
}
#top-mv .mv__catch {
  width: 52.3333%;
  font-size: clamp(4.5rem, 3.39vw, 6.5rem);
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-shadow: 2px 2px 0 var(--body-font-color);
  position: relative;
  padding: 0 0 3.5% 2%;
}
#top-mv .mv__catch::before, #top-mv .mv__catch::after {
  position: absolute;
  content: "";
  background: var(--color-white);
  left: 0;
}
#top-mv .mv__catch::before {
  width: 94.6496%;
  height: 1px;
  bottom: 0;
}
#top-mv .mv__catch::after {
  width: 95.5414%;
  height: 2px;
  bottom: 5px;
  transform: skewX(-55deg);
}
#top-mv .mv__catch small {
  font-size: clamp(3rem, 2.5vw, 4.8rem);
  display: block;
}
#top-mv .mv__catch strong {
  font-size: clamp(7rem, 5.25vw, 10rem);
  line-height: 1.15;
}
#top-mv .mv__catch strong.mv__catch-number {
  font-style: italic;
  font-size: clamp(7.7rem, 5.7vw, 11rem);
  letter-spacing: 0;
}
#top-mv .mv__campaign {
  width: 36%;
  border-width: 1px;
  border-color: rgba(var(--color-white-rgb), 0.5);
  padding: 3% 2.5% 5.555% 3%;
  text-shadow: 0 0 6px rgb(0, 0, 0);
  letter-spacing: 0;
}
#top-mv .mv__campaign-title {
  font-size: clamp(3rem, 2.3vw, 4.4rem);
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 3%;
}
#top-mv .mv__campaign-text {
  font-size: clamp(1.8rem, 1.47vw, 2.8rem);
  line-height: 1.6;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 55px 0 50px;
}
#footer .fixed__contact-button {
  position: fixed;
  inset: auto 0 150px auto;
  z-index: 1001;
  text-orientation: upright;
  writing-mode: vertical-rl;
  width: clamp(50px, 4.1666%, 80px);
  height: clamp(220px, 18.229vw, 350px);
  font-size: clamp(1.35rem, 1.04vw, 2rem);
  letter-spacing: var(--body-letter-spacing);
  background: url(../../img/common/side-btn_bg.png) center/cover no-repeat;
}
#footer .fixed__contact-button::before {
  border-width: 14px 0px 0px 14px;
  border-color: transparent transparent transparent var(--color-white);
  inset: auto auto 3px 3px;
}
#footer .fixed__contact-button span {
  padding: 25px 0 0;
  background-position: 50% 0;
}
#footer .fixed__contact-button:hover::before {
  left: 0;
  bottom: 0;
}
#footer .footer__logo {
  display: block;
  width: 238px;
  margin: 0 auto 55px;
}
#footer .footer__left {
  width: 375px;
}
#footer .footer__left .footer__info {
  gap: 15px;
  margin-bottom: 30px;
}
#footer .footer__left .footer__ofc-button {
  width: 270px;
  margin-top: 25px;
}
#footer .footer__right {
  width: 400px;
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 10px;
}
#footer .footer__right .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__right .footer__nav-link {
  color: var(--color-white);
  font-size: var(--font-size-14);
  display: block;
  letter-spacing: 0;
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: right;
  margin-top: 25px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 5%;
  right: 1%;
  z-index: 999;
  transition: all 0.3s;
}
.pagetop:hover {
  transform: scale(0.95);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 150px;
}
.lower-sv .sv__title {
  width: 720px;
  margin: 0 auto;
  padding: 34px 15px;
  text-align: center;
  letter-spacing: 0;
  font-size: var(--font-size-54);
  border-width: 1px;
  font-style: italic;
  text-shadow: 3px 3px var(--body-font-color);
  border-color: rgba(var(--color-white-rgb), 0.5);
  position: relative;
}
.lower-sv .sv__title::before, .lower-sv .sv__title::after {
  position: absolute;
  content: "";
  background: var(--color-white);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lower-sv .sv__title::before {
  width: 94.6496%;
  height: 1px;
  bottom: 15px;
}
.lower-sv .sv__title::after {
  width: 95.5414%;
  height: 2px;
  bottom: 19px;
  transform: skewX(-55deg);
}

#dtype-film-sv .sv__title {
  font-size: var(--font-size-42);
}

#gfilm-sv .sv__title {
  font-size: var(--font-size-50);
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  background: #222;
  padding: 85px 0;
}
#top-news .news__inbox {
  position: relative;
  height: 190px;
}
#top-news .news__title {
  text-align: left;
}
#top-news .news__post-list {
  width: 800px;
}
#top-news .news__post {
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 20px 10px;
}
#top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
#top-news .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post:last-child .news__post-link {
  padding-bottom: 0;
}
#top-news .news__post-date {
  width: 88px;
}
#top-news .news__post-tags {
  width: calc(100% - 88px);
  gap: 0 7px;
}
#top-news .news__post-tags .news__post-tag {
  position: relative;
  padding-left: 8px;
}
#top-news .news__post-tags .news__post-tag::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  margin: auto 0;
  inset: 0 auto 0 0;
  background: var(--color-white);
}
#top-news .news__post-title {
  width: 100%;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  width: 210px;
  position: absolute;
  inset: auto auto 0 0;
}

/*
# top-works
------------------------*/
#top-works {
  padding: 65px 0 70px;
  background: url(../../img/top/works-btm_bg.jpg) bottom center/100% no-repeat;
}
#top-works .works__title {
  margin-bottom: 50px;
}
#top-works .swiper-container {
  height: -moz-fit-content;
  height: fit-content;
}
#top-works .swiper-slide__img {
  width: 100%;
  height: 280px;
}
#top-works .swiper-button__wrap {
  position: absolute;
  inset: 0;
  height: 100%;
}
#top-works .swiper-button__wrap .swiper-button-prev,
#top-works .swiper-button__wrap .swiper-button-next {
  background-image: none;
  width: 40px;
  height: 40px;
}
#top-works .swiper-button__wrap .swiper-button-prev::before,
#top-works .swiper-button__wrap .swiper-button-next::before {
  width: 100%;
  height: 100%;
  background: var(--body-font-color);
  color: var(--color-white);
}
#top-works .swiper-button__wrap .swiper-button-prev:hover,
#top-works .swiper-button__wrap .swiper-button-next:hover {
  transform: scale(0.95);
}
#top-works .works__button {
  width: 520px;
  margin: 35px auto 0;
}

/*
# top-greeting
------------------------*/
#top-greeting {
  padding: 120px 0 130px;
  background: url(../../img/top/greeting-content_bg.jpg) left top 150px/50% 330px no-repeat, url(../../img/top/greeting-img_bg.png) right -10px top 200px/46.3541% 360px no-repeat;
}
#top-greeting .greeting__inbox {
  position: relative;
}
#top-greeting .greeting__title {
  text-align: left;
  margin-bottom: 25px;
}
#top-greeting .greeting__img {
  position: absolute;
  inset: auto 0 0 auto;
}
#top-greeting .greeting__content {
  width: 540px;
}
#top-greeting .greeting__content .greeting__text {
  line-height: 2.25;
}
#top-greeting .greeting__content .greeting__text.name {
  text-align: right;
  margin-top: 65px;
  font-size: var(--font-size-20);
}

/*
# top-coating
------------------------*/
#top-coating {
  padding: 35px 0 130px;
  background: url(../../img/top/coating-top_bg.jpg) top center/100% no-repeat;
}
#top-coating .coating__title {
  margin-bottom: 55px;
}
#top-coating .coating__list {
  gap: 45px 60px;
}
#top-coating .coating__card {
  width: 320px;
}
#top-coating .coating__card-img {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
#top-coating .coating__card-title {
  font-size: var(--font-size-20);
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
#top-coating .coating__card-text {
  margin-bottom: 10px;
  font-size: var(--font-size-15);
}
#top-coating .coating__card-target-title {
  width: 280px;
  margin: 0 auto 10px;
}
#top-coating .coating__card-target-text {
  font-size: var(--font-size-15);
  margin-bottom: 10px;
}

/*
# top-film
------------------------*/
#top-film {
  padding: 50px 0 70px;
  background: url(../../img/top/film-lt_bg.png) left top/50% no-repeat, url(../../img/top/film-rb_bg.png) right bottom/50% no-repeat, url(../../img/top/film_bg.jpg) center/cover no-repeat;
}
#top-film .film__title {
  margin-bottom: 70px;
}
#top-film .film__list {
  gap: 26.6666px;
}
#top-film .film__card {
  width: 250px;
}
#top-film .film__card--89130 .film__card-content {
  position: relative;
}
#top-film .film__card--89130 .film__card-content::before {
  position: absolute;
  content: "";
  width: 94px;
  height: 78px;
  background: url(../../img/top/film-guarantee_ic.png) center/100% no-repeat;
  inset: -65px 0 auto;
  margin: 0 auto;
}
#top-film .film__card-img {
  width: 100%;
  height: 360px;
}
#top-film .film__card-content {
  width: 230px;
  margin: -60px auto 0;
  position: relative;
  z-index: 1;
  padding: 15px;
  box-shadow: 0 0 8px rgba(var(--body-font-color-rgb), 0.1);
}
#top-film .film__card-title {
  text-align: center;
  font-size: var(--font-size-22);
  line-height: 1.308;
  margin-bottom: 15px;
}

/*
# top-sample
------------------------*/
#top-sample {
  padding: 130px 0 0;
  background: url(../../img/top/sample_bg.png) center/cover no-repeat;
}
#top-sample .sample__part {
  padding-bottom: 120px;
  margin-bottom: 115px;
  border-bottom: 1px solid var(--color-gray);
}
#top-sample .sample__part:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}
#top-sample .sample__part-headline {
  margin-bottom: 75px;
}
#top-sample .sample__part-title {
  border-left: 4px solid;
  padding-left: 25px;
  letter-spacing: 0;
}
#top-sample .sample__part-title .part-title-main {
  font-size: var(--font-size-34);
}
#top-sample .sample__part-title .part-title-sub {
  display: block;
  font-size: var(--font-size-21);
}
#top-sample .sample__part-type {
  width: 440px;
  text-align: center;
  padding: 15px;
  line-height: 1.6;
}
#top-sample .sample__list {
  gap: 26.6666px;
}
#top-sample .sample__part-item {
  width: 250px;
}
#top-sample .sample__part-item .sample__part-img {
  margin-bottom: 10px;
}
#top-sample .sample__part-item .sample__part-caption {
  font-size: var(--font-size-21);
  margin-bottom: 10px;
}
#top-sample .sample__part-item .sample__part-text {
  font-size: var(--font-size-15);
}
#top-sample .sample__attention {
  font-size: var(--font-size-20);
  margin-top: 70px;
}
#top-sample .sample__attach-img {
  width: 100%;
  height: 520px;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
}

/*
# top-price
------------------------*/
#top-price .price__bg {
  background: url(../../img/top/price_bg.jpg) center/cover no-repeat;
  padding: 110px 0 0;
}
#top-price .price__title {
  margin-bottom: 35px;
}
#top-price .price__table-wrap {
  padding: 75px 0 90px;
}
#top-price .price__table-wrap .price__table {
  border-collapse: collapse;
}
#top-price .price__table-wrap .price__table thead {
  background-image: repeating-linear-gradient(0deg, #515151, #515151 1px, transparent 1px, transparent);
  background-size: 2px 2px;
  background-color: var(--body-font-color);
}
#top-price .price__table-wrap .price__table thead th {
  text-align: center;
  padding: 20px 0;
  font-size: var(--font-size-28);
}
#top-price .price__table-wrap .price__table tbody tr th,
#top-price .price__table-wrap .price__table tbody tr td {
  vertical-align: middle;
  padding: 25px 10px;
  text-align: center;
  border: 1px solid var(--color-gray);
}
#top-price .price__table-wrap .price__table tbody tr th {
  width: 215px;
}
#top-price .price__table-wrap .price__table tbody tr th span {
  display: block;
  font-size: var(--font-size-20);
}
#top-price .price__table-wrap .price__table tbody tr th small {
  display: block;
  font-size: var(--font-size-14);
  text-align: left;
  margin-top: 10px;
}
#top-price .price__table-wrap .price__table tbody tr td {
  background: var(--color-white);
  width: 216px;
}
#top-price .price__table-wrap .price__table tbody tr td.price__car-illust .price__car-fig-caption {
  font-size: var(--font-size-20);
  margin-top: 10px;
}
#top-price .price__table-wrap .price__table tbody tr td.price__car-illust .price__car-fig-text {
  font-size: var(--font-size-15);
  margin-top: 10px;
}
#top-price .price__table-wrap .price__table tbody tr td.price__car-price {
  vertical-align: top;
  letter-spacing: 0;
}
#top-price .price__table-wrap .price__table tbody tr td .price__negate-text {
  color: #888;
  position: relative;
}
#top-price .price__table-wrap .price__table tbody tr td .price__negate-text::before, #top-price .price__table-wrap .price__table tbody tr td .price__negate-text::after {
  position: absolute;
  content: "";
  width: 85%;
  height: 1px;
  margin: 0 auto;
  background: #888;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top-price .price__table-wrap .price__table tbody tr td .price__negate-text::before {
  top: 40%;
}
#top-price .price__table-wrap .price__table tbody tr td .price__negate-text::after {
  bottom: 40%;
}
#top-price .price__table-wrap .price__table tbody tr td .price__off-per {
  font-size: var(--font-size-32);
}
#top-price .price__table-wrap .price__table tbody tr td .price__off-per span {
  position: relative;
  z-index: 1;
}
#top-price .price__table-wrap .price__table tbody tr td .price__off-per span::before, #top-price .price__table-wrap .price__table tbody tr td .price__off-per span::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
}
#top-price .price__table-wrap .price__table tbody tr td .price__off-per span::before {
  width: 100%;
  height: 4px;
  background: var(--color-ochre);
  bottom: 8px;
  z-index: -1;
}
#top-price .price__table-wrap .price__table tbody tr td .price__off-per span::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6.5px 0px 6.5px;
  border-color: var(--color-ochre) transparent transparent transparent;
  bottom: 2px;
}
#top-price .price__table-wrap .price__table tbody tr td .price__off-per small {
  font-size: var(--font-size-26);
}
#top-price .price__table-wrap .price__table tbody tr td .price__after span {
  font-size: var(--font-size-40);
}
#top-price .price__table-wrap .price__table tbody tr td .price__after small {
  font-size: var(--font-size-14);
  color: #888;
}
#top-price .price__table-wrap .price__table tbody tr td .price__attention-text {
  font-size: var(--font-size-14);
  margin-top: 15px;
  text-align: left;
}
#top-price .price__table-wrap .price__table-note {
  padding: 0 55px;
  margin-top: 30px;
}
#top-price .price__contact-wrap {
  background: url(../../img/top/price-contact_bg.jpg) center/cover no-repeat;
  padding: 60px 0;
}
#top-price .price__contact-title {
  text-align: center;
  margin-bottom: 45px;
  font-size: var(--font-size-28);
  line-height: 1.6;
}
#top-price .price__contact-title span {
  display: block;
  font-size: var(--font-size-21);
}

/*
# top-merit
------------------------*/
#top-merit {
  padding: 100px 0 150px;
  background: url(../../img/top/merit_bg.png) center/cover no-repeat;
}
#top-merit .merit__card {
  margin-bottom: 80px;
  padding: 40px 30px;
  position: relative;
}
#top-merit .merit__card:last-child {
  margin-bottom: 0;
}
#top-merit .merit__card-img {
  width: 360px;
  height: 340px;
  position: absolute;
  inset: 40px auto auto 30px;
  z-index: 1;
}
#top-merit .merit__card-img::before {
  position: absolute;
  content: "";
  width: 300px;
  height: 220px;
  background: var(--color-gray);
  inset: 0;
  margin: auto;
  z-index: -1;
}
#top-merit .merit__card-img .merit__img {
  width: 300px;
  height: 200px;
  position: absolute;
}
#top-merit .merit__card-img .merit__img-front {
  inset: 0 auto auto 0;
  z-index: 1;
}
#top-merit .merit__card-img .merit__img-back {
  inset: auto 0 0 auto;
  z-index: -1;
}
#top-merit .merit__card-content {
  width: 630px;
  margin-left: auto;
  min-height: 340px;
}
#top-merit .merit__card-content .merit__item-button {
  width: 350px;
  height: 70px;
}
#top-merit .merit__card-title {
  font-size: var(--font-size-26);
  border-bottom: 2px solid;
  margin-bottom: 30px;
  padding: 10px 0 10px 80px;
  z-index: 1;
  line-height: 1.6;
  background: var(--color-white);
}
#top-merit .merit__card-title small {
  font-size: var(--font-size-24);
  display: block;
}
#top-merit .merit__card-title::before {
  position: absolute;
  inset: 15px auto auto 5px;
  font-size: var(--font-size-52);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-regular);
  line-height: 0.8;
  mix-blend-mode: difference;
  color: var(--color-white);
  letter-spacing: 0;
}
#top-merit .merit__card-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0px 0px;
  border-color: var(--color-white) transparent transparent transparent;
  inset: 0 auto auto 0;
  z-index: -1;
  mix-blend-mode: difference;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 75px 0 90px;
  background: url(../../img/top/about_bg.jpg) center/cover no-repeat;
}
#top-about .about__title {
  text-align: center;
  font-size: var(--font-size-32);
  margin-bottom: 50px;
}
#top-about .about__content .about__text {
  letter-spacing: 0;
}
#top-about .about__content-list-wrap {
  width: 820px;
  margin: 0 auto 40px;
  border-width: 1px;
  padding: 25px 15px 25px 35px;
  border-color: rgba(var(--body-font-color-rgb), 0.3);
  position: relative;
}
#top-about .about__content-list-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 3px -5px auto auto;
  border: 1px solid rgba(var(--body-font-color-rgb), 0.3);
}
#top-about .about__content-list-wrap .about__content-list .about__content-item {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
#top-about .about__content-list-wrap .about__content-list .about__content-item:last-child {
  margin-bottom: 0;
}
#top-about .about__content-list-wrap .about__content-list .about__content-item::before {
  position: absolute;
  content: "・";
  inset: 0 auto auto 0;
}

/*
# top-traffic
------------------------*/
#top-traffic {
  padding: 40px 0 0;
  position: relative;
}
#top-traffic .traffic__table {
  width: 680px;
  margin-left: auto;
  padding: 20px 40px;
}
#top-traffic .traffic__img {
  position: absolute;
  inset: 266px auto auto 0;
  width: 41.666%;
  text-align: right;
}
#top-traffic #g-map {
  margin-top: 65px;
}

/*
# top-contact
------------------------*/
#top-contact {
  padding: 60px 0;
  background: url(../../img/top/contact_bg.jpg) center/cover no-repeat;
}
#top-contact .contact__title {
  margin-bottom: 0;
}
#top-contact .contact__text {
  margin-bottom: 50px;
}

/*==========================================
blog
===========================================*/
/*
# blog-archive
------------------------*/
#blog-archive .blog__title {
  margin-bottom: 75px;
}
#blog-archive .works__button {
  width: 400px;
  margin: 0 0 55px auto;
  height: 70px;
}
#blog-archive .blog__categories {
  width: 230px;
}
#blog-archive .blog__categories-title {
  width: 190px;
  margin: 0 auto 15px;
}
#blog-archive .blog__categories-item {
  border-bottom: 1px solid var(--color-gray);
}
#blog-archive .blog__categories-item:last-child {
  border-bottom: none;
}
#blog-archive .blog__categories-link {
  padding: 10px;
  display: block;
  font-size: var(--font-size-15);
}
#blog-archive .blog__categories-link.current {
  position: relative;
  padding-left: 18px;
}
#blog-archive .blog__categories-link.current::before {
  position: absolute;
  content: "・";
  inset: 11px auto auto 0;
}
#blog-archive .blog__categories-link.current:hover {
  transform: translateX(0px);
}
#blog-archive .blog__categories-link:hover {
  transform: translateX(10px);
  text-decoration: underline;
}
#blog-archive .blog__list {
  width: 820px;
  gap: 40px 20px;
}
#blog-archive .blog__list .blog__card {
  width: 260px;
}
#blog-archive .blog__list .blog__card-link {
  display: block;
}
#blog-archive .blog__list .blog__card-link:hover .blog__card-content {
  background: var(--color-gray-light);
}
#blog-archive .blog__list .blog__card-img {
  width: 100%;
  height: 210px;
}
#blog-archive .blog__list .blog__card-content {
  padding: 15px;
  transition: all 0.3s;
}
#blog-archive .blog__list .blog__card-title {
  font-size: var(--font-size-18);
  line-height: 1.524;
  margin-top: 8px;
}

.blog__card-date {
  font-size: var(--font-size-14);
  padding: 1px 5px;
}

.blog__card-tags {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-14);
  line-height: 1.5;
}
.blog__card-tags .blog__card-tag:not(:first-child)::before {
  content: "/";
  padding: 0 4px;
}

/*
# blog-single
------------------------*/
#blog-single .inbox {
  width: 950px;
  margin: 0 auto;
}
#blog-single .blog__headline {
  gap: 10px;
}

/*==========================================
gnagare
===========================================*/
/*
# gnagare-flow
------------------------*/
#gnagare-flow {
  padding-top: 75px;
}
#gnagare-flow .flow__text {
  margin-bottom: 80px;
}
#gnagare-flow .flow__item-wrap {
  margin-bottom: 90px;
  position: relative;
}
#gnagare-flow .flow__item-wrap::after {
  position: absolute;
  content: "";
  width: 555px;
  height: 1px;
  inset: auto 0 -40px;
  margin: 0 auto;
  background: #b9b9b9;
}
#gnagare-flow .flow__item-wrap .flow__item {
  width: 525px;
  margin-bottom: 0;
}
#gnagare-flow .flow__item-wrap .flow__item::before {
  opacity: 0;
}
#gnagare-flow .flow__item-wrap .flow__item::after {
  opacity: 1;
  height: 40px;
}
#gnagare-flow .flow__item {
  margin-bottom: 50px;
  padding: 15px;
  position: relative;
}
#gnagare-flow .flow__item:last-child {
  margin-bottom: 0;
}
#gnagare-flow .flow__item::before, #gnagare-flow .flow__item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 50px;
  background: #b9b9b9;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#gnagare-flow .flow__item::before {
  top: -50px;
}
#gnagare-flow .flow__item::after {
  opacity: 0;
  bottom: -40px;
}
#gnagare-flow .flow__item-title {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-26);
  padding: 20px 0 20px 80px;
  background: var(--color-white);
}
#gnagare-flow .flow__item-title-num {
  position: absolute;
  inset: 10px auto auto 5px;
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-regular);
  line-height: 0.8;
  mix-blend-mode: difference;
  color: var(--color-white);
  letter-spacing: 0;
}
#gnagare-flow .flow__item-title-num em {
  font-size: var(--font-size-52);
  display: block;
}
#gnagare-flow .flow__item-title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 55px 0px 0px;
  border-color: var(--color-white) transparent transparent transparent;
  inset: 0 auto auto 0;
  z-index: -1;
  mix-blend-mode: difference;
}
#gnagare-flow .flow__item-text {
  margin-bottom: 20px;
}
#gnagare-flow .flow__item .c-tel {
  text-align: center;
  margin-bottom: 10px;
}
#gnagare-flow .flow__item .c-worktime {
  margin-bottom: 20px;
}
#gnagare-flow .flow__item .c-contact__item-direct-text {
  font-size: var(--font-size-15);
  letter-spacing: 0;
}
#gnagare-flow .flow__item .c-contact__item-direct-tel {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
  font-size: var(--font-size-18);
}
#gnagare-flow .flow__item .c-contact__item-direct-tel .contact__item-direct-tel-num {
  font-size: var(--font-size-28);
}
#gnagare-flow .flow__item .c-contact__button {
  width: 360px;
  margin: 0 auto 15px;
  height: 65px;
}
#gnagare-flow .flow__item .c-contact__button::before {
  border: none;
}
#gnagare-flow .flow__item .c-contact__item-mail-text {
  line-height: 1.6;
}
#gnagare-flow .flow__item .c-contact__item-mail-text strong {
  display: block;
  font-size: var(--font-size-21);
}

/*
# gnagare-service
------------------------*/
#gnagare-service .service__card {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #b9b9b9;
}
#gnagare-service .service__card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#gnagare-service .service__card-img {
  width: 320px;
  height: 230px;
  position: absolute;
  inset: 0 auto auto 0;
}
#gnagare-service .service__card-title {
  text-align: left;
  font-size: var(--font-size-28);
}
#gnagare-service .service__card-content {
  width: 725px;
  margin-left: auto;
  min-height: 230px;
}

/*==========================================
service
===========================================*/
/*
# service-overtime
------------------------*/
#service-overtime .overtime__text {
  margin-bottom: 75px;
}
#service-overtime .overtime__subtitle {
  width: 970px;
  margin: 0 auto 45px;
  font-size: var(--font-size-32);
  height: 55px;
}
#service-overtime .overtime__subtitle::before {
  border-width: 0px 0px 55px 55px;
  left: -55px;
}
#service-overtime .overtime__subtitle::after {
  border-width: 55px 55px 0px 0px;
  right: -55px;
}
#service-overtime .overtime__item {
  padding: 35px 15px;
  position: relative;
  margin-bottom: 60px;
}
#service-overtime .overtime__item:last-child {
  margin-bottom: 0;
}
#service-overtime .overtime__item-img {
  width: 350px;
  height: 230px;
  position: absolute;
  inset: 35px auto auto 15px;
}
#service-overtime .overtime__item-title {
  font-size: var(--font-size-28);
}
#service-overtime .overtime__item-content {
  width: 650px;
  margin-left: auto;
  min-height: 230px;
}
#service-overtime .overtime__item-button {
  width: 380px;
  margin-top: 45px;
}

/*==========================================
car-coating
===========================================*/
#coating-archive .coating__post .coating__title .title-ja {
  max-width: 930px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-32);
}
#coating-archive .coating__post {
  margin-bottom: 125px;
}
#coating-archive .coating__about {
  width: 920px;
}
#coating-archive .coating__about::after {
  position: absolute;
  content: "";
  width: 380px;
  height: 270px;
  background: url(../../img/car-coating/coating-box_img.png) center/100% no-repeat;
  inset: -15px -45px 0 auto;
  z-index: 100;
}
#coating-archive .coating__about-inner {
  padding: 40px 30px;
}
#coating-archive .coating__about-title {
  text-align: left;
}
#coating-archive .coating__about-button {
  width: 520px;
  margin: 0 auto 0 0;
}

/*==========================================
dtype-film
===========================================*/
/*
# dtype-film-characteristics
------------------------*/
#dtype-film-characteristics .characteristics__part {
  margin-bottom: 70px;
}
#dtype-film-characteristics .characteristics__part:last-child {
  margin-bottom: 0;
}
#dtype-film-characteristics .chara__part-title {
  width: 970px;
  margin: 0 auto 30px;
  height: 55px;
  font-size: var(--font-size-32);
}
#dtype-film-characteristics .chara__part-title::before {
  border-width: 0px 0px 55px 55px;
  left: -55px;
}
#dtype-film-characteristics .chara__part-title::after {
  border-width: 55px 55px 0px 0px;
  right: -55px;
}
#dtype-film-characteristics .characteristics__part.chara__part-intro .chara__part-intro-imgs {
  margin-bottom: 35px;
}
#dtype-film-characteristics .characteristics__part.chara__part-experiment .chara__part-experiment-text {
  margin-bottom: 40px;
}
#dtype-film-characteristics .characteristics__part.chara__part-experiment .chara__part-experiment-list {
  gap: 30px;
}
#dtype-film-characteristics .characteristics__part.chara__part-experiment .chara__part-experiment-list .chara__part-experiment-card {
  width: 340px;
}
#dtype-film-characteristics .characteristics__part.chara__part-experiment .chara__part-experiment-list .chara__part-experiment-card:not(:last-child)::before {
  position: absolute;
  inset: 110px -30px auto auto;
  font-size: var(--font-size-30);
}
#dtype-film-characteristics .characteristics__part.chara__part-experiment .chara__part-experiment-list .chara__part-experiment-card .chara__part-experiment-figure-caption {
  text-align: center;
  font-size: var(--font-size-21);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 10px;
  padding: 10px 0;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__part-data-imgs {
  margin-bottom: 35px;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__part-data-imgs .chara__part-data-img {
  width: 520px;
  text-align: center;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__part-data-imgs .chara__part-data-img .chara__part-data-img-caption {
  margin-top: 10px;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__about {
  width: 930px;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__about-inner {
  padding: 40px;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__about-text {
  margin-bottom: 20px;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__about-text:last-child {
  margin-bottom: 0;
}
#dtype-film-characteristics .characteristics__part.chara__part-data .chara__about-text span {
  display: block;
}
#dtype-film-characteristics .characteristics__part.chara__part-film .chara__part-film-list {
  row-gap: 55px;
}
#dtype-film-characteristics .characteristics__part.chara__part-film .chara__part-film-list .chara__part-film-card {
  width: 520px;
}
#dtype-film-characteristics .characteristics__part.chara__part-film .chara__part-film-list .chara__part-film-card .chara__part-film-imgs {
  overflow-x: scroll;
  white-space: nowrap;
}
#dtype-film-characteristics .characteristics__part.chara__part-film .chara__part-film-list .chara__part-film-card .chara__part-film-imgs .chara__part-film-img {
  display: inline-block;
  width: 100%;
  height: 320px;
  margin-right: 15px;
}
#dtype-film-characteristics .characteristics__part.chara__part-film .chara__part-film-list .chara__part-film-card .chara__part-film-imgs .chara__part-film-img:last-child {
  margin-right: 0;
}
#dtype-film-characteristics .characteristics__part.chara__part-film .chara__part-film-list .chara__part-film-card .chara__part-film-figure-caption {
  text-align: center;
  font-size: var(--font-size-21);
  border-bottom: 1px solid var(--color-gray);
  margin-bottom: 10px;
  padding: 10px 0;
}

/*==========================================
gfilm
===========================================*/
#gfilm-archive .gfilm__post .gfilm__title .title-ja {
  max-width: 930px;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-32);
}
#gfilm-archive .gfilm__post {
  margin-bottom: 125px;
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form-text {
  margin-bottom: 45px;
}
#contact .bg-color-body-font {
  padding: 20px;
  font-size: var(--font-size-20);
  margin-bottom: 25px;
}
#contact .contact__form-date-item {
  margin-bottom: 25px;
}
#contact .contact__form-date-item:last-child {
  margin-bottom: 0;
}
#contact .contact__form-input-notes {
  margin-top: 15px;
  font-size: var(--font-size-15);
}
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 2% 0 2% 3%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/