@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;800;900&display=swap");
.mt100 {
  margin-top: 100px;
}

.tmb {
  padding-bottom: 80px;
}

.about_intro {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 50vh;
  padding-bottom: 20vh;
  background-color: #fff;
  position: relative;
}
.about_intro .about_intro_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about_intro .about_intro_container {
    margin: auto;
    margin-top: 40vh;
    z-index: 1;
  }
}
.about_intro .about_intro_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: -1.3px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  max-width: 800px;
}

.about_flow {
  width: 100%;
  background-color: #fafafa;
  position: relative;
}
.about_flow .vertical-line {
  position: absolute;
  top: 12vw;
  width: 1px;
  height: calc(100% - (12vw + 2rem));
  background-color: #EFEFEF;
  z-index: 0;
}
.about_flow .vertical-line.left {
  left: calc(50% - 480px);
}
.about_flow .vertical-line.center {
  left: 50%;
  transform: translateX(-50%);
}
.about_flow .vertical-line.right {
  right: calc(50% - 480px);
}
.about_flow .main_title {
  margin: 0 auto 60px;
  padding: 0 20px;
  position: relative;
}
.about_flow .main_title .h2_block {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.about_flow .main_title .h2_block .line {
  width: 100%;
  height: 1px;
  background-color: #333;
  opacity: 0.8;
  border: none;
  margin: 0;
  display: block;
  margin-top: -2vw;
}
.about_flow .main_title .h2_block h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 16vw;
  letter-spacing: -2px;
  color: #000;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  display: block;
  margin-top: -2vw;
}
.about_flow .subtitle {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
  margin-top: 150px;
}
.about_flow .subtitle .phase_intro_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  max-width: 800px;
}
.about_flow .subtitle .phase_intro_item {
  width: 48%;
  max-width: 300px;
}
.about_flow .subtitle .phase_intro_number {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  color: #000;
  margin-bottom: 0;
}
.about_flow .subtitle .phase_intro_label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.about_flow .subtitle .phase_intro_text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
}
.about_flow .flow_subtitle {
  text-align: center;
  margin-bottom: 80px;
}
.about_flow .flow_subtitle p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  color: #000;
}
.about_flow .flow_block {
  max-width: 1000px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
.about_flow .flow_block:last-child {
  margin-bottom: 0;
  padding-bottom: 100px;
}
.about_flow .flow_block .h3_phase_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
  position: relative;
  padding-top: 15px;
  margin-top: 100px;
  justify-content: space-between;
}
.about_flow .flow_block .h3_phase_title .icon_phase {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  top: -10px;
}
.about_flow .flow_block .h3_phase_title .icon_phase .phase_number {
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  font-size: 28px;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.about_flow .flow_block .h3_phase_title .icon_phase .phase_label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #000;
  position: relative;
  top: -3px;
}
.about_flow .flow_block .h3_phase_title .phase_heading {
  margin-left: 0;
  padding-top: 30px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 150px;
}
.about_flow .flow_block .h3_phase_title .phase_heading h2.ja {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1.1;
  letter-spacing: -2px;
  color: #000;
  margin-bottom: 5px;
}
.about_flow .flow_block .h3_phase_title .phase_heading p.en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.about_flow .flow_block .h3_phase_title .description {
  position: relative;
  margin-top: 0;
  padding-right: 0;
  padding-top: 30px;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  min-height: 150px;
  width: 41%;
}
.about_flow .flow_block .h3_phase_title .description p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  text-align: left;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.about_flow .flow_block .h3_phase_title .description .detail_btn {
  text-align: left;
  margin-top: auto;
}
.about_flow .flow_block .h3_phase_title .description .detail_btn .toggle_btn {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  padding: 10px 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about_flow .flow_block .h3_phase_title .description .detail_btn .toggle_btn:hover {
  background-color: #f5f5f5;
}
.about_flow .flow_block:first-child .h3_phase_title {
  margin-top: 60px;
}
.about_flow .flow_block .button_container {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
}
.about_flow .flow_block .button_container .detail_btn {
  display: inline-block;
}
.about_flow .flow_block .button_container .detail_btn .toggle_btn {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 22px;
  padding: 10px 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}
.about_flow .flow_block .button_container .detail_btn .toggle_btn:hover {
  background-color: #f5f5f5;
}
.about_flow .flow_block .hide_section {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease, margin 0.5s ease;
  margin-left: 0;
  padding-left: 0;
}
.about_flow .flow_block .hide_section.show {
  max-height: 1000px;
  opacity: 1;
  margin-top: 60px;
  padding-bottom: 60px;
}
.about_flow .flow_block .hide_section .detail_item {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_flow .flow_block .hide_section .detail_item:last-child {
  margin-bottom: 0;
}
.about_flow .flow_block .hide_section .detail_item .detail_content {
  flex: 0 0 40%;
}
.about_flow .flow_block .hide_section .detail_item .detail_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #000;
  margin-bottom: 5px;
}
.about_flow .flow_block .hide_section .detail_item .detail_title_en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #888;
  margin-bottom: 10px;
}
.about_flow .flow_block .hide_section .detail_item .detail_text {
  width: 41%;
}
.about_flow .flow_block .hide_section .detail_item .detail_text p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  text-align: left;
}

.about_service {
  width: 100%;
  padding: 100px 0;
  background-color: #fafafa;
}
.about_service .service_title {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
  text-align: center;
}
.about_service .service_title h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-size: 56px;
  letter-spacing: -1px;
  color: #fff;
}
.about_service .service_title p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
  color: #fff;
  margin-top: 20px;
}
.about_service .service_container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.about_service .service_container .service_logo {
  width: 15%;
  padding-right: 50px;
  margin-bottom: 30px;
}
.about_service .service_container .service_logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
  filter: brightness(0) invert(1);
}
.about_service .service_container .service_list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 80px 60px;
}
.about_service .service_item {
  margin-bottom: 0;
}
.about_service .service_item h3 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}
.about_service .service_item p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  color: #999;
}

/* レスポンシブ設定 */
@media screen and (max-width: 768px) {
  .about_intro {
    padding: 80px 0;
  }
  .about_intro .about_intro_text {
    font-size: 24px;
    line-height: 60px;
  }
  .about_flow {
    padding: 80px 0;
  }
  .about_flow .main_title .h2_block h2 {
    font-size: 48px;
  }
  .about_flow .subtitle .phase_intro_container {
    max-width: 600px;
  }
  .about_flow .subtitle .phase_intro_number {
    font-size: 48px;
  }
  .about_flow .subtitle .phase_intro_text {
    font-size: 20px;
  }
  .about_flow .flow_block .h3_phase_title {
    display: block;
    padding-top: 0;
    margin-top: 80px;
    margin-bottom: 20px;
  }
  .about_flow .flow_block .h3_phase_title .icon_phase {
    position: relative;
    margin: auto;
    margin-bottom: 15px;
  }
  .about_flow .flow_block .h3_phase_title .phase_heading {
    width: 100%;
    display: block;
    min-height: auto;
    justify-content: flex-start;
    padding-top: 0;
    margin-bottom: 50px;
  }
  .about_flow .flow_block .h3_phase_title .phase_heading h2.ja {
    font-size: 50px;
  }
  .about_flow .flow_block .h3_phase_title .description {
    width: 100%;
    display: block;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    min-height: auto;
  }
  .about_flow .flow_block .h3_phase_title .description p {
    text-align: center;
    margin-bottom: 20px;
  }
  .about_flow .flow_block:first-child .h3_phase_title {
    margin-top: 40px;
  }
  .about_flow .flow_block .button_container {
    margin-top: 10px;
    margin-bottom: 30px;
    text-align: center;
  }
  .about_flow .flow_block .hide_section.show {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about_flow .flow_block .hide_section .detail_item {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .about_flow .flow_block .hide_section .detail_item .detail_content {
    margin-bottom: 15px;
  }
  .about_flow .flow_block .hide_section .detail_item .detail_text {
    width: 100%;
  }
  .about_flow .flow_block .hide_section .detail_item .detail_text p {
    text-align: left;
  }
  .about_service {
    padding: 80px 0;
  }
  .about_service .service_container {
    flex-direction: column;
    align-items: center;
  }
  .about_service .service_container .service_logo {
    width: 100%;
    max-width: 300px;
    padding-right: 0;
    margin-bottom: 60px;
    text-align: center;
  }
  .about_service .service_container .service_list {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .about_service .service_item h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .about_intro {
    padding: 60px 0;
  }
  .about_intro .about_intro_text {
    font-size: 19px;
    line-height: 48px;
    letter-spacing: -0.8px;
  }
  .about_flow {
    padding: 60px 0;
  }
  .about_flow .main_title .h2_block h2 {
    font-size: 61px;
  }
  .about_flow .subtitle .phase_intro_container {
    flex-direction: column;
    align-items: center;
  }
  .about_flow .subtitle .phase_intro_item {
    width: 100%;
    max-width: 240px;
    margin-bottom: 40px;
    text-align: center;
  }
  .about_flow .subtitle .phase_intro_item:last-child {
    margin-bottom: 0;
  }
  .about_flow .subtitle .phase_intro_number {
    font-size: 42px;
  }
  .about_flow .subtitle .phase_intro_label {
    margin-bottom: 10px;
  }
  .about_flow .subtitle .phase_intro_text {
    font-size: 18px;
  }
  .about_flow .flow_subtitle p {
    font-size: 16px;
  }
  .about_flow .flow_block .h3_phase_title {
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
  }
  .about_flow .flow_block .h3_phase_title .phase_heading h2.ja {
    font-size: 40px;
  }
  .about_flow .flow_block .h3_phase_title .description p {
    font-size: 14px;
  }
  .about_flow .flow_block:first-child .h3_phase_title {
    margin-top: 30px;
  }
  .about_flow .flow_block .hide_section .detail_item .detail_title {
    font-size: 18px;
  }
  .about_flow .flow_block .hide_section .detail_item .detail_text p {
    font-size: 13px;
  }
  .about_service {
    padding: 60px 0;
  }
  .about_service .service_title h2 {
    font-size: 36px;
  }
  .about_service .service_container .service_list {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about_service .service_item {
    text-align: center;
  }
}
/* 基本設定 */
:root {
  font-size: 16px;
  --color-text: #fff;
  --color-bg: rgb(71,50,171);
  --color-link: #fff;
  --color-link-hover: #fff;
  --page-padding: 1.5rem 2rem;
}

body {
  margin: 0;
  color: var(--color-text);
  background-color: var(--color-bg);
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

/* アニメーション対象のコンテンツ */
.content {
  display: flex;
  flex-direction: column;
  width: 100vw;
  position: relative;
  padding: var(--page-padding);
}

.content p {
  max-width: 660px;
  margin: 1.5rem auto;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}

.content__title {
  font-size: 12vw;
  line-height: 0.8;
  counter-increment: section;
  text-align: center;
  display: grid;
  gap: 2rem;
}

.content__title--left {
  text-align: left;
}

/* テキスト分割関連 */
.splitting .word {
  white-space: nowrap;
}

.splitting .font-sub .word {
  display: grid;
  grid-auto-flow: column;
}

.char-wrap {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

/* フォントサイズと行間の調整 */
.font-height {
  line-height: 1.4;
}

.font-height-medium {
  line-height: 0.9;
}

.font-medium {
  font-size: 6vw;
  margin-top: 3rem;
}

.font-larger {
  font-size: 27vw;
}

.font-sub {
  font-size: 5vw;
  margin-top: 2rem;
  display: block;
}

/* アニメーション効果のための基本設定 */
.demo-2 {
  --color-text: #ddc4a4;
  --color-bg: #0e0e0e;
  --color-link: #ede3e3;
  --color-link-hover: #d68521;
}/*# sourceMappingURL=service.css.map */