@charset "UTF-8";
/* ========================================
   1. ボックスモデルの設定
   ======================================== */
/* すべての要素でボックスサイジングをborder-boxに設定 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ========================================
   2. 基本的なリセット
   ======================================== */
/* ボディ、HTML、マージン、パディングをリセット */
html, body {
  margin: 0 !important;
  padding: 0;
  font-family: sans-serif; /* 標準フォントファミリー */
  line-height: 1.5; /* 行間を標準に */
}

/* ========================================
   3. 主要な要素のスタイルリセット
   ======================================== */
/* 見出し要素のスタイルリセット */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* リスト要素のリセット */
ul, ol {
  list-style: none; /* デフォルトのリストスタイルを削除 */
  margin: 0;
  padding: 0;
}

/* リンクのスタイルをリセット */
a {
  text-decoration: none; /* リンクの下線を削除 */
  color: inherit; /* リンクの色を親要素から継承 */
}

/* フォームのスタイルをリセット */
input, button, select, textarea {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  border: none; /* フォームのデフォルトボーダーを削除 */
}

/* ========================================
   4. 表のスタイルリセット
   ======================================== */
/* 表のスタイルをリセット */
table {
  border-collapse: collapse; /* テーブルのセルの隙間を取り除く */
  width: 100%;
}

/* 表のセルにパディングを追加 */
th, td {
  padding: 0;
  text-align: left;
}

/* ========================================
   5. その他のスタイルリセット
   ======================================== */
/* ブロック要素のディスプレイ設定 */
header, footer, main, section, article, aside, nav {
  display: block;
}

/* ========================================
   6. その他の調整
   ======================================== */
/* 画像のリセット */
img {
  max-width: 100%; /* 画像が親要素の幅を超えないように */
  height: auto; /* 画像の高さを自動で調整 */
}

/* ========================================
   7. テキストのリセット
   ======================================== */
/* テキストのスタイルをリセット */
p, blockquote, dl, dd {
  margin: 0;
  padding: 0;
}

.fx-col {
  display: flex;
  flex-direction: column;
}

.fx-col-reverse {
  display: flex;
  flex-direction: column-reverse;
}

.fx-row {
  display: flex;
  flex-direction: row;
}

.fx-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.fx-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fx-wrap {
  display: flex;
  flex-wrap: wrap;
}

.fx-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

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

.fx-around {
  display: flex;
  justify-content: space-around;
}

.fx-evenly {
  display: flex;
  justify-content: space-evenly;
}

.w-100 {
  width: 100%;
}

.w-80 {
  width: 80%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.pt-section {
  padding-top: 10em;
}

.dis-none {
  display: none;
}

.op-0 {
  opacity: 0;
}

.background {
  position: relative;
}

section.about {
  padding: 10vw 0;
}
section.about .title {
  position: relative;
  gap: 0.05em;
}
section.about .title h2 {
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 500;
  font-family: "futura", sans-serif;
  line-height: 1;
}
section.about .title span {
  font-size: clamp(18px, 2vw, 20px);
  font-family: "yu-gothic", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
}
section.about .title p {
  font-size: clamp(50px, 18vw, 200px);
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
  font-family: "futura", sans-serif;
}
section.about .phil {
  gap: 3vw;
  text-align: center;
  animation-delay: 0.5s;
}
section.about .phil h3 {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 500;
  font-family: "yu-gothic", sans-serif;
  line-height: 1;
}
section.about .phil p {
  font-size: clamp(18px, 3vw, 25px);
  font-family: "yu-gothic", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1vw;
  letter-spacing: 0.05em;
}
section.about .ceo {
  gap: 3vw;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  animation-delay: 0.8s;
}
section.about .ceo .ceo-image {
  width: 50%;
  margin: 0 auto;
}
section.about .ceo .ceo-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}
section.about .ceo .ceo-text {
  gap: 3vw;
  width: 50%;
  text-align: left;
}
section.about .ceo .ceo-text h3 {
  font-size: clamp(18px, 2.5vw, 30px);
  font-weight: bold;
  font-family: "yu-gothic", sans-serif;
  line-height: 1;
}
section.about .ceo .ceo-text h3 span {
  font-size: clamp(18px, 2.5vw, 25px);
  padding-left: 1vw;
}
section.about .ceo .ceo-text p {
  font-size: clamp(13px, 1.8vw, 18px);
  font-family: "yu-gothic", sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  section.about .ceo {
    flex-direction: column;
    gap: 30px;
  }
  section.about .ceo .ceo-image {
    width: 100%;
    margin: 0 auto;
  }
  section.about .ceo .ceo-text {
    margin: auto;
    width: 80%;
    text-align: center;
    line-height: 1.5;
  }
}
@media (max-width: 480px) {
  section.about .ceo .ceo-image {
    width: 100%;
    margin: 0 auto;
  }
  section.about .ceo .ceo-text {
    margin: auto;
    width: 90%;
    text-align: center;
    line-height: 1.8;
  }
}

section.company {
  gap: 3vw;
  margin: auto;
  padding-bottom: 10vw;
  justify-content: space-between;
}
section.company .container {
  width: 100%;
  max-width: 500px;
  animation-delay: 0.3s;
}
section.company .container .company-item {
  gap: 2vw;
  border-bottom: 1px solid black;
  width: 100%;
  font-family: "yu-gothic", sans-serif;
  align-items: center;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: bold;
  line-height: 2;
  padding: 1em 0;
}
section.company .container .company-item:nth-last-child(1) {
  border: none;
}
section.company .container .company-item .company-item-title {
  width: 100%;
  max-width: 100px;
}
@media (max-width: 480px) {
  section.company .container .company-item .company-item-title {
    max-width: 80px;
  }
}
@media (max-width: 1024px) {
  section.company {
    flex-direction: column;
  }
  section.company .container {
    margin: auto;
  }
}

.displayed {
  animation: fadeIn 1s forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.wave-background {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(20deg);
  width: 200%;
  height: 200px;
  overflow: hidden;
  z-index: 0;
}
.wave-background svg {
  width: 200%;
  height: 100%;
  animation: wave-slide 10s linear infinite alternate;
}
.wave-background .wave-path {
  fill: none;
  stroke: white;
  stroke-width: 1;
}
.wave-background .wave-path:nth-child(2) {
  transform: translateY(-5px) rotate(1deg);
}
.wave-background .wave-path:nth-child(3) {
  transform: translateY(-10px) rotate(2deg);
}
.wave-background .wave-path:nth-child(4) {
  transform: translateY(-15px) rotate(3deg);
}
.wave-background .wave-path:nth-child(5) {
  transform: translateY(-20px) rotate(4deg);
}
.wave-background .wave-path:nth-child(6) {
  transform: translateY(-25px) rotate(5deg);
}
.wave-background .wave-path:nth-child(7) {
  transform: translateY(-30px) rotate(6deg);
}
.wave-background .wave-path:nth-child(8) {
  transform: translateY(-35px) rotate(7deg);
}
.wave-background .wave-path:nth-child(9) {
  transform: translateY(-40px) rotate(8deg);
}
.wave-background .wave-path:nth-child(10) {
  transform: translateY(-45px) rotate(9deg);
}
.wave-background .wave-path:nth-child(11) {
  transform: translateY(-50px) rotate(10deg);
}
.wave-background .wave-path:nth-child(12) {
  transform: translateY(-55px) rotate(11deg);
}
.wave-background .wave-path:nth-child(13) {
  transform: translateY(-60px) rotate(12deg);
}
.wave-background .wave-path:nth-child(14) {
  transform: translateY(-65px) rotate(13deg);
}
.wave-background .wave-path:nth-child(15) {
  transform: translateY(-70px) rotate(14deg);
}
.wave-background .wave-path:nth-child(16) {
  transform: translateY(-75px) rotate(15deg);
}
.wave-background .wave-path:nth-child(17) {
  transform: translateY(-80px) rotate(16deg);
}
.wave-background .wave-path:nth-child(18) {
  transform: translateY(-85px) rotate(17deg);
}
.wave-background .wave-path:nth-child(19) {
  transform: translateY(-90px) rotate(18deg);
}
.wave-background .wave-path:nth-child(20) {
  transform: translateY(-95px) rotate(19deg);
}

@keyframes wave-slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

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