@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__section
------------------------*/
.c-contact__section {
  background-image: radial-gradient(#d52626 5px, transparent 5px);
  background-size: 29px 29px;
  background-color: var(--primary-color);
  margin-top: 422px;
  position: relative;
  padding-bottom: 160px;
}

.c-contact__section::before,
.c-contact__section::after {
  position: absolute;
  content: "";
  width: 100vw;
  height: 423px;
  inset: -422px 0 auto;
}

.c-contact__section::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 422px 100vw;
  border-color: transparent transparent var(--button-color) transparent;
}

.c-contact__section::after {
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  background-image: radial-gradient(#d52626 5px, transparent 5px);
  background-size: 29px 29px;
  background-color: var(--primary-color);
}

.c-contact__section .contact__title {
  transform: translateY(-55px);
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.c-contact__section .contact__title .title-en {
  color: var(--color-white);
}

.c-contact__section .contact__text {
  font-size: var(--font-size-23);
}

.c-contact__section .contact__contact-list {
  background: var(--color-white);
  padding: 35px 65px;
  margin-top: 55px;
}

.c-contact__section .contact__contact-list .contact__item {
  width: 50%;
  border-right: 3px solid var(--color-gray);
}

.c-contact__section .contact__contact-list .contact__item:last-child {
  border-right: none;
}

.c-contact__section .contact__contact-list .contact__item--tel .tel__num {
  font-size: var(--font-size-45);
  line-height: 1;
}

.c-contact__section .contact__contact-list .contact__item--tel .tel__num small {
  font-size: var(--font-size-42);
}

.c-contact__section .contact__contact-list .contact__item--tel .tel__text {
  display: block;
  line-height: 1.3;
}

.c-contact__section .contact__contact-list .com-mail__button {
  width: 400px;
  font-size: var(--font-size-20);
  padding: 0 15px 0 40px;
  margin: 0 auto;
}

.c-contact__section .contact__contact-list .com-mail__button::before {
  right: 7.5%;
}

.c-contact__section .contact__contact-list .com-mail__button::after {
  right: 16%;
}

.c-contact__section .contact__contact-list .com-mail__button span::before {
  filter: brightness(0) invert(1);
}

.c-contact__section .contact__contact-list .com-mail__button:hover span::before {
  filter: brightness(0) invert(0);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
}

.com-table tr th {
  padding: 20px 10px;
  width: 350px;
  vertical-align: top;
}

.com-table tr td {
  width: calc(100% - 350px);
  padding: 20px 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: 25px;
}

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

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

/*
# com-mail__button
------------------------*/
.com-mail__button {
  text-align: center;
  font-size: var(--font-size-20);
}

.com-mail__button span {
  padding-left: 38px;
  position: relative;
}

.com-mail__button span::before {
  position: absolute;
  content: "";
  width: 27px;
  background: url(../img/common/mail_ic.svg) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# head-section
------------------------*/
.head-section {
  padding: 165px 0 445px;
  position: relative;
}

.head-section::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 423px 100vw;
  border-color: transparent transparent var(--button-color) transparent;
  inset: auto 0 0;
}

/*
# com-button
------------------------*/
.com-button {
  width: 300px;
  display: flex;
  align-items: center;
  min-height: 70px;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-24);
  background: var(--button-color);
  text-align: center;
  position: relative;
  padding: 0 15px 0 4.5%;
  letter-spacing: 0;
  border: 3px solid var(--button-color);
}

.com-button::before,
.com-button::after {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.com-button::before {
  right: 9%;
  width: 13px;
  height: 13px;
  border-top: 4px solid var(--color-white);
  border-right: 4px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

.com-button::after {
  width: 3px;
  height: 60%;
  background: var(--color-white);
  right: 20%;
}

.com-button:hover {
  opacity: 1;
  background: var(--color-white);
  color: var(--button-color);
}

.com-button:hover::before {
  border-color: var(--button-color);
}

.com-button:hover::after {
  background: var(--button-color);
}

/*
# .second-section
------------------------*/
.second-section {
  background-image: radial-gradient(#f1f1f1 5px, transparent 5px);
  background-size: 29px 29px;
  background-color: var(--color-gray);
  position: relative;
  padding-bottom: 150px;
}

.second-section::before {
  position: absolute;
  content: "";
  inset: -422px 0 auto;
  width: 100vw;
  height: 423px;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
  background-image: radial-gradient(#f1f1f1 5px, transparent 5px);
  background-size: 29px 29px;
  background-color: var(--color-gray);
}

.second-section .inbox {
  transform: translateY(-55px);
}

/*==========================================
共通タイトル
===========================================*/
.primary-title {
  text-align: center;
  margin-bottom: 45px;
}

.primary-title.align-left {
  text-align: left;
}

.primary-title span {
  display: block;
}

.primary-title .title-en {
  line-height: 0.65;
  font-size: 10rem;
  color: var(--primary-color);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.primary-title .title-ja {
  font-size: var(--font-size-40);
  letter-spacing: var(--body-letter-spacing);
}

.secondary-title {
  font-size: var(--font-size-28);
  border-left: 6px solid var(--primary-color);
  padding-left: 15px;
  margin-bottom: 5px;
  line-height: 1.4285714286;
  margin-bottom: 20px;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
  padding: 30px 3.125% 0;
}

#header .header__logo {
  width: 14.6067%;
}

#header .header__logo a {
  border: 3px solid var(--primary-color);
  height: 75px;
}

#header .header__logo img {
  filter: brightness(0) invert(1);
  width: 81.923%;
}

#header .header__right {
  width: 57.8651%;
  gap: 10px 3%;
  min-width: 806px;
}

#header .header__nav-list {
  gap: 10px 22px;
}

#header .header__nav-link {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}

#header .header__nav-link::before,
#header .header__nav-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--primary-color);
  position: absolute;
  display: block;
}

#header .header__nav-link::before {
  left: 50%;
}

#header .header__nav-link:after {
  right: 50%;
}

#header .header__nav-link:hover {
  color: var(--primary-color);
}

#header .header__nav-link:hover::before,
#header .header__nav-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--primary-color);
}

#header .header__nav-link {
  font-size: clamp(1.5rem, 1.05vw, 2rem);
}

#header .header__nav-link.current {
  border-bottom: 2px solid var(--primary-color);
}

#header .header__nav-link.current::before,
#header .header__nav-link.current::after {
  border-bottom: none;
}

#header .header__nav-link.current:hover::before,
#header .header__nav-link.current:hover::after {
  border-bottom: none;
}

#header .header__contact-button {
  width: 20.3883%;
  min-width: 150px;
  height: 55px;
  font-size: clamp(1.5rem, 1.05vw, 2rem);
}

#header .header__contact-button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}

#header .header__contact-button:hover span::before {
  filter: brightness(0) invert(1);
}

/*==========================================
mv
===========================================*/
.mv__frame {
  overflow: hidden;
  position: relative;
}

.mv__frame::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 100%;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: url(../img/top/mv/mv-shape_musk.png) center/100% no-repeat;
}

.top-mv {
  height: clamp(619px, 48.437vw, 930px);
  background: url(../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}

.top-mv .mv__catch-wrap {
  width: 52%;
  position: absolute;
  inset: auto auto 8.602% 0;
}

.top-mv .mv__catch-wrap .mv__catch {
  font-size: clamp(10rem, 8.333vw, 16rem);
  line-height: 0.9;
  text-indent: -1.75em;
  letter-spacing: 0;
  padding-left: 27.5%;
  margin-bottom: 3%;
}

.top-mv .mv__catch-wrap .mv__catch-and {
  inset: 33% 17% auto 0;
  margin: auto;
  text-align: center;
}

.top-mv .mv__catch-wrap .mv__catch-text {
  font-size: clamp(3rem, 2.2vw, 4.2rem);
  width: 75%;
  min-width: 520px;
  padding: 1.5% 0 1.5% 3%;
  margin-left: 3.125%;
}

.top-mv .mv__catch-wrap .mv__catch-text::before,
.top-mv .mv__catch-wrap .mv__catch-text::after {
  position: absolute;
  content: "";
  color: var(--color-white);
  line-height: 1;
  letter-spacing: 0;
  width: 35px;
  height: 35px;
  background: url(../img/top/mv/mv-catch_frame.png) center/100% no-repeat;
}

.top-mv .mv__catch-wrap .mv__catch-text::before {
  inset: 0 auto auto 0;
}

.top-mv .mv__catch-wrap .mv__catch-text::after {
  inset: auto 0 0 auto;
  transform: rotate(180deg);
}

.top-mv .mv__catch-wrap .mv__catch-text small {
  font-size: clamp(1.8rem, 1.36vw, 2.6rem);
  margin-bottom: 1.5%;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 155px 0 100px;
}

#footer .footer__headline {
  padding-bottom: 90px;
  border-bottom: 1px solid var(--color-gray-dark);
  margin-bottom: 50px;
}

#footer .footer__nav {
  gap: 15px 35px;
}

#footer .footer__nav-item {
  font-size: var(--font-size-20);
  margin-bottom: 22px;
}

#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}

#footer .footer__nav-link:hover {
  text-decoration: underline;
}

#footer .footer__bottom-nav {
  gap: 0 25px;
  width: -moz-fit-content;
  width: fit-content;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-item {
  position: relative;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-item:first-child::before {
  background: none;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-item:first-child .footer__nav-third-link {
  padding-left: 0;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-item:last-child .footer__nav-third-link {
  padding-right: 0;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-link {
  padding: 0 20px;
  display: block;
}

#footer .footer__bottom-nav .footer__nav-third-list .footer__nav-third-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
}

#copyright small {
  font-size: var(--font-size-15);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 750px;
}

.lower-sv .sv__title {
  position: absolute;
  inset: auto auto 13.333% 3.125%;
}

.lower-sv .sv__title .title-en {
  font-size: var(--font-size-30);
  margin-bottom: 10px;
}

.lower-sv .sv__title .title-ja {
  font-size: var(--font-size-55);
}

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

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

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

#faq-sv {
  background: url(../../img/sv/faq-sv_bg.jpg) center/cover no-repeat;
}

#company-sv {
  background: url(../../img/sv/company-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
.top-about .about__title {
  margin-bottom: 50px;
}

.top-about .about__title .title-ja {
  font-size: var(--font-size-35);
}

.top-about .about__img-l,
.top-about .about__img-r {
  position: absolute;
  bottom: 50px;
}

.top-about .about__img-l {
  left: -100px;
}

.top-about .about__img-r {
  right: -100px;
}

.top-about .about__button {
  margin: 75px auto 0;
}

/*
# top-service
------------------------*/
.com-headline {
  margin-bottom: 70px;
}

.com-headline .primary-title {
  margin-bottom: 0;
}

.top-service .service__item {
  width: 78.125%;
  margin-bottom: 90px;
  height: 400px;
}

.top-service .service__item:last-child {
  margin-bottom: 0;
}

.top-service .service__item-content {
  width: 38.6667%;
  padding: 0 5.666%;
}

.top-service .service__item-text {
  padding-top: 70px;
}

.top-service .service__item-text::before {
  position: absolute;
  inset: 0 auto auto 0;
  font-size: 7rem;
  line-height: 1;
  font-family: var(--font-secondary);
}

.top-service .service__item-text-en {
  font-size: var(--font-size-35);
}

.top-service .service__item-text-ja {
  font-size: var(--font-size-55);
  line-height: 1.5;
}

.top-service .service__item-img {
  width: 61.3333%;
  height: 100%;
}

.top-service .service__item:nth-child(odd) .service__item-content {
  border-right: 15px solid var(--button-color);
  background: linear-gradient(135deg, rgb(211, 26, 26) 50%, rgb(194, 28, 29) 50%);
}

.top-service .service__item:nth-child(even) {
  margin-left: auto;
}

.top-service .service__item:nth-child(even) .service__item-content {
  border-left: 15px solid var(--button-color);
  background: linear-gradient(45deg, rgb(194, 28, 29) 50%, rgb(211, 26, 26) 50%);
}

/*
# top-works
------------------------*/
.top-works {
  padding: 170px 0;
}

.top-works .works__button {
  width: 260px;
}

.top-works .works__list {
  gap: 45px;
}

.top-works .works__item {
  width: 330px;
  height: 300px;
  overflow: hidden;
}

.top-works .works__item-link {
  position: relative;
}

.top-works .works__item-link::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(var(--body-font-color-rgb), 0.75);
  opacity: 0;
  inset: 0;
  z-index: 2;
}

.top-works .works__item-link:hover::before {
  opacity: 1;
}

.top-works .works__item-link:hover .works__item-content {
  opacity: 1;
}

.top-works .works__item-link:hover .works__item-img {
  transform: scale(1.1);
}

.top-works .works__item-content {
  opacity: 0;
  inset: 0;
  padding: 35px 45px;
  z-index: 3;
}

.top-works .works__item-title {
  font-size: var(--font-size-22);
}

.top-works .works__item-tags {
  gap: 10px;
  margin-top: 15px;
}

.top-works .works__item-tags .works__item-tag {
  font-size: var(--font-size-15);
}

.top-works .works__item-tags .works__item-tag::before {
  content: "#";
  color: var(--color-white);
}

.top-works .works__item-img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}

/*
# top-pages
------------------------*/
.top-pages__item {
  width: 49.93%;
}

.top-pages__item--faq .top-pages__link::before {
  background: url(../img/top/faq_bg.jpg) center/cover no-repeat;
}

.top-pages__item--company .top-pages__link::before {
  background: url(../img/top/company_bg.jpg) center/cover no-repeat;
}

.top-pages__link {
  height: 480px;
  padding: 90px 8.8541%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: var(--button-color);
}

.top-pages__link::before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  inset: 0;
  opacity: 0.15;
}

.top-pages__link:hover::before {
  transform: scale(1.1);
  opacity: 0.45;
}

.top-pages .pages__title .title-en {
  color: var(--color-white);
}

.top-pages .pages__more-button {
  position: absolute;
  inset: auto 4.1666% 40px auto;
  font-size: var(--font-size-32);
  padding-right: 100px;
}

.top-pages .pages__more-button::before,
.top-pages .pages__more-button::after {
  position: absolute;
  content: "";
  inset: 0 0 0 auto;
  margin: auto 0;
}

.top-pages .pages__more-button::before {
  width: 80px;
  height: 80px;
  background: var(--primary-color);
}

.top-pages .pages__more-button::after {
  right: 11.5%;
  width: 23px;
  height: 23px;
  border-top: 6px solid var(--color-white);
  border-right: 6px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

/*
# top-news
------------------------*/
.top-news {
  padding: 170px 0 40px;
}

.top-news .news__post {
  margin-bottom: 30px;
}

.top-news .news__post:last-child {
  margin-bottom: 0;
}

.top-news .news__post-link {
  padding: 30px 40px;
  gap: 10px;
}

.top-news .news__post-link:hover {
  transform: translateX(10px);
}

.top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}

.top-news .news__post-date {
  font-size: var(--font-size-22);
  width: 130px;
}

.top-news .news__post-tags {
  width: calc(100% - 150px);
  gap: 7px;
}

.top-news .news__post-tags .news__post-tag {
  font-size: var(--font-size-18);
}

.top-news .news__post-tags .news__post-tag::before {
  content: "#";
}

.top-news .news__post-title {
  font-size: var(--font-size-18);
}

/*==========================================
about
===========================================*/
/*
# about-concept
------------------------*/
.about-concept .concept__lead-text {
  line-height: 3;
  margin-bottom: 95px;
}

.about-concept .concept__title {
  margin-bottom: 70px;
}

.about-concept .concept__content {
  width: 510px;
}

/*
# about-feature
------------------------*/
.about-feature .feature__item {
  margin-bottom: 50px;
}

.about-feature .feature__item:last-child {
  margin-bottom: 0;
}

.about-feature .feature__item-img {
  width: 599px;
}

.about-feature .feature__item-img::before {
  position: absolute;
  inset: 0 auto auto 0;
  width: 80px;
  height: 80px;
  color: var(--color-white);
  font-family: var(--font-secondary);
  font-size: var(--font-size-45);
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-feature .feature__item-content {
  width: calc(100% - 599px);
  padding: 50px;
  border-right: 15px solid var(--button-color);
  background: linear-gradient(135deg, rgb(211, 26, 26) 50%, rgb(194, 28, 29) 50%);
}

.about-feature .feature__item-title {
  font-size: var(--font-size-30);
  margin-bottom: 25px;
  line-height: 1.5;
}

/*
# about-area
------------------------*/
.about-area {
  padding: 185px 0 45px;
}

.about-area .area__inbox {
  width: 1015px;
}

.about-area .area__content {
  width: 540px;
  padding-left: 60px;
}

/*==========================================
service
===========================================*/
/*
# service__archive
------------------------*/
.service__archive {
  padding: 170px 0 45px;
}

.service__archive .service__part {
  margin-bottom: 90px;
  padding: 90px 0;
}

.service__archive .service__part:last-child {
  margin-bottom: 0;
}

.service__archive .service__part .inbox {
  width: 950px;
}

.service__archive .service__part-headline {
  margin-bottom: 60px;
}

.service__archive .service__part-title {
  font-size: var(--font-size-35);
  text-align: center;
  padding: 10px;
  margin-bottom: 60px;
}

.service__archive .service__part-text {
  width: 455px;
}

.service__archive .service__part .service__sub-content {
  padding: 60px;
}

.service__archive .service__part .service__sub-title {
  font-size: var(--font-size-25);
  padding: 15px;
  text-align: center;
  margin-bottom: 35px;
}

.service__archive .service__part .service__sub-list {
  gap: 40px;
}

.service__archive .service__part .service__sub-item {
  width: 250px;
}

.service__archive .service__part .service__sub-item-title {
  padding: 15px 0;
  text-align: center;
  font-size: var(--font-size-20);
}

.service__archive .service__part .service__sub-item-text {
  font-size: var(--font-size-16);
  line-height: 1.875;
}

/*==========================================
faq
===========================================*/
.faq-archive {
  padding: 175px 0 45px;
}

.faq-archive .faq__title {
  margin-bottom: 70px;
}

.faq-archive .faq__item {
  margin-bottom: 40px;
  padding: 60px;
}

.faq-archive .faq__item:last-child {
  margin-bottom: 0;
}

.faq-archive .faq__item-title,
.faq-archive .faq__item-content {
  padding-left: 60px;
}

.faq-archive .faq__item-title::before,
.faq-archive .faq__item-content::before {
  position: absolute;
  font-size: var(--font-size-55);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-semibold);
  line-height: 0.6;
  top: 0;
  left: 0;
}

.faq-archive .faq__item-title {
  font-size: var(--font-size-25);
  border-bottom: 1px solid var(--color-gray-dark);
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.faq-archive .faq__item-title::before {
  content: "Q";
}

.faq-archive .faq__item-content::before {
  content: "A";
  color: var(--color-gray-dark);
}

/*==========================================
works
===========================================*/
/*
# works-archive
------------------------*/
.works-archive {
  padding-bottom: 45px;
}

.works-archive .works__list {
  gap: 45px;
}

.works-archive .works__item {
  width: 330px;
}

.works-archive .works__item-img {
  width: 100%;
  height: 300px;
  margin-bottom: 15px;
}

.works-archive .works__item-link:hover .works__item-title {
  text-decoration: underline;
  color: var(--primary-color);
}

.works-archive .works__item .works__tag {
  font-size: var(--font-size-18);
}

.works-archive .works__item-title {
  transition: all 0.3s ease-in;
}

.works__tags {
  gap: 10px;
}

.works__tags .works__tag {
  font-size: var(--font-size-22);
}

.works__tags .works__tag::before {
  content: "#";
  color: var(--primary-color);
}

/*
# works-single
------------------------*/
.works-single {
  padding-bottom: 45px;
}

.works-single .works__post {
  padding: 80px;
}

.works-single .works__post-title {
  margin-bottom: 35px;
}

.works-single .works__post-gallery {
  margin-bottom: 20px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  padding-bottom: 10px;
}

.works-single .works__post .works__gallery-img {
  display: inline-block;
  margin-right: 20px;
  max-height: 600px;
  overflow: hidden;
}

.works-single .works__post .works__gallery-img:last-child {
  margin-right: 0;
}

.works-single .works__post .works__tags {
  padding: 15px 0;
}

/*==========================================
company
===========================================*/
/*
# company-greeting
------------------------*/
.company-greeting .greeting__content {
  width: 515px;
}

.company-greeting .greeting__content .name {
  text-align: right;
  font-size: var(--font-size-25);
}

/*
# company-info
------------------------*/
.company-info {
  padding-bottom: 250px;
  margin-bottom: -250px;
}

.company-info .info__table {
  border: 2px solid var(--primary-color);
}

.company-info .info__table tr {
  border-bottom: none;
}

.company-info .info__table tr:last-child th,
.company-info .info__table tr:last-child td {
  border-bottom: none;
}

.company-info .info__table th {
  background: var(--primary-color);
  color: var(--color-white);
  border-bottom: 2px solid var(--color-white);
}

.company-info .info__table td {
  background: var(--color-white);
  border-bottom: 2px solid var(--primary-color);
}

/*==========================================
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 {
  padding: 15px 0;
}

#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}

#contact .contact__form-item .contact__form-input {
  padding: 0 0 15px;
}

#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フレーム時)
  ===========================================*/