@charset "UTF-8";
@media only screen and (min-width: 768px) {
  #reorganization,
  #management,
  #ipo,
  #material,
  #tax,
  #group,
  #inheritance,
  #founding,
  #bookkeeping,
  #accounting,
  #insurance,
  #labor,
  #other {
    scroll-margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #reorganization,
  #management,
  #ipo,
  #material,
  #tax,
  #group,
  #inheritance,
  #founding,
  #bookkeeping,
  #accounting,
  #insurance,
  #labor,
  #other {
    scroll-margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  #topics {
    scroll-margin-top: 135px;
  }
}
@media only screen and (max-width: 767px) {
  #topics {
    scroll-margin-top: 30px;
  }
}

html,
body {
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
  word-break: normal;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
  }
  .contents_box-s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-m {
    width: 66.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .contents_box-l {
    width: 87.5%;
    min-width: 1080px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contents_box-s,
  .contents_box-m,
  .contents_box-l {
    width: 95%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumb_contents .contents_box-s {
    padding: 15px;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_contents .contents_box-s {
    width: 95%;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content {
    display: flex;
    align-items: center;
    gap: 0 5px;
  }
  .breadcrumb_contents .contents_box-s .breadcrumb_content span {
    display: inline-block;
    font-size: 1.2rem;
  }
}
.post_list_thumbnail {
  position: relative;
  overflow: hidden;
}
.post_list_thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.single_txt a {
  text-decoration: underline;
}
.single_txt img {
  width: 100%;
}
.single_txt em,
.single_txt i {
  font-style: italic;
}
.single_txt strong,
.single_txt b {
  font-weight: 900;
}
.single_txt pre,
.single_txt code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.single_txt u {
  text-decoration: underline;
}
.single_txt del {
  text-decoration: line-through;
}
.single_txt ol,
.single_txt ul {
  padding-left: 20px;
}
.single_txt ol {
  list-style: decimal;
}
.single_txt ul {
  list-style: disc;
}
.single_txt blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.single_txt blockquote p {
  color: #555555;
  font-style: italic;
}
.single_txt blockquote p::before {
  content: "“";
}
.single_txt blockquote p::after {
  content: "”";
}
.single_txt .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.single_txt .table_wrapper th,
.single_txt .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .single_txt .table_wrapper th,
  .single_txt .table_wrapper td {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .overlayMenu,
  .overlayMenuBtn {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}
.flex {
  display: flex;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ===== 共通 ===== */
/* ===== PC ===== */
.en {
  font-family: "Montserrat", sans-serif;
}

.haeder__ttl--sub {
  flex-direction: column;
}
.haeder__ttl--sub .en {
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0;
}
.haeder__ttl--sub .ja {
  font-size: 4.5rem;
  margin-top: -5px;
}

.com-title-h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.com-title-h2 .en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.com-title-h2 .ja {
  font-size: 4rem;
  font-weight: 600;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .haeder__ttl--sub {
    flex-direction: column;
  }
  .haeder__ttl--sub .en {
    font-size: 1.5rem;
  }
  .haeder__ttl--sub .ja {
    font-size: 2.6rem;
    line-height: 1.4;
    margin-top: 0;
  }
  .com-title-h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .com-title-h2 .en {
    font-size: 1.6rem;
  }
  .com-title-h2 .ja {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}
/* ===== 共通 ===== */
.header__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(120px, 7.81vw, 150px);
  font-size: clamp(13px, 0.73vw, 14px);
  font-weight: 600;
  border: 1px solid #B3B2B3;
  border-radius: 90px;
  padding: clamp(10px, 0.63vw, 12px) 0;
  box-sizing: border-box;
  transition: background 0.3s ease;
}
.header__btn i, .header__btn span {
  transition: color 0.3s ease;
}
.header__btn:hover {
  color: #ffffff;
  background: #000000;
}
.header__btn--mail {
  color: #ffffff;
  font-size: clamp(13px, 0.78vw, 15px);
  font-weight: 700;
  background: #000000;
  border: 1px solid #000000;
}
.header__btn--mail:hover {
  background: #ffffff;
  color: #000000;
}
.header__btn--access {
  gap: 5px;
  background: #e5e5e5;
}
.header__btn--access:hover {
  background: #e5e5e5;
}
.header__btn--access:hover i, .header__btn--access:hover span {
  color: #74BC38;
}

.com__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  width: 195px;
  border: 1px solid #B3B2B3;
  border-radius: 90px;
  padding: 10px 0;
  box-sizing: border-box;
  transition: 0.3s;
}
.com__btn span {
  font-size: 1.4rem;
  font-weight: 600;
}
.com__btn:hover {
  background: #000000;
}
.com__btn:hover span {
  color: #ffffff;
}
.com__btn:hover i {
  color: #ffffff;
}

/* ===== PC ===== */
/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .com__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
    width: 195px;
    border-radius: 90px;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .com__btn span {
    font-size: 1.4rem;
  }
}
.p-country-name {
  display: none;
}

/* ===== PC / 共通 ===== */
.wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10px;
}
.wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7_lists .wpcf7_list dt {
  display: flex;
  align-items: self-start;
  gap: 10px;
  width: 350px;
  background: #F5F5F5;
  padding: 15px 30px;
  box-sizing: border-box;
}
.wpcf7_lists .wpcf7_list dt span {
  font-size: 1.7rem;
  font-weight: 600;
}
.wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  font-size: 1.2rem;
  background: #B40019;
  padding: 5px 10px 2px;
}
.wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  font-size: 1.2rem;
  background: #B3B2B3;
  padding: 5px 10px 2px;
}
.wpcf7_lists .wpcf7_list .wpcf7__desc--name {
  display: flex;
  gap: 10px;
}
.wpcf7_lists .wpcf7_list .wpcf7__desc--name .name-wrapper {
  display: flex;
  flex-direction: column;
}
.wpcf7_lists .wpcf7_list .wpcf7__desc--birthday {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wpcf7_lists .wpcf7_list .wpcf7__desc--birthday select {
  width: auto;
}
.wpcf7_lists .wpcf7_list .wpcf7__desc--message {
  white-space: pre-line;
}
.wpcf7_lists .wpcf7_list dd {
  width: 710px;
  font-size: 1.6rem;
}
.wpcf7_lists .wpcf7_list dd .error {
  display: block;
}
.wpcf7_lists .wpcf7_list dd input[type=text], .wpcf7_lists .wpcf7_list dd input[type=tel], .wpcf7_lists .wpcf7_list dd input[type=email], .wpcf7_lists .wpcf7_list dd input[type=file] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7_lists .wpcf7_list dd input[type=text]::-moz-placeholder, .wpcf7_lists .wpcf7_list dd input[type=tel]::-moz-placeholder, .wpcf7_lists .wpcf7_list dd input[type=email]::-moz-placeholder, .wpcf7_lists .wpcf7_list dd input[type=file]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7_lists .wpcf7_list dd input[type=text]::placeholder, .wpcf7_lists .wpcf7_list dd input[type=tel]::placeholder, .wpcf7_lists .wpcf7_list dd input[type=email]::placeholder, .wpcf7_lists .wpcf7_list dd input[type=file]::placeholder {
  color: #a5a5a5;
}
.wpcf7_lists .wpcf7_list dd input[type=text]:focus, .wpcf7_lists .wpcf7_list dd input[type=tel]:focus, .wpcf7_lists .wpcf7_list dd input[type=email]:focus, .wpcf7_lists .wpcf7_list dd input[type=file]:focus {
  outline: 1px solid #333;
}
.wpcf7_lists .wpcf7_list dd input[type=file] {
  margin-top: 10px;
}
.wpcf7_lists .wpcf7_list dd textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 20px;
}
.wpcf7_lists .wpcf7_list dd textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7_lists .wpcf7_list dd textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7_lists .wpcf7_list dd textarea:focus {
  outline: 1px solid #333;
}
.wpcf7_lists .wpcf7_list dd .mwform-radio-field, .wpcf7_lists .wpcf7_list dd .mwform-checkbox-field {
  display: inline-block;
  padding: 18px 0 0;
}
.wpcf7_lists .wpcf7_list dd .wpcf7-radio,
.wpcf7_lists .wpcf7_list dd .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7_lists .wpcf7_list dd .wpcf7-radio .wpcf7-list-item,
.wpcf7_lists .wpcf7_list dd .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7_lists .wpcf7_list dd select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7_lists .wpcf7_list dd .wpcf7-not-valid-tip {
  font-size: 1.5rem;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem; /* 媒体別で変更可 */
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.5rem;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}

.wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.6rem;
}
.wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}

.wpcf7_buttons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.wpcf7_button {
  text-align: center;
}
.wpcf7_button input[type=submit], .wpcf7_button a {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #000000;
  border: 2px solid #000000;
  box-sizing: border-box;
  font-size: 1.7rem;
  padding: 20px;
  border-radius: 90px;
}
.wpcf7_button input[type=submit]:hover, .wpcf7_button a:hover {
  background: #fff;
  color: #000000;
  transition: 0.3s;
}

.mw_wp_form_confirm dd {
  padding: 15px 0;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .wpcf7_lists {
    margin-bottom: 45px;
  }
  .wpcf7_lists .wpcf7_list {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }
  .wpcf7_lists .wpcf7_list:last-child {
    margin-bottom: 0;
  }
  .wpcf7_lists .wpcf7_list dt {
    display: flex;
    align-items: self-start;
    gap: 10px;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
  }
  .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .wpcf7_lists .wpcf7_list dt .wpcf7_required {
    font-size: 1.2rem;
    padding: 5px 10px 2px;
  }
  .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
    font-size: 1.2rem;
    padding: 5px 10px 2px;
  }
  .wpcf7_lists .wpcf7_list .wpcf7__desc--name {
    display: flex;
    gap: 10px;
  }
  .wpcf7_lists .wpcf7_list .wpcf7__desc--name .name-wrapper {
    display: flex;
    flex-direction: column;
  }
  .wpcf7_lists .wpcf7_list .wpcf7__desc--birthday {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .wpcf7_lists .wpcf7_list .wpcf7__desc--birthday select {
    width: auto;
  }
  .wpcf7_lists .wpcf7_list .wpcf7__desc--message {
    white-space: pre-line;
  }
  .wpcf7_lists .wpcf7_list dd {
    width: 100%;
    font-size: 1.5rem;
  }
  .wpcf7_lists .wpcf7_list dd .error {
    display: block;
  }
  .wpcf7_lists .wpcf7_list dd input[type=text], .wpcf7_lists .wpcf7_list dd input[type=tel], .wpcf7_lists .wpcf7_list dd input[type=email], .wpcf7_lists .wpcf7_list dd input[type=file] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
  .wpcf7_lists .wpcf7_list dd input[type=file] {
    margin-top: 10px;
  }
  .wpcf7_lists .wpcf7_list dd textarea {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
  .wpcf7_lists .wpcf7_list dd .mwform-radio-field,
  .wpcf7_lists .wpcf7_list dd .mwform-checkbox-field {
    display: block;
    padding: 5px 0;
    margin-left: 0;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7-radio,
  .wpcf7_lists .wpcf7_list dd .wpcf7-checkbox {
    display: block;
    width: 100%;
    padding: 15px 0 0;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7-radio .wpcf7-list-item,
  .wpcf7_lists .wpcf7_list dd .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 15px 15px 0;
  }
  .wpcf7_lists .wpcf7_list dd select {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 15px 20px;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
    display: flex;
    align-items: center;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
    width: 5%;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
    width: 95%;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
    margin-bottom: 0;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.6rem;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    display: block;
    width: 100%;
    position: relative;
    font-size: 1.5rem;
    padding: 15px 20px;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
    font-size: 1.5rem;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 15%;
  }
  .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 85%;
  }
  .wpcf7_accepted {
    margin-bottom: 45px;
  }
  .wpcf7_accepted .wpcf7_accepted_txt p {
    text-align: center;
    font-size: 1.6rem;
  }
  .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.6rem;
  }
  .wpcf7_buttons {
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    gap: 10px;
  }
  .wpcf7_button {
    text-align: center;
  }
  .wpcf7_button input[type=submit],
  .wpcf7_button a {
    display: block;
    margin: 0 auto;
    width: 80%;
    letter-spacing: 0.05em;
    font-size: 1.6rem;
    padding: 15px;
    border-radius: 90px;
  }
  .mw_wp_form_confirm dd {
    padding: 15px 0;
  }
}
/* ===== 共通 ===== */
.sidebar {
  color: #333;
}
.sidebar .widget__title {
  font-weight: bold;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid #e3e3e3;
}
.sidebar .search-form__row {
  gap: 8px;
}
.sidebar .search-form__row .search-form__input {
  flex: 1;
  font-size: 1.4rem;
  border: 1px solid #ccc;
  padding: 8px 10px;
  border-radius: 4px;
}
.sidebar .search-form__row .search-form__button {
  color: #ffffff;
  background-color: #333333;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}
.sidebar .archive .archive__select {
  font-size: 1.4rem;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px;
}
.sidebar .category-list .category-list__item {
  border-bottom: 1px solid #eeeeee;
}
.sidebar .category-list .category-list__item:first-child {
  margin-top: -10px;
}
.sidebar .category-list .category-list__item .category-list__link {
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem;
  padding: 5px 5px;
  box-sizing: border-box;
}
.sidebar .category-list .category-list__item .category-list__link::after {
  content: "›";
  font-size: 1.5rem;
}
.sidebar .post-list .post-list__item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.sidebar .post-list .post-list__item .post-list__link {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
}
.sidebar .tag-cloud {
  flex-wrap: wrap;
  gap: 8px;
}
.sidebar .tag-cloud .tag-cloud__item {
  font-size: 1.3rem;
  padding: 4px 10px;
  border: 1px solid #dddddd;
  border-radius: 8px;
}
.sidebar .u-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

/* ===== PC ===== */
.sidebar {
  font-size: 1.4rem;
}
.sidebar .sidebar__widget {
  margin-bottom: 40px;
}
.sidebar .sidebar__widget .widget__title {
  font-size: 1.6rem;
}

/* ===== SP ===== */
/* ===== PC / 共通 ===== */
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
.pagination .page-numbers li a, .pagination .page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.pagination .page-numbers li a {
  border: 1px solid #B3B2B3;
}
.pagination .page-numbers.current {
  background: #333;
  color: #fff;
  pointer-events: none;
}

.post-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.post-pager .post-pager__prev a,
.post-pager .post-pager__back a,
.post-pager .post-pager__next a {
  display: block;
  padding-bottom: 5px;
}
.post-pager .post-pager__back a {
  border-bottom: 1px solid #B3B2B3;
}

.related-archive-link {
  background: #f8f8f8;
  padding: 3rem 1.5rem;
  margin-top: 4rem;
  text-align: center;
  border-radius: 1rem;
}
.related-archive-link__inner {
  text-align: center;
}
.related-archive-link__ttl {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.related-archive-link__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  color: #fff;
  font-size: 1.5rem;
  background: #333333;
  padding: 12px;
  border-radius: 90px;
  margin: 0 auto;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .pagination .page-numbers {
    display: flex;
    justify-content: center;
    gap: 0 10px;
  }
  .pagination .page-numbers li a, .pagination .page-numbers li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .pagination .page-numbers li a {
    border: 1px solid #B3B2B3;
  }
  .pagination .page-numbers.current {
    background: #333;
    color: #fff;
    pointer-events: none;
  }
  .post-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .post-pager .post-pager__prev a,
  .post-pager .post-pager__back a,
  .post-pager .post-pager__next a {
    display: block;
    font-size: 1.4rem;
    padding-bottom: 5px;
  }
  .post-pager .post-pager__back a {
    border-bottom: 1px solid #B3B2B3;
  }
  .related-archive-link {
    padding: 30px 15px;
    margin-top: 30px;
    text-align: center;
    border-radius: 10px;
  }
  .related-archive-link__inner {
    text-align: center;
  }
  .related-archive-link__ttl {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
  .related-archive-link__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    font-size: 1.4rem;
    padding: 15px 10px;
    border-radius: 90px;
    margin: 0 auto;
  }
}
/* ===== PC / 共通 ===== */
.mega {
  width: 100%;
  position: absolute;
  top: 92px;
  left: 0;
  background: #F5F5F5;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transform: translateY(-12px);
  transition: opacity 0.35s ease, transform 0.35s ease, max-height 0.35s ease, visibility 0s linear 0.35s;
  z-index: 10000;
}
.mega__inner {
  display: flex;
  justify-content: space-between;
  min-width: 1280px;
}
.mega__inner--news {
  justify-content: center;
}
.mega__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  padding: 50px 0;
}
.mega__list {
  width: 40%;
  padding: 50px 0;
  box-sizing: border-box;
}
.mega__item--news a {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mega__item--news a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.5s ease;
  z-index: -1;
}
.mega__item--news a:hover::before {
  transform: scaleX(1);
}
.mega__item.is-active a {
  background: #ffffff;
}
.mega__item.is-active a i, .mega__item.is-active a span {
  color: #f2c03c;
}
.mega__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B3B2B3;
  padding: 15px 10px;
  box-sizing: border-box;
}
.mega__item a span {
  font-size: 1.8rem;
  font-weight: 600;
}
.mega__item a i {
  transition: transform 0.35s ease;
}
.mega__item a:hover i {
  transform: translateX(5px);
}
.mega__item:first-child a {
  border-top: 1px solid #B3B2B3;
}
.mega__contents {
  width: 35%;
  background: #ffffff;
  padding: 50px 3%;
  box-sizing: border-box;
}
.mega__contents [hidden] {
  display: none;
}
.mega__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.mega__subtitle a:hover {
  opacity: 0.6;
}
.mega__links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mega__link a {
  font-size: 1.6rem;
  font-weight: 600;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}
.mega__link a:hover {
  opacity: 0.6;
}

.mega.is-open {
  opacity: 1;
  visibility: visible;
  /* ▼▼ 追加：開いたときの最大高さ ▼▼ */
  transform: translateY(0);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
}

.haeder-nav-list__link.is-active {
  color: #f2c03c;
}

.header {
  position: relative;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 86.5%;
  min-width: 1240px;
  margin: 0 auto;
}
.header__logo {
  display: block;
  position: relative;
}
.header__logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 2px;
  background: #000;
  transition: width 0.3s ease;
}
.header__logo:hover:after {
  width: 100%;
}
.header .header-wrapper {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.header .header-wrapper .header-nav-wrapper {
  align-items: center;
  gap: clamp(10px, 1.56vw, 30px);
}
.header .header-wrapper .header-nav-wrapper .haeder-nav .haeder-nav-lists {
  gap: clamp(5px, 0.78vw, 15px);
}
.header .header-wrapper .header-nav-wrapper .haeder-nav .haeder-nav-lists .haeder-nav-list .haeder-nav-list__link {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 35px 0;
  box-sizing: border-box;
  position: relative;
}
.header .header-wrapper .header-nav-wrapper .haeder-nav .haeder-nav-lists .haeder-nav-list .haeder-nav-list__link:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header .header-wrapper .header-nav-wrapper .header-cta {
  gap: clamp(5px, 0.52vw, 10px);
}

.haeder__ttl-wrapper {
  height: 250px;
  background: #F5F5F5;
  margin-top: 92px;
}
.haeder__ttl-wrapper .haeder__ttl-inner {
  height: 100%;
  position: relative;
}
.haeder__ttl-wrapper .haeder__ttl-inner .haeder__ttl--sub {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}

.header-kv {
  background: #F5F5F5;
  padding: 25px;
  box-sizing: border-box;
  margin-top: 92px;
}
.header-kv__wrapper {
  width: 90%;
  min-width: 1240px;
  aspect-ratio: 1680/770;
  background: url(../img/pages/top/kv.png) no-repeat center/cover;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  position: relative;
}
.header-kv__contents {
  width: 625px;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
.header-kv__title {
  color: #ffffff;
  font-size: 5.8rem;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
.header-kv__title span {
  font-size: 5rem;
}
.header-kv__text {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
  margin-top: -10px;
}

.recruit-header {
  padding: 30px 0;
  background: #F5F5F5;
  margin-top: 92px;
}
.recruit-header__inner {
  width: 78.13%;
  min-width: 1240px;
  aspect-ratio: 1500/530;
  margin: 0 auto;
  background: url(../img/layout/header/recruit-header.jpg) no-repeat center/cover;
  border-radius: 20px;
  position: relative;
}
.recruit-header__title {
  color: #ffffff;
  font-size: clamp(4.2rem, 2.92vw, 5.6rem);
  line-height: 1.3;
  text-shadow: 2px 3px 3px rgba(4, 4, 10, 0.3);
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.recruit-header__title span {
  font-size: clamp(3.6rem, 2.6vw, 5rem);
}

.news-header .news-header__ttl-wrapper {
  background: #F5F5F5;
  padding: 5px 20px;
  box-sizing: border-box;
}
.news-header .news-header__ttl-wrapper .news-header__ttl {
  font-size: 1.2rem;
  font-weight: 500;
}
.news-header .news-header__logo {
  padding: 15px 0 0 0;
  box-sizing: border-box;
  text-align: center;
}
.news-header .news-header-nav .news-header-lists {
  justify-content: center;
}
.news-header .news-header-nav .news-header-lists .news-header-list a {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 15px 10px;
}
.news-header .news-header-nav .news-header-lists .news-header-list.current {
  border-bottom: 3px solid #000000;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .header {
    position: relative;
  }
  .header__inner {
    align-items: center;
    justify-content: flex-start;
    padding: 20px 0;
    box-sizing: border-box;
    min-width: auto;
    margin: 0 auto;
  }
  .header .header-wrapper {
    width: 100%;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .header .header-wrapper .header-nav-wrapper {
    display: none;
  }
  .haeder__ttl-wrapper {
    height: 160px;
    margin-top: 73px;
  }
  .haeder__ttl-wrapper .haeder__ttl-inner {
    height: 100%;
    position: relative;
  }
  .haeder__ttl-wrapper .haeder__ttl-inner .haeder__ttl--sub {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
  .header-kv {
    padding: 10px;
    box-sizing: border-box;
    margin-top: 73px;
  }
  .header-kv__wrapper {
    width: 100%;
    min-width: auto;
    aspect-ratio: 1680/2160;
    background: url(../img/pages/top/kv.png) no-repeat center/cover;
    border-radius: 10px;
    margin: 0 auto;
    position: relative;
  }
  .header-kv__contents {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .header-kv__title {
    font-size: 3.2rem;
  }
  .header-kv__title span {
    font-size: 2rem;
  }
  .header-kv__text {
    font-size: 1.6rem;
    margin-top: 0;
  }
  .recruit-header {
    padding: 10px;
    margin-top: 73px;
  }
  .recruit-header__inner {
    width: 100%;
    min-width: auto;
    aspect-ratio: 1500/1000;
    background: url(../img/layout/header/sp-recruit-header.jpg) no-repeat center/cover;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
  }
  .recruit-header__title {
    color: #ffffff;
    font-size: 2.6rem;
    line-height: 1.3;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .recruit-header__title span {
    font-size: 1.8rem;
  }
  .news-header .news-header__ttl-wrapper {
    padding: 10px 10px;
    box-sizing: border-box;
  }
  .news-header .news-header__ttl-wrapper .news-header__ttl {
    font-size: 1.2rem;
  }
  .news-header .news-header__logo {
    width: 65%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
  }
  .news-header .news-header-nav {
    display: none;
  }
}
/* ===== 共通 ===== */
.footer {
  background: #F5F5F5;
}
.footer__inner {
  min-width: 1200px;
  padding: 50px 0;
}
.footer__logo {
  display: block;
  margin-bottom: 60px;
}
.footer__copyright {
  color: #B3B2B3;
  font-size: 1.2rem;
}

.footer-nav {
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
.footer-nav__cards {
  display: flex;
  justify-content: space-between;
}
.footer-nav__title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer-nav__title:hover {
  opacity: 0.6;
}
.footer-nav__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2px;
}
.footer-nav__list--service {
  width: 315px;
  flex-direction: row;
  gap: 15px 10px;
}
.footer-nav__item > a {
  font-size: 1.4rem;
}
.footer-nav__item > a:hover {
  opacity: 0.6;
}
.footer-nav__item > a::before {
  content: "-";
  margin-right: 5px;
}
.footer-nav__wrapper {
  display: flex;
}
.footer-nav__sublist {
  display: flex;
  flex-direction: column;
  margin-left: 13px;
}
.footer-nav__subitem {
  font-size: 1.2rem;
}
.footer-nav__subitem:hover {
  opacity: 0.6;
}

.pagetop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: #000000;
  border: 1px solid #000000;
  border-radius: 90px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.pagetop--topics {
  bottom: 160px;
}
.pagetop i, .pagetop span {
  color: #ffffff;
}
.pagetop i {
  line-height: 1.2;
}
.pagetop span {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.pagetop:hover {
  background: #ffffff;
}
.pagetop:hover i, .pagetop:hover span {
  color: #000000;
}
.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

.sticky-banner__toggle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  cursor: pointer;
}

.sticky-banner.is-collapsed .sticky-banner__body {
  pointer-events: none;
}

/* 収納中は本体クリック不可 */
.sticky-banner.is-collapsed {
  transform: translateX(calc(100% - 50px));
}

/* ← 50px見せ：再表示用のつまみ代わり */
.sticky-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  background: #000000;
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 1000;
  cursor: pointer;
}

.sticky-banner.is-collapsed {
  transform: translateX(calc(100% - 50px));
}

.sticky-banner__body {
  width: 100%;
}

.sticky-banner__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btn-main,
.btn-sub {
  display: block;
  padding: 8px 15px;
  border-radius: 6px;
  font-size: 1.5rem;
  font-weight: 700;
}

.btn-main {
  background: #ffffff;
  color: #000000;
}

.btn-sub {
  background: #555555;
  color: #ffffff;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .footer {
    background: #F5F5F5;
  }
  .footer__inner {
    min-width: auto;
    padding: 50px 0 30px;
  }
  .footer__logo {
    display: block;
    width: 60%;
    margin: 0 auto 60px;
  }
  .footer__copyright {
    display: block;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
  }
  .footer__copyright--topics {
    margin-bottom: 105px;
  }
  .footer-nav {
    display: none;
  }
  .pagetop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 90px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    transition: 0.3s;
  }
  .pagetop--topics {
    bottom: 75px;
  }
  .pagetop i {
    line-height: 1;
  }
  .pagetop span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
  }
  .sticky-banner__toggle {
    display: none;
  }
  .sticky-banner.is-collapsed .sticky-banner__body {
    pointer-events: none;
  }
  /* 収納中は本体クリック不可 */
  .sticky-banner.is-collapsed {
    transform: translateX(calc(100% - 50px));
  }
  /* ← 50px見せ：再表示用のつまみ代わり */
  .sticky-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #000000;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    transition: transform 0.3s ease;
    position: fixed;
    left: 0;
    right: auto;
    bottom: 0;
    z-index: 1000;
  }
  .sticky-banner.is-collapsed {
    transform: translateX(calc(100% - 50px));
  }
  .sticky-banner__body {
    width: 100%;
  }
  .sticky-banner__content {
    display: flex;
    flex-direction: row;
    gap: 2%;
  }
  .sticky-banner__content a {
    width: 49%;
    font-size: 1.5rem;
    letter-spacing: 0;
    text-align: center;
    padding: 10px 0;
  }
}
.drawer-off__button {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: #000000;
  border-radius: 8px;
  cursor: pointer;
  z-index: 100000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  margin-bottom: 3px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

.drawer-on {
  width: 100%;
  height: 100dvh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 10000;
}
.drawer-on__inner {
  padding: 30px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 185px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}

.drawer-faq {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid #000000;
  padding: 13px;
  border-radius: 90px;
  margin-bottom: 20px;
}
.drawer-faq i, .drawer-faq span {
  color: #000000;
}
.drawer-faq span {
  font-size: 1.7rem;
  font-weight: 500;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000000;
  padding: 15px;
  border-radius: 90px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 600;
}

.drawer-access {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #e5e5e5;
  padding: 15px;
  border-radius: 90px;
  margin-bottom: 20px;
}
.drawer-access i, .drawer-access span {
  color: #000000;
}
.drawer-access span {
  font-size: 1.7rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #6fa3d4;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

/* 親・子共通の並び */
.drawer-on__parent,
.drawer-on__subparent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-on__parent a,
.drawer-on__subparent a {
  flex: 1;
}

/* + ボタン */
.drawer-on__toggle,
.drawer-on__subtoggle {
  background: none;
  border: none;
  padding: 12px;
  cursor: pointer;
}

/* +／−アイコン */
.drawer-on__icon {
  height: 12px;
  position: relative;
  display: inline-block;
}

.drawer-on__icon::before,
.drawer-on__icon::after {
  content: "";
  position: absolute;
  background: #000;
  transition: 0.3s;
}

.drawer-on__icon::before {
  width: 12px;
  height: 2px;
  top: 5px;
}

.drawer-on__icon::after {
  width: 2px;
  height: 12px;
  left: 5px;
}

/* 開いた時は「−」 */
.drawer-on__item--open > .drawer-on__sublist > .drawer-on__subitem--open > .drawer-on__subparent .drawer-on__icon::after,
.drawer-on__item--open > .drawer-on__parent .drawer-on__icon::after,
.drawer-on__subitem--open .drawer-on__icon::after {
  transform: scaleY(0);
}

/* リスト開閉 */
.drawer-on__sublist,
.drawer-on__subsublist {
  max-height: 0;
  /* 通常は高さ0で見えない */
  overflow: hidden;
  /* 中身を隠す */
  padding-left: 15px;
  pointer-events: none;
  /* クリックを完全に無効化 */
  transition: max-height 0.35s ease;
  /* にょいんアニメーション */
}

/* 親トグルが開いたとき（子リストを表示） */
.drawer-on__item--open > .drawer-on__sublist {
  max-height: 1000px;
  /* 中身より大きめならOK（必要なら調整） */
  pointer-events: auto;
  /* クリック復活 */
}

/* 孫リストも同様 */
.drawer-on__subitem--open > .drawer-on__subsublist {
  max-height: 1000px;
  pointer-events: auto;
}

.drawer-on__subitem a {
  background: #F7F7F7;
  font-size: 1.5rem;
  padding: 15px 10px;
}

.drawer-on__subsubitem a {
  font-size: 1.4rem;
  background: #ffffff;
  padding: 15px 10px;
}

/* ===== PC / 共通 ===== */
.top-about {
  background: url(../img/pages/top/logo--group.png) no-repeat top 15px right/20%;
}
.top-about__inner {
  display: flex;
  align-items: self-start;
  gap: 40px;
  padding: 100px 0;
}
.top-about__img {
  width: 500px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.top-about__contents {
  width: 540px;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
.top-about__text {
  font-size: 1.7rem;
  line-height: 1.75;
}

.top-menu__inner {
  padding: 100px 0;
}
.top-menu__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.top-menu__item {
  display: flex;
  align-items: center;
  gap: 60px;
}
.top-menu__item:nth-child(even) {
  flex-direction: row-reverse;
}
.top-menu__contents {
  width: 420px;
}
.top-menu__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 50px;
}
.top-menu__link {
  width: 100%;
}
.top-menu__img {
  width: 62.5%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}

.top-group {
  background: #F5F5F5;
}
.top-group__inner {
  min-width: 1280px;
  padding: 80px 5.36%;
  box-sizing: border-box;
  position: relative;
}
.top-group__list {
  display: flex;
  gap: 3.53%;
}
.top-group__item {
  width: 21.33%;
}
.top-group__wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.top-group__name {
  font-size: clamp(1.4rem, 0.94vw, 1.8rem);
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.top-group__text {
  font-size: clamp(1.4rem, 0.83vw, 1.6rem);
  line-height: 1.3;
  margin-bottom: 15px;
}
.top-group__button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 105px;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 5px;
  margin: 0 0 0 auto;
}
.top-group__button span {
  font-size: 1.4rem;
  font-weight: 600;
}
.top-group__button i {
  transition: transform 0.35s ease;
}
.top-group__button:hover i {
  transform: translateX(5px);
}
.top-group__link {
  position: absolute;
  top: 80px;
  right: 10%;
}

.top-service__inner {
  padding: 80px 0;
  position: relative;
}
.top-service__link {
  position: absolute;
  top: 100px;
  right: 0;
}

.top-service-detail {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.top-service-detail__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.top-service-detail__title span {
  font-size: 2.4rem;
  font-weight: 600;
}
.top-service-detail__list {
  display: flex;
  gap: 1.02%;
}
.top-service-detail__item {
  width: 24.22%;
}
.top-service-detail__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-top: 1px solid #B3B2B3;
  border-bottom: 1px solid #B3B2B3;
  position: relative;
}
.top-service-detail__item a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: width 0.35s ease;
}
.top-service-detail__item a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: width 0.35s ease;
}
.top-service-detail__item a:hover::before {
  width: 100%;
}
.top-service-detail__item a:hover::after {
  width: 100%;
}
.top-service-detail__item a:hover .top-service-detail__arrow {
  background: #000000;
}
.top-service-detail__item a:hover .top-service-detail__arrow i {
  color: #ffffff;
}
.top-service-detail__item--outsourcing, .top-service-detail__item--labor {
  width: 50%;
}
.top-service-detail__contents {
  display: flex;
  align-items: center;
  gap: 5px;
}
.top-service-detail__contents span {
  font-size: 1.7rem;
}
.top-service-detail__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border: 1px solid #B3B2B3;
  border-radius: 90px;
  transition: background 0.45s ease;
}
.top-service-detail__arrow i {
  color: #B3B2B3;
  margin-top: 2px;
  transition: color 0.45s ease;
}

.top-faq__inner {
  display: flex;
  align-items: self-start;
  gap: 40px;
  padding: 100px 0;
}
.top-faq__img {
  width: 520px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.top-faq__contents {
  width: 520px;
}
.top-faq__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 30px;
}
.top-faq__text {
  font-size: 1.7rem;
  line-height: 1.75;
}

.top-topics {
  background: #F5F5F5;
}
.top-topics__inner {
  min-width: 1200px;
  padding: 80px 0;
}

.top-topics-event {
  display: flex;
  gap: 4.69%;
  margin-bottom: 60px;
}
.top-topics-event__box {
  width: 47.66%;
  position: relative;
}
.top-topics-event__title {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.top-topics-event__list {
  display: flex;
  gap: 1.64%;
}
.top-topics-event__item {
  width: 49.18%;
}
.top-topics-event__link {
  display: block;
}
.top-topics-event__link:hover {
  opacity: 0.6;
}
.top-topics-event__wrapper {
  aspect-ratio: 300/185;
  background: url(../img/pages/top/noimg.jpg) no-repeat center/cover;
  border-radius: 20px;
  margin-bottom: 15px;
}
.top-topics-event__tag {
  display: inline-block;
  color: #ffffff;
  font-size: 1.2rem;
  background: #B40019;
  padding: 5px 8px 2px;
  border-radius: 5px;
  margin-bottom: 10px;
}
.top-topics-event__tag--holding {
  background-color: #B40019;
}
.top-topics-event__tag--report {
  background-color: #7A724A;
}
.top-topics-event__tag--hidden {
  height: 12px;
  visibility: hidden;
}
.top-topics-event__name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.top-topics-event__text {
  font-size: 1.4rem;
  line-height: 1.2;
}
.top-topics-event__button {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 15px;
  right: 0;
}
.top-topics-event__button span {
  font-size: 1.2rem;
  font-weight: 600;
}
.top-topics-event__button i {
  transition: transform 0.35s ease;
}
.top-topics-event__button:hover i {
  transform: translateX(5px);
}

.top-topics-info {
  display: flex;
  gap: 3.13%;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 7.81%;
  box-sizing: border-box;
}
.top-topics-info__box {
  width: 48.15%;
  position: relative;
}
.top-topics-info__title {
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.top-topics-info__list {
  display: flex;
  flex-direction: column;
}
.top-topics-info__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B3B2B3;
  padding: 20px 0;
  position: relative;
}
.top-topics-info__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background: #000;
  transition: width 0.35s ease;
}
.top-topics-info__link:hover::after {
  width: 100%;
}
.top-topics-info__link:hover .top-topics-info__icon {
  background: #000000;
}
.top-topics-info__link:hover .top-topics-info__icon i {
  color: #ffffff;
}
.top-topics-info__contents {
  width: 92.31%;
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 10px;
}
.top-topics-info__name {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.top-topics-info__tag {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  background: #000000;
  padding: 5px 8px 2px;
  border-radius: 5px;
  /* 各カテゴリRGBカラー定義 */
}
.top-topics-info__tag--group {
  background: rgb(0, 0, 0);
}
.top-topics-info__tag--lab {
  background: rgb(116, 188, 56);
}
.top-topics-info__tag--tax {
  background: rgb(0, 156, 229);
}
.top-topics-info__tag--outsourcing {
  background: rgb(226, 68, 76);
}
.top-topics-info__tag--sr {
  background: rgb(245, 207, 29);
}
.top-topics-info__tag--hidden {
  height: 20px;
  visibility: hidden;
}
.top-topics-info__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 90px;
  border: 1px solid #B3B2B3;
  transition: background 0.45s ease;
}
.top-topics-info__icon i {
  color: #B3B2B3;
  transition: color 0.45s ease;
}
.top-topics-info__button {
  display: flex;
  align-items: center;
  gap: 6px;
  position: absolute;
  top: 15px;
  right: 0;
}
.top-topics-info__button span {
  font-size: 1.2rem;
  font-weight: 600;
}
.top-topics-info__button i {
  transition: transform 0.35s ease;
}
.top-topics-info__button:hover i {
  transform: translateX(5px);
}

.top-recruit__inner {
  padding: 80px 0;
}
.top-recruit__contents {
  background: url(../img/pages/top/recruit.jpg) no-repeat center/cover;
  border-radius: 20px;
  padding: 50px;
  box-sizing: border-box;
}
.top-recruit__title {
  align-items: center;
  margin-bottom: 40px;
}
.top-recruit__title .en, .top-recruit__title .ja {
  color: #ffffff;
}
.top-recruit__text {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.top-recruit__link {
  width: 420px;
  background: #ffffff;
  margin: 0 auto;
}
.top-recruit__link span, .top-recruit__link i {
  color: #000000;
}
.top-recruit__link:hover {
  border: 1px solid #000000;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .top-about__inner {
    display: flex;
    align-items: self-start;
    flex-direction: column-reverse;
    gap: 40px;
    padding: 60px 0;
  }
  .top-about__img {
    width: 100%;
    border-radius: 10px;
  }
  .top-about__contents {
    width: 100%;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 30px;
  }
  .top-about__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-menu__inner {
    padding: 60px 0;
  }
  .top-menu__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .top-menu__item {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 35px;
  }
  .top-menu__item:nth-child(even) {
    flex-direction: column;
  }
  .top-menu__contents {
    width: 100%;
  }
  .top-menu__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
  .top-menu__link {
    width: 100%;
  }
  .top-menu__img {
    width: 100%;
    border-radius: 10px;
  }
  .top-group__inner {
    min-width: auto;
    padding: 60px 0;
    position: relative;
  }
  .top-group__list {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 4%;
    margin-bottom: 50px;
  }
  .top-group__item {
    width: 48%;
  }
  .top-group__wrapper {
    text-align: center;
    margin-bottom: 20px;
  }
  .top-group__wrapper img {
    width: 80%;
  }
  .top-group__name {
    font-size: 1.5rem;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-group__text {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .top-group__button {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 95px;
    padding-bottom: 5px;
    margin: 0 0 0 auto;
  }
  .top-group__button span {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .top-group__link {
    position: static;
    margin: 0 auto;
  }
  .top-service__inner {
    padding: 60px 0;
    position: relative;
  }
  .top-service__link {
    position: static;
    margin: 0 auto;
  }
  .top-service-detail {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 50px;
  }
  .top-service-detail__title {
    display: flex;
    align-items: center;
    gap: 5%;
    margin-bottom: 20px;
  }
  .top-service-detail__title img {
    width: 10%;
  }
  .top-service-detail__title span {
    width: 85%;
    font-size: 1.8rem;
  }
  .top-service-detail__list {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .top-service-detail__item {
    width: 100%;
  }
  .top-service-detail__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 0;
    border-top: none;
  }
  .top-service-detail__item--outsourcing, .top-service-detail__item--labor {
    width: 100%;
  }
  .top-service-detail__item:first-child a {
    border-top: 1px solid #B3B2B3;
  }
  .top-service-detail__contents {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
  }
  .top-service-detail__contents img {
    width: 10%;
  }
  .top-service-detail__contents span {
    width: 90%;
    font-size: 1.5rem;
  }
  .top-service-detail__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border: 1px solid #B3B2B3;
    border-radius: 90px;
  }
  .top-service-detail__arrow i {
    color: #B3B2B3;
    margin-top: 2px;
  }
  .top-faq__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: self-start;
    gap: 40px;
    padding: 60px 0;
  }
  .top-faq__img {
    width: 100%;
    border-radius: 10px;
  }
  .top-faq__contents {
    width: 100%;
  }
  .top-faq__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 25px;
  }
  .top-faq__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-topics__inner {
    min-width: auto;
    padding: 60px 0;
  }
  .top-topics-event {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 60px;
  }
  .top-topics-event__box {
    width: 100%;
    position: relative;
  }
  .top-topics-event__title {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .top-topics-event__list {
    display: flex;
    gap: 1.64%;
  }
  .top-topics-event__item {
    width: 49.18%;
  }
  .top-topics-event__link {
    display: block;
  }
  .top-topics-event__wrapper {
    aspect-ratio: 300/185;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .top-topics-event__tag {
    display: inline-block;
    font-size: 1.2rem;
    padding: 5px 8px 2px;
    border-radius: 5px;
    margin-bottom: 15px;
  }
  .top-topics-event__tag--hidden {
    display: none;
  }
  .top-topics-event__name {
    font-size: 1.6rem;
    line-height: 1.2;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .top-topics-event__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .top-topics-event__button {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .top-topics-event__button span {
    font-size: 1.2rem;
    font-weight: 600;
  }
  .top-topics-info {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
  }
  .top-topics-info__box {
    width: 100%;
    position: relative;
  }
  .top-topics-info__title {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .top-topics-info__list {
    display: flex;
    flex-direction: column;
  }
  .top-topics-info__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-topics-info__contents {
    width: 92.31%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 10px;
  }
  .top-topics-info__name {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .top-topics-info__tag {
    font-size: 1.2rem;
    padding: 5px 8px 2px;
    border-radius: 5px;
  }
  .top-topics-info__tag--hidden {
    display: none;
  }
  .top-topics-info__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 90px;
  }
  .top-topics-info__button {
    position: absolute;
    top: 10px;
    right: 0;
  }
  .top-topics-info__button span {
    font-size: 1.2rem;
  }
  .top-recruit__inner {
    padding: 60px 0;
  }
  .top-recruit__contents {
    border-radius: 10px;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .top-recruit__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-recruit__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 30px;
  }
  .top-recruit__link {
    width: 100%;
    margin: 0 auto;
  }
}
/* ===== PC / 共通 ===== */
.philosophy__inner {
  padding: 100px 0;
}
.philosophy__contents {
  margin-bottom: 50px;
}
.philosophy__title {
  align-items: center;
  margin-bottom: 40px;
}
.philosophy__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.philosophy__text {
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
.philosophy__img {
  display: block;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}

.massage__inner {
  padding: 100px 0;
}

.message-thoughts__title {
  font-size: 3.2rem;
  font-weight: 600;
  text-align: center;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 5px;
  margin-bottom: 35px;
}
.message-thoughts__contents {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px;
  margin-bottom: 25px;
}
.message-thoughts__wrapper {
  width: 370px;
}
.message-thoughts__img {
  display: block;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.message-thoughts__name {
  display: block;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}
.message-thoughts__name span {
  font-size: 1.8rem;
  font-weight: 600;
}
.message-thoughts__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.message-thoughts__body--first {
  width: 660px;
}
.message-thoughts__text {
  font-size: 1.7rem;
  line-height: 1.75;
}

.history {
  background: #F5F5F5;
}
.history__inner {
  padding: 100px 0;
}
.history__title {
  margin-bottom: 40px;
}

.history-info {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 8px;
  box-sizing: border-box;
}
.history-info__item {
  display: flex;
}
.history-info__wrapper {
  border-right: 1px solid #B3B2B3;
}
.history-info__title {
  width: 120px;
  font-size: 2rem;
  line-height: 1;
  margin-top: -5px;
}
.history-info__title span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
}
.history-info__row {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-bottom: 35px;
}
.history-info__row--last {
  height: 80px;
  padding-bottom: 0;
}
.history-info__inner {
  display: flex;
  position: relative;
  padding-left: 15px;
  margin-top: -8px;
}
.history-info__inner::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: #B3B2B3;
  border-radius: 90px;
  position: absolute;
  top: 7px;
  left: -8px;
}
.history-info__term {
  display: flex;
}
.history-info__term .month, .history-info__term .colon {
  font-size: 1.8rem;
}
.history-info__term .month {
  width: 45px;
  text-align: right;
}
.history-info__desc {
  font-size: 1.7rem;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .philosophy__inner {
    padding: 60px 0;
  }
  .philosophy__contents {
    margin-bottom: 35px;
  }
  .philosophy__title {
    align-items: center;
    margin-bottom: 20px;
  }
  .philosophy__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .philosophy__text {
    font-size: 1.5rem;
    line-height: 1.6;
    text-align: left;
  }
  .philosophy__img {
    border-radius: 10px;
  }
  .massage__inner {
    padding: 60px 0;
  }
  .message-thoughts__title {
    font-size: 2.2rem;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 25px;
  }
  .message-thoughts__contents {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    margin-bottom: 25px;
  }
  .message-thoughts__wrapper {
    width: 100%;
    margin-bottom: 25px;
  }
  .message-thoughts__img {
    display: block;
    width: 60%;
    border-radius: 10px;
    margin: 0 auto 15px;
  }
  .message-thoughts__name {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6;
  }
  .message-thoughts__name span {
    font-size: 1.6rem;
  }
  .message-thoughts__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .message-thoughts__body--first {
    width: 100%;
  }
  .message-thoughts__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .history__inner {
    padding: 60px 0;
  }
  .history__title {
    margin-bottom: 40px;
  }
  .history-info {
    padding: 40px 15px 90px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .history-info__item {
    display: flex;
  }
  .history-info__title {
    width: 90px;
    font-size: 1.8rem;
    line-height: 1;
    margin-top: -5px;
  }
  .history-info__title span {
    font-size: 2.2rem;
  }
  .history-info__row {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding-bottom: 35px;
  }
  .history-info__row--last {
    height: 125px;
    padding-bottom: 0;
  }
  .history-info__inner {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 15px;
    margin-top: -8px;
  }
  .history-info__inner::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 90px;
    position: absolute;
    top: 7px;
    left: -6px;
  }
  .history-info__term {
    display: flex;
  }
  .history-info__term .month, .history-info__term .colon {
    font-size: 1.5rem;
  }
  .history-info__term .month {
    width: 45px;
    text-align: left;
  }
  .history-info__desc {
    font-size: 1.3rem;
  }
}
/* ===== PC / 共通 ===== */
.strength__inner {
  padding: 100px 0;
}
.strength__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.strength__item {
  display: flex;
  gap: 40px;
}
.strength__item--even {
  flex-direction: row-reverse;
}
.strength__img {
  width: 500px;
  border-radius: 20px;
}
.strength__contents {
  width: 540px;
}
.strength__title {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.strength__title .en {
  color: #B3B2B3;
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 700;
}
.strength__title .ja {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}
.strength__text {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.75;
}

.relation__inner {
  padding: 100px 0;
}
.relation__contents {
  margin-bottom: 30px;
}
.relation__text {
  font-size: 1.7rem;
  line-height: 1.75;
}
.relation__img {
  display: block;
  margin: 0 auto;
}
.relation__hint {
  display: none;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .strength__inner {
    padding: 60px 0;
  }
  .strength__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .strength__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .strength__item--even {
    flex-direction: column;
  }
  .strength__img {
    width: 100%;
    border-radius: 10px;
  }
  .strength__contents {
    width: 100%;
  }
  .strength__title {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .strength__title .en {
    font-size: 1.6rem;
  }
  .strength__title .ja {
    font-size: 2rem;
    line-height: 1.5;
  }
  .strength__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .relation__inner {
    padding: 60px 0;
  }
  .relation__contents {
    width: 100%;
    margin-bottom: 30px;
  }
  .relation__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .relation__wrapper {
    overflow-x: auto;
    position: relative;
  }
  .relation__wrapper.is-scrolled .relation__hint {
    opacity: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .relation__img {
    display: block;
    max-width: none;
    width: 960px;
  }
  .relation__hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 10px;
    border-radius: 999px;
    font-size: 1.2rem;
    line-height: 1;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .relation__hint-icon {
    font-size: 1.5rem;
    font-weight: 600;
    animation: relation-hint-move 1.4s ease-in-out infinite;
  }
}
/* ===== PC / 共通 ===== */
.group__inner {
  padding: 100px 0 80px;
}
.group__contents {
  display: flex;
  align-items: self-start;
  gap: 70px;
}
.group__img {
  width: 370px;
}
.group__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 640px;
}
.group__text {
  font-size: 1.7rem;
  line-height: 1.75;
}

.group-archive__inner {
  padding: 0 0 100px;
}
.group-archive__title {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  margin-bottom: 50px;
}

.group-archive-company__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.group-archive-company__item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}
.group-archive-company__img {
  width: 200px;
}
.group-archive-company__contents {
  width: 100%;
}
.group-archive-company__title {
  font-size: 2.4rem;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.group-archive-company__text {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.group-archive-company__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  padding: 10px 0;
  border: 1px solid #B3B2B3;
  border-radius: 90px;
  transition: 0.3s;
}
.group-archive-company__link span {
  font-size: 1.4rem;
  font-weight: 600;
}
.group-archive-company__link--fas {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 105px;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 5px;
}
.group-archive-company__link--fas span {
  font-size: 1.4rem;
  font-weight: 600;
}
.group-archive-company__link:hover {
  background: #000000;
  border: 1px solid #000000;
}
.group-archive-company__link:hover span {
  color: #ffffff;
}
.group-archive-company__link:hover i {
  color: #ffffff;
}

.group-access__inner {
  padding: 80px 0 100px;
}
.group-access__title {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  margin-bottom: 50px;
}
.group-access__map {
  width: 100%;
  aspect-ratio: 1080/350;
  margin-bottom: 20px;
}
.group-access__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.group-access__detail {
  display: flex;
  margin-bottom: 20px;
}
.group-access__row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.group-access__wrapper {
  display: flex;
  justify-content: space-between;
}
.group-access__term {
  width: 300px;
  font-weight: 600;
}
.group-access__term--tokyo {
  width: 350px;
}
.group-access__term--shiga {
  width: 350px;
}
.group-access__desc {
  width: 240px;
}
.group-access__desc a {
  pointer-events: none;
}
.group-access__address {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 35px;
}
.group-access__contents {
  display: flex;
  align-items: center;
  gap: 10px;
}
.group-access__subtitle {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 600;
  background: #000000;
  padding: 2px 10px;
}
.group-access__subtext {
  font-size: 1.8rem;
}
.group-access__link {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 165px;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 5px;
  margin: 0 auto;
}
.group-access__link span {
  font-size: 1.8rem;
  font-weight: 600;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .group__inner {
    padding: 60px 0 40px;
  }
  .group__contents {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 30px;
  }
  .group__img {
    width: 80%;
    margin: 0 auto;
  }
  .group__body {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
  .group__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .group-archive__inner {
    padding: 0 0 60px;
  }
  .group-archive__title {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 35px;
  }
  .group-archive-company__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .group-archive-company__item {
    display: flex;
    align-items: self-start;
    gap: 5%;
    padding: 0;
  }
  .group-archive-company__img {
    width: 30%;
  }
  .group-archive-company__contents {
    width: 65%;
  }
  .group-archive-company__title {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .group-archive-company__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .group-archive-company__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 8px 0;
  }
  .group-archive-company__link span {
    font-size: 1.3rem;
  }
  .group-archive-company__link--fas {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 105px;
    border-bottom: 1px solid #B3B2B3;
    padding-bottom: 5px;
  }
  .group-archive-company__link--fas span {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .group-access__inner {
    padding: 30px 0 60px;
  }
  .group-access__title {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 35px;
  }
  .group-access__map {
    width: 100%;
    aspect-ratio: 350/300;
    margin-bottom: 20px;
  }
  .group-access__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .group-access__detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .group-access__row {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .group-access__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .group-access__term {
    width: 100%;
    font-weight: 600;
  }
  .group-access__term--shiga {
    width: 100%;
  }
  .group-access__desc {
    width: 100%;
  }
  .group-access__desc a {
    color: #2052a4;
    border-bottom: 1px solid #2052a4;
  }
  .group-access__address {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
  }
  .group-access__contents {
    display: flex;
    align-items: self-start;
    flex-direction: column;
    gap: 5px;
  }
  .group-access__subtitle {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 600;
    background: #000000;
    padding: 2px 10px;
  }
  .group-access__subtext {
    font-size: 1.5rem;
  }
  .group-access__link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 165px;
    border-bottom: 1px solid #B3B2B3;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .group-access__link span {
    font-size: 1.8rem;
    font-weight: 600;
  }
}
/* ===== PC / 共通 ===== */
.info-service__inner {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  padding: 100px 0;
}
.info-service__contents {
  width: 550px;
}
.info-service__title {
  margin-bottom: 30px;
}
.info-service__text {
  font-size: 1.7rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.info-service__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 57px;
  background: #F5F5F5;
  padding: 15px;
  border-radius: 8px;
  box-sizing: border-box;
}
.info-service__list span {
  font-size: 1.6rem;
  font-weight: 600;
}
.info-service__list--consulting i {
  color: #74BC38;
}
.info-service__list--tax i {
  color: #009CE5;
}
.info-service__list--outsourcing i {
  color: #E2444C;
}
.info-service__list--labor i {
  color: #F5CF1D;
}
.info-service__img {
  margin-top: 40px;
}

.info-company__inner {
  padding: 100px 0;
}
.info-company__title {
  margin-bottom: 30px;
}
.info-company__wrapper {
  display: flex;
  align-items: center;
  gap: 90px;
  border-bottom: 1px solid #C7C7C7;
  padding: 25px 0;
}
.info-company__term {
  width: 200px;
  font-size: 1.7rem;
}
.info-company__desc {
  font-size: 1.7rem;
  line-height: 1.5;
}
.info-company__desc .url {
  color: #2052a4;
  border-bottom: 1px solid #2052a4;
}
.info-company__desc .link {
  pointer-events: none;
}
.info-company__desc .button {
  background: #000000;
  border: 1px solid #000000;
  padding: 1px 5px 3px;
  margin: 0 0 2px 10px;
  transition: 0.3s;
}
.info-company__desc .button span, .info-company__desc .button i {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}
.info-company__desc .button:hover {
  background: #ffffff;
}
.info-company__desc .button:hover span, .info-company__desc .button:hover i {
  color: #000000;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .info-service__inner {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    padding: 60px 0;
  }
  .info-service__contents {
    width: 100%;
  }
  .info-service__title {
    margin-bottom: 20px;
  }
  .info-service__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .info-service__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
    padding: 15px;
    border-radius: 8px;
  }
  .info-service__list span {
    font-size: 1.5rem;
  }
  .info-service__img {
    width: 80%;
    margin: 0 auto 35px;
  }
  .info-company__inner {
    padding: 60px 0;
  }
  .info-company__title {
    margin-bottom: 30px;
  }
  .info-company__wrapper {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
    padding: 15px 0;
  }
  .info-company__term {
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
  }
  .info-company__desc {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .info-company__desc .wrapper {
    display: block;
    margin-top: 5px;
  }
  .info-company__desc .link {
    color: #2052a4;
    border-bottom: 1px solid #2052a4;
  }
  .info-company__desc .button {
    padding: 0 5px 2px;
    margin: 0 0 2px 10px;
  }
  .info-company__desc .button span, .info-company__desc .button i {
    font-size: 1.2rem;
    font-weight: 600;
  }
}
/* ===== PC / 共通 ===== */
.service__inner {
  padding: 100px 0 80px;
}
.service__contents {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.service__text {
  width: 580px;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.75;
}
.service__img {
  width: 450px;
  border-radius: 20px;
}

.service-archive__inner {
  padding: 0 0 100px;
}
.service-archive__title {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  margin-bottom: 50px;
}

.service-archive-company__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service-archive-company__item {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0 30px;
  box-sizing: border-box;
}
.service-archive-company__img {
  width: 200px;
}
.service-archive-company__contents {
  width: 100%;
}
.service-archive-company__title {
  font-size: 2.4rem;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-archive-company__text {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 15px;
}
.service-archive-company__text span {
  font-weight: 600;
}
.service-archive-company__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 195px;
  padding: 10px 0;
  border: 1px solid #B3B2B3;
  border-radius: 90px;
  transition: 0.3s;
}
.service-archive-company__link span {
  font-size: 1.4rem;
  font-weight: 600;
}
.service-archive-company__link--fas {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 105px;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 5px;
}
.service-archive-company__link--fas span {
  font-size: 1.4rem;
  font-weight: 600;
}
.service-archive-company__link:hover {
  background: #000000;
  border: 1px solid #000000;
}
.service-archive-company__link:hover span, .service-archive-company__link:hover i {
  color: #ffffff;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .service__inner {
    padding: 60px 0 40px;
  }
  .service__contents {
    display: flex;
    align-items: stretch;
    flex-direction: column-reverse;
    gap: 35px;
  }
  .service__text {
    width: 100%;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
  }
  .service__img {
    width: 100%;
    border-radius: 10px;
  }
  .service-archive__inner {
    padding: 0 0 60px;
  }
  .service-archive__title {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 35px;
  }
  .service-archive-company__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .service-archive-company__item {
    display: flex;
    align-items: self-start;
    gap: 5%;
    padding: 0;
  }
  .service-archive-company__img {
    width: 30%;
  }
  .service-archive-company__contents {
    width: 65%;
  }
  .service-archive-company__title {
    font-size: 1.8rem;
    border-bottom: 1px solid #B3B2B3;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .service-archive-company__text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .service-archive-company__text span {
    font-weight: 600;
  }
  .service-archive-company__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding: 8px 0;
    border-radius: 90px;
  }
  .service-archive-company__link span {
    font-size: 1.3rem;
  }
  .service-archive-company__link--fas {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 105px;
    border-bottom: 1px solid #B3B2B3;
    padding-bottom: 5px;
  }
  .service-archive-company__link--fas span {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
/* ===== PC / 共通 ===== */
.service-links__inner {
  padding: 80px 0;
}
.service-links__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.service-links__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 1px solid #B3B2B3;
  border-radius: 8px;
}
.service-links__item a span {
  font-size: 1.4rem;
  font-weight: 600;
}
.service-links__item a i {
  font-size: 1.2rem;
}

.service-problem__inner {
  display: flex;
  justify-content: center;
  gap: 100px;
  padding: 100px 0;
}
.service-problem__list {
  width: 660px;
}
.service-problem__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #B3B2B3;
  padding: 15px 0;
}
.service-problem__item i {
  color: #E2444C;
}
.service-problem__item span {
  font-size: 1.8rem;
  font-weight: 600;
}
.service-problem__item:first-child {
  border-top: 1px solid #B3B2B3;
}

.service-infos {
  padding: 0 0 100px;
}
.service-infos--outsourcing {
  padding: 80px 0 0;
}
.service-infos__contents {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.service-infos__contents--outsourcing {
  margin-bottom: 30px;
}
.service-infos__text {
  width: 680px;
  font-size: 1.7rem;
  line-height: 1.75;
  margin-top: 10px;
}

.service-info__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service-info__contents {
  margin-bottom: 50px;
}
.service-info__title {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.service-info__text {
  font-size: 1.7rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.service-info__img {
  display: block;
  border-radius: 20px;
  margin: 0 auto;
}

.service-info-each__cards {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.service-info-each__cards--tax {
  gap: 60px;
}
.service-info-each__cards--outsourcing {
  gap: 30px;
}
.service-info-each__title {
  font-size: 2.8rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  padding: 0 0 5px 15px;
  margin-bottom: 30px;
  position: relative;
}
.service-info-each__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 65%;
  background: #B3B2B3;
  position: absolute;
  top: 5px;
  left: 0;
}
.service-info-each__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.service-info-each__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-info-each__item span {
  font-size: 1.8rem;
  font-weight: 600;
}
.service-info-each__item--consulting i {
  color: #74BC38;
}
.service-info-each__item--tax i {
  color: #009CE5;
}
.service-info-each__item--labor i {
  color: #F5CF1D;
}
.service-info-each__text {
  font-size: 1.7rem;
  line-height: 1.75;
  margin-bottom: 30px;
}
.service-info-each__text .subtitle {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.35;
}
.service-info-each__text .subtext {
  font-size: 1.7rem;
  font-weight: 600;
}
.service-info-each__text .green {
  color: #74BC38;
}
.service-info-each__row {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.service-info-each__term {
  font-size: 1.8rem;
  font-weight: 600;
}
.service-info-each__desc {
  font-size: 1.5rem;
  line-height: 2;
}
.service-info-each__img {
  text-align: center;
}

.service-flow {
  background: #F5F5F5;
}
.service-flow__inner {
  padding: 100px 0;
}
.service-flow__list {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 30px;
}
.service-flow__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 196px;
  background: #ffffff;
  border-radius: 8px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.service-flow__item::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 8/18;
  background: url(../img/pages/service/outsourcing/arrow.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: -20px;
}
.service-flow__item:last-child::after {
  display: none;
}
.service-flow__item .en {
  color: #040304;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0;
}
.service-flow__item .ja {
  font-size: 1.8rem;
  font-weight: 600;
}
.service-flow__item--main {
  background: #B3B2B3;
}
.service-flow__item--main .en, .service-flow__item--main .ja {
  color: #ffffff;
}

.service-flow-detail {
  width: 960px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
}
.service-flow-detail__list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  position: relative;
}
.service-flow-detail__list::before {
  content: "";
  display: block;
  width: 52px;
  aspect-ratio: 52/23;
  background: url(../img/pages/service/outsourcing/arrow--white.png) no-repeat center/contain;
  position: absolute;
  top: -50px;
  left: 200px;
}
.service-flow-detail__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.service-flow-detail__title i {
  font-size: 1.5rem;
}
.service-flow-detail__title span {
  font-size: 2rem;
  font-weight: 600;
}
.service-flow-detail__text {
  font-size: 1.6rem;
  line-height: 1.5;
}
.service-flow-detail__text span {
  font-size: 1.7rem;
  font-weight: 600;
}
.service-flow-detail__text small {
  font-size: 1.4rem;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .service-links__inner {
    padding: 60px 0;
  }
  .service-links__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .service-links__item {
    width: 95%;
    margin: 0 auto;
  }
  .service-links__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 8px;
  }
  .service-links__item a span {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .service-links__item a i {
    font-size: 1.2rem;
  }
  .service-problem__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0;
    padding: 60px 0;
  }
  .service-problem__list {
    width: 100%;
  }
  .service-problem__item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .service-problem__item span {
    font-size: 1.6rem;
  }
  .service-infos {
    padding: 0 0 60px;
  }
  .service-infos--outsourcing {
    padding: 60px 0 0;
  }
  .service-infos__contents {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .service-infos__contents--outsourcing {
    margin-bottom: 10px;
  }
  .service-infos__text {
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 0;
  }
  .service-info__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .service-info__contents {
    margin-bottom: 50px;
  }
  .service-info__title {
    font-size: 2.2rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .service-info__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .service-info__img {
    border-radius: 10px;
  }
  .service-info-each__cards {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .service-info-each__cards--tax {
    gap: 10px;
  }
  .service-info-each__cards--outsourcing {
    gap: 10px;
  }
  .service-info-each__title {
    font-size: 2rem;
    padding: 0 0 5px 20px;
    margin-bottom: 15px;
    position: relative;
  }
  .service-info-each__title::before {
    content: "";
    display: block;
    width: 5px;
    height: 65%;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .service-info-each__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 30px;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
  }
  .service-info-each__item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .service-info-each__item span {
    font-size: 1.5rem;
  }
  .service-info-each__text {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .service-info-each__text .subtitle {
    font-size: 1.6rem;
    line-height: 2.35;
  }
  .service-info-each__text .subtext {
    font-size: 1.3rem;
    font-weight: 600;
  }
  .service-info-each__row {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .service-info-each__term {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .service-info-each__desc {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .service-info-each__img {
    text-align: center;
  }
  .service-flow-sp {
    background: #F5F5F5;
  }
  .service-flow-sp__inner {
    padding: 60px 0;
  }
  .service-flow-sp__list {
    display: flex;
    flex-direction: column;
  }
  .service-flow-sp__item {
    width: 100%;
    background: #ffffff;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .service-flow-sp__item .en {
    color: #040304;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0;
  }
  .service-flow-sp__item .ja {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .service-flow-sp__item--main {
    background: #B3B2B3;
  }
  .service-flow-sp__item--main .en, .service-flow-sp__item--main .ja {
    color: #ffffff;
  }
  .service-flow-sp__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .service-flow-sp__wrapper .ic {
    color: #ffffff;
    font-size: 2.4rem;
  }
  .service-flow-sp__subtitle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .service-flow-detail {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
    padding: 0;
    margin-top: 0;
    background: transparent;
  }
  .service-flow-detail__inner {
    padding: 30px 15px;
    margin-top: 20px;
    background: #fff;
    border-radius: 8px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.25s ease, transform 0.25s ease;
  }
  .service-flow-detail__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-flow-detail__title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .service-flow-detail__title i {
    font-size: 1.3rem;
  }
  .service-flow-detail__title span {
    font-size: 1.5rem;
  }
  .service-flow-detail__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .service-flow-detail__text span {
    font-size: 1.4rem;
  }
  .service-flow-detail__text small {
    font-size: 1.2rem;
  }
  .service-flow-sp__item.is-open .service-flow-detail {
    max-height: 1000px;
  }
  .service-flow-sp__item.is-open .service-flow-detail__inner {
    opacity: 1;
    transform: translateY(0);
  }
  /* + → － の切り替えを少し柔らかく */
  .service-flow-sp__item--main .ic {
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .service-flow-sp__item--main.is-open .ic {
    transform: rotate(180deg);
  }
}
/* ===== PC / 共通 ===== */
.contact-form__inner {
  padding: 100px 0;
}
.contact-form__title {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.contact-form__title .en {
  color: #B3B2B3;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.contact-form__title .ja {
  font-size: 2.4rem;
  font-weight: 600;
}

.contact-privacy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}
.contact-privacy__title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.contact-privacy__text {
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
.contact-privacy__text a {
  border-bottom: 1px solid #000000;
}
.contact-privacy__link {
  border-bottom: 1px solid #000000;
}

.contact-tel__inner {
  padding: 0 0 100px;
}
.contact-tel__contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 665px;
  border: 1px solid #C7C7C7;
  padding: 30px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.contact-tel__title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.contact-tel__link {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-tel__link span {
  font-size: 3.2rem;
  font-weight: 600;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .contact-form__inner {
    padding: 60px 0;
  }
  .contact-form__title {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .contact-form__title .en {
    font-size: 1.6rem;
  }
  .contact-form__title .ja {
    font-size: 2rem;
  }
  .contact-privacy {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
  }
  .contact-privacy__title {
    font-size: 2rem;
    text-align: center;
  }
  .contact-privacy__text {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }
  .contact-tel__inner {
    padding: 0 0 60px;
  }
  .contact-tel__contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    margin: 0 auto;
  }
  .contact-tel__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 5px;
  }
  .contact-tel__link {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .contact-tel__link span {
    font-size: 3.2rem;
    font-weight: 600;
  }
}
/* ===== PC / 共通 ===== */
.complete__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 100px 0;
}
.complete__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.complete__title .en {
  color: #B3B2B3;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
}
.complete__title .ja {
  font-size: 2.4rem;
  font-weight: 600;
}
.complete__text {
  font-size: 1.7rem;
  line-height: 1.75;
  text-align: center;
}
.complete__link {
  font-size: 1.6rem;
  border-bottom: 1px solid #000000;
  padding-bottom: 2px;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .complete__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 60px 0;
  }
  .complete__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .complete__title .en {
    font-size: 1.6rem;
  }
  .complete__title .ja {
    font-size: 2rem;
  }
  .complete__text {
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: center;
  }
  .complete__link {
    font-size: 1.5rem;
    padding-bottom: 2px;
  }
}
/* ===== PC / 共通 ===== */
.privacy__inner {
  padding: 100px 0;
}
.privacy__list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.privacy__title {
  font-size: 2.6rem;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.privacy__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.privacy__text {
  font-size: 1.7rem;
  line-height: 1.75;
}

/* ======== SP ========= */
@media only screen and (max-width: 767px) {
  .privacy__inner {
    padding: 60px 0;
  }
  .privacy__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .privacy__title {
    font-size: 2rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .privacy__body {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .privacy__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
/* ===== PC / 共通 ===== */
.not_found_sec {
  padding: 80px 0;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  text-align: center;
  font-size: 3.2rem;
}
.not_found_sec .contents_box-s .not_found_txt p {
  text-align: center;
  line-height: 2;
  font-size: 1.6rem;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .not_found_sec {
    padding: 50px 0;
  }
  .not_found_sec .contents_box-s .not_found_ttl h3 {
    font-size: 2.4rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p {
    font-size: 1.5rem;
  }
  .not_found_sec .contents_box-s .not_found_txt p a {
    font-size: 1.5rem;
  }
}
/* ===== PC / 共通 ===== */
.recruit-description__inner {
  padding: 100px 0;
}
.recruit-description__title {
  font-size: 3.2rem;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.recruit-description-tag {
  margin-bottom: 70px;
}
.recruit-description-tag__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.recruit-description-tag__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 350px;
  padding: 10px;
  border: 1px solid #B3B2B3;
  border-radius: 8px;
  transition: 0.3s;
}
.recruit-description-tag__link span {
  font-size: 1.4rem;
  font-weight: 600;
}
.recruit-description-tag__link:hover {
  background: #000000;
}
.recruit-description-tag__link:hover span, .recruit-description-tag__link:hover i {
  color: #ffffff;
}

.recruit-description-table__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.recruit-description-table__title {
  font-size: 2.8rem;
  border-bottom: 1px solid #B3B2B3;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  position: relative;
}
.recruit-description-table__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background: #B3B2B3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.recruit-description-table__definition {
  margin-bottom: 30px;
}
.recruit-description-table__row {
  display: flex;
  gap: 90px;
  padding: 25px 0;
  border-bottom: 1px solid #B3B2B3;
}
.recruit-description-table__term, .recruit-description-table__desc {
  font-size: 1.7rem;
}
.recruit-description-table__term {
  width: 200px;
  font-weight: 600;
}
.recruit-description-table__desc {
  width: 790px;
}
.recruit-description-table__link {
  display: block;
  width: 275px;
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  background: #000000;
  border: 1px solid #B3B2B3;
  padding: 15px 0;
  border-radius: 90px;
  margin: 0 auto;
  transition: 0.3s;
}
.recruit-description-table__link:hover {
  color: #000000;
  background: #ffffff;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .recruit-description__inner {
    padding: 60px 0;
  }
  .recruit-description__title {
    font-size: 2.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .recruit-description-tag {
    margin-bottom: 35px;
  }
  .recruit-description-tag__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px 3%;
  }
  .recruit-description-tag__item {
    width: 48.5%;
  }
  .recruit-description-tag__link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  .recruit-description-tag__link span {
    font-size: 1.4rem;
    font-weight: 600;
  }
  .recruit-description-table__list {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .recruit-description-table__title {
    font-size: 2rem;
    padding: 10px 0 10px 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .recruit-description-table__title::before {
    content: "";
    display: block;
    width: 5px;
    height: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
  .recruit-description-table__definition {
    margin-bottom: 30px;
  }
  .recruit-description-table__row {
    display: flex;
    gap: 5%;
    padding: 20px 0;
    border-bottom: 1px solid #B3B2B3;
  }
  .recruit-description-table__term {
    width: 25%;
    font-size: 1.6rem;
  }
  .recruit-description-table__desc {
    width: 70%;
    font-size: 1.5rem;
  }
  .recruit-description-table__link {
    display: block;
    width: 65%;
    font-size: 1.6rem;
    text-align: center;
    padding: 15px 0;
    border-radius: 90px;
    margin: 0 auto;
  }
}
/* ===== PC / 共通 ===== */
.member__inner {
  padding: 100px 0;
}

.member-tag {
  margin-bottom: 45px;
}
.member-tag__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.member-tag__item {
  /* 各カテゴリRGBカラー定義 */
  /* groupだけ active時に白文字 */
}
.member-tag__item a {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
  color: #000;
  transition: background-color 0.25s ease, color 0.25s ease;
  /* 初期値（背景40%） */
  background-color: rgba(var(--tag-rgb), 0.1);
  /* hoverで背景60% */
  /* activeで背景100% */
}
.member-tag__item a:hover {
  background-color: rgba(var(--tag-rgb), 0.6);
}
.member-tag__item a.is-active {
  background-color: rgba(var(--tag-rgb), 1);
}
.member-tag__item a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
}
.member-tag__item--all {
  --tag-rgb: 0, 0, 0;
}
.member-tag__item--lab {
  --tag-rgb: 116, 188, 56;
}
.member-tag__item--tax {
  --tag-rgb: 0, 156, 229;
}
.member-tag__item--outsourcing {
  --tag-rgb: 226, 68, 76;
}
.member-tag__item--sr {
  --tag-rgb: 245, 207, 29;
}
.member-tag__item--all a.is-active, .member-tag__item a.is-active, .member-tag__item--lab a.is-active, .member-tag__item--tax a.is-active, .member-tag__item--outsourcing a.is-active, .member-tag__item--sr a.is-active {
  color: #ffffff;
}

.member-archive {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.member-archive__title {
  font-size: 3.2rem;
  font-weight: 600;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.member-archive-post a:hover {
  opacity: 0.6;
}
.member-archive-post__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 25px;
}
.member-archive-post__item {
  width: 250px;
}
.member-archive-post__img {
  width: 100%;
  aspect-ratio: 1/1;
  background: url(../img/pages/member/member-archive-post__img.jpg) no-repeat center/cover;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.member-archive-post__position {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.member-archive-post__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.member-archive-post__contents i {
  color: #B3B2B3;
  font-size: 3rem;
}
.member-archive-post__wrapper {
  display: flex;
  flex-direction: column;
}
.member-archive-post__name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 5px;
}
.member-archive-post__en {
  font-family: "Montserrat", sans-serif;
  color: #B3B2B3;
  font-size: 1.4rem;
  font-weight: 700;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .member__inner {
    padding: 60px 0;
  }
  .member-tag {
    margin-bottom: 45px;
  }
  .member-tag__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .member-tag__item a {
    font-size: 1.4rem;
    padding: 5px 15px;
    border-radius: 5px;
  }
  .member-archive {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .member-archive__title {
    font-size: 2.4rem;
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .member-archive-post__list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 4%;
  }
  .member-archive-post__item {
    width: 48%;
  }
  .member-archive-post__img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .member-archive-post__position {
    display: block;
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .member-archive-post__contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .member-archive-post__contents i {
    font-size: 2rem;
  }
  .member-archive-post__wrapper {
    display: flex;
    flex-direction: column;
    width: 85%;
  }
  .member-archive-post__name {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .member-archive-post__en {
    font-size: 1.3rem;
  }
  .member-archive-post__icon {
    width: 15%;
  }
}
/* ===== PC / 共通 ===== */
.faq__inner {
  padding: 50px 0;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.faq__title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B3B2B3;
  margin-bottom: 20px;
}
.faq__title span {
  font-size: 1.8rem;
  line-height: 1.5;
}
.faq__body p {
  font-size: 1.7rem;
  line-height: 1.75;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .faq__inner {
    padding: 50px 0;
  }
  .faq__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .faq__title {
    display: flex;
    align-items: center;
    gap: 2%;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .faq__title img {
    width: 8%;
  }
  .faq__title span {
    width: 90%;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .faq__body p {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
/* ===== 共通 ===== */
.topics-pickup-sec {
  background: url(../img/pages/topics/topics-pickup-sec.jpg) no-repeat center/cover;
  padding: 50px 0;
  box-sizing: border-box;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists {
  gap: 0 30px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 20px;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list {
  width: 385px;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list h2 {
  font-size: 1.6rem;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list p {
  font-size: 1.4rem;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list span {
  font-size: 1.2rem;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a {
  display: block;
  position: relative;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a:hover {
  opacity: 0.6;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__img-wrapper {
  aspect-ratio: 385/240;
  background: url(../img/pages/topics/noimg.jpg) no-repeat center/cover;
  margin-bottom: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__img-wrapper .topics-pickup-list__img {
  border-radius: 20px;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__ttl {
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #363436;
  margin-bottom: 20px;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__txt {
  line-height: 1.2;
}
.topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__tag {
  display: inline-block;
  color: #B40019;
  font-weight: 600;
  background: #ffffff;
  border-radius: 0 0 7px 0;
  padding: 5px 10px 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.topics-archive-sec {
  padding: 100px 0;
}
.topics-archive-sec .topics-archive-wrapper {
  gap: 3.13%;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box {
  width: 69.53%;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive__ttl-wrapper {
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive__ttl-wrapper .topics-archive__ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists {
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 60px;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list {
  align-items: self-start;
  gap: 0 2.25%;
  position: relative;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__img-wrapper {
  width: 38.2%;
  aspect-ratio: 340/210;
  background: url(../img/pages/topics/noimg.jpg) no-repeat center/cover;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__img-wrapper .topics-archive-list__img {
  border-radius: 20px;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper {
  width: 59.55%;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper .topics-archive-list__ttl {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #B3B2B3;
  margin-bottom: 20px;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper .topics-archive-list__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper .topics-archive-list__btn {
  margin: 0 0 0 auto;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__tag {
  color: #ffffff;
  font-size: 1.2rem;
  background: #B40019;
  padding: 3px 10px 2px;
  border-radius: 7px 0 7px 0;
  position: absolute;
  top: 0;
  left: 0;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__tag--seminar {
  background-color: #0078D7;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__tag--tips {
  background-color: #74BC38;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__tag.tag--holding {
  background-color: #B40019;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__tag.tag--report {
  background-color: #7A724A;
}
.topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-nav {
  width: 27.34%;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .topics-pickup-sec {
    padding: 50px 0;
  }
  .topics-pickup-sec .topics-pickup-wrapper {
    position: relative;
  }
  .topics-pickup-sec .topics-pickup-wrapper::before, .topics-pickup-sec .topics-pickup-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.45);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    z-index: 1000;
  }
  .topics-pickup-sec .topics-pickup-wrapper::before {
    content: "‹";
    left: 4px;
  }
  .topics-pickup-sec .topics-pickup-wrapper::after {
    content: "›";
    right: 4px;
  }
  .topics-pickup-sec .topics-pickup-wrapper.is-edge-left::before, .topics-pickup-sec .topics-pickup-wrapper.is-edge-right::after {
    opacity: 0.2;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 0;
    padding: 0;
    border-radius: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists::-webkit-scrollbar {
    display: none;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    padding: 15px 15px 20px;
    box-sizing: border-box;
    scroll-snap-align: start;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list h2 {
    font-size: 1.6rem;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list p {
    font-size: 1.4rem;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list span {
    font-size: 1.2rem;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a {
    display: block;
    position: relative;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__img-wrapper {
    aspect-ratio: 385/240;
    background: url(../img/pages/topics/noimg.jpg) no-repeat center/cover;
    margin-bottom: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    padding: 20px 16px 24px;
    overflow: hidden;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__img-wrapper .topics-pickup-list__img {
    border-radius: 20px;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__ttl {
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__txt {
    line-height: 1.2;
  }
  .topics-pickup-sec .topics-pickup-wrapper .topics-pickup-lists .topics-pickup-list a .topics-pickup-list__tag {
    display: inline-block;
    border-radius: 0 0 7px 0;
    padding: 5px 10px 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topics-archive-sec {
    padding: 60px 0;
  }
  .topics-archive-sec .topics-archive-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box {
    width: 100%;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive__ttl-wrapper {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive__ttl-wrapper .topics-archive__ttl {
    font-size: 2rem;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists {
    flex-direction: column;
    gap: 50px 0;
    margin-bottom: 60px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    gap: 20px;
    position: relative;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__img-wrapper {
    width: 100%;
    aspect-ratio: 340/210;
    border-radius: 10px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__img-wrapper .topics-archive-list__img {
    border-radius: 10px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper {
    width: 100%;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper .topics-archive-list__ttl {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper .topics-archive-list__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list-wrapper .topics-archive-list__btn {
    margin: 0 auto;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-lists .topics-archive-list .topics-archive-list__tag {
    font-size: 1.2rem;
    padding: 3px 10px 2px;
    border-radius: 7px 0 7px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .topics-archive-sec .topics-archive-wrapper .topics-archive-box .topics-archive-nav {
    width: 100%;
  }
}
/* ===== デフォルト（PC） ===== */
.blog-archive-sec {
  padding: 100px 0;
}
.blog-archive-sec .blog-archive-wrapper {
  gap: 3.13%;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box {
  width: 69.53%;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive__ttl-wrapper {
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive__ttl-wrapper .blog-archive__ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists {
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 60px;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list {
  gap: 0 2.25%;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__time {
  color: #939393;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__btn {
  margin: 0 0 0 auto;
}
.blog-archive-sec .blog-archive-wrapper .blog-archive-nav {
  width: 27.34%;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .blog-archive-sec {
    padding: 60px 0;
  }
  .blog-archive-sec .blog-archive-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box {
    width: 100%;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive__ttl-wrapper {
    border-bottom: 1px solid #B3B2B3;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive__ttl-wrapper .blog-archive__ttl {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 60px;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list {
    gap: 0 2.25%;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__time {
    color: #939393;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__txt {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-box .blog-archive-lists .blog-archive-list .blog-archive-list__btn {
    margin: 0 0 0 auto;
  }
  .blog-archive-sec .blog-archive-wrapper .blog-archive-nav {
    width: 100%;
  }
}
/* ===== デフォルト（PC） ===== */
.news-archive-sec {
  padding: 100px 0;
}
.news-archive-sec .news-archive-wrapper {
  gap: 3.13%;
}
.news-archive-sec .news-archive-wrapper .news-archive-box {
  width: 69.53%;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__ttl-wrapper {
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__ttl-wrapper .news-archive__ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags {
  gap: 10px;
  margin-bottom: 50px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag {
  /* 各カテゴリRGBカラー定義 */
  /* groupだけ active時に白文字 */
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag a {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 5px;
  color: #000;
  transition: background-color 0.25s ease, color 0.25s ease;
  /* 初期値（背景40%） */
  background-color: rgba(var(--tag-rgb), 0.1);
  /* hoverで背景60% */
  /* activeで背景100% */
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag a:hover {
  background-color: rgba(var(--tag-rgb), 0.6);
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag a.is-active {
  background-color: rgba(var(--tag-rgb), 1);
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.18);
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--all {
  --tag-rgb: 32, 167, 154;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--group {
  --tag-rgb: 0, 0, 0;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--lab {
  --tag-rgb: 116, 188, 56;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--tax {
  --tag-rgb: 0, 156, 229;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--outsourcing {
  --tag-rgb: 226, 68, 76;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--sr {
  --tag-rgb: 245, 207, 29;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--all a.is-active, .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--group a.is-active, .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--lab a.is-active, .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--tax a.is-active, .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--outsourcing a.is-active, .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag--sr a.is-active {
  color: #ffffff;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists {
  flex-direction: column;
  gap: 30px 0;
  margin-bottom: 60px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list {
  gap: 0 2.25%;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header {
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__time {
  color: #939393;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag a {
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 3px 10px 0;
  border-radius: 5px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag--all a {
  border: 1px solid #000000;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag--group a {
  background: #000000;
  color: #ffffff;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag--lab a {
  background: #74BC38;
  color: #ffffff;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag--tax a {
  background: #009CE5;
  color: #ffffff;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag--outsourcing a {
  background: #E2444C;
  color: #ffffff;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag--sr a {
  background: #F5CF1D;
  color: #ffffff;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list__ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list__txt {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list__btn {
  margin: 0 0 0 auto;
}
.news-archive-sec .news-archive-wrapper .news-archive-nav {
  width: 27.34%;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .news-archive-sec {
    padding: 60px 0;
  }
  .news-archive-sec .news-archive-wrapper {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box {
    width: 100%;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__ttl-wrapper {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__ttl-wrapper .news-archive__ttl {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 50px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive__tags .news-archive__tag a {
    font-size: 1.4rem;
    padding: 5px 15px;
    border-radius: 5px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists {
    flex-direction: column;
    gap: 30px 0;
    margin-bottom: 60px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list {
    gap: 0 2.25%;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header {
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__time {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list-header .news-archive-list__tag a {
    display: block;
    font-size: 1.3rem;
    padding: 3px 10px 0;
    border-radius: 5px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list__ttl {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list__txt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-box .news-archive-lists .news-archive-list .news-archive-list__btn {
    margin: 0 0 0 auto;
  }
  .news-archive-sec .news-archive-wrapper .news-archive-nav {
    width: 100%;
  }
}
/* ===== PC / 共通 ===== */
.member-single-profile {
  display: flex;
  gap: 30px;
  margin-bottom: 60px;
}
.member-single-profile__img {
  width: 350px;
  aspect-ratio: 1/1;
  background: url(../img/pages/member/member-single-profile__img.jpg) no-repeat center/cover;
  border-radius: 20px;
  box-shadow: 0 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.member-single-profile__contents {
  width: 700px;
}
.member-single-profile__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #B3B2B3;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.member-single-profile__name {
  display: flex;
  align-items: center;
  gap: 20px;
}
.member-single-profile__name .ja {
  font-size: 3.2rem;
  font-weight: 600;
}
.member-single-profile__name .en {
  font-family: "Montserrat", sans-serif;
  color: #B3B2B3;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
}
.member-single-profile__logos {
  display: flex;
  align-content: center;
  gap: 10px;
}
.member-single-profile__definition {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.member-single-profile__row {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.member-single-profile__term, .member-single-profile__desc {
  font-size: 1.6rem;
  line-height: 1.6;
}
.member-single-profile__term {
  width: 105px;
  font-weight: 600;
  border-right: 2px solid #000000;
}

.member-single-about__list {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.member-single-about__title {
  font-size: 2.8rem;
  border-bottom: 1px solid #B3B2B3;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
  position: relative;
}
.member-single-about__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  background: #B3B2B3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.member-single-about__body p {
  font-size: 1.7rem;
  font-weight: 500;
  list-style: 1.6;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .member-single-profile {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-bottom: 35px;
  }
  .member-single-profile__img {
    width: 80%;
    aspect-ratio: 1/1;
    border-radius: 10px;
    margin: 0 auto;
  }
  .member-single-profile__contents {
    width: 100%;
  }
  .member-single-profile__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .member-single-profile__name {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 55%;
  }
  .member-single-profile__name .ja {
    font-size: 2.4rem;
  }
  .member-single-profile__name .en {
    font-size: 1.3rem;
    margin-top: -5px;
  }
  .member-single-profile__logos {
    display: flex;
    align-content: stretch;
    justify-content: end;
    gap: 10px;
    width: 45%;
  }
  .member-single-profile__definition {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .member-single-profile__row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 5px;
  }
  .member-single-profile__term, .member-single-profile__desc {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .member-single-profile__term {
    width: 100%;
    border-right: none;
  }
  .member-single-about__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .member-single-about__title {
    font-size: 2rem;
    padding: 10px 0 10px 15px;
    margin-bottom: 15px;
    position: relative;
  }
  .member-single-about__title::before {
    content: "";
    display: block;
    width: 4px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
  }
  .member-single-about__body p {
    font-size: 1.4rem;
    list-style: 1.6;
  }
}
/* ===== 共通 ===== */
/* ===== PC ===== */
.tips-single-sec {
  padding-bottom: 80px;
  margin-top: 30px;
}
.tips-single-sec .tips-single-wrapper {
  gap: 3.13%;
}
.tips-single-sec .tips-single-wrapper .tips-single-box {
  width: 69.53%;
}
.tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__time {
  color: #939393;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__ttl-wrapper {
  margin-bottom: 30px;
}
.tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__ttl-wrapper .tips-single__ttl {
  font-size: 2rem;
}
.tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__img-wrapper {
  padding-top: 50.56%;
  margin-bottom: 30px;
}
.tips-single-sec .tips-single-wrapper .tips-single-box .tips-single-contents {
  margin-bottom: 60px;
}
.tips-single-sec .tips-single-nav {
  width: 27.34%;
}

@media only screen and (max-width: 767px) {
  .tips-single-sec {
    padding-bottom: 80px;
    margin-top: 30px;
  }
  .tips-single-sec .tips-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .tips-single-sec .tips-single-wrapper .tips-single-box {
    width: 100%;
  }
  .tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__time {
    color: #939393;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__ttl-wrapper {
    margin-bottom: 30px;
  }
  .tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__ttl-wrapper .tips-single__ttl {
    font-size: 2rem;
  }
  .tips-single-sec .tips-single-wrapper .tips-single-box .tips-single__img-wrapper {
    padding-top: 50.56%;
    margin-bottom: 30px;
  }
  .tips-single-sec .tips-single-wrapper .tips-single-box .tips-single-contents {
    margin-bottom: 60px;
  }
  .tips-single-sec .tips-single-nav {
    width: 27.34%;
  }
}
/* ===== SP ===== */
/* ===== 共通 ===== */
/* ===== PC ===== */
.blog-single-sec {
  padding-bottom: 80px;
  margin-top: 30px;
}
.blog-single-sec .blog-single-wrapper {
  gap: 3.13%;
}
.blog-single-sec .blog-single-wrapper .blog-single-box {
  width: 69.53%;
}
.blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__time {
  color: #939393;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__ttl-wrapper {
  margin-bottom: 30px;
}
.blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__ttl-wrapper .blog-single__ttl {
  font-size: 2rem;
}
.blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__img-wrapper {
  padding-top: 50.56%;
  margin-bottom: 30px;
}
.blog-single-sec .blog-single-wrapper .blog-single-box .blog-single-contents {
  margin-bottom: 60px;
}
.blog-single-sec .blog-single-nav {
  width: 27.34%;
}

/* ===== SP ===== */
@media only screen and (max-width: 767px) {
  .blog-single-sec {
    padding-bottom: 60px;
    margin-top: 30px;
  }
  .blog-single-sec .blog-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .blog-single-sec .blog-single-wrapper .blog-single-box {
    width: 100%;
  }
  .blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__time {
    color: #939393;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__ttl-wrapper {
    margin-bottom: 30px;
  }
  .blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__ttl-wrapper .blog-single__ttl {
    font-size: 2rem;
  }
  .blog-single-sec .blog-single-wrapper .blog-single-box .blog-single__img-wrapper {
    padding-top: 50.56%;
    margin-bottom: 30px;
  }
  .blog-single-sec .blog-single-wrapper .blog-single-box .blog-single-contents {
    margin-bottom: 60px;
  }
  .blog-single-sec .blog-single-nav {
    width: 100%;
  }
}
/* ===== 共通 ===== */
/* ===== PC ===== */
.news-single-sec {
  padding-bottom: 80px;
  margin-top: 30px;
}
.news-single-sec .news-single-wrapper {
  gap: 3.13%;
}
.news-single-sec .news-single-wrapper .news-single-box {
  width: 69.53%;
}
.news-single-sec .news-single-wrapper .news-single-box .news-single__time {
  color: #939393;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.news-single-sec .news-single-wrapper .news-single-box .news-single__ttl-wrapper {
  margin-bottom: 30px;
}
.news-single-sec .news-single-wrapper .news-single-box .news-single__ttl-wrapper .news-single__ttl {
  font-size: 2rem;
}
.news-single-sec .news-single-wrapper .news-single-box .news-single__img-wrapper {
  padding-top: 50.56%;
  margin-bottom: 30px;
}
.news-single-sec .news-single-wrapper .news-single-box .news-single-contents {
  margin-bottom: 60px;
}
.news-single-sec .news-single-nav {
  width: 27.34%;
}

@media only screen and (max-width: 767px) {
  .news-single-sec {
    padding-bottom: 60px;
    margin-top: 30px;
  }
  .news-single-sec .news-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .news-single-sec .news-single-wrapper .news-single-box {
    width: 100%;
  }
  .news-single-sec .news-single-wrapper .news-single-box .news-single__time {
    color: #939393;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .news-single-sec .news-single-wrapper .news-single-box .news-single__ttl-wrapper {
    margin-bottom: 20px;
  }
  .news-single-sec .news-single-wrapper .news-single-box .news-single__ttl-wrapper .news-single__ttl {
    font-size: 1.8rem;
  }
  .news-single-sec .news-single-wrapper .news-single-box .news-single__img-wrapper {
    padding-top: 50.56%;
    margin-bottom: 30px;
  }
  .news-single-sec .news-single-wrapper .news-single-box .news-single-contents {
    margin-bottom: 60px;
  }
  .news-single-sec .news-single-nav {
    width: 100%;
  }
}
/* ===== SP ===== */
/* ===== 共通 ===== */
/* ===== PC ===== */
.seminar-single-sec {
  padding-bottom: 80px;
  margin-top: 30px;
}
.seminar-single-sec .seminar-single-wrapper {
  gap: 3.13%;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box {
  width: 69.53%;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single__ttl-wrapper {
  margin-bottom: 30px;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single__ttl-wrapper .seminar-single__ttl {
  font-size: 2rem;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single__img-wrapper {
  padding-top: 50.56%;
  margin-bottom: 30px;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists {
  border-top: 1px solid #B3B2B3;
  border-left: 1px solid #B3B2B3;
  border-right: 1px solid #B3B2B3;
  margin-bottom: 30px;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists .seminar-single-info-list {
  border-bottom: 1px solid #B3B2B3;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists .seminar-single-info-list dt {
  width: 25%;
  font-size: 1.5rem;
  padding: 20px;
  box-sizing: border-box;
  background: #F5F5F5;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists .seminar-single-info-list dd {
  width: 75%;
  font-size: 1.5rem;
  padding: 20px;
  box-sizing: border-box;
}
.seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-contents {
  margin-bottom: 60px;
}
.seminar-single-sec .seminar-single-nav {
  width: 27.34%;
}

@media only screen and (max-width: 767px) {
  .seminar-single-sec {
    padding-bottom: 60px;
    margin-top: 30px;
  }
  .seminar-single-sec .seminar-single-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box {
    width: 100%;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single__ttl-wrapper {
    margin-bottom: 30px;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single__ttl-wrapper .seminar-single__ttl {
    font-size: 2rem;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single__img-wrapper {
    padding-top: 50.56%;
    margin-bottom: 30px;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists {
    margin-bottom: 30px;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists .seminar-single-info-list dt {
    width: 25%;
    font-size: 1.4rem;
    padding: 10px;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-info-lists .seminar-single-info-list dd {
    width: 75%;
    font-size: 1.4rem;
    padding: 10px;
  }
  .seminar-single-sec .seminar-single-wrapper .seminar-single-box .seminar-single-contents {
    margin-bottom: 60px;
  }
  .seminar-single-sec .seminar-single-nav {
    width: 100%;
  }
}
/* ===== SP ===== *//*# sourceMappingURL=style.css.map */