@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-tel
------------------------*/
.c-tel {
  line-height: 1;
}
.c-tel .tel__num {
  font-size: var(--font-size-25);
  padding-left: 20px;
  background: url(../img/common/tel_ic.svg) left bottom 6px/16px 20px no-repeat;
}

/*
# c-contact__button
------------------------*/
.c-contact__button {
  font-size: var(--font-size-16);
  height: 60px;
  width: 180px;
  padding-left: 25px;
}
.c-contact__button::before {
  left: 11%;
}

/*
# c-sns__list
------------------------*/
.c-sns__list {
  width: -moz-fit-content;
  width: fit-content;
  gap: 25px;
}

/*
# c-address
------------------------*/
.c-address .address__locate {
  gap: 20px;
  margin-bottom: 20px;
}
.c-address .address__locate-item {
  width: 300px;
  text-align: center;
}
.c-address .address__locate-item dt {
  font-size: var(--font-size-16);
  padding: 3px;
}
.c-address .address__locate-item dd {
  font-size: var(--font-size-15);
  padding: 10px 0;
  line-height: 1.3333333333;
}
.c-address .address__worktime {
  gap: 15px;
}
.c-address .address__worktime .worktime__item {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-14);
}
.c-address .address__worktime .worktime__item dt {
  margin-right: 10px;
  padding: 0 5px;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 95px 0;
}
.c-contact__section .contact__title .title-en {
  color: #262964;
}
.c-contact__section .c-contact__list {
  gap: 45px 40px;
}
.c-contact__section .c-contact__list .contact__item--tel {
  width: 100%;
  text-align: center;
}
.c-contact__section .c-contact__list .contact__item--tel .tel__num {
  filter: brightness(5.5);
  font-size: var(--font-size-40);
  background-size: 43px 31px;
  background-position: left bottom 10px;
  padding-left: 40px;
}
.c-contact__section .c-contact__list .contact__item-button,
.c-contact__section .c-contact__list .contact__contact-button {
  width: 520px;
  height: 130px;
  font-size: var(--font-size-18);
}

.c-contact__list {
  gap: 20px;
}
.c-contact__list .tel__num {
  color: var(--color-white);
  filter: brightness(5.5);
}
.c-contact__list .tel__text {
  filter: brightness(5.5);
}
.c-contact__list .contact__item-button,
.c-contact__list .contact__contact-button {
  width: 240px;
  height: 60px;
  background-color: var(--color-white);
  font-size: var(--font-size-14);
}
.c-contact__list .contact__item--mail .contact__contact-button {
  color: var(--body-font-color);
}
.c-contact__list .contact__item--mail .contact__contact-button::before {
  color: var(--body-font-color);
}
.c-contact__list .contact__item--line .contact__item-button {
  background-image: url(../img/common/sns/LINE_logo.svg);
  background-size: 30px;
  background-position: 7% 50%;
  background-repeat: no-repeat;
  padding-left: 30px;
}

/*
# c-t-shirt
------------------------*/
.c-t-shirt {
  padding: 130px 0 125px;
}
.c-t-shirt .t-shirt__title .title-en {
  font-size: 15rem;
}
.c-t-shirt .t-shirt__title .title-ja {
  line-height: 1.5;
}
.c-t-shirt .t-shirt__title small {
  font-size: var(--font-size-24);
  padding: 0 30px;
}
.c-t-shirt .t-shirt__title small::before, .c-t-shirt .t-shirt__title small::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--body-font-color);
  z-index: 1;
}
.c-t-shirt .t-shirt__title small::before {
  left: 0;
}
.c-t-shirt .t-shirt__title small::after {
  right: 0;
}
.c-t-shirt .t-shirt__text {
  margin-bottom: 30px;
}
.c-t-shirt .t-shirt__button {
  height: 80px;
  width: 400px;
  margin: 0 auto;
}

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

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

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

#g-map .map {
  height: 400px;
}

/*
# com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-bold);
  height: 60px;
  color: var(--color-white);
  z-index: 1;
}
.com-button::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid var(--color-white);
  inset: 0;
  z-index: -1;
  opacity: 0;
}
.com-button:hover::before {
  opacity: 1;
}
.com-button.has-arrow::after {
  width: 15px;
  height: 4px;
  right: 5%;
}
.com-button.has-arrow:hover::after {
  right: 3%;
  filter: none;
}
.com-button.bg-color-white {
  color: var(--body-font-color);
}
.com-button.bg-color-white:hover {
  background: var(--primary-color);
  color: var(--color-white);
}
.com-button.bg-color-body-font:hover {
  background: var(--color-white);
  color: var(--body-font-color);
}
.com-button.bg-color-body-font:hover::before {
  border-color: var(--body-font-color);
}
.com-button.bg-color-body-font:hover::after {
  filter: brightness(0.15);
}

.has-arrow {
  position: relative;
}
.has-arrow::after {
  width: 30px;
  height: 8px;
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
  background: url(../img/common/arrow.svg) center/100% no-repeat;
  z-index: 1;
}
.has-arrow.bg-color-white::after {
  filter: brightness(0.15);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  padding-top: 35px;
  text-align: center;
}
.section-title .title-ja {
  font-size: var(--font-size-45);
  font-weight: var(--font-weight-semibold);
  line-height: 1.5555555556;
  display: block;
}
.section-title .title-en {
  font-size: 12rem;
  font-family: var(--secondary-font-family);
  color: var(--color-gray-light);
  position: absolute;
  inset: 0 0 auto;
  z-index: -1;
  line-height: 0.65;
}

.headline-title {
  font-size: var(--font-size-30);
  color: var(--color-white);
  padding: 7px 20px;
  background: var(--primary-color);
  margin-bottom: 15px;
}

/*==========================================
header
===========================================*/
#header {
  padding: 10px 3.125%;
  background: url(../img/common/body_bg.jpg);
  z-index: 1000;
}
#header .header__right {
  width: -moz-fit-content;
  width: fit-content;
}
#header .header__info {
  width: -moz-fit-content;
  width: fit-content;
  gap: 15px 25px;
  margin-left: auto;
}
#header .header__nav {
  margin-top: 10px;
}
#header .header__nav-item {
  position: relative;
}
#header .header__nav-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--body-font-color);
  transform: rotate(20deg);
}
#header .header__nav-item:first-child::before {
  background: none;
}
#header .header__nav-item:first-child .header__nav-link {
  padding-left: 0;
}
#header .header__nav-item:last-child .header__nav-link {
  padding-right: 0;
}
#header .header__nav-link {
  padding: 0 30px;
  display: block;
  font-weight: var(--font-weight-semibold);
}
#header .header__nav-link .text-en,
#header .header__nav-link .text-ja {
  transition: all 0.3s;
}
#header .header__nav-link .text-ja {
  width: 100%;
  opacity: 0;
  position: absolute;
  inset: 0;
  font-size: var(--font-size-14);
  text-wrap: balance;
  text-align: center;
  line-height: 1.4285714286;
}
#header .header__nav-link:hover .text-en {
  opacity: 0;
}
#header .header__nav-link:hover .text-ja {
  opacity: 1;
}

#top-page #header {
  background: var(--color-white);
  position: inherit;
}
#top-page #header .header__logo {
  width: 68px;
}

/*==========================================
mv
===========================================*/
#top-mv {
  margin-top: 122px;
  height: clamp(600px, 41.666vw, 800px);
  background: url(../img/home/mv/mv_bg.png) center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 44.8958%;
  margin: 0 auto;
}

/*==========================================
footer
===========================================*/
#footer:has(.footer__inbox) {
  padding: 95px 0;
}
#footer:has(.footer__inbox) #copyright {
  margin-top: 20px;
  background: none;
  color: var(--body-font-color);
}
#footer:has(.footer__inbox) #copyright a {
  color: var(--body-font-color);
}
#footer .footer__logo {
  display: block;
  width: 106px;
  margin: 0 auto 30px;
}
#footer .footer__sns-list {
  margin: 30px auto 0;
  justify-content: center;
}
#footer .footer__nav {
  margin-top: 50px;
}
#footer .footer__nav-list {
  width: 650px;
  margin: 0 auto;
  row-gap: 10px;
}
#footer .footer__nav-item::before, #footer .footer__nav-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: var(--body-font-color);
}
#footer .footer__nav-item::before {
  left: 0;
}
#footer .footer__nav-item:not(:last-child)::after {
  background: none;
}
#footer .footer__nav-item:last-child::after {
  right: 0;
}
#footer .footer__nav-link {
  padding: 0 18px;
  display: block;
  letter-spacing: 0.08em;
  font-size: var(--font-size-14);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  background: var(--primary-color);
  color: var(--color-white);
  padding: 5px 0;
}
#copyright a {
  color: var(--color-white);
}
#copyright small {
  font-size: var(--font-size-11);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 400px;
  margin-top: 122px;
}
.lower-sv .sv__title {
  background: rgba(var(--color-white-rgb), 0.8);
  padding: 35px 40px;
  text-align: center;
}
.lower-sv .sv__title .title-en {
  font-size: var(--font-size-25);
  padding: 5px 10px;
}
.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-40);
  text-shadow: 2px 2px 10px var(--color-white), -2px 2px 10px var(--color-white), 2px -2px 10px var(--color-white), -2px -2px 10px var(--color-white);
}

#about-sv {
  background: url(../../img/sv/about-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#service-sv {
  background: url(../../img/sv/service-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#works-sv {
  background: url(../../img/sv/works-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#flow-sv {
  background: url(../../img/sv/flow-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.jpg) center/93.75% 100% no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.jpg) center/93.75% 100% no-repeat;
}

/*==========================================
entrance
===========================================*/
.entrance-wrap .entrance__part {
  height: 420px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s;
}
.entrance-wrap .entrance__part::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
  transition: all 0.3s;
}
.entrance-wrap .entrance__part:hover {
  opacity: 1;
}
.entrance-wrap .entrance__part:hover::before {
  transform: scale(1.05);
}
.entrance-wrap .entrance__part--individual::before {
  background: url(../img/entrance/individual_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__part--corporate::before {
  background: url(../img/entrance/corporate_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__part--individual, .entrance-wrap .entrance__part--corporate {
  width: 50%;
}
.entrance-wrap .entrance__part--individual .entrance__part-inner, .entrance-wrap .entrance__part--corporate .entrance__part-inner {
  width: 89.5833%;
  margin: 0 auto;
  height: 76.1904%;
  background: rgba(var(--color-white-rgb), 0.5);
}
.entrance-wrap .entrance__part--individual .entrance__title-en, .entrance-wrap .entrance__part--corporate .entrance__title-en {
  width: 41.3953%;
  inset: -15px auto auto 5.2325%;
}
.entrance-wrap .entrance__part--individual .entrance__title-label, .entrance-wrap .entrance__part--corporate .entrance__title-label {
  font-size: var(--font-size-20);
  padding: 0 10px;
}
.entrance-wrap .entrance__part--individual .entrance__title-main, .entrance-wrap .entrance__part--corporate .entrance__title-main {
  font-size: var(--font-size-45);
  text-shadow: 2px 2px 10px var(--color-white), -2px 2px 10px var(--color-white), 2px -2px 10px var(--color-white), -2px -2px 10px var(--color-white);
}
.entrance-wrap .entrance__part--rental-studio::before {
  background: url(../img/entrance/rental-studio_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__part--lesson::before {
  background: url(../img/entrance/lesson_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__part--estimate::before {
  background: url(../img/entrance/estimate_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__part--sns::before {
  background: url(../img/entrance/sns_bg.jpg) center/cover no-repeat;
}
.entrance-wrap .entrance__part--rental-studio, .entrance-wrap .entrance__part--lesson, .entrance-wrap .entrance__part--estimate, .entrance-wrap .entrance__part--sns {
  width: 25%;
}
.entrance-wrap .entrance__part--rental-studio .entrance__part-inner, .entrance-wrap .entrance__part--lesson .entrance__part-inner, .entrance-wrap .entrance__part--estimate .entrance__part-inner, .entrance-wrap .entrance__part--sns .entrance__part-inner {
  width: 87.5%;
  height: 85.7142%;
  background: rgba(var(--body-font-color-rgb), 0.4);
}
.entrance-wrap .entrance__part--rental-studio .entrance__part-title, .entrance-wrap .entrance__part--lesson .entrance__part-title, .entrance-wrap .entrance__part--estimate .entrance__part-title, .entrance-wrap .entrance__part--sns .entrance__part-title {
  z-index: 1;
}
.entrance-wrap .entrance__part--rental-studio .entrance__title-en, .entrance-wrap .entrance__part--lesson .entrance__title-en, .entrance-wrap .entrance__part--estimate .entrance__title-en, .entrance-wrap .entrance__part--sns .entrance__title-en {
  font-size: clamp(4rem, 3.15vw, 6rem);
  z-index: -1;
  inset: -15px 0 auto;
}
.entrance-wrap .entrance__part--rental-studio .entrance__title-main, .entrance-wrap .entrance__part--lesson .entrance__title-main, .entrance-wrap .entrance__part--estimate .entrance__title-main, .entrance-wrap .entrance__part--sns .entrance__title-main {
  font-size: var(--font-size-30);
  text-shadow: 2px 2px 10px rgba(var(--body-font-color-rgb, 0.5)), -2px 2px 10px rgba(var(--body-font-color-rgb, 0.5)), 2px -2px 10px rgba(var(--body-font-color-rgb, 0.5)), -2px -2px 10px rgba(var(--body-font-color-rgb, 0.5));
}
.entrance-wrap .entrance__part--rental-studio .com-button, .entrance-wrap .entrance__part--lesson .com-button, .entrance-wrap .entrance__part--estimate .com-button, .entrance-wrap .entrance__part--sns .com-button {
  width: 250px;
  margin: 40px auto 0;
}
.entrance-wrap .entrance__part--rental-studio .com-button:hover, .entrance-wrap .entrance__part--lesson .com-button:hover, .entrance-wrap .entrance__part--estimate .com-button:hover, .entrance-wrap .entrance__part--sns .com-button:hover {
  background: var(--body-font-color);
  color: var(--color-white);
}
.entrance-wrap .entrance__part--rental-studio .com-button:hover::after, .entrance-wrap .entrance__part--lesson .com-button:hover::after, .entrance-wrap .entrance__part--estimate .com-button:hover::after, .entrance-wrap .entrance__part--sns .com-button:hover::after {
  filter: none;
}
.entrance-wrap .entrance__part .entrance__sns-list {
  width: 87.5%;
  margin: 0 auto;
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-item {
  margin-bottom: 35px;
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-item:last-child {
  margin-bottom: 0;
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-item.sns--instagram .entrance__sns-button {
  background-image: url(../img/common/sns/Instagram_Glyph_Gradient.svg);
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-item.sns--line .entrance__sns-button {
  background-image: url(../img/common/sns/LINE_logo.svg);
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-button {
  height: 100px;
  font-size: clamp(1.2rem, 0.84vw, 1.6rem);
  background-repeat: no-repeat;
  background-size: 7.1428%;
  background-position: left 7.1428% center;
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-button .ruby {
  font-size: clamp(0.85rem, 0.55vw, 1rem);
}
.entrance-wrap .entrance__part .entrance__sns-list .entrance__sns-button::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  inset: 0 6% 0 auto;
  margin: auto 0;
  background: url(../img/common/window_ic.png) center/100% no-repeat;
  z-index: 1;
}

/*==========================================
home
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 205px 0 130px;
  position: relative;
  z-index: 1;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 52.0833%;
  height: 800px;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
  z-index: -1;
}
#top-about .about__inbox {
  padding-bottom: 250px;
  position: relative;
  z-index: 1;
}
#top-about .about__top-img {
  position: absolute;
  inset: 130px 3.125% auto auto;
  width: 35.4166%;
  height: 486px;
}
#top-about .about__title {
  margin-bottom: 45px;
  text-align: left;
}
#top-about .about__title .title-en {
  color: var(--color-gray-dark);
  font-size: var(--font-size-40);
  position: inherit;
  display: inline-block;
  margin-bottom: 15px;
}
#top-about .about__content {
  width: 715px;
}
#top-about .about__content .about__text {
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
}
#top-about .about__bottom-img {
  position: absolute;
  inset: auto 55px 0 auto;
}

/*
# top-reason
------------------------*/
#top-reason {
  padding: 125px 0;
  background: linear-gradient(to bottom, var(--primary-color) 58%, var(--color-white) 58%);
}
#top-reason .reason__inbox {
  position: relative;
}
#top-reason .reason__title {
  width: 515px;
  text-align: left;
}
#top-reason .reason__title .title-ja rt {
  font-size: var(--font-size-10);
}
#top-reason .reason__title .title-ja span {
  font-size: 8rem;
}
#top-reason .reason__title .title-en {
  color: #393b65;
  inset: 0 0 auto auto;
}
#top-reason .point__list {
  gap: 45px 60px;
}
#top-reason .point__list .point__card {
  width: 320px;
}
#top-reason .point__list .point__card:nth-child(2) {
  margin-top: 55px;
}
#top-reason .point__list .point__card-number {
  font-size: var(--font-size-40);
  z-index: 1;
  margin-bottom: 5px;
}
#top-reason .point__list .point__card-number::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 142px;
  height: 1px;
  background: var(--color-white);
  transform: rotate(-15deg);
  inset: auto auto 5px -15px;
}
#top-reason .point__list .point__card-img {
  width: 100%;
  height: 320px;
  margin-bottom: 15px;
}
#top-reason .point__list .point__card-text {
  font-size: var(--font-size-20);
  line-height: 1.5;
  border-left: 3px solid var(--primary-color);
  padding-left: 12px;
}
#top-reason .reason__button {
  position: absolute;
  inset: 105px 0 auto auto;
  width: 250px;
}

/*
# fixed__img
------------------------*/
.fixed__img {
  width: 100%;
  height: 640px;
  clip-path: inset(0);
}
.fixed__img img {
  position: fixed;
  inset: 0;
}

/*
# top-service
------------------------*/
#top-service {
  padding: 130px 0 0;
}
#top-service .service__title {
  text-align: center;
}
#top-service .service__title .title-en {
  font-size: 15rem;
}
#top-service .service__text {
  margin-bottom: 45px;
}
#top-service .service__list--grid2 {
  gap: 0 0.51%;
  margin-bottom: 10px;
}
#top-service .service__list--grid2 .service__item {
  width: 49.745%;
}
#top-service .service__list--grid3 {
  gap: 0 0.392%;
}
#top-service .service__list--grid3 .service__item {
  width: 33.072%;
}
#top-service .service__list .service__item-link {
  height: 400px;
  z-index: 1;
  font-size: var(--font-size-40);
  overflow: hidden;
}
#top-service .service__list .service__item-link::before, #top-service .service__list .service__item-link::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
}
#top-service .service__list .service__item-link::after {
  background: rgba(17, 17, 17, 0.65);
}
#top-service .service__list .service__item-link:hover {
  opacity: 1;
}
#top-service .service__list .service__item-link:hover::before {
  transform: scale(1.1);
}
#top-service .service__list .service__item-link:hover::after {
  background: rgba(17, 17, 17, 0.85);
}
#top-service .service__list .service__item-link span::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 1px;
  inset: auto 0 -10px;
  margin: 0 auto;
  background: var(--color-white);
}
#top-service .service__list .service__item--t-shirt .service__item-link::before {
  background: url(../img/home/service-orgn-shirt_img.jpg) center/cover no-repeat;
}
#top-service .service__list .service__item--uniform .service__item-link::before {
  background: url(../img/home/service-orgn-uniform_img.jpg) center/cover no-repeat;
}
#top-service .service__list .service__item--merchandise .service__item-link::before {
  background: url(../img/home/service-novelty_img.jpg) center/cover no-repeat;
}
#top-service .service__list .service__item--signboard .service__item-link::before {
  background: url(../img/home/service-signboard_img.jpg) center/cover no-repeat;
}
#top-service .service__list .service__item--other .service__item-link::before {
  background: url(../img/home/service-other_img.jpg) center/cover no-repeat;
}

/*
# top-works
------------------------*/
#top-works {
  width: 93.75%;
  margin: 130px auto 0;
  min-width: 1200px;
}
#top-works::before, #top-works::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  mix-blend-mode: multiply;
}
#top-works::before {
  border-width: 242px 545px 0px 0px;
  border-color: var(--color-gray-extralight) transparent transparent transparent;
  inset: -80px auto auto -3.125%;
}
#top-works::after {
  border-width: 0px 0px 242px 545px;
  border-color: transparent transparent var(--color-gray-extralight) transparent;
  inset: auto -3.125% -80px auto;
}
#top-works .works__inbox {
  padding: 80px 0;
  position: relative;
}
#top-works .works__title {
  width: 250px;
  padding: 0 0 55px;
}
#top-works .works__title .title-en {
  font-size: 6rem;
  color: var(--color-gray);
  inset: 0 auto auto 0;
}
#top-works .works__list {
  width: 740px;
  gap: 40px;
}
#top-works .works__list .works__card {
  width: 350px;
}
#top-works .works__list .works__card-img {
  width: 100%;
  height: 250px;
}
#top-works .works__list .works__card-title {
  padding: 5px 0;
  border-bottom: 1px solid;
}
#top-works .works__button {
  width: 250px;
  position: absolute;
  inset: 155px auto 0 0;
  margin: auto 0;
}

/*
# top-links
------------------------*/
.top-links {
  padding: 130px 4.6875%;
  gap: 2.299%;
}
.top-links .links__item {
  width: 48.8505%;
}
.top-links .links__item-link {
  height: 450px;
  overflow: hidden;
  z-index: 1;
}
.top-links .links__item-link::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
}
.top-links .links__item-link:hover {
  opacity: 1;
}
.top-links .links__item-link:hover::before {
  transform: scale(1.1);
}
.top-links .links__item-link:hover .links__item-title {
  background: rgba(var(--primary-color-rgb), 0.8);
}
.top-links .links__item-link:hover .links__item-title::after {
  right: 3%;
}
.top-links .links__item--flow .links__item-link::before {
  background: url(../img/home/flow_bg.jpg) center/cover no-repeat;
}
.top-links .links__item--faq .links__item-link::before {
  background: url(../img/home/faq_bg.jpg) center/cover no-repeat;
}
.top-links .links__item-title {
  width: 82.3529%;
  margin: 0 auto;
  height: 44.4444%;
  background: rgba(var(--primary-color-rgb), 0.75);
  padding-top: 0;
  transition: all 0.3s;
}
.top-links .links__item-title .title-en {
  font-size: var(--font-size-40);
  position: inherit;
}
.top-links .links__item-title::after {
  transition: all 0.3s;
  right: 5%;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 110px 0;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__title {
  text-align: left;
  padding-top: 0;
}
#top-news .news__title .title-en {
  color: var(--primary-color);
  font-size: var(--font-size-40);
  position: inherit;
}
#top-news .news__post-list {
  gap: 45px 90px;
}
#top-news .news__post {
  width: 300px;
  border-top: 1px solid var(--color-gray);
  border-bottom: 1px solid var(--color-gray);
}
#top-news .news__post-link {
  padding: 25px 0;
}
#top-news .news__post-link:hover {
  transform: translateY(-10px);
}
#top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-thumb {
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
}
#top-news .news__post-date {
  font-size: var(--font-size-14);
  margin-bottom: 5px;
}
#top-news .news__post-tags {
  gap: 7px;
  margin-bottom: 10px;
}
#top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  padding: 0 10px;
}
#top-news .news__post-title {
  font-size: var(--font-size-16);
}
#top-news .news__button {
  position: absolute;
  inset: 55px 0 auto auto;
  width: 250px;
  z-index: 10;
}

/*==========================================
about
===========================================*/
/*
# about-reason
------------------------*/
#about-reason .reason__title .title-ja rt {
  font-size: var(--font-size-10);
}
#about-reason .reason__title .title-ja span {
  font-size: 7.9rem;
}
#about-reason .reason__card {
  margin-bottom: 80px;
  padding: 80px 100px;
}
#about-reason .reason__card:last-child {
  margin-bottom: 0;
}
#about-reason .reason__card-number {
  inset: -25px auto auto 4.6875%;
  font-size: 6rem;
  z-index: 1;
}
#about-reason .reason__card-number::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 222px;
  height: 1px;
  background: var(--color-gray);
  transform: rotate(-13deg);
  inset: auto auto 7px -25px;
}
#about-reason .reason__card-title {
  font-size: var(--font-size-30);
  border-left: 5px solid var(--primary-color);
  margin-bottom: 25px;
  padding-left: 15px;
  line-height: 1.5;
}
#about-reason .reason__card-img {
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 80px 100px auto auto;
}
#about-reason .reason__card-content {
  width: 540px;
  min-height: 500px;
}

/*
# about-company
------------------------*/
#about-company .company__table {
  padding: 100px;
}
#about-company .company__table tr {
  margin-bottom: 20px;
  border-bottom: none;
  padding: 0;
}
#about-company .company__table tr:last-child {
  margin-bottom: 0;
}
#about-company .company__table th {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-company .company__table th,
#about-company .company__table td {
  padding: 20px 15px;
}
#about-company .company__table th a,
#about-company .company__table td a {
  color: var(--color-white);
}
#about-company .company__table th .tel__text,
#about-company .company__table td .tel__text {
  filter: brightness(5.5);
}

/*
# about-shop
------------------------*/
#about-shop .shop__part {
  margin-bottom: 60px;
  padding: 55px 60px;
  text-align: center;
}
#about-shop .shop__part:last-child {
  margin-bottom: 0;
}
#about-shop .shop__part-title {
  background: var(--body-font-color);
}
#about-shop .shop__part-address {
  margin-bottom: 15px;
}

/*==========================================
service
===========================================*/
/*
# service-intro
------------------------*/
#service-intro .service__card {
  margin-bottom: 55px;
  padding: 40px;
}
#service-intro .service__card:last-child {
  margin-bottom: 0;
}
#service-intro .service__card-img {
  position: absolute;
  inset: 40px 40px auto auto;
  width: 300px;
  height: 300px;
}
#service-intro .service__card-content {
  width: 680px;
  min-height: 300px;
}

/*
# service-print
------------------------*/
#service-print .print__item {
  margin-bottom: 40px;
  padding: 30px;
}
#service-print .print__item:last-child {
  margin-bottom: 0;
}
#service-print .print__item-title {
  width: 340px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size-30);
}
#service-print .print__item-content {
  width: 650px;
}

/*
# chart
------------------------*/
/*
# service-fee
------------------------*/
#service-fee .fee__title {
  margin-bottom: 30px;
}
#service-fee .fee__title .title-en {
  position: inherit;
  font-size: var(--font-size-40);
  color: var(--primary-color);
}
#service-fee .fee__text {
  margin-bottom: 50px;
}
#service-fee .fee__part {
  padding: 60px;
  margin-bottom: 40px;
}
#service-fee .fee__part:last-child {
  margin-bottom: 0;
}
#service-fee .fee__part-title {
  text-align: center;
  background: var(--body-font-color);
}
#service-fee .fee__part .fee__item {
  border-bottom: 1px solid var(--color-gray);
  padding: 15px 0;
}
#service-fee .fee__part .fee__item dt {
  max-width: 690px;
}
#service-fee .fee__part .fee__item dd {
  max-width: 190px;
  text-align: right;
}

/*==========================================
works
===========================================*/
/*
# works-archive
------------------------*/
#works-archive .works__list {
  gap: 45px 60px;
}
#works-archive .works__card {
  width: 510px;
}
#works-archive .works__card-img {
  width: 100%;
  height: 350px;
}
#works-archive .works__card-title {
  padding: 7px 0;
  border-bottom: 1px solid;
}
#works-archive .works__card-button {
  width: 250px;
  margin: 25px auto 0;
}

/*
# works-single
------------------------*/
#works-single .works__inner {
  padding: 60px;
}
#works-single .works__title {
  text-align: center;
  margin-bottom: 40px;
}
#works-single .works__gallery {
  overflow-x: auto;
  white-space: nowrap;
  padding: 15px;
}
#works-single .works__gallery-item {
  width: 510px;
  height: 350px;
  display: inline-block;
  margin-right: 25px;
}
#works-single .works__gallery-item:last-child {
  margin-right: 0;
}
#works-single .works__comment {
  margin-top: 35px;
}

/*==========================================
flow
===========================================*/
/*
# flow-archive
------------------------*/
#flow-archive .flow__title .title-en {
  color: var(--primary-color);
  position: inherit;
  font-size: var(--font-size-40);
}
#flow-archive .flow__item {
  margin-bottom: 90px;
  padding: 40px;
}
#flow-archive .flow__item:last-child {
  margin-bottom: 0;
}
#flow-archive .flow__item:last-child::after {
  border: none;
}
#flow-archive .flow__item::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 25px 0px 25px;
  border-color: var(--primary-color) transparent transparent transparent;
  inset: auto 0 -60px;
  margin: 0 auto;
}
#flow-archive .flow__item-number {
  font-size: var(--font-size-40);
  inset: -15px auto auto 40px;
  z-index: 1;
}
#flow-archive .flow__item-number::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 144px;
  height: 1px;
  background: var(--color-gray);
  transform: rotate(-13deg);
  inset: auto auto 7px -15px;
}
#flow-archive .flow__item-title {
  background: var(--body-font-color);
}
#flow-archive .flow__item-content {
  width: 770px;
}
#flow-archive .flow__item .c-contact__list {
  padding: 15px;
}

/*
# faq-archive
------------------------*/
#faq-archive .faq__title .title-en {
  color: var(--primary-color);
  position: inherit;
  font-size: var(--font-size-40);
}
#faq-archive .faq__item {
  margin-bottom: 40px;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-title {
  font-size: var(--font-size-30);
  margin-bottom: 20px;
  padding-left: 70px;
}
#faq-archive .faq__item-title::before {
  position: absolute;
  content: "Q";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-30);
  font-family: var(--secondary-font-family);
  background: var(--primary-color);
  color: var(--color-white);
  font-weight: var(--font-weight-regular);
  inset: 0 auto auto 0;
}
#faq-archive .faq__item-body {
  padding: 20px;
}

/*==========================================
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 {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 15px 0;
}
#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 #amount {
  width: 85px;
}
#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フレーム時)
  ===========================================*/