.bg {
  padding-top: 150px;
  background-image: url(../img/bg.png);
}

.header-border {
  z-index: 0;
}

h2.page-title {
  display: block;
  width: fit-content;
  margin: 0 auto 100px;
  position: relative;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  line-height: normal;
}

h2.page-title:after {
  content: "";
  display: block;
  width: max(40px, 4.17vw);
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

h4 {
  margin-bottom: 0.929em;
  font-size: max(2rem, 1.46vw);
  line-height: normal;
  color: #08b7ff;
}

@media (max-width: 450px) {
  .bg {
    padding-top: 100px;
    background-image: url(../img/bg_sp.jpg);
  }

  h2.page-title {
    margin: 0 auto 50px;
  }
}

/* company */
.company {
  margin-bottom: 150px;
}

.mvv_list {
  margin-top: 150px;
}

.mvv_list_item {
  align-items: flex-start;
  position: relative;
  padding: 8% 4% 10% 6%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background: #fff;
  display: flex;
}

.mvv_list_item:not(:last-child) {
  margin-bottom: 150px;
}

.mvv_list_item_sp-title-area {
  position: absolute;
  top: 0;
  left: 6%;
  transform: translateY(-50%);
}

.mvv_list_item_sp-title-area h3 {
  font-family: "Poppins", sans-serif;
  font-size: max(5rem, 4.27vw);
  font-weight: 700;
}

.mvv_list_item h3 span {
  color: #fe45be;
}

.mvv_list_item_textarea {
  width: fit-content;
  max-width: 426px;
  width: 100%;
}

.mvv_list_item figure {
  width: 100%;
  max-width: 444px;
}

/* MVV Numbered List Styles */
.mvv_subtitle {
  margin-bottom: 1.5em;
  font-size: max(1.4rem, 1vw);
  font-weight: 500;
  color: #333;
}

.mvv_numbered_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mvv_numbered_list > li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 1.5em;
}

.mvv_numbered_list > li:last-child {
  margin-bottom: 0;
}

.mvv_number {
  font-family: "Poppins", sans-serif;
  font-size: max(2.4rem, 2vw);
  font-weight: 700;
  color: #08b7ff;
  line-height: 1;
  flex-shrink: 0;
}

.mvv_content {
  flex: 1;
}

.mvv_content strong {
  display: block;
  margin-bottom: 0.5em;
  font-size: max(1.4rem, 1vw);
  font-weight: 700;
  color: #333;
}

.mvv_content p {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

/* 人物像セクション */
.jinbutsuzou {
  margin-bottom: 150px;
}

.jinbutsuzou_content {
  padding: 6% 5%;
  background: #fff;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
}

.jinbutsuzou_heading {
  margin-bottom: 40px;
  font-size: max(2rem, 1.46vw);
  font-weight: 700;
  color: #08b7ff;
  text-align: center;
}

.jinbutsuzou_container {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.jinbutsuzou_left {
  flex: 1;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  border-left: 4px solid #fe45be;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.jinbutsuzou_title {
  font-size: max(2rem, 1.6vw);
  font-weight: 700;
  color: #333;
  margin-bottom: 1em;
}

.jinbutsuzou_left p {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

.jinbutsuzou_left p + p {
  margin-top: 0.5em;
}

.jinbutsuzou_list {
  flex: 1.5;
  list-style: none;
  padding: 0;
  margin: 0;
}

.jinbutsuzou_list > li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 1.5em;
}

.jinbutsuzou_list > li:last-child {
  margin-bottom: 0;
}

.jinbutsuzou_number {
  font-family: "Poppins", sans-serif;
  font-size: max(2.4rem, 2vw);
  font-weight: 700;
  color: #08b7ff;
  line-height: 1;
  flex-shrink: 0;
}

.jinbutsuzou_item_content strong {
  display: block;
  margin-bottom: 0.5em;
  font-size: max(1.4rem, 1vw);
  font-weight: 700;
  color: #333;
}

.jinbutsuzou_item_content p {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}

/* Valueセクション（MISSION/VISION内のカード） */
.mvv_list_item_textarea--wide {
  max-width: 100%;
}

/* Value画像の調整 */
.mvv_list_item_textarea--wide + figure {
  max-width: 280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.value_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.value_card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px;
  background: #f8f8f8;
  border-radius: 8px;
}

.value_card_number {
  font-family: "Poppins", sans-serif;
  font-size: max(2rem, 1.6vw);
  font-weight: 700;
  color: #08b7ff;
  line-height: 1;
  flex-shrink: 0;
}

.value_card_body {
  flex: 1;
}

.value_card_title {
  display: block;
  font-size: max(1.3rem, 0.9vw);
  font-weight: 700;
  color: #333;
  margin-bottom: 0.4em;
}

.value_card_text {
  font-size: max(1.1rem, 0.75vw);
  font-weight: 500;
  line-height: 1.7;
  color: #666;
}

.message {
  margin-bottom: 150px;
}

.message-area {
  padding: 9%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background: #fff;
}

.message-area p {
  font-weight: 500;
}

.message-area p:nth-of-type(1) {
  margin-bottom: 1em;
}

.message-area p:nth-of-type(2) {
  margin-bottom: 4.438em;
}

.signature {
  margin-top: 10px;
  font-size: max(1.8rem, 1.15vw);
  font-weight: 600;
}

.signature span {
  font-size: max(1.2rem, 0.83vw);
  padding-right: 10px;
}

.overview {
  margin-bottom: 150px;
}

.overview-wrapper {
  width: 100%;
  padding: 9% 0;
  background-color: #fff;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
}

.overview_table {
  width: 90%;
  margin: 0 auto;
}

.overview_table tr {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 9%;
}

.overview_table th,
.overview_table td {
  padding: 1.25em 0;
  font-size: max(1.2rem, 0.83vw);
  line-height: normal;
}

.overview_table tr:last-child th,
.overview_table tr:last-child td {
  padding-bottom: 0;
}

.overview_table th {
  width: 20%;
  position: relative;
  font-weight: 700;
}

.overview_table th::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

.overview_table td {
  flex: 1;
  border-top: 3px solid #cecece;
  font-weight: 500;
}

.overview_table tr:not(:last-child) td {
  min-height: 5.5745em;
}

/* 写真付き役員行の配置調整 */
.overview_table tr:has(.officers_photo_grid) {
  align-items: flex-start;
}

.overview_table tr:has(.officers_photo_grid) td {
  min-height: auto;
}

.overview_table td dt,
.overview_table td dd,
.overview_table td dd address,
.overview_table td ul li {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  line-height: normal;
}

.overview_table td dl:first-of-type {
  margin-bottom: 1em;
}

.overview_table td dt:before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.1em;
  background-color: #08b7ff;
  vertical-align: baseline;
}

/* 役員セクション */
.officers {
  margin-bottom: 150px;
}

.officers_content {
  padding: 6% 5%;
  background: #fff;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
}

.officers_section {
  position: relative;
  padding-top: 20px;
}

.officers_section:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eee;
}

.officers_section_title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 30px;
  font-size: max(1.4rem, 1vw);
  font-weight: 700;
  color: #333;
}

.officers_section_title::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#0350ff, #fe45be, #fcc745);
}

.officers_cards {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.officers_card {
  text-align: center;
  max-width: 300px;
}

.officers_card_img {
  width: 100%;
  aspect-ratio: 1 / 1.2;
  margin-bottom: 15px;
  overflow: hidden;
  background: #e8e8e8;
}

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

.officers_card_position {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  color: #666;
  margin-bottom: 5px;
}

.officers_card_name {
  font-size: max(1.6rem, 1.2vw);
  font-weight: 700;
  color: #333;
}

.officers_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.officers_list li {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
  color: #333;
  padding: 0.5em 0;
}

.officers_list li:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* 役員写真グリッド（overviewテーブル内） */
.officers_photo_grid {
  display: flex;
  gap: 30px 4%;
  flex-wrap: wrap;
}

.officer_photo_card {
  text-align: center;
  width: 48%;
}

.officer_photo_placeholder {
  width: 100%;
  height: auto;
  aspect-ratio: 320 / 400;
  margin-bottom: 12px;
  background: #e8e8e8;
}

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

.officer_position {
  font-size: max(1rem, 0.73vw);
  font-weight: 500;
  color: #666;
  margin-bottom: 3px;
}

.officer_name {
  font-size: max(1.2rem, 0.9vw);
  font-weight: 700;
  color: #333;
}

.access {
  margin-bottom: 75px;
}

.map-area {
  width: 80%;
  aspect-ratio: 88/43;
  overflow: hidden;
}

.map-area iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.access-area {
  width: 31.3%;
  margin: 0 0 0 auto;
  padding: 5.5% 5%;
  transform: translateY(-50%);
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.access-area_text {
  position: relative;
  padding-left: 15px;
}

.access-area_text::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(#0350ff, #fe45be, #fcc745);
}

.access-area_text address,
.access-area_text a {
  font-size: max(1.4rem, 0.83vw);
  font-weight: 700;
  line-height: normal;
}

.access-area_text address {
  margin-bottom: 1em;
}

@media (max-width: 768px) {
  .mvv_list_item {
    flex-direction: column;
  }

  .mvv_list_item_textarea {
    max-width: 100%;
  }

  .mvv_list_item figure {
    max-width: 500px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }

  /* 人物像・Value - Tablet */
  .jinbutsuzou_container {
    flex-direction: column;
    gap: 30px;
  }

  .value_cards {
    grid-template-columns: 1fr;
  }

  .mvv_list_item_textarea--wide + figure {
    max-width: 200px;
    margin-top: 30px;
  }
}

@media (max-width: 450px) {
  .company {
    margin-bottom: 100px;
  }

  .mvv_list {
    margin-top: 90px;
  }

  .mvv_list_item {
    padding: 17% 2.7% 12%;
    margin-bottom: 80px;
  }

  .mvv_list_item_sp-title-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10%;
    width: 100%;
    left: 0;
  }

  .mvv_list_item:not(:last-child) {
    margin-bottom: 90px;
  }

  /* MVV Numbered List - Mobile */
  .mvv_subtitle {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }

  .mvv_numbered_list > li {
    gap: 10px;
    margin-bottom: 1.2em;
  }

  .mvv_number {
    font-size: 2rem;
  }

  .mvv_content strong {
    font-size: 1.3rem;
    margin-bottom: 0.3em;
  }

  .mvv_content p {
    font-size: 1.1rem;
    line-height: 1.7;
  }

  /* 人物像・Value - Mobile */
  .jinbutsuzou {
    margin-bottom: 80px;
  }

  .jinbutsuzou_content {
    padding: 8% 4%;
  }

  .jinbutsuzou_heading {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }

  .jinbutsuzou_container {
    gap: 25px;
  }

  .jinbutsuzou_left {
    padding: 15px;
  }

  .jinbutsuzou_title {
    font-size: 1.6rem;
  }

  .jinbutsuzou_left p {
    font-size: 1.1rem;
  }

  .jinbutsuzou_list > li {
    gap: 10px;
    margin-bottom: 1.2em;
  }

  .jinbutsuzou_number {
    font-size: 2rem;
  }

  .jinbutsuzou_item_content strong {
    font-size: 1.3rem;
  }

  .jinbutsuzou_item_content p {
    font-size: 1.1rem;
  }

  .value_cards {
    gap: 12px;
  }

  .value_card {
    padding: 12px;
    gap: 8px;
  }

  .value_card_number {
    font-size: 1.8rem;
  }

  .value_card_title {
    font-size: 1.2rem;
  }

  .value_card_text {
    font-size: 1rem;
  }

  .mvv_list_item_textarea--wide + figure {
    max-width: 150px;
    margin-top: 20px;
  }

  .message {
    margin-bottom: 80px;
  }

  .message-area {
    padding: 10% 2.7% 16%;
  }

  .message-area p {
    line-height: 2.667;
  }

  .message-area p:nth-of-type(1) {
    margin-bottom: 2em;
  }

  .message-area p:nth-of-type(2) {
    margin-bottom: 2.167em;
  }

  .overview {
    margin-bottom: 80px;
  }

  .overview-wrapper {
    padding: 7% 2.7% 16%;
  }

  .overview_table {
    width: 100%;
  }

  .overview_table tr {
    flex-direction: column;
    gap: 15px;
  }

  .overview_table th,
  .overview_table td {
    width: 100%;
    padding: 0;
  }

  .overview_table tr:not(:first-child) th {
    padding-top: 1.25em;
  }

  .overview_table th::before {
    display: none;
  }

  .overview_table td {
    padding-bottom: 1.25em;
    border-top: none;
  }

  .overview_table tr:not(:last-child) td {
    min-height: auto;
    border-bottom: 3px solid #cecece;
  }

  .officers {
    margin-bottom: 80px;
  }

  .officers_content {
    padding: 8% 4%;
  }

  .officers_section:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .officers_section_title {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }

  .officers_cards {
    gap: 20px;
  }

  .officers_card {
    max-width: 45%;
  }

  .officers_card_position {
    font-size: 1rem;
  }

  .officers_card_name {
    font-size: 1.3rem;
  }

  .officers_list li {
    font-size: 1.1rem;
  }

  /* 役員写真グリッド（モバイル） */
  .officers_photo_grid {
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .officer_photo_card {
    width: 80%;
    max-width: 280px;
  }

  .officer_photo_placeholder {
    width: 100%;
    height: auto;
    aspect-ratio: 320 / 400;
  }

  .officer_position {
    font-size: 1rem;
  }

  .officer_name {
    font-size: 1.1rem;
  }

  .access {
    margin-bottom: 70px;
  }

  .access_content {
    width: 100%;
  }

  .map-area {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 10px;
  }

  .access-area {
    width: 89.33%;
    margin: 0 auto;
    padding: 8%;
    transform: translateY(0);
  }

  .access-area_text {
    width: fit-content;
    margin: 0 auto;
  }
}

/* contact */
.form {
  position: relative;
  padding-bottom: 200px;
  z-index: 2;
}

.form-wrapper {
  padding: 9% 0;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.form-wrapper h4 {
  text-align: center;
  margin-bottom: 94px;
}

form {
  width: 78%;
  margin: 0 auto;
}

form>label,
form p {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}

label.required {
  width: fit-content;
  position: relative;
  line-height: normal;
}

form label.required::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  right: -3px;
  transform: translateX(100%);
  border-radius: 50%;
  background-color: #fe45be;
}

form label,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  width: 100%;
}

.radio-area span,
form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  display: flex;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea {
  padding: 2em 4.6%;
  border: 1px solid #b2b2b2;
  border-radius: 3px;
  background-color: #f6f6f6;
  font-size: max(1.2rem, 0.83vw);
}

form input[type="text"],
form input[type="email"],
form input[type="tel"] {
  margin-bottom: 50px;
}

::placeholder {
  font-size: 1.2rem;
  color: #b2b2b2;
}

.radio-area,
form>input,
form textarea {
  margin-bottom: 50px;
}

.radio-area {
  justify-content: flex-start;
  gap: 17px 5%;
}

input[type="radio"],
input[type="checkbox"] {
  width: 0;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.radio-area .wpcf7-form-control-wrap {
  width: 100%;
}

.radio-area .wpcf7-radio {
  width: 100%;
  gap: 25px 5%;
}

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

.radio-area label,
.check-area label {
  display: flex;
  align-items: center;
}

.radio-area label,
.check-area label {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}

.radio-area label::before,
.radio-area label::after,
.check-area label::before,
.check-area label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}

.radio-area label::before,
.check-area label::before {
  background-color: #fff;
  border: 1px solid #363636;
  height: 1em;
  width: 1em;
  left: 0;
}

.radio-area label::after,
.check-area label::after {
  background-color: #363636;
  opacity: 0;
  height: 0.5em;
  width: 0.5em;
  left: 0.33em;
}

.check-area label::before {
  border: 1px solid #08b7ff;
}

.check-area label::after {
  left: 0.3em;
  background-color: #08b7ff;
}

.radio-area label:has(input:checked)::after {
  opacity: 1;
}

.check-area label:has(input:checked)::after {
  opacity: 1;
}

.check-area {
  display: flex;
  width: fit-content;
  margin: 0 auto 100px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.check-area a {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: 700;
  color: #08b7ff;
}

form .action-btn {
  width: 68.6%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

form .previous-btn {
  display: block;
  width: 68.6%;
  margin: 0 auto 30px;
  border-radius: 5em;
  border: 3px solid #888888;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
}

input[type="submit"],
input[type="button"] {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.96em 0;
  z-index: 2;
  border: none;
  background: none;
  font-size: max(1.6rem, 1.35vw);
  font-weight: 700;
}

input[type="submit"] {
  color: #fe45be;
  cursor: pointer;
}

.action-btn:hover input[type="submit"] {
  color: #fff;
}

input[type="button"] {
  color: #888888;
}

.wpcf7-spinner {
  width: 0;
  margin: 0;
}

.confirm-area {
  margin-bottom: 50px;
}

.radio-area .confirm-area {
  margin-bottom: 0;
}

.thanks-title {
  margin-bottom: 100px;
}

.thanks-p {
  margin-bottom: 100px;
  text-align: center;
  font-size: max(1.4rem, 0.94vw);
}

.action-btn.thanks {
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 0;
  border: none;
}

@media (max-width: 450px) {
  .form {
    padding-bottom: 80px;
  }

  .form-wrapper {
    padding: 15% 0 24%;
  }

  .form-wrapper h4 {
    margin-bottom: 50px;
  }

  form {
    width: 94%;
  }

  form label.required::after {
    width: 5px;
    height: 5px;
  }

  .radio-area .wpcf7-radio {
    flex-direction: column;
    align-items: flex-start;
  }

  form>input,
  form textarea {
    margin-bottom: 20px;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"],
  form textarea {
    padding: 1.8em 3%;
  }

  form input[type="text"],
  form input[type="email"],
  form input[type="tel"] {
    margin-bottom: 20px;
  }

  form .action-btn,
  form .previous-btn {
    width: 100%;
  }

  form .action-btn::before {
    border: 2px solid transparent;
  }

  form .previous-btn {
    margin-top: 80px;
    border: 2px solid #888;
  }

  input[type="submit"],
  input[type="button"] {
    padding: 1.5em 0;
  }

  .confirm-area {
    margin-bottom: 20px;
  }

  .action-btn.thanks {
    width: 94%;
  }
}

/* privacy-policy */
.privacy-policy {
  position: relative;
  padding-bottom: 200px;
  z-index: 1;
}

.privacy-policy-wrapper {
  width: 100%;
  padding: 9% 11%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.privacy_section:first-of-type {
  margin-bottom: 80px;
}

.privacy_section h3 {
  display: block;
  margin-bottom: 66px;
  position: relative;
  font-size: max(2rem, 2.17vw);
  line-height: normal;
}

.privacy_section h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: -26px;
  left: 0;
  transform: translateY(-100%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

.privacy_section p,
.privacy_section .policy_list>li,
.privacy_section dl {
  font-size: max(1.4rem, 0.83vw);
  font-weight: 600;
  margin-bottom: 2em;
}

@media (max-width: 450px) {
  .privacy-policy {
    padding-bottom: 80px;
  }

  .privacy-policy-wrapper {
    padding: 15% 3%;
  }

  .privacy_section:first-of-type {
    margin-bottom: 50px;
  }

  .privacy_section h3 {
    margin-bottom: 45px;
  }
}

/* service */
.page-header {
  justify-content: center;
  width: 100%;
  height: 600px;
  margin-top: -150px;
  margin-bottom: 150px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-header.page-service {
  background-image: url(../img/page-header_service.jpg);
}

.page-header.page-career {
  background-image: url(../img/page-header_career.jpg);
}

.page-header .page-title {
  margin: 0 auto;
  color: #fff;
}

.service {
  padding-bottom: 150px;
}

.service_list_item:nth-child(1) .service_list_item_wrap {
  flex-direction: row-reverse;
}

.service_list_item:not(:last-child) {
  margin-bottom: 100px;
}

.service_list_item figure {
  width: 63.6%;
  aspect-ratio: 71 / 53;
  border-radius: max(15px, 1.56vw);
}

.service_list_item_textarea {
  width: 50%;
  padding: 6% 5%;
  position: relative;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.service_list_item:nth-child(1) .service_list_item_textarea {
  margin-right: -15%;
}

.service_list_item:nth-child(2) .service_list_item_textarea {
  margin-left: -15%;
}

.service_list_item_textarea h3 {
  margin-bottom: 40px;
  font-size: max(3rem, 2.08vw);
  line-height: normal;
  color: #08b7ff;
}

.service_list_item:nth-child(2) .service_list_item_textarea h3 {
  letter-spacing: -0.1em;
}

.service_list_body_textarea {
  padding: 20px;
  background-color: #fff;
}

.service_list_body_text {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
}

.service_list_body_text + .service_list_body_text {
  margin-top: 10px;
}

.service_list_button {
  margin-top: 20px;
  text-align: center;
}

.service_list_button a {
  display: inline-block;
}

@media (max-width: 450px) {
  .service {
    padding-bottom: 80px;
  }

  .page-header {
    height: 230px;
    margin-top: -100px;
    margin-bottom: 50px;
    background-image: url(../img/page-header_service_sp.jpg);
  }

  .service_list_item_wrap {
    width: 100%;
    flex-direction: column;
    border-radius: max(15px, 1.56vw);
    overflow: hidden;
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  }

  .service_list_item:not(:last-child) {
    margin-bottom: 50px;
  }

  .service_list_item figure {
    width: 100%;
    border-radius: 0;
    aspect-ratio: 67 / 34;
  }

  .service_list_item_textarea {
    width: 100%;
    border-radius: 0;
  }

  .service_list_item:nth-child(1) .service_list_item_textarea {
    margin: 0;
  }

  .service_list_item:nth-child(2) .service_list_item_textarea {
    margin: 0;
  }

  .service_list_item_textarea h3 {
    margin-bottom: 20px;
  }

  .service_list_item:nth-child(2) .service_list_item_textarea h3 {
    letter-spacing: normal;
  }
}

/* career */
.career {
  position: relative;
  z-index: 2;
}

.career_textarea,
.career_list_item {
  margin-bottom: 100px;
  padding: 6% 9%;
  border-radius: max(15px, 1.56vw);
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}

.career_list {
  margin-bottom: 150px;
}

.career_list_item:last-child {
  margin-bottom: 0;
}


/* プログラミング講習 */
.career_list_content {
  padding: 20px;
  background-color: #e4feff;
  border-radius: 16px;
}

.career_list_text-tags {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
  justify-content: space-between;
}

.career_list_text-wrap {
  width: 55%;
}

.career_list_program-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.career_list_program-text {
  margin-top: 10px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 400;
}

.career_list_tags {
  width: 45%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  row-gap: 5px;
}

.career_list_tag {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #f7c44f;
  border-radius: 50px;
  text-align: center;
  font-size: 13px;
  line-height: 1;
}

.career_list_color_items {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.career_list_color_items::before {
  content: "";
  position: absolute;
  width: 79px;
  height: 27px;
  background-image: url(../img/arrow-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 45%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1100px) {
  .career_list_color_items::before {
    width: 7.8vw;
    height: 17px;
    right: 44%;
  }
}

@media (max-width: 800px) {
  .career_list_color_items::before {
    width: 80px;
    height: 20px;
    right: 50%;
    top: 55%;
    transform: rotate(90deg) translate(-50%, -210%);
  }
}

.career_list_color_item {
  max-width: 370px;
  width: 45%;
  position: relative;
}

.color_item {
  padding: 15px;
  background-color: #0769ff;
  color: #fff;
  border-radius: 10px;
}

.career_list_color_item:nth-child(2).color_item {
  background-color: #ff49c2;

}

.career_list_color_item:nth-child(2)::before {
  content: "";
  position: absolute;
  background-image: url(../img/arrow-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: -110px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 100px;
}

.career_list_color_item:nth-child(2)::after {
  content: "STEP UP";
  position: absolute;
  font-size: 20px;
  color: #ff49c2;
  top: -70px;
  right: calc(50% - min(10rem, 12vw));


}

.color_item_title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  text-align: center;

}

.color_item_subtitle {
  margin-top: 8px;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}

.color_item_text {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}


/* ゲームクリエイター講習 */
.career_list_content.career_list_content--creator {
  position: relative;
}

.career_list_creator_text {
  position: absolute;
  top: 50px;
  left: 20px;
  font-size: 18px;
  line-height: 1.5;
}

.career_list_creator_steps {
  padding-left: clamp(-5rem, -8.571rem + 12.44vw, 5.125rem);
  position: relative;
}

.career_list_creator_steps::before {
  content: "";
  position: absolute;
  width: 307px;
  height: 340px;
  background-image: url(../img/arrow-right-up.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  bottom: 0;
  right: calc(50% - min(42vw, 34rem));
}

.career_list_creator_steps::after {
  content: "STEP UP";
  position: absolute;
  font-size: 22px;
  color: #ff49c2;
  top: 297px;
  right: calc(50% - min(28vw, 22rem));
  font-weight: 700;
  transform: rotate(-46deg);
}

.career_list_creator_step {
  background-color: #0330ff;

}

.career_list_creator_step:nth-child(1) {
  margin-left: calc(70px * 4);
  background-color: #f9c057;
}

.career_list_creator_step:nth-child(2) {
  margin-left: calc(70px * 3);
  background-color: #ff49c2;

}

.career_list_creator_step:nth-child(3) {
  margin-left: calc(70px * 2);
  background-color: #0a99ff;

}

.career_list_creator_step:nth-child(4) {
  margin-left: 70px;
  background-color: #0769ff;

}

.career_list_creator_step.creator_item {
  padding: 11px;
  color: #fff;
  max-width: 30rem;
  width: 100%;
  border-radius: 10px;
}

.creator_item_title {
  line-height: 1;
  font-size: max(2rem, 0.9vw);
}

.creator_item_text {
  margin-top: 10px;
  line-height: 1.5;
  /* font-size: max(1rem, 0.63vw); */
}

.career_list_content-download {
  margin-top: 20px;
  padding: 20px 50px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 10px;
  position: relative;
  max-width: 768px;
  margin-left: auto;
  margin-right: auto;
}

.career_list_content-download::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  min-height: 123px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
}

.career_list_content-img {
  max-width: 180px;
  position: relative;
  width: 47%;
}

.career_list_content-img img {
  aspect-ratio: 254 / 254;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career_list_content-flex-wrap {
  max-width: 416px;
  width: 100%;
  position: relative;
}

.career_list_content-flex-text {
  text-align: center;
  font-size: max(1.5rem, 1.3vw);
}

.career_list_content-flex {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.career_list_content-item {
  max-width: 198px;
}






.career h2,
.career h3 {
  margin-bottom: 50px;
  text-align: center;
  font-size: max(2.4rem, 2.08vw);
  line-height: normal;
  color: #08b7ff;
}

.career_list_content-text {
  font-size: max(1.2rem, 0.83vw);
  font-weight: 500;
}

.career_list_content-text + .career_list_content-text {
  margin-top: 16px;
}

.career_list_content-title {
  font-size: max(1.8rem, 1.8vw);
  text-align: center;
}

.career_list_content-title span {
  font-size: max(1rem, 1vw);
}

.career_list_game-img {
  margin-top: 20px;
  border-radius: 20px;

}

.career_list_game-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 400 / 200;
  border-radius: 20px;

}

.career_list_system-img {
  border-radius: 20px;

}

.career_list_system-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 300 / 117;
  border-radius: 20px;
}

.career_list_content-text {
  margin-top: 20px;
}

.career_list_content-button {
  margin-top: 30px;
  text-align: center;
}

.career_list_content-button a {
  display: inline-block;
  text-align: center;
  background-image: linear-gradient(90deg, #1d2d44 0, #385176 50%, #1d2d44 100%);
    background-position: center right;
    background-size: 200% auto;
    box-shadow: 0 1.5625vw 2.08333vw rgba(78, 102, 136, .2);
    transition: background-position .35s;
  max-width: 300px;
  width: 100%;
  padding: 20px;
  border-radius: 1vw;
  color: #fff;
}

.career_list_content-button a:hover {
  background-position: center left;
  opacity: 1;
}

.career_list_content-next-title {
  margin-top: 80px;
  font-size: max(1.8rem, 1.8vw);
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

.career_list_content-next-title::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 2px;
  background-color: #08b7ff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.career_list_content-next-content {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(3rem, 3vw);
  text-transform: uppercase;
  position: relative;
}

.career_list_content-next-logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 40px;
  height: 46px;
  z-index: 2;
}

.career_list_content-next-logo img {
  aspect-ratio: 40 / 46;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.career_list_content-next-content video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 829 / 200;
  object-fit: cover;
}

.career_list_content-next-text {
  position: relative;
  font-size: max(3rem, 3vw);
}


@media (max-width: 450px) {

  .career_textarea,
  .career_list_item {
    margin-bottom: 50px;
    padding: 9% 3%;
  }

  .career_list_item {
    padding: 9% 3% 15%;
  }

  .career h2,
  .career h3 {
    margin-bottom: 30px;
  }



  .creator_item {

  }

  .creator_item_title {

  }

  .creator_item_text {

  }




}

@media (max-width: 800px) {
  .career_list_content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .career_list_text-tags {
    display: contents;
  }

  .career_list_text-wrap {
    width: 100%;
  }

  .career_list_program-title {
    font-size: 18px;
  }

  .career_list_program-text {
    font-size: 15px;
  }

  .career_list_tags {
    margin-top: 100px;
    order: 2;
    width: 100%;
  }

  .career_list_color_items {
    flex-direction: column;
    align-items: center;
  }

  .career_list_color_item {
    width: 100%;
  }

  .career_list_color_item+.career_list_color_item {
    margin-top: 100px;
  }

  .career_list_color_item:first-child::before {
    transform: rotate(90deg) translate(-50%, 200%);
    top: auto;
    bottom: -120px;
    left: 50%;
    right: auto;
    width: 100px;
    height: 26px;
  }

  .career_list_color_item:nth-child(2)::before {
    top: auto;
    bottom: -108px;
    left: 42%;
    transform: rotate(180deg) translateX(-59%);
  }

  .career_list_color_item:nth-child(2)::after {
    top: auto;
    bottom: -69px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e4feff;
  }

  .color_item_title {
    font-size: 18px;
  }

  .color_item_subtitle {
    font-size: 13px;
  }

  .color_item_text {
    font-size: 13px;
  }


  .career_list_content.career_list_content--creator {
    overflow: hidden;
  }

  .career_list_creator_text {
    position: static;
    font-size: 19px;
  }

  .career_list_creator_steps {
    margin-top: 10px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 41px;
  }

  .career_list_creator_steps::before {
    transform: rotate(-43deg);
    height: 308px;
    bottom: 63px;
    right: -134px;
  }

  .career_list_creator_steps::after {
    top: 45%;
    right: -61px;
    transform: rotate(-90deg) translateY(-50%);
  }

  .career_list_creator_step:nth-child(1),
  .career_list_creator_step:nth-child(2),
  .career_list_creator_step:nth-child(3),
  .career_list_creator_step:nth-child(4) {
    margin-left: 0;
  }

  .career_list_creator_step + .career_list_creator_step {
    margin-top: 5px;
  }

  .career_list_creator_step.creator_item {
    max-width: 300px;
  }

  .career_list_content-download {
    flex-direction: column;
  }

  .career_list_content-img {
    margin-left: auto;
    margin-right: auto;
  }

  .career_list_content-flex-wrap {
    max-width: 100%;
  }
}



.service-achievement {
  margin-top: 100px;
  margin-bottom: 100px;
}

.service-achievement .section-title {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto 100px;
  text-align: center;
}

.service-achievement .section-title::after {
  content: "";
  display: block;
  width: 38%;
  height: 7.5%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: linear-gradient(100deg, #0350ff, #fe45be, #fcc745);
}

.service-achievement_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.service-achievement_item-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 430 / 215;
  border-radius: max(15px, 1.56vw);
  object-fit: cover;
}

.service-achievement_item-text {
  padding: 20px 0;
  background-color: #fff;
}

@media (max-width: 450px) {
  .service-achievement_items {
    grid-template-columns: 1fr;
  }
}


/* berry */

.p-berry-features {
  padding-top: 26px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-berry-features {
    padding-top: 0;
  }
}
.p-berry-features__heading.c-heading-lv2 {
  font-weight: 500;
  font-size: 2.5625rem;
  line-height: 3.44;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-berry-features__heading.c-heading-lv2 {
    font-size: 5.25rem;
    line-height: 1.0576923077;
  }
}
.p-berry-features__flex-wrapper {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (min-width: 992px) {
  .p-berry-features__flex-wrapper {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 130px;
  }
}
.p-berry-features__content {
  flex-grow: 1;
}
.p-berry-features__number {
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 5rem;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-berry-features__number {
    font-size: 7.5rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 992px) {
  .p-berry-features__figure {
    margin-top: -10px;
  }
}
.p-berry-features__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-berry-features__text {
  font-weight: 500;
  font-size: 1rem;
  line-height: 3.4375;
  text-align: center;
  padding-top: 4px;
}
@media screen and (min-width: 768px) {
  .p-berry-features__text {
    font-size: 1.5rem;
    line-height: 2.2916666667;
  }
}
@media screen and (min-width: 992px) {
  .p-berry-features__text {
    padding-top: 20px;
  }
}

.p-berry-function {
  padding-top: 9px;
  padding-bottom: 147px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-berry-function {
    padding-top: 100px;
    padding-bottom: 283px;
  }
}
.p-berry-function__heading.c-heading-lv2 {
  font-weight: 500;
  font-size: 2.5625rem;
  line-height: 3.44;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-berry-function__heading.c-heading-lv2 {
    font-size: 5.25rem;
    line-height: 1.0576923077;
  }
}
.p-berry-function .p-table__wrapper {
  margin-top: 24px;
  translate: 0;
  padding-bottom: 27px;
}
@media screen and (min-width: 768px) {
  .p-berry-function .p-table__wrapper {
    width: 100%;
    margin-top: 108px;
    padding-bottom: 17px;
  }
}
.p-berry-function .p-table {
  height: 946px;
}
@media screen and (min-width: 768px) {
  .p-berry-function .p-table {
    height: 1469.5px;
  }
}
.p-berry-function .p-table__row:not(:first-child) {
  height: 87px;
}
@media screen and (min-width: 768px) {
  .p-berry-function .p-table__row:not(:first-child) {
    height: auto;
  }
}
.p-berry-function .p-table__top-head {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.6666666667;
  border-left: 0.5px solid #2d3139;
  text-align: center;
  vertical-align: middle;
  height: 77px;
}
@media screen and (min-width: 768px) {
  .p-berry-function .p-table__top-head {
    font-size: 2.5rem;
    line-height: 1.4166666667;
    height: 100px;
  }
}
.p-berry-function .p-table__head {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0;
  writing-mode: vertical-rl;
  width: 50px;
  min-width: 50px;
}
@media screen and (min-width: 768px) {
  .p-berry-function .p-table__head {
    font-size: 3rem;
    line-height: 1.03125;
    width: 146px;
    min-width: 146px;
    color: #fff;
  }
}
.p-berry-function__table.p-table .p-table__row .p-table__td-left {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3333333333;
  padding: 0;
  padding-left: 0;
  width: 126px;
  min-width: 126px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-berry-function__table.p-table .p-table__row .p-table__td-left {
    font-size: 2.5rem;
    line-height: 1.7083333333;
    width: 488px;
    height: 135px;
    min-width: 488px;
    padding-left: 85px;
    text-align: left;
    color: #fff;
  }
}
.p-berry-function__table.p-table .p-table__row .p-table__td-right {
  padding: 0;
  width: 112px;
  min-width: 112px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-berry-function__table.p-table .p-table__row .p-table__td-right {
    width: 289px;
    min-width: 289px;
  }
}
.p-berry-function__table.p-table .p-table__row .p-table__td-right:not(:first-of-type) {
  border-left: 0.5px solid #2d3139;
}



.p-table {
  width: 512px;
  height: 1188px;
}
@media screen and (min-width: 768px) {
  .p-table {
    width: 1500px;
    height: 1587px;
  }
}
.p-table__wrapper {
  margin-top: 40px;
  padding-bottom: 17px;
  overflow-x: scroll;
  width: 105.9701492537%;
  translate: -10px 0;
}
@media screen and (min-width: 768px) {
  .p-table__wrapper {
    padding-bottom: 20px;
    margin-top: 48px;
    width: 100%;
    translate: 0;
  }
}
.p-table__wrapper::-webkit-scrollbar {
  background: #fff;
  width: 6px;
  height: 6px;
  border-radius: 20px;
}
@media screen and (min-width: 1536px) {
  .p-table__wrapper::-webkit-scrollbar {
    display: none;
  }
}
.p-table__wrapper::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 20px;
}
.p-table__row:nth-child(1) .p-table__td-left, .p-table__row:nth-child(2) .p-table__td-left, .p-table__row:nth-child(3) .p-table__td-left, .p-table__row:nth-child(4) .p-table__td-left {
  padding: 23.5px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(1) .p-table__td-left, .p-table__row:nth-child(2) .p-table__td-left, .p-table__row:nth-child(3) .p-table__td-left, .p-table__row:nth-child(4) .p-table__td-left {
    padding: 44px 20px 44px 85px;
    text-align: left;
  }
}
.p-table__row:nth-child(1) .p-table__td-right, .p-table__row:nth-child(2) .p-table__td-right, .p-table__row:nth-child(3) .p-table__td-right, .p-table__row:nth-child(4) .p-table__td-right {
  padding: 20px 14px 20px 38px;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(1) .p-table__td-right, .p-table__row:nth-child(2) .p-table__td-right, .p-table__row:nth-child(3) .p-table__td-right, .p-table__row:nth-child(4) .p-table__td-right {
    padding: 20px 20px 20px 170px;
  }
}
.p-table__row:nth-child(5) .p-table__td-left, .p-table__row:nth-child(6) .p-table__td-left, .p-table__row:nth-child(7) .p-table__td-left {
  padding: 21.5px 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(5) .p-table__td-left, .p-table__row:nth-child(6) .p-table__td-left, .p-table__row:nth-child(7) .p-table__td-left {
    padding: 40px 20px 40px 85px;
    text-align: left;
  }
}
.p-table__row:nth-child(5) .p-table__td-right, .p-table__row:nth-child(6) .p-table__td-right, .p-table__row:nth-child(7) .p-table__td-right {
  padding: 16px 14px 18px 38px;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(5) .p-table__td-right, .p-table__row:nth-child(6) .p-table__td-right, .p-table__row:nth-child(7) .p-table__td-right {
    padding: 20px 20px 20px 170px;
  }
}
.p-table__row:nth-child(1) .p-table__list-item::before {
  top: 26%;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(1) .p-table__list-item::before {
    top: 52%;
  }
}
.p-table__row:nth-child(2) .p-table__list-item::before {
  top: 26%;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(2) .p-table__list-item::before {
    top: 52%;
  }
}
.p-table__row:nth-child(3) .p-table__list-item:nth-child(2)::before {
  top: 41%;
}
.p-table__row:nth-child(5) .p-table__head-number {
  padding-top: 26px;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(5) .p-table__head-number {
    padding-top: 0;
  }
}
.p-table__row:nth-child(5) .p-table__image {
  width: 276px;
  height: 79px;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(5) .p-table__image {
    width: 360px;
    height: 103px;
  }
}
.p-table__row:nth-child(6) .p-table__image {
  width: 276px;
  height: 81px;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(6) .p-table__image {
    width: 360px;
    height: 104px;
  }
}
.p-table__row:nth-child(7) .p-table__image {
  width: 276px;
  height: 80px;
}
@media screen and (min-width: 768px) {
  .p-table__row:nth-child(7) .p-table__image {
    width: 360px;
    height: 104px;
  }
}
.p-table__row:not(:first-child) .p-table__head {
  border-top: 0.5px solid #fff;
}
.p-table__row:not(:first-child) .p-table__td-left {
  border-top: 0.5px solid #fff;
}
.p-table__row:not(:first-child) .p-table__td-right {
  border-top: 0.5px solid #2d3139;
}
.p-table__head {
  background: #29b6f6;
  width: 70px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-table__head {
    width: 146px;
  }
}
.p-table__head-number {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 3.5;
  display: block;
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .p-table__head-number {
    font-size: 3.2rem;
    line-height: 2.28125;
    margin-top: 0;
  }
}
.p-table__head-text {
  writing-mode: vertical-rl;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  top: -10px;
}
@media screen and (min-width: 768px) {
  .p-table__head-text {
    font-size: 3.2rem;
    line-height: 1.03125;
    top: 0;
  }
}
.p-table__head-text:before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 1px;
  background: #fff;
  top: -9px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-table__head-text:before {
    width: 43.4px;
    top: -10px;
    left: -5px;
  }
}
.p-table__td-left {
  background: #2d3139;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  width: 140px;
  vertical-align: middle;
  color: #fff;
}
@media screen and (min-width: 450px) and (max-width: 767px) {
  .p-table {
    width: 100%;
  }
  .p-table__td-left {
    width: 183px;
  }
}
@media screen and (min-width: 768px) {
  .p-table__td-left {
    font-size: 2.5rem;
    line-height: 1.7083333333;
    width: 488px;
  }
}
.p-table__td-right {
  background: #fff;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  width: 360px;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-table__td-right {
    font-size: 2rem;
    line-height: 2.05;
    width: 866px;
  }
}
.p-table__list-item {
  position: relative;
}
.p-table__list-item:not(:first-child) {
  padding-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-table__list-item:not(:first-child) {
    padding-top: 0;
  }
}
.p-table__list-item::before {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1;
  background: #29b6f6;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -18px;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-table__list-item::before {
    width: 10px;
    left: -20px;
  }
}
.p-table__image-wrapper {
  margin-top: 22px;
  margin-left: -20px;
}

.u-br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-br-sp {
    display: none;
  }
}

.u-br-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-br-pc {
    display: block;
  }
}

.c-inner-sales-support-system-function {
  max-width: 1100px;
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}


.c-table-line {
  display: block;
  width: 20px;
  height: 3px;
  background: #2d3139;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-table-line {
    width: 50px;
    height: 3px;
  }
}

.c-table-circle {
  display: block;
  width: 26px;
  aspect-ratio: 1;
  background: transparent;
  border: 3px solid #29b6f6;
  border-radius: 50%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-table-circle {
    width: 52px;
  }
}

.c-required {
  position: relative;
}
.c-required::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  aspect-ratio: 1;
  background: #29b6f6;
  border-radius: 50%;
  top: 4px;
  right: -20px;
}
@media screen and (min-width: 768px) {
  .c-required::after {
    width: 12px;
    top: 12px;
    right: -14px;
  }
}
@media screen and (min-width: 992px) {
  .c-required::after {
    right: -22px;
  }
}

/* ===================================
   Reability Style Career Section
   =================================== */

/* カラー変数 */
:root {
  --rb-dark: #2D3139;
  --rb-blue: #29B6F6;
  --rb-gray-bg: #DEDEDE;
  --rb-white: #FFFFFF;
  --rb-text: #333333;
}

/* 背景 */
.rb-career-wrap {
  background-color: var(--rb-gray-bg);
  padding: 80px 0;
}

/* セクションタイトル（斜めカット） */
.rb-section-title {
  display: inline-block;
  position: relative;
  padding: 10px 54px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(28px, 4vw, 45px);
  font-weight: 600;
  color: var(--rb-white);
  line-height: 1.4;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  margin-bottom: 50px;
}

.rb-section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--rb-dark);
  z-index: -1;
}

/* セクションコンテナ */
.rb-section {
  max-width: 1200px;
  margin: 0 auto 80px;
  padding: 0 20px;
}

/* h3見出し */
.rb-h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  color: var(--rb-dark);
  margin-bottom: 20px;
}

/* 本文 */
.rb-text {
  font-size: clamp(14px, 1.5vw, 16.8px);
  font-weight: 500;
  color: var(--rb-dark);
  line-height: 2.3;
  margin-bottom: 30px;
}

/* キャリアプラン例カード */
.rb-career-cards {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: 40px 0;
}

.rb-career-card {
  flex: 1;
  min-width: 280px;
  background-color: var(--rb-white);
  padding: 25px;
  border-radius: 8px;
}

.rb-career-card dt {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--rb-white);
  background-color: var(--rb-dark);
  padding: 10px 15px;
  margin: -25px -25px 20px -25px;
  border-radius: 8px 8px 0 0;
}

.rb-career-card dd {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--rb-dark);
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.rb-career-card dd:last-child {
  border-bottom: none;
}

/* 研修テーブル */
.rb-training-table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
}

.rb-training-table th,
.rb-training-table td {
  padding: 20px;
  vertical-align: top;
  text-align: left;
}

.rb-training-table th {
  background-color: var(--rb-blue);
  color: var(--rb-white);
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 700;
  width: 180px;
  border-bottom: 2px solid var(--rb-gray-bg);
}

.rb-training-table th .rb-num {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 700;
  margin-bottom: 5px;
}

.rb-training-table td {
  background-color: var(--rb-dark);
  color: var(--rb-white);
  border-bottom: 2px solid var(--rb-gray-bg);
}

.rb-training-table td.rb-subject {
  font-weight: 700;
  font-size: clamp(14px, 1.5vw, 16px);
  width: 200px;
}

.rb-training-table td ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.rb-training-table td ul li {
  position: relative;
  padding-left: 15px;
  font-size: clamp(13px, 1.3vw, 15px);
  line-height: 1.8;
}

.rb-training-table td ul li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* プログラミング言語アイコン */
.rb-lang-icon {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  font-size: 12px;
  text-transform: uppercase;
}

/* サポート項目リスト */
.rb-support-list {
  margin: 40px 0;
}

.rb-support-item {
  margin-bottom: 30px;
}

.rb-support-item h4 {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  color: var(--rb-dark);
  margin-bottom: 15px;
  padding-left: 15px;
  border-left: 4px solid var(--rb-blue);
}

.rb-support-item p {
  font-size: clamp(14px, 1.5vw, 16px);
  color: var(--rb-dark);
  line-height: 2;
  padding-left: 15px;
}

/* 青い斜め装飾 */
.rb-blue-accent {
  position: relative;
}

.rb-blue-accent::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 300px;
  background-color: var(--rb-blue);
  clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
  z-index: 0;
}

/* フロー画像 */
.rb-flow-image {
  margin: 40px 0;
  text-align: center;
}

.rb-flow-image img {
  max-width: 100%;
  height: auto;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .rb-career-wrap {
    padding: 50px 0;
  }

  .rb-section-title {
    padding: 8px 30px;
    clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }

  .rb-section {
    margin-bottom: 50px;
  }

  .rb-career-cards {
    flex-direction: column;
  }

  .rb-career-card {
    min-width: 100%;
  }

  .rb-training-table {
    display: block;
  }

  .rb-training-table thead {
    display: none;
  }

  .rb-training-table tbody,
  .rb-training-table tr,
  .rb-training-table th,
  .rb-training-table td {
    display: block;
    width: 100%;
  }

  .rb-training-table tr {
    margin-bottom: 20px;
    background-color: var(--rb-dark);
    border-radius: 8px;
    overflow: hidden;
  }

  .rb-training-table th {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }

  .rb-training-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .rb-training-table td.rb-subject {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.05);
  }
}

@media (max-width: 450px) {
  .rb-section-title {
    font-size: 22px;
    padding: 8px 25px;
  }

  .rb-h3 {
    font-size: 20px;
  }

  .rb-text {
    font-size: 14px;
    line-height: 2;
  }

  .rb-support-item h4 {
    font-size: 16px;
  }

  .rb-support-item p {
    font-size: 13px;
  }
}