@charset "UTF-8";
/* Global Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}
/* Base Styles */
html {
  background: #ffffff;
}
body {
  line-height: 1;
  font-family: ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  background: #ffffff;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (min-width: 1280px) {
  body {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}
/* Display Block Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
/* Lists */
nav ul {
  list-style: none;
}
/* Blockquotes */
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
/* Buttons */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 400;
  color: #000000;
}
button span {
  color: #000000 !important;
}
/* Links */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
  text-decoration: none;
}
a:focus {
  outline: none;
}
a.soon {
  pointer-events: none;
}
/* 装飾要素 */
ins {
  background-color: #d7004a;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #d7004a;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
/* テーブル・水平線 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000000;
  padding: 0;
  width: 100%;
  margin: 0;
}
/* フォーム要素 */
input, select {
  vertical-align: middle;
}
/* 全体のボックス設定 */
* {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
/* 画像 */
img {
  width: 100%;
  display: block;
}
/* タイポグラフィ */
body * {
  letter-spacing: 0.05rem;
}
i {
  font-style: normal;
}
/* スライダー */
.slider {
  width: 100%;
}
.slider img {
  width: 100%;
}
.slider .swiper-wrapper {
  transition-timing-function: linear;
}
/* Media Queries */
@media only screen and (min-width: 768px) {
  /* ヘッダー */
  .sp_only {
    display: none !important;
  }
  body>header {
    width: 100%;
    padding: 0 1.5vw 0 2.5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
  }
  body>header .logo {
    width: 12%;
    padding-top: 4px;
  }
  body>header ul {
    display: flex;
  }
  body>header ul li a {
    padding: 2.2vw 1.5vw;
    font-size: 14px;
    letter-spacing: 0.05rem;
    display: block;
  }
  /* #mainセクション */
  #main {
    display: flex;
    /* align-items: center; */
    align-items: flex-end;
    justify-content: space-between;
    padding: 4.4vw 6.5vw 4vw 6vw;
  }
  #main .left {
    width: 50%;
  }
  #main .left h1 {
    width: 37%;
    margin-bottom: 3%;
  }
  #main .left p {
    font-size: 17px;
    line-height: 178%;
  }
  #main .left p.key {
    font-size: 22px;
    font-weight: bold;
  }
  #main .right {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    /* padding-bottom: 1%; */
  }
  #main .right a {
    display: flex;
    width: 40%;
    padding: 5% 0;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    font-weight: bold;
    margin-left: 5%;
  }
  #main .right a.b1 {
    border: 1px solid #000;
  }
  #main .right a.b2 {
    background: #000;
    color: #fff;
  }
  /* 無料相談フォームが実装されるまでの間、以下を適用 */
  #main .right a.b1 {
    background: #000;
    color: #fff;
  }
  #main .right a.b2 {
    display: none;
  }
  
  /* #summaryセクション */
  #summary {
    display: flex;
    width: 100%;
    padding: 7% 7.7% 7.8%;
  }
  #summary>.left {
    width: 60%;
  }
  #summary>.left h2 {
    font-size: 28px;
    line-height: 156%;
    width: 80%;
  }
  #summary>.left p {
    width: 80%;
    line-height: 178%;
    text-align: justify;
    margin-top: 3.6%;
  }
  #summary>.left a {
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    font-weight: bold;
    background: #000;
    color: #fff;
    padding: 3.2%;
    margin-top: 6%;
  }
  #summary>.right {
    width: 40%;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  #summary>.right ul.left {
    /* width: 40%; */
    width: 45%;
  }
  #summary>.right ul.left li {
    margin-bottom: 18%;
  }
  #summary>.right ul.left li h4 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 7%;
  }
  #summary>.right ul.left li .num {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 70px;
    display: flex;
    align-items: baseline;
    margin-left: -4px;
  }
  #summary>.right ul.left li .num span {
    /* font-size: 40px; */
    font-size: 24px;
    margin-left: 10px;
  }
  #summary>.right ul.right {
    /* width: 40%; */
    width: 45%;
  }
  #summary>.right ul.right li {
    margin-bottom: 18%;
  }
  #summary>.right ul.right li h4 {
    font-weight: normal;
    font-size: 18px;
    margin-bottom: 7%;
  }
  #summary>.right ul.right li .num {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 70px;
    display: flex;
    align-items: baseline;
    margin-left: -4px;
  }
  #summary>.right ul.right li .num span {
    /* font-size: 40px; */
    font-size: 24px;
    margin-left: 10px;
    margin-right: 10px;
  }
  #summary>.right>.sub {
    position: absolute;
    bottom: 0;
    /* right: 80px; */
    right: 40px;
    font-size: 12px;
    color: #959595;
  }
  /* #ambセクション */
  #amb {
    width: 100%;
    padding: 7% 7.7% 7.8%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #amb header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
  }
  #amb header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #amb header h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 22px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
  #amb header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #amb .left {
    width: 46%;
  }
  #amb .left p {
    width: 90%;
    line-height: 178%;
    text-align: justify;
  }
  #amb .right {
    width: 50%;
    position: relative;
  }
  #amb .right .sub {
    position: absolute;
    top: -30px;
    right: 0;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
  }
  #amb .right .mov {}
  /* モーダルの背景 */
  .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000e3;
    backdrop-filter: blur(4px) brightness(70%) opacity(1);
    -webkit-backdrop-filter: blur(4px) brightness(70%) opacity(1);
  }
  /* モーダルコンテンツのスタイル */
  .modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 80%;
    max-width: 700px;
  }
  /* クローズボタン */
  .close {
    color: #ffffff;
    cursor: pointer;
    margin: 10px;
    position: absolute;
    top: -64px;
    right: -10px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
  }
  /* 動画のコンテナ（レスポンシブ対応） */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9アスペクト比 */
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* #worksセクション */
  #works {
    width: 100%;
    padding: 7% 7.7% 7.8%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #works header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10%;
  }
  #works header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #works header h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 22px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
  #works header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #works .accordion>div {
    display: flex;
    align-items: center;
  }
  #works .accordion .en {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    /* font-size: 42px; */
    font-size: 36px;
    margin-right: 17px;
  }
  #works .accordion .jp {
    font-size: 17px;
    word-break: keep-all;
  }
  #works .accordion .icon {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 32px;
  }
  /* Wrapper & Accordion */
  .wrapper {
    display: flex;
    width: 100%;
  }
  .image-container {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .image-container img {
    width: 84%;
    height: auto;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    display: block;
    opacity: 1;
    transform: scale(1);
  }
  .title-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .content {
    width: 50%;
  }
  h1 {
    text-align: center;
  }
  .accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000000;
    cursor: pointer;
    padding: 6% 3% 6% 0;
    background: #ffffff;
    transition: 0.3s;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #fff;
  }
  .accordion:hover {
    padding-left: 3%;
  }
  .accordion-content:last-child {
    border-bottom: 1px solid #000;
  }
  .accordion-content h4 {
    font-size: 16px;
    margin-bottom: 1vw;
  }
  .accordion-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 170%;
    margin-bottom: 2vw;
  }
  .accordion-content a {
    font-size: 20px;
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.4vw;
    margin-bottom: 3.3vw;
  }
  .active {
    max-height: 2000px;
  }
  .icon {
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
  }
  .rotate {
    transform: rotate(0deg);
  }
  /* CVセクション */
  .cv {
    background: #000;
    display: flex;
  }
  .cv .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    flex-direction: column;
  }
  .cv .left p {
    color: #fff;
    font-size: 16px;
    line-height: 180%;
    text-align: justify;
    font-weight: normal;
    width: 65%;
  }
  .cv .left a {
    width: 65%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 4.4vw;
    font-size: 19px;
    font-weight: bold;
    margin-top: 6%;
  }
  .cv .right {
    width: 60%;
  }
  /* #interviewセクション */
  #interview {
    width: 100%;
    padding: 6.5% 7.7% 7.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #interview header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 3%;
  }
  #interview header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #interview header h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 22px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
  #interview header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #interview .qa {
    margin: 1.5% 0 2%;
  }
  #interview .qa h4 {
    display: flex;
    align-items: center;
    font-size: 17px;
  }
  #interview .qa h4 span {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin-right: 13px;
  }
  #interview .qa p {
    text-align: justify;
    font-size: 15px;
    line-height: 180%;
    margin-top: 1vw;
  }
  #interview .img {
    margin: 2vw 0 0;
    width: 66%;
  }
  /* #joblistセクション */
  #joblist {
    width: 100%;
    padding: 6.5% 7.7% 7.5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #joblist header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 4%;
  }
  #joblist header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #joblist header h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 22px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
  #joblist header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  .job-item {
    border-top: 1px solid #000;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    padding: 5% 0;
  }
  #joblist .job-item h2 {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 2.7%;
  }
  #joblist .job-item .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #joblist .job-item .top .left {
    width: 46%;
  }
  #joblist .job-item .top .right {
    width: 48%;
  }
  #joblist .job-item .top .right ul.job_tags li {
    font-size: 17px;
    margin-bottom: 2%;
    display: flex;
    align-items: center;
  }
  #joblist .job-item .top .right ul.job_tags li i {
    width: 28px;
    margin-right: 7px;
  }
  #joblist .job-item .top .right ul.option_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    margin-top: 6%;
  }
  #joblist .job-item .top .right ul.option_tags li {
    padding: 10px 11px;
    border: 1px solid #000;
    font-size: 14px;
  }
  #joblist .job-item .btm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 3%;
  }
  #joblist .job-item .btm .comment {
    width: 46%;
    text-align: justify;
  }
  #joblist .job-item .btm .comment h3 {
    margin-bottom: 3%;
  }
  #joblist .job-item .btm .comment p {
    font-size: 14px;
    line-height: 172%;
  }
  #joblist .job-item .btm .btn {
    width: 48%;
    display: flex;
    padding-bottom: 5px;
  }
  #joblist .job-item .btm .btn a {
    width: 44%;
    font-size: 18px;
    font-weight: bold;
    height: auto;
    padding: 5% 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #joblist .job-item .btm .btn a.b1 {
    border: 1px solid #000;
  }
  #joblist .job-item .btm .btn a.b2 {
    color: #fff;
    background: #000;
    margin-left: 4.6%;
  }
  /* 無料相談フォームが実装されるまでの間、以下を適用 */
  #joblist .job-item .btm .btn a.b1 {
    background: #000;
    color: #fff;
  }
  #joblist .job-item .btm .btn a.b2 {
    display: none;
  }
  /* Tabs & Job List */
  .tabs {
    display: flex;
    gap: 0;
    margin-bottom: 4%;
    width: 100%;
  }
  .tab {
    padding: 10px 20px;
    border: 1px solid #000;
    cursor: pointer;
    transition: background 0.3s;
    margin-right: -1px;
    width: 160px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab.active {
    background: black;
    color: white;
  }
  .job-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .job-item.visible {
    display: block;
    opacity: 1;
  }
  /* バナーセクション */
  section#banner {
    padding: 0% 7.7% 6%;
  }
  section#banner .wrap {
    display: flex;
    justify-content: space-around;
  }
  section#banner .wrap a {
    width: 40%;
  }
  /* #messageセクション */
  #message {
    width: 100%;
    padding: 1.5% 7.7% 10%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #message .wrap {
    border: 6px solid #000;
    padding: 7% 8% 7.4%;
  }
  #message header {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5%;
  }
  #message header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #message header h3 {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 25px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 22px;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
  }
  #message header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #message .wrap>h3 {
    font-size: 31px;
    line-height: 140%;
  }
  #message .wrap>p {
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    margin-top: 3%;
  }
  #message .wrap>span {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 14px;
    margin-top: 2%;
  }
  #message .wrap>.logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 2%;
  }
  #message .wrap>.logo img {
    width: 11%;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
  body>header {
    width: 91%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    margin: 0 auto;
  }
  body>header .logo {
    width: 32%;
    padding-top: 4vw;
    margin-bottom: 3vw;
  }
  body>header ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-top: 1px solid #000;
  }
  body>header ul li a {
    padding: 2.5vw 2.3vw;
    font-size: 2.9vw;
    letter-spacing: 0rem;
    display: block;
  }
  /*  #main セクション */
  #main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 11vw 7vw;
  }
  #main .left {
    width: 100%;
  }
  #main .left h1 {
    width: 38vw;
    margin-bottom: 4vw;
    padding-left: 1%;
  }
  #main .left p {
    font-size: 15px;
    line-height: 170%;
  }
  #main .left p.key {
    font-size: 20px;
    font-weight: bold;
  }
  #main .right {
    display: flex;
    margin-top: 4.4vw;
    width: 100%;
    justify-content: space-between;
  }
  #main .right a {
    display: flex;
    padding: 4vw 3vw;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    width: 47.5%;
  }
  #main .right a.b1 {
    border: 1px solid #000;
  }
  #main .right a.b2 {
    background: #000;
    color: #fff;
  }
  /* 無料相談フォームが実装されるまでの間、以下を適用 */
  #main .right a.b1 {
    width: 100%;
    background: #000;
    color: #fff;
  }
  #main .right a.b2 {
    display: none;
  }
  /* #summary セクション */
  #summary {
    display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 10vw 7vw 22vw;
    position: relative;
  }
  #summary>.left {
    width: 100%;
  }
  #summary>.left h2 {
    font-size: 22px;
    line-height: 156%;
    width: 100%;
  }
  #summary>.left p {
    width: 100%;
    line-height: 178%;
    text-align: justify;
    margin-top: 5%;
    font-size: 15px;
  }
  #summary>.left a {
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    background: #000;
    color: #fff;
    height: 50px;
    margin-top: 6%;
    position: absolute;
    bottom: 5.5%;
  }
  #summary>.right {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 9% 0 10%;
  }
  #summary>.right ul.left {
    width: 100%;
    padding-left: 0.5vw;
    display: flex;
    justify-content: space-between;
  }
  #summary>.right ul.left li {
    margin-bottom: 5vw;
    width: 30%;
  }
  #summary>.right ul.left li h4 {
    font-weight: normal;
    /* font-size: 15px; */
    font-size: 13px;
    margin-bottom: 1.5vw;
    letter-spacing: 0.03rem;
  }
  #summary>.right ul.left li .num {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    /* font-size: 12vw; */
    font-size: 10vw;
    display: flex;
    align-items: baseline;
    margin-left: -4px;
  }
  #summary>.right ul.left li .num span {
    /* font-size: 26px; */
    font-size: 18px;
    margin-left: 4px;
  }
  #summary>.right ul.right {
    width: 100%;
    padding-left: 0.5vw;
    display: flex;
    justify-content: space-between;
  }
  #summary>.right ul.right li {
    margin-bottom: 5vw;
    width: 30%;
  }
  #summary>.right ul.right li h4 {
    font-weight: normal;
    /* font-size: 15px; */
    font-size: 13px;
    margin-bottom: 1.5vw;
    letter-spacing: 0.03rem;
  }
  #summary>.right ul.right li .num {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    /* font-size: 12vw; */
    font-size: 10vw;
    display: flex;
    align-items: baseline;
    margin-left: -4px;
  }
  #summary>.right ul.right li .num span {
    /* font-size: 26px; */
    font-size: 18px;
    margin-left: 4px;
    margin-right: 4px;
  }
  #summary>.right>.sub {
    position: absolute;
    bottom: 28px;
    right: 0px;
    font-size: 11px;
    color: #959595;
    letter-spacing: 0.03rem;
  }
  /* #ambセクション */
  #amb {
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10vw 7vw 11vw;
  }
  #amb header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 5%;
  }
  #amb header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 46px;
    display: flex;
    width: 100%;
  }
  #amb header h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    margin-top: 2.5vw;
  }
  #amb header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #amb .left {
    width: 100%;
  }
  #amb .left p {
    width: 100%;
    line-height: 178%;
    text-align: justify;
    font-size: 15px;
  }
  #amb .right {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 6%;
  }
  #amb .right .sub {
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 0;
    display: flex;
    margin-top: 3%;
  }
  #amb .right .mov {}
  /* モーダルの背景 */
  .modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000e3;
    backdrop-filter: blur(4px) brightness(70%) opacity(1);
    -webkit-backdrop-filter: blur(4px) brightness(70%) opacity(1);
  }
  /* モーダルコンテンツのスタイル */
  .modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 100%;
  }
  /* クローズボタン */
  .close {
    color: #ffffff;
    cursor: pointer;
    margin: 10px;
    position: absolute;
    top: -70px;
    right: 3px;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  /* 動画のコンテナ（レスポンシブ対応） */
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9アスペクト比 */
    height: 0;
    overflow: hidden;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* #worksセクション */
  #works {
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10vw 7vw 11vw;
  }
  #works header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 8%;
  }
  #works header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 46px;
    display: flex;
    width: 100%;
  }
  #works header h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    margin-top: 2.5vw;
  }
  #works header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #works .accordion>div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #works .accordion .en {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    /* font-size: 8vw; */
    font-size: 7vw;
  }
  #works .accordion .jp {
    font-size: 15px;
    margin-top: 4%;
  }
  #works .accordion .icon {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 30px;
  }
  /* Wrapper & Accordion */
  .wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .image-container {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .image-container img {
    width: 100%;
    height: auto;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    display: block;
    opacity: 1;
    transform: scale(1);
    margin-bottom: 6vw;
  }
  .title-container {
    text-align: center;
    margin-bottom: 20px;
  }
  .content {
    width: 100%;
  }
  h1 {
    text-align: center;
  }
  .accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #000000;
    cursor: pointer;
    padding: 6% 3% 6% 0;
    background: #ffffff;
    transition: 0.3s;
  }
  .accordion:has(+ .accordion-content.active) {
    color: #000000;
    background: #ffffff;
    padding: 6% 6% 6% 6%;
    border: 1px solid #000;
  }
  .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    background: #fff;
  }
  .accordion-content.active {
    padding: 8vw 0;
  }
  .accordion-content:last-child {
    border-bottom: 1px solid #000;
  }
  .accordion-content h4 {
    font-size: 15px;
    margin-bottom: 3vw;
  }
  .accordion-content p {
    font-size: 14px;
    text-align: justify;
    line-height: 170%;
    margin-bottom: 5vw;
  }
  .accordion-content a {
    font-size: 17px;
    background: #000;
    color: #fff;
    font-weight: bold;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 13vw;
  }
  .active {
    max-height: 2000px;
  }
  .icon {
    font-size: 18px;
    transition: transform 0.3s ease-in-out;
    display: inline-block;
  }
  .rotate {
    transform: rotate(0deg);
  }
  /* CVセクション */
  .cv {
    background: #000;
    display: flex;
    flex-direction: column-reverse;
  }
  .cv.rvs {
    background: #000;
    display: flex;
    flex-direction: column;
  }
  .cv .left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    padding: 8vw 0 9vw;
  }
  .cv .left p {
    color: #fff;
    font-size: 14px;
    line-height: 170%;
    text-align: justify;
    font-weight: normal;
    width: 86%;
  }
  .cv .left a {
    border: 1px solid #fff;
    color: #fff;
    width: 86%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    height: 48px;
    margin-top: 4%;
  }
  .cv .right {
    width: 100%;
  }
  /* #interviewセクション */
  #interview {
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10vw 7vw 11vw;
  }
  #interview header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7%;
  }
  #interview header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #interview header h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    margin-top: 2.5vw;
  }
  #interview header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #interview .qa {
    margin: 0.5vw 0;
    border: 1px solid #000;
    border-right: 0;
    border-left: 0;
    padding: 7vw 0;
  }
  #interview .qa h4 {
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 140%;
  }
  #interview .qa h4 span {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 52px;
    margin-right: 14px;
  }
  #interview .qa p {
    text-align: justify;
    font-size: 15px;
    line-height: 177%;
    margin-top: 4vw;
  }
  #interview .img {
    margin: 5vw 0 0;
    width: 100%;
  }
  /* #joblistセクション */
  #joblist {
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10vw 7vw 10vw;
  }
  #joblist header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7%;
  }
  #joblist header h2 {
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 60px;
    display: flex;
  }
  #joblist header h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    margin-top: 2.5vw;
  }
  #joblist header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  .job-item {
    border-top: 1px solid #000;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
    padding: 8% 0;
  }
  #joblist .job-item h2 {
    font-size: 21px;
    line-height: 150%;
    margin-bottom: 2.7%;
  }
  #joblist .job-item .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
  #joblist .job-item .top .left {
    width: 100%;
  }
  #joblist .job-item .top .right {
    width: 100%;
    padding-top: 4vw;
  }
  #joblist .job-item .top .right .job_tags {
    margin-left: -1vw;
  }
  #joblist .job-item .top .right ul.job_tags li {
    font-size: 15px;
    margin-bottom: 0.5%;
    display: flex;
    align-items: center;
  }
  #joblist .job-item .top .right ul.job_tags li i {
    width: 28px;
    margin-right: 7px;
  }
  #joblist .job-item .top .right ul.option_tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    margin-top: 4%;
  }
  #joblist .job-item .top .right ul.option_tags li {
    padding: 6px 8px;
    border: 1px solid #000;
    font-size: 13px;
  }
  #joblist .job-item .btm {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: 6%;
  }
  #joblist .job-item .btm .comment {
    width: 100%;
    text-align: justify;
    margin-bottom: 4.4%;
  }
  #joblist .job-item .btm .comment h3 {
    margin-bottom: 3%;
    font-size: 15px;
    letter-spacing: 0.03rem;
  }
  #joblist .job-item .btm .comment p {
    font-size: 13px;
    line-height: 172%;
  }
  #joblist .job-item .btm .btn {
    width: 100%;
    display: flex;
    padding-bottom: 5px;
    justify-content: space-between;
  }
  #joblist .job-item .btm .btn a {
    width: 47.8%;
    font-size: 17px;
    font-weight: bold;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #joblist .job-item .btm .btn a.b1 {
    border: 1px solid #000;
  }
  #joblist .job-item .btm .btn a.b2 {
    color: #fff;
    background: #000;
    margin-left: 1.6vw;
  }
  /* 無料相談フォーム実装までの間、以下を適用 */
  #joblist .job-item .btm .btn a.b1 {
    width: 100%;
    background: #000;
    color: #fff;
  }
  #joblist .job-item .btm .btn a.b2 {
    display: none;
  }
  /* Tabs & Job List */
  .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-bottom: 9%;
    width: 100%;
  }
  .tab {
    padding: 10px 20px;
    border: 1px solid #000;
    cursor: pointer;
    transition: background 0.3s;
    margin-right: -1px;
    margin-top: -1px;
    width: 50%;
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab.active {
    background: black;
    color: white;
  }
  .job-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #000;
  }
  .job-item.visible {
    display: block;
    opacity: 1;
  }
  /* バナーセクション */
  section#banner {
    padding: 0vw 7vw 10vw;
  }
  section#banner .wrap {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  section#banner .wrap a {
    width: 100%;
  }
  /* #messageセクション */
  #message {
    width: 100vw;
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 0vw 0vw 11vw;
  }
  #message .wrap {
    width: 100%;
    border: 0px solid #000;
    padding: 3% 7% 22.4%;
  }
  #message header {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 7%;
  }
  #message header h2 {
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    margin-bottom: 1%;
    font-family: neue-haas-grotesk-display, sans-serif;
    font-weight: 300;
    font-size: 50px;
    display: flex;
  }
  #message header h3 {
    font-size: 14px;
    font-weight: normal;
    padding: 12px 20px;
    border: 1px solid #000;
    border-radius: 100px;
    margin-left: 0;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    margin-top: 2.5vw;
  }
  #message header h3 span {
    display: flex;
    width: 14px;
    height: 14px;
    background: #000;
    border-radius: 30px;
    margin-right: 9px;
  }
  #message .wrap>h3 {
    font-size: 26px;
    line-height: 140%;
  }
  #message .wrap>p {
    font-size: 15px;
    line-height: 180%;
    text-align: justify;
    margin-top: 3%;
  }
  #message .wrap>span {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    font-size: 14px;
    margin-top: 8%;
  }
  #message .wrap>.logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    margin-top: 4%;
  }
  #message .wrap>.logo img {
    width: 29%;
  }
  /* CTAボタンの基本スタイル */
  .cta-button {
    display: flex;
    align-content: center;
    justify-content: center;
    position: fixed;
    bottom: -100px;
    width: 60vw;
    left: 20vw;
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #000000;
    padding: 16px 0px;
    font-size: 17px;
    font-weight: bold;
    z-index: 9999;
    cursor: pointer;
    transition: bottom 0.3s ease-in-out;
  }
  /* 無料相談フォームが実装されるまでの間、以下を適用 */
  .cta-button {
    background: #000;
    color: #fff;
  }
  /* .showクラスが付与されたらボタンが表示位置に移動 */
  .cta-button.show {
    bottom: 22px;
  }
}