@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");

:root {
  --size10: min(0.69vw, 10px);
  --size14: min(0.97vw, 14px);
  --size16: min(1.11vw, 16px);
  --size18: min(1.25vw, 18px);
  --size20: min(1.38vw, 20px);
  --size24: min(1.66vw, 24px);
  --size25: min(1.73vw, 25px);
  --size27: min(1.875vw, 27px);
  --size30: min(2.08vw, 30px);
  --size32: min(2.22vw, 32px);
  --size35: min(2.43vw, 35px);
  --size40: min(2.77vw, 40px);
  --size42: min(2.9vw, 42px);
  --size45: min(3.1vw, 45px);
  --size48: min(3.33vw, 48px);
  --size50: min(3.47vw, 50px);
  --size54: min(3.75vw, 54px);
  --size60: min(4.16vw, 60px);
  --size70: min(4.86vw, 70px);
}

a {
  text-decoration: none;
  color: #0D0D21;
}

.c_white {
  color: white;
}

li {
  list-style: none;
}

body {
  margin: 0;
  padding: 0;
}

.fade-in {
  display: none;
}

.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

p {
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(13, 13, 33, 0);
  color: #0D0D21;
  z-index: 10;
}

header .header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
}

.sp {
  display: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.company_table_block_title {
  width: 240px;
  text-align: left;
}

.company_table_block_text {
  width: 480px;
  text-align: left;
}

.sub_company {
  padding: 0px 16px;
}

.company_table {
  margin: auto;
  margin-top: 104px;
}

.company_table_block tr {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  padding: 16px;
  display: block;
}

.company_table_block tr+tr {
  border-top: none;
}




.sub_strength h2 {
  font-size: 56px;
}

.sub_strength_li {
  display: flex;
  justify-content: space-between;
}

.sub_strength_block_text {
  width: 48%;
}

.sub_strength_block_img {
  width: 48%;
}

.sub_strength_block_img.width {
  width: 52%;
}

.sub_works h1 {
  font-size: 64px;
  line-height: 72px;
  margin-top: 32px;
}



.sub_strength_block_img {
  margin-right: calc(((100vw - 100%) / 2) * -1);
}


.sub_strength_li:nth-child(even) {
  flex-direction: row-reverse;
  margin-right: unset;
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

.sub_strength_li+.sub_strength_li {
  margin-top: 104px;
}

.sub_strength_detail {
  margin-top: 16px;
}

.sub_strength h1 {
  font-size: 56px;
  margin-top: 144px;
}

.sub_strength_flow_text {
  max-width: 700px;
  margin: auto;
  margin-top: 32px;
}

.sub_strength_ul {
  margin-top: 144px;
  padding: 0 104px;
  padding-bottom: 10%;
}

ul {
  padding: 0;
  margin: 0;
}

.sub_strength h2 {
  font-size: 40px;
}

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

.sub_top {
  margin-top: 144px;
}


@media screen and (max-width: 768px) {

  .sub_top {
    margin-top: unset;
  }


  .sub_strength h2 {
    font-size: 24px;
  }

  .sub_strength_ul {
    margin-top: 64px;
    padding: 0 16px;
    margin-bottom: 64px;
  }

  .sub_strength_block_text {
    width: 100%;
  }

  .sub_strength_block_img.width {
    width: 100%;
  }

  .sub_strength_li {
    display: block;
    ;
  }

  header .header-flex {
    padding: 0 12px;
    height: 80px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }


  .sub_strength_li:nth-child(even) {
    margin-left: unset;
    margin-right: unset;
  }

  .sub_strength_block_img {
    width: 100%;
  }

  .br_pc {
    display: none;
  }

  .sub_strength_block_img {
    margin-top: 24px;
  }


}

@media screen and (max-width: 300px) {
  header .header-flex {
    padding: 0;
  }
}

header .header-flex .logo {
  width: 128px;
}

header .header-flex .logo .logo-img {
  width: 100%;
}

@media screen and (max-width: 300px) {
  header .header-flex .logo {
    width: 50%;
  }
}

header .header-flex .menu {
  cursor: pointer;
}

@media screen and (max-width: 300px) {
  header .header-flex .menu {
    font-size: 8vw;
  }
}

.Main-Visual {
  width: 100%;
  aspect-ratio: 1920/1000;
}

.Main-Visual .Main-Visual-img {
  width: 100%;
  height: 100%;
}

.Main-Visual .Main-Visual-img img {
  width: 100%;
}

.About {
  width: 100%;
  background-color: #0D0D21;
}

.About .About-content {
  width: auto;
  padding: 15% 15%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--size20);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .About .About-content {
    padding: 20% 12px;
    flex-direction: column;
    gap: 30px;
  }

  .Main-Visual {
    width: 100%;
    aspect-ratio: unset;
  }
}

.About .About-content .About-text {
  width: calc((100% - var(--size20)) / 2);
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text {
    width: 100%;
  }
}

.About .About-content .About-text .title {
  font-size: var(--size40);
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 300px) {
  .About .About-content .About-text .title {
    font-size: 15vw;
  }
}

.About .About-content .About-text .content {
  font-size: var(--size20);
  width: 95%;
}

@media screen and (max-width: 768px) {
  .About .About-content .About-text .content {
    font-size: 18px;
  }
}

.About .About-content .About-img {
  width: calc((100% - var(--size20)) / 2);
  aspect-ratio: 400/270;
}

@media screen and (max-width: 768px) {
  .About .About-content .About-img {
    width: 100%;
  }
}

.About .About-content .About-img img {
  width: 100%;
  height: 100%;
}

.Works {
  width: 100%;
}

.Works .Works-content {
  padding: 7% 15% 7% 15%;
}

@media screen and (max-width: 768px) {
  .Works .Works-content {
    padding: 20% 12px;
  }
}

.Works .Works-content .Works-title {
  font-size: var(--size40);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 300px) {
  .Works .Works-content .Works-title {
    font-size: 15vw;
  }
}

.Works .Works-content .Works-list {
  width: 100%;
  height: 70%;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: var(--size70);
  padding: 0;
  gap: var(--size20) var(--size70);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list {
    margin-top: 30px;
    gap: 50px;
    flex-direction: column;
  }
}

.Works .Works-content .Works-list .Works-list-item {
  width: calc((100% - var(--size70) * 2) / 3);
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item {
    width: 100%;
    margin-top: 0 !important;
  }
}

.Works .Works-content .Works-list .Works-list-item .img {
  width: 100%;
  aspect-ratio: 4/3;
}

.Works .Works-content .Works-list .Works-list-item .img img {
  width: 100%;
  height: 100%;
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--size24);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title {
    margin-top: 20px;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content {
  display: flex;
  flex-direction: column;
  gap: var(--size10);
}

@media screen and (max-width: 300px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content {
    word-break: break-all;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .date {
  font-size: var(--size16);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .date {
    font-size: 16px;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .title {
  font-size: var(--size20);
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .Works-list-title-content .title {
    font-size: 20px;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img {
  height: var(--size50);
  aspect-ratio: 1/1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img {
    height: 50px;
  }
}

@media screen and (max-width: 300px) {
  .Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img {
    height: 15vw;
  }
}

.Works .Works-content .Works-list .Works-list-item .Works-list-title .arrow-img img {
  width: 100%;
  height: 100%;
}

.News {
  width: 100%;
  background-color: #0D0D21;
  color: #fff;
}

.News .News-content {
  padding: 15% 10% 18%;
}

@media screen and (max-width: 768px) {
  .News .News-content {
    padding: 20% 12px;
  }
}

.News .News-content .News-title {
  font-size: var(--size40);
}

@media screen and (max-width: 768px) {
  .News .News-content .News-title {
    font-size: 32px;
    margin: 0;
  }
}

@media screen and (max-width: 300px) {
  .News .News-content .News-title {
    font-size: 15vw;
  }
}

.News .News-content .News-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--size30);
  padding: 0;
  padding-top: 8%;
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list {
    /* gap: 50px; */
    flex-direction: column;
  }
}

.News .News-content .News-list .News-list-item {
  width: calc((100% - var(--size30) * 2) / 3);
  height: 80%;
  display: flex;
  flex-direction: column;
  gap: var(--size20);
  padding: 0 2%;
  box-sizing: border-box;
  font-size: var(--size20);
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item {
    width: 100%;
    height: auto;
    font-size: 20px;
    padding: 0;
  }
}

.News .News-content .News-list .News-list-item .content {
  font-size: var(--size18);
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item .content {
    font-size: 18px;
  }
}

.News .News-content .News-list .News-list-item:first-of-type {
  padding-right: 4%;
  padding-left: 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item:first-of-type {
    padding-right: 0;
  }
}

.News .News-content .News-list .News-list-item:last-of-type {
  padding-right: 0;
  padding-left: 4%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .News .News-content .News-list .News-list-item:last-of-type {
    padding-left: 0;
  }
}

.Contact {
  width: 100%;
  aspect-ratio: 1920/1000;
  color: #0D0D21;
}

@media screen and (max-width: 768px) {
  .Contact {
    height: auto;
    aspect-ratio: 0;
  }
}

.Contact .Contact-content {
  display: flex;
  align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content {
    flex-direction: column;
  }
}

.Contact .Contact-content .Contact-img {
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-img {
    order: 2;
    width: 100%;
    margin-bottom: -6px;
  }
}

.Contact .Contact-content .Contact-img img {
  width: 100%;
  height: 100%;
}

.Contact .Contact-content .Contact-text {
  width: 50%;
  padding: 0 10%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: var(--size30);
  height: -moz-fit-content;
  height: fit-content;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text {
    order: 1;
    width: 100%;
    padding: 20% 12px;
    gap: 30px;
  }
}

.Contact .Contact-content .Contact-text .Contact-title {
  font-size: var(--size40);
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text .Contact-title {
    font-size: 32px;
  }
}

@media screen and (max-width: 300px) {
  .Contact .Contact-content .Contact-text .Contact-title {
    font-size: 15vw;
  }
}

.Contact .Contact-content .Contact-text .Contact-message {
  font-size: var(--size16);
  margin-top: 7%;
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text .Contact-message {
    font-size: 16px;
  }
}

.Contact .Contact-content .Contact-text .more {
  font-size: var(--size14);
}

@media screen and (max-width: 768px) {
  .Contact .Contact-content .Contact-text .more {
    font-size: 14px;
  }
}

.index-footer {
  position: relative;
  height: 300px;
  bottom: 0;
  font-size: var(--size16);
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #0D0D21;
}

@media screen and (max-width: 768px) {
  .index-footer {
    font-size: 12px;
  }
}

.index-footer .footer-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 200px);
  height: inherit;
  /* padding: 0 100px; */
  margin: 0 auto;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .index-footer .footer-wrap {
    width: 100%;
    flex-direction: column;
  }
}

.index-footer .footer-wrap .FaceBook {
  position: absolute;
  left: 0;
}

@media screen and (max-width: 768px) {
  .index-footer .footer-wrap .FaceBook {
    position: relative;
  }
}

.index-footer .footer-wrap .footer-center {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: absolute;
  margin: 0 auto;
  gap: 30px;
}

@media screen and (max-width: 300px) {
  .index-footer .footer-wrap .footer-center {
    flex-direction: column;
    gap: 0;
  }
}

.index-footer .footer-wrap .AllRight {
  position: absolute;
  right: 0;
}

@media screen and (max-width: 768px) {
  .index-footer .footer-wrap .AllRight {
    position: relative;
  }
}



.scroll-smooth-area {
  transform: translateY(100px);
  padding-bottom: 10%;
}

.works-title {
  text-align: center;
  font-size: 104px;
  color: #000000;
}

.sub_company {
  padding-bottom: 10%;
}


.works-title span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease;
}

.works-title span.visible {
  opacity: 1;
  transform: translateY(0);
}

.year-tab-wrap {
  display: flex;
  gap: 25px;
  justify-content: center;
  color: #fff;
}

.year-tab {
  padding: 23px 96px;
  border: 1px solid #fff;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.year-tab.visible {
  opacity: 1;
  transform: translateY(0);
}

.works-list-wrap {
  margin-top: 105px;
}

.works-list-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 56px;
  width: 100%;
  list-style-type: none;
  padding: 0 100px;
  margin: auto;
  box-sizing: border-box;
}

.works-list-card {
  /* border-radius: 8px; */
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
}

.works-list-img {
  width: 100%;
  aspect-ratio: 588/649;
  overflow: hidden;
  box-shadow: 0px -2px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  /* background-size: cover; */
  background-position: top;
  background-size: 100% 150%;
  background-repeat: no-repeat;
  background-position: center top;
  /* animation: parallax linear both; */
  /* animation-timeline: view(); */
}

.img1 {
  background-image: url(./assets/img/shushita20.webp);
}

.img2 {
  background-image: url(./assets/img/Hair-Produce-ease0.webp);
}

.img3 {
  background-image: url(./assets/img/Harley-Davidson.webp);
}

.img4 {
  background-image: url(./assets/img/グラウンド六甲ボウリング0.webp);
}

.img5 {
  background-image: url(./assets/img/ウィステリア長居リノベーション0.webp);
}

.img6 {
  background-image: url(./assets/img/秦乃郷0.webp);
}

.img7 {
  background-image: url(./assets/img/BOSTONハンバーグ　PLATPLAT0.webp);
}

.img8 {
  background-image: url(./assets/img/KITCHENまるしん4.webp);
}

@keyframes parallax {
  from {
    background-position: center 0;
  }

  to {
    background-position: center -200px;
  }
}

/* .works-list-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transform: translateY(0); 
    transition: transform 0.3s ease; 
} */
.works-list-card h3 {
  margin: 30px 0 45px 0;
  font-size: 20px;
  text-align: left;
  color: #fff;
}

.works-footer {
  position: relative;
  height: 36px;
  font-size: 12px;
  width: 100%;
  margin-top: 130px;
  color: #fff;
}

.works-footer-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: calc(100% - 200px);
  /* padding: 0 100px; */
  margin: 0 auto;
  height: 36px;
}

@media (max-width: 768px) {
  .scroll-smooth-area {
    padding-bottom: 8%;
  }

  .sub_company {
    padding-bottom: 12%;
  }

  .works-title {
    font-size: 32px;
    margin-top: 100px;
    margin-bottom: 20px;
  }

  .year-tab-wrap {
    flex-direction: column;
    width: 80%;
    text-align: center;
    margin: 0 auto;
  }

  .works-list-wrap {
    margin-top: 70px;
  }

  .works-list-container {
    grid-template-columns: repeat(1, 1fr);
    padding: 0 10%;
  }

  .works-footer {
    width: 100vw;
    height: 70px;
    display: block;
    margin-top: 60px;
  }

  .works-footer-wrap {
    flex-direction: column;
    width: 100%;
    height: 100%;
    gap: 25px;
  }

  .FaceBook {
    position: relative;
  }

  .AllRight {
    position: relative;
  }
}

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