@charset "UTF-8";
/*
Theme Name: Mood.inc
Version: 1.0.0
Author: Mood.inc
*/
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Barlow-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/Barlow-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/Barlow-Medium.ttf") format("truetype");
}
body {
  background-color: #fff;
  color: #232323;
  font-family: "NotoSansJP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  z-index: 0;
}

.barlow {
  font-family: "Barlow", sans-serif;
}

img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

iframe,
video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrap {
  margin: 0 auto;
  width: 83.3%;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.title_box .section_title {
  font-size: 96px;
  letter-spacing: 0.1em;
  font-weight: 600;
}

.top_sec {
  padding-top: 160px;
  padding-bottom: 160px;
}

.btn {
  background-color: #fff;
  border: 1px solid #CCC;
  width: 239px;
  position: relative;
  z-index: 0;
}

.btn::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: -1px;
  width: 0;
  height: calc(100% + 2px);
  background-color: #232323;
  transition: 0.3s;
  z-index: -1;
}

.btn .link {
  text-align: center;
  display: block;
  letter-spacing: 0.1em;
  padding-bottom: 18px;
  padding-top: 18px;
  width: 100%;
  transition: 0.3s;
}

.btn .img {
  right: -18px;
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  width: 35px;
  transition: 0.3s;
  z-index: 2;
}

.js-fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: 0.8s ease-in-out;
}

.js-fade-in.active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in-item {
  opacity: 0;
  padding-top: 30px;
  transition: opacity 0.5s ease, padding 0.5s ease;
}

.js-fade-in-item.active {
  opacity: 1;
  padding-top: 0;
}

/*header*/
.header {
  background-color: #fff;
  height: 83px;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 200;
}

.header_top {
  background-color: #F0F0F0;
}

.header.is-active {
  background-color: #fff;
}

.header .wrap,
.footer .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  margin: 0 auto;
  width: 83.3%;
}

.logo {
  width: 130px;
  transition: 0.3s;
}

svg {
  width: 100%;
}

.header_logo .link,
.footer_logo .link {
  display: block;
  width: 100%;
}

.nav .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2.2vw;
}

.nav .lists .item a {
  font-size: 14px;
  letter-spacing: 0.1em;
  transition: 0.3s;
  position: relative;
  z-index: 0;
}

.nav .lists .item a::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: #232323;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: -1;
}

/*TOP*/
.top_fv {
  padding-bottom: 70px;
  margin-top: 83px;
  padding-bottom: 70px;
  margin: 83px auto 0;
  position: relative;
  z-index: 0;
}

.js-scale-change {
  width: 100%;
  height: 100vh;
  background-color: #F0F0F0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.top_fv .media {
  height: 45.2vw;
  width: 83.3vw;
  margin: 0 auto;
}

.top_fv .title_box .text {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 80px;
}

.top_fv .top_logo_img {
  width: 50vw;
  max-width: 725px;
  position: absolute;
  top: 76%;
  left: 41.5%;
  z-index: 1;
}

/*top_work*/
.top_work {
  position: relative;
  padding-bottom: 0;
}

.top_work .title_box {
  margin-bottom: 46px;
}

.top_work .work_box .splide__track {
  padding-bottom: 120px;
}

.top_work .work_box .work_post-lists {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.top_work .work_box .work_post-lists .post .img {
  margin-bottom: 28px;
  height: 310px;
}

.top_work .work_box .work_post-lists .splide__slide .img {
  display: block;
  max-width: 835px;
  width: 58vw;
  height: 31.4vw;
  max-height: 452px;
  transform: scale(0.8, 0.68);
  transition: transform 0.35s ease, filter 0.35s ease;
  will-change: transform;
}

.top_work .work_box .work_post-lists .splide__slide.is-active .img {
  transform: scale(1) !important;
}

.top_work .work_box .work_post-lists .post .post_title {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}

.top_work .work_box .work_post-lists .splide__arrows {
  max-width: 835px;
  width: 58vw;
  display: block;
  position: absolute;
  top: 79%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.top_work .work_box .work_post-lists .splide__arrow {
  width: 40px;
  background: #232323;
  opacity: 1;
  height: 40px;
  border-radius: 0;
}

.top_work .work_box .work_post-lists .splide__arrow--prev {
  left: 0;
}

.top_work .work_box .work_post-lists .splide__arrow--next {
  right: 0;
  left: auto;
}

.top_work .work_box .work_post-lists .splide__arrow--prev::after,
.top_work .work_box .work_post-lists .splide__arrow--next::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 50%;
}

.top_work .work_box .work_post-lists .splide__arrow--prev::after {
  left: calc(50% + 2px);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.top_work .work_box .work_post-lists .splide__arrow--next::after {
  left: calc(50% - 2px);
  transform: translate(-50%, -50%) rotate(45deg);
}

.top_work .work_box .work_post-lists .splide__arrow svg {
  opacity: 0;
}

.top_work .btn {
  position: absolute;
  top: 60px;
  right: 0;
}

/*top_news*/
.top_news {
  background-color: #fff;
  padding-top: 120px;
}

.top_news .wrap {
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 24.2% 66.8%;
}

.top_news .title_box .title {
  margin-bottom: 35px;
}

.top_news .news_box .news_post-lists {
  margin-top: 35px;
}

.top_news .news_box .news_post-lists,
.page_news .news_box .news_post-lists {
  display: flex;
  flex-direction: column;
}

.top_news .news_box .news_post-lists .post,
.page_news .news_box .news_post-lists .post {
  border-bottom: 1px solid #ccc;
  display: grid;
  align-items: center;
  gap: 40px;
  padding-top: 27px;
  padding-bottom: 36px;
  position: relative;
  transition: 0.3s;
}

.top_news .news_box .news_post-lists .post {
  grid-template-columns: 18.2% 65.2%;
}

.top_news .news_box .news_post-lists .post:first-child,
.page_news .news_box .news_post-lists .post:first-child {
  border-top: 1px solid #ccc;
}

.top_news .news_box .news_post-lists .post::after,
.page_news .news_box .news_post-lists .post::after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background-image: url(img/arrow_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 45%;
  right: 8px;
  transform: translateY(-50%);
}

.top_news .news_box .news_post-lists .post .post_text_box .post_title,
.page_news .news_box .news_post-lists .post .post_text_box .post_title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* ← ここが2行に制限する指定 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  transition: 0.3s;
}

.top_news .news_box .news_post-lists .post .post_text_box .detail,
.page_news .news_box .news_post-lists .post .post_text_box .detail {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #828282;
  line-height: 1.8;
}

.top_news .news_box .news_post-lists .post .post_text_box .detail time,
.page_news .news_box .news_post-lists .post .post_text_box .detail time {
  letter-spacing: 0.1em;
  font-size: 14px;
}

.top_news .news_box .news_post-lists .post .post_text_box .detail .tag,
.page_news .news_box .news_post-lists .post .post_text_box .detail .tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.top_news .news_box .news_post-lists .post .post_text_box .detail .tag::before,
.page_news .news_box .news_post-lists .post .post_text_box .detail .tag::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #828282;
  border-radius: 50%;
}

/*common_contact*/
.common_contact {
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  z-index: 0;
}

.common_contact::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.common_contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(img/common_contact_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.common_contact .wrap {
  margin: 0 auto;
  max-width: 1100px;
  width: 76.4%;
}

.common_contact .boxes .box {
  padding: 60px 20px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  max-width: 900px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.common_contact .boxes .box .title {
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

.common_contact .boxes .box .unit {
  display: flex;
  justify-content: center;
  gap: 8.5%;
}

.common_contact .boxes .box .text_box .text {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.common_contact .boxes .box .text_box .img {
  transform: translateY(-50%);
  transition: 0.3s;
  width: 35px;
  height: 5px;
}

/*footer*/
.footer {
  background-color: #F0F0F0;
  padding-bottom: 40px;
  padding-top: 40px;
}

.footer .wrap {
  position: relative;
}

.footer .logo {
  width: 14.4vw;
}

.footer .logo .link {
  display: block;
  width: 100%;
}

.other_box {
  display: flex;
  gap: 40px;
  padding-left: 7px;
  margin-top: 22px;
  margin-bottom: 40px;
}

.other_box .sns_box {
  display: flex;
  gap: 26px;
}

.other_box .sns_box .link {
  height: 20px;
}

.other_box .sns_box .link .img {
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.other_box .sns_box .link .img:nth-child(2) {
  width: 20px;
}

.other_box .privacy_box .privacy_text {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}

.other_box .privacy_box .privacy_text::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: #232323;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: -1;
}

.footer .top_scroll {
  display: flex;
  align-items: center;
  gap: 8px;
  position: absolute;
  right: 0;
  top: 0;
}

.footer .top_scroll span {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #232323;
  transition: 0.3s;
}

.footer .top_scroll span::before,
.footer .top_scroll span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: 0.3s;
}

.footer .top_scroll span::before {
  top: calc(50% + 2px);
}

footer .top_scroll span:after {
  opacity: 0;
  top: 100%;
}

.footer .top_scroll .text {
  font-size: 14px;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 0;
}

.footer .top_scroll .text::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: #232323;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: -1;
}

.footer .footer_copy {
  font-size: 12px;
  letter-spacing: 0.1em;
}

/*page共通*/
.page_main #fv {
  padding-top: 150px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.page_main #fv .title_box {
  margin-bottom: 44px;
}

.breadcrumb {
  color: #828282;
  font-size: 10px;
  letter-spacing: 0.1em;
  margin-top: 60ox;
  text-align: right;
}

.breadcrumb span {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.breadcrumb span:first-child {
  margin-left: 0;
}

.breadcrumb span:last-of-type {
  margin-right: 0;
}

.breadcrumb span .current-item {
  color: #000;
}

.breadcrumb a {
  transition: 0.3s;
}

.common_sec {
  padding-bottom: 120px;
  padding-top: 120px;
}

.common_sec .box {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
}

.common_sec .box .title_box {
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.common_sec .box .title_box .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: relative;
}

.common_sec .box .title_box .title.category_title {
  padding-bottom: 8px;
  border-bottom: 2px solid #D9D9D9;
}

.common_sec .box .title_box .title::after {
  content: "";
  display: block;
  width: 61px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 100%;
  left: 0;
}

.common_sec .box .title_box .cat {
  margin-top: 24px;
}

.common_sec .box .title_box .cat .cat-detail {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.common_sec .box .title_box .cat a {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.common_sec .box .title_box .cat .all {
  position: relative;
  align-items: center;
  color: #828282;
  font-weight: 400;
  margin-left: 1rem;
  transition: 0.3s;
}

.common_sec .box .title_box .cat .cat-detail li a {
  color: #828282;
  font-weight: 400;
  transition: 0.3s;
  position: relative;
  margin-left: 1rem;
}

.common_sec .box .title_box .cat .all.active,
.common_sec .box .title_box .cat .cat-detail li.active a {
  color: #232323;
  font-weight: 500;
}

.common_sec .box .title_box .cat .all.active::before,
.common_sec .box .title_box .cat .cat-detail li.active a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #232323;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%);
}

.common_sec .box .title_box .cat .all::after,
.common_sec .box .title_box .cat .cat-detail li a::after {
  content: "";
  display: block;
  position: absolute;
  left: auto;
  right: -1px;
  top: 50%;
  width: 0;
  height: 1px;
  background-color: #232323;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: -1;
}

/*about*/
.about_sec {
  position: relative;
  z-index: 0;
}

.about_sec .wrap {
  position: relative;
  z-index: 2;
}

.who_we_are,
.philosophy {
  padding-bottom: 180px;
}

.about_sec .box {
  grid-template-columns: 16.7% 64.3%;
}

.about_sec .box .content .content_title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.095em;
  line-height: 2;
  margin-bottom: 32px;
}

.about_sec .box .content .content_text_box .text {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.about_sec .bg_text_wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.about_sec .bg_text {
  font-size: clamp(100px, 18vw, 260px);
  font-weight: 700;
  white-space: nowrap;
  color: #F4F4F4;
  pointer-events: none;
  position: absolute;
  top: 15%;
  left: 0;
}

.philosophy .box .content .content_text_box .text {
  letter-spacing: 0.11em;
}

.outline {
  padding-bottom: 0;
  border-top: 1px solid #CCC;
}

.outline .box .company_profile .list dl {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  position: relative;
  margin-bottom: 24px;
}

.outline .box .company_profile .list dl:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.outline .box .company_profile .list dl:not(:last-child)::before {
  border-bottom: 1px solid #232323;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 98.5%;
  width: 15.4%;
}

.outline .box .company_profile .list dl dt {
  flex-shrink: 0;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2;
  padding: 10px 16px;
  width: 16.5%;
}

.outline .box .company_profile .list dl:first-child dt {
  padding-top: 0;
}

.outline .box .company_profile .list dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  padding: 10px 16px;
  width: 100%;
}

.outline .box .company_profile .list dl:first-child dd {
  padding-top: 0;
}

.access .box .content .map {
  margin-bottom: 10px;
  height: 362px;
}

.access .box .content .btn {
  margin-left: auto;
  margin-right: 10px;
}

/*work*/
.work_sec {
  padding-top: 60px;
  padding-bottom: 160px;
}

.work_sec .box {
  grid-template-columns: 18.3% 74.3%;
}

.work_sec .box .content .work_post-lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.work_sec .box .content .work_post-lists .post {
  display: block;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.work_sec .box .content .work_post-lists .post .post_img {
  height: 19.7vw;
  overflow: hidden;
}

.work_sec .box .content .work_post-lists .post .post_img * {
  transition: 0.3s;
}

.work_sec .box .content .work_post-lists .post .post_text_box {
  padding: 8px 16px 16px;
}

.work_sec .box .content .work_post-lists .post .post_text_box .post_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.work_sec .box .content .work_post-lists .post .post_text_box .work-cat {
  font-size: 14px;
  font-weight: 400;
  color: #999;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.work_sec .box .content .work_post-lists .post .post_text_box .img {
  display: block;
  margin-left: auto;
  width: 35px;
  line-height: 1;
  transition: 0.3s;
}

/*work-single*/
.work_single_sec {
  padding-top: 60px;
  padding-bottom: 160px;
}

.work_single_sec .box {
  grid-template-columns: 18.3% 71.6%;
}

.work_single_post {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.work_single_post .post_head {
  margin-bottom: 40px;
}

.work_single_post .post_head .post_img {
  height: 40vw;
  margin-bottom: 10px;
}

.work_single_post .post_head .post_title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 16px;
}

.work_single_post .post_body h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #ccc;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}

.work_single_post .post_body h2::before {
  content: "";
  display: block;
  width: 21.5384615385%;
  height: 2px;
  background-color: #232323;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.work_single_post .post_body h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 8px;
  border-left: 2px solid #232323;
}

.work_single_post .post_body h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  padding-left: 8px;
}

.work_single_post .post_body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

/*news*/
.news_sec {
  padding-top: 60px;
  padding-bottom: 160px;
}

.news_sec .box {
  grid-template-columns: 18.3% 74.3%;
}

.page_news .news_box .news_post-lists .post {
  grid-template-columns: 16.2% 65.2%;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 120px;
}

.pagination .page-numbers {
  font-family: "Barlow";
  font-size: 16px;
  color: #ccc;
  transition: 0.3s;
}

.pagination .page-numbers.current {
  color: #232323;
}

.pagination .prev,
.pagination .next {
  width: 18px;
  height: 18px;
  background-color: #232323;
  border: 1px solid #232323;
  color: #fff;
  position: relative;
  z-index: 0;
  transition: 0.3s;
}

.pagination .prev::before,
.pagination .next::before,
.pagination .prev::after,
.pagination .next::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  transition: 0.3s;
  top: 50%;
}

.pagination .prev::before,
.pagination .next::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 50%;
}

.pagination .prev::before,
.pagination .prev::after {
  transform: translate(-34%, -50%) rotate(-135deg);
}

.pagination .next::before,
.pagination .next::after {
  transform: translate(-66%, -50%) rotate(45deg);
}

.pagination .prev::after,
.pagination .next::after {
  opacity: 0;
  border-top: 1px solid #232323;
  border-right: 1px solid #232323;
}

.pagination .prev::after {
  left: 100%;
}

.pagination .next::after {
  left: 0;
}

/*news-single*/
.news_single_sec {
  padding-top: 60px;
  padding-bottom: 160px;
}

.news_single_sec .box {
  grid-template-columns: 18.3% 71.6%;
}

.news_single_post {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.news_single_post .post_head {
  margin-bottom: 40px;
}

.news_single_post .post_head .img {
  width: 75.5813953488%;
  margin: 0 auto;
}

.news_single_post .post_head time {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.news_single_post .post_head .post_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 16px;
}

.news_single_post .post_body h2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #ccc;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;
}

.news_single_post .post_body h2::before {
  content: "";
  display: block;
  width: 21.5384615385%;
  height: 2px;
  background-color: #232323;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}

.news_single_post .post_body h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  padding-left: 8px;
  border-left: 2px solid #232323;
}

.news_single_post .post_body h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  padding-left: 8px;
}

.news_single_post .post_body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

.single-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 82px;
  font-weight: 600;
}

.single-pagination a {
  transition: 0.3s;
}

.single-pagination .prev,
.single-pagination .next {
  position: relative;
}

.single-pagination .prev {
  padding-left: 35px;
}

.single-pagination .next {
  padding-right: 35px;
}

.single-pagination .prev a::after,
.single-pagination .next a::after {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background-image: url(img/arrow_right.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}

.single-pagination .prev a::after {
  left: 0;
  transform: translateY(-50%) scale(0.75) scaleX(-1);
}

.single-pagination .next a::after {
  right: 0;
  transform: translateY(-50%) scale(0.75);
}

.single-pagination .all {
  border-bottom: 1px solid #232323;
}

/*contact*/
.contact_sec {
  padding-top: 60px;
  padding-bottom: 160px;
}

.contact_sec .contact_wrap {
  max-width: 900px;
}

.contact_sec .heading_box .text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}

.contact_sec .heading_box .form-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 60px;
}

.contact_sec .heading_box .form-flow .step {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  opacity: 0.4;
}

.contact_sec .heading_box .form-flow .step.active {
  opacity: 1;
}

.contact_sec .heading_box .form-flow .step:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #d7d7d7;
  border-right: 0;
  position: absolute;
  top: 50%;
  left: calc(100% + 16px);
  transform: translateY(-50%);
}

.contact_sec .heading_box .form-flow .step .num {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 0;
}

.contact_sec .heading_box .form-flow .step .num::after {
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #232323;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contact_sec .heading_box .form-flow .step .step_text {
  font-size: 14px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
  padding-left: 8px;
}

.contact_form,
.contact_form_confirm {
  padding: 80px;
  background-color: #f4f4f4;
}

.contact_form .form_row,
.contact_form_confirm .form_row {
  margin-bottom: 24px;
}

.contact_form .form_row p,
.contact_form_confirm .form_row p {
  display: flex;
  justify-content: space-between;
}

.contact_form .form_row p label {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 28.9%;
  padding-left: 18px;
}

.contact_form .form_row p label,
.contact_form_confirm .form_row p label,
.contact_form_confirm .form_row p textarea {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: 0.1em;
}

.contact_form_confirm .form_row p textarea {
  min-height: 60px; /* 最小の高さ */
  height: auto; /* 高さを自動に */
  resize: none; /* リサイズ無効 */
  overflow: hidden; /* スクロールバーを非表示 */
  line-height: 1.5;
}

.contact_form .form_row p:not(:last-child) {
  align-items: center;
}

.contact_form .form_row .wpcf7-form-control-wrap {
  display: block;
  width: 65.7%;
}

.contact_form .form_row.agree .wpcf7-form-control-wrap,
.contact_form .form_row.agree p label {
  width: 100%;
}

.wpcf7-acceptance {
  display: block;
  text-align: center;
}

.wpcf7-acceptance a {
  text-decoration: underline;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}

.wpcf7-acceptance .wpcf7-list-item input {
  width: 22px;
  height: 22px;
}

.contact_form .agree label {
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding-left: -12px;
}

.contact_form .required {
  background: #232323;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.contact_form input,
.contact_form textarea {
  background-color: #fff;
  width: 100%;
  color: #232323;
  padding: 11px 16px;
  border: 1px solid #ccc;
}

.contact_form .agree {
  margin-top: 40px;
  margin-bottom: 38px;
}

.contact_form .agree p label {
  display: flex;
  align-items: center;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.2;
  padding-left: 0;
}

.contact_form .submit {
  margin-top: 30px;
  text-align: center;
}

.contact_form .submit p,
.contact_form_confirm .submit p {
  display: contents;
}

.contact_form .submit .btn,
.contact_form_confirm .submit .btn {
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding: 18px 0;
}

.contact_form .submit .btn::before,
.contact_form_confirm .submit .btn::before {
  content: "";
  display: block;
  width: 35px;
  height: 5px;
  background-image: url(img/arrow_right.webp);
  position: absolute;
  top: 50%;
  left: auto;
  right: -18px;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s;
}

.contact_form input.wpcf7-submit,
.contact_form_confirm input.wpcf7-submit {
  width: 100%;
  height: auto;
  background: transparent;
  border: none;
  transform: 0.3s;
  padding: 0;
}

.contact_form .wpcf7-spinner,
.contact_form_confirm .wpcf7-spinner {
  display: none;
}

.wpcf7-form-control:focus {
  outline-color: #232323 !important; /* 好きな色に変更 */
  border-color: #232323 !important;
}

.wpcf7-not-valid-tip {
  color: #F95C5C; /* 文字色（赤） */
}

/* エラー時の入力フィールドのボーダー */
.wpcf7-not-valid {
  border: none !important;
}

/* 送信エラーメッセージ（画像の黄色い枠） */
.wpcf7-response-output {
  border: none !important;
  color: #F95C5C;
  padding: 0 !important;
}

/* バリデーションエラー（送信前のエラー） */
.wpcf7-response-output.wpcf7-validation-errors {
  border: none;
  color: #F95C5C;
}

/*confirm*/
.contact_form_confirm .form_row {
  border-bottom: 1px solid #ccc;
}

.contact_form_confirm .form_row:nth-child(6),
.contact_form_confirm .form_row:last-child {
  border-bottom: none;
}

.contact_form_confirm .form_row:last-child .wpcf7-form-control-wrap {
  height: auto;
}

.contact_form_confirm textarea {
  width: 100%;
  min-height: 100px;
}

.contact_form_confirm .form_row .wpcf7-form-control-wrap {
  display: block;
  width: 65.6756756757%;
}

/*thanks*/
.thanks_sec {
  text-align: center;
}

.thanks_sec .text_box .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 40px;
}

.thanks_sec .text_box .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 60px;
}

.thanks_sec .btn {
  margin: 0 auto;
}

/*privacy*/
.privacy_sec {
  padding-top: 60px;
  padding-bottom: 160px;
}

.privacy_policy {
  max-width: 900px;
  margin: 0 auto;
}

.privacy_policy .policy_section:not(:last-child),
.privacy_policy .intro {
  margin-bottom: 40px;
}

.privacy_policy .intro,
.privacy_policy .policy_section ul li,
.privacy_policy .policy_section p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
}

.privacy_policy .policy_section h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 16px;
}

/*404*/
.not_found_sec {
  padding-top: 60px;
  padding-bottom: 160px;
  text-align: center;
}

.not_found_sec .text_box .title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 40px;
}

.not_found_sec .text_box .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-bottom: 40px;
}

.not_found_sec .btn {
  margin: 0 auto;
}

@media (hover: hover) {
  .logo:hover,
.other_box .sns_box .link .img:hover {
    opacity: 0.5;
  }
  .nav .lists .item a:hover::after,
.other_box .privacy_box .privacy_text:hover::after,
.footer .top_scroll .text:hover::after,
.common_sec .box .title_box .cat .all:hover::after,
.common_sec .box .title_box .cat .cat-detail a:hover::after {
    left: -1px;
    right: auto;
    width: 100%;
  }
  .breadcrumb a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  .btn:hover::after {
    left: -1px;
    right: auto;
    width: calc(100% + 2px);
  }
  .btn .link:hover,
.contact_form .submit .btn:hover input.wpcf7-submit,
.contact_form_confirm .submit .btn:hover input.wpcf7-submit {
    color: #fff;
  }
  .btn:hover .img,
.contact_form .submit .btn:hover::before,
.contact_form_confirm .submit .btn:hover::before {
    right: 12px;
    filter: invert(100%);
  }
  .news_box .news_post-lists .post:hover {
    transform: translateX(20px);
  }
  .news_box .news_post-lists .post:hover .post_text_box .post_title {
    opacity: 0.5;
  }
  .common_contact .boxes .box:hover {
    background-color: #232323;
  }
  .common_contact .boxes .box:hover .title,
.common_contact .boxes .box:hover .text_box .text {
    color: #fff;
  }
  .common_contact .boxes .box:hover .text_box .img {
    filter: invert(100%);
    transform: translate(-20px, -50%);
  }
  .footer .top_scroll:hover span {
    background-color: #fff;
  }
  .footer .top_scroll:hover span::before,
.footer .top_scroll:hover span::after {
    border-top: 1px solid #232323;
    border-left: 1px solid #232323;
  }
  .footer .top_scroll:hover span::before {
    opacity: 0;
    top: 0;
  }
  .footer .top_scroll:hover span::after {
    opacity: 1;
    top: calc(50% + 2px);
  }
  .common_sec .box .title_box .cat .all:hover,
.common_sec .box .title_box .cat .cat-detail a:hover {
    color: #232323;
  }
  .work_sec .box .content .work_post-lists .post:hover .post_img * {
    transform: scale(1.2);
  }
  .work_sec .box .content .work_post-lists .post:hover .post_text_box .img {
    transform: translateX(6px);
  }
  .pagination .prev:hover,
.pagination .next:hover {
    background-color: #fff;
  }
  .pagination .prev:hover::after,
.pagination .next:hover::after {
    opacity: 1;
    left: 50%;
  }
  .pagination .prev:hover::before,
.pagination .next:hover::before {
    opacity: 0;
  }
  .pagination .prev:hover::before {
    left: 0;
  }
  .pagination .next:hover::before {
    left: 100%;
  }
  .pagination a.page-numbers:hover {
    color: #232323;
  }
  .pagination .prev:hover::after,
.pagination .next:hover::after {
    border-top: 1px solid #232323;
    border-right: 1px solid #232323;
  }
  .single-pagination a:hover {
    opacity: 0.5;
  }
  .single-pagination .prev a:hover::after {
    left: -5px;
  }
  .single-pagination .next a:hover::after {
    right: -5px;
  }
}
@media screen and (max-width: 1080px) {
  .tb {
    display: block;
  }
  .top_fv .top_logo_img {
    top: 86%;
  }
  .top_work .work_box .work_post-lists .splide__slide:not(.is-active) {
    margin-top: 36px;
  }
  .top_news .wrap {
    padding-left: 0;
    padding-right: 0;
    grid-template-columns: 1fr;
  }
  .top_news .title_box {
    display: contents;
  }
  .top_news .title_box .title {
    order: 1;
    margin-bottom: 12px;
  }
  .top_news .news_box .news_post-lists {
    margin-top: 0;
  }
  .top_news .news_box .news_post-lists .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top_news .news_box .news_post-lists .post,
.page_news .news_box .news_post-lists .post {
    grid-template-columns: 31% 56.4%;
    gap: 10px;
    padding-bottom: 23px;
  }
  .top_news .news_box .news_post-lists .post::after,
.page_news .news_box .news_post-lists .post::after {
    width: 5.87vw;
    height: 0.8vw;
    right: 20px;
  }
  .top_news .news_box .news_post-lists .post:first-child,
.page_news .news_box .news_post-lists .post:first-child {
    border-top: none;
  }
  .top_news .news_box .news_post-lists .post:last-child,
.page_news .news_box .news_post-lists .post:last-child {
    border-bottom: none;
  }
  .top_news .title_box .btn {
    order: 3;
  }
  .top_news .news_box {
    order: 2;
    margin-bottom: 60px;
  }
  .outline .box .company_profile .list dl dt {
    width: 26%;
  }
  .contact_form, .contact_form_confirm {
    padding: 40px;
  }
  .contact_form .form_row p,
.contact_form_confirm .form_row p {
    flex-direction: column;
    gap: 8px;
  }
  .contact_form .form_row p br,
.contact_form_confirm .form_row p br {
    display: none;
  }
  .contact_form .form_row p label {
    gap: 8px;
    width: 100%;
    justify-content: flex-start;
  }
  .contact_form .form_row .wpcf7-form-control-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.73vw;
  }
  .pc {
    display: none;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn {
    width: 63.7vw;
    margin: 0 auto;
  }
  /*header*/
  .header {
    height: auto;
  }
  .header .wrap {
    display: none;
  }
  .sp_header_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sp_header_logo {
    max-width: 102px;
    max-height: 28px;
    width: 27.2vw;
    height: 7.5vw;
    margin-left: 16px;
    position: relative;
    z-index: 100;
  }
  .sp_header_toggle {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 56px;
    position: relative;
    width: 56px;
    z-index: 100;
  }
  .sp_header_toggle.active {
    background-color: #232323;
  }
  .sp_header_toggle span {
    border-radius: 10px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.3s;
    width: 18px;
  }
  .sp_header_toggle span {
    background-color: #000;
  }
  .top_sp_header_wrap .sp_header_toggle span {
    background-color: #fff;
  }
  .sp_header_toggle span:nth-of-type(1) {
    top: calc(50% - 4px);
  }
  .sp_header_toggle span:nth-of-type(2) {
    top: calc(50% + 4px);
  }
  .sp_header_toggle.active span {
    background-color: #fff;
  }
  .sp_header_toggle.active span:nth-of-type(1) {
    left: 50%;
    transform: translateX(-50%) translateY(4px) rotate(-135deg);
  }
  .sp_header_toggle.active span:nth-of-type(2) {
    left: 50%;
    transform: translateX(-50%) translateY(-4px) rotate(135deg);
  }
  .sp_header_modal {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: 0.3s;
    width: 100%;
  }
  .sp_header_modal.active {
    transform: translateX(0);
  }
  .sp_header_bg {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
  }
  .sp_header_modal .box {
    background-color: #fff;
    height: 100%;
    padding: 116px 20px 77px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    overflow: scroll;
  }
  .sp_header_modal .nav .lists {
    flex-direction: column;
    gap: 0;
    margin-bottom: 60px;
  }
  .sp_header_modal .lists .item {
    border-bottom: 1px solid #ccc;
    margin-bottom: 32px;
  }
  .sp_header_modal .lists .item:last-child {
    margin-bottom: 0;
  }
  .sp_header_modal .lists .item a {
    display: block;
    font-size: 5.33vw;
    padding-bottom: 16px;
  }
  .sp_header_modal .box .logo {
    width: 49.6vw;
    margin-bottom: 8px;
  }
  .sp_header_modal .box .logo a {
    display: block;
    height: 100%;
  }
  .sp_header_modal .box .address {
    font-size: 3.2vw;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
  .other_box {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .other_box .sns_box {
    gap: 20px;
  }
  .other_box .sns_box .link {
    height: 5.33vw;
  }
  .other_box .sns_box .link .img:nth-child(2) {
    width: 5.33vw;
  }
  .top_fv {
    margin-top: 56px;
    padding-bottom: 0;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
  .top_fv .media {
    height: 200vw;
    width: 100%;
  }
  .top_sec {
    padding-top: 21.3vw;
    padding-bottom: 32.5vw;
  }
  .top_fv .title_box .text {
    font-size: 4.27vw;
    line-height: 1.6;
    margin-bottom: 120px;
  }
  .title_box .section_title {
    font-size: 10.6vw;
    text-align: center;
  }
  .top_fv .top_logo_img {
    width: 69.3vw;
    top: 81%;
    left: 30%;
  }
  .top_work {
    padding-top: 19vw;
    padding-bottom: 21.3vw;
  }
  .top_work .title_box {
    margin-bottom: 25px;
  }
  .top_work .work_box .splide__track {
    padding-bottom: 0;
  }
  .top_work .work_box .work_post-lists .splide__slide .img {
    width: 302px;
    height: 164px;
    margin-bottom: 11px;
  }
  .top_work .work_box .work_post-lists .splide__slide .img video {
    display: block;
  }
  .top_work .work_box .work_post-lists .splide__slide:not(.is-active) {
    margin-top: 0;
  }
  .top_work .work_box .work_post-lists .post .post_title {
    font-size: 3.2vw;
    width: 80%;
    margin: 0 auto;
  }
  .top_work .work_box .work_post-lists .splide__arrows {
    width: 80vw;
    max-width: none;
    top: 96%;
  }
  .top_work .work_box .work_post-lists .splide__arrow {
    width: 28px;
    height: 28px;
  }
  .top_work .work_box {
    margin-bottom: 60px;
  }
  .top_work .btn {
    position: relative;
    top: auto;
    right: auto;
  }
  .top_news {
    padding-top: 10.7vw;
    padding-bottom: 21.3vw;
  }
  .top_news .news_box .news_post-lists .post .post_text_box .post_title,
.page_news .news_box .news_post-lists .post .post_text_box .post_title {
    font-size: 3.2vw;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .top_news .news_box .news_post-lists .post .post_text_box .detail,
.page_news .news_box .news_post-lists .post .post_text_box .detail {
    gap: 16px;
  }
  .top_news .news_box .news_post-lists .post .post_text_box .detail time,
.page_news .news_box .news_post-lists .post .post_text_box .detail time {
    font-size: 2.67vw;
  }
  .top_news .news_box .news_post-lists .post .post_text_box .detail .tag,
.page_news .news_box .news_post-lists .post .post_text_box .detail .tag {
    font-size: 2.67vw;
  }
  /*common_contact*/
  .common_contact {
    padding-bottom: 19.2vw;
    padding-top: 19.2vw;
  }
  .common_contact .wrap {
    max-width: none;
    width: 100%;
  }
  .common_contact .boxes .box {
    padding-top: 8.53vw;
    padding-bottom: 8.53vw;
  }
  .common_contact .boxes .box .title {
    font-size: 8.53vw;
    margin-bottom: 6px;
  }
  .common_contact .boxes .box .unit {
    gap: 20px;
  }
  .common_contact .boxes .box .text_box .text {
    font-size: 3.2vw;
  }
  .common_contact .boxes .box .text_box .img {
    width: 5.33vw;
    height: 0.8vw;
  }
  .footer {
    padding-top: 8.53vw;
    padding-bottom: 4.27vw;
    position: relative;
  }
  .footer .wrap {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    position: static;
  }
  .footer .logo {
    width: 54vw;
  }
  .footer .nav .lists {
    -moz-column-gap: 32px;
         column-gap: 32px;
    row-gap: 16px;
  }
  .footer .nav .lists .item a {
    font-size: 3.73vw;
  }
  .footer .other_box {
    margin-top: 34px;
    margin-bottom: 60px;
  }
  .footer .other_box .privacy_box .privacy_text {
    font-size: 3.73vw;
  }
  .footer .footer_copy {
    margin: 0 auto;
  }
  .footer .top_scroll {
    top: 15%;
    right: 20px;
  }
  .footer .top_scroll span {
    width: 7.47vw;
    height: 7.47vw;
  }
  .page_main #fv {
    padding-top: 25.6vw;
    padding-bottom: 2.8vw;
  }
  .page_main #fv .title_box {
    margin-bottom: 20px;
  }
  .page_main #fv .title_box .section_title {
    text-align: left;
  }
  .common_sec {
    padding-top: 16vw;
    padding-bottom: 21.3vw;
  }
  .common_sec .box {
    grid-template-columns: 1fr;
  }
  .common_sec .box .title_box {
    position: relative;
    top: auto;
  }
  .common_sec .box .title_box .cat {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-bottom: 40px;
  }
  .common_sec .box .title_box .cat .cat-detail {
    display: contents;
  }
  .common_sec .box .title_box .cat .cat-detail li {
    line-height: 0;
  }
  .common_sec .box .title_box .cat a .work_single_post .post_head .post_img {
    font-size: 3.2vw;
  }
  .who_we_are,
.philosophy {
    padding-bottom: 21.3vw;
  }
  .about_sec .box {
    grid-template-columns: 1fr;
  }
  .common_sec .box .title_box .title {
    font-size: 3.73vw;
    margin-bottom: 30px;
  }
  .common_sec .box .title_box .title::after {
    width: 30px;
  }
  .common_sec .box .title_box .title.category_title::after {
    width: 82px;
  }
  .about_sec .box .content .content_title {
    font-size: 4.27vw;
  }
  .about_sec .box .content .content_text_box .text {
    font-size: 3.73vw;
    line-height: 1.8;
  }
  .about_sec .bg_text {
    writing-mode: vertical-lr;
    top: 11%;
    left: auto;
    right: -40px;
  }
  .outline {
    padding-bottom: 21.3vw;
    border-top: none;
  }
  .outline .box .title_box .title {
    margin-bottom: 40px;
  }
  .outline .box .company_profile .list dl dt {
    width: 32.2388059701%;
    font-size: 3.73vw;
    padding: 10px 8px 10px 0;
  }
  .outline .box .company_profile .list dl dd {
    font-size: 3.73vw;
    line-height: 1.8;
    padding: 10px 8px 10px 0;
  }
  .outline .box .company_profile .list dl:last-child dd {
    line-height: 2.2;
  }
  .access {
    padding-bottom: 18.1vw;
  }
  .access .box .content .map {
    width: 100%;
    height: 61.6vw;
    margin-top: 10px;
    margin-bottom: 46px;
  }
  .access .box .content .btn {
    margin: 0 auto;
  }
  .work_sec .box .content .work_post-lists {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .work_sec .box .content .work_post-lists .post .post_img {
    height: 59.5vw;
  }
  .work_sec .box .content .work_post-lists .post .post_text_box {
    padding: 2.1vw 3.2vw 4.3vw;
  }
  .work_sec .box .content .work_post-lists .post .post_text_box .post_title {
    font-size: 3.73vw;
    line-height: 2;
  }
  .work_sec .box .content .work_post-lists .post .post_text_box .work-cat {
    font-size: 3.2vw;
    line-height: 1.8;
  }
  .news_sec .wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .news_sec .box .title_box {
    padding-left: 20px;
    padding-right: 20px;
  }
  .news_sec .box .title_box .cat {
    margin-bottom: 30px;
  }
  .page_news .news_box .news_post-lists .post {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pagination {
    margin-top: 40px;
  }
  .work_single_sec {
    padding-bottom: 21.3vw;
  }
  .work_single_sec .box .title_box,
.news_single_sec .box .title_box {
    display: none;
  }
  .work_single_post {
    padding-bottom: 22.4vw;
  }
  .work_single_post .post_head {
    margin-bottom: 16px;
  }
  .work_single_post .post_head .post_img {
    height: 60vw;
    margin-bottom: 30px;
  }
  .work_single_post .post_head .post_title {
    font-size: 4.3vw;
  }
  .work_single_post .post_body p {
    font-size: 3.7vw;
    margin-bottom: 0;
  }
  .single-pagination {
    margin-top: 80px;
  }
  .news_single_post {
    padding-bottom: 22.4vw;
  }
  .news_single_post .post_head {
    margin-bottom: 32px;
  }
  .news_single_post .post_head time {
    font-size: 3.2vw;
  }
  .news_single_post .post_head .post_title {
    font-size: 4.3vw;
  }
  .news_single_post .post_head .img {
    width: 74.4vw;
    height: 46.1vw;
  }
  .news_single_post .post_body h2 {
    font-size: 4.3vw;
    margin-bottom: 24px;
  }
  .news_single_post .post_body h2::before {
    width: 41.7910447761%;
  }
  .news_single_post .post_body h3 {
    font-size: 4.3vw;
    margin-bottom: 24px;
  }
  .news_single_post .post_body h4 {
    font-size: 4.3vw;
    margin-bottom: 24px;
  }
  .news_single_post .post_body p {
    font-size: 3.73vw;
    margin-bottom: 0;
  }
  .contact_sec .heading_box .text {
    min-width: 343px;
    font-size: 3.73vw;
    margin-bottom: 60px;
  }
  .contact_sec .heading_box .form-flow {
    gap: 5.3vw;
    margin-bottom: 40px;
  }
  .contact_sec .heading_box .form-flow .step:not(:last-child):after {
    left: 105%;
  }
  .contact_sec .heading_box .form-flow .step .step_text {
    font-size: 3.2vw;
  }
  .contact_sec .heading_box .form-flow .step .num {
    font-size: 4.3vw;
  }
  .contact_sec .heading_box .form-flow .step .num::after {
    width: 6.4vw;
    height: 6.4vw;
  }
  .contact_form,
.contact_form_confirm {
    padding: 10.7vw 5.3vw;
  }
  .contact_form .form_row p label,
.contact_form_confirm .form_row p label,
.contact_form_confirm .form_row p textarea {
    font-size: 3.73vw;
    padding-left: 0;
  }
  .contact_form input, .contact_form textarea {
    padding: 1.9vw 2.1vw;
  }
  .contact_form .required {
    font-size: 2.7vw;
  }
  .wpcf7-acceptance {
    text-align: left;
  }
  .contact_form_confirm .form_row .wpcf7-form-control-wrap {
    width: 100%;
    padding-bottom: 8px;
  }
  .thanks_sec .heading_box .form-flow {
    margin-bottom: 70px;
  }
  .thanks_sec .text_box .title {
    font-size: 4.8vw;
    margin-bottom: 32px;
  }
  .page_privacy .title_box .section_title {
    width: 90%;
  }
  .privacy_policy .policy_section h2 {
    font-size: 4.8vw;
  }
  .privacy_policy .intro, .privacy_policy .policy_section ul li,
.privacy_policy .policy_section p {
    font-size: 3.73vw;
  }
  .not_found_sec .text_box .title {
    font-size: 4.8vw;
    margin-bottom: 40px;
  }
  .not_found_sec .text_box .text {
    font-size: 3.73vw;
  }
}
/*# sourceMappingURL=style.css.map */
  }
}

/*# sourceMappingURL=style.css.map */
