@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.0.7
*/
.page-mv_section {
  width: 100%;
  background-color: #fff;
}
.page-mv_section .page-mv_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner {
    flex-direction: column;
    gap: 10px;
  }
}
.page-mv_section .page-mv_inner .page-mv_text {
  flex: 1;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner .page-mv_text {
    max-width: 100%;
  }
}
.page-mv_section .page-mv_inner .page-mv_text h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0 0 30px;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner .page-mv_text h1 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
}
.page-mv_section .page-mv_inner .page-mv_text p {
  font-size: 1rem;
  color: #333;
}
.page-mv_section .page-mv_inner .page-mv_img {
  flex: 1;
  max-width: 600px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner .page-mv_img {
    max-width: 100%;
  }
}
.page-mv_section .page-mv_inner .page-mv_img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
}

.life-ending-article {
  width: 100%;
}
.life-ending-article .page-section {
  width: 100%;
  padding: 60px 20px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .life-ending-article .page-section {
    padding: 40px 15px;
  }
}
.life-ending-article .page-section.bg_gray {
  margin: 0 0 80px;
  position: relative;
  background: transparent;
}
.life-ending-article .page-section.bg_gray:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20%;
  right: 0;
  bottom: 0;
  background-color: #f4f4f5;
  border-radius: 30px 0 0 30px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .life-ending-article .page-section.bg_gray:nth-child(odd) {
    background: #f4f4f5;
  }
}
.life-ending-article .page-section.bg_gray:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 20%;
  bottom: 0;
  background-color: #f4f4f5;
  border-radius: 0 30px 30px 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .life-ending-article .page-section.bg_gray:nth-child(even) {
    background: #f4f4f5;
  }
}
.life-ending-article .page-section_inner {
  margin: 0 auto;
}
.life-ending-article .page-section_inner h2 {
  width: fit-content;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .life-ending-article .page-section_inner h2 {
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
}
.life-ending-article .page-section_inner p {
  margin: 0 auto 20px;
  max-width: 900px;
}
.life-ending-article .font-big {
  font-size: 2.4rem;
  text-align: center;
  line-height: 150%;
  margin: 0 auto 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .life-ending-article .font-big {
    font-size: 2rem;
  }
}
.life-ending-article .font-bigger {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .life-ending-article .font-bigger {
    font-size: 2.6rem;
  }
}
.life-ending-article .font-bold {
  font-weight: bold;
}
.life-ending-article .font-purple {
  color: #7b4397;
}
.life-ending-article .font-red {
  color: #e03d3d;
}
.life-ending-article .font-yellow {
  color: #ffd700;
}
.life-ending-article .font-white {
  color: #fff;
}
.life-ending-article .font-regular {
  font-weight: normal;
}
.life-ending-article .font-serif {
  font-family: serif;
}
.life-ending-article .marker_yellow {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}
.life-ending-article .dots_red {
  -webkit-text-emphasis: filled circle #e03d3d;
  text-emphasis: filled circle #e03d3d;
}
.life-ending-article .dots_yellow {
  -webkit-text-emphasis: filled circle #ffd700;
  text-emphasis: filled circle #ffd700;
}
.life-ending-article .br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .life-ending-article .br_sp {
    display: block;
  }
}
.life-ending-article .life-ending-catch {
  background-color: #e9e0ed;
}
.life-ending-article .life-ending-catch .life-ending_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-catch .life-ending_flex {
    flex-direction: column;
    gap: 10px;
    margin: 30px 0;
  }
}
.life-ending-article .life-ending-catch .life-ending_flex .flex_text {
  flex: 1.5;
  max-width: 600px;
}
.life-ending-article .life-ending-catch .life-ending_flex .flex_text p {
  letter-spacing: 0.2em;
  font-size: 3.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-catch .life-ending_flex .flex_text p {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 150%;
  }
}
.life-ending-article .life-ending-catch .life-ending_flex .flex_img {
  flex: 1;
  max-width: 250px;
}
.life-ending-article .life-ending-catch .life-ending_flex .flex_img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-catch .life-ending_flex .flex_img {
    margin: 0 auto;
  }
}
.life-ending-article .life-ending-catch .life-ending-catch_bg {
  width: 100%;
  max-width: 1400px;
  background-image: url("./image/life-ending_catch_bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 180px 30px;
  margin: 40px auto -100px;
}
@media screen and (max-width: 1100px) {
  .life-ending-article .life-ending-catch .life-ending-catch_bg {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-catch .life-ending-catch_bg {
    background-image: url("./image/life-ending_catch_bg-sp.webp");
    padding: 180px 10px;
    margin: 40px 0 -80px;
  }
}
.life-ending-article .life-ending-merit_section ul.life-ending-merit_list {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-merit_section ul.life-ending-merit_list {
    flex-direction: column;
    gap: 30px;
  }
}
.life-ending-article .life-ending-merit_section ul.life-ending-merit_list li {
  flex: 1;
  max-width: 350px;
  text-align: center;
  margin: 0 auto;
}
.life-ending-article .life-ending-merit_section ul.life-ending-merit_list li .life-ending-merit_list-img {
  margin: 0 0 20px;
}
.life-ending-article .life-ending-merit_section ul.life-ending-merit_list li .life-ending-merit_list-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.life-ending-article .life-ending-merit_section ul.life-ending-merit_list li .life-ending-merit_list-text h3 {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-merit_section ul.life-ending-merit_list li .life-ending-merit_list-text h3 {
    font-size: 1.2rem;
  }
}
.life-ending-article .life-ending-need_section .life-ending-need_graph {
  margin: 40px auto;
  text-align: center;
  max-width: 600px;
}
.life-ending-article .life-ending-need_section .life-ending-need_graph h3 {
  font-size: 1.4rem;
  margin: 0 0 20px;
}
.life-ending-article .life-ending-need_section .life-ending-need_graph img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
.life-ending-article .life-ending-need_section .life-ending-need_nayami_img {
  margin: 30px 0;
  text-align: center;
}
.life-ending-article .life-ending-need_section .life-ending-need_nayami_img img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}
.life-ending-article .life-ending-point_section .life-ending-point_head {
  background-color: #c21e56;
  color: #fff;
  text-align: center;
  padding: 4px 40px;
  border-radius: 5px;
  margin: 0 auto 30px;
  width: fit-content;
}
.life-ending-article .life-ending-point_section .life-ending-point_head p {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}
.life-ending-article .life-ending-point_section .point_catch_01 {
  text-align: center;
  margin: 0 auto 10px;
}
.life-ending-article .life-ending-point_section .point_catch_02 {
  text-align: center;
  margin: 0 auto 30px;
}
.life-ending-article .life-ending-point_section .accordion-trigger {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  padding: 4px 20px;
  background-color: #ffea33;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.3s;
  color: #333;
}
.life-ending-article .life-ending-point_section .accordion-trigger:hover {
  opacity: 0.8;
}
.life-ending-article .life-ending-point_section .accordion-trigger .accordion-icon {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s;
}
.life-ending-article .life-ending-point_section .accordion-trigger[aria-expanded=true] .accordion-icon {
  transform: rotate(180deg);
}
.life-ending-article .life-ending-point_section .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.life-ending-article .life-ending-point_section .accordion-content[aria-hidden=false] {
  max-height: 1000px;
}
.life-ending-article .life-ending-point_section .accordion-content p {
  padding: 20px 0;
}
.life-ending-article .life-ending-image_section .business-image_container {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_container {
    flex-direction: column-reverse;
    gap: 30px;
    margin: 0;
  }
}
.life-ending-article .life-ending-image_section .business-image_group {
  flex: 1;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_group {
    max-width: 100%;
  }
}
.life-ending-article .life-ending-image_section .business-image_group--purple .business-image_title {
  border: #a54a77 2px solid;
  color: #a54a77;
}
.life-ending-article .life-ending-image_section .business-image_group--green .business-image_title {
  border: #02b902 2px solid;
  color: #02b902;
}
.life-ending-article .life-ending-image_section .business-image_title {
  margin: 0 auto 20px;
  padding: 4px 20px;
  text-align: center;
  background-color: #fff;
}
.life-ending-article .life-ending-image_section .business-image_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 350px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_items {
    gap: 12px;
  }
}
.life-ending-article .life-ending-image_section .business-image_item {
  max-width: 135px;
  margin: 0 auto;
}
.life-ending-article .life-ending-image_section .business-image_item img {
  width: 100%;
  height: auto;
  display: block;
}
.life-ending-article .life-ending-image_section .business-image_sub-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  justify-content: center;
  position: relative;
  max-width: 350px;
  margin: 0 auto 20px;
}
.life-ending-article .life-ending-image_section .business-image_sub-items .business-image_item {
  max-width: 135px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_sub-items .business-image_item {
    max-width: 120px;
  }
}
.life-ending-article .life-ending-image_section .business-image_sub-items .business-image_item--connection {
  position: relative;
}
.life-ending-article .life-ending-image_section .business-image_sub-items .business-image_item--connection:first-child::after {
  content: "";
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%);
  width: 5px;
  height: 80px;
  background-color: #0171b7;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_sub-items .business-image_item--connection:first-child::after {
    height: 40px;
    bottom: -20px;
  }
}
.life-ending-article .life-ending-image_section .business-image_partners {
  margin: 40px auto;
  padding: 10px 20px;
  background-color: #d9ebf4;
  border-radius: 10px;
  text-align: center;
  max-width: 800px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_partners {
    padding: 20px;
    margin: 0;
  }
}
.life-ending-article .life-ending-image_section .business-image_partners .business-image_partner img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
.life-ending-article .life-ending-image_section .business-image_description {
  margin: 40px auto;
  padding: 30px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-image_section .business-image_description {
    padding: 20px;
    margin: 30px 0;
  }
}
.life-ending-article .life-ending-image_section .business-image_description p {
  line-height: 1.8;
  margin: 0 auto;
}
.life-ending-article .life-ending-content_section .life-ending-content_flex {
  max-width: 1100px;
  display: flex;
  gap: 30px;
  margin: 40px auto;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-content_section .life-ending-content_flex {
    flex-direction: column;
  }
}
.life-ending-article .life-ending-content_section .life-ending-content_flex .life-ending-content_list {
  flex: 1;
  list-style: none;
  padding: 0;
}
.life-ending-article .life-ending-content_section .life-ending-content_flex .life-ending-content_list li {
  padding: 4px 20px;
  background-color: #8b4789;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 15px;
  font-size: 1.05rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-content_section .life-ending-content_flex .life-ending-content_list li {
    padding: 12px 18px;
    font-size: 0.95rem;
    margin-bottom: 12px;
  }
}
.life-ending-article .life-ending-content_section .life-ending-content_flex .life-ending-content_list li:last-child {
  margin-bottom: 0;
}
.life-ending-article .life-ending-content_section .life-ending-content_flex .life-ending-content_img {
  flex: 1;
  max-width: 450px;
  margin: 0 auto;
}
.life-ending-article .life-ending-content_section .life-ending-content_flex .life-ending-content_img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.life-ending-article .life-ending-content_section .life-ending-content_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px auto;
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-content_section .life-ending-content_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.life-ending-article .life-ending-content_section .life-ending-content_grid .content-grid_item {
  text-align: center;
  padding: 4px 10px;
  background-color: #fff;
  border-radius: 10px;
  border: #7b4397 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.life-ending-article .life-ending-content_section .life-ending-content_grid .content-grid_item--bold {
  font-weight: bold;
  border: #7b4397 4px solid;
}
.life-ending-article .life-ending-content_section .life-ending-content_grid .content-grid_item .content-grid_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  flex: 1;
}
.life-ending-article .life-ending-content_section .life-ending-content_grid .content-grid_item .content-grid_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.life-ending-article .life-ending-content_section .life-ending-content_grid .content-grid_item p {
  flex: 2.5;
  font-size: 0.9rem;
  margin: 0;
}
.life-ending-article .life-ending-support_section h2 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 30px;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section h2 {
    font-size: 1.6rem;
    margin: 0 auto 20px;
  }
}
.life-ending-article .life-ending-support_section .support-catch {
  text-align: center;
  margin: 0 auto 40px;
}
.life-ending-article .life-ending-support_section .support-catch p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section .support-catch p {
    font-size: 1.4rem;
  }
}
.life-ending-article .life-ending-support_section .support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section .support-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.life-ending-article .life-ending-support_section .support-card {
  display: flex;
  background-color: #f3e5f5;
  border-radius: 10px;
  overflow: hidden;
}
.life-ending-article .life-ending-support_section .support-card_title {
  background-color: #8b4789;
  color: #fff;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section .support-card_title {
    min-width: 120px;
    padding: 20px 15px;
  }
}
.life-ending-article .life-ending-support_section .support-card_title h3 {
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section .support-card_title h3 {
    font-size: 1rem;
  }
}
.life-ending-article .life-ending-support_section .support-card_content {
  flex: 1;
  padding: 10px 25px;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section .support-card_content {
    padding: 15px 20px;
  }
}
.life-ending-article .life-ending-support_section .support-card_content .support-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.life-ending-article .life-ending-support_section .support-card_content .support-list li {
  padding: 0;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-support_section .support-card_content .support-list li {
    font-size: 0.9rem;
    padding: 6px 0;
  }
}
.life-ending-article .life-ending-support_section .support-card_content .support-list li:last-child {
  padding-bottom: 0;
}
.life-ending-article .life-ending-strength_section .strength-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .life-ending-article .life-ending-strength_section .strength-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.life-ending-article .life-ending-strength_section .strength-item {
  max-width: 350px;
}
.life-ending-article .life-ending-strength_section .strength-item_img {
  margin: 0 0 20px;
}
.life-ending-article .life-ending-strength_section .strength-item_img img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
}
.life-ending-article .life-ending-strength_section .strength-item h3 {
  font-size: 1.8rem;
  margin: 0 0 15px;
  line-height: 1.6;
}
.life-ending-article .life-ending-strength_section .strength-item p {
  font-size: 0.95rem;
  line-height: 1.7;
}
.life-ending-article .life-ending-last-catch {
  max-width: 800px;
  margin: 40px auto 80px;
  padding: 0 10px;
}

/* ===========================
   採用ページ専用SCSS
   =========================== */
.recruit_mv_section {
  width: 100%;
  background-color: #fff;
}

.recruit_mv_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.recruit_mv_image {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.recruit_mv_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.recruit_mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit_mv_badge_container {
  position: absolute;
  bottom: 60px;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
}

.recruit_category {
  display: inline-block;
  padding: 12px 80px 12px 24px;
  background-color: rgba(26, 26, 77, 0.75);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.recruit_badge {
  display: inline-block;
  padding: 12px 80px 12px 28px;
  background-color: rgba(26, 26, 77, 0.75);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.recruit_desc_container {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.recruit_desc_inner {
  text-align: center;
}

.recruit_content_title h1 {
  font-size: 32px;
  font-weight: 700;
  color: #2869b6;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

.recruit_desc_text {
  text-align: left;
}
.recruit_desc_text p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 24px;
}
.recruit_desc_text p:last-child {
  margin-bottom: 0;
}

.recruit_tab_nav {
  width: 100%;
  background-color: #fff;
  border-bottom: 2px solid #e0e0e0;
}

.recruit_tab_nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  gap: 0;
  justify-content: center;
}

.recruit_tab_btn {
  padding: 20px 40px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #999;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: -2px;
  letter-spacing: 1px;
}
.recruit_tab_btn:hover {
  color: #2869b6;
}
.recruit_tab_btn.active {
  color: #2869b6;
  border-bottom-color: #2869b6;
}

.recruit_tab_panel {
  display: none;
}
.recruit_tab_panel.active {
  display: block;
}

#recruit_article {
  width: 100%;
}

.recruit_section {
  width: 100%;
  padding: 80px 0;
}

.recruit_tab_panel .recruit_section:nth-child(odd) {
  background-color: #f8f9fa;
}
.recruit_tab_panel .recruit_section:nth-child(even) {
  background-color: #fff;
}

.recruit_section_common {
  background-color: #fff;
}

.recruit_section_title {
  text-align: center;
  margin-bottom: 60px;
}
.recruit_section_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a4d;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  background-color: transparent;
}
.recruit_section_title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #2869b6;
}

.recruit_section_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruit_business_content {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #fff;
  padding: 60px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.recruit_business_image {
  flex: 0 0 45%;
}
.recruit_business_image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.recruit_business_list {
  flex: 1;
}

.business_list_title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a4d;
  margin-bottom: 30px;
}

.business_items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.business_items li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}
.business_items li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #2869b6;
  font-size: 12px;
}
.business_items li:last-child {
  margin-bottom: 0;
}

.benefits_grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
}

.benefit_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.benefit_icon {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.benefit_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit_name {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  line-height: 1.5;
  margin: 0;
}

.benefit_note {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.voice_card {
  max-width: 1000px;
  margin: 0 auto 60px;
}
.voice_card:last-child {
  margin-bottom: 0;
}

.voice_badge {
  background-color: #d4e3f7;
  display: inline-block;
  padding: 12px 32px;
}
.voice_badge span {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a4d;
}

.voice_content {
  background-color: #fff;
  border-radius: 8px;
  padding: 50px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.voice_item {
  display: flex;
  gap: 40px;
  margin-bottom: 50px;
}
.voice_item:last-child {
  margin-bottom: 0;
}
.voice_item.voice_item_full .voice_text {
  flex: 1;
}

.voice_text {
  flex: 1;
}

.voice_subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a4d;
  margin-bottom: 20px;
}
.voice_subtitle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background-color: #2869b6;
  margin-right: 10px;
  vertical-align: middle;
}

.voice_text p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 20px;
}
.voice_text p:last-child {
  margin-bottom: 0;
}

.voice_image {
  flex: 0 0 200px;
}
.voice_image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.requirements_table {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.requirements_table table {
  width: 100%;
  border-collapse: collapse;
}
.requirements_table table tbody tr {
  border-bottom: 1px solid #e0e0e0;
}
.requirements_table table tbody tr:last-child {
  border-bottom: none;
}
.requirements_table table th {
  width: 180px;
  padding: 24px 30px;
  background-color: #f5f5f5;
  font-size: 15px;
  font-weight: 700;
  color: #1a1a4d;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #e0e0e0;
}
.requirements_table table td {
  padding: 24px 30px;
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  vertical-align: top;
}
.requirements_table table td strong {
  color: #1a1a4d;
  font-weight: 700;
}

.message_content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 1000px;
  margin: 0 auto;
}

.message_image {
  flex: 0 0 280px;
}
.message_image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.message_text {
  flex: 1;
}
.message_text p {
  font-size: 15px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 24px;
}
.message_text p:last-of-type {
  margin-bottom: 30px;
}

.message_signature {
  text-align: right;
  margin-top: 40px;
}
.message_signature p {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a4d;
  margin-bottom: 0;
}

.recruit_form_container {
  max-width: 900px;
  margin: 0 auto;
}
.recruit_form_container .form_description {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}
.recruit_form_container .wpcf7-form p {
  margin-bottom: 0;
}
.recruit_form_container .required-badge {
  display: inline-block;
  background-color: #2869b6;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 12px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.recruit_form_container .optional-badge {
  display: inline-block;
  background-color: #888;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.recruit_form_container .form-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 28px 0;
}
.recruit_form_container .form-row:last-of-type {
  border-bottom: 1px solid #ccc;
}
.recruit_form_container .form-row-label {
  width: 280px;
  min-width: 280px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a4d;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
}
.recruit_form_container .form-row-input {
  flex: 1;
}
.recruit_form_container .form-row-input input[type=text],
.recruit_form_container .form-row-input input[type=email],
.recruit_form_container .form-row-input input[type=tel],
.recruit_form_container .form-row-input input[type=date],
.recruit_form_container .form-row-input textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f5f5f5;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.recruit_form_container .form-row-input input[type=text]:focus,
.recruit_form_container .form-row-input input[type=email]:focus,
.recruit_form_container .form-row-input input[type=tel]:focus,
.recruit_form_container .form-row-input input[type=date]:focus,
.recruit_form_container .form-row-input textarea:focus {
  border-color: #2869b6;
  outline: none;
  background-color: #fff;
}
.recruit_form_container .form-row-input input[type=text]::placeholder,
.recruit_form_container .form-row-input input[type=email]::placeholder,
.recruit_form_container .form-row-input input[type=tel]::placeholder,
.recruit_form_container .form-row-input input[type=date]::placeholder,
.recruit_form_container .form-row-input textarea::placeholder {
  color: #999;
}
.recruit_form_container .form-row-input textarea {
  min-height: 180px;
  resize: vertical;
}
.recruit_form_container .form-row-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.recruit_form_container .form-row-input-name {
  display: flex;
  gap: 16px;
}
.recruit_form_container .form-name-col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.recruit_form_container .form-name-col .wpcf7-form-control-wrap {
  flex: 1;
}
.recruit_form_container .form-name-prefix {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a4d;
  white-space: nowrap;
}
.recruit_form_container .form-field-note {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  line-height: 1.6;
}
.recruit_form_container .form-consent {
  padding: 40px 0 30px;
  text-align: center;
}
.recruit_form_container .form-consent-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.8;
}
.recruit_form_container .form-consent-text a {
  color: #2869b6;
  text-decoration: none;
  font-weight: 600;
}
.recruit_form_container .form-consent-text a:hover {
  text-decoration: underline;
}
.recruit_form_container .form-consent-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a4d;
}
.recruit_form_container .form-consent-check .wpcf7-list-item {
  margin: 0;
}
.recruit_form_container .form-consent-check .required-badge {
  margin-right: 0;
  margin-left: 4px;
}
.recruit_form_container .form-submit-row {
  text-align: center;
  padding-top: 20px;
}
.recruit_form_container .form-submit-row input[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 18px 40px;
  background-color: #fff;
  color: #2869b6;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #2869b6;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.recruit_form_container .form-submit-row input[type=submit]:hover {
  background-color: #2869b6;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 105, 182, 0.3);
}
.recruit_form_container .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #d32f2f;
  margin-top: 4px;
}
.recruit_form_container .wpcf7-response-output {
  margin: 20px 0;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
.recruit_form_container .wpcf7-spinner {
  display: none;
}

.requirement_cards {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.requirement_card {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.requirement_card_simple {
  text-align: center;
  padding: 30px 40px;
}

.requirement_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #2869b6;
  margin-bottom: 24px;
  text-align: center;
}

.requirement_card_subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a4d;
  margin-bottom: 20px;
  text-align: center;
}

.requirement_list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.requirement_list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.requirement_list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #2869b6;
  font-size: 12px;
}
.requirement_list li:last-child {
  margin-bottom: 0;
}

.requirement_text {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a4d;
  text-align: center;
  margin: 0;
}

.requirement_note {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 851px) {
  .requirement_card {
    padding: 30px;
  }
  .requirement_card_simple {
    padding: 24px 30px;
  }
  .recruit_tab_btn {
    padding: 16px 30px;
    font-size: 15px;
  }
  .recruit_mv_image {
    height: 400px;
  }
  .recruit_mv_badge_container {
    bottom: 40px;
    right: 0;
  }
  .recruit_category {
    font-size: 16px;
    padding: 10px 30px 10px 20px;
  }
  .recruit_badge {
    font-size: 18px;
    padding: 10px 30px 10px 24px;
  }
  .recruit_content_title h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .recruit_desc_text p {
    font-size: 15px;
  }
  .recruit_section {
    padding: 60px 0;
  }
  .recruit_section_title h2 {
    font-size: 32px;
  }
  .recruit_business_content {
    flex-direction: column;
    gap: 40px;
    padding: 40px;
  }
  .recruit_business_image {
    flex: 0 0 auto;
    width: 100%;
  }
  .benefits_grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .benefit_icon {
    width: 100px;
    height: 100px;
  }
  .benefit_name {
    font-size: 14px;
  }
  .voice_content {
    padding: 40px;
  }
  .voice_item {
    flex-direction: column;
    gap: 30px;
  }
  .voice_image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .requirements_table table th {
    width: 140px;
    padding: 20px;
    font-size: 14px;
  }
  .requirements_table table td {
    padding: 20px;
    font-size: 14px;
  }
  .message_content {
    flex-direction: column;
    gap: 40px;
  }
  .message_image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .message_text p {
    font-size: 14px;
  }
  .message_signature {
    text-align: center;
    margin-top: 30px;
  }
  .recruit_form_container .form-row-label {
    width: 220px;
    min-width: 220px;
    font-size: 14px;
  }
  .recruit_form_container .form-row {
    padding: 24px 0;
  }
  .recruit_form_container .form_description {
    font-size: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .requirement_card {
    padding: 24px 20px;
  }
  .requirement_card_simple {
    padding: 20px;
  }
  .requirement_card_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .requirement_card_subtitle {
    font-size: 15px;
  }
  .requirement_list li {
    font-size: 14px;
  }
  .requirement_text {
    font-size: 16px;
  }
  .recruit_tab_btn {
    padding: 14px 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .recruit_mv_image {
    height: 300px;
  }
  .recruit_mv_badge_container {
    bottom: 20px;
    right: 0;
    gap: 10px;
  }
  .recruit_category {
    font-size: 14px;
    padding: 8px 15px 8px 16px;
  }
  .recruit_badge {
    font-size: 16px;
    padding: 8px 15px 8px 20px;
    letter-spacing: 1px;
  }
  .recruit_desc_container {
    margin: 40px auto;
  }
  .recruit_content_title h1 {
    font-size: 22px;
    margin-bottom: 24px;
    line-height: 1.5;
  }
  .recruit_desc_text p {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
  }
  .recruit_section {
    padding: 50px 0;
  }
  .recruit_section_inner {
    padding: 0 15px;
  }
  .recruit_section_title {
    margin-bottom: 40px;
  }
  .recruit_section_title h2 {
    font-size: 26px;
  }
  .recruit_business_content {
    padding: 30px 20px;
    gap: 30px;
  }
  .business_list_title {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .business_items li {
    font-size: 14px;
    padding-left: 24px;
    margin-bottom: 16px;
  }
  .benefits_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .benefit_icon {
    width: 90px;
    height: 90px;
  }
  .benefit_name {
    font-size: 13px;
  }
  .voice_badge {
    padding: 10px 24px;
    margin-bottom: 20px;
  }
  .voice_badge span {
    font-size: 16px;
  }
  .voice_content {
    padding: 30px 20px;
  }
  .voice_item {
    margin-bottom: 35px;
  }
  .voice_subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .voice_text p {
    font-size: 14px;
    line-height: 1.8;
  }
  .requirements_table table {
    display: block;
  }
  .requirements_table table tbody,
  .requirements_table table tr {
    display: block;
  }
  .requirements_table table tr {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
  }
  .requirements_table table tr:last-child {
    margin-bottom: 0;
  }
  .requirements_table table th,
  .requirements_table table td {
    display: block;
    width: 100%;
    padding: 16px;
    border: none;
  }
  .requirements_table table th {
    background-color: #f8f9fa;
    border-radius: 4px 4px 0 0;
    font-size: 13px;
    padding-bottom: 12px;
  }
  .requirements_table table td {
    font-size: 13px;
    line-height: 1.8;
    padding-top: 12px;
  }
  .message_content {
    gap: 30px;
  }
  .message_image {
    max-width: 250px;
  }
  .message_text p {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .message_text p:last-of-type {
    margin-bottom: 24px;
  }
  .message_signature {
    margin-top: 24px;
  }
  .message_signature p {
    font-size: 14px;
  }
  .recruit_form_container .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }
  .recruit_form_container .form-row-label {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
  .recruit_form_container .form-row-input {
    width: 100%;
  }
  .recruit_form_container .form-row-input-name {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .recruit_form_container .form-name-col {
    width: 100%;
  }
  .recruit_form_container .form_description {
    font-size: 14px;
    margin-bottom: 24px;
  }
  .recruit_form_container .form-consent-text {
    font-size: 13px;
  }
  .recruit_form_container .form-consent-check {
    font-size: 14px;
  }
  .recruit_form_container .form-submit-row input[type=submit] {
    max-width: 100%;
    font-size: 15px;
    padding: 16px 32px;
  }
}
.recruit_partner_banner {
  width: 100%;
  background-color: #2869b6;
  background-image: linear-gradient(135deg, #2869b6 0%, rgb(28.972972973, 76.0540540541, 131.827027027) 100%);
  padding: 50px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.recruit_partner_banner::before {
  content: "CREATIVE PARTNER";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 900;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.06);
  letter-spacing: 0.1em;
  pointer-events: none;
  font-family: "Arial Black", sans-serif;
}
.recruit_partner_banner_inner {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}
.recruit_partner_banner_label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
  padding: 4px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
  opacity: 0.9;
}
.recruit_partner_banner_title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 700;
  margin: 0 0 12px;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.recruit_partner_banner_sub {
  font-size: 0.9rem;
  opacity: 0.9;
  margin: 0 0 24px;
  letter-spacing: 0.03em;
}
.recruit_partner_banner .recruit_partner_genre_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
}
.recruit_partner_banner .recruit_partner_genre_list li {
  font-size: 0.82rem;
  background-color: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  padding: 5px 14px;
  letter-spacing: 0.02em;
}
.recruit_partner_banner_btn {
  display: inline-block;
  background-color: #fff;
  color: #2869b6;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 36px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease;
}
.recruit_partner_banner_btn:hover {
  opacity: 0.85;
  color: #2869b6;
}
@media screen and (max-width: 576px) {
  .recruit_partner_banner {
    padding: 40px 16px;
  }
  .recruit_partner_banner_title {
    font-size: 1.5rem;
  }
  .recruit_partner_banner_sub {
    font-size: 0.82rem;
  }
}

/* ===========================
   研修講師募集ページ専用SCSS
   =========================== */
.instructor_mv_section {
  width: 100%;
  position: relative;
}

.instructor_mv_container {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
}

.instructor_mv_bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.instructor_mv_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(220, 235, 250, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.instructor_mv_title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
  margin: 0;
  background-color: #fff;
  padding: 15px 30px;
}

.instructor_intro_section {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
}

.instructor_intro_container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.instructor_intro_title {
  font-size: 36px;
  font-weight: 700;
  color: #2869b6;
  line-height: 1.6;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.instructor_intro_subtitle {
  font-size: 24px;
  font-weight: 500;
  color: #1a1a4d;
  line-height: 1.8;
  margin-bottom: 50px;
}

.instructor_intro_text {
  padding: 10px;
  border-radius: 8px;
}
.instructor_intro_text p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  margin: 0;
  text-align: left;
}

#instructor_article {
  width: 100%;
}

.instructor_section {
  width: 100%;
  padding: 80px 0;
}
.instructor_section:nth-child(odd) {
  background-color: #f8f9fa;
}
.instructor_section:nth-child(even) {
  background-color: #fff;
}

.instructor_section_title {
  text-align: center;
  margin-bottom: 60px;
}
.instructor_section_title h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a4d;
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  margin-bottom: 20px;
  background-color: transparent;
}
.instructor_section_title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background-color: #2869b6;
}
.instructor_section_title .section_subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a4d;
  margin: 0;
}

.instructor_section_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.requirement_cards {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.requirement_card {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.requirement_card_simple {
  text-align: center;
  padding: 30px 40px;
}

.requirement_card_title {
  font-size: 20px;
  font-weight: 700;
  color: #2869b6;
  margin-bottom: 24px;
  text-align: center;
}

.requirement_card_subtitle {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a4d;
  margin-bottom: 20px;
  text-align: center;
}

.requirement_list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}
.requirement_list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}
.requirement_list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #2869b6;
  font-size: 12px;
}
.requirement_list li:last-child {
  margin-bottom: 0;
}

.requirement_text {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a4d;
  text-align: center;
  margin: 0;
}

.requirement_note {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0 0 24px;
}

.requirement_note_small {
  font-size: 13px;
  color: #666;
  text-align: center;
  margin: 16px 0 0;
}

.requirement_link {
  text-align: center;
  margin-top: 24px;
}
.requirement_link .link_btn {
  display: inline-block;
  padding: 14px 32px;
  background-color: #fff;
  color: #2869b6;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #2869b6;
  border-radius: 50px;
  transition: all 0.3s;
}
.requirement_link .link_btn:hover {
  background-color: #2869b6;
  color: #fff;
}

.instructor_form_container {
  max-width: 800px;
  margin: 0 auto;
}

.form_description {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  color: #1a1a4d;
  margin-bottom: 20px;
}

.form_note {
  text-align: center;
  font-size: 14px;
  color: #666;
  margin-bottom: 40px;
}

.instructor_form_wrap {
  max-width: 900px;
  margin: 0 auto;
}
.instructor_form_wrap .wpcf7-form p {
  margin-bottom: 0;
}
.instructor_form_wrap .required-badge {
  display: inline-block;
  background-color: #2869b6;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin-right: 12px;
  vertical-align: middle;
  letter-spacing: 1px;
}
.instructor_form_wrap .form-row {
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
  padding: 28px 0;
}
.instructor_form_wrap .form-row:last-of-type {
  border-bottom: 1px solid #ccc;
}
.instructor_form_wrap .form-row-label {
  width: 280px;
  min-width: 280px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1a4d;
  display: flex;
  align-items: center;
}
.instructor_form_wrap .form-row-input {
  flex: 1;
}
.instructor_form_wrap .form-row-input input[type=text],
.instructor_form_wrap .form-row-input input[type=email],
.instructor_form_wrap .form-row-input input[type=tel] {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.6;
  background-color: #f5f5f5;
  transition: border-color 0.3s;
  box-sizing: border-box;
}
.instructor_form_wrap .form-row-input input[type=text]:focus,
.instructor_form_wrap .form-row-input input[type=email]:focus,
.instructor_form_wrap .form-row-input input[type=tel]:focus {
  border-color: #2869b6;
  outline: none;
  background-color: #fff;
}
.instructor_form_wrap .form-row-input input[type=text]::placeholder,
.instructor_form_wrap .form-row-input input[type=email]::placeholder,
.instructor_form_wrap .form-row-input input[type=tel]::placeholder {
  color: #999;
}
.instructor_form_wrap .form-row-input .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.instructor_form_wrap .form-row-input-name {
  display: flex;
  gap: 16px;
}
.instructor_form_wrap .form-name-col {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.instructor_form_wrap .form-name-col .wpcf7-form-control-wrap {
  flex: 1;
}
.instructor_form_wrap .form-name-prefix {
  font-size: 15px;
  font-weight: 600;
  color: #1a1a4d;
  white-space: nowrap;
}
.instructor_form_wrap .form-field-note {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
  line-height: 1.6;
}
.instructor_form_wrap .form-consent {
  padding: 40px 0 30px;
  text-align: center;
}
.instructor_form_wrap .form-consent-text {
  font-size: 15px;
  color: #333;
  margin-bottom: 24px;
  line-height: 1.8;
}
.instructor_form_wrap .form-consent-text a {
  color: #2869b6;
  text-decoration: none;
  font-weight: 600;
}
.instructor_form_wrap .form-consent-text a:hover {
  text-decoration: underline;
}
.instructor_form_wrap .form-consent-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a4d;
}
.instructor_form_wrap .form-consent-check .wpcf7-list-item {
  margin: 0;
}
.instructor_form_wrap .form-consent-check .required-badge {
  margin-right: 0;
  margin-left: 4px;
}
.instructor_form_wrap .form-submit-row {
  text-align: center;
  padding-top: 20px;
}
.instructor_form_wrap .form-submit-row input[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 18px 40px;
  background-color: #fff;
  color: #2869b6;
  font-size: 16px;
  font-weight: 700;
  border: 2px solid #2869b6;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.instructor_form_wrap .form-submit-row input[type=submit]:hover {
  background-color: #2869b6;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(40, 105, 182, 0.3);
}
.instructor_form_wrap .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #d32f2f;
  margin-top: 4px;
}
.instructor_form_wrap .wpcf7-response-output {
  margin: 20px 0;
  padding: 16px;
  border-radius: 4px;
  text-align: center;
  font-size: 15px;
}
.instructor_form_wrap .wpcf7-spinner {
  display: none;
}

.instructor_company_desc {
  max-width: 800px;
  margin: 0 auto 40px;
}
.instructor_company_desc p {
  font-size: 15px;
  line-height: 2;
  color: #333;
  text-align: left;
}

.instructor_company_table {
  max-width: 800px;
  margin: 0 auto;
}

.company_row {
  display: flex;
  border-bottom: 1px solid #c0c0c0;
}
.company_row:last-child {
  border-bottom: none;
}

.company_row_label {
  width: 25%;
  min-width: 160px;
  padding: 20px 15px;
  background-color: #d9d9d9;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.company_row_value {
  width: 75%;
  padding: 20px 30px;
  background-color: #fff;
  font-size: 15px;
  line-height: 1.8;
  display: flex;
  align-items: center;
}
.company_row_value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.company_row_value ul li {
  line-height: 1.8;
  font-size: 14px;
}

@media screen and (max-width: 851px) {
  .instructor_mv_container {
    height: 400px;
  }
  .instructor_mv_title {
    font-size: 38px;
    letter-spacing: 2px;
  }
  .instructor_intro_section {
    padding: 60px 0;
  }
  .instructor_intro_title {
    font-size: 30px;
    margin-bottom: 24px;
  }
  .instructor_intro_subtitle {
    font-size: 20px;
  }
  .instructor_intro_text {
    padding: 30px;
  }
  .instructor_intro_text p {
    font-size: 15px;
  }
  .instructor_section {
    padding: 60px 0;
  }
  .instructor_section_title {
    margin-bottom: 50px;
  }
  .instructor_section_title h2 {
    font-size: 32px;
  }
  .instructor_section_title .section_subtitle {
    font-size: 16px;
  }
  .requirement_card {
    padding: 30px;
  }
  .requirement_card_simple {
    padding: 24px 30px;
  }
  .requirement_link .link_btn {
    font-size: 14px;
    padding: 12px 28px;
  }
  .form_description {
    font-size: 20px;
  }
  .instructor_form_wrap .form-row-label {
    width: 220px;
    min-width: 220px;
    font-size: 14px;
  }
  .instructor_form_wrap .form-row {
    padding: 24px 0;
  }
  .company_row_label {
    width: 30%;
    min-width: 140px;
  }
  .company_row_value {
    width: 70%;
  }
}
@media screen and (max-width: 576px) {
  .instructor_mv_container {
    height: 300px;
  }
  .instructor_mv_title {
    font-size: 28px;
    letter-spacing: 1.5px;
  }
  .instructor_intro_section {
    padding: 50px 0;
  }
  .instructor_intro_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .instructor_intro_subtitle {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .instructor_intro_text {
    padding: 24px 20px;
  }
  .instructor_intro_text p {
    font-size: 14px;
    line-height: 1.9;
  }
  .instructor_section {
    padding: 50px 0;
  }
  .instructor_section_title {
    margin-bottom: 40px;
  }
  .instructor_section_title h2 {
    font-size: 26px;
  }
  .instructor_section_title .section_subtitle {
    font-size: 15px;
  }
  .requirement_cards {
    gap: 20px;
  }
  .requirement_card {
    padding: 24px 20px;
  }
  .requirement_card_simple {
    padding: 20px;
  }
  .requirement_card_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .requirement_card_subtitle {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .requirement_list li {
    font-size: 14px;
    padding-left: 18px;
    margin-bottom: 14px;
  }
  .requirement_text {
    font-size: 16px;
  }
  .requirement_note {
    font-size: 13px;
  }
  .requirement_link .link_btn {
    font-size: 13px;
    padding: 12px 24px;
  }
  .form_description {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .form_note {
    font-size: 13px;
    margin-bottom: 30px;
  }
  .instructor_form_wrap .form-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    padding: 20px 0;
  }
  .instructor_form_wrap .form-row-label {
    width: 100%;
    min-width: auto;
    font-size: 14px;
  }
  .instructor_form_wrap .form-row-input {
    width: 100%;
  }
  .instructor_form_wrap .form-row-input-name {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
  .instructor_form_wrap .form-name-col {
    width: 100%;
  }
  .instructor_form_wrap .form-consent-text {
    font-size: 13px;
  }
  .instructor_form_wrap .form-consent-check {
    font-size: 14px;
  }
  .instructor_form_wrap .form-submit-row input[type=submit] {
    max-width: 100%;
    font-size: 15px;
    padding: 16px 32px;
  }
  .instructor_company_desc p {
    font-size: 14px;
  }
  .company_row {
    flex-direction: column;
  }
  .company_row_label {
    width: 100%;
    min-width: auto;
    padding: 12px 15px;
  }
  .company_row_value {
    width: 100%;
    padding: 15px;
  }
}
/*Google日本語フォント*/
@font-face {
  font-family: kosugi;
  src: url("webfonts/SawarabiGothic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Sawarabi Gothic";
  src: url("webfonts/Kosugi-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Alatsi";
  src: url("webfonts/Alatsi-Regular.ttf") format("truetype");
}
/* reCAPTCHA非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb {
  display: none;
}

#navi .navi-in .menu-header li {
  width: 100px;
}
#navi .navi-in .menu-header li:nth-of-type(1) {
  width: 150px;
}
#navi .navi-in .menu-header li .sub-menu {
  min-width: 160px;
  width: max-content;
  white-space: nowrap;
}
#navi .navi-in .menu-header li .sub-menu li {
  width: 100%;
  height: auto;
  line-height: 1.4;
}
#navi .navi-in .menu-header li .sub-menu li a {
  padding: 10px 16px;
  display: block;
}
#navi .navi-in .menu-header li .sub-menu .item-label {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
  width: auto;
}

.eye-catch-wrap {
  margin-top: 5px;
}

#navi {
  border: none;
}

.navi-in > ul li {
  height: 40px;
  line-height: 70px;
}

.menu-header li {
  border-left: none;
  height: 70px;
}

div.item-label {
  font-family: "Meiryo", sans-serif;
  font-size: 0.8em;
  font-weight: 500;
}

.menu-header li:last-child {
  border-right: none;
}

div.logo-text {
  display: none;
}

#menu-header li {
  line-height: 1.2;
  top: 0;
}

#content-in {
  width: 100%;
  padding: 0;
  padding: 0;
}

#main {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#content {
  margin: 0;
}

div.entry-content {
  margin-top: 0;
}

.entry-title {
  display: none;
}

.site-name-text {
  color: transparent;
}

body.page .author-info {
  display: none;
}

nav#navi.navi.cf {
  background: white;
}

.date-tags {
  display: none;
}

#content {
  margin: 0;
}

.entry-content {
  margin-top: 0;
  margin: 0;
}

.footer {
  margin-top: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.main-widget-label {
  margin: 0 auto;
}

input.search-edit {
  width: 300px;
}

#new_entries-3 {
  width: 1100px;
  margin: 0 auto;
}

.consulfirm-smapho {
  display: none;
}

.consulfirm-ask {
  margin: 0 auto;
  margin-top: 10px;
  width: 500px;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid black;
  font-family: "Sawarabi Gothic", serif;
  font-size: 1.3em;
}

.consulfirm-telno {
  margin-top: 20px;
  text-align: center;
  font-size: 2.3em;
  font-family: "alatsi", serif;
}

.consulfirm-telno img {
  width: 30px;
}

.consulfirm-workday {
  margin-top: 10px;
  text-align: center;
}

.consulfirm-footer {
  margin-top: 10px;
  text-align: center;
}

.consulfirm-footer img {
  width: 300px;
}

.footer-center {
  width: 1100px;
  margin: 0 auto;
}

.site-name-text {
  color: transparent !important;
}

#archive-title {
  width: 1100px;
  margin: 40px auto;
}

form.search-box.input-box {
  width: 300px;
  margin: 40px auto;
  margin-left: calc((100% - 1100px) / 2);
}

@media screen and (max-width: 420px) {
  /*必要ならばここにコードを書く*/
  .entry-title {
    display: none;
  }
  .consulfirm-pc {
    display: none;
  }
  .site-name-text {
    color: transparent !important;
  }
  div.date-tags {
    display: none;
  }
  .consulfirm-ask {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    font-family: "Sawarabi Gothic", serif;
    font-size: 1.3em;
  }
  .consulfirm-telno {
    margin-top: 20px;
    text-align: center;
    font-size: 2.3em;
    font-family: "alatsi", serif;
  }
  .consulfirm-telno img {
    width: 30px;
  }
  .consulfirm-workday {
    margin-top: 10px;
    text-align: center;
  }
  .consulfirm-footer {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 60px;
  }
  .consulfirm-footer img {
    width: 300px;
  }
  #main {
    padding: 0;
  }
}
@media screen and (max-width: 420px) {
  /*必要ならばここにコードを書く*/
  .consulfirm-pc {
    display: none;
  }
  .site-name-text {
    color: transparent !important;
  }
  div.date-tags {
    display: none;
  }
  .consulfirm-ask {
    margin: 0 auto;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
    font-family: "Sawarabi Gothic", serif;
    font-size: 1.3em;
  }
  .consulfirm-telno {
    margin-top: 20px;
    text-align: center;
    font-size: 2.3em;
    font-family: "alatsi", serif;
  }
  .consulfirm-telno img {
    width: 30px;
  }
  .consulfirm-workday {
    margin-top: 10px;
    text-align: center;
  }
  .consulfirm-footer {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 60px;
  }
  .consulfirm-footer img {
    width: 300px;
  }
}
.contact_bnr_container {
  position: fixed;
  bottom: 70px;
  right: 0;
  z-index: 100;
}

.contact_bnr_inner {
  position: absolute;
  width: 250px;
  right: 0;
}

.content .cf {
  top: 0;
  left: 0;
  right: 0;
}

.content-in .wrap {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.contact_container input[type=submit] {
  border: 1px solid var(--cocoon-thin-color);
  background-color: #231615;
  color: #FFF;
  transition: all 0.2s;
}
.contact_container input[type=submit]:hover {
  background-color: #FFF;
  color: #231615;
}

.main {
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

/* 共通 */
main.main {
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

.footer {
  padding: 0;
}

.footer address {
  text-decoration: none;
  font-style: normal;
}

.footer_logo {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.footer_logo img {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 40px;
  padding: 10px;
}

.page_container {
  margin: 0;
  padding: 0;
}

.page_article {
  margin: -30px auto 0;
  padding: 0 16px;
}

.br_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .br_sp {
    display: block;
  }
}

/* モバイルメニュー */
.slicknav_menu {
  background-color: transparent;
  position: fixed;
  right: 0;
  top: 40px;
  z-index: 100;
}

.slicknav_btn {
  padding: 15px;
}

.slicknav_nav {
  background-color: #231615;
}

.footer_inner {
  background-color: #f4f4f5;
  margin: 80px 0 0;
  padding: 30px 0;
  text-align: center;
}

.footer_contact_flex {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .footer_contact_flex {
    flex-direction: column;
    align-items: center;
  }
}

.footer_contact_bnr {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #231f1c;
  color: #fff;
  padding: 24px 36px;
  border-radius: 8px;
  text-decoration: none;
  min-width: 380px;
  transition: opacity 0.2s ease;
}
@media screen and (max-width: 768px) {
  .footer_contact_bnr {
    min-width: 0;
    width: 100%;
    max-width: 480px;
    padding: 20px 24px;
    gap: 18px;
  }
}
.footer_contact_bnr:hover {
  opacity: 0.85;
  color: #fff;
}
.footer_contact_bnr-icon {
  width: 58px;
  height: 58px;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.3rem;
}
.footer_contact_bnr-text {
  text-align: left;
}
.footer_contact_bnr-label {
  font-size: 0.78rem;
  margin: 0 0 6px;
  opacity: 0.85;
  letter-spacing: 0.03em;
}
.footer_contact_bnr-main {
  font-size: 1.75rem;
  font-weight: bold;
  margin: 0 0 4px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.footer_contact_bnr-sub {
  font-size: 0.75rem;
  margin: 0;
  opacity: 0.8;
  letter-spacing: 0.02em;
}

.footer_link_inner {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}

.footer_link_inner ul {
  list-style: none;
}

.footer_link_inner ul li a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .top_section_inner h2,
  .footer_contact_container h2 {
    font-size: 24px;
  }
  h2 .top_h2_subhead {
    font-size: 18px;
  }
  .footer_contact_flex {
    flex-direction: column;
  }
}
.page_top_mv {
  width: 100%;
  background-color: #1e4d3b;
}
.page_top_mv picture {
  display: block;
  width: 100%;
}
.page_top_mv img {
  display: block;
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 1280/400;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .page_top_mv img {
    max-width: 100%;
    aspect-ratio: 414/350;
  }
}

.top_sv_cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  max-width: 1060px;
  margin: -50px auto 0;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.top_sv_card {
  display: block;
  flex: 0 0 auto;
  line-height: 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}
.top_sv_card img {
  display: block;
  width: 500px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 500/280;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.top_sv_card:hover img {
  transform: scale(1.02);
}

@media screen and (max-width: 768px) {
  .top_sv_cards {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-top: -32px;
    padding: 0 16px;
  }
  .top_sv_card img {
    width: 100%;
  }
}
.top_newsticker {
  margin-top: 48px;
}

/* トップページ */
.page_top_img h1 {
  width: 100%;
}

.page_top_img {
  max-height: 550px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.page_top_img img {
  max-width: 1200px;
  height: 500px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

h1.page_top_text {
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  padding: 5px 0 3px;
  font-size: 24px;
}

.footer_contact_container {
  margin: 0 0 40px;
}

.top_section_inner h2,
.footer_contact_container h2 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.5em;
  padding: 30px 0 50px;
  line-height: 1.2;
}

h2 span.top_h2_subhead,
h1 span.top_h2_subhead {
  font-size: 20px;
  color: #726B6B;
}

.top_section_head {
  margin: 50px auto 50px 0;
  /* background-color: #f4f4f5;
  border-radius: 0 30px 30px 0; */
}

/* ニュースティッカー */
.top_newsticker {
  width: 100%;
  background: #000000;
  padding: 10px;
  font-size: 1.25rem;
}

.ticker-wrap {
  max-width: 1000px;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
}

.ticker-head {
  width: 150px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 4px;
  text-align: center;
}

.ticker {
  width: 100%;
  background: #ffffff;
  line-height: 20px;
  padding: 8px 15px;
  overflow: hidden;
  font-size: 1rem;
}

.ticker ul {
  position: relative;
  list-style: none;
  height: 100%;
  padding: 0;
  margin: 0;
}

.ticker-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0;
  opacity: 0;
}

.ticker-item a {
  display: inline-block;
  width: auto;
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
  transition: transform 8s linear;
}

.ticker-item a:hover {
  color: #E55927;
}

.ticker-date {
  color: #4d4d4d;
}

.ticker-title {
  font-weight: bold;
  margin-left: 10px;
}

.fadeInDown {
  opacity: 0;
}

.fadeInDown.run {
  animation: fadeInDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

.fadeOutDown {
  opacity: 1;
}

.fadeOutDown.run {
  animation: fadeOutDown 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.grants_bnr_area {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 1200px;
  margin: 80px auto 0;
}

.grants_bnr_area a {
  display: inline-block;
  margin: 15px auto 0;
}

.grants_bnr_area a img {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.recruit_bnr_area {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 15px;
  max-width: 1000px;
  margin: 40px auto 0;
  flex-wrap: wrap;
}
.recruit_bnr_area a:not(.recruit_partner_bnr_card) {
  display: inline-block;
  margin: 15px 0;
  max-width: 300px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.recruit_partner_bnr_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 300px;
  min-height: 0;
  margin: 15px 0;
  padding: 20px 18px;
  background: linear-gradient(145deg, #2869b6 0%, #1a4f96 100%);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
}
.recruit_partner_bnr_card::before {
  content: "PARTNER";
  position: absolute;
  bottom: -10px;
  right: -10px;
  font-size: 3.5rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.07);
  font-family: "Arial Black", sans-serif;
  letter-spacing: 0.05em;
  pointer-events: none;
}
.recruit_partner_bnr_card:hover {
  opacity: 0.88;
  color: #fff;
}
.recruit_partner_bnr_card-label {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 3px 10px;
  border-radius: 20px;
  opacity: 0.85;
}
.recruit_partner_bnr_card-title {
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.05em;
}
.recruit_partner_bnr_card-genres {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.recruit_partner_bnr_card-genres li {
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  padding: 3px 8px;
}
.recruit_partner_bnr_card-cond {
  font-size: 0.72rem;
  opacity: 0.85;
  margin: 0;
  letter-spacing: 0.02em;
}
.recruit_partner_bnr_card-btn {
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 16px;
  border-radius: 4px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  .recruit_partner_bnr_card {
    max-width: 100%;
    min-height: auto;
    padding: 22px 20px;
  }
}

.top_news_list {
  list-style: none outside;
  margin: 0 auto;
  padding: 0;
  max-width: 800px;
}

.top_news_item a {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.top_news_item:first-child a {
  border-top: 1px solid #CCC;
}

.top_news_item .top_news_item_date {
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}

.top_news_item .top_news_item_category {
  margin: 0;
  width: 230px;
  padding: 0 20px 0 0;
}

.top_news_item .top_news_item_category span {
  background: #152E6F;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.top_news_item .top_news_item_title {
  margin: 0;
  width: 100%;
}

.top_news_item a:hover .top_news_item_title {
  color: #00F;
}

.top_service_inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px;
}

.top_service_row {
  display: flex;
  gap: 3%;
  margin: 0 0 50px;
}

.top_service_row .service_01 .service_flex_block,
.top_service_row .service_02 .service_flex_block,
.top_service_row .service_03 .service_flex_block,
.top_service_row .service_04 .service_flex_block {
  display: flex;
  gap: 2%;
}

.service_item {
  max-width: 350px;
}

.service_01 h3 {
  height: 50px;
  background-image: url(https://xn--tcke6n4a0148axq2d.jp/wp-content/uploads/2024/01/top_menu01.png);
  background-repeat: no-repeat;
  font-size: 18px !important;
  text-align: center;
  margin: 0 0 1em;
  padding: 10px;
}

.service_02 h3 {
  height: 50px;
  background-image: url(https://xn--tcke6n4a0148axq2d.jp/wp-content/uploads/2024/01/top_menu02.png);
  background-repeat: no-repeat;
  font-size: 18px !important;
  text-align: center;
  margin: 0 0 1em;
  padding: 10px;
}

.service_03 h3 {
  height: 50px;
  background-image: url(https://xn--tcke6n4a0148axq2d.jp/wp-content/uploads/2024/06/top_menu03_2.png);
  background-repeat: no-repeat;
  font-size: 18px !important;
  text-align: center;
  margin: 0 0 1em;
  padding: 10px;
}

.service_04 h3 {
  height: 50px;
  background-image: url(https://xn--tcke6n4a0148axq2d.jp/wp-content/uploads/2024/01/top_menu04.png);
  background-repeat: no-repeat;
  font-size: 18px !important;
  text-align: center;
  margin: 0 0 1em;
  padding: 10px;
}

.service_item a {
  width: 100%;
  display: block;
}

.service_item a img {
  display: inline-block;
  width: 100%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}

.service_item h4 {
  text-align: center;
  padding: 10px 0;
  font-size: 18px;
}

.service_item p {
  max-width: 350px;
  font-size: 14px;
  margin: 0 5px;
}

.top_souken_link_area {
  max-width: 400px;
  margin: 0 auto;
}

.top_souken_link_label {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  letter-spacing: 0.05em;
}
.top_souken_link_label-sub {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #888;
}

.top_souken_link_area a {
  width: 100%;
  display: inline-block;
  box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
}

.top_souken_link_area a img {
  width: 100%;
  display: inline-block;
}

.top_column_list {
  display: flex;
  flex-direction: column;
}

.top_column_item {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding: 10px 25px;
  position: relative;
}

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

.top_column_item_date {
  font-size: 0.8rem;
  color: #333;
  width: 100px;
  line-height: 77px;
}

.top_column_item:nth-child(even) {
  background-color: #ffffff;
}

.top_column_item:nth-child(odd) {
  background-color: #f1f1f1;
}

.top_column_item::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 0;
  Transform: translate(-50%, -50%);
}

.top_column_item a {
  display: flex;
  gap: 20px;
}

.top_column_item_img img {
  width: 120px;
  height: 68px;
  object-fit: cover;
}

.top_column_item_title {
  position: relative;
  width: 650px;
}

.top_column_item_title p {
  top: 50%;
  Transform: translate(0, -50%);
  position: absolute;
}

.top_link_container {
  text-align: center;
  padding: 30px 0;
}

.top_link_container a {
  display: block;
  width: 250px;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px 30px;
  background-color: #231615;
  color: #FFFFFF;
  font-size: 1rem;
  transition: 0.5s;
}

.top_link_container a:hover {
  scale: 1.1;
}

.top_company {
  margin: 50px 0 0;
}

.top_company_ceo {
  text-align: center;
}

.top_company_ceo h3 {
  background-color: #f4f5f5;
  max-width: 500px;
  margin: 0 auto;
}

.top_company_ceo_img img {
  max-width: 500px;
}

.top_company_table {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
}

.top_company_table dt,
.top_company_table dd {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px 30px;
}

.top_company_table dt {
  width: 200px;
  font-size: 14px !important;
  background-color: #f4f5f5;
}

.top_company_table dd {
  width: calc(100% - 200px);
  font-size: 14px !important;
}

.top_company_bnr_area {
  text-align: center;
}

.top_company_bnr_area a {
  margin: 0 0 15px;
  display: inline-block;
}

.top_company_bnr_area a img {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1020px) {
  .top_column_item {
    max-width: 95%;
  }
  .top_column_item a {
    gap: 10px;
  }
  .top_column_item_title {
    width: auto;
    position: static;
    line-height: 16px;
  }
  .top_column_item_title p {
    margin: 5px 15px 0 0;
  }
  .top_column_item_flex {
    flex-direction: column;
  }
  .top_column_item_date {
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .page_container {
    width: 100%;
  }
  .page_article {
    padding: 0 10px;
  }
  .top_section_inner h2,
  .footer_contact_container h2 {
    padding: 30px 0 10px;
    letter-spacing: 0.3em;
  }
  .grants_bnr_area {
    flex-direction: column;
  }
  .top_section_head {
    margin: 30px auto 30px 0;
    /* background-color: #f4f4f5;
    border-radius: 0 30px 30px 0; */
  }
  .top_service_inner {
    padding: 0;
  }
  .top_service_row {
    flex-direction: column;
  }
  .top_service_row .service_01 .service_flex_block,
  .top_service_row .service_02 .service_flex_block,
  .top_service_row .service_03 .service_flex_block,
  .top_service_row .service_04 .service_flex_block {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
  }
  .top_service_row .service_01,
  .top_service_row .service_02,
  .top_service_row .service_03,
  .top_service_row .service_04 {
    margin: 0 0 35px;
  }
  .service_01 h3 {
    max-width: 400px;
    margin: 0 auto 1em;
  }
  .service_02 h3 {
    max-width: 400px;
    margin: 0 auto 1em;
  }
  .service_03 h3 {
    max-width: 400px;
    margin: 0 auto 1em;
  }
  .service_04 h3 {
    max-width: 400px;
    margin: 0 auto 1em;
  }
  .service_item h4 {
    padding: 5px 0;
    font-size: 20px;
  }
  .service_item a img {
    height: 200px;
    object-fit: cover;
  }
  .top_company_ceo_img img {
    max-width: 270px;
  }
  .top_company_table {
    width: 100%;
    flex-direction: column;
  }
  .top_company_table dt,
  .top_company_table dd {
    padding: 10px 30px;
  }
  .top_company_table dt {
    width: 100%;
  }
  .top_company_table dd {
    width: 100%;
  }
}
/* 新着情報　記事ページ（ニュースリリース風） */
.news_single_container {
  background: #fff;
  padding: 60px 20px 80px;
}
@media screen and (max-width: 768px) {
  .news_single_container {
    padding: 40px 16px 60px;
  }
}

.news_single_inner {
  max-width: 800px;
  margin: 0 auto;
}

.news_single_head {
  border-top: 3px solid #364e96;
  padding-top: 32px;
  margin-bottom: 48px;
}

.news_single_meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.news_single_label {
  display: inline-block;
  background: #364e96;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 2px;
}

.news_single_date {
  font-size: 14px;
  color: #888;
  letter-spacing: 0.05em;
}

.news_single_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .news_single_title {
    font-size: 22px;
  }
}

.news_single_body {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  border-top: 1px solid #e0e0e0;
  padding-top: 40px;
}
.news_single_body p {
  margin-bottom: 1.6em;
}
.news_single_body p:last-child {
  margin-bottom: 0;
}
.news_single_body h2, .news_single_body h3, .news_single_body h4 {
  font-weight: bold;
  margin: 2em 0 0.8em;
}
.news_single_body ul, .news_single_body ol {
  padding-left: 1.5em;
  margin-bottom: 1.6em;
}
.news_single_body ul li, .news_single_body ol li {
  list-style: disc;
  margin-bottom: 0.4em;
}
.news_single_body a {
  color: #364e96;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .news_single_body {
    font-size: 15px;
  }
}

.news_single_nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 56px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 768px) {
  .news_single_nav {
    flex-direction: column;
    gap: 12px;
  }
}

.news_single_nav_prev,
.news_single_nav_next {
  flex: 1;
  min-width: 0;
}

.news_single_nav_next {
  text-align: right;
}

.news_single_nav_link {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
  max-width: 100%;
}
.news_single_nav_link:hover {
  border-color: #364e96;
  background: #f5f7fc;
  color: #364e96;
}

.news_single_nav_link--prev {
  align-items: flex-start;
}

.news_single_nav_link--next {
  align-items: flex-end;
}

.news_single_nav_dir {
  font-size: 12px;
  color: #888;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.news_single_nav_title {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_single_footer {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #e0e0e0;
  text-align: center;
}

.news_single_back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #364e96;
  text-decoration: none;
  border: 1px solid #364e96;
  padding: 10px 24px;
  border-radius: 2px;
  transition: all 0.2s;
}
.news_single_back:hover {
  background: #364e96;
  color: #fff;
}

/* 経営コラム　記事ページ */
.manage_column_heroimg_container img {
  width: 100%;
}

.single_inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  padding: 0 10px;
}

.single_head {
  margin: 50px 0 20px;
}

.single_head h2 {
  font-size: 20px;
}

.single_head h1 {
  color: #364e96;
  padding: 0.5em 0;
  border-top: solid 2px #364e96;
  border-bottom: solid 2px #364e96;
  font-size: 32px;
}

.single_thumb img {
  width: 400px;
  height: auto;
}

.single_text {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .single_inner {
    padding: 0 15px;
  }
  .single_text {
    font-size: 22px;
  }
}
.category-service-link {
  margin: 40px 0;
  text-align: center;
}
.category-service-link .service-link-btn {
  display: inline-block;
  padding: 16px 40px;
  background-color: #0066cc;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
.category-service-link .service-link-btn:hover {
  background-color: #0052a3;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .category-service-link .service-link-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 14px;
  }
}
/* サービスページ */
.service_section {
  text-align: center;
}

.page_section_head h2 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 30px 0 50px;
  line-height: 1.2;
}

.page_h2_subhead {
  font-size: 16px;
  color: #726B6B;
}

/* FAQセクション */
.faq_section {
  background-color: #CCCCCC;
  padding: 0 0 20px;
}

.faq_section h3 {
  font-size: 20px;
  padding: 30px 0;
}

.faq_item {
  background-color: #FFFFFF;
  width: 60%;
  margin: 0 auto 15px;
  padding: 10px 30px 20px 20px;
  text-align: left;
  display: flex;
}

.faq_icon {
  width: 100px;
  height: 100px;
  flex: 1;
  margin: 8px 0 0;
}

.faq_item dl {
  flex: 9;
  margin: 0 0 0 10px;
}

.faq_question {
  font-size: 24px;
  font-family: serif;
  color: #E55927;
  padding: 0 0 10px;
}

.faq_answerc {
  word-break: keep-all;
}

/* 補助金・助成金をさがすページ */
.grantsinfo_heroimg_container {
  width: 100%;
}

.grantsinfo_heroimg_container img {
  width: 100vw;
}

/* 一覧 */
.grantsinfo_search_container {
  margin: 50px 0 0;
}

.grantsinfo_article {
  max-width: 1000px;
  margin: 0 auto;
}

.grantsinfo_search_inner h2 {
  font-size: 1em;
}

.grantsinfo_search {
  background-color: #F4F4F5;
  padding: 30px;
  margin: 0 0 20px;
}

.grantsinfo_search_area {
  display: flex;
  gap: 35px 35px;
  margin: 0 0 30px;
}

.grantsinfo_search_area label,
.grantsinfo_search_keyword label {
  font-weight: bold;
  min-width: 190px;
  text-align: right;
}

.grantsinfo_search_area select {
  width: 300px;
  max-height: 50px;
}

.grantsinfo_search_parent {
  font-size: 1rem;
  color: #726B6B;
}

.grantsinfo_search_parent select:first-child {
  margin: 0 15px 0 0;
}

.grantsinfo_search_parent p {
  text-align: right;
}

.grantsinfo_search_keyword {
  display: flex;
  gap: 35px 35px;
  margin: 0 0 30px;
}

.grantsinfo_search_enter input {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  background-color: #152E6F;
  color: #ffffff;
  font-size: 1rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.grantsinfo_search_enter input:hover {
  transform: translateY(2px);
  box-shadow: none;
}

.grantsinfo_search_condition {
  background-color: #F4F4F5;
  padding: 15px 30px;
}

.grantsinfo_search_condition h3 {
  font-size: 1em;
  margin: 0 0 15px;
}

.grantsinfo_search_condition span {
  font-weight: bold;
}

.grantsinfo_condition_area {
  display: flex;
  gap: 40px 40px;
  margin: 0 0 10px;
}

.grantsinfo_condition_keyword {
  margin: 0 0 15px;
}

.grantsinfo_search_clear button {
  font-size: 1rem;
  background-color: #ffffff;
  border: #152E6F 1.5px solid;
  color: #152E6F;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  margin: 10px 0 0;
}

.grantsinfo_search_clear button:hover {
  font-size: 1rem;
  background-color: #152E6F;
  color: #ffffff;
}

.grantsinfo_search_note {
  text-align: center;
  font-size: 0.9rem;
  margin: 10px 0 0;
}

select.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}

.grantsinfo_current-page p span {
  font-size: 1rem;
}

.grantsinfo_result_container {
  margin: 60px 0 110px;
}

.grantsinfo_current-page {
  margin: 0 0 40px;
}

ul.grantsinfo_result_list {
  list-style: none;
  padding: 0;
}

.grantsinfo_result_list li {
  padding: 20px 45px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto 40px;
  background-color: #f8faff;
}

.grantsinfo_result_area {
  display: flex;
  margin: 0 0 -10px;
  color: #152E6F;
}

.grantsinfo_result_list h3 {
  margin: 0 0 10px;
  font-size: 1.3em;
}

.grantsinfo_result_limit {
  display: inline-flex;
  gap: 15px 15px;
  border: #152E6F 2px solid;
  background-color: #ffffff;
  padding: 0 10px;
  margin: 0 0 15px;
}

.grantsinfo_result_limit p {
  font-weight: bold;
  color: #152E6F;
  font-size: 1.15em;
}

.grantsinfo_result_limit span {
  font-weight: bold;
  color: #152E6F;
  font-size: 1rem;
  display: block;
  padding: 7px 0 0;
}

.grantsinfo_result_text {
  font-size: 1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 15px;
}

.grantsinfo_result_link {
  text-align: right;
  margin: 0 -20px 0 0;
}

.grantsinfo_result_link a {
  display: inline-block;
  background-color: #152E6F;
  padding: 5px 25px;
  width: 260px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  position: relative;
}

.grantsinfo_result_link a:hover {
  box-shadow: none;
  background-color: #ffffff;
  color: #152E6F;
  border: #152E6F 1.5px solid;
  font-weight: bold;
  margin: -1.5px;
}

.grantsinfo_result_link a:after {
  position: absolute;
  content: "▶";
  right: 30px;
}

.grantsinfo_pagenation {
  display: flex;
  gap: 15px;
  justify-content: center;
}

.page-numbers {
  display: block;
  background-color: #ffffff;
  color: #152E6F;
  border: #152E6F 1.5px solid;
}

.current {
  background-color: #152E6F;
  color: #ffffff;
  border: none;
}

/* 補助金を探す */
/* 記事ページ */
.grantsinfo_single_container {
  max-width: 1100px;
  margin: 70px auto 40px;
}

.grantsinfo_breadcram a {
  color: #4d4d4d;
}

.grantsinfo_breadcram {
  color: #4d4d4d;
  font-size: 0.9rem;
  margin: 0 0 25px;
}

.grantsinfo_recuruitEnd_notice {
  max-width: 900px;
  text-align: center;
  font-weight: bold;
  color: red;
  margin: 0 auto 15px;
  padding: 10px;
  font-size: 1.2rem;
  border: 2px solid #ED8F26;
  border-radius: 20px;
  background-color: moccasin;
}

.grantsinfo_content_inner {
  padding: 50px 65px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #f8faff;
}

.grantsinfo_content h2 {
  font-size: 1.2em;
}

.grantsinfo_content_text {
  margin: 0 0 50px;
}

.grantsinfo_content_table ul {
  list-style: none;
  padding: 0;
}

.grantsinfo_content_table ul li {
  min-height: 50px;
  width: 100%;
}

.grantsinfo_content_table ul li dl {
  display: flex;
  flex-direction: row;
  font-size: 0.9em;
  border: #000000 1px solid;
  margin-bottom: -1px;
}

.grantsinfo_content_table ul li dl dt {
  font-weight: bold;
  padding: 8px 15px;
  width: 190px;
}

.grantsinfo_content_table ul li dl dd {
  padding: 8px 15px;
  border-left: #000000 1px solid;
  max-width: 670px;
  word-break: break-all;
}

.grantsinfo_content {
  margin: 0 0 40px;
}

.grantsinfo_content_pr h4 {
  font-weight: normal;
  text-align: center;
}

.grantsinfo_content_pr_contact a {
  text-decoration: none;
  display: block;
}

.grantsinfo_content_pr_contact {
  display: flex;
  justify-content: center;
}

.grantsinfo_content_backlink {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.grantsinfo_content_backlink a {
  padding: 13px 25px;
  text-decoration: none;
  color: #000000;
  background-color: #F4F4F5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
}

.-top {
  margin: 0 auto 30px;
}

/* フッター */
footer {
  width: 100%;
}

.grantsinfo_footer_contact h2 {
  width: 100%;
  height: auto;
  background-color: #f4f4f5;
  font-size: 30px !important;
  text-align: center;
  letter-spacing: 1em;
  margin-bottom: 0;
  padding: 50px 0 0 0;
}

.grantsinfo_footer_contact_inner {
  width: 95%;
  height: auto;
  width: 100%;
  background-color: #f4f4f5;
  font-size: 16px !important;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 30px;
  line-height: 1.5em;
  letter-spacing: 0.5em;
}

.grantsinfo_footer_company_inner {
  text-align: center;
  background-color: #f4f4f5;
  padding: 0 0 30px;
}

.grantsinfo_footer_company_inner address {
  font-style: normal;
}

.grantsinfo_footer_bnr_pc {
  display: block;
  position: fixed;
  z-index: 100;
  right: 70px;
  bottom: 0;
}

.grantsinfo_footer_bnr_sp {
  display: none;
}

/* 補助金・LINEの固定バナー部分 */
.link_bnr_container {
  background-color: #eee;
  width: 100%;
  position: sticky;
  bottom: 0;
  padding: 25px 0 10px;
}

.link_bnr_container .link_bnr_list {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}

a.btn_wrap {
  display: block;
  width: 350px;
  position: relative;
  border-radius: 100vh;
}

a.btn_wrap:hover {
  margin-top: 3px;
  color: inherit;
}

.bnr_item_hojokin a.btn_wrap {
  background-color: #ff7c80;
  border-bottom: 5px solid #ff5150;
}

.bnr_item_hojokin a.btn_wrap:hover {
  border-bottom: 2px solid #ff5150;
}

.bnr_item_line a.btn_wrap {
  background-color: #00b050;
  border-bottom: 5px solid #548235;
}

.bnr_item_line a.btn_wrap:hover {
  border-bottom: 2px solid #548235;
}

.bnr_item_contact a.btn_wrap {
  background-color: #3c3b3f;
  border-bottom: 5px solid #231615;
  margin: 5px 0 0;
}

.bnr_item_contact a.btn_wrap:hover {
  border-bottom: 2px solid #231615;
}

a.btn_wrap .btn_top_wrap {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  padding: 0 20px;
  width: 240px;
  border-radius: 100vh;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  box-shadow: 2px 4px rgba(0, 0, 0, 0.2);
}

a.btn_wrap .btn_text_wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 8px;
  padding: 20px 0 8px;
}

.bnr_item_contact a.btn_wrap .btn_text_wrap {
  padding: 10px 0 0;
}

a.btn_wrap .btn_text_wrap .btn_text_icon {
  width: 30px;
}

a.btn_wrap .btn_text_wrap .btn_text_text {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}

a.btn_wrap .btn_text_wrap .btn_text_sub span {
  display: block;
  width: 75px;
  background-color: #FFFFFF;
  margin: 2px 0 0;
  padding: 4px 0;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  line-height: 20px;
}

a.btn_wrap .btn_sub_wrap {
  font-size: 14px;
  text-align: center;
  margin: -8px 0 0;
  color: #FFFFFF;
  font-weight: bold;
}

/* ブログ記事ページ調整 */
.manage_column_article {
  font-size: 14px;
}

.manage_column_article .single_text {
  font-size: 16px;
}

@media screen and (max-width: 700px) {
  .manage_column_article .single_title {
    font-size: 24px;
  }
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}
/*1030px以下*/
@media screen and (max-width: 1030px) {
  .grantsinfo_search_area {
    display: block;
  }
  .grantsinfo_search_area select {
    width: 100%;
  }
  .grantsinfo_search_parent {
    font-size: 0.8rem;
    color: #726B6B;
  }
  .grantsinfo_search_keyword {
    display: block;
  }
  .grantsinfo_search_container {
    margin: 50px 20px 0;
  }
  .grantsinfo_result_list li {
    padding: 20px 20px;
  }
  .grantsinfo_result_list h3 {
    margin: 0 0 10px;
    font-size: 1.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
  }
  .grantsinfo_result_link {
    margin: 0;
  }
  .grantsinfo_result_link a {
    padding: 10px 25px;
    width: 200px;
  }
  .grantsinfo_result_limit {
    padding: 0 10px;
    width: 100%;
  }
  .grantsinfo_result_limit p {
    font-size: 22px;
  }
  .grantsinfo_footer_bnr_pc {
    display: none;
  }
  .grantsinfo_footer_bnr_sp {
    display: block;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 40px;
  }
  .grantsinfo_breadcram {
    margin: 0 20px 25px;
  }
  .grantsinfo_content_inner {
    padding: 50px 25px;
    max-width: 1000px;
  }
  .grantsinfo_content_container {
    margin: 0 20px;
  }
  .grantsinfo_content_table ul li {
    min-height: 50px;
    flex-direction: column;
  }
  .grantsinfo_content_table ul li dl {
    flex-direction: column;
    border: none;
  }
  .grantsinfo_content_table ul li dl dt {
    padding: 8px 10px;
    width: 100%;
    border: #000000 1px solid;
    margin-bottom: -1px;
    min-height: 30px;
  }
  .grantsinfo_content_table ul li dl dd {
    padding: 8px 5px 8px 10px;
    max-width: 100%;
    min-height: 50px;
    border: #000000 1px solid;
  }
  .top_news_item a {
    flex-wrap: wrap;
  }
  .top_news_item_date {
    min-width: 100px;
  }
  .top_news_item_title {
    margin-top: 10px;
  }
}
/*768px以下*/
@media screen and (max-width: 768px) {
  h1.page_top_text {
    display: none;
  }
  .link_bnr_container {
    padding: 0 0 5px;
  }
  .link_bnr_container .link_bnr_list {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  a.btn_wrap {
    width: 90%;
    min-width: 300px;
    margin: 0 auto;
  }
  a.btn_wrap .btn_top_wrap {
    display: none;
  }
  a.btn_wrap .btn_text_wrap {
    flex-direction: row;
    padding: 5px 0;
  }
  a.btn_wrap .btn_text_wrap .btn_text_text {
    font-size: 24px;
  }
}
/*419px以下*/
@media screen and (max-width: 419px) {
  .grantsinfo_search_container {
    margin: 50px 0 0;
  }
  .grantsinfo_content_container {
    margin: 0;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  h1.page_top_text {
    display: none;
  }
  .ticker-head {
    width: 100px;
    font-size: 14px;
  }
  .ticker {
    font-size: 0.9rem;
    padding: 8px 10px;
  }
  .ticker-item {
    top: -4px;
  }
  a {
    text-decoration: none;
  }
  a.btn_wrap .btn_text_wrap .btn_text_sub span {
    display: none;
  }
  a.btn_wrap .btn_sub_wrap {
    font-size: 12px;
  }
  .consulfirm-pc {
    display: none;
  }
  .consulfirm-banner {
    position: fixed;
    bottom: 90px;
    right: calc((100vw - 350px) / 2);
    width: 350px;
    padding: 5px;
    display: flex;
    flex-wrap: nowrap;
    background-color: #1B1464;
    font-family: "Noto Sans", serif;
    /*    opacity: 0.8;*/
  }
  .consulfirm-banner-member1 {
    width: 225px;
    margin-right: 5px;
  }
  .consulfirm-banner-member1-1 {
    color: white;
  }
  .consulfirm-banner-member1-2 {
    color: white;
    font-size: 1.5em;
    line-height: 1.2;
    font-family: "Alatsi", serif;
  }
  .consulfirm-banner-member1-2 a {
    color: white;
  }
  .consulfirm-banner-member1-3 {
    color: white;
    font-size: 1em;
    max-width: 220px;
    border: 1px solid white;
    padding-left: 5px;
    padding-right: 5px;
  }
  .consulfirm-banner-member1-3 img {
    width: 20px;
  }
  .consulfirm-banner-member1-3 a {
    color: white;
    text-decoration: none;
  }
  .consulfirm-banner-member2 {
    height: 90px;
    padding: 0;
  }
  .consulfirm-banner-member2 img {
    height: 90px;
  }
  #navi-footer {
    font-size: 0.9em;
  }
  .footer-bottom-content {
    margin-top: 0;
    font-size: 0.8em;
  }
  .source-org {
    margin-top: 0;
  }
  /*481px以上*/
}
@media screen and (max-width: 480px) and (min-width: 481px) {
  .consulfirm-smapho {
    display: none;
  }
  .consulfirm-banner {
    position: fixed;
    bottom: 80px;
    left: calc((100% - 1100px) / 2);
    height: 80px;
    width: 1100px;
    background-color: #1B1464;
    font-family: "Sawarabi Gothic", serif;
    padding-top: 15px;
    /*    opacity: 0.8;*/
  }
  .consulfirm-banner table {
    margin-bottom: 0;
    margin-left: 50px;
    width: 1000px;
    table-layout: fixed;
  }
  .consulfirm-banner table td {
    vertical-align: middle;
    color: white;
    line-height: 1;
    padding: 0;
    font-weight: 300;
    border: none;
  }
  .consulfirm-banner table td:nth-child(1) {
    font-size: 0.8em;
    width: 8em;
  }
  .consulfirm-banner table td:nth-child(2) {
    font-size: 1.5em;
    font-family: "Alatsi", serif;
    width: 260px;
  }
  .consulfirm-banner table td:nth-child(3) {
    width: 340px;
  }
  .consulfirm-banner table td:nth-child(3) a div {
    border: 1px solid white;
    font-size: 1.1em;
    padding: 3px;
    margin-top: 8px;
    margin-bottom: 6px;
    width: 300px;
  }
  .consulfirm-banner table td:nth-child(3) a div img {
    height: 20px;
  }
  .consulfirm-banner table td:nth-child(3) a {
    color: white;
    text-decoration: none;
  }
  .consulfirm-banner table td:nth-child(4) {
    width: 270px;
  }
  .consulfirm-banner table td:nth-child(4) a div {
    width: 270px;
    margin: 0 !important;
    padding-top: 2.5px;
    padding-bottom: 2px;
  }
  .consulfirm-banner table td:nth-child(4) a div img {
    height: 45px;
  }
}
/* トップページ */
@media screen and (min-width: 481px) {
  ol {
    padding-top: 0;
  }
  ul.contents {
    padding-left: 0;
  }
  ul.contents li {
    list-style: none;
  }
  img {
    pointer-events: none;
  }
  a {
    color: #000000;
    text-decoration: none;
    display: block;
  }
  a img {
    border: none;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .main-image {
    width: 100%;
    height: 100vh;
    margin: 0 calc(50% - 50vw);
    background-image: url("../wp-content/uploads/2024/01/main.png");
    background-size: cover;
    background-position: center;
  }
  .mv-lp {
    width: 100vw;
    height: 100%;
  }
  .mv-lp img {
    width: 100%;
    margin: 0;
  }
  .service-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 0;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .service-top .message-top {
    width: 95%;
    height: 300px;
    left: 0;
  }
  .service-top .message-top h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .service-top .message-top h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .message-top p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-right-radius: 30px;
  }
  .menu-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
  .menu-section .menu-section_bottom {
    flex: 3 2;
  }
  .menu-section .menu-1 {
    width: 45%;
    margin: 0 30px;
  }
  .menu-section .menu-1 h2 {
    width: 90%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu01.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 18px !important;
    text-align: center;
  }
  .menu-section .menu-1 .s-1 {
    width: 99%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-1 .s-1 .s-1-1 {
    width: 92%;
    display: flex;
    flex-direction: column;
  }
  .menu-section .menu-1 .s-1 .s-1-1 img {
    width: 99%;
    height: auto;
  }
  .menu-section .menu-1 .s-1 .s-1-1 h3 {
    width: 99%;
    height: auto;
    font-size: 18px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-1 .s-1 .s-1-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
    text-align: left;
    padding-top: 0;
  }
  .menu-section .menu-2 {
    width: 45%;
    margin: 0 30px;
  }
  .menu-section .menu-2 h2 {
    width: 90%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu02.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 18px !important;
    text-align: center;
  }
  .menu-section .menu-2 .s-2 {
    width: 99%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-2 .s-2 .s-2-1 {
    width: 49%;
    display: Flexbox;
  }
  .menu-section .menu-2 .s-2 .s-2-1 img {
    width: 99%;
  }
  .menu-section .menu-2 .s-2 .s-2-1 h3 {
    width: 99%;
    height: auto;
    font-size: 18px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-2 .s-2 .s-2-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
    text-align: left;
    padding-top: 0;
  }
  .menu-section .menu-3 {
    width: 45%;
    margin: 0 30px;
  }
  .menu-section .menu-3 h2 {
    width: 90%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu03.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 18px !important;
    text-align: center;
  }
  .menu-section .menu-3 .s-3 {
    width: 99%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-3 .s-3 .s-3-1 {
    width: 99%;
    display: Flexbox;
  }
  .menu-section .menu-3 .s-3 .s-3-1 img {
    width: 99%;
  }
  .menu-section .menu-3 .s-3 .s-3-1 h3 {
    width: 99%;
    height: auto;
    font-size: 18px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-3 .s-3 .s-3-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
    text-align: left;
    padding-top: 0;
  }
  .menu-section .menu-4 {
    width: 45%;
    margin: 0 30px;
  }
  .menu-section .menu-4 h2 {
    width: 90%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu04.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 18px !important;
    text-align: center;
  }
  .menu-section .menu-4 .s-4 {
    width: 99%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-4 .s-4 .s-4-1 {
    width: 99%;
    display: Flexbox;
  }
  .menu-section .menu-4 .s-4 .s-4-1 img {
    width: 99%;
  }
  .menu-section .menu-4 .s-4 .s-4-1 h3 {
    width: 99%;
    height: auto;
    font-size: 18px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-4 .s-4 .s-4-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px !important;
    text-align: left;
    padding-top: 0;
  }
  .service-top .bg-01 {
    width: 95%;
    height: auto;
    margin: 0 0 0 auto;
  }
  .service-top .bg-01 h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
    border-top-left-radius: 30px;
  }
  .service-top .bg-01 h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-01 h3 {
    width: 100%;
    height: auto;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
  }
  .service-top .bg-01 p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-left-radius: 30px;
  }
  .service-top .bg-01 p.center {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    float: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: 0.5em;
    border-bottom-left-radius: 30px;
  }
  .service-top .bg-01 img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    text-align: center;
  }
  .service-top .bg-02 {
    width: 95%;
    height: auto;
    margin: 50px auto 50px 0;
  }
  .service-top .bg-02 h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
    border-top-right-radius: 30px;
  }
  .service-top .bg-02 h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-02 p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-02 div.center {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 16px !important;
    display: flex;
    float: left;
    text-align: center;
    justify-content: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: 0.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-02 .center img {
    width: 100%;
  }
  .service-top .bg-03 {
    width: 100%;
    height: auto;
    margin: 50px;
  }
  .service-top .bg-03 h2 {
    width: 100%;
    height: auto;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
  }
  .service-top .bg-03 h2 span {
    width: 95%;
    top: 0;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-03 dt,
  dd {
    margin: 0;
    padding: 0;
  }
  .service-top .bg-03 .dlTable {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .service-top .bg-03 .dlTable dt,
  .dlTable dd {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px 30px;
  }
  .service-top .bg-03 .dlTable dt {
    width: 200px;
    font-size: 14px !important;
    background-color: #f4f5f5;
  }
  .service-top .bg-03 .dlTable dd {
    width: calc(100% - 200px);
    font-size: 14px !important;
  }
  .service-top .bg-04 {
    width: 95%;
    height: auto;
    margin: 50px auto 50px 0;
  }
  .service-top .bg-04 h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
    border-top-right-radius: 30px;
  }
  .service-top .bg-04 h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-04 h3 {
    width: 100%;
    height: auto;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
  }
  .service-top .bg-04 p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-04 p.center {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    float: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: 0.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-04 img {
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    text-align: center;
  }
  .service-top .bg-foot {
    width: 100%;
    background-color: #f4f4f5;
    height: 50px auto;
  }
  .service-top .bg-foot h2 {
    width: 100%;
    height: auto;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
  }
  .service-top .bg-foot h3 span {
    width: 95%;
    top: 0;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-foot .center {
    width: 70%;
    margin: auto;
    text-align: center;
    float: center;
  }
  .service-top .bg-foot .center img {
    width: 30%;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .service-top .bg-foot .center img.sns {
    width: 5%;
    margin: 0 auto;
    text-align: center;
  }
  .service-top .bg-foot .left {
    width: 70%;
    margin: auto;
    text-align: left;
    float: left;
  }
  .clear {
    clear: both;
  }
}
/* FOR smartphone landscape
    ***************************************************************************/
@media screen and (max-width: 480px) {
  .service-top {
    width: 100%;
    height: auto;
    margin: 0 auto;
    top: 0;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
  }
  .service-top .message-top {
    width: 95%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }
  .service-top .message-top h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 18px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .service-top .message-top h2 span {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    background-color: #f4f4f5;
    font-size: 12px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .message-top p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 10px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-03 .dlTable {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-left: none;
    display: block;
    font-size: 80%;
  }
  .service-top .bg-03 .dlTable dt,
  .service-top .bg-03 .dlTable dd {
    border-right: none;
    width: 100%;
    padding: 5px 0;
    font-size: 80%;
  }
  .service-top .bg-03 .dlTable dt {
    border-bottom: none;
    padding-bottom: 0;
    font-size: 80%;
  }
  .service-top .bg-01 {
    width: 95%;
    height: auto;
    margin: 0 0 0 auto;
  }
  .service-top .bg-01 h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
    border-top-left-radius: 30px;
  }
  .service-top .bg-01 h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-01 h3 {
    width: 100%;
    height: auto;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
  }
  .service-top .bg-01 p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 10px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-left-radius: 30px;
  }
  .service-top .bg-01 p.center {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    float: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: 0.5em;
    border-bottom-left-radius: 30px;
  }
  .service-top .bg-01 img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    text-align: center;
  }
  .service-top .bg-02 {
    width: 95%;
    height: auto;
    margin: 50px auto 50px 0;
  }
  .service-top .bg-02 h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
    border-top-right-radius: 30px;
  }
  .service-top .bg-02 h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-02 p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 12px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-02 div.center {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 12px !important;
    display: flex;
    flex-direction: column;
    float: left;
    text-align: center;
    justify-content: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: 0.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-02 .center img {
    width: 100%;
  }
  .service-top .bg-03 {
    width: 95%;
    height: auto;
    margin: 50px 10px;
  }
  .service-top .bg-03 h2 {
    width: 100%;
    height: auto;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 1em;
  }
  .service-top .bg-03 h2 span {
    width: 95%;
    top: 0;
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-04 {
    width: 95%;
    height: auto;
    margin: 50px auto 50px 0;
  }
  .service-top .bg-04 h2 {
    width: 100%;
    height: auto;
    background-color: #f4f4f5;
    font-size: 20px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-04 h2 span {
    width: 95%;
    top: 0;
    background-color: #f4f4f5;
    font-size: 14px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-04 h3 {
    width: 100%;
    height: auto;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 1em;
    margin-bottom: 0;
    padding: 50px 0 0 0;
  }
  .service-top .bg-04 p {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 10px !important;
    text-align: left;
    float: center;
    padding: 50px;
    line-height: 1.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-04 p.center {
    width: 100%;
    background-color: #f4f4f5;
    font-size: 16px !important;
    text-align: center;
    float: center;
    padding: 30px;
    line-height: 1.5em;
    letter-spacing: 0.5em;
    border-bottom-right-radius: 30px;
  }
  .service-top .bg-04 img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 auto;
    text-align: center;
  }
  .service-top .bg-foot {
    width: 100%;
    background-color: #f4f4f5;
    height: 50px auto;
    margin-top: 1em;
  }
  .service-top .bg-foot h2 {
    width: 100%;
    height: auto;
    font-size: 30px !important;
    text-align: center;
    letter-spacing: 1em;
  }
  .service-top .bg-foot h3 span {
    width: 95%;
    top: 0;
    font-size: 16px !important;
    text-align: center;
    letter-spacing: 0.5em;
  }
  .service-top .bg-foot .center {
    width: 70%;
    margin: auto;
    text-align: center;
    float: center;
  }
  .service-top .bg-foot .center img {
    width: 50%;
    margin: 30px auto 0 auto;
    text-align: center;
  }
  .service-top .bg-foot .center img.sns {
    width: 5%;
    margin: 0 auto;
    text-align: center;
  }
  .service-top .bg-foot .left {
    width: 70%;
    margin: auto;
    text-align: left;
    float: left;
  }
  .clear {
    clear: both;
  }
  .menu-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .menu-section .menu-1 {
    width: 100%;
  }
  .menu-section .menu-1 h2 {
    width: 100%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu01.png");
    background-repeat: no-repeat;
    background-position-y: 30%;
    font-size: 16px !important;
    text-align: center;
  }
  .menu-section .menu-1 .s-1 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-1 .s-1 .s-1-1 {
    width: 100%;
    display: Flexbox;
  }
  .menu-section .menu-1 .s-1 .s-1-1 img {
    width: 100%;
  }
  .menu-section .menu-1 .s-1 .s-1-1 h3 {
    width: 100%;
    height: auto;
    font-size: 14px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-1 .s-1 .s-1-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px !important;
    text-align: left;
    vertical-align: top;
    padding-top: 0;
  }
  .menu-section .menu-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-section .menu-2 h2 {
    width: 100%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu02.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 16px !important;
    text-align: center;
  }
  .menu-section .menu-2 .s-2 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-2 .s-2 .s-2-1 {
    width: 100%;
    display: Flexbox;
  }
  .menu-section .menu-2 .s-2 .s-2-1 img {
    width: 100%;
  }
  .menu-section .menu-2 .s-2 .s-2-1 h3 {
    width: 100%;
    height: auto;
    font-size: 12px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-2 .s-2 .s-2-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px !important;
    text-align: left;
    vertical-align: top;
    padding-top: 0;
  }
  .menu-section .menu-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-section .menu-3 h2 {
    width: 100%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu03.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 16px !important;
    text-align: center;
  }
  .menu-section .menu-3 .s-3 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-3 .s-3 .s-3-1 {
    width: 100%;
    display: Flexbox;
  }
  .menu-section .menu-3 .s-3 .s-3-1 img {
    width: 100%;
  }
  .menu-section .menu-3 .s-3 .s-3-1 h3 {
    width: 100%;
    height: auto;
    font-size: 14px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-3 .s-3 .s-3-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px !important;
    text-align: left;
    padding-top: 0;
  }
  .menu-section .menu-4 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .menu-section .menu-4 h2 {
    width: 100%;
    height: 50px;
    background-image: url("../wp-content/uploads/2024/01/top_menu04.png");
    background-repeat: no-repeat;
    background-position-y: 50%;
    font-size: 14px !important;
    text-align: center;
  }
  .menu-section .menu-4 .s-4 {
    width: 100%;
    display: flex;
    flex-direction: row;
  }
  .menu-section .menu-4 .s-4 .s-4-1 {
    width: 100%;
    display: Flexbox;
  }
  .menu-section .menu-4 .s-4 .s-4-1 img {
    width: 100%;
  }
  .menu-section .menu-4 .s-4 .s-4-1 h3 {
    width: 100%;
    height: auto;
    font-size: 14px !important;
    text-align: center;
    padding: 0;
  }
  .menu-section .menu-4 .s-4 .s-4-1 p {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px !important;
    text-align: left;
    vertical-align: top;
    padding-top: 0;
  }
}
@media screen and (min-width: 481px) {
  .bnr-section {
    width: 60%;
    margin: 0 auto;
    text-align: center;
  }
  .bnr-section img {
    width: 100%;
    height: auto;
  }
  .feature-section {
    margin: 0 auto;
  }
  .bgcolor {
    background-color: #E1EDF3;
  }
  .upper-part {
    width: 1100px;
    margin: 0 auto;
  }
  .company-feature-container {
    display: flex;
    justify-content: space-between;
    width: 520px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .company-feature-member {
    width: 140px;
    height: 140px;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
    color: white;
    background-color: #1F76AC;
    border-radius: 50%;
  }
  .company-feature-member:nth-child(1) {
    padding-top: 32px;
  }
  .company-feature-member:nth-child(2) {
    padding-top: 45px;
  }
  .company-feature-member:nth-child(3) {
    padding-top: 25px;
  }
  .company-feature-member-large {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 40px;
    line-height: 1.2;
  }
  .feature-bullets-container {
    display: flex;
    justify-content: space-around;
    width: 830px;
    margin: 0 auto;
  }
  .feature-bullets-member {
    width: 410px;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
  }
  .feature-bullets-member li {
    list-style: none;
  }
  .feature-bullets-member li::before {
    content: url("../wp-content/uploads/2021/09/checkbox-small.png");
  }
  .feature-bullets2 {
    width: 830px;
    margin: 0 auto;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
  }
  .feature-bullets2 li {
    list-style: none;
  }
  .feature-bullets2 li::before {
    content: url("../wp-content/uploads/2021/09/checkbox-small.png");
  }
  .down-triangle {
    margin: 0 auto;
    color: #E1EDF3;
    height: 0;
    width: 0;
    border-top: solid 40px #E1EDF3;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
  }
  .selection-reason-section {
    margin-top: 35px;
  }
  .selection-reason-section .section-title {
    padding-top: 50px !important;
  }
  .selection-reason-container {
    display: flex;
    justify-content: space-around;
    width: 920px;
    margin: 0 auto;
    padding-bottom: 45px;
  }
  .selection-reason-member {
    width: 250px;
    background-color: white;
    font-family: "M PLUS 1p", sans-serif;
    position: relative;
    padding: 40px 5px;
  }
  .selection-reason-member div:nth-child(1) {
    position: absolute;
    left: 107px;
    top: -6px;
    margin: 0 auto;
    font-size: 20px;
    width: 35px;
    height: 35px;
    background-color: #11A196;
    color: white;
    text-align: center;
    border-radius: 50%;
  }
  .selection-reason-member div:nth-child(2) {
    font-size: 18px;
    text-align: center;
    color: #11A196;
  }
  .selection-reason-member div:nth-child(3) {
    font-size: 13px;
  }
  .business-process-section {
    width: 1100px;
    margin: 0 auto;
  }
  .business-process-description {
    width: 390px;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    font-weight: 300;
  }
  .separator-line {
    color: #D8E8F0;
    width: 720px;
    margin: 0 auto;
  }
  .flow-fgcolor-skyblue {
    color: #00A0E9;
  }
  .flow-fgcolor-brown {
    color: #ED8F26;
  }
  .flow-bgcolor-skyblue {
    background-color: #00A0E9;
  }
  .flow-bgcolor-brown {
    background-color: #ED8F26;
  }
  .flow-title {
    text-align: center;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 26px;
    margin: 50px auto;
  }
  .flow-container {
    width: 500px;
    margin: 0 auto;
  }
  .flow-contents-container {
    display: flex;
    justify-content: flex-start;
  }
  .flow-contents-number {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 1.1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    padding-top: 5px;
  }
  .flow-contents-number-large {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
  }
  .flow-contents-description {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 15px;
  }
  .flow-contents-description1 {
    padding-top: 7px;
  }
  .flow-contents-description2 {
    padding-top: 7px;
  }
  .flow-contents-description3 {
    padding-top: 15px;
  }
  .flow-contents-description4 {
    padding-top: 15px;
  }
  .flow-contents-description5 {
    padding-top: 15px;
  }
  .flow-contents-description6 {
    padding-top: 15px;
  }
  .flow-contents-description7 {
    padding-top: 15px;
  }
  .separator-container {
    display: flex;
    justify-content: flex-start;
    width: 350px;
    height: 30px;
  }
  .vertical-separator {
    width: 0;
    height: 22px;
    border-left: 1px solid #B3B3B3;
    margin-top: 4px;
    margin-left: 25px;
  }
  .horizontal-separator {
    width: 250px;
    height: 0;
    margin-left: 40px;
    margin-top: 15px;
    border-top: 1px dotted #B3B3B3;
  }
  .pmi-description-container {
    width: 720px;
    margin: 30px auto 45px auto;
    background-color: #E1EDF3;
    padding: 25px 40px 20px 0;
  }
  .pmi-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    color: #00A0E9;
    text-align: center;
  }
  .pmi-description {
    padding-left: 5px;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 11px;
  }
  .pmi-description li {
    list-style: none;
  }
  .pmi-description li::before {
    content: "●";
    color: #71C7D5 !important;
  }
  .separator {
    width: 720px;
    color: #E6F7FF;
    margin: 0 auto;
  }
  .price-explnation {
    margin-top: 45px;
  }
  .price-explnation .section-title {
    padding-top: 50px !important;
    margin-bottom: 0 !important;
  }
  .pricetable-catch1 {
    width: 760px;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    color: #11A196;
    text-align: center;
  }
  .pricetable-catch2 {
    width: 760px;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    color: #E55927;
    text-align: center;
  }
  .price-condition {
    width: 720px;
    margin: 30px auto 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
  }
  .price-condition,
  .price-condition th,
  .price-condition td {
    border: 1px solid #999899;
  }
  .price-condition tr:nth-child(n+2):nth-child(-n+4) td:nth-child(3) {
    color: #E55927;
  }
  .price-condition td:nth-child(n+2):nth-child(-n+3) {
    text-align: center;
  }
  .price-condition th {
    background: #CCCCCC;
  }
  .price-condition tr:nth-child(n+2):nth-child(-n+4) td {
    background: #FCEEDE;
  }
  .price-condition tr:nth-child(n+5):nth-child(-n+8) td {
    background: white;
  }
  .pricetable-subtitle {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .pricetable-due-deligence,
  .pricetable-due-deligence th,
  .pricetable-due-deligence td {
    border: 1px solid #999899;
  }
  .pricetable-due-deligence {
    width: 720px;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
  }
  .pricetable-due-deligence th {
    background: #cccccc;
  }
  .pricetable-due-deligence td {
    background: white;
  }
  .pricetable-due-deligence th:nth-child(1),
  .pricetable-due-deligence td:nth-child(1) {
    text-align: left;
  }
  .pricetable-due-deligence th:nth-child(2),
  .pricetable-due-deligence td:nth-child(2) {
    text-align: right;
  }
  .section-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px !important;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #E1EDF3;
    padding-top: 55pt !important;
    padding-bottom: 40pt !important;
  }
  .sales-results-container {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .sales-label {
    width: 380px;
    margin: 0 auto;
    color: #ed8f26;
    border: 1px solid #ed8f26;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
  }
  .sales-company-name {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
  }
  .sales-company-size {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .ma-reason {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
    color: #ed8f26;
  }
  .ma-reason-description {
    width: 500px;
    margin: 0 auto;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
  }
  .ma-summary {
    width: 380px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 15px 10px 0 10px;
    background-color: #E6E6E5;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
  }
  .ma-summary-triangle {
    margin: 0 auto;
    height: 0;
    width: 0;
    border-top: solid 30px #E6E6E5;
    border-left: solid 190px transparent;
    border-right: solid 190px transparent;
    margin-bottom: 15px;
  }
  .buy-results-container {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
  }
  .buy-label {
    width: 380px;
    margin: 0 auto;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
  }
  .buy-company-name {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
  }
  .buy-company-size {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .ma-point {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
    color: #00A0E9;
  }
  .ma-point-description {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
  }
  .customer-voice-section {
    background-color: #E1EDF3;
    padding-bottom: 55px;
  }
  .customer-voice-container {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    width: 560px;
    margin: 0 auto;
  }
  .customer-name {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    width: 560px;
    margin: 0 auto;
  }
  .customer-voice {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
    width: 560px;
    margin: 0 auto;
  }
  .consulting-efect {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    color: #00A0E9;
    width: 560px;
    margin: 0 auto;
    text-align: center;
  }
  .transparent {
    background-color: transparent !important;
  }
  .separator {
    background-color: #D8E8F0;
    width: 720px;
    height: 1px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .customer-voice-container {
    display: flex;
    width: 720px;
    margin: 0 auto;
  }
  .customer-voice-member1 {
    width: 140px;
  }
  .customer-voice-member1 img:nth-child(1) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .customer-voice-member2 {
    width: 580px;
    padding-left: 0;
    line-height: 1.5;
  }
  .customer-name div:nth-child(1) {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
  }
  .customer-name div:nth-child(2) {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
  }
  .customer-voice {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .company-size {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .consulting-effect {
    border: 1px #00A0E9 solid;
    margin-left: 10px;
    padding: 12px 15px;
  }
  .consulting-effect div:nth-child(1) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    color: #00A0E9;
    text-align: center;
  }
  .consulting-effect div:nth-child(2) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .a-go-to-detail {
    display: block;
    text-decoration: none !important;
    margin: 0 auto;
    width: 370px;
    background-color: #78BE48;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
    position: relative;
  }
  .a-go-to-detail div:nth-child(1) {
    position: absolute;
    left: 15px;
    top: 2px;
  }
  .a-go-to-detail:link {
    color: white;
  }
  .a-go-to-detail:visited {
    color: white;
  }
  .a-go-to-detail:hover {
    color: #00A0E9;
  }
  .a-go-to-detail:active {
    color: #ed8f26;
  }
  .customer-voice-container + .goto-detail-button {
    margin-top: 35pt;
  }
  .section-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px !important;
    text-align: center;
    margin-top: 0 !important;
  }
  .office-info-table {
    width: 720px !important;
    margin: 0 auto !important;
  }
  .office-info-table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .office-info-table td:first-child {
    background-color: #E1EDF3;
    text-align: center;
    width: 300px;
  }
  .office-info-table td:last-child {
    padding-left: 15px;
  }
  .office-info-table,
  .office-info-table td {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    width: 720px;
    margin: 0 auto;
    border: 1px solid black;
    border-collapse: collapse;
  }
  .response {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    color: #78BE48;
    text-align: center;
  }
  button {
    width: 500px;
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: white;
    background-color: #78BE48;
    margin-left: 50px;
    border-color: #78BE48;
  }
}
@media screen and (max-width: 480px) {
  .greeting-section {
    width: 100%;
    margin: 0 auto;
  }
  .section-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px !important;
    text-align: center;
    margin-top: 0 !important;
    background-color: transparent !important;
  }
  .representative-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    flex-wrap: wrap;
  }
  .representative-member1 {
    width: 350px;
  }
  .representative-member2 {
    width: 350px;
  }
  .representative-name {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
  }
  .representative-belongs {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    margin-top: 42px;
  }
  .representative-greeting {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 16px;
    padding: 0 10px;
  }
  .feature-section {
    margin: 0 auto;
  }
  .bgcolor {
    background-color: #E1EDF3;
  }
  .upper-part {
    width: 1100px;
    margin: 0 auto;
  }
  .company-feature-container {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0 10px;
  }
  .company-feature-member {
    width: 200px;
    height: 200px;
    text-align: center;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 20px;
    color: white;
    background-color: #1F76AC;
    border-radius: 50%;
    margin-bottom: 20px;
  }
  .company-feature-member:nth-child(1) {
    padding-top: 32px;
  }
  .company-feature-member:nth-child(2) {
    padding-top: 45px;
  }
  .company-feature-member:nth-child(3) {
    padding-top: 25px;
  }
  .company-feature-member-large {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 40px;
    line-height: 1.2;
  }
  .feature-bullets-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .feature-bullets-member {
    width: 100%;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
  }
  .feature-bullets-container div:nth-child(1) ul {
    margin-bottom: 0;
  }
  .feature-bullets-member li {
    list-style: none;
  }
  .feature-bullets-member li::before {
    content: url("../wp-content/uploads/2021/09/checkbox-small.png");
  }
  .feature-bullets2 {
    width: 100%;
    margin: 0 auto;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
  }
  .feature-bullets2 li {
    list-style: none;
  }
  .feature-bullets2 li::before {
    content: url("../wp-content/uploads/2021/09/checkbox-small.png");
  }
  .down-triangle {
    margin: 0 auto;
    color: #E1EDF3;
    height: 0;
    width: 0;
    border-top: solid 40px #E1EDF3;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
  }
  .selection-reason-section {
    margin-top: 35px;
  }
  .main-part {
    padding: 0 10px;
  }
  .selection-reason-section .section-title {
    padding-top: 50px !important;
  }
  .selection-reason-container {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 45px;
    flex-wrap: wrap;
  }
  .selection-reason-member {
    width: 250px;
    background-color: white;
    font-family: "M PLUS 1p", sans-serif;
    position: relative;
    padding: 40px 5px;
  }
  .selection-reason-member + .selection-reason-member {
    margin-top: 20px;
  }
  .selection-reason-member div:nth-child(1) {
    position: absolute;
    left: 107px;
    top: -6px;
    margin: 0 auto;
    font-size: 20px;
    width: 35px;
    height: 35px;
    background-color: #11A196;
    color: white;
    text-align: center;
    border-radius: 50%;
  }
  .selection-reason-member div:nth-child(2) {
    font-size: 18px;
    text-align: center;
    color: #11A196;
  }
  .selection-reason-member div:nth-child(3) {
    font-size: 13px;
  }
  .business-process-section {
    width: 100%;
    margin: 0 auto;
  }
  .business-process-description {
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
  }
  .separator-line {
    color: #D8E8F0;
    width: 90%;
    margin: 0 auto;
  }
  .flow-fgcolor-skyblue {
    color: #00A0E9;
  }
  .flow-fgcolor-brown {
    color: #ED8F26;
  }
  .flow-bgcolor-skyblue {
    background-color: #00A0E9;
  }
  .flow-bgcolor-brown {
    background-color: #ED8F26;
  }
  .flow-title {
    text-align: center;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 26px;
    margin: 50px auto;
  }
  .flow-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
  }
  .flow-contents-container {
    display: flex;
    justify-content: flex-start;
  }
  .flow-contents-number {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 10px;
    text-align: center;
    line-height: 1.1;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    padding-top: 5px;
  }
  .flow-contents-number-large {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
  }
  .flow-contents-description {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    padding-left: 15px;
  }
  .flow-contents-description1 {
    padding-top: 7px;
  }
  .flow-contents-description2 {
    padding-top: 7px;
  }
  .flow-contents-description3 {
    padding-top: 15px;
  }
  .flow-contents-description4 {
    padding-top: 15px;
  }
  .flow-contents-description5 {
    padding-top: 15px;
  }
  .flow-contents-description6 {
    padding-top: 15px;
  }
  .flow-contents-description7 {
    padding-top: 15px;
  }
  .separator-container {
    display: flex;
    justify-content: flex-start;
    width: 350px;
    height: 30px;
  }
  .vertical-separator {
    width: 0;
    height: 22px;
    border-left: 1px solid #B3B3B3;
    margin-top: 4px;
    margin-left: 25px;
  }
  .horizontal-separator {
    width: 250px;
    height: 0;
    margin-left: 40px;
    margin-top: 15px;
    border-top: 1px dotted #B3B3B3;
  }
  .pmi-description-container {
    width: 100%;
    margin: 30px auto 45px auto;
    background-color: #E1EDF3;
    padding: 25px 40px 20px 0;
  }
  .pmi-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
    color: #00A0E9;
    text-align: center;
    padding: 0 10px;
  }
  .pmi-description {
    padding-left: 5px;
    font-family: "Sawarabi Mincho", sans-serif;
    font-size: 11px;
  }
  .pmi-description li {
    list-style: none;
  }
  .pmi-description li::before {
    content: "●";
    color: #71C7D5 !important;
  }
  .separator {
    width: 720px;
    color: #E6F7FF;
    margin: 0 auto;
  }
  .price-explnation {
    margin-top: 45px;
  }
  .price-explnation .section-title {
    padding-top: 50px !important;
    margin-bottom: 0 !important;
  }
  .pricetable-catch1 {
    width: 100%;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    color: #11A196;
    text-align: center;
  }
  .pricetable-catch2 {
    width: 100%;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    color: #E55927;
    text-align: center;
  }
  .price-condition {
    width: 720px;
    margin: 30px auto 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
  }
  .price-condition,
  .price-condition th,
  .price-condition td {
    border: 1px solid #999899;
  }
  .price-condition tr:nth-child(n+2):nth-child(-n+4) td:nth-child(3) {
    color: #E55927;
  }
  .price-condition td:nth-child(n+2):nth-child(-n+3) {
    text-align: center;
  }
  .price-condition th {
    background: #CCCCCC;
  }
  .price-condition tr:nth-child(n+2):nth-child(-n+4) td {
    background: #FCEEDE;
  }
  .price-condition tr:nth-child(n+5):nth-child(-n+8) td {
    background: white;
  }
  .pricetable-subtitle {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 28px;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .pricetable-due-deligence,
  .pricetable-due-deligence th,
  .pricetable-due-deligence td {
    border: 1px solid #999899;
  }
  .pricetable-due-deligence {
    width: 720px;
    margin: 0 auto;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 18px;
  }
  .pricetable-due-deligence th {
    background: #cccccc;
  }
  .pricetable-due-deligence td {
    background: white;
  }
  .pricetable-due-deligence th:nth-child(1),
  .pricetable-due-deligence td:nth-child(1) {
    text-align: left;
  }
  .pricetable-due-deligence th:nth-child(2),
  .pricetable-due-deligence td:nth-child(2) {
    text-align: right;
  }
  .section-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px !important;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background-color: #E1EDF3;
    padding-top: 55pt !important;
    padding-bottom: 40pt !important;
  }
  .sales-results-container {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }
  .sales-label {
    width: 90%;
    margin: 0 auto;
    padding: 0 10px;
    color: #ed8f26;
    border: 1px solid #ed8f26;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
  }
  .sales-company-name {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
  }
  .sales-company-size {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .ma-reason {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
    color: #ed8f26;
  }
  .ma-reason-description {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
  }
  .ma-summary {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    padding-top: 15px;
    background-color: #E6E6E5;
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
  }
  .ma-summary-triangle {
    margin: 0 auto;
    height: 0;
    width: 0;
    border-top: solid 30px #E6E6E5;
    border-left: solid 190px transparent;
    border-right: solid 190px transparent;
    margin-bottom: 15px;
  }
  .buy-results-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .buy-label {
    width: 90%;
    margin: 0 auto;
    color: #00A0E9;
    border: 1px solid #00A0E9;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 24px;
  }
  .buy-company-name {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 24px;
  }
  .buy-company-size {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .ma-point {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
    color: #00A0E9;
  }
  .ma-point-description {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 15px;
  }
  .customer-voice-section {
    background-color: #E1EDF3;
    padding-bottom: 55px;
  }
  .customer-voice-container {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    width: 560px;
    margin: 0 auto;
  }
  .customer-name {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    margin: 0 auto;
  }
  .customer-voice {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
    margin: 0 auto;
  }
  .consulting-efect {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    color: #00A0E9;
    margin: 0 auto;
    text-align: center;
  }
  .transparent {
    background-color: transparent !important;
  }
  .separator {
    background-color: #D8E8F0;
    width: 90%;
    height: 1px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 45px;
  }
  .customer-voice-container {
    display: flex;
    width: 100%;
    margin: 0 auto;
  }
  .customer-voice-member1 {
    width: 30%;
    padding: 0 5px;
  }
  .customer-voice-member1 img:nth-child(1) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .customer-voice-member2 {
    width: 70%;
    padding: 0 10px;
    line-height: 1.5;
  }
  .customer-name div:nth-child(1) {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
  }
  .customer-name div:nth-child(2) {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
  }
  .customer-voice {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .company-size {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
    margin-top: 20px;
    margin-left: 10px;
  }
  .consulting-effect {
    border: 1px #00A0E9 solid;
    margin-left: 10px;
    padding: 12px 15px;
  }
  .consulting-effect div:nth-child(1) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 18px;
    color: #00A0E9;
    text-align: center;
  }
  .consulting-effect div:nth-child(2) {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 13px;
  }
  .a-go-to-detail {
    display: block;
    text-decoration: none !important;
    margin: 0 auto;
    width: 90%;
    background-color: #78BE48;
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    text-align: center;
    color: white;
    position: relative;
  }
  .a-go-to-detail div:nth-child(1) {
    position: absolute;
    left: 15px;
    top: 2px;
  }
  .a-go-to-detail:link {
    color: white;
  }
  .a-go-to-detail:visited {
    color: white;
  }
  .a-go-to-detail:hover {
    color: #00A0E9;
  }
  .a-go-to-detail:active {
    color: #ed8f26;
  }
  .customer-voice-container + .goto-detail-button {
    margin-top: 35pt;
  }
  .section-title {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 30px !important;
    text-align: center;
    margin-top: 0 !important;
  }
  .office-info-table {
    width: 720px !important;
    margin: 0 auto !important;
  }
  .office-info-table td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .office-info-table td:first-child {
    background-color: #E1EDF3;
    text-align: center;
    width: 300px;
  }
  .office-info-table td:last-child {
    padding-left: 15px;
  }
  .office-info-table,
  .office-info-table td {
    font-family: "M PLUS 1p", sans-serif;
    font-size: 14px;
    width: 720px;
    margin: 0 auto;
    border: 1px solid black;
    border-collapse: collapse;
  }
  .response {
    font-family: Meiryo, "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 20px;
    color: #78BE48;
    text-align: center;
    margin: 0 auto;
  }
  button {
    width: 90%;
    margin-top: 30px;
    padding: 15px 0;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    color: white;
    background-color: #78BE48;
    margin: 20px auto;
    border-color: #78BE48;
  }
}
/* 講演・研修 ********************* */
#company_article {
  background-color: #FFFFFF;
}

.link_btn {
  width: 90%;
  max-width: 700px;
  padding: 8px 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.link_btn.blue {
  background-color: #2869b6;
}
.link_btn a {
  display: block;
  text-decoration: none;
  color: #FFFFFF;
  text-align: center;
}

.page_mv_section {
  width: 100%;
  background-color: #FFFFFF;
}

.company_mv_container {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #d6d8d3;
  overflow: hidden;
}

.company_mv_inner {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company_mv_inner {
    width: 100%;
  }
}

.company_mv_text {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .company_mv_text {
    width: 100%;
    top: 10%;
    left: 8%;
    transform: translate(0);
  }
}

.company_mv_text h1 {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .company_mv_text h1 {
    font-size: 1.8rem;
  }
}

.company_mv_img {
  width: 350px;
  position: absolute;
  bottom: -10px;
  right: 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company_mv_img {
    width: 200px;
    right: 10px;
  }
}

.company_desc_container {
  width: 100%;
  background-color: #FFFFFF;
  padding: 10px;
}

.company_desc_inner {
  position: relative;
  width: 800px;
  background-color: #FFFFFF;
  margin: -60px auto 60px;
  padding: 60px 35px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .company_desc_inner {
    width: 90%;
    padding: 30px 15px;
  }
}

.company_content_title h3 {
  font-size: 1.4rem;
  border: none;
  color: #2869b6;
  margin: 0 0 20px;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .company_content_title h3 {
    font-size: 1.2rem;
  }
}

.comapny_desc_inner p {
  line-height: 180%;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .comapny_desc_inner p {
    font-size: 0.9rem;
  }
}

.company_section_title {
  margin: 0 0 40px;
}

.company_section_title h2 {
  background-color: transparent;
  color: #000;
  text-align: left;
  margin: 0 0 0 100px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .company_section_title h2 {
    font-size: 1.4rem;
    margin: 0;
  }
}

.company_section_title h2::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #2869b6;
  margin: 10px 0;
}

.company_section {
  padding: 80px 10px;
}

.company_section_inner {
  width: 700px;
  margin: 0 auto;
  padding: 40px 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company_section_inner {
    width: 100%;
  }
}

#company_jisseki {
  background-color: #f4f5f7;
}

ul.company_jisseki_list {
  list-style-type: circle;
  margin: 20px 0 40px;
  line-height: 180%;
  font-weight: bold;
}

.company_section_desc {
  line-height: 180%;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

.company_gaiyou_table {
  margin: 40px auto;
}

.company_gaiyou_table dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0;
  width: 100%;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .company_gaiyou_table dl {
    flex-direction: column;
  }
}

.company_gaiyou_table dl dt {
  width: 30%;
  padding: 15px 15px;
  background-color: #d9d9d9;
  border-bottom: 2px solid #FFFFFF;
  font-weight: bold;
  text-align: center;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .company_gaiyou_table dl dt {
    width: 100%;
  }
}

.company_gaiyou_table dl dt:nth-of-type(5) {
  border-bottom: 1px solid #FFFFFF;
}

.company_gaiyou_table dl dt:last-of-type {
  border-bottom: none;
  margin-top: 0;
}

.company_gaiyou_table dl dd {
  padding: 15px 15px 15px 30px;
  border: 1px solid #d9d9d9;
  margin-top: -1px;
  margin-left: -1px;
  width: calc(70% + 1px);
}
@media screen and (max-width: 768px) {
  .company_gaiyou_table dl dd {
    width: 100%;
  }
}

.company_gaiyou_table dl dd ul {
  list-style: none;
  padding: 0;
}

/* 20250121対応エリア****************************** */
.page_section_area {
  padding: 60px 40px;
  width: 100%;
  border-top: #2869b6 2px solid;
}

.area_inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 150%;
}

.area_content_title h3 {
  background-color: transparent;
  color: #2869b6;
  border: none;
  font-size: 1.4rem;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 786px) {
  .area_content_title h3 {
    font-size: 1.2rem;
    line-height: 120%;
  }
}

.area_desc p {
  margin: 0 0 20px;
}

.area_list p {
  word-break: keep-all;
  font-weight: bold;
  line-height: 180%;
}

.single div#content-in main#main {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0 auto;
}

.custom-post-container {
  background-color: #fff;
  width: 100%;
  padding: 60px 10px;
}
.custom-post-container .custom-post-inner {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}
.custom-post-container .custom-post-inner .posts-top-section .posts-top-title {
  text-align: center;
  margin: 0 0 60px;
}
.custom-post-container .custom-post-inner .posts-top-section .posts-top-title h1 {
  color: #1e1e1e;
  font-size: 1.8rem;
  text-align: center;
}
.custom-post-container .custom-post-inner .posts-top-section .posts-top-listTiele {
  margin: 0 0 80px;
  text-align: center;
}
.custom-post-container .custom-post-inner .posts-top-section .posts-top-listTiele h2 {
  display: block;
  margin: 0 auto;
  color: #222;
  font-size: 1.4rem;
}
.custom-post-container .custom-post-inner .posts-top-section .posts-top-listTiele h2 span {
  border-bottom: #1e1e1e 6px solid;
  padding: 0 10px 10px;
  letter-spacing: 0.1em;
}
.custom-post-container .custom-post-inner .posts_flex_wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 980px) {
  .custom-post-container .custom-post-inner .posts_flex_wrap {
    flex-direction: column;
  }
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts {
  flex: 2.5;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap:hover {
  background-color: rgba(0, 0, 0, 0);
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap:hover .entry-card .entry-card-thumb img {
  transform: scale(1.05);
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-thumb {
  margin: 0 0 10px;
  overflow: hidden;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-thumb img {
  display: block;
  transition: all 0.3s;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-content {
  padding: 0 15px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-content .cat-label {
  position: static;
  border: none;
  background-color: #1e1e1e;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  max-width: none;
  width: fit-content;
  padding: 2px 10px;
  margin: 10px 0 20px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-content .entry-card-title {
  text-align: left;
  color: #222;
  margin: 0 0 10px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-content .entry-card-snippet {
  font-size: 1rem;
  -webkit-line-clamp: 3;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-content .admin-pv {
  margin: 0;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .archive-posts .entry-card-wrap .entry-card .entry-card-content .entry-card-meta {
  margin: 0 0 20px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar {
  flex: 1;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar section {
  margin: 0 0 60px;
  padding: 0 10px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar section h2 {
  color: #222;
  text-align: left;
  font-size: 1.2rem;
  border-bottom: #1e1e1e solid 4px;
  margin: 0 0 20px;
  padding: 0 0 10px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-category-list ul {
  padding: 0;
  list-style: none;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-category-list ul li {
  font-size: 1.2rem;
  margin: 0 0 10px;
  display: flex;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-category-list ul li img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin: 0 20px 0 0;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-category-list ul li a {
  text-decoration: none;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-popular-posts .popular-entry-card-link {
  margin: 0 0 20px;
}
@media screen and (max-width: 980px) {
  .custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-popular-posts .popular-entry-card-link {
    margin: 0 auto 20px;
  }
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-popular-posts .popular-entry-card-link .popular-entry-card-title {
  font-size: 1rem;
  line-height: 150%;
  margin: 10px 0 0;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-popular-posts .wpp-list li a {
  display: block;
  width: 100%;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-popular-posts .wpp-list li a img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-tag-cloud .tag-cloud-link {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 150%;
  text-decoration: none;
  word-break: keep-all;
  background-color: #e7e8f1;
  border-radius: 10px;
  padding: 2px 8px;
  margin: 0 0 10px;
}
.custom-post-container .custom-post-inner .posts_flex_wrap .custom-sidebar .custom-tag-cloud .tag-cloud-link .fas {
  margin: 0 8px 0 0;
}
.custom-post-container .custom-post-inner .pagination-next {
  margin: 40px 0;
}
.custom-post-container .custom-post-inner .pagination-next a {
  background-color: #1e1e1e;
  color: #fff;
  transition: all 0.3s;
}
.custom-post-container .custom-post-inner .pagination-next a:hover {
  opacity: 0.8;
}
.custom-post-container .custom-post-inner .pagination {
  margin: 0 0 100px;
}
.custom-post-container .custom-post-inner .pagination .page-numbers {
  border: none;
  color: #222;
  font-weight: bold;
  border-radius: 0%;
}
.custom-post-container .custom-post-inner .pagination .page-numbers.current {
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: #1e1e1e 6px solid;
}
.custom-post-container .custom-post-inner .pagination .page-numbers.next, .custom-post-container .custom-post-inner .pagination .page-numbers.prev {
  border-radius: 50%;
  background-color: #1e1e1e;
  color: #fff;
}
.custom-post-container .custom-post-inner .pagination .page-numbers.next span, .custom-post-container .custom-post-inner .pagination .page-numbers.prev span {
  margin: 2px 0 0;
}
.custom-post-container .custom-post-inner .pagination .page-numbers.dots {
  background-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 768px) {
  .single-post-container {
    padding: 15px 0;
  }
}
.single-post-container .archive-posts .post_info_container {
  display: flex;
  gap: 10px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post_info_container {
    padding: 15px 0;
    flex-direction: column;
  }
}
.single-post-container .archive-posts .post_info_container .post-date {
  font-size: 1rem;
  color: #888;
  line-height: 280%;
}
.single-post-container .archive-posts .post_info_container .post-category ul.post-categories {
  list-style: none;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post_info_container .post-category ul.post-categories {
    padding: 0;
  }
}
.single-post-container .archive-posts .post_info_container .post-category ul.post-categories li {
  display: inline-block;
  font-size: 1rem;
}
.single-post-container .archive-posts .post_info_container .post-category ul.post-categories li a {
  display: block;
  color: #FFF;
  background-color: #1e1e1e;
  padding: 4px 20px;
  font-size: 1.2rem;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s;
}
.single-post-container .archive-posts .post_info_container .post-category ul.post-categories li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post_info_container .post-category ul.post-categories li a {
    font-size: 1rem;
    padding: 4px 10px;
  }
}
.single-post-container .archive-posts .post_info_container .post-tags a {
  color: #1e1e1e;
  text-decoration: none;
  display: inline-block;
  padding: 0 4px;
  background-color: #eee;
  font-size: 0.8rem;
}
.single-post-container .archive-posts .post_info_container .post-tags a::before {
  content: "#";
}
.single-post-container .archive-posts h1.post-title {
  letter-spacing: 0.1em;
  line-height: 150%;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts h1.post-title {
    font-size: 1.8rem;
  }
}
.single-post-container .archive-posts .post-article {
  font-size: 1rem;
}
.single-post-container .archive-posts .post-article p {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article p {
    margin: 0 0 20px;
  }
}
.single-post-container .archive-posts .post-article #toc_container {
  width: 100%;
  border: none;
  background-color: #e7eef7;
  padding: 30px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article #toc_container {
    padding: 15px;
  }
}
.single-post-container .archive-posts .post-article #toc_container .toc-title {
  display: none;
}
.single-post-container .archive-posts .post-article #toc_container ol.toc-list {
  color: #1e1e1e;
}
.single-post-container .archive-posts .post-article #toc_container ol.toc-list li {
  margin: 0 0 10px;
}
.single-post-container .archive-posts .post-article #toc_container ol.toc-list li a {
  color: #1e1e1e;
  font-weight: bold;
  margin: 0 0 5px;
  display: inline-block;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article #toc_container ol.toc-list li a {
    font-size: 0.9rem;
  }
}
.single-post-container .archive-posts .post-article #toc_container ol.toc-list ol {
  color: #000;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article #toc_container ol.toc-list ol {
    padding: 0 0 0 5px;
  }
}
.single-post-container .archive-posts .post-article #toc_container ol.toc-list ol li a {
  color: #000;
  font-weight: normal;
  margin: 0;
  font-size: 0.9rem;
}
.single-post-container .archive-posts .post-article h2.wp-block-heading {
  position: relative;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 8px;
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
  background-color: #fff;
}
.single-post-container .archive-posts .post-article h2.wp-block-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #1e1e1e 20%, #e4e6e5 20%);
}
.single-post-container .archive-posts .post-article h2.wp-block-heading span {
  border: none;
  display: inline-block;
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article h2.wp-block-heading span {
    padding: 0 0 0 5px;
  }
}
.single-post-container .archive-posts .post-article h3.wp-block-heading {
  border-left: 4px solid #1e1e1e;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  line-height: 1em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  color: #000;
  background-color: #FFF;
}
.single-post-container .archive-posts .post-article h4.wp-block-heading {
  color: #2869b6;
}
.single-post-container .archive-posts .post-article ul.wp-block-list {
  list-style: disc;
  padding-left: 10px;
}
.single-post-container .archive-posts .post-article ul.wp-block-list li {
  margin: 0 0 10px;
}
.single-post-container .archive-posts .post-article .wp-block-button__link {
  margin-bottom: 40px;
}
.single-post-container .archive-posts .post-article .blogcard-label {
  background-color: #1e1e1e;
}
.single-post-container .archive-posts .related-entries {
  margin: 40px 0 0;
}
.single-post-container .archive-posts .related-entries h2.related-entry-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  background-color: #fff;
}
.single-post-container .archive-posts .related-entries h2.related-entry-heading span {
  display: inline-block;
  padding: 0 10px;
  border-bottom: #1e1e1e 4px solid;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap {
    padding-left: 0;
  }
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap:hover {
  background-color: rgba(0, 0, 0, 0);
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap:hover .related-entry-card .related-entry-card-thumb img {
  transform: scale(1.05);
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 0 0 20px;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-thumb {
  margin: 0 0 10px;
  overflow: hidden;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-thumb img {
  display: block;
  transition: all 0.3s;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-content {
  padding: 0 15px;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-content .cat-label {
  position: static;
  border: none;
  background-color: #1e1e1e;
  color: #FFF;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  max-width: none;
  width: fit-content;
  padding: 2px 10px;
  margin: 10px 0 20px;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-content .related-entry-card-title {
  text-align: left;
  color: #222;
  margin: 0 0 10px;
  background-color: transparent;
  border: none;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-content .related-entry-card-snippet {
  font-size: 0.8rem;
  -webkit-line-clamp: 3;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-content .admin-pv {
  margin: 0;
}
.single-post-container .archive-posts .related-entries .related-list .related-entry-card-wrap .related-entry-card .related-entry-card-content .related-entry-card-meta {
  margin: 0 0 20px;
}

.custom-archives-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.archives_info h1 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .archives_info h1 {
    font-size: 1.8rem;
  }
}

/* 補助金実績テーブル用CSS */
.archives-info-table {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin: 20px 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr;
  gap: 0;
}

.archives-info-table dt {
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 12px 16px;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  min-width: 120px;
}

.archives-info-table dd {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  padding: 12px 16px;
  margin: 0;
  display: flex;
  align-items: center;
}

/* 右端の列は右ボーダーを削除 */
.archives-info-table dd:nth-child(4n) {
  border-right: none;
}

/* 最後の行は下ボーダーを削除 */
.archives-info-table dt:nth-last-child(-n+2),
.archives-info-table dd:nth-last-child(-n+2) {
  border-bottom: none;
}

/* 詳細セクション */
.archives_detail {
  margin-top: 30px;
}

.archives_detail h3 {
  padding: 10px 16px;
  margin: 0 0 10px 0;
  border-left: 4px solid #f5f5f5;
  font-size: 1.1em;
}

.detail-content {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  line-height: 1.8;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .archives-info-table {
    grid-template-columns: 1fr;
  }
  .archives-info-table dt {
    border-right: none;
    border-bottom: 1px solid #ccc;
    font-size: 0.9em;
  }
  .archives-info-table dd {
    border-right: none;
    border-bottom: 2px solid #ddd;
    padding: 16px;
  }
  .archives-info-table dd:last-of-type {
    border-bottom: none;
  }
  /* モバイルでは通常の順序に戻す */
  .archives-info-table dt:nth-last-child(-n+2),
  .archives-info-table dd:nth-last-child(-n+2) {
    border-bottom: 2px solid #ddd;
  }
  .archives-info-table dt:last-of-type,
  .archives-info-table dd:last-of-type {
    border-bottom: none;
  }
}
/* 追加: 見た目を整えるためのスタイル */
.archives-details {
  margin: 20px 0;
}

.post_content {
  margin-top: 30px;
}

.post-thumbnail {
  text-align: center;
  margin: 20px auto;
  max-width: 600px;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.training_mv_section {
  background-color: #ebf3f7;
}

.training_mv_container {
  width: 100%;
  max-width: 1700px;
  height: 450px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/cocoon-child-master/image/training_mv_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.training_mv_container .training_mv_inner {
  position: absolute;
  width: 70%;
  max-width: 700px;
  min-width: 310px;
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.9);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 630px) {
  .training_mv_container .training_mv_inner {
    width: 85%;
    padding: 20px;
  }
}
.training_mv_container .training_mv_inner .training_mv_text {
  text-align: center;
  margin: 0 0 10px;
}
.training_mv_container .training_mv_inner .training_mv_text h1 {
  font-size: 2.4rem;
  line-height: 150%;
  margin: 0 0 20px;
}
@media screen and (max-width: 510px) {
  .training_mv_container .training_mv_inner .training_mv_text h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 510px) {
  .training_mv_container .training_mv_inner .training_mv_text p {
    font-size: 0.7rem;
  }
}
.training_mv_container .text_underline {
  text-decoration: underline;
}

.training_mv_bnr {
  margin: 0 auto;
  padding: 0 10px;
}
.training_mv_bnr a {
  display: block;
  padding: 10px 15px;
  text-align: center;
  /* グラデーションを2倍の幅にして、初期位置を右端に */
  background-image: linear-gradient(90deg, rgb(89, 173, 241) 0%, rgb(207, 253, 157) 50%, rgb(89, 173, 241) 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  color: #fff;
  border-radius: 20px;
  font-size: 1.4rem;
  transition: all 0.6s ease;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 510px) {
  .training_mv_bnr a {
    font-size: 1.2rem;
  }
}
.training_mv_bnr a:hover,
.training_mv_bnr a:active {
  /* ホバー/タップ時に左端に移動 = グラデーションが流れる */
  background-position: 0% 0;
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.training_mv_bnr p {
  font-size: 0.8rem;
  margin: 20px 0;
  text-align: center;
}

#training_article {
  width: 100%;
  margin: 0 0 80px;
}
#training_article .training_section:nth-child(2n-1) {
  background-color: #ebf3f7;
}
#training_article .training_section .section_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 10px;
}
#training_article .training_section h2 {
  text-align: center;
  font-size: 1.6rem;
  margin: 0 0 20px;
}
#training_article .training_section .training_onayami_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 510px) {
  #training_article .training_section .training_onayami_flex {
    flex-direction: column;
  }
}
#training_article .training_section .training_onayami_flex .training_onayami_img {
  width: 280px;
  height: 250px;
}
#training_article .training_section .training_onayami_flex .training_onayami_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#training_article .training_section .training_onayami_flex .training_onayami_text ul li {
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#training_article .training_section .training_onayami_flex .training_onayami_text ul li .training_onayami_check {
  width: 40px;
  height: 40px;
  margin: 0 15px 0 0;
}
#training_article .training_section .training_onayami_flex .training_onayami_text ul li .training_onayami_check img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#training_article .training_section .training_onayami_flex .training_onayami_text ul li span {
  font-size: 1.2rem;
}
@media screen and (max-width: 510px) {
  #training_article .training_section .training_onayami_flex .training_onayami_text ul li span {
    font-size: 1rem;
    line-height: 120%;
  }
}
#training_article .training_section .training_catch_wrap {
  border: 2px solid #00A0E9;
  padding: 30px 15px;
  max-width: 800px;
  margin: 0 auto;
}
#training_article .training_section .training_catch_wrap h2 {
  font-size: 1.8rem;
}
@media screen and (max-width: 510px) {
  #training_article .training_section .training_catch_wrap h2 {
    font-size: 1.2rem;
  }
}
#training_article .training_section .text_big {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 510px) {
  #training_article .training_section .text_big {
    font-size: 1.6rem;
  }
}
#training_article .training_section .text_marker {
  background: linear-gradient(transparent 60%, #ffdb92 61%, #ffdb92 100%);
}
#training_article .training_section .training_details {
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#training_article .training_section .training_details .training_details_header {
  background: linear-gradient(135deg, #3182ce 0%, #4299e1 100%);
  color: #fff;
  padding: 10px;
  text-align: center;
}
#training_article .training_section .training_details .training_details_header h1 {
  font-size: 1.6rem;
  font-weight: 600;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_details_header h1 {
    font-size: 1.4rem;
  }
}
#training_article .training_section .training_details .training_content_grid {
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 600px;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_content_grid {
    grid-template-columns: 1fr;
    min-height: auto;
  }
}
#training_article .training_section .training_details .training_content_section {
  display: grid;
  grid-template-columns: subgrid;
  grid-column: 1/-1;
  border-bottom: 1px solid #e2e8f0;
}
#training_article .training_section .training_details .training_content_section:last-child {
  border-bottom: none;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_content_section {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}
#training_article .training_section .training_details .training_content_section .training_content_section_label {
  background: linear-gradient(135deg, #e2e8f0 0%, #f1f5f9 100%);
  padding: 2rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #2d3748;
  border-right: 2px solid #cbd5e0;
  text-align: center;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_content_section .training_content_section_label {
    padding: 1rem;
    border-right: none;
    border-bottom: 2px solid #cbd5e0;
    font-size: 1rem;
  }
}
#training_article .training_section .training_details .training_content_section .training_content_section_content {
  padding: 20px;
  background: white;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_content_section .training_content_section_content {
    padding: 15px;
  }
}
#training_article .training_section .training_details .training_content_section .training_content_section_title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 1rem;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_content_section .training_content_section_title {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
}
#training_article .training_section .training_details .training_content_section .training_content_list {
  list-style: none;
}
#training_article .training_section .training_details .training_content_section .training_content_list li {
  margin-bottom: 0.4rem;
  color: #4a5568;
  font-size: 0.9rem;
  position: relative;
  padding-left: 1.2rem;
}
#training_article .training_section .training_details .training_content_section .training_content_list li::before {
  content: "•";
  color: #3182ce;
  font-weight: bold;
  position: absolute;
  left: 0;
}
@media (max-width: 510px) {
  #training_article .training_section .training_details .training_content_section .training_content_list li {
    font-size: 0.85rem;
    line-height: 1.5;
  }
}
#training_article .training_section .matrix_container {
  padding: 40px 0;
}
#training_article .training_section .matrix_container .matrix_header {
  display: none;
}
#training_article .training_section .matrix_container .training_table {
  width: 100%;
  border-collapse: collapse;
}
#training_article .training_section .matrix_container {
  /* ヘッダー行 */
}
#training_article .training_section .matrix_container .column_header {
  background-color: #cbd5e0;
  border: 1px solid #cbd5e0;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 4px 8px;
  margin: 0 10px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  #training_article .training_section .matrix_container .column_header {
    font-size: 0.8rem;
    padding: 0;
  }
}
#training_article .training_section .matrix_container .margin_header,
#training_article .training_section .matrix_container .empty_cell {
  background: #fff;
  border: none;
  width: 10px;
  padding: 0;
}
#training_article .training_section .matrix_container {
  /* カテゴリー列 */
}
#training_article .training_section .matrix_container .category_cell {
  background: linear-gradient(90deg, #e2e8f0 0%, #f1f5f9 100%);
  font-weight: 600;
  color: #2d3748;
  text-align: center;
  padding: 10px;
  border: 1px solid #cbd5e0;
  width: 150px;
  font-size: 0.95rem;
  vertical-align: middle;
}
@media screen and (max-width: 510px) {
  #training_article .training_section .matrix_container .category_cell {
    font-size: 0.6rem;
    padding: 0;
  }
}
#training_article .training_section .matrix_container {
  /* 研修項目セル */
}
#training_article .training_section .matrix_container .training_item {
  color: white;
  font-weight: 500;
  text-align: center;
  border: none;
  transition: all 0.3s ease;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
}
#training_article .training_section .matrix_container .training_item:hover {
  transform: scale(1.02);
  z-index: 10;
}
#training_article .training_section .matrix_container .training_item_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  height: 40px;
  border-radius: 8px;
  margin: 2px 8px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  line-height: 120%;
}
@media screen and (max-width: 510px) {
  #training_article .training_section .matrix_container .training_item_inner {
    padding: 10px;
    margin: 2px;
    font-size: 0.6rem;
  }
}
#training_article .training_section .matrix_container {
  /* 青系グラデーション（上から下に向かって濃くなる） */
}
#training_article .training_section .matrix_container .color_1 {
  background: #63b3ed;
}
#training_article .training_section .matrix_container {
  /* 明るいブルー */
}
#training_article .training_section .matrix_container .color_2 {
  background: #5a9fd8;
}
#training_article .training_section .matrix_container {
  /* 少し濃く */
}
#training_article .training_section .matrix_container .color_3 {
  background: #4f8bc4;
}
#training_article .training_section .matrix_container {
  /* 中間 */
}
#training_article .training_section .matrix_container .color_4 {
  background: #4477b0;
}
#training_article .training_section .matrix_container {
  /* やや濃く */
}
#training_article .training_section .matrix_container .color_5 {
  background: #39639c;
}
#training_article .training_section .matrix_container {
  /* 濃いめ */
}
#training_article .training_section .matrix_container .color_6 {
  background: #2e4f88;
}
#training_article .training_section .matrix_container {
  /* より濃く */
}
#training_article .training_section .matrix_container .color_7 {
  background: #233b74;
}
#training_article .training_section .matrix_container {
  /* かなり濃く */
}
#training_article .training_section .matrix_container .color_8 {
  background: #182760;
}
#training_article .training_section .matrix_container {
  /* 深いブルー */
}
#training_article .training_section .matrix_container .color_9 {
  background: #0d134c;
}
#training_article .training_section .matrix_container {
  /* 濃紺 */
}
#training_article .training_section .matrix_container .color_10 {
  background: #020838;
}
#training_article .training_section .matrix_container {
  /* 最も濃い */
}
#training_article .training_section {
  /* ツールチップ風の詳細表示 */
}
#training_article .training_section .training_item[data-detail]:hover::after {
  content: attr(data-detail);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #2d3748;
  color: white;
  padding: 8px;
  border-radius: 4px;
  font-size: 0.8rem;
  white-space: nowrap;
  z-index: 20;
  margin-bottom: 5px;
  max-width: 300px;
  white-space: normal;
  width: 100%;
}
#training_article .training_members_title {
  margin-bottom: 60px;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_title {
    margin-bottom: 40px;
  }
}
#training_article .training_members_title h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
  text-align: center;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_title h2 {
    font-size: 1.8rem;
  }
}
#training_article .training_members_title h2 span {
  display: block;
  font-size: 10px;
  color: blue;
}
#training_article .training_members_wrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_wrap {
    flex-direction: column;
    margin: 0 auto;
  }
}
#training_article .training_members_box {
  padding: 20px 10px 0;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  width: 50%;
  max-width: calc(48% - 10px);
  /* 最大幅を50%に設定 */
  box-shadow: 1px 1px 10px -5px #777777;
}
@media screen and (max-width: 768px) {
  #training_article .training_members_box {
    width: 95%;
    max-width: unset;
    padding: 10px 10px;
    margin: 0 auto;
  }
}
#training_article .training_members_box h3 {
  font-size: 1.2rem;
  color: #033151;
  margin-bottom: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_box h3 {
    font-size: 1rem;
  }
}
#training_article .training_members_box:after {
  content: "";
  display: block;
  width: 48%;
  height: 0;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_box:after {
    display: none;
  }
}
#training_article .training_members_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  column-gap: 20px;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_flex {
    padding: 0;
    flex-direction: column;
  }
}
#training_article .training_members_img {
  width: 50%;
  max-width: 180px;
  margin-bottom: 20px;
  flex: 1;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_img {
    width: 100%;
    margin: 0 auto 20px;
  }
}
#training_article .training_members_text {
  width: 50%;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_text {
    width: 100%;
  }
}
#training_article .training_members_job,
#training_article .training_members_job02 {
  font-size: 1rem;
  background-color: #E2EDF5;
  border-radius: 0.1rem;
  text-align: center;
  margin-bottom: 15px;
  margin-right: -10px;
  width: 100%;
  max-width: 250px;
  padding-block: 0.25rem;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_job,
  #training_article .training_members_job02 {
    font-size: 0.9rem;
    margin-right: 0;
    max-width: unset;
  }
}
#training_article .training_members_name {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-top: -1rem;
  white-space: nowrap;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_name {
    font-size: 1.6rem;
  }
}
#training_article .training_members_en {
  font-size: 1rem;
  text-align: center;
  margin-top: -0.5rem;
}
@media screen and (max-width: 510px) {
  #training_article .training_members_en {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 510px) {
  #training_article .training_members_job02 {
    margin-bottom: 1.5rem;
    padding-inline: 3.5rem;
  }
}

/* 1. 電子パンフレットセクション */
.training_pamph_section {
  padding: 60px 20px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.training_pamph_lead {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.training_pamph_lead h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.training_pamph_lead h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: #4a90e2;
}

/* メリット表示エリア */
.pamph_benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 30px 0;
}

.pamph_benefit_item {
  display: flex;
  align-items: center;
  background: white;
  padding: 12px 24px;
  border-radius: 25px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.pamph_benefit_item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.benefit_icon {
  color: #4a90e2;
  font-weight: bold;
  margin-right: 10px;
  font-size: 18px;
}

.pamph_instruction {
  font-size: 18px;
  color: #666;
  margin-top: 25px;
}

/* 電子パンフレット表示エリア */
.flipbook_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
  background: white;
  border-radius: 10px;
}

.pdf_download_center {
  max-width: 600px;
  margin: 40px auto 0;
  text-align: center;
}

.pdf_download_inner {
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}
.pdf_download_inner:hover {
  box-shadow: 0 15px 40px rgba(74, 144, 226, 0.15);
  border-color: #cbd5e0;
}

.pdf_info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.pdf_info svg {
  color: #4a90e2;
}
.pdf_info span {
  font-size: 1.3rem;
  color: #2d3748;
  font-weight: 600;
}
.pdf_info small {
  font-size: 0.85rem;
  color: #718096;
}

.pdf_download_center .dlm-download-button {
  display: inline-block;
}
.pdf_download_center .dlm-download-button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 50px;
  background: linear-gradient(135deg, #4a90e2 0%, #63b3ed 100%);
  color: white !important;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.15rem;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(74, 144, 226, 0.3);
  position: relative;
  overflow: hidden;
}
.pdf_download_center .dlm-download-button a::before {
  content: "📥";
  font-size: 1.3rem;
}
.pdf_download_center .dlm-download-button a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}
.pdf_download_center .dlm-download-button a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(74, 144, 226, 0.4);
}
.pdf_download_center .dlm-download-button a:hover::after {
  left: 100%;
}

@media screen and (max-width: 768px) {
  .pdf_download_center {
    margin: 30px auto 0;
  }
  .pdf_download_inner {
    padding: 25px 20px;
  }
  .pdf_info span {
    font-size: 1.1rem;
  }
  .pdf_info small {
    font-size: 0.8rem;
    line-height: 1.4;
  }
  .pdf_download_center .dlm-download-button a {
    padding: 15px 30px;
    font-size: 1rem;
    width: 100%;
  }
}
.flipbook_wrapper {
  max-width: 1100px;
  margin: 0 auto 0;
  padding: 40px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 25px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .flipbook_wrapper {
    padding: 20px;
    margin: 0 10px;
  }
}

/* Real3D FlipBook調整 */
.real3dflipbook-container {
  margin: 0 auto !important;
}

/* 2. 料金表セクション */
.price_section {
  padding: 60px 20px;
  background: #f8f9fa;
}

.price_table {
  max-width: 600px;
  margin: 0 auto 30px;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
}

.price_table thead {
  background: #4a90e2 !important;
  color: white;
}

.price_table th,
.price_table td {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
}

.price_table tr {
  background-color: transparent !important;
}

.price_table tbody tr:last-child td {
  border-bottom: none;
}

.price_table tbody tr:hover {
  background: #f5f8fb;
}

.price_amount {
  font-size: 24px;
  font-weight: bold;
  color: #4a90e2;
}

.price_feature {
  text-align: center;
  padding: 25px;
  background: #fff3cd;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.price_feature strong {
  display: block;
  margin-bottom: 10px;
  color: #856404;
}

/* 3. CTAボタン */
.cta_section {
  padding: 40px 20px;
  text-align: center;
}

.cta_text {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 25px;
}

.cta_buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-block;
  padding: 18px 40px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.btn_primary {
  background: linear-gradient(135deg, #4a90e2 0%, #3a7bc8 100%);
  color: white;
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}

.btn_primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
}

.btn_secondary {
  background: white;
  color: #4a90e2;
  border: 2px solid #4a90e2;
}

.btn_secondary:hover {
  background: #4a90e2;
  color: white;
}

/* 4. レスポンシブ対応 */
@media (max-width: 768px) {
  .training_pamph_lead h2 {
    font-size: 24px;
  }
  .pamph_benefits {
    flex-direction: column;
    align-items: center;
  }
  .pamph_benefit_item {
    width: 100%;
    max-width: 350px;
  }
  .flipbook_wrapper {
    padding: 10px;
  }
  /* モバイル用注意書き */
  .mobile_note {
    display: block;
    background: #e3f2fd;
    color: #1976d2;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px;
  }
  .price_table th,
  .price_table td {
    padding: 15px 10px;
    font-size: 14px;
  }
  .price_amount {
    font-size: 20px;
  }
  .cta_buttons {
    flex-direction: column;
    align-items: center;
  }
  .btn {
    width: 100%;
    max-width: 300px;
  }
}
@media (min-width: 769px) {
  .mobile_note {
    display: none;
  }
}
/* 5. アニメーション */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* 6. 研修一覧表（既存のマトリクス表を改善） */
.training_matrix {
  overflow-x: auto;
  margin: 40px 0;
}

.training_matrix table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

.training_matrix th {
  background: #4a90e2;
  color: white;
  padding: 15px;
  text-align: left;
  font-weight: bold;
}

.training_matrix td {
  padding: 12px 15px;
  border-bottom: 1px solid #e0e0e0;
}

.training_matrix tr:hover {
  background: #f5f8fb;
}

/* 7. 追加装飾要素 */
.section_title {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 40px;
  position: relative;
}

.section_title::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: #4a90e2;
  border-radius: 2px;
}

/* 8. ローディング表示（電子パンフ読み込み中） */
.flipbook-loading {
  text-align: center;
  padding: 40px;
  color: #666;
}

.flipbook-loading::after {
  content: "読み込み中...";
  display: block;
  margin-top: 10px;
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
.training_simple_section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .training_simple_section {
    padding: 60px 15px;
  }
}
.training_simple_section .section_inner {
  max-width: 1100px;
  margin: 0 auto;
}
.training_simple_section .section_inner .simple_message {
  text-align: center;
}
.training_simple_section .section_inner .simple_message h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message h2 {
    font-size: 1.6rem;
  }
}
.training_simple_section .section_inner .simple_message h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #4a90e2 0%, #63b3ed 100%);
  border-radius: 2px;
}
.training_simple_section .section_inner .simple_message .simple_lead {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_lead {
    font-size: 1rem;
    margin-bottom: 40px;
  }
}
.training_simple_section .section_inner .simple_message .simple_categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  max-width: 900px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_categories {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .training_simple_section .section_inner .simple_message .simple_categories {
    grid-template-columns: 1fr;
  }
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  background: white;
  border: 2px solid #e8e8e8;
  border-radius: 12px;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
  transition: all 0.3s ease;
  cursor: default;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_categories .category_tag {
    padding: 14px 16px;
    font-size: 0.9rem;
    gap: 8px;
  }
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag::before {
  content: attr(data-icon);
  font-size: 1.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #f0f8ff 0%, #e6f2ff 100%);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_categories .category_tag::before {
    font-size: 1.3rem;
    width: 32px;
    height: 32px;
  }
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(74, 144, 226, 0.15);
  border-color: #4a90e2;
  background: linear-gradient(135deg, #ffffff 0%, #f8fbff 100%);
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(1)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(2)::before {
  background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(3)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(4)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(5)::before {
  background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(6)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(7)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(8)::before {
  background: linear-gradient(135deg, #f3e5f5 0%, #e1bee7 100%);
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(9)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(10)::before {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(11)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(12)::before, .training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(13)::before {
  background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 100%);
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag {
  animation: fadeInUp 0.5s ease-out backwards;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(1) {
  animation-delay: 0.04s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(2) {
  animation-delay: 0.08s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(3) {
  animation-delay: 0.12s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(4) {
  animation-delay: 0.16s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(5) {
  animation-delay: 0.2s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(6) {
  animation-delay: 0.24s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(7) {
  animation-delay: 0.28s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(8) {
  animation-delay: 0.32s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(9) {
  animation-delay: 0.36s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(10) {
  animation-delay: 0.4s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(11) {
  animation-delay: 0.44s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(12) {
  animation-delay: 0.48s;
}
.training_simple_section .section_inner .simple_message .simple_categories .category_tag:nth-child(13) {
  animation-delay: 0.52s;
}
.training_simple_section .section_inner .simple_message .simple_cta {
  background: white;
  padding: 40px 30px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_cta {
    padding: 30px 20px;
  }
}
.training_simple_section .section_inner .simple_message .simple_cta .cta_lead {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 25px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_cta .cta_lead {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 50px;
  background: linear-gradient(135deg, #4a90e2 0%, #63b3ed 100%);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 5px 20px rgba(74, 144, 226, 0.3);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog {
    padding: 15px 40px;
    font-size: 1.1rem;
    width: 100%;
  }
}
.training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  transition: left 0.5s;
}
.training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(74, 144, 226, 0.4);
}
.training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog:hover::before {
  left: 100%;
}
.training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
}
.training_simple_section .section_inner .simple_message .simple_cta .scroll_to_catalog:focus {
  outline: 3px solid rgba(74, 144, 226, 0.5);
  outline-offset: 3px;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.flipbook_wrapper {
  transition: background-color 0.3s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.flipbook_wrapper {
  transition: background-color 0.3s ease;
}

@media screen and (max-width: 360px) {
  .training_simple_section .simple_message h2 {
    font-size: 1.4rem;
  }
  .training_simple_section .simple_message .simple_categories .category_tag {
    padding: 6px 12px;
    font-size: 0.75rem;
  }
  .training_simple_section .simple_message .simple_cta {
    padding: 25px 15px;
  }
  .training_simple_section .simple_message .simple_cta .scroll_to_catalog {
    padding: 12px 30px;
    font-size: 1rem;
  }
}
.page-mv_section {
  width: 100%;
}
.page-mv_section .page-mv_inner {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner {
    flex-direction: column-reverse;
    margin: 0 0 40px;
  }
}
.page-mv_section .page-mv_inner .page-mv_text {
  margin: 60px auto;
  padding: 0 20px;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner .page-mv_text {
    margin: 0 auto;
  }
}
.page-mv_section .page-mv_inner .page-mv_text h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 40px 0;
}
.page-mv_section .page-mv_inner .page-mv_text h1.page_top_text {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 5px 0 3px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner .page-mv_text h1.page_top_text {
    display: none;
  }
}
.page-mv_section .page-mv_inner .page-mv_text p {
  font-size: 0.9rem;
}
.page-mv_section .page-mv_inner .page-mv_img {
  width: 100%;
  max-width: 600px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .page-mv_section .page-mv_inner .page-mv_img {
    max-width: 100%;
  }
}
.page-mv_section .page-mv_inner .page-mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grants-article {
  width: 100%;
  margin: 0 auto;
}
.grants-article .page-section {
  width: 100%;
}
.grants-article .page-section_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
}
@media screen and (max-width: 765px) {
  .grants-article .page-section_inner {
    padding: 40px 15px;
  }
}
.grants-article .page-section_inner h2 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.5em;
  padding: 0 0 40px;
  line-height: 1.2;
}
@media screen and (max-width: 765px) {
  .grants-article .page-section_inner h2 {
    font-size: 26px;
    letter-spacing: 0.25em;
  }
}
.grants-article .page-section_link {
  width: 300px;
  margin: 40px auto;
  padding: 8px 15px;
  text-align: center;
  background-color: #1e1e1e;
  border-radius: 10px;
}
.grants-article .page-section_link a {
  color: #fff;
}
.grants-article .page-section_link:hover {
  opacity: 0.8;
}
.grants-article h2 span.top_h2_subhead,
.grants-article h1 span.top_h2_subhead {
  font-size: 20px;
  color: #726b6b;
}
.grants-article .top_section_head {
  margin: 0 auto 40px;
}
.grants-article .font-bold {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 765px) {
  .grants-article .font-bold {
    font-size: 1.8rem;
  }
}
.grants-article .font-strong {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 765px) {
  .grants-article .font-strong {
    font-size: 2.4rem;
  }
}
.grants-article .font-red {
  color: #e03d3d;
}
.grants-article .grants-video_wrap {
  display: flex;
  justify-self: center;
  margin: 0 auto;
  gap: 20px;
}
@media screen and (max-width: 765px) {
  .grants-article .grants-video_wrap {
    flex-direction: column;
  }
}
.grants-article .grants-video_wrap .grants-video_item {
  width: 100%;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  .grants-article .grants-video_wrap .grants-video_item {
    max-width: 100%;
  }
}
.grants-article .grants-video_wrap .grants-video_item p {
  text-align: center;
}

.marker_yellow {
  background: linear-gradient(transparent 50%, #FFFF00 50%);
}

.dots_red {
  -webkit-text-emphasis: filled circle #e03d3d;
  text-emphasis: filled circle #e03d3d;
}

.page-link_section {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 15px;
}
.page-link_section .page-link_inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.page-link_section .page-link_inner ul.page-link_list {
  display: flex;
  justify-content: center;
  gap: 12px;
  text-align: center;
  flex-wrap: wrap;
}
.page-link_section .page-link_inner ul.page-link_list li {
  width: 160px;
  margin: 0;
}
@media screen and (max-width: 765px) {
  .page-link_section .page-link_inner ul.page-link_list li {
    width: calc(50% - 8px);
  }
}
.page-link_section .page-link_inner ul.page-link_list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 10px;
  border: 1.5px solid #1e1e1e;
  border-radius: 6px;
  color: #1e1e1e;
  transition: background-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}
.page-link_section .page-link_inner ul.page-link_list li a:hover {
  background-color: #1e1e1e;
  color: #fff;
}
.page-link_section .page-link_inner ul.page-link_list li a:hover .page-link_icon img {
  filter: invert(1);
}
.page-link_section .page-link_inner ul.page-link_list li a:hover .page-link_arrow {
  color: #fff;
}
.page-link_section .page-link_inner ul.page-link_list li a h3 {
  line-height: 1.2;
  margin: 0;
  font-size: 0.9rem;
  font-weight: 600;
}
@media screen and (max-width: 765px) {
  .page-link_section .page-link_inner ul.page-link_list li a h3 {
    font-size: 0.8rem;
  }
}
.page-link_section .page-link_inner ul.page-link_list li a .page-link_icon {
  width: 32px;
  height: 32px;
  margin: 0;
}
.page-link_section .page-link_inner ul.page-link_list li a .page-link_icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: filter 0.2s ease;
}
.page-link_section .page-link_inner ul.page-link_list li a .page-link_arrow {
  font-size: 0.75rem;
  line-height: 1;
  color: #1e1e1e;
  transition: color 0.2s ease;
}

.grants_bnr_area {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 15px;
  max-width: 1200px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .grants_bnr_area {
    flex-direction: column;
  }
}
.grants_bnr_area a {
  display: inline-block;
  margin: 15px auto 0;
}
.grants_bnr_area a img {
  display: block;
  border-radius: 5px;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.grants-catch {
  text-align: center;
  margin: 0 auto;
  font-size: 1.4rem;
  position: relative;
  overflow: hidden;
}
.grants-catch::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(4.5rem, 11vw, 8.5rem);
  font-weight: 900;
  color: rgba(0, 0, 0, 0.04);
  white-space: nowrap;
  letter-spacing: 0.08em;
  line-height: 1;
  pointer-events: none;
  z-index: 0;
  font-family: "Arial Black", sans-serif;
}
.grants-catch--consultation::before {
  content: "CONSULTATION";
}
.grants-catch--specialist::before {
  content: "SPECIALIST";
}
.grants-catch .page-section_inner {
  position: relative;
  z-index: 1;
}
.grants-catch .grants-catch_img {
  width: 300px;
  margin: 0 auto;
}
.grants-catch .grants-catch_img img {
  width: 100%;
  object-fit: contain;
}
.grants-catch_archive {
  width: 100%;
  padding: 60px 10px;
}
.grants-catch_archive .grants-catch_archive-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 10px;
}
.grants-catch_archive .grants-catch_archive-inner h3 {
  text-align: center;
  font-size: 1.8rem;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .grants-catch_archive .grants-catch_archive-inner h3 {
    font-size: 1.6rem;
  }
}
.grants-catch_archive .grants-catch_archive-inner ul {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .grants-catch_archive .grants-catch_archive-inner ul {
    flex-direction: column;
    gap: 0;
  }
}
.grants-catch_archive .grants-catch_archive-inner ul li {
  width: 30%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .grants-catch_archive .grants-catch_archive-inner ul li {
    width: 100%;
    margin: 0 auto;
  }
}
.grants-catch_archive .grants-catch_archive-inner ul li img {
  display: block;
  width: 200px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}

.grants-merit_section {
  background-color: #f1f1f1;
}
.grants-merit_section ul.grants-merit_list {
  display: flex;
  justify-content: center;
  gap: 1%;
  flex-direction: column;
  padding: 0 10px;
}
.grants-merit_section ul.grants-merit_list li {
  display: flex;
  gap: 10px;
  width: 100%;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.3);
  margin: 0 0 20px;
  height: 230px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .grants-merit_section ul.grants-merit_list li {
    flex-direction: column;
    height: auto;
  }
}
.grants-merit_section ul.grants-merit_list li .grants-merit_list-img {
  height: 100%;
  width: 100%;
  max-width: 350px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .grants-merit_section ul.grants-merit_list li .grants-merit_list-img {
    max-width: 300px;
    margin: 0 auto;
  }
}
.grants-merit_section ul.grants-merit_list li .grants-merit_list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grants-merit_section ul.grants-merit_list li .grants-merit_list-text {
  padding: 20px;
  width: 670px;
}
@media screen and (max-width: 768px) {
  .grants-merit_section ul.grants-merit_list li .grants-merit_list-text {
    width: 100%;
    margin: 0 auto;
  }
}
.grants-merit_section ul.grants-merit_list li .grants-merit_list-text h3 {
  margin: 0 0 20px;
  font-size: 1.4rem;
}
.grants-merit_section ul.grants-merit_list li .grants-merit_list-text p {
  font-size: 0.9rem;
  text-align: justify;
}

.grants-strength_section {
  background-color: #f1f1f1;
}
.grants-strength_section h4 {
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 20px;
}
.grants-strength_section .grants-strength_description {
  text-align: center;
}
.grants-strength_section .grants-merit_consultant-list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .grants-strength_section .grants-merit_consultant-list {
    flex-wrap: wrap;
    gap: 10px;
  }
  .grants-strength_section .grants-merit_consultant-list li {
    width: 25%;
  }
}
.grants-strength_section .grants-merit_consultant-list figure img {
  display: block;
  width: 120px;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin: 0 auto;
}
.grants-strength_section .grants-merit_consultant-list figure figcaption {
  text-align: center;
  font-size: 0.8rem;
  margin: 10px 0 0;
}

.grants-column_section .page-section_inner .grants-swiper .swiper-button-next,
.grants-column_section .page-section_inner .grants-swiper .swiper-button-prev,
.grants-column_section .page-section_inner .grants-archive-swiper .swiper-button-next,
.grants-column_section .page-section_inner .grants-archive-swiper .swiper-button-prev,
.grants-archive_section .page-section_inner .grants-swiper .swiper-button-next,
.grants-archive_section .page-section_inner .grants-swiper .swiper-button-prev,
.grants-archive_section .page-section_inner .grants-archive-swiper .swiper-button-next,
.grants-archive_section .page-section_inner .grants-archive-swiper .swiper-button-prev {
  opacity: 0.2;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item {
  min-height: 350px;
  max-width: 350px;
  /* 記事カードの最大幅を制限 */
  width: 100%;
}
@media screen and (max-width: 510px) {
  .grants-column_section .page-section_inner .grants-swiper .custom-post-item,
  .grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item,
  .grants-archive_section .page-section_inner .grants-swiper .custom-post-item,
  .grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item {
    width: 100% !important;
    max-width: 100%;
  }
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content {
  padding: 0 10px;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content .thumbnail,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content .thumbnail,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content .thumbnail,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content .thumbnail {
  width: 100%;
  height: 180px !important;
  margin: 0 0 20px;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content .thumbnail a,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content .thumbnail a,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content .thumbnail a,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content .thumbnail a {
  width: 100%;
  height: 100%;
  display: block;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content .thumbnail a img,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content .thumbnail a img,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content .thumbnail a img,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content .thumbnail a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content a,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content a,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content a,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content a {
  display: block;
  margin: 0 0 10px;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content a h3,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content a h3,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content a h3,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content a h3 {
  font-size: 1rem;
  min-height: 40px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.grants-column_section .page-section_inner .grants-swiper .custom-post-item .post-content p,
.grants-column_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content p,
.grants-archive_section .page-section_inner .grants-swiper .custom-post-item .post-content p,
.grants-archive_section .page-section_inner .grants-archive-swiper .custom-post-item .post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 0.9rem;
  height: 80px;
}

.faq_section {
  background-color: #ccc;
  padding: 0 0 20px;
}
.faq_section h3 {
  font-size: 20px;
  padding: 30px 0;
}
.faq_section .faq_wrap .faq_section ul {
  padding: 0;
}
.faq_section .faq_wrap .faq_section ul .faq_item {
  background-color: #fff;
  width: 60%;
  margin: 0 auto 15px;
  padding: 10px 30px 20px 20px;
  text-align: left;
  display: flex;
}
@media screen and (max-width: 768px) {
  .faq_section .faq_wrap .faq_section ul .faq_item {
    width: 90%;
    padding: 10px 15px 20px 15px;
  }
}
.faq_section .faq_wrap .faq_section ul .faq_item .faq_icon {
  width: 100px;
  height: 100px;
  flex: 1;
  margin: 8px 0 0;
}
.faq_section .faq_wrap .faq_section ul .faq_item .faq_icon img {
  width: 100%;
  height: auto;
}
.faq_section .faq_wrap .faq_section ul .faq_item dl {
  flex: 9;
  margin: 0 0 0 10px;
}
.faq_section .faq_wrap .faq_section ul .faq_item dl .faq_question {
  font-size: 24px;
  font-family: serif;
  color: #e55927;
  padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .faq_section .faq_wrap .faq_section ul .faq_item dl .faq_question {
    font-size: 18px;
  }
}
.faq_section .faq_wrap .faq_section ul .faq_item dl .faq_answer {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .faq_section .faq_wrap .faq_section ul .faq_item dl .faq_answer {
    font-size: 12px;
  }
}

.br_sp {
  display: none;
}
@media screen and (max-width: 765px) {
  .br_sp {
    display: block;
  }
}

.page_section_area {
  padding: 60px 40px;
  width: 100%;
  border-top: #2869b6 2px solid;
}
.page_section_area .area_inner {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 150%;
}
.page_section_area .area_inner .area_content_title h3 {
  background-color: rgba(0, 0, 0, 0);
  color: #2869b6;
  border: none;
  font-size: 1.4rem;
  margin: 0 0 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 786px) {
  .page_section_area .area_inner .area_content_title h3 {
    font-size: 1.2rem;
    line-height: 120%;
  }
}
.page_section_area .area_inner .area_desc p {
  margin: 0 0 20px;
}
.page_section_area .area_inner .area_list p {
  word-break: keep-all;
  font-weight: bold;
  line-height: 180%;
}

.page_section_head h2 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 30px 0 50px;
  line-height: 1.2;
}
.page_section_head h2 .page_h2_subhead {
  font-size: 16px;
  color: #726b6b;
}

.service_section {
  text-align: center;
}

.header-container-in.hlt-top-menu .logo-header img {
  padding: 10px 0;
}

.law_catch-flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.law_catch-img {
  display: block;
  max-width: 300px;
}
.law_catch-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.law_catch-txt p {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/* 固定ヘッダーでの矢印アイコン表示 */
.navi-in .has-icon {
  display: flex;
  right: 0;
}

.fixed-header .has-sub .fas.fa-angle-down {
  display: inline-block !important;
}

/* 固定ヘッダーでのサブメニュー */
.fixed-header .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 10000;
}

.fixed-header .menu-item-has-children:hover .sub-menu,
.fixed-header .menu-item-has-children.hover .sub-menu {
  display: block !important;
}

.navi-in > ul {
  gap: 5px;
}

/* 固定ヘッダーのサブメニュー幅調整 */
.fixed-header .sub-menu {
  min-width: 200px;
  /* 最小幅を設定 */
  width: max-content;
  /* 内容に合わせて幅を自動調整 */
  white-space: nowrap;
  /* テキストの改行を防ぐ */
}

.fixed-header .sub-menu li {
  width: 100%;
  min-width: max-content;
  /* リスト項目も内容に合わせる */
}

.fixed-header .sub-menu a {
  display: block;
  padding: 10px 20px;
  /* 適度な余白 */
  white-space: nowrap;
  /* リンクテキストの改行防止 */
  text-overflow: clip;
  /* 省略記号を無効化 */
  overflow: visible;
  /* オーバーフロー表示 */
}

.fixed-header .sub-menu .item-label {
  white-space: nowrap;
  overflow: visible;
  text-overflow: clip;
}

.matrix_container {
  padding: 20px 0;
}
.matrix_container .matrix_header {
  display: none;
}
.matrix_container h2 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  text-align: center;
}
.matrix_container .training_table {
  width: 100%;
  max-width: 190mm;
  /* A4幅に合わせる */
  margin: 0 auto;
  border-collapse: collapse;
  border: 2px solid #cbd5e0;
  font-size: 0.65rem;
  /* フォントサイズを小さく */
}
.matrix_container {
  /* ヘッダー行 */
}
.matrix_container .column_header {
  background: linear-gradient(135deg, #4299e1 0%, #63b3ed 100%);
  color: white;
  font-weight: 600;
  font-size: 0.75rem;
  text-align: center;
  padding: 6px;
  border: 1px solid #3182ce;
}
.matrix_container {
  /* マージン用ヘッダー */
}
.matrix_container .margin_header {
  background: #f7fafc;
  border: none;
  width: 8px;
  min-width: 8px;
  padding: 0;
}
.matrix_container {
  /* カテゴリー列 */
}
.matrix_container .category_cell {
  background: linear-gradient(90deg, #e2e8f0 0%, #f1f5f9 100%);
  font-weight: 600;
  color: #2d3748;
  text-align: center;
  padding: 4px 2px;
  border: 1px solid #cbd5e0;
  width: 80px;
  font-size: 0.7rem;
  vertical-align: middle;
  line-height: 1.2;
}
.matrix_container {
  /* 研修項目セル */
}
.matrix_container .training_item {
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.65rem;
  vertical-align: middle;
  background: transparent;
  position: relative;
  min-height: 28px;
}
.matrix_container {
  /* ボタン風の内部要素 */
}
.matrix_container .training_item_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  height: 24px;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 1.1;
  padding: 2px;
}
.matrix_container {
  /* 青系グラデーション */
}
.matrix_container .color_1 .training_item_inner {
  background: #63b3ed;
}
.matrix_container .color_2 .training_item_inner {
  background: #5a9fd8;
}
.matrix_container .color_3 .training_item_inner {
  background: #4f8bc4;
}
.matrix_container .color_4 .training_item_inner {
  background: #4477b0;
}
.matrix_container .color_5 .training_item_inner {
  background: #39639c;
}
.matrix_container .color_6 .training_item_inner {
  background: #2e4f88;
}
.matrix_container .color_7 .training_item_inner {
  background: #233b74;
}
.matrix_container .color_8 .training_item_inner {
  background: #182760;
}
.matrix_container .color_9 .training_item_inner {
  background: #0d134c;
}
.matrix_container .color_10 .training_item_inner {
  background: #020838;
}
.matrix_container {
  /* 空のセル */
}
.matrix_container .empty_cell {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 3px;
}
.matrix_container {
  /* 印刷用スタイル */
}
@media print {
  .matrix_container {
    padding: 0;
  }
  .matrix_container h2 {
    font-size: 14pt;
    margin-bottom: 5pt;
  }
  .matrix_container .training_table {
    width: 100%;
    max-width: 190mm;
    page-break-inside: avoid;
    font-size: 7pt;
  }
  .matrix_container .column_header {
    font-size: 8pt;
    padding: 4pt;
  }
  .matrix_container .category_cell {
    font-size: 7pt;
    padding: 3pt 2pt;
    width: 60pt;
  }
  .matrix_container .training_item {
    padding: 2pt;
    min-height: 20pt;
    font-size: 7pt;
  }
  .matrix_container .training_item_inner {
    top: 1pt;
    left: 1pt;
    right: 1pt;
    height: 18pt;
    border-radius: 3pt;
    padding: 1pt;
  }
  .matrix_container .margin_header {
    width: 6pt;
  }
  .matrix_container .empty_cell {
    padding: 2pt;
  }
  .matrix_container {
    /* ホバー効果を無効化 */
  }
  .matrix_container .training_item_inner:hover {
    transform: none;
    box-shadow: none;
  }
}

/* 執筆者プロフィール全体 */
.author-profiles-wrapper {
  margin: 40px 0;
}

/* 執筆者プロフィールタイトル */
.author-profiles-wrapper::before {
  content: "執筆者プロフィール";
  display: block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000;
}

/* 各執筆者プロフィール */
.custom-author-profile {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.custom-author-profile:last-child {
  margin-bottom: 0;
}

/* レイアウト: 写真と情報を横並び */
.custom-author-profile {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* 写真エリア */
.author-photo-wrapper {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .author-photo-wrapper {
    margin: 0 auto;
  }
}

.author-photo {
  width: 200px;
  height: auto;
  display: block;
}

/* テキスト情報エリア */
.author-info {
  flex: 1;
}

/* 名前 */
.author-name {
  margin: 0 0 15px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
}

/* 肩書き */
.author-title {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

/* 経歴 */
.author-bio {
  margin: 0;
  line-height: 1.8;
  font-size: 15px;
  color: #333;
}

/* レスポンシブ: スマホ対応 */
@media (max-width: 768px) {
  .custom-author-profile {
    flex-direction: column;
    padding: 20px;
  }
  .author-photo {
    width: 150px;
    margin: 0 auto;
  }
  .author-name {
    font-size: 20px;
    text-align: center;
  }
  .author-title {
    font-size: 14px;
    text-align: center;
  }
}
