@charset "UTF-8";
/* 外観 > 追加cssに記述されてたcssを移植
旧: 直下 tuika.css（function.phpで読み込み）→ Sassパイプラインへ統合 */
div.logo-text {
  display: none;
}

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

.whats-new-title {
  text-align: center;
}

#new_entries-4,
#new_entries-6 {
  width: 1100px;
  margin: 0 auto;
}

#main {
  padding: 0;
}

div#content {
  margin-top: 0;
}

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

.entry-title {
  display: none;
}

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

div.author-info {
  display: none;
}

div.item-label {
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
}

#menu-header-menu li:nth-child(1) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(2) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(3) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(4) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(5) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(6) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(7) {
  padding-top: 20px;
}

#menu-header-menu li:nth-child(8) {
  padding-top: 20px;
}

div.logo-header {
  padding-top: 0;
  padding-bottom: 0;
}

div.date-tags {
  display: none;
}

div.author-info {
  display: none;
}

h2 {
  font-family: "Hiragino kaku Gothic Pro", sans-serif !important;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  color: #727171;
  font-size: 1.5em;
  font-weight: 700;
  background-color: white;
}

h2 span {
  border-bottom: 1px solid;
}

.footer-bottom {
  display: none;
}

footer#footer {
  display: none;
}

#main {
  padding-top: 0 !important;
}

@media screen and (min-width: 421px) {
  #navi {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
  .go-to-top-button {
    background-color: #7DAE2E;
    height: 80px;
    width: 80px;
  }
  .menu-header li {
    border-left: 1px solid #dddddd;
  }
  div.item-label {
    font-family: "Meiryo", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
  }
  .menu-header li:last-child {
    border-right: 1px solid #dddddd;
  }
  /*
  .header {
      height: calc(100vw * 0.492)!important;
  }*/
}
@media screen and (max-width: 420px) {
  /*必要ならばここにコードを書く*/
  .header {
    background-image: url("http://endingsouken-dev.local/wp-content/uploads/2021/04/top-smapho.jpg");
    height: 153vw;
  }
  #new_entries-4 {
    width: 100%;
    margin: 0 auto;
  }
}
/* style.css から抽出・移植（chirashi） */
#chirashi_article {
  background-color: #fff;
  margin: 0;
}

.chirashi_mv_section {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(/images/chirashi/chirashi_mv_bg_pc.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 880px) {
  .chirashi_mv_section {
    height: 450px;
  }
}
.chirashi_mv_section_inner {
  position: absolute;
  max-width: 1000px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 880px) {
  .chirashi_mv_section_inner {
    max-width: 600px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .chirashi_mv_section_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.chirashi_mv_section_title {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-direction: row;
  color: #fff;
  text-shadow: 1px 1px 2px #444;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 880px) {
  .chirashi_mv_section_title {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
}
.chirashi_mv_section_title_icon {
  width: 150px;
  margin: -10px 0 0;
}

@media screen and (max-width: 880px) {
  .chirashi_mv_section_title_icon {
    margin: 0 auto 0;
  }
}
.chirashi_mv_section_title_text {
  letter-spacing: 0.1rem;
}

.chirashi_mv_section_title_text h1 {
  font-size: 3rem;
  line-height: 150%;
  margin: 15px 0 0;
}

@media screen and (max-width: 880px) {
  .chirashi_mv_section_title_text h1 {
    font-size: 2.5rem;
    margin: 0 0 10px;
    line-height: 120%;
  }
}
.chirashi_mv_section_subTitle {
  color: #fff;
  text-align: center;
  line-height: 150%;
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px #666;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .chirashi_mv_section_subTitle {
    font-size: 1.2rem;
  }
}
.chirashi_page_link_section {
  width: 100%;
  margin: 0 auto;
}

.chirashi_page_link_section ul {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0;
}

.chirashi_page_link_section ul li {
  padding: 3px;
}

.chirashi_page_link_section ul li span {
  color: #bfbfbf;
}

.chirashi_page_link_section ul li::before {
  content: "|";
  margin: 0 15px 0 0;
}

.chirashi_page_link_section ul li:last-child:after {
  content: "|";
  margin: 0 0 0 15px;
}

@media screen and (max-width: 480px) {
  .chirashi_page_link_section ul li:nth-child(2n):after {
    content: "|";
    margin: 0 0 0 15px;
  }
}
.chirashi_page_link_section ul li a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto;
}

.chirashi_page_link_section ul li a:hover {
  color: #b6272d;
}

.chirashi_catch_section {
  text-align: center;
  width: 800px;
  margin: 60px auto;
  padding: 0 10px;
}

@media screen and (max-width: 880px) {
  .chirashi_catch_section {
    margin: 40px auto;
    width: 100%;
  }
}
.chirashi_catch_section h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #1a96bc;
  padding: 0;
  margin: 0 auto 20px;
  background-color: #fff;
}

@media screen and (max-width: 880px) {
  .chirashi_catch_section h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .chirashi_catch_section h2 {
    font-size: 1.2rem;
  }
}
.chirashi_catch_sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #231815;
}

.chirashi_catch_img {
  margin: 60px auto;
  max-width: 900px;
}

#chirashi_jisseki,
#chirashi_price {
  background-color: #e8e9ed;
}

.chirashi_section {
  text-align: center;
  padding: 40px 20px;
}

@media screen and (max-width: 880px) {
  .chirashi_section {
    padding: 40px 10px;
  }
}
.chirashi_section_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .chirashi_section_inner {
    width: 100%;
  }
}
.chirashi_section h3 {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 1.6rem;
  border: none;
  padding: 30px 0;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 880px) {
  .chirashi_section h3 {
    font-size: 1.4rem;
  }
}
.chirashi_section h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #2869b6;
  margin: 20px auto;
}

ul.chirashi_reason_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 3%;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 880px) {
  ul.chirashi_reason_list {
    flex-direction: column;
    gap: 30px;
  }
}
.chirashi_reason_text p {
  line-height: 150%;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 8px 0 0;
}

#chirashi_image {
  background-color: #f4f5f7;
}

ul.chirashi_image_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 850px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  gap: 2%;
}

@media screen and (max-width: 880px) {
  ul.chirashi_image_list {
    flex-direction: column;
    width: 100%;
  }
}
ul.chirashi_image_list li {
  width: 32%;
  margin: 0 0 40px;
}

@media screen and (max-width: 880px) {
  ul.chirashi_image_list li {
    width: 300px;
    margin: 0 auto;
  }
}
ul.chirashi_image_list li figcaption {
  text-align: left;
  line-height: 1;
}

ul.chirashi_image_list li figcaption p {
  margin: 8px 0;
}

ul.chirashi_image_list li figcaption h4 {
  border: none;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.chirashi_link a {
  display: block;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .chirashi_link a {
    width: 80%;
  }
}
.chirashi_link a img {
  display: block;
  width: 100%;
}

.chirashi_price_img {
  width: 600px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 880px) {
  .chirashi_price_img {
    width: 100%;
    padding: 0 10px;
  }
}
#chirashi_flow {
  background-color: #f4f5f7;
}

.chirashi_flow_img {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .chirashi_flow_img {
    width: 100%;
  }
}
ul.chirashi_kikaku_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 880px) {
  ul.chirashi_kikaku_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  ul.chirashi_kikaku_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.chirashi_kikaku_list li {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0;
}

ul.chirashi_kikaku_list li h4 {
  border: none;
}

ul.chirashi_kikaku_list li p {
  margin: 0;
  text-align: left;
  min-height: 50px;
}

/* style.css から抽出・移植（webconsul） */
#webconsul_article {
  background-color: #fff;
  margin: 0;
}

.webconsul_mv_section {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url(/images/webconsul/webconsul_mv_bg_pc.webp);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 880px) {
  .webconsul_mv_section {
    height: 450px;
  }
}
.webconsul_mv_section_inner {
  position: absolute;
  max-width: 1200px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

@media screen and (max-width: 880px) {
  .webconsul_mv_section_inner {
    max-width: 600px;
    width: 80%;
  }
}
@media screen and (max-width: 480px) {
  .webconsul_mv_section_inner {
    width: 100%;
    padding: 0 10px;
  }
}
.webconsul_mv_section_title {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-direction: row;
  color: #fff;
  text-shadow: 1px 1px 2px #444;
  font-weight: bold;
  text-align: left;
}

@media screen and (max-width: 880px) {
  .webconsul_mv_section_title {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
}
.webconsul_mv_section_title_icon {
  width: 150px;
  margin: -10px 0 0;
}

@media screen and (max-width: 880px) {
  .webconsul_mv_section_title_icon {
    margin: 0 auto 0;
  }
}
.webconsul_mv_section_title_text {
  letter-spacing: 0.1rem;
}

.webconsul_mv_section_title_text h1 {
  font-size: 3rem;
  line-height: 150%;
  margin: 15px 0 0;
  word-break: keep-all;
}

@media screen and (max-width: 880px) {
  .webconsul_mv_section_title_text h1 {
    font-size: 2.2rem;
    margin: 0 0 10px;
    line-height: 120%;
  }
}
.webconsul_mv_section_subTitle {
  color: #fff;
  text-align: center;
  line-height: 150%;
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px #666;
  margin: 20px 0;
}

@media screen and (max-width: 480px) {
  .webconsul_mv_section_subTitle {
    font-size: 1.2rem;
  }
}
.webconsul_page_link_section {
  width: 100%;
  margin: 0 auto;
}

.webconsul_page_link_section ul {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0;
}

.webconsul_page_link_section ul li {
  padding: 3px;
}

.webconsul_page_link_section ul li span {
  color: #bfbfbf;
}

.webconsul_page_link_section ul li::before {
  content: "|";
  margin: 0 15px 0 0;
}

.webconsul_page_link_section ul li:last-child:after {
  content: "|";
  margin: 0 0 0 15px;
}

@media screen and (max-width: 480px) {
  .webconsul_page_link_section ul li:nth-child(2n):after {
    content: "|";
    margin: 0 0 0 15px;
  }
}
.webconsul_page_link_section ul li a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-size: 0.9rem;
  text-align: center;
  margin: 0 auto;
}

.webconsul_page_link_section ul li a:hover {
  color: #b6272d;
}

.webconsul_catch_section {
  text-align: center;
  width: 800px;
  margin: 60px auto;
  padding: 0 10px;
}

@media screen and (max-width: 880px) {
  .webconsul_catch_section {
    margin: 40px auto;
    width: 100%;
  }
}
.webconsul_catch_section h2 {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #1a96bc;
  padding: 0;
  margin: 0 auto 20px;
  background-color: #fff;
}

@media screen and (max-width: 880px) {
  .webconsul_catch_section h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .webconsul_catch_section h2 {
    font-size: 1.2rem;
  }
}
.webconsul_catch_sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #231815;
}

.webconsul_catch_img {
  margin: 60px auto;
  max-width: 900px;
}

#webconsul_strength,
#webconsul_price {
  background-color: #e8e9ed;
}

.webconsul_section {
  text-align: center;
  padding: 40px 20px;
}

@media screen and (max-width: 880px) {
  .webconsul_section {
    padding: 40px 10px;
  }
}
.webconsul_section_inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .webconsul_section_inner {
    width: 100%;
  }
}
.webconsul_section h3 {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 1.6rem;
  border: none;
  padding: 30px 0;
  letter-spacing: 0.2em;
  margin: 0;
}

@media screen and (max-width: 880px) {
  .webconsul_section h3 {
    font-size: 1.4rem;
  }
}
.webconsul_section h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #2869b6;
  margin: 20px auto;
}

ul.webconsul_strength_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 3%;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 880px) {
  ul.webconsul_strength_list {
    flex-direction: column;
    gap: 30px;
  }
}
.webconsul_strength_text p {
  line-height: 150%;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 8px 0 0;
}

#webconsul_image {
  background-color: #f4f5f7;
}

ul.webconsul_image_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 850px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  gap: 2%;
}

@media screen and (max-width: 880px) {
  ul.webconsul_image_list {
    flex-direction: column;
    width: 100%;
  }
}
ul.webconsul_image_list li {
  width: 32%;
  margin: 0 0 40px;
}

@media screen and (max-width: 880px) {
  ul.webconsul_image_list li {
    width: 300px;
    margin: 0 auto;
  }
}
ul.webconsul_image_list li figcaption {
  text-align: left;
  line-height: 1;
}

ul.webconsul_image_list li figcaption p {
  margin: 8px 0;
}

ul.webconsul_image_list li figcaption h4 {
  border: none;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 150%;
}

.webconsul_link a {
  display: block;
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .webconsul_link a {
    width: 80%;
  }
}
.webconsul_link a img {
  display: block;
  width: 100%;
}

.webconsul_price_wrap {
  max-width: 600px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 880px) {
  .webconsul_price_wrap {
    width: 100%;
    padding: 0 10px;
  }
}
#webconsul_flow {
  background-color: #f4f5f7;
}

.webconsul_flow_img {
  width: 800px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 880px) {
  .webconsul_flow_img {
    width: 100%;
  }
}
ul.webconsul_flow_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  ul.webconsul_flow_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  ul.webconsul_flow_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
ul.webconsul_flow_list li {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px 30px;
  margin: 0;
  background-color: #fff;
}

ul.webconsul_flow_list li h4 {
  border: none;
}

ul.webconsul_flow_list li p {
  margin: 20px auto 0;
  text-align: left;
  min-height: 50px;
}

ul.webconsul_flow_list li img.webcunsul_number_img {
  max-width: 50px;
  margin: 0 auto;
}

ul.webconsul_osusume_list {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
}

@media screen and (max-width: 880px) {
  ul.webconsul_osusume_list {
    flex-direction: column;
    gap: 30px;
  }
}
ul.webconsul_osusume_list li {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0;
}

ul.webconsul_osusume_list li h4 {
  border: none;
  margin: 0;
  font-size: 18px;
}

ul.webconsul_osusume_list li p {
  margin: 0;
  text-align: left;
  min-height: 50px;
  font-size: 0.9rem;
}

ul.webconsul_osusume_list li img {
  width: 80%;
  margin: 0 auto;
  max-width: 300px;
}

ul.webconsul_osusume_list li img.webcunsul_number_img {
  max-width: 50px;
  margin: 0 auto;
}

.webconsul_osusume_title_wrap p {
  margin: 0 0 40px;
}

@media screen and (max-width: 480px) {
  .webconsul_osusume_title_wrap p {
    text-align: left;
  }
}
/* style.css から抽出・移植（aio_extra） */
.aio-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background: linear-gradient(135deg, #e8433e, #d63031);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 18px;
  border-radius: 20px;
  white-space: nowrap;
  letter-spacing: 1px;
  box-shadow: 0 3px 10px rgba(214, 48, 49, 0.3);
  animation: badge-pulse 2s ease-in-out infinite;
}

@media screen and (max-width: 768px) {
  .aio-badge {
    font-size: 11px;
    padding: 4px 14px;
    top: -10px;
  }
}
.aio-section {
  background: linear-gradient(135deg, #f0f7ff 0%, #edf8f6 100%);
}

.aio-intro {
  text-align: center;
  margin-bottom: 40px;
}

.aio-intro-lead {
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.aio-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.aio-block {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
  padding: 28px 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #2a7b9b;
}

.aio-block-icon {
  flex-shrink: 0;
}

.aio-icon-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: linear-gradient(135deg, #1a3a5c, #2a7b9b);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 50%;
  font-family: "Alatsi", sans-serif;
}

.aio-block-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 10px;
  line-height: 1.4;
}

.aio-block-body p {
  font-size: 14px;
  line-height: 1.8;
  color: #555;
}

@media screen and (max-width: 768px) {
  .aio-intro-lead {
    font-size: 14px;
    text-align: left;
  }
  .aio-block {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
  .aio-block-body h4 {
    font-size: 16px;
  }
  .aio-block-body p {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .aio-block {
    padding: 16px;
    border-left-width: 3px;
  }
  .aio-icon-num {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
}
.aio-option-card {
  position: relative;
  max-width: 800px;
  margin: 30px auto 0;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 2px solid #2a7b9b;
}

.aio-option-ribbon {
  background: linear-gradient(135deg, #e8433e, #d63031);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  padding: 8px 0;
  letter-spacing: 2px;
}

.aio-option-inner {
  padding: 30px 32px;
}

.aio-option-head {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.aio-option-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a3a5c;
  margin-bottom: 12px;
  line-height: 1.4;
}

.aio-option-price {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}

.aio-option-price-num {
  font-size: 36px;
  font-weight: 900;
  color: #2a7b9b;
  font-family: "Alatsi", sans-serif;
  letter-spacing: 1px;
}

.aio-option-price-plus {
  font-size: 36px;
  font-weight: 900;
  color: #e8433e;
  font-family: "Alatsi", sans-serif;
  letter-spacing: 1px;
}

.aio-option-price small {
  font-size: 14px;
  font-weight: 400;
}

.aio-option-price-note {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.aio-option-body {
  margin-bottom: 20px;
}

.aio-option-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.aio-option-features li {
  font-size: 15px;
  line-height: 1.6;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  color: #444;
}

.aio-option-check {
  color: #2a7b9b;
  font-weight: 700;
  margin-right: 8px;
}

.aio-option-feature-highlight {
  background: linear-gradient(135deg, #f0f7ff, #edf8f6);
  margin: 4px -8px;
  padding: 10px 8px !important;
  border-radius: 8px;
  border-bottom: none !important;
}

.aio-option-feature-highlight strong {
  color: #1a3a5c;
}

.aio-option-desc {
  font-size: 13px;
  line-height: 1.8;
  color: #666;
}

.aio-option-foot {
  text-align: center;
}

.aio-option-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #1a3a5c, #2a7b9b);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 4px 12px rgba(42, 123, 155, 0.25);
}

.aio-option-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(42, 123, 155, 0.35);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .aio-option-inner {
    padding: 20px;
  }
  .aio-option-title {
    font-size: 17px;
  }
  .aio-option-price-num,
  .aio-option-price-plus {
    font-size: 30px;
  }
  .aio-option-features li {
    font-size: 14px;
  }
  .aio-option-btn {
    font-size: 13px;
    padding: 12px 24px;
  }
}
@media screen and (max-width: 480px) {
  .aio-option-card {
    margin: 20px 0 0;
  }
  .aio-option-ribbon {
    font-size: 12px;
    padding: 6px 0;
  }
  .aio-option-inner {
    padding: 16px;
  }
  .aio-option-title {
    font-size: 16px;
  }
  .aio-option-price-num,
  .aio-option-price-plus {
    font-size: 26px;
  }
  .aio-option-features li {
    font-size: 13px;
  }
  .aio-option-desc {
    font-size: 16px;
  }
}
@keyframes badge-pulse {
  0%, 100% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
}
/* style.css から抽出・移植（custom_post） */
.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: #2869b6;
  font-size: 1.8rem;
  text-align: center;
}

.custom-post-container .custom-post-inner .posts-top-section .posts-top-listTiele {
  margin: 0 0 80px;
}

.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: #2869b6 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: #2869b6;
  font-size: 0.9rem;
  font-weight: bold;
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  max-width: none;
  width: -moz-fit-content;
  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: #2869b6 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;
  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-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: #2869b6;
  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: #2869b6;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: #2869b6 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: #2869b6;
  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);
}

/* style.css から抽出・移植（front_extra） */
.sousai-ai-bnr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: rgba(15, 41, 64, 0.88);
  border-bottom: 2px solid #e6a817;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 21px;
  transition: opacity 0.2s;
}

.sousai-ai-bnr:hover {
  opacity: 0.85;
  color: #fff;
}

.sousai-ai-bnr__tag {
  background: #e6a817;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
}

.sousai-ai-bnr__text {
  margin: 0;
}

.sousai-ai-bnr__arrow {
  white-space: nowrap;
  font-size: 20px;
  opacity: 0.85;
}

@media screen and (max-width: 600px) {
  .sousai-ai-bnr {
    gap: 8px;
    padding: 8px 14px;
    font-size: 16px;
  }
}
.block_link .link_inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.block_link .link_inner ul.link_list {
  padding: 0;
  margin: 15px 0 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.block_link .link_inner ul.link_list li {
  width: 22%;
  max-width: 300px;
}

@media screen and (max-width: 980px) {
  .block_link .link_inner ul.link_list li {
    width: 48%;
  }
}
.block_link .link_inner ul.link_list li a {
  display: block;
}

.block_link .link_inner ul.link_list li a img {
  box-shadow: 4px 4px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.block_link .link_inner ul.link_list li a img:hover {
  opacity: 0.7;
}

.top_seminar_bnr {
  text-align: center;
}

.top_seminar_bnr a {
  display: inline-block;
  margin: 0 auto;
}

.top_seminar_bnr a img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.hp_price_item--badge {
  position: relative;
}

.top_mv_image {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}

ul.top_mv_link-list {
  display: flex;
  flex-direction: column;
  list-style: none;
}

ul.top_mv_link-list li a {
  display: block;
  max-height: 50px;
  height: 100%;
}

@media screen and (max-width: 980px) {
  ul.top_mv_link-list li a {
    max-height: 40px;
    height: 100%;
  }
}
@media screen and (max-width: 890px) {
  ul.top_mv_link-list li a {
    max-height: 40px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_image {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .top_mv_image img {
    display: block;
    width: 100%;
    height: 95%;
    margin: 15px 0 0;
    padding: 0 15px 0;
    object-fit: contain;
  }
  ul.top_mv_link-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
  }
  ul.top_mv_link-list li {
    max-width: 45%;
  }
  ul.top_mv_link-list li a {
    max-height: 70px;
    height: 100%;
  }
}
@media screen and (max-width: 470px) {
  .top_mv_image {
    position: absolute;
    top: 15px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
  .top_mv_image img {
    display: block;
    width: 95%;
    height: 90%;
    margin: 0 auto;
    padding: 0;
  }
  ul.top_mv_link-list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 20px 0 0;
  }
  ul.top_mv_link-list li {
    max-width: 45%;
  }
  ul.top_mv_link-list li a {
    height: 35px;
  }
}
.block_link .link_inner ul.link_list li.link_bnr_large {
  width: 100%;
  max-width: 100%; /* 600pxから100%に変更 */
  margin: 0 auto;
}

.block_link .link_inner ul.link_list li.link_bnr_large a img {
  width: 100%;
  height: auto;
  display: block;
}

/* 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%;
}

.grants_cta_section {
  width: 100%;
  background-color: #2769b4;
  padding: 40px 10px;
}
.grants_cta_section h4 {
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6rem;
}
@media screen and (max-width: 786px) {
  .grants_cta_section h4 {
    font-size: 1.2rem;
  }
}
.grants_cta_section span {
  display: block;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
.grants_cta_section ul {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  gap: 60px;
  margin: 20px 0;
}
@media screen and (max-width: 786px) {
  .grants_cta_section ul {
    flex-direction: column;
    gap: 20px;
  }
}
.grants_cta_section ul li {
  padding: 20px 0 0;
  width: 220px;
}
@media screen and (max-width: 786px) {
  .grants_cta_section ul li {
    margin: 0 auto;
  }
}
.grants_cta_section ul li:first-child {
  border-right: #FFFFFF solid 1px;
  padding: 20px 25px 0 0;
  width: 300px;
}
@media screen and (max-width: 786px) {
  .grants_cta_section ul li:first-child {
    border-right: none;
    padding: 0;
    width: 260px;
  }
}
.grants_cta_section p {
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 786px) {
  .grants_cta_section p {
    font-size: 0.9rem;
  }
}

.page_section_group {
  background-color: #e7eef7;
  padding: 60px 10px;
}

.group_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: 786px) {
  .group_section_title h2 {
    margin: 0 0 0 20px;
    font-size: 1.4rem;
  }
}

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

.group_inner {
  width: 900px;
  max-width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 786px) {
  .group_inner {
    padding: 0 10px;
  }
}

.group_item {
  display: flex;
  gap: 40px;
  margin: 60px 0;
}
@media screen and (max-width: 786px) {
  .group_item {
    flex-direction: column;
    gap: 20px;
  }
}
.group_item .group_item_img {
  width: 320px;
  max-width: 100%;
}
.group_item .group_item_img a {
  display: block;
}
.group_item .group_item_text {
  max-width: 500px;
}
@media screen and (max-width: 786px) {
  .group_item .group_item_text {
    max-width: 100%;
  }
}
.group_item .group_item_text .group_name {
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px #2869b6 solid;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
}
.group_item .group_item_text .content_title h3 {
  background-color: transparent;
  border: none;
  color: #2869b6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 786px) {
  .group_item .group_item_text .content_title h3 {
    line-height: 120%;
    margin: 0;
  }
}
.group_item .group_item_text .group_item_icon {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}
.group_item .group_item_text .group_item_icon li {
  padding: 3px;
  background-color: #2869b6;
  color: #FFFFFF;
  font-size: 0.7rem;
  border-radius: 5px;
  min-width: 100px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 786px) {
  .group_item .group_item_text .group_item_icon li {
    font-size: 0.8rem;
  }
}
.group_item .group_item_text .group_item_desc {
  font-size: 0.8rem;
  font-weight: bold;
}

.footer-partners-section {
  background: transparent;
  padding: 48px 20px 40px;
}

.footer-partners-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-partners__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 28px;
}
.footer-partners__title::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: #2869b6;
  margin: 8px auto 0;
}
.footer-partners__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 32px;
  justify-content: center;
}
.footer-partners__card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  width: calc(33.333% - 22px);
  max-width: 380px;
  text-decoration: none;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 24px;
  transition: box-shadow 0.2s, transform 0.2s;
  color: inherit;
  cursor: pointer;
}
.footer-partners__card:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  color: inherit;
}
.footer-partners__banner {
  width: 60%;
  max-width: 240px;
}
.footer-partners__banner img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.footer-partners__info {
  text-align: left;
  width: 100%;
}
.footer-partners__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background: #2869b6;
  margin: 0;
  line-height: 1.4;
  padding: 8px 12px;
  border-radius: 6px;
  width: 100%;
  box-sizing: border-box;
}
.footer-partners__name::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E%3Cline x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.footer-partners__catch {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  margin: 0 0 6px;
  line-height: 1.5;
}
.footer-partners__desc {
  font-size: 0.8rem;
  font-weight: normal;
  color: #666;
  margin: 0;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .footer-partners__grid {
    gap: 16px;
  }
  .footer-partners__card {
    width: 160px;
  }
  .footer-partners__banner img {
    height: 70px;
  }
}

.hp-summary-section {
  margin: 0 0 8px;
  padding: 20px 0;
}
.hp-summary-section__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 24px;
}
.hp-summary-section__text {
  font-size: 0.97rem;
  line-height: 1.85;
  color: #333;
  margin: 0;
}

/* カスタムヘッダースタイル */
.custom-header {
  background: #fff;
  border-bottom: 1px solid #e1e1e1;
  position: fixed;
  top: 0;
  width: 100%;
  height: fit-content;
  z-index: 1000;
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

/* サイトブランディング（ロゴ） */
.site-branding {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  /* ロゴが縮まないように */
}

.site-logo img {
  max-height: 35px !important;
  /* ロゴの高さを調整 */
  width: auto;
  display: block;
}

.site-title {
  font-size: 1rem;
  font-weight: bold;
  color: #666;
  text-decoration: none;
  margin: 0;
}

.site-title a {
  color: #333;
  text-decoration: none;
}

/* ヘッダーナビゲーション全体 */
.header-nav {
  display: flex;
  align-items: center;
  gap: 20px;
  /* メニューと連絡先の間隔 */
  flex: 1;
  justify-content: center;
  /* 中央寄せにしてバランス調整 */
}

/* メインナビゲーション */
.main-navigation {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.main-navigation ul {
  display: flex;
  list-style: none;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.main-navigation a {
  color: #666;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.9rem;
  padding: 10px 0;
  transition: color 0.3s ease;
  white-space: nowrap;
  /* メニューアイテムの改行を防ぐ */
}

.main-navigation a:hover {
  color: #2869b6;
}

/* 連絡先エリア */
.header-contact {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  /* 連絡先エリアが縮まないように */
}

.contact-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 縦積み */
  border-left: 1px solid #ddd;
  /* 左側の縦線 */
}

/* 連絡先の各項目 */
.contact-item {
  padding: 4px 4px 4px 20px;
  width: 200px;
}
.contact-item:not(:last-child) {
  border-bottom: 1px solid #ddd;
  /* 項目間の横線 */
}

.contact-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  text-decoration: none;
}
.contact-item a:hover {
  color: #2869b6;
}

/* 電話番号エリア */
.contact-phone a {
  margin: 8px 0 0;
  align-items: flex-start;
  /* 上揃えにして営業時間が下に来るように */
}

.contact-text {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.phone-number {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.business-hours {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
  text-align: center;
}

/* メール問い合わせ */
.email-text {
  font-size: 14px;
  color: #666;
}

/* アイコン画像共通スタイル */
.contact-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  /* アスペクト比を維持 */
  flex-shrink: 0;
  /* アイコンが縮まないように */
}

.contact-phone .contact-icon {
  width: 30px;
  height: 30px;
  margin: 2px 0 0;
}

.mobile-contact-fixed {
  display: none;
  /* デスクトップでは非表示 */
}

/* ハンバーガーメニュー */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background: #666;
  margin: 2px 0;
  transition: 0.3s;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #e1e1e1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.mobile-menu.active {
  display: block;
}

.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu li {
  border-bottom: 1px solid #f0f0f0;
}

.mobile-menu a {
  display: block;
  padding: 15px 20px;
  color: #666;
  text-decoration: none;
}

.mobile-menu a:hover {
  background: #f8f9fa;
  color: #2869b6;
}

.mobile-contact {
  padding: 15px 20px;
  border-top: 1px solid #e1e1e1;
  background: #f8f9fa;
}

.mobile-contact .contact-phone,
.mobile-contact .contact-email {
  display: block;
  margin-bottom: 10px;
}

/* レスポンシブ */
@media (max-width: 768px) {
  .header-container {
    flex-wrap: wrap;
    /* 折り返しを有効にして2段レイアウト */
    padding: 15px 20px 0;
    /* 高さを確保 */
  }
  .header-nav {
    display: none;
  }
  .hamburger {
    display: flex;
  }
  .header-contact {
    display: none;
  }
  /* モバイル用固定連絡先を表示 */
  .mobile-contact-fixed {
    display: flex;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #e1e1e1;
  }
  .mobile-contact-phone .phone-number img {
    display: block;
    max-width: 160px;
    margin: 4px auto 0;
    line-height: 100%;
  }
  .mobile-contact-phone .business-hours {
    display: block;
    text-align: center;
    font-size: 0.9rem;
  }
  .mobile-contact-phone,
  .mobile-contact-email {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 4px 8px;
    color: #666;
    text-decoration: none;
    border-right: 1px solid #e1e1e1;
    transition: background-color 0.3s;
  }
  .mobile-contact-phone:last-child,
  .mobile-contact-email:last-child {
    border-right: none;
  }
  .mobile-contact-phone:hover,
  .mobile-contact-email:hover {
    background-color: #f5f5f5;
    color: #2869b6;
  }
  .mobile-contact-icon {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
  }
  .mobile-contact-phone span,
  .mobile-contact-email span {
    font-weight: 500;
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .header-container {
    padding: 12px 15px 0;
  }
  .site-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 450px) {
  .mobile-contact-fixed {
    flex-direction: column;
    /* 縦積みに変更 */
  }
  .mobile-contact-phone,
  .mobile-contact-email {
    border-right: none;
    /* 横のボーダーを削除 */
    border-bottom: 1px solid #e1e1e1;
    /* 下のボーダーを追加 */
  }
  .mobile-contact-phone:last-child,
  .mobile-contact-email:last-child {
    border-bottom: none;
    /* 最後の要素のボーダーを削除 */
  }
}
/* ドロップダウンメニュー */
/* 親メニュー項目の設定 */
.main-navigation .menu-item-has-children {
  position: relative;
}

/* 子メニューを横並び帯状に表示 */
.main-navigation .sub-menu {
  display: none;
  position: fixed;
  top: 95px;
  /* 現在のヘッダー高さに合わせて調整 */
  left: 0;
  right: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 0 15px 12px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #eee;
  z-index: 1000;
  /* 中央配置の改良 */
  flex-direction: row;
  justify-content: center;
  /* center に変更 */
  align-items: flex-start;
  gap: 40px;
  padding: 15px 0;
  /* パディング追加 */
  /* スムーズなアニメーション */
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.2s ease;
}

/* ホバー時の表示改良 */
.main-navigation .menu-item-has-children:hover > .sub-menu {
  display: flex;
  opacity: 1;
  transform: translateY(0);
}

/* 子メニューの各項目 */
.main-navigation .sub-menu > li {
  position: relative;
  border: none;
  margin: 0;
}

/* 子メニューのリンクスタイル */
.main-navigation .sub-menu > li > a {
  display: block;
  padding: 6px 20px;
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  border-radius: 4px;
}

.main-navigation .sub-menu > li > a:hover {
  background-color: #f8f9fa;
  color: #2869b6;
}

/* 孫メニューは従来通り縦のドロップダウン */
.main-navigation .sub-menu .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #e1e1e1;
  border-radius: 4px;
  padding: 8px 0;
  flex-direction: column;
  gap: 0;
  margin-left: 0;
}

/* 孫メニューのホバー表示 */
.main-navigation .sub-menu .menu-item-has-children:hover > .sub-menu {
  display: flex;
}

/* 孫メニューの項目スタイル */
.main-navigation .sub-menu .sub-menu li {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  display: block;
  width: 100%;
}

.main-navigation .sub-menu .sub-menu li:last-child {
  border-bottom: none;
}

.main-navigation .sub-menu .sub-menu a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  font-size: 0.85rem;
  border-radius: 0;
}

/* 親メニューのアイコン */
.main-navigation .menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.7rem;
  margin-left: 8px;
  color: #999;
}

/* 子メニューで孫メニューがある場合のアイコン */
.main-navigation .sub-menu .menu-item-has-children > a::after {
  content: "▼";
  font-size: 0.6rem;
  margin-left: 8px;
  color: #999;
}

/* 帯とヘッダーの間のブリッジ */
.main-navigation .menu-item-has-children::before {
  content: "";
  position: absolute;
  top: 100%;
  left: -10px;
  /* 最小限の拡張 */
  right: -10px;
  /* 最小限の拡張 */
  height: 15px;
  /* ヘッダーと子メニューの隙間のみカバー */
  background: transparent;
  z-index: 999;
  pointer-events: auto;
}

.main-navigation .menu-item-has-children::after {
  content: "";
  position: absolute;
  top: 100%;
  left: -200px;
  width: 0;
  height: 0;
  border-left: 100px solid transparent;
  border-right: 250px solid transparent;
  border-top: 100px solid transparent;
  z-index: 998;
  pointer-events: auto;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .main-navigation .sub-menu {
    position: static;
    width: auto;
    margin-left: 0;
    box-shadow: none;
    border: none;
    background: #f8f9fa;
    padding: 10px 20px;
    flex-direction: column;
    gap: 0;
  }
  .main-navigation .sub-menu > li > a {
    padding: 8px 0;
    border-radius: 0;
  }
}
#menu-header-menu li.menu-item {
  padding: 0;
}

/* ===== Instagramヘッダーボタン ===== */
.header-instagram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: opacity 0.2s, transform 0.2s;
}
.header-instagram-btn:hover {
  opacity: 0.85;
  transform: scale(1.08);
  color: #fff;
}
.header-instagram-btn svg {
  display: block;
}
.header-instagram-btn {
  /* モバイルでは非表示（mobile-menu内で表示） */
}
@media (max-width: 768px) {
  .header-instagram-btn {
    display: none;
  }
}

/* ===== モバイルメニュー内Instagramリンク ===== */
.mobile-menu-instagram {
  border-top: 2px solid #f0f0f0;
  padding: 14px 20px;
}
.mobile-menu-instagram a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #666;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
}
.mobile-menu-instagram a svg {
  flex-shrink: 0;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  border-radius: 6px;
  padding: 3px;
  width: 28px;
  height: 28px;
}
.mobile-menu-instagram a:hover {
  color: #bc1888;
}

/* ===========================
   採用ページ専用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;
  background-color: transparent;
  color: #fff;
}
.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;
  }
}
.category-posts-section {
  padding: 80px 0;
  background: #fff;
}

.category-posts-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.category-posts-inner h2 {
  font-weight: bold;
  color: #333;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.category-posts-inner h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #2563eb;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 50px;
}

.post-card {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.post-card:hover {
  transform: translateY(-5px);
}
.post-card:hover .post-thumbnail img {
  transform: scale(1.05);
}

.post-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.category-posts-section .post-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #f3f4f6;
  aspect-ratio: 16/9;
}
.category-posts-section .post-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.post-category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 16px;
  background: #2563eb;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}

.post-content {
  padding: 10px 5px 0;
}

.category-posts-section .post-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.post-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #6b7280;
}

.no-posts {
  grid-column: 1/-1;
  text-align: center;
  color: #9ca3af;
  font-size: 16px;
  padding: 40px 0;
}

.posts-btn {
  text-align: center;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-view-all:hover {
  background: #374151;
  transform: translateX(5px);
}
.btn-view-all .arrow {
  transition: transform 0.3s ease;
}
.btn-view-all:hover .arrow {
  transform: translateX(5px);
}

@media (max-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .category-posts-section {
    padding: 60px 0;
  }
  .category-posts-inner h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .posts-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .category-posts-section .post-title {
    font-size: 1.2rem;
  }
  .btn-view-all {
    padding: 14px 32px;
    font-size: 15px;
  }
}
.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;
  width: auto !important;
  min-width: 0 !important;
  white-space: nowrap !important;
  display: inline-block !important;
  flex: none !important;
}
.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;
  }
}

.block_link {
  padding: 20px 0 40px;
}

.link_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}

.link_list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.link_list > li {
  display: flex;
  align-items: center;
}
.link_list > li a:not(.recruit_partner_bnr_card) {
  display: block;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.link_list > li a:not(.recruit_partner_bnr_card) img {
  display: block;
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .link_list {
    gap: 12px;
  }
  .link_list li a:not(.recruit_partner_bnr_card) img {
    max-width: 100%;
  }
}

.link_bnr_large {
  width: 100%;
  justify-content: center;
}
.link_bnr_large a {
  display: block !important;
  max-width: 500px !important;
  width: 100%;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  overflow: hidden;
}
.link_bnr_large a img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none !important;
}

.top-instagram-section {
  padding: 80px 0;
  background: #fafafa;
}

.top-instagram-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.top-instagram-lead {
  color: #666;
  font-size: 0.95rem;
  margin: -24px 0 36px;
  line-height: 1.6;
}

.top-instagram-feed .sbi_load,
.top-instagram-feed #sbi_load {
  margin-top: 20px;
}
.top-instagram-feed > * {
  margin: 0 auto;
}
.top-instagram-feed .sbi_bio {
  text-align: left;
  color: #333;
}

.top-instagram-btn {
  margin-top: 36px;
}

.btn-instagram {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.btn-instagram:hover {
  opacity: 0.85;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-instagram-section {
    padding: 56px 0;
  }
  .top-instagram-lead {
    font-size: 0.88rem;
    margin-bottom: 28px;
  }
}
.service-card--aio {
  position: relative;
  overflow: visible;
}

.service-card__aio-badge {
  position: absolute;
  top: -10px;
  right: 12px;
  background: linear-gradient(135deg, #1a3a6e, #2563b4);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  letter-spacing: 0.06em;
  white-space: nowrap;
  z-index: 1;
  box-shadow: 0 2px 6px rgba(37, 99, 180, 0.3);
}

.service-aio-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, #1a3a6e 0%, #2563b4 100%);
  border-radius: 10px;
  padding: 24px 32px;
  margin-top: 32px;
  flex-wrap: wrap;
}
.service-aio-banner__body {
  flex: 1;
}
.service-aio-banner__label {
  display: inline-block;
  background: #f5a623;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.service-aio-banner__text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.5;
}
.service-aio-banner__text strong {
  color: #ffe87c;
}
.service-aio-banner__sub {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.82rem;
  margin: 0;
}
.service-aio-banner__btn {
  display: inline-flex;
  align-items: center;
  background: #fff;
  color: #2563b4;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
  flex-shrink: 0;
}
.service-aio-banner__btn:hover {
  background: #ffe87c;
  color: #1a3a6e;
}
@media screen and (max-width: 768px) {
  .service-aio-banner {
    padding: 20px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .service-aio-banner__btn {
    width: 100%;
    justify-content: center;
  }
}

.top-aio-bnr {
  background: linear-gradient(90deg, #0d1f4e 0%, #2563b4 100%);
  padding: 0;
}
.top-aio-bnr__link {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1080px;
  margin: 0 auto;
  padding: 18px 24px;
  text-decoration: none;
  color: #fff;
  transition: opacity 0.2s;
}
.top-aio-bnr__link:hover {
  opacity: 0.85;
  color: #fff;
}
.top-aio-bnr__badge {
  flex-shrink: 0;
  background: #ffe87c;
  color: #0d1f4e;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 3px 12px;
  border-radius: 20px;
}
.top-aio-bnr__text {
  flex: 1;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.top-aio-bnr__text strong {
  color: #ffe87c;
  font-weight: 800;
}
.top-aio-bnr__arrow {
  flex-shrink: 0;
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
  color: #ffe87c;
}
@media screen and (max-width: 768px) {
  .top-aio-bnr__link {
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 16px;
  }
  .top-aio-bnr__text {
    font-size: 0.88rem;
  }
  .top-aio-bnr__arrow {
    width: 100%;
    text-align: right;
  }
}

@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: #2869b6;
  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: #2869b6;
  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 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin: 0 0 40px;
  color: #111827;
}
@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;
  width: 100%;
}
.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 {
  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 {
    padding: 15px;
  }
}
.single-post-container .archive-posts .post-article .toc .toc-title {
  display: none;
}
.single-post-container .archive-posts .post-article .toc ol.toc-list {
  color: #2869b6;
}
.single-post-container .archive-posts .post-article .toc ol.toc-list li {
  margin: 0 0 10px;
}
.single-post-container .archive-posts .post-article .toc ol.toc-list li a {
  color: #2869b6;
  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 ol.toc-list li a {
    font-size: 0.9rem;
  }
}
.single-post-container .archive-posts .post-article .toc ol.toc-list ol {
  color: #000;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article .toc ol.toc-list ol {
    padding: 0 0 0 5px;
  }
}
.single-post-container .archive-posts .post-article .toc 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, #2869b6 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 #2869b6;
  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;
}
@media screen and (max-width: 768px) {
  .single-post-container .archive-posts .post-article ul.wp-block-list {
    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: #2869b6;
}
.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: #2869b6 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: transparent;
}
.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: #2869b6;
  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;
}

.article-summary {
  border: 2px solid #4a90d9;
  border-radius: 4px;
  padding: 1em 1.5em;
  margin-bottom: 2em;
}
.article-summary summary {
  list-style: none;
  cursor: default;
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0.5em;
  pointer-events: none;
}
.article-summary summary::-webkit-details-marker {
  display: none;
}

.aio-catchphrase-banner {
  background: linear-gradient(135deg, #1a3a6e 0%, #2563b4 100%);
  border-radius: 10px;
  margin: 0 0 32px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(37, 99, 180, 0.18);
}
.aio-catchphrase-banner__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  flex-wrap: wrap;
}
.aio-catchphrase-banner__label {
  background: #f5a623;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 4px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.aio-catchphrase-banner__text {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 !important;
  flex: 1;
  line-height: 1.5;
}
.aio-catchphrase-banner__text strong {
  color: #ffe87c;
}
.aio-catchphrase-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: #2563b4;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.aio-catchphrase-banner__btn:hover {
  background: #ffe87c;
  color: #1a3a6e;
}
@media screen and (max-width: 640px) {
  .aio-catchphrase-banner__inner {
    padding: 16px 18px;
    gap: 12px;
  }
  .aio-catchphrase-banner__text {
    font-size: 0.95rem;
  }
  .aio-catchphrase-banner__btn {
    width: 100%;
    justify-content: center;
  }
}

.aio-promo-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: linear-gradient(90deg, #1a3a6e 0%, #2563b4 100%);
  border-radius: 10px;
  padding: 24px 32px;
  margin: 40px auto;
  flex-wrap: wrap;
  max-width: 900px;
}
.aio-promo-banner__body {
  flex: 1;
}
.aio-promo-banner__label {
  display: inline-block;
  background: #f5a623;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.aio-promo-banner__text {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
.aio-promo-banner__text em {
  color: #ffe87c;
  font-style: normal;
}
.aio-promo-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: #2563b4;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}
.aio-promo-banner__btn:hover {
  background: #ffe87c;
  color: #1a3a6e;
}
@media screen and (max-width: 768px) {
  .aio-promo-banner {
    padding: 20px 18px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .aio-promo-banner__btn {
    width: 100%;
    justify-content: center;
  }
}

.aio-page-mv {
  background: linear-gradient(135deg, #1a3a6e 0%, #2563b4 100%);
  padding: 70px 20px 60px;
  text-align: center;
  color: #fff;
}
.aio-page-mv__label {
  display: inline-block;
  background: #f5a623;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
.aio-page-mv h1 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 16px;
}
.aio-page-mv__sub {
  font-size: 1.05rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .aio-page-mv {
    padding: 50px 16px 40px;
  }
  .aio-page-mv h1 {
    font-size: 1.5rem;
  }
}

.aio-page-section {
  padding: 70px 20px;
}
.aio-page-section:nth-child(even) {
  background: #f5f8ff;
}
.aio-page-section__inner {
  max-width: 900px;
  margin: 0 auto;
}
.aio-page-section__inner > h2 {
  font-size: 1.6rem;
  font-weight: 800;
  color: #1a3a6e;
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 0;
  background: none !important;
}
.aio-page-section__lead {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
  line-height: 1.8;
  font-size: 0.98rem;
}
.aio-page-section__heading-line {
  width: 50px;
  height: 3px;
  background: #f5a623;
  margin: 10px auto 36px;
  border-radius: 2px;
}

.aio-what-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .aio-what-grid {
    grid-template-columns: 1fr;
  }
}

.aio-what-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 12px rgba(37, 99, 180, 0.09);
  padding: 28px 22px;
  text-align: center;
}
.aio-what-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #1a3a6e;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 14px;
}
.aio-what-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1a3a6e;
  margin-bottom: 10px;
  border: none !important;
  padding: 0 !important;
}
.aio-what-card p {
  font-size: 0.88rem;
  color: #555;
  line-height: 1.7;
}

.aio-reason-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aio-reason-item {
  display: flex;
  gap: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 24px 26px;
  box-shadow: 0 2px 10px rgba(37, 99, 180, 0.07);
  align-items: flex-start;
}
.aio-reason-item__num {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #1a3a6e 0%, #2563b4 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 800;
}
.aio-reason-item__body h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a3a6e;
  margin-bottom: 8px;
  border: none !important;
}
.aio-reason-item__body p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .aio-reason-item {
    flex-direction: column;
    gap: 12px;
  }
}

.aio-strength-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 768px) {
  .aio-strength-grid {
    grid-template-columns: 1fr;
  }
}

.aio-strength-card {
  background: #1a3a6e;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  color: #fff;
}
.aio-strength-card__icon {
  font-size: 2.2rem;
  margin-bottom: 12px;
}
.aio-strength-card h3 {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffe87c;
  border: none !important;
  padding: 0 !important;
}
.aio-strength-card p {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.7;
}

.aio-column-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .aio-column-list {
    grid-template-columns: 1fr;
  }
}

.aio-column-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  transition: transform 0.2s, box-shadow 0.2s;
}
.aio-column-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(37, 99, 180, 0.13);
}
.aio-column-item a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.aio-column-item__thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  display: block;
}
.aio-column-item__body {
  padding: 14px 16px;
}
.aio-column-item__title {
  font-size: 0.92rem;
  font-weight: 700;
  color: #1a3a6e;
  line-height: 1.5;
  margin-bottom: 8px;
}
.aio-column-item__excerpt {
  font-size: 0.8rem;
  color: #777;
  line-height: 1.6;
}

.aio-cta-banner {
  background: linear-gradient(135deg, #1a3a6e 0%, #2563b4 100%);
  border-radius: 12px;
  padding: 40px 32px;
  text-align: center;
  margin: 50px 0 0;
}
.aio-cta-banner h3 {
  color: #ffe87c;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 12px;
  border: none !important;
  padding: 0 !important;
}
.aio-cta-banner p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 24px;
  font-size: 0.95rem;
  line-height: 1.7;
}
.aio-cta-banner__btn {
  display: inline-block;
  background: #f5a623;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 36px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s;
}
.aio-cta-banner__btn:hover {
  background: rgb(219.0434782609, 140.3869565217, 9.9565217391);
  color: #fff;
}

.aio-faq-list {
  margin-top: 8px;
  border-top: 1px solid #e0e0e0;
}

.aio-faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.aio-faq-item__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 20px;
  cursor: pointer;
  list-style: none;
  background: #fff;
  transition: background 0.15s;
}
.aio-faq-item__q::-webkit-details-marker {
  display: none;
}
.aio-faq-item__q:hover {
  background: #f5f8ff;
}
.aio-faq-item__q-label {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #2869b6;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0;
}
.aio-faq-item__q-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
}
.aio-faq-item__icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  position: relative;
  margin-left: 8px;
}
.aio-faq-item__icon::before, .aio-faq-item__icon::after {
  content: "";
  position: absolute;
  background: #2869b6;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transition: transform 0.25s ease, opacity 0.2s;
}
.aio-faq-item__icon::before {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.aio-faq-item__icon::after {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%);
}
.aio-faq-item[open] .aio-faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.aio-faq-item__a {
  display: flex;
  gap: 16px;
  padding: 4px 20px 24px;
  background: #fafbff;
  align-items: flex-start;
}
.aio-faq-item__a p {
  flex: 1;
  font-size: 0.93rem;
  color: #444;
  line-height: 1.85;
  margin: 0;
}
.aio-faq-item__a-label {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #e7eef7;
  color: #2869b6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.95rem;
  margin-top: 2px;
}
@media screen and (max-width: 640px) {
  .aio-faq-item__q {
    padding: 18px 14px;
    gap: 12px;
  }
  .aio-faq-item__q-label, .aio-faq-item__a-label {
    width: 32px;
    height: 32px;
    font-size: 0.85rem;
  }
  .aio-faq-item__q-text {
    font-size: 0.92rem;
  }
  .aio-faq-item__a {
    padding: 4px 14px 20px;
    gap: 12px;
  }
}

.aio-post-footer {
  border-top: 3px solid #2563b4;
  margin: 48px 0 0;
  padding-top: 32px;
}
.aio-post-footer__inner {
  background: #f5f8ff;
  border-radius: 10px;
  padding: 28px 32px;
  text-align: center;
}
.aio-post-footer__lead {
  color: #444;
  font-size: 0.93rem;
  line-height: 1.8;
  margin: 0 0 20px;
}
.aio-post-footer__btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: linear-gradient(135deg, #1a3a6e, #2563b4);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 13px 30px;
  border-radius: 30px;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.2s;
}
.aio-post-footer__btn:hover {
  opacity: 0.85;
  transform: translateY(-2px);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .aio-post-footer__inner {
    padding: 22px 18px;
  }
  .aio-post-footer__btn {
    width: 100%;
    justify-content: center;
    font-size: 0.88rem;
  }
}

.aio-hp-link-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f0f7f4;
  border: 2px solid #4caf82;
  border-radius: 12px;
  padding: 20px 28px;
  margin-top: 40px;
  margin-bottom: 24px;
}
.aio-hp-link-banner__text {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1a3a2a;
  margin: 0;
  line-height: 1;
  align-self: center;
}
.aio-hp-link-banner__btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background: #4caf82;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  padding: 11px 24px;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}
.aio-hp-link-banner__btn:hover {
  background: #3a9a6e;
  transform: translateY(-2px);
  color: #fff;
}
@media screen and (max-width: 640px) {
  .aio-hp-link-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 18px;
  }
  .aio-hp-link-banner__btn {
    width: 100%;
    justify-content: center;
  }
}

.faq-page-container {
  padding-bottom: 0;
}

.faq-page-hero {
  background: linear-gradient(135deg, #1a3a6e 0%, #2563b4 100%);
  color: #fff;
  text-align: center;
  padding: 60px 24px 56px;
  margin-bottom: 0;
}
.faq-page-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 700;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.faq-page-hero__desc {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.9;
  margin: 0;
}

.faq-page-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.faq-page-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}

.faq-page-tab {
  display: inline-block;
  padding: 8px 20px;
  background: #fff;
  border: 2px solid #2869b6;
  border-radius: 100px;
  color: #2869b6;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.faq-page-tab:hover {
  background: #2869b6;
  color: #fff;
  text-decoration: none;
}

.faq-page-section {
  margin-bottom: 56px;
}
.faq-page-section__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2869b6;
  padding: 0 0 12px 14px;
  border-left: 4px solid #2869b6;
  margin-bottom: 20px;
}

.faq-list {
  border-top: 1px solid #e0e0e0;
}

.faq-item {
  border-bottom: 1px solid #e0e0e0;
  display: block !important;
}
.faq-item::-webkit-details-marker {
  display: none;
}
.faq-item__q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 20px 20px 16px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  transition: background 0.15s;
}
.faq-item__q:hover {
  background: #f5f8ff;
}
.faq-item__q-label {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #2869b6;
  border-radius: 50%;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__q-text {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  color: #222;
}
.faq-item__icon {
  flex-shrink: 0;
  position: relative;
  width: 20px;
  height: 20px;
}
.faq-item__icon::before, .faq-item__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #2869b6;
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}
.faq-item__icon::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}
.faq-item__icon::after {
  width: 2px;
  height: 14px;
  transform: translate(-50%, -50%);
}
.faq-item[open] .faq-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}
.faq-item__a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px 20px 20px 16px;
  background: #fafbff;
}
.faq-item__a-label {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #e7eef7;
  border-radius: 50%;
  color: #2869b6;
  font-weight: 700;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-item__a-text {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.8;
  color: #444;
}
.faq-item__a-text p {
  margin: 0 0 0.5em;
}
.faq-item__a-text p:last-child {
  margin: 0;
}
.faq-item__a-text ul, .faq-item__a-text ol {
  margin: 0.5em 0;
  padding-left: 1.4em;
}

.service-faq-section {
  padding: 64px 0;
  background: #f8f9fc;
}
.service-faq-section__inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}
.service-faq-section__title {
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 700;
  text-align: center;
  color: #1a3a6e;
  margin-bottom: 8px;
  background-color: transparent;
}
.service-faq-section__subtitle {
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 36px;
}
.service-faq-section__more-link {
  text-align: center;
  margin-top: 28px;
}
.service-faq-section__more-link a {
  display: inline-block;
  padding: 12px 32px;
  background: #2869b6;
  color: #fff;
  border-radius: 100px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
}
.service-faq-section__more-link a:hover {
  background: rgb(32.6486486486, 85.7027027027, 148.5513513514);
  text-decoration: none;
  color: #fff;
}

@media (max-width: 768px) {
  .faq-page-body {
    padding: 32px 16px 60px;
  }
  .faq-page-tabs {
    gap: 8px;
    margin-bottom: 32px;
  }
  .faq-page-tab {
    font-size: 0.8rem;
    padding: 7px 14px;
  }
  .faq-item__q {
    padding: 16px 12px;
    gap: 12px;
  }
  .faq-item__q-label, .faq-item__a-label {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
  }
  .faq-item__q-text {
    font-size: 0.9rem;
  }
  .faq-item__a {
    padding: 14px 12px 16px;
    gap: 12px;
  }
  .faq-item__a-text {
    font-size: 0.875rem;
  }
  .service-faq-section {
    padding: 40px 0;
  }
}
.faq-more-wrap {
  text-align: center;
  margin-top: 20px;
}

.faq-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 32px;
  background: #fff;
  border: 2px solid #2869b6;
  border-radius: 100px;
  color: #2869b6;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.faq-more-btn:hover {
  background: #2869b6;
  color: #fff;
  text-decoration: none;
}
.faq-more-btn:hover .faq-more-btn__icon::before,
.faq-more-btn:hover .faq-more-btn__icon::after {
  background: #fff;
}
.faq-more-btn__icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.faq-more-btn__icon::before, .faq-more-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  background: #2869b6;
  border-radius: 2px;
  transition: background 0.2s;
  width: 8px;
  height: 2px;
}
.faq-more-btn__icon::before {
  right: 2px;
  transform: translateY(-3px) rotate(45deg);
}
.faq-more-btn__icon::after {
  right: 2px;
  transform: translateY(3px) rotate(-45deg);
}

.grants_mv_container {
  width: 100%;
  background-image: url("../images/grants_hansoku/grants_mv_bg-pc.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #FFFFFF;
}
@media screen and (max-width: 786px) {
  .grants_mv_container {
    background-image: url("../images/grants_hansoku/grants_mv_bg-sp.webp");
  }
}
.grants_mv_container .grants_mv_inner {
  max-width: 900px;
  height: 600px;
  margin: 0 auto;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner {
    max-width: 100%;
    height: 100%;
    padding: 40px 10px 20px;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_saitaku {
  position: absolute;
  top: 50px;
  left: 0;
  width: 40%;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_saitaku {
    margin: 0 auto;
    position: static;
    width: 100%;
  }
  .grants_mv_container .grants_mv_inner .grants_mv_saitaku img {
    display: block;
    margin: 0 auto;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_catch {
  position: absolute;
  top: 120px;
  left: 0;
  width: 680px;
  max-width: 100%;
  letter-spacing: 0.3em;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_catch {
    margin: 0 auto;
    position: static;
    text-align: center;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_first {
  margin: 0 0 0 30px;
  font-size: 2rem;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_first {
    margin: 0 auto;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second {
    flex-direction: column;
    gap: 0;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second .grants_mv_largeFont {
  font-size: 12rem;
  font-family: "Impact";
  line-height: 160px;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second .grants_mv_largeFont {
    font-size: 6rem;
    line-height: 80px;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second .grants_mv_largeFont.digits_four {
  font-size: 9rem;
  font-family: "Impact";
  line-height: 160px;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second .grants_mv_largeFont.digits_four {
    font-size: 6rem;
    line-height: 80px;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second .grants_mv_middleFont {
  font-size: 2.6rem;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_catch .grants_mv_catch_second .grants_mv_middleFont {
    font-size: 2rem;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_title {
  position: absolute;
  bottom: 160px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_title {
    position: static;
    transform: translate(0);
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_title h2 {
  background-color: transparent;
  color: #222;
  font-size: 3.4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_title h2 {
    font-size: 1.4rem;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_soudan {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_soudan {
    margin: 15px auto 0;
    position: static;
    text-align: center;
    transform: translate(0);
    max-width: 90%;
  }
  .grants_mv_container .grants_mv_inner .grants_mv_soudan img {
    display: block;
    max-height: 200px;
    margin: 0 auto;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_note {
  position: absolute;
  bottom: 55px;
  font-size: 0.9rem;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_note {
    position: static;
    text-align: center;
  }
}
.grants_mv_container .grants_mv_inner .grants_mv_mock {
  position: absolute;
  top: 40px;
  right: 0;
  width: 300px;
}
@media screen and (max-width: 786px) {
  .grants_mv_container .grants_mv_inner .grants_mv_mock {
    display: none;
  }
}

span.color_pink {
  color: #e86e6c;
}

span.color_yellow {
  color: #ffff00;
}

.grants_mv_yellowDot {
  display: inline-block;
  background-position: top left 0px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #ffdf1e, #ffdf1e 100%, transparent, transparent);
  padding-top: 10px;
}
@media screen and (max-width: 786px) {
  .grants_mv_yellowDot {
    padding-top: 5px;
  }
}

#grants_article {
  background-color: #FFFFFF;
}
#grants_article .section_inner {
  width: 900px;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 786px) {
  #grants_article .section_inner {
    padding: 0 10px;
  }
}
#grants_article .bg_pink {
  background-color: #fef3f3;
}
#grants_article .bg_blue {
  background-color: #f3f7ff;
}
#grants_article .bg_green {
  background-color: #f3fbf5;
}
#grants_article .first_catch_section {
  text-align: center;
  margin: 40px;
}
@media screen and (max-width: 786px) {
  #grants_article .first_catch_section {
    margin: 40px auto;
  }
}
#grants_article section {
  margin: 0px 0 0;
  padding: 0 0 40px;
}
@media screen and (max-width: 786px) {
  #grants_article section {
    margin: 0px 0 0;
  }
}
#grants_article .section_title {
  width: 100%;
  text-align: center;
  background-color: #e86e6c;
  padding: 20px 10px 20px;
  position: relative;
}
#grants_article .section_title h3 {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 2rem;
  border: none;
  line-height: 120%;
  letter-spacing: 0.2em;
  margin: 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title h3 {
    font-size: 1.6rem;
  }
}
#grants_article .section_title h3 .title_subText {
  font-size: 1.6rem;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title h3 .title_subText {
    font-size: 1.4rem;
  }
}
#grants_article .section_title::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 150px;
  clip-path: polygon(50% 80%, 0 0, 100% 0);
  background-color: #e86e6c;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%, 0);
  z-index: 1;
}
#grants_article .section_title_bg_blue {
  width: 100%;
  text-align: center;
  background-color: #4c78c2;
  padding: 20px 10px 20px;
  position: relative;
}
#grants_article .section_title_bg_blue h3 {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 2rem;
  border: none;
  line-height: 120%;
  letter-spacing: 0.2em;
  margin: 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_bg_blue h3 {
    font-size: 1.6rem;
  }
}
#grants_article .section_title_bg_blue h3 .title_subText {
  font-size: 1.6rem;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_bg_blue h3 .title_subText {
    font-size: 1.4rem;
  }
}
#grants_article .section_title_bg_blue::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 150px;
  clip-path: polygon(50% 80%, 0 0, 100% 0);
  background-color: #4c78c2;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%, 0);
  z-index: 1;
}
#grants_article .section_title_bg_green {
  width: 100%;
  text-align: center;
  background-color: #4fa36a;
  padding: 20px 10px 20px;
  position: relative;
}
#grants_article .section_title_bg_green h3 {
  background-color: transparent;
  color: #FFFFFF;
  font-size: 2rem;
  border: none;
  line-height: 120%;
  letter-spacing: 0.2em;
  margin: 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_bg_green h3 {
    font-size: 1.6rem;
  }
}
#grants_article .section_title_bg_green h3 .title_subText {
  font-size: 1.6rem;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_bg_green h3 .title_subText {
    font-size: 1.4rem;
  }
}
#grants_article .section_title_bg_green::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 150px;
  clip-path: polygon(50% 80%, 0 0, 100% 0);
  background-color: #4fa36a;
  left: 50%;
  bottom: -45px;
  transform: translate(-50%, 0);
  z-index: 1;
}
#grants_article ul.syoukibo_list {
  list-style: none;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 180px auto 0;
  padding: 0;
}
@media screen and (max-width: 786px) {
  #grants_article ul.syoukibo_list {
    margin: 120px auto 0;
  }
}
#grants_article ul.syoukibo_list li {
  width: 240px;
  padding: 40px 10px 20px;
  margin: 0 0 100px;
  background-color: #FFFFFF;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  position: relative;
}
@media screen and (max-width: 786px) {
  #grants_article ul.syoukibo_list li {
    margin: 0 auto 40px;
  }
}
#grants_article ul.syoukibo_list li .syoukibo_icon {
  position: absolute;
  top: -40%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 140px;
}
@media screen and (max-width: 786px) {
  #grants_article ul.syoukibo_list li .syoukibo_icon {
    width: 70px;
    top: -10%;
  }
}
#grants_article ul.syoukibo_list li p {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 0;
  line-height: 150%;
}
#grants_article .section_title_second {
  position: relative;
  text-align: center;
  font-size: 2rem;
  z-index: 10;
}
#grants_article .section_title_second::before {
  position: absolute;
  content: "";
  height: 300px;
  width: 500px;
  clip-path: ellipse(50% 36% at 50% 50%);
  top: -200px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #FFFFFF;
  z-index: -1;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_second::before {
    top: -100px;
  }
}
#grants_article .section_title_second h4 {
  font-size: 2.2rem;
  color: #e86e6c;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_second h4 {
    font-size: 1.8rem;
  }
}
#grants_article .section_title_second h4 span {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  color: #222;
}
@media screen and (max-width: 786px) {
  #grants_article .section_title_second h4 span {
    font-size: 1.2rem;
  }
}
#grants_article .jirei_item {
  width: 1000px;
  max-width: 100%;
  border: solid #e86e6c 1px;
  padding: 40px 40px 30px;
  margin: 40px auto 20px;
}
@media screen and (max-width: 786px) {
  #grants_article .jirei_item {
    max-width: 95%;
    margin: 40px auto 20px;
    padding: 40px 20px 30px;
  }
}
#grants_article .jirei_item .jirei_title {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 786px) {
  #grants_article .jirei_item .jirei_title {
    flex-direction: column;
  }
}
#grants_article .jirei_item .jirei_title .jirei_title_num {
  width: 40px;
}
#grants_article .jirei_item .jirei_title h5 {
  font-size: 1.4rem;
}
#grants_article .jirei_item .jirei_flex {
  display: flex;
  flex-direction: row;
  gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 786px) {
  #grants_article .jirei_item .jirei_flex {
    flex-direction: column;
  }
}
#grants_article .jirei_item .jirei_flex .jirei_text {
  flex-basis: 65%;
}
#grants_article .jirei_item .jirei_flex .jirei_text p {
  font-size: 0.9rem;
  margin: 20px 0;
  text-align: justify;
}
#grants_article .jirei_item .jirei_flex .jirei_text .jirei_uchiwake p {
  font-size: 1.4rem;
  color: #e86e6c;
  margin: 15px 0 10px;
}
#grants_article .jirei_item .jirei_flex .jirei_text .jirei_uchiwake p span.smallFont {
  font-size: 1rem;
  margin: 0 10px 0 0;
}
#grants_article .jirei_item .jirei_flex .jirei_text .jirei_uchiwake ul {
  list-style: none;
  font-size: 1rem;
  padding: 0;
}
#grants_article .jirei_item .jirei_flex .jirei_graph {
  margin: 20px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .jirei_item .jirei_flex .jirei_graph {
    margin: 20px auto 0;
    max-width: 400px;
  }
}
#grants_article .tokucyou_catch {
  text-align: center;
  margin: 80px 0 60px;
  line-height: 180%;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 786px) {
  #grants_article .tokucyou_catch {
    font-size: 1rem;
  }
}
#grants_article .tokucyou_text_container {
  background-color: #FFFFFF;
  border: 1px solid #e86e6c;
  padding: 30px 40px;
}
@media screen and (max-width: 786px) {
  #grants_article .tokucyou_text_container {
    padding: 30px 20px;
    font-size: 0.9rem;
  }
}
#grants_article .tokucyou_text_container .tokucyou_text_title {
  text-align: center;
  margin: 0 0 20px;
}
#grants_article .tokucyou_text_container .tokucyou_text_flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 786px) {
  #grants_article .tokucyou_text_container .tokucyou_text_flex {
    flex-direction: column;
  }
}
#grants_article .tokucyou_text_container .tokucyou_text_flex .tokucyou_text_text span {
  font-weight: bold;
}
#grants_article .tokucyou_text_container .tokucyou_text_flex .tokucyou_text_text ul {
  list-style: none;
  font-size: 0.9rem;
  margin: 20px 0 0;
  padding: 0;
}
#grants_article .tokucyou_text_container .tokucyou_text_flex .tokucyou_text_img {
  width: 300px;
  max-width: 100%;
}
#grants_article .tokucyou_text_container_blue {
  background-color: #FFFFFF;
  border: 1px solid #4c78c2;
  padding: 30px 40px;
}
@media screen and (max-width: 786px) {
  #grants_article .tokucyou_text_container_blue {
    padding: 30px 20px;
    font-size: 0.9rem;
  }
}
#grants_article .tokucyou_text_container_blue .tokucyou_text_title {
  text-align: center;
  margin: 0 0 20px;
}
#grants_article .tokucyou_text_container_blue .tokucyou_text_flex {
  display: flex;
  flex-direction: row;
  gap: 20px;
  justify-content: center;
}
@media screen and (max-width: 786px) {
  #grants_article .tokucyou_text_container_blue .tokucyou_text_flex {
    flex-direction: column;
  }
}
#grants_article .tokucyou_text_container_blue .tokucyou_text_flex .tokucyou_text_text span {
  font-weight: bold;
}
#grants_article .tokucyou_text_container_blue .tokucyou_text_flex .tokucyou_text_text ul {
  list-style: none;
  font-size: 0.9rem;
  margin: 20px 0 0;
  padding: 0;
}
#grants_article .tokucyou_text_container_blue .tokucyou_text_flex .ma_section {
  margin-top: 20px;
}
#grants_article .tokucyou_text_container_blue .tokucyou_text_flex .tokucyou_text_img {
  width: 300px;
  max-width: 100%;
}
#grants_article span.under_yellow {
  font-size: 0.9rem;
  background: linear-gradient(transparent 50%, #ffff00 50%);
}
#grants_article .section_toha {
  margin: 0;
}
#grants_article .section_toha ul {
  list-style: none;
  padding: 0;
  margin: 100px auto 0;
  width: 900px;
  max-width: 100%;
}
#grants_article .section_toha ul li {
  width: 100%;
  padding: 0 10px 40px;
  margin: 40px 0 0;
  border-bottom: dotted 5px #e86e6c;
}
#grants_article .section_toha ul li dl dt {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#grants_article .section_toha ul li dl dt div {
  width: 50px;
  flex: 0 0 50px;
}
#grants_article .section_toha ul li dl dt p {
  font-size: 1.4rem;
  line-height: 180%;
}
#grants_article .section_toha ul li dl dd {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 0 0 30px;
  margin: 10px 0 0;
}
#grants_article .section_toha ul li dl dd div {
  width: 40px;
  flex: 0 0 40px;
}
#grants_article .section_toha ul li dl dd p {
  font-size: 0.9rem;
  flex-basis: 80%;
  text-align: justify;
}
#grants_article .section_toha_blue {
  margin: 0;
}
#grants_article .section_toha_blue ul {
  list-style: none;
  padding: 0;
  margin: 100px auto 0;
  width: 900px;
  max-width: 100%;
}
#grants_article .section_toha_blue ul li {
  width: 100%;
  padding: 0 10px 40px;
  margin: 40px 0 0;
  border-bottom: dotted 5px #4c78c2;
}
#grants_article .section_toha_blue ul li dl dt {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#grants_article .section_toha_blue ul li dl dt div {
  width: 50px;
  flex: 0 0 50px;
}
#grants_article .section_toha_blue ul li dl dt p {
  font-size: 1.4rem;
  line-height: 180%;
}
#grants_article .section_toha_blue ul li dl dd {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 0 0 30px;
  margin: 10px 0 0;
}
#grants_article .section_toha_blue ul li dl dd div {
  width: 40px;
  flex: 0 0 40px;
}
#grants_article .section_toha_blue ul li dl dd p {
  font-size: 0.9rem;
  flex-basis: 80%;
  text-align: justify;
}
#grants_article .section_toha_green {
  margin: 0;
}
#grants_article .section_toha_green ul {
  list-style: none;
  padding: 0;
  margin: 100px auto 0;
  width: 900px;
  max-width: 100%;
}
#grants_article .section_toha_green ul li {
  width: 100%;
  padding: 0 10px 40px;
  margin: 40px 0 0;
  border-bottom: dotted 5px #4fa36a;
}
#grants_article .section_toha_green ul li dl dt {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
#grants_article .section_toha_green ul li dl dt div {
  width: 50px;
  flex: 0 0 50px;
}
#grants_article .section_toha_green ul li dl dt p {
  font-size: 1.4rem;
  line-height: 180%;
}
#grants_article .section_toha_green ul li dl dd {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 0 0 0 30px;
  margin: 10px 0 0;
}
#grants_article .section_toha_green ul li dl dd div {
  width: 40px;
  flex: 0 0 40px;
}
#grants_article .section_toha_green ul li dl dd p {
  font-size: 0.9rem;
  flex-basis: 80%;
  text-align: justify;
}
#grants_article .section_flow {
  padding: 40px 0;
}
#grants_article .section_flow h4 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow h4 {
    font-size: 1.4rem;
  }
}
#grants_article .section_flow ul {
  list-style: none;
  padding: 0;
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow ul {
    flex-direction: column;
  }
}
#grants_article .section_flow ul li.flow_arrow {
  margin: -10px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow ul li.flow_arrow {
    transform: rotate(90deg);
    margin: 0;
  }
}
#grants_article .section_flow ul figcaption {
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  margin: 10px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow ul figcaption {
    margin: 0;
  }
}
#grants_article .section_flow_bg_blue {
  padding: 40px 0;
}
#grants_article .section_flow_bg_blue h4 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_blue h4 {
    font-size: 1.4rem;
  }
}
#grants_article .section_flow_bg_blue ul {
  list-style: none;
  padding: 0;
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_blue ul {
    flex-direction: column;
  }
}
#grants_article .section_flow_bg_blue ul li.flow_arrow {
  margin: -10px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_blue ul li.flow_arrow {
    transform: rotate(90deg);
    margin: 0;
  }
}
#grants_article .section_flow_bg_blue ul figcaption {
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  margin: 10px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_blue ul figcaption {
    margin: 0;
  }
}
#grants_article .section_flow_bg_green {
  padding: 40px 0;
}
#grants_article .section_flow_bg_green h4 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_green h4 {
    font-size: 1.4rem;
  }
}
#grants_article .section_flow_bg_green ul {
  list-style: none;
  padding: 0;
  width: 1000px;
  max-width: 100%;
  margin: 40px auto 0;
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_green ul {
    flex-direction: column;
  }
}
#grants_article .section_flow_bg_green ul li.flow_arrow {
  margin: -10px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_green ul li.flow_arrow {
    transform: rotate(90deg);
    margin: 0;
  }
}
#grants_article .section_flow_bg_green ul figcaption {
  text-align: center;
  font-size: 1rem;
  line-height: 120%;
  margin: 10px 0 0;
}
@media screen and (max-width: 786px) {
  #grants_article .section_flow_bg_green ul figcaption {
    margin: 0;
  }
}
#grants_article .link_container_inner ul {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 20px 10px 40px;
  list-style: none;
}
@media screen and (max-width: 786px) {
  #grants_article .link_container_inner ul {
    flex-direction: column;
  }
}

.grants_blue .section_title {
  background-color: #4c78c2;
}
.grants_blue .section_title::after {
  background-color: #4c78c2;
}

/* =========================================
   埼玉県限定DX補助金の帯（ネイビー）
========================================= */
.campaign-band {
  width: 100%;
  background-color: #1A237E;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 28px;
  padding: 20px 4%;
  border-top: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
}

.campaign-highlight {
  color: #FFD700;
}

.campaign-separator {
  margin: 0 12px;
  font-weight: normal;
  opacity: 0.8;
}

/* =========================================
   埼玉県限定DX補助金の帯（ネイビー）
   スマートフォン向けのレスポンシブ調整
========================================= */
@media screen and (max-width: 768px) {
  .campaign-band {
    font-size: 16px;
    padding: 16px 4%;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
  }
  .campaign-separator {
    margin: 0 6px;
  }
}
/* =========================================
   M&A補助金のグリッド
========================================= */
.support_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.support_grid .support_card {
  width: calc(50% - 12.5px);
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.support_grid .support_card strong {
  display: block;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 2px solid #4c78c2;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
.support_grid .support_card p {
  margin: 0 0 18px;
  line-height: 1.8;
  color: #444;
}
.support_grid .support_card .example_title {
  display: inline-block;
  margin: 5px 0 12px;
  padding: 5px 12px;
  background: #f3f7ff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #4c78c2;
}
.support_grid .support_card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.support_grid .support_card ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 10px;
  line-height: 1.6;
}
.support_grid .support_card ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #4c78c2;
  font-weight: bold;
}

/* =========================================
   M&A補助金のグリッド　スマホ
========================================= */
@media screen and (max-width: 786px) {
  .support_grid .support_card {
    width: 100%;
  }
}
/* =========================
   HP診断 メインビジュアル
========================= */
.page-shindan_mv_section {
  background-image: url("../images/hp-shindan/hp-shindan-bg.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.shindan_mv_container {
  width: 100%;
}

.shindan_mv_inner {
  position: relative;
  max-width: 1200px;
  min-height: 650px;
  margin: 0 auto;
  padding: 60px 40px 40px;
  box-sizing: border-box;
}

/* =========================
   キャッチコピー
========================= */
/* 親要素（横並びにするCSS） */
.shindan_mv_catch {
  width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

/* 左側のエリア（幅を保持し潰れを防ぐ） */
.shindan_mv_catch_first {
  width: 55%;
  flex-shrink: 0;
}

/* h1タグ（文字装飾と改行設定） */
.shindan_mv_ttl {
  width: 100%;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3;
}

/* spanタグをブロック化して意図通りの行で改行させる */
.shindan_mv_ttl > span {
  display: block;
}

/* 黄色文字 */
.color_yellow {
  color: #FFD700;
}

/* 右側の画像エリア */
.shindan_mv_mock {
  width: 30%;
}

.shindan_mv_mock img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   白い帯
========================= */
.hp_shindan_info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 130px;
  /* 要素の幅を文字量ぴったりにする */
  width: max-content;
  max-width: calc(100% - 80px); /* 画面が狭い時に飛び出さないための保険 */
  padding: 12px 20px;
  box-sizing: border-box;
  background-color: #fff;
  color: #FF4500;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  border-radius: 10px;
}

/* =========================
   黄色い帯
========================= */
/* =========================
   黄色い帯（ベース）
========================= */
.hp_shindan_button {
  display: inline-block;
  padding: 18px 30px;
  box-sizing: border-box;
  background-color: #FFD700;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  border-radius: 10px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.1s ease, box-shadow 0.1s ease;
  box-shadow: 0 5px 0 #D4AF37;
}

.hp_shindan_button:hover {
  background-color: #FFC107;
  color: #333;
  transform: translateY(3px);
  box-shadow: 0 2px 0 #D4AF37;
}

/* =========================
   ファーストビュー専用（位置と文字幅フィット）
========================= */
.hp_shindan_button_mv {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  /* 文字幅にぴったり合わせる設定 */
  width: max-content;
  max-width: calc(100% - 50px);
}

.hp_shindan_button_mv:hover {
  /* 中央寄せを保持したまま下に沈ませる */
  transform: translate(-50%, 3px);
}

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

.shindan_sample_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #4c78c2;
  font-size: 28px;
  font-weight: bold;
}

.shindan_sample_title::before,
.shindan_sample_title::after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #4c78c2;
}

.shindan_sample_items {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
}

.shindan_sample_item {
  text-align: center;
}

.shindan_sample_item p {
  font-size: 20px;
  display: inline-block;
  background-color: #4c78c2;
  color: white;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: bold;
}

/* 下部ボタンの幅を文字幅フィットにする */
.shindan_flow_button_wrap .hp_shindan_button {
  position: static;
  display: inline-block; /* blockから変更 */
  width: max-content;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 18px 30px;
  box-sizing: border-box;
}

.shindan_flow_button_wrap {
  padding-top: 60px;
  text-align: center; /* 中央寄せ */
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 786px) {
  /* メインビジュアル全体の高さ・余白調整 */
  .shindan_mv_inner {
    padding: 40px 15px 160px; /* 下部に帯とボタンが入る隙間を確保 */
    min-height: auto;
  }
  /* キャッチコピー＆画像の縦並び化 */
  .shindan_mv_catch {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .shindan_mv_catch_first {
    width: 100%;
  }
  /* h1タグのスマホ用フォントサイズ調整 */
  .shindan_mv_ttl {
    font-size: 36px; /* スマホ画面に合わせて調整 */
    line-height: 1.4;
    margin-bottom: 0;
  }
  /* 右側（下側）のイラスト画像調整 */
  .shindan_mv_mock {
    width: 50%;
    margin-top: 15px;
  }
  .shindan_mv_mock img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  /* 白い帯（中央寄せと幅調整） */
  .hp_shindan_info {
    left: 50%;
    transform: translateX(-50%);
    bottom: 85px;
    width: calc(100% - 20px);
    max-width: 400px;
    padding: 8px 10px;
    font-size: 13px;
    line-height: 1.4;
  }
  /* 黄色いボタン（新CSS構成・中央寄せと沈み込み適用） */
  .hp_shindan_button {
    font-size: 18px;
    padding: 12px 15px;
  }
  .hp_shindan_button_mv {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: calc(100% - 20px);
    max-width: 400px;
  }
  .hp_shindan_button_mv:hover {
    transform: translate(-50%, 3px);
  }
  .shindan_sample_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #4c78c2;
    font-size: 20px;
    font-weight: 700;
  }
  .shindan_sample_items {
    flex-direction: column;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
  }
  .shindan_sample_item p {
    font-size: 16px;
  }
}
/* 固定ヘッダー対応 - ページコンテンツのスペース確保 */
body {
  padding-top: 100px !important;
}
body a {
  text-decoration: none;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  body {
    padding-top: 120px !important;
    /* モバイル版（2段レイアウト）のヘッダー高さ分 */
  }
}
@media (max-width: 450px) {
  body {
    padding-top: 140px !important;
    /* 縦積みレイアウト時のヘッダー高さ分 */
  }
}
.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 851px) {
  .br_sp {
    display: block;
  }
  .br_pc {
    display: none;
  }
}
.link_container {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin: 40px auto 0;
  padding: 40px 0;
}
.link_container a.link_arrow {
  display: block;
  padding: 15px 80px 15px 20px;
  background-color: #000;
  color: #FFFFFF;
  text-decoration: none;
  border-radius: 20px;
  line-height: 150%;
  font-size: 0.9rem;
  position: relative;
}
@media screen and (max-width: 786px) {
  .link_container a.link_arrow {
    padding: 15px 70px 15px 20px;
  }
}
.link_container a.link_arrow::after {
  content: url("images/grants_hansoku/link_arrow.webp");
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -45%);
}

/* 20241223追加　reCAPTCHA非表示 *******************************/
.grecaptcha-badge {
  visibility: hidden;
}

/* ===== トップMVヒーロー画像 ===== */
.top_mv_container {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  min-height: unset !important;
  max-height: unset !important;
  overflow: visible;
}

.top_mv_picture {
  display: block;
  width: 100%;
  line-height: 0;
}

.top_mv_hero {
  display: block;
  width: 100%;
  height: auto !important;
  max-width: 100%;
}

/* 旧リンク非表示 */
.top_mv_link-pc,
.top_mv_link-sp {
  display: none !important;
}

/* ===== リンクバー ===== */
.top_mv_linkbar {
  position: relative;
  width: 100%;
  z-index: 10;
  background: #1a3a5c;
  padding: 12px 0;
}

.top_mv_linkbar-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_mv_linkbar-list li a {
  display: block;
  transition: all 0.3s;
}
.top_mv_linkbar-list li a:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
.top_mv_linkbar-list li a img {
  height: 44px;
  width: auto;
  display: block;
}

@media screen and (max-width: 980px) {
  .top_mv_linkbar-list li a img {
    height: 38px;
  }
}
@media screen and (max-width: 890px) {
  .top_mv_linkbar-list li a img {
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .top_mv_linkbar {
    padding: 8px 0;
  }
  .top_mv_linkbar-list {
    gap: 4px;
    flex-wrap: wrap;
    padding: 0 10px;
  }
  .top_mv_linkbar-list li {
    max-width: 48%;
  }
  .top_mv_linkbar-list li a img {
    height: 32px;
  }
}
@media screen and (max-width: 470px) {
  .top_mv_linkbar-list li a img {
    height: 28px;
  }
}
.setumei {
  margin: 0 auto;
  text-align: center;
}

.footer1 {
  background-color: #8FC31F;
  text-align: center;
  padding-top: 20px;
  margin-bottom: 0;
  margin-left: 0;
}

.footer1-font1 {
  font-size: 1em;
  font-weight: 700;
  color: white;
}

/*
*/
.footer1-font3 {
  margin: 0px auto;
  padding: 10px 0;
  width: 250px;
  background-color: white;
  color: #8FC31F;
  font-size: 0.9em;
  font-weight: 500;
}

.footer1-font3 a {
  color: #8FC31F;
  text-decoration: none;
}

.footer1-font3:active {
  transform: translateY(4px);
  border-bottom: none;
  color: #8FC31F;
}

.footer1-font3 a:link {
  color: #8FC31F;
}

.footer1-font3 a:visited {
  color: #8FC31F;
}

.footer1-font3 a:hover {
  color: #8FC31F;
}

.footer1-corpname {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  color: white;
}

.footer1-font4 {
  font-size: 0.8em;
  font-weight: 400;
  text-align: left;
  line-height: 1.2em;
}

.footer2 {
  background-color: #006934;
}

.footer2-menu {
  display: flex;
  list-style-type: none;
  justify-content: flex-start;
  margin-left: 100px;
  margin-top: 0;
}

.footer2-menu li {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 400;
  color: white;
  width: 150px;
  text-align: center;
}

.footer2-menu li:nth-child(1) {
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.footer2-menu li:nth-child(2) {
  border-right: 1px solid white;
}

.footer2-menu li a {
  text-decoration: none;
}

.footer2-menu li a:link {
  color: white;
}

.footer2-menu li a:hover {
  color: white;
}

.footer2-menu li a:active {
  color: white;
}

.footer2-menu li a:visited {
  color: white;
}

.footer2 div {
  float: right;
  color: white;
  padding-right: 200px;
  font-size: 0.7em;
}

@media screen and (min-width: 421px) {
  .smapho-type {
    display: none;
  }
  .footer1-font2-smapho {
    display: none;
  }
  .footer1-font2-pc {
    font-size: 1.5em;
    font-weight: 700;
    color: white;
  }
  .footer1-font2a-pc {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.1;
    padding-bottom: 5px;
    color: white;
  }
}
@media screen and (max-width: 420px) {
  .pc-type {
    display: none;
  }
  .footer1-font2-pc {
    display: none;
  }
  .footer1-font2a-pc {
    display: none;
  }
  .footer1-font2-smapho {
    font-size: 1.5em;
    font-weight: 700;
  }
  .footer1-font4 {
    font-size: 0.8em;
    font-weight: 400;
    text-align: left;
    line-height: 1.2em;
    margin-top: 20px;
  }
  .footer2 div {
    float: right;
    color: white;
    padding-right: 10px;
    font-size: 0.7em;
  }
  .footer2-menu {
    display: flex;
    list-style-type: none;
    justify-content: flex-start;
    margin-left: 10px;
    margin-top: 0;
  }
  .footer2-menu li:nth-child(2) {
    padding-top: 10px;
  }
  /*必要ならばここにコードを書く*/
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1240px以下*/
@media screen and (max-width: 1240px) {
  /*必要ならばここにコードを書く*/
}
/*1030px以下*/
@media screen and (max-width: 1030px) {
  /*必要ならばここにコードを書く*/
}
/*768px以下*/
@media screen and (max-width: 768px) {
  /*必要ならばここにコードを書く*/
}
/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
/*必要ならばここにコードを書く*/
.single div#content-in main#main {
  width: 69%;
  box-sizing: border-box;
  padding: 30px;
}

.single div#sidebar {
  width: 29%;
}

.funeral-service-container {
  flex-direction: row;
  justify-content: space-between !important;
  width: 1050px !important;
}

.funeral-service-member {
  width: 98% !important;
}

.funeral-service-member-up {
  width: 100% !important;
  display: block;
  box-sizing: border-box;
}

.funeral-service-member-image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.funeral-service-member-expl {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 15px;
}

.home div.funeral-service-member div.funeral-service-member-up a.funeral-service-member-button {
  text-align: center;
  padding-top: 10px;
  display: block;
}

.home div.funeral-service-container div.funeral-service-member div.funeral-service-member-down ul li {
  display: none;
}

.archive.category main#main.main,
.single main#main.main {
  background-color: #fff !important;
}

.btn_top_bottom_mailmagazine {
  margin: 30px auto;
  width: 570px;
}

.btn_top_bottom_mailmagazine a img {
  width: 100%;
}

.txt_tax {
  font-size: 16px !important;
}

.txt_price {
  font-size: 25px !important;
}

.main article#post-687 section.prom-contents-sec div.prom-contents-container div.prom-contents-member div.prom-contents-price {
  margin-top: 15px !important;
}

div.prom-contents-container div.prom-contents-member {
  margin-bottom: 30px !important;
}

div.prom-contents-container div.prom-contents-member div.prom-contents-price {
  margin-top: 15px !important;
  width: 100% !important;
}

#main #post-721 div.prom-contents-container div.prom-contents-member div.prom-contents-price div:nth-child(odd) {
  width: 45%;
  box-sizing: border-box;
  padding: 5px !important;
}

#main #post-721 div.prom-contents-container div.prom-contents-member div.prom-contents-price div:nth-child(even) {
  width: 55%;
  box-sizing: border-box;
  text-align: right !important;
  vertical-align: top !important;
}

html body.home div#header-container.header-container div#header-container-in.header-container-in.hlt-center-logo header#header.header.cf {
  background-image: none;
  height: auto;
}

.entrybox_single {
  width: 100%;
  box-sizing: border-box;
  border: solid 1px #eceaea;
  padding: 30px;
  margin-bottom: 30px;
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.entrybox_single_bottom {
  width: 100%;
  display: table;
}

.entrybox_l,
.entrybox_r {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}

.entrybox_r {
  vertical-align: middle;
  text-align: center;
}

.ttl_entrybox_single_bottom {
  margin-bottom: 0 !important;
  color: #191919 !important;
  font-weight: bold !important;
  padding: 0 !important;
  border: none !important;
  margin: 15px 0 30px !important;
  background-color: transparent !important;
}

.button02 a,
.button03 a,
.button04 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em 1em 5em;
  width: 300px;
  color: rgb(228, 75, 3);
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 50vh;
  border: solid 1px rgb(228, 75, 3);
  text-decoration: none;
}

.button03 a {
  padding: 1em 2em 1em 2.5em;
}

.button04 a {
  padding: 1em 2em 1em 3em;
  width: 320px;
}

.button02 a::after,
.button03 a::after,
.button04 a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid rgb(228, 75, 3);
  border-right: 3px solid rgb(228, 75, 3);
  transform: rotate(45deg);
}

.button02 a:hover,
.button03 a:hover,
.button04 a:hover {
  text-decoration: none;
  background-color: rgb(228, 75, 3);
  color: #fff;
}

@media screen and (max-width: 420px) {
  .mail-button {
    position: absolute !important;
    bottom: 8% !important;
    left: 10% !important;
    width: 298px !important;
  }
  .funeral-service-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 0 auto;
    width: 98% !important;
  }
  .funeral-service-member {
    width: 98% !important;
  }
  .btn_top_bottom_mailmagazine {
    width: 98% !important;
  }
  .header {
    background-image: none !important;
    height: auto !important;
  }
  .single div#content-in main#main {
    width: 98% !important;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 30px;
  }
  .funeral-service-member-image {
    width: 100%;
    display: block;
  }
  .funeral-service-member-expl {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 0px;
  }
  .home div.funeral-service-member div.funeral-service-member-up a.funeral-service-member-button {
    text-align: center;
    padding-top: 10px;
    display: block;
  }
  .home div.funeral-service-container div.funeral-service-member div.funeral-service-member-down ul li {
    display: none;
  }
  .entrybox_single_bottom {
    width: 100%;
    display: block;
  }
  .entrybox_l,
  .entrybox_r {
    display: block;
    width: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .entrybox_r {
    margin-top: 21px;
  }
  .button02 a,
  .button03 a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em;
    width: 100%;
    color: rgb(228, 75, 3);
    font-size: 14px;
    font-weight: 700;
    background-color: #fff;
    border-radius: 50vh;
    border: solid 1px rgb(228, 75, 3);
    text-decoration: none;
  }
}
@media screen and (min-width: 421px) {
  .prom-work-artifact-sec {
    margin-top: 0px !important;
  }
  .prom-contents-container:nth-child(3) {
    margin: 30px auto 0;
    border-top: solid 1px #c9c9c9;
    padding-top: 60px;
  }
}
.exp-header {
  background-image: url("images/thumb_service03.png");
  background-size: 100%;
  background-position: 0% 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 60px;
  margin-bottom: 60px;
}

.exp-header2 {
  background-image: url("images/bg_exp_header2.jpg");
  background-size: 100%;
  background-position: 0% 8%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 60px;
  text-shadow: 1px 1px 2px #fff;
  margin-bottom: 60px;
}

.exp-header:before,
.exp-header2:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.exp-header > h2,
.exp-header2 > h2 {
  background: none !important;
  text-align: left !important;
  font-size: 1.8em !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
  text-shadow: 3px 3px 3px #606060, -3px -3px 3px #606060, -3px 3px 3px #606060, 3px -3px 3px #606060, 3px 0px 3px #606060, -3px 0px 3px #606060, 0px 3px 3px #606060, 0px -3px 3px #606060;
}

.exp-header > dl,
.exp-header2 > dl {
  text-align: left !important;
  font-size: 1.2em !important;
  font-weight: bold !important;
  color: #000 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.exp-header > dl > dd,
.exp-header2 > dl > dd {
  padding: 0 !important;
  margin: 0 !important;
  line-height: 1.2;
}

.prom-ex-list {
  margin-top: 30px;
}

.prom-ex-list dl dt {
  font-weight: bold;
  padding-left: 1em;
  box-sizing: border-box;
  border-left: solid 2px #8FC31F;
  margin: 2em 0 0.5em;
}

.prom-ex-list dl dd {
  padding: 0;
  margin: 0;
}

.prom-ex-sec {
  width: 100%;
  max-width: 1100px;
  margin: 60px auto 0;
}

.qa-list dt {
  border-bottom: 1px dashed rgb(188, 188, 207);
  color: rgb(55, 65, 82);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 40px 10px 10px;
  text-align: left;
  margin-bottom: 0px;
}

.qa-list dt:before {
  content: "Q";
  background-color: #8fc31f;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  min-width: 37px;
  min-height: 37px;
  margin-right: 7px;
  margin-top: 0px;
}

.qa-list dd {
  font-weight: 500;
  color: rgb(135, 0, 70);
  border-bottom: 1px solid rgb(188, 188, 207);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 13px 0px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 20px;
  font-size: 90%;
  text-align: justify;
}

.qa-list dd:before {
  content: "A";
  background-color: #f0b76d;
  background-repeat: no-repeat;
  color: rgb(255, 255, 255);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37px;
  height: 37px;
  min-width: 37px;
  min-height: 37px;
  margin-right: 7px;
  margin-top: 0px;
}

.footer-custom-2407 {
  display: flex;
  justify-content: space-around;
  background-color: #8fc31f;
  padding: 30px 0;
  align-items: center;
}

@media screen and (max-width: 420px) {
  .footer-custom-2407 {
    display: block;
    justify-content: space-around;
    background-color: #8fc31f;
    padding: 30px 0;
    align-items: center;
  }
}
.site-name-text {
  display: none !important;
}

.entry-content p {
  width: 90%;
  margin: 0 auto;
}

/* 20250121　オリジナルパンフページ***************** */
#pamph_article {
  background-color: #FFF;
  margin: 0;
}

.pamph_mv_section {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("/images/pamph/pamph_mv_bg_pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.pamph_mv_section_inner {
  position: absolute;
  width: 1000px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.pamph_mv_section_title {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-direction: row;
  color: #FFFFFF;
  text-shadow: 1px 1px 2px #444;
  font-weight: bold;
  text-align: left;
}

.pamph_mv_section_title_icon {
  width: 150px;
  margin: -10px 0 0;
}

.pamph_mv_section_title_text {
  letter-spacing: 0.1rem;
}

.pamph_mv_section_title_text h1 {
  font-size: 3rem;
  line-height: 150%;
  margin: 15px 0 0;
}

.pamph_mv_section_subTitle {
  color: #FFFFFF;
  text-align: center;
  line-height: 150%;
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px #666;
  margin: 20px 0;
}

.pamph_page_link_section {
  width: 100%;
  margin: 0 auto;
}

.pamph_page_link_section ul {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}

.pamph_page_link_section ul li {
  padding: 3px;
}

.pamph_page_link_section ul li span {
  color: #bfbfbf;
}

.pamph_page_link_section ul li::before {
  content: "|";
  margin: 0 15px 0 0;
}

.pamph_page_link_section ul li:last-child:after {
  content: "|";
  margin: 0 0 0 15px;
}

.pamph_page_link_section ul li a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-size: 0.9rem;
}

.pamph_page_link_section ul li a:hover {
  color: #b6272d;
}

.pamph_catch_section {
  text-align: center;
  width: 800px;
  margin: 60px auto;
  padding: 0 10px;
}

.pamph_catch_section h2 {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #1a96bc;
  padding: 0;
  margin: 0 auto 20px;
  background-color: #FFF;
}

.pamph_catch_sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #231815;
}

.pamph_catch_img {
  margin: 60px auto;
  max-width: 900px;
}

#pamph_reason {
  background-color: #e8e9ed;
}

.pamph_section {
  text-align: center;
  padding: 40px 20px;
}

.pamph_section_inner {
  width: 850px;
  margin: 0 auto;
}

.pamph_section h3 {
  background-color: transparent;
  color: #000;
  font-size: 1.6rem;
  border: none;
  padding: 30px 0;
  letter-spacing: 0.2em;
}

.pamph_section h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #2869b6;
  margin: 20px auto;
}

ul.pamph_reason_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 3%;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  justify-content: center;
}

.pamph_reason_text p {
  line-height: 150%;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 8px 0 0;
}

.text_red {
  color: #b6272d;
}

#pamph_image {
  background-color: #f4f5f7;
}

ul.pamph_image_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 850px;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
}

ul.pamph_example_list {
  list-style: none;
  display: flex;
  width: 850px;
  margin: 0 auto 40px;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  gap: 1.5%;
}

ul.pamph_example_list li figcaption {
  margin: 0 0 15px;
  font-weight: bold;
}

.hidden_sp {
  display: inline;
}

ul.pamph_example_list li figure img {
  display: block;
  border: #888 solid 1px;
}

.pamph_example_icon {
  width: 50px;
  position: relative;
  text-align: center;
}

.pamph_example_icon img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
}

.pamph_example_icon_equal {
  width: 100%;
  text-align: center;
}

.pamph_example_icon_equal img {
  width: 40px;
  height: 40px;
}

.pamph_example_kansei {
  width: 700px;
  margin: 20px auto;
}

.pamph_example_kansei p {
  font-weight: bold;
  color: #1a96bc;
  font-size: 1.4rem;
}

.pamph_link a {
  display: block;
  width: 600px;
  margin: 0 auto;
}

.pamph_link a img {
  display: block;
  width: 100%;
}

#pamph_page {
  background-color: #f4f5f7;
}

ul.pamph_page_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 850px;
  margin: 0 auto 40px;
  padding: 0;
  justify-content: center;
  gap: 1.5%;
  flex-wrap: wrap;
}

.pamph_page_list li img {
  margin: 0 0 20px;
}

.pamph_page_list li figcaption {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 0.8rem;
}

.pamph_price_img {
  width: 800px;
  margin: 0 auto 40px;
}

#pamph_flow {
  background-color: #f4f5f7;
}

.pamph_flow_img {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  .pamph_mv_section {
    height: 450px;
  }
  .pamph_mv_section_inner {
    position: absolute;
    max-width: 600px;
    width: 80%;
  }
  .pamph_mv_section_title {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .pamph_mv_section_title_icon {
    width: 150px;
    margin: 0 auto 0;
  }
  .pamph_mv_section_title_text h1 {
    font-size: 2.5rem;
    margin: 0 0 10px;
    line-height: 120%;
  }
  .pamph_catch_section {
    margin: 40px auto;
    width: 100%;
  }
  .pamph_catch_section h2 {
    font-size: 1.8rem;
    padding: 0;
    margin: 0 auto 20px;
  }
  .pamph_section {
    padding: 40px 10px;
  }
  .pamph_section_inner {
    width: 100%;
    margin: 0 auto;
  }
  .pamph_section h3 {
    font-size: 1.4rem;
  }
  ul.pamph_reason_list {
    flex-direction: column;
    gap: 30px;
  }
  ul.pamph_image_list {
    flex-direction: column;
    width: 100%;
  }
  ul.pamph_image_list li {
    width: 300px;
    margin: 0 auto;
  }
  ul.pamph_example_list {
    width: 100%;
    gap: 0;
  }
  ul.pamph_example_list li figcaption {
    margin: 0 0 10px;
    line-height: 120%;
  }
  .hidden_sp {
    display: none;
  }
  .pamph_example_icon {
    width: 7%;
  }
  .pamph_example_icon img {
    width: 100%;
    height: auto;
  }
  .pamph_example_kansei {
    width: 80%;
    margin: 20px auto;
  }
  .pamph_link a {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .pamph_link a img {
    display: block;
    width: 100%;
  }
  ul.pamph_page_list {
    width: 100%;
    gap: 1%;
  }
  .pamph_price_img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .pamph_flow_img {
    width: 100%;
  }
}
/* 20250121　会社概要********************* */
#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;
}

.funeral-staff-sec {
  background-color: #f4f5f7;
  padding: 60px 0;
}

.funeral-staff-sec h2 {
  background-color: transparent;
  margin: 0 0 40px;
}

.funeral-staff-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto 10px;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .funeral-staff-container {
    width: 100%;
    flex-direction: column;
  }
}

.funeral-staff-member {
  flex: 1;
  max-width: 350px;
}

.funeral-staff-member-up {
  padding: 0 5px;
}
.funeral-staff-member-up .funeral-staff-image img {
  display: block;
  margin: 0 auto;
}

.funeral-staff-member-expl {
  font-size: 16px;
}

.funeral-staff-title1 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

.funeral-staff-title2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

.funeral-staff-desc {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.funeral-staff-image {
  padding: 0;
}

.company_access_map-area {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company_access_map-area {
    width: 100%;
  }
}

.company_access_address {
  text-align: center;
}

#company_article .record_item {
  padding: 10px;
}
#company_article .record_date {
  font-size: 0.9rem;
  color: #2869b6;
  font-weight: bold;
}
#company_article h3.record_title {
  border: none;
  background: none;
  font-size: 1.3rem;
  font-weight: bold;
  color: #000;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  #company_article h3.record_title {
    font-size: 1.2rem;
  }
}
#company_article .record_organizer {
  font-size: 0.9rem;
  color: #666;
  line-height: 150%;
  margin: 10px 0 0 15px;
}
@media screen and (max-width: 768px) {
  #company_article .record_organizer {
    font-size: 0.8rem;
  }
}
#company_article .record_category {
  display: inline-block;
  background-color: #2869b6;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 15px;
  min-width: 100px;
  text-align: center;
}
#company_article .record_description {
  font-size: 0.95rem;
  color: #555;
  line-height: 170%;
  margin: 12px 0 0;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  #company_article .record_description {
    font-size: 0.9rem;
  }
}
#company_article .company_section_inner {
  width: 100%;
  max-width: 900px;
}
#company_article .no-data-message {
  text-align: center;
  padding: 60px 20px;
  color: #666;
  font-size: 1.1rem;
}
#company_article .no-data-message::before {
  content: "📋";
  display: block;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #company_article .record_item {
    padding: 5px;
  }
  #company_article .record_title {
    font-size: 1.1rem;
  }
}
@media print {
  #company_article .record_item {
    break-inside: avoid;
    page-break-inside: avoid;
    border: 1px solid #ccc;
    margin-bottom: 15px;
  }
  #company_article .record_category {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  #company_article .record_header {
    display: flex;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  #company_article .record_header .record_category,
  #company_article .record_header .record_date {
    display: inline-block;
    margin-right: 15px;
  }
  #company_article .record_header .record_title {
    display: block;
    margin-top: 5px;
  }
}

/* 制作実績ページスタイル */
#pastwork_section {
  background-color: #FFFFFF;
}

.pastwork_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) {
  .pastwork_section_title h2 {
    font-size: 1.4rem;
    margin: 0 0 0 20px;
  }
}

.pastwork_section_inner {
  padding: 0 10px;
}

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

.pastwork_section_head {
  display: flex;
  gap: 20px;
  flex-direction: row;
  justify-content: space-around;
  margin: 40px auto 0;
  border-bottom: 1px solid #222;
  align-items: flex-end;
}
@media screen and (max-width: 911px) {
  .pastwork_section_head {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
}

.portfolio_filter_tabs {
  display: flex;
  gap: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 911px) {
  .portfolio_filter_tabs {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .portfolio_filter_tabs {
    flex-direction: column;
    gap: 2px;
  }
}

.filter_tab {
  background-color: #f4f5f7;
  color: #333;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.filter_tab::after {
  content: "▼";
  margin-left: 8px;
  font-size: 0.7rem;
  color: currentColor;
}
@media screen and (max-width: 911px) {
  .filter_tab {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 450px) {
  .filter_tab {
    flex: none;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .filter_tab::after {
    content: "";
  }
  .filter_tab.active {
    border-left: 4px solid #2869b6;
    border-bottom-color: #ddd;
  }
}
.filter_tab:hover {
  background-color: #e6f3ff;
  color: #2869b6;
}
.filter_tab.active {
  background-color: #2869b6;
  color: #FFFFFF;
  border-bottom-color: #2869b6;
}
.filter_tab.active::after {
  color: #FFFFFF;
}

.portfolio_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .portfolio_grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .portfolio_grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.portfolio_item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.portfolio_card {
  background-color: #FFFFFF;
  overflow: hidden;
}

.portfolio_image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.portfolio_image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/pastwork_img_bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 1;
}
.portfolio_image a {
  display: block;
  cursor: pointer;
  height: 100%;
}
.portfolio_image img {
  position: relative;
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  padding: 5px;
  transition: all 0.3s ease;
}
.portfolio_image img:hover {
  opacity: 0.9;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4)) brightness(1.05);
}

.portfolio_item[data-category=homepage] .portfolio_image {
  background: none;
}
.portfolio_item[data-category=homepage] .portfolio_image::before {
  display: none;
}
.portfolio_item[data-category=homepage] .portfolio_image img {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  filter: none;
  transition: all 0.3s ease;
}
.portfolio_item[data-category=homepage] .portfolio_image img:hover {
  opacity: 0.8;
}

.portfolio_info {
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .portfolio_info {
    padding: 12px;
  }
}
.portfolio_info .work_type {
  margin-bottom: 8px;
}
.portfolio_info .category_label {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #2869b6;
}
.portfolio_info .prefecture {
  font-size: 0.8rem;
  color: #666;
  margin: 0;
  font-weight: normal;
}
.portfolio_info h3.pastwork_name {
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  line-height: 1.3;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .portfolio_info h3.pastwork_name {
    font-size: 0.9rem;
  }
}
.portfolio_info h3.pastwork_name a {
  color: inherit;
  text-decoration: none;
}
.portfolio_info h3.pastwork_name a:hover {
  color: #2869b6;
}
.portfolio_info .product_name {
  color: #666;
  font-size: 1rem;
}

.no_portfolio {
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  padding: 60px 20px;
  grid-column: 1/-1;
}
.no_portfolio::before {
  content: "📁";
  display: block;
  font-size: 3rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .filter_tab {
    flex: 1;
    min-width: 0;
    text-align: center;
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}
@media screen and (max-width: 360px) {
  .portfolio_grid {
    grid-template-columns: 1fr;
  }
}
.portfolio_item {
  animation: fadeInUp 0.6s ease forwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.portfolio_item:nth-child(1) {
  animation-delay: 0.05s;
}

.portfolio_item:nth-child(2) {
  animation-delay: 0.1s;
}

.portfolio_item:nth-child(3) {
  animation-delay: 0.15s;
}

.portfolio_item:nth-child(4) {
  animation-delay: 0.2s;
}

.portfolio_item:nth-child(5) {
  animation-delay: 0.25s;
}

.portfolio_item:nth-child(6) {
  animation-delay: 0.3s;
}

.portfolio_item:nth-child(7) {
  animation-delay: 0.35s;
}

.portfolio_item:nth-child(8) {
  animation-delay: 0.4s;
}

.portfolio_item[style*="display: none"] {
  animation: none;
}

@media print {
  .portfolio_filter_tabs {
    display: none;
  }
  .portfolio_grid {
    display: block;
  }
  .portfolio_item {
    break-inside: avoid;
    page-break-inside: avoid;
    margin-bottom: 20px;
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .portfolio_card {
    border: 1px solid #ddd;
  }
  .category_label {
    background-color: transparent !important;
    color: #000 !important;
    border: 1px solid #000;
  }
}
.section_link_container {
  margin: 40px 0;
}

.hp_mv_section {
  position: relative;
  width: 100%;
  height: 400px;
  background-image: url("images/hp/hp_mv_bg_pc.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

.hp_mv_section_inner {
  position: absolute;
  width: 1000px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
}

.hp_mv_section_title {
  display: flex;
  justify-content: center;
  gap: 5%;
  flex-direction: row;
  color: #fff;
  text-shadow: 1px 1px 2px #444;
  font-weight: bold;
  text-align: left;
}

.hp_mv_section_title_icon {
  margin: -10px 0 0;
  width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
}

.hp_mv_section_title_icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.hp_mv_section_title_text {
  letter-spacing: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 500px;
}
@media screen and (max-width: 610px) {
  .hp_mv_section_title_text {
    min-width: auto;
  }
}

.hp_mv_section_title_text h1 {
  font-size: 3rem;
  line-height: 150%;
  margin: 15px 0 0;
}

.hp_mv_section_subTitle {
  color: #fff;
  text-align: center;
  line-height: 150%;
  font-size: 1.4rem;
  text-shadow: 1px 1px 2px #666;
  margin: 20px 0;
}

.hp_page_link_section {
  width: 100%;
  margin: 0 auto;
}

.hp_page_link_section ul {
  list-style: none;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
  padding: 0;
}

.hp_page_link_section ul li {
  padding: 3px;
}

.hp_page_link_section ul li span {
  color: #bfbfbf;
}

.hp_page_link_section ul li::before {
  content: "|";
  margin: 0 15px 0 0;
}

.hp_page_link_section ul li:last-child:after {
  content: "|";
  margin: 0 0 0 15px;
}

.hp_page_link_section ul li a {
  text-decoration: none;
  display: inline-block;
  color: #222;
  font-size: 0.9rem;
}

.hp_page_link_section ul li a:hover {
  color: #b6272d;
}

#hp_article,
#hp_simple_article,
#hp_standard_article,
#hp_premium_article {
  background-color: #fff;
  margin: 0;
}

#hp_article section:nth-child(odd),
#hp_simple_article section:nth-child(odd),
#hp_standard_article section:nth-child(odd),
#hp_premium_article section:nth-child(odd) {
  background-color: #f9f9f9;
}

#hp_article .hp_catch_section,
#hp_simple_article .hp_catch_section,
#hp_standard_article .hp_catch_section,
#hp_premium_article .hp_catch_section {
  text-align: center;
  margin: 60px auto;
  padding: 0 10px;
}

#hp_article .hp_catch_section h2,
#hp_simple_article .hp_catch_section h2,
#hp_standard_article .hp_catch_section h2,
#hp_premium_article .hp_catch_section h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #1a96bc;
  padding: 0;
  margin: 0 auto 20px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #hp_article .hp_catch_section h2,
  #hp_simple_article .hp_catch_section h2,
  #hp_standard_article .hp_catch_section h2,
  #hp_premium_article .hp_catch_section h2 {
    font-size: 1.6rem;
  }
}
#hp_article .hp_catch_sub,
#hp_simple_article .hp_catch_sub,
#hp_standard_article .hp_catch_sub,
#hp_premium_article .hp_catch_sub {
  font-size: 1.2rem;
  font-weight: bold;
  color: #231815;
}

#hp_article .hp_catch_img,
#hp_simple_article .hp_catch_img,
#hp_standard_article .hp_catch_img,
#hp_premium_article .hp_catch_img {
  margin: 60px auto;
  max-width: 900px;
  width: 100%;
}

#hp_article .hp_catch_img img,
#hp_simple_article .hp_catch_img img,
#hp_standard_article .hp_catch_img img,
#hp_premium_article .hp_catch_img img {
  display: block;
  width: 100%;
}

#hp_article .hp_section,
#hp_simple_article .hp_section,
#hp_standard_article .hp_section,
#hp_premium_article .hp_section {
  text-align: center;
  padding: 40px 20px;
}

#hp_article .hp_section_inner,
#hp_simple_article .hp_section_inner,
#hp_standard_article .hp_section_inner,
#hp_premium_article .hp_section_inner {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

#hp_article .hp_section_inner h4,
#hp_simple_article .hp_section_inner h4,
#hp_standard_article .hp_section_inner h4,
#hp_premium_article .hp_section_inner h4 {
  border: none;
  font-size: 1.6rem;
}

#hp_article .hp_section h3,
#hp_simple_article .hp_section h3,
#hp_standard_article .hp_section h3,
#hp_premium_article .hp_section h3 {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  font-size: 1.6rem;
  border: none;
  padding: 30px 0;
  letter-spacing: 0.2em;
}

#hp_article .hp_section h3::after,
#hp_simple_article .hp_section h3::after,
#hp_standard_article .hp_section h3::after,
#hp_premium_article .hp_section h3::after {
  content: "";
  display: block;
  width: 150px;
  height: 5px;
  background-color: #2869b6;
  margin: 20px auto;
}

#hp_article ul.hp_strength_list,
#hp_simple_article ul.hp_strength_list,
#hp_standard_article ul.hp_strength_list,
#hp_premium_article ul.hp_strength_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 3%;
  width: 100%;
  margin: 0 auto 40px;
  padding: 0;
  justify-content: center;
}

@media screen and (max-width: 880px) {
  #hp_article ul.hp_strength_list,
  #hp_simple_article ul.hp_strength_list,
  #hp_standard_article ul.hp_strength_list,
  #hp_premium_article ul.hp_strength_list {
    flex-direction: column;
  }
}
#hp_article .hp_strength_text p,
#hp_simple_article .hp_strength_text p,
#hp_standard_article .hp_strength_text p,
#hp_premium_article .hp_strength_text p {
  line-height: 150%;
  font-size: 1rem;
  font-weight: bold;
  margin: 8px 0 0;
}

#hp_article .text_red,
#hp_simple_article .text_red,
#hp_standard_article .text_red,
#hp_premium_article .text_red {
  color: #b6272d;
}

#hp_article ul.hp_image_list,
#hp_simple_article ul.hp_image_list,
#hp_standard_article ul.hp_image_list,
#hp_premium_article ul.hp_image_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}

#hp_article ul.hp_image_list li,
#hp_simple_article ul.hp_image_list li,
#hp_standard_article ul.hp_image_list li,
#hp_premium_article ul.hp_image_list li {
  width: 30%;
  max-width: 330px;
  margin: 0 10px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  #hp_article ul.hp_image_list li,
  #hp_simple_article ul.hp_image_list li,
  #hp_standard_article ul.hp_image_list li,
  #hp_premium_article ul.hp_image_list li {
    width: 45%;
  }
}
@media screen and (max-width: 450px) {
  #hp_article ul.hp_image_list li,
  #hp_simple_article ul.hp_image_list li,
  #hp_standard_article ul.hp_image_list li,
  #hp_premium_article ul.hp_image_list li {
    width: 100%;
  }
}
#hp_article ul.hp_image_list li figure,
#hp_simple_article ul.hp_image_list li figure,
#hp_standard_article ul.hp_image_list li figure,
#hp_premium_article ul.hp_image_list li figure {
  margin: 0 0 20px;
}

#hp_article ul.hp_image_list li figure p,
#hp_simple_article ul.hp_image_list li figure p,
#hp_standard_article ul.hp_image_list li figure p,
#hp_premium_article ul.hp_image_list li figure p {
  margin: 0;
}

#hp_article ul.hp_image_list li figure h4,
#hp_simple_article ul.hp_image_list li figure h4,
#hp_standard_article ul.hp_image_list li figure h4,
#hp_premium_article ul.hp_image_list li figure h4 {
  border: none;
  padding: 0;
  font-size: 1rem;
  line-height: 150%;
  color: #222;
}

#hp_article ul.hp_example_list,
#hp_simple_article ul.hp_example_list,
#hp_standard_article ul.hp_example_list,
#hp_premium_article ul.hp_example_list {
  list-style: none;
  display: flex;
  width: 850px;
  margin: 0 auto 40px;
  padding: 0;
  flex-direction: row;
  justify-content: center;
  gap: 1.5%;
}

#hp_article ul.hp_example_list li figcaption,
#hp_simple_article ul.hp_example_list li figcaption,
#hp_standard_article ul.hp_example_list li figcaption,
#hp_premium_article ul.hp_example_list li figcaption {
  margin: 0 0 15px;
  font-weight: bold;
}

#hp_article .hidden_sp,
#hp_simple_article .hidden_sp,
#hp_standard_article .hidden_sp,
#hp_premium_article .hidden_sp {
  display: inline;
}

#hp_article ul.hp_example_list li figure img,
#hp_simple_article ul.hp_example_list li figure img,
#hp_standard_article ul.hp_example_list li figure img,
#hp_premium_article ul.hp_example_list li figure img {
  display: block;
  border: #888 solid 1px;
}

#hp_article .hp_example_icon,
#hp_simple_article .hp_example_icon,
#hp_standard_article .hp_example_icon,
#hp_premium_article .hp_example_icon {
  width: 50px;
  position: relative;
  text-align: center;
}

#hp_article .hp_example_icon img,
#hp_simple_article .hp_example_icon img,
#hp_standard_article .hp_example_icon img,
#hp_premium_article .hp_example_icon img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
}

#hp_article .hp_example_icon_equal,
#hp_simple_article .hp_example_icon_equal,
#hp_standard_article .hp_example_icon_equal,
#hp_premium_article .hp_example_icon_equal {
  width: 100%;
  text-align: center;
}

#hp_article .hp_example_icon_equal img,
#hp_simple_article .hp_example_icon_equal img,
#hp_standard_article .hp_example_icon_equal img,
#hp_premium_article .hp_example_icon_equal img {
  width: 40px;
  height: 40px;
}

#hp_article .hp_example_kansei,
#hp_simple_article .hp_example_kansei,
#hp_standard_article .hp_example_kansei,
#hp_premium_article .hp_example_kansei {
  width: 700px;
  margin: 20px auto;
}

#hp_article .hp_example_kansei p,
#hp_simple_article .hp_example_kansei p,
#hp_standard_article .hp_example_kansei p,
#hp_premium_article .hp_example_kansei p {
  font-weight: bold;
  color: #1a96bc;
  font-size: 1.4rem;
}

#hp_article .hp_link a,
#hp_simple_article .hp_link a,
#hp_standard_article .hp_link a,
#hp_premium_article .hp_link a {
  display: block;
  width: 600px;
  margin: 0 auto;
}

#hp_article .hp_link a img,
#hp_simple_article .hp_link a img,
#hp_standard_article .hp_link a img,
#hp_premium_article .hp_link a img {
  display: block;
  width: 100%;
}

#hp_article ul.hp_page_list,
#hp_simple_article ul.hp_page_list,
#hp_standard_article ul.hp_page_list,
#hp_premium_article ul.hp_page_list {
  list-style: none;
  display: flex;
  flex-direction: row;
  width: 850px;
  margin: 0 auto 40px;
  padding: 0;
  justify-content: center;
  gap: 1.5%;
  flex-wrap: wrap;
}

#hp_article .hp_page_list li img,
#hp_simple_article .hp_page_list li img,
#hp_standard_article .hp_page_list li img,
#hp_premium_article .hp_page_list li img {
  margin: 0 0 20px;
}

#hp_article .hp_page_list li figcaption,
#hp_simple_article .hp_page_list li figcaption,
#hp_standard_article .hp_page_list li figcaption,
#hp_premium_article .hp_page_list li figcaption {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 0.8rem;
}

#hp_article .hp_price_description,
#hp_simple_article .hp_price_description,
#hp_standard_article .hp_price_description,
#hp_premium_article .hp_price_description {
  font-size: 1rem;
  line-height: 150%;
  margin: 0 auto 60px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  #hp_article .hp_price_description,
  #hp_simple_article .hp_price_description,
  #hp_standard_article .hp_price_description,
  #hp_premium_article .hp_price_description {
    margin: 0 auto 30px;
  }
}
#hp_article .hp_price_description img,
#hp_simple_article .hp_price_description img,
#hp_standard_article .hp_price_description img,
#hp_premium_article .hp_price_description img {
  max-width: auto;
  margin: 0 auto;
  display: block;
}

#hp_article .hp_price_img,
#hp_simple_article .hp_price_img,
#hp_standard_article .hp_price_img,
#hp_premium_article .hp_price_img {
  width: 800px;
  margin: 0 auto 40px;
}

#hp_article .hp_price_list,
#hp_simple_article .hp_price_list,
#hp_standard_article .hp_price_list,
#hp_premium_article .hp_price_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 80px;
}

#hp_article .hp_price_list .hp_price_item img,
#hp_simple_article .hp_price_list .hp_price_item img,
#hp_standard_article .hp_price_list .hp_price_item img,
#hp_premium_article .hp_price_list .hp_price_item img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#hp_article .hp_option_list,
#hp_simple_article .hp_option_list,
#hp_standard_article .hp_option_list,
#hp_premium_article .hp_option_list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 80px;
}

#hp_article .hp_option_list .hp_option_item img,
#hp_simple_article .hp_option_list .hp_option_item img,
#hp_standard_article .hp_option_list .hp_option_item img,
#hp_premium_article .hp_option_list .hp_option_item img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

#hp_article .flow_section h2,
#hp_simple_article .flow_section h2,
#hp_standard_article .flow_section h2,
#hp_premium_article .flow_section h2 {
  background-color: rgba(0, 0, 0, 0);
  color: #1a96bc;
  line-height: 180%;
  margin: 0 0 60px;
}

#hp_article .flow_section .hp_flow_phase,
#hp_simple_article .flow_section .hp_flow_phase,
#hp_standard_article .flow_section .hp_flow_phase,
#hp_premium_article .flow_section .hp_flow_phase {
  width: 100%;
  padding: 20px 10px;
}

#hp_article .hp_flow_img,
#hp_simple_article .hp_flow_img,
#hp_standard_article .hp_flow_img,
#hp_premium_article .hp_flow_img {
  max-width: 800px;
  margin: 0 auto 40px;
}

#hp_article .hp_flow_phase,
#hp_simple_article .hp_flow_phase,
#hp_standard_article .hp_flow_phase,
#hp_premium_article .hp_flow_phase {
  margin-bottom: 80px;
  position: relative;
}

#hp_article .hp_flow_phase:last-child,
#hp_simple_article .hp_flow_phase:last-child,
#hp_standard_article .hp_flow_phase:last-child,
#hp_premium_article .hp_flow_phase:last-child {
  margin-bottom: 0;
}

#hp_article .hp_flow_phase_title,
#hp_simple_article .hp_flow_phase_title,
#hp_standard_article .hp_flow_phase_title,
#hp_premium_article .hp_flow_phase_title {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  align-items: start;
  position: relative;
  margin-bottom: 100px;
}

#hp_article .hp_flow_phase_title::before,
#hp_simple_article .hp_flow_phase_title::before,
#hp_standard_article .hp_flow_phase_title::before,
#hp_premium_article .hp_flow_phase_title::before {
  content: "";
  position: absolute;
  left: calc(50% - 310px);
  top: 20px;
  width: 250px;
  height: 250px;
  background: #edf7fa;
  border-radius: 50%;
  z-index: 0;
}

#hp_article .phase-number,
#hp_simple_article .phase-number,
#hp_standard_article .phase-number,
#hp_premium_article .phase-number {
  font-size: clamp(70px, 10vw, 90px);
  font-weight: bold;
  color: #00bcd4;
  opacity: 0.4;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: right;
  width: 100%;
  padding-top: 100px;
  right: -35px;
}

#hp_article .phase-head,
#hp_simple_article .phase-head,
#hp_standard_article .phase-head,
#hp_premium_article .phase-head {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 60px 20px 0;
}

#hp_article h2.phase-title,
#hp_simple_article h2.phase-title,
#hp_standard_article h2.phase-title,
#hp_premium_article h2.phase-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0 0 15px;
  padding: 0;
}

#hp_article .phase-description,
#hp_simple_article .phase-description,
#hp_standard_article .phase-description,
#hp_premium_article .phase-description {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.2em;
  color: #666;
  margin-bottom: 0;
}

#hp_article .hp_flow_phase_content ul,
#hp_simple_article .hp_flow_phase_content ul,
#hp_standard_article .hp_flow_phase_content ul,
#hp_premium_article .hp_flow_phase_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#hp_article .hp_flow_phase_content li,
#hp_simple_article .hp_flow_phase_content li,
#hp_standard_article .hp_flow_phase_content li,
#hp_premium_article .hp_flow_phase_content li {
  padding: 12px 0;
  border-bottom: 1px solid #e0e0e0;
}

#hp_article .hp_flow_phase_content li:last-child,
#hp_simple_article .hp_flow_phase_content li:last-child,
#hp_standard_article .hp_flow_phase_content li:last-child,
#hp_premium_article .hp_flow_phase_content li:last-child {
  border-bottom: none;
}

#hp_article ul.hp_flow_phase_list,
#hp_simple_article ul.hp_flow_phase_list,
#hp_standard_article ul.hp_flow_phase_list,
#hp_premium_article ul.hp_flow_phase_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

@media screen and (max-width: 880px) {
  #hp_article ul.hp_flow_phase_list,
  #hp_simple_article ul.hp_flow_phase_list,
  #hp_standard_article ul.hp_flow_phase_list,
  #hp_premium_article ul.hp_flow_phase_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  #hp_article ul.hp_flow_phase_list,
  #hp_simple_article ul.hp_flow_phase_list,
  #hp_standard_article ul.hp_flow_phase_list,
  #hp_premium_article ul.hp_flow_phase_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
#hp_article ul.hp_flow_phase_list li,
#hp_simple_article ul.hp_flow_phase_list li,
#hp_standard_article ul.hp_flow_phase_list li,
#hp_premium_article ul.hp_flow_phase_list li {
  width: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 0;
  background-color: #fff;
}

#hp_article ul.hp_flow_phase_list li p,
#hp_simple_article ul.hp_flow_phase_list li p,
#hp_standard_article ul.hp_flow_phase_list li p,
#hp_premium_article ul.hp_flow_phase_list li p {
  margin: 20px auto 0;
  text-align: center;
  min-height: 50px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 150%;
}

@media (max-width: 768px) {
  #hp_article .hp_flow_phase_title,
  #hp_simple_article .hp_flow_phase_title,
  #hp_standard_article .hp_flow_phase_title,
  #hp_premium_article .hp_flow_phase_title {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #hp_article .hp_flow_phase_title::before,
  #hp_simple_article .hp_flow_phase_title::before,
  #hp_standard_article .hp_flow_phase_title::before,
  #hp_premium_article .hp_flow_phase_title::before {
    width: 150px;
    height: 150px;
    left: -10px;
    top: -10px;
    filter: blur(15px);
  }
  #hp_article .phase-number,
  #hp_simple_article .phase-number,
  #hp_standard_article .phase-number,
  #hp_premium_article .phase-number {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 80px;
    opacity: 0.12;
  }
  #hp_article .phase-head,
  #hp_simple_article .phase-head,
  #hp_standard_article .phase-head,
  #hp_premium_article .phase-head {
    padding-left: 60px;
  }
}
@media screen and (max-width: 880px) {
  .hp_mv_section {
    height: 450px;
  }
  .hp_mv_section_inner {
    position: absolute;
    max-width: 600px;
    width: 80%;
  }
  .hp_mv_section_title {
    flex-direction: column;
    margin: 0 auto;
    text-align: center;
  }
  .hp_mv_section_title_icon {
    width: 150px;
    margin: 0 auto 0;
  }
  .hp_mv_section_title_text h1 {
    font-size: 2rem;
    margin: 0 0 10px;
    line-height: 120%;
  }
  .hp_catch_section {
    margin: 40px auto;
    width: 100%;
  }
  .hp_catch_section h2 {
    font-size: 1.6rem;
    padding: 0;
    margin: 0 auto 20px;
  }
  .hp_section {
    padding: 40px 10px;
  }
  .hp_section_inner {
    width: 100%;
    margin: 0 auto;
  }
  .hp_section h3 {
    font-size: 1.4rem;
  }
  ul.hp_strength_list {
    flex-direction: column;
    gap: 30px;
  }
  ul.hp_image_list {
    flex-direction: column;
    width: 100%;
  }
  ul.hp_image_list li {
    width: 300px;
    margin: 0 auto;
  }
  ul.hp_example_list {
    width: 100%;
    gap: 0;
  }
  ul.hp_example_list li figcaption {
    margin: 0 0 10px;
    line-height: 120%;
  }
  .hidden_sp {
    display: none;
  }
  .hp_example_icon {
    width: 7%;
  }
  .hp_example_icon img {
    width: 100%;
    height: auto;
  }
  .hp_example_kansei {
    width: 80%;
    margin: 20px auto;
  }
  .hp_link a {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .hp_link a img {
    display: block;
    width: 100%;
  }
  ul.hp_page_list {
    width: 100%;
    gap: 1%;
  }
  .hp_price_img {
    width: 100%;
    margin: 0 auto 40px;
  }
  .hp_flow_img {
    width: 100%;
  }
}
.column-swiper .swiper-wrapper .swiper-slide a {
  text-decoration: none;
}

#service_column .column-swiper .swiper-wrapper .swiper-slide h4 {
  display: -webkit-box;
  border: none;
  color: #222;
  text-decoration: none;
  text-align: left;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 55px;
  font-size: 1.2rem;
}

.column-swiper .swiper-wrapper .swiper-slide p {
  display: -webkit-box;
  font-size: 0.9rem;
  margin: 10px 0 0;
  color: #555;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}

.hp_mv_section.simple {
  background-image: url("images/hp/hp_simple_mv_bg_pc.webp");
}

.hp_mv_section.simple .hp_mv_section_title_text p {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .hp_mv_section.simple .hp_mv_section_title_text p {
    font-size: 1.2rem;
    line-height: 150%;
  }
}
.hp_mv_section.simple .hp_mv_section_title_img {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .hp_mv_section.simple .hp_mv_section_title_img {
    margin: 0 auto;
    height: 120px;
  }
  .hp_mv_section.simple .hp_mv_section_title_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hp_mv_section.standard {
  background-image: url("images/hp/hp_standard_mv_bg_pc.webp");
}

.hp_mv_section.standard .hp_mv_section_title_text p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .hp_mv_section.standard .hp_mv_section_title_text p {
    line-height: 150%;
  }
}
.hp_mv_section.standard .hp_mv_section_title_img {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .hp_mv_section.standard .hp_mv_section_title_img {
    margin: 0 auto;
    height: 120px;
  }
  .hp_mv_section.standard .hp_mv_section_title_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.hp_mv_section.premium {
  background-image: url("images/hp/hp_premium_mv_bg_pc.webp");
}

.hp_mv_section.premium .hp_mv_section_title_text p {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .hp_mv_section.premium .hp_mv_section_title_text p {
    line-height: 150%;
  }
}
.hp_mv_section.premium .hp_mv_section_title_img {
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .hp_mv_section.premium .hp_mv_section_title_img {
    margin: 0 auto;
    height: 120px;
  }
  .hp_mv_section.premium .hp_mv_section_title_img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
#hp_simple_article .hp_catch_section,
#hp_standard_article .hp_catch_section,
#hp_premium_article .hp_catch_section {
  margin: 80px auto;
}

#hp_simple_article .hp_catch_section h2,
#hp_standard_article .hp_catch_section h2,
#hp_premium_article .hp_catch_section h2 {
  color: #7abc43;
  line-height: 180%;
  margin: 0 0 40px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  #hp_simple_article .hp_catch_section h2,
  #hp_standard_article .hp_catch_section h2,
  #hp_premium_article .hp_catch_section h2 {
    font-size: 1.8rem;
    line-height: 150%;
  }
}
#hp_simple_article .hp_catch_section .hp_catch_sub,
#hp_standard_article .hp_catch_section .hp_catch_sub,
#hp_premium_article .hp_catch_section .hp_catch_sub {
  max-width: 700px;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 auto;
  text-align: left;
  line-height: 180%;
}

@media screen and (max-width: 768px) {
  #hp_simple_article .hp_catch_section .hp_catch_sub,
  #hp_standard_article .hp_catch_section .hp_catch_sub,
  #hp_premium_article .hp_catch_section .hp_catch_sub {
    padding: 0 10px;
  }
}
#hp_simple_article .hp_strength_list li,
#hp_standard_article .hp_strength_list li,
#hp_premium_article .hp_strength_list li {
  width: 30%;
  max-width: 330px;
}

@media screen and (max-width: 880px) {
  #hp_simple_article .hp_strength_list li,
  #hp_standard_article .hp_strength_list li,
  #hp_premium_article .hp_strength_list li {
    width: 100%;
    max-width: none;
    margin: 0 auto 40px;
  }
}
#hp_simple_article .hp_strength_list li .hp_strength_head,
#hp_standard_article .hp_strength_list li .hp_strength_head,
#hp_premium_article .hp_strength_list li .hp_strength_head {
  display: flex;
  gap: 8px;
  margin: 20px 0;
  align-items: center;
  justify-content: center;
  height: 65px;
}

@media screen and (max-width: 880px) {
  #hp_simple_article .hp_strength_list li .hp_strength_head,
  #hp_standard_article .hp_strength_list li .hp_strength_head,
  #hp_premium_article .hp_strength_list li .hp_strength_head {
    gap: 15px;
    height: 100px;
  }
}
@media screen and (max-width: 450px) {
  #hp_simple_article .hp_strength_list li .hp_strength_head,
  #hp_standard_article .hp_strength_list li .hp_strength_head,
  #hp_premium_article .hp_strength_list li .hp_strength_head {
    margin: 10px 0;
  }
}
#hp_simple_article .hp_strength_list li .hp_strength_head .hp_strength_number,
#hp_standard_article .hp_strength_list li .hp_strength_head .hp_strength_number,
#hp_premium_article .hp_strength_list li .hp_strength_head .hp_strength_number {
  flex: 0 0 55px;
  margin: 10px 0 0;
}

@media screen and (max-width: 880px) {
  #hp_simple_article .hp_strength_list li .hp_strength_head .hp_strength_number,
  #hp_standard_article .hp_strength_list li .hp_strength_head .hp_strength_number,
  #hp_premium_article .hp_strength_list li .hp_strength_head .hp_strength_number {
    flex: 0 0 70px;
  }
}
#hp_simple_article .hp_strength_list li .hp_strength_head .hp_strength_title,
#hp_standard_article .hp_strength_list li .hp_strength_head .hp_strength_title,
#hp_premium_article .hp_strength_list li .hp_strength_head .hp_strength_title {
  text-align: left;
  font-weight: bold;
  font-size: 1rem;
  line-height: 150%;
}

@media screen and (max-width: 880px) {
  #hp_simple_article .hp_strength_list li .hp_strength_head .hp_strength_title,
  #hp_standard_article .hp_strength_list li .hp_strength_head .hp_strength_title,
  #hp_premium_article .hp_strength_list li .hp_strength_head .hp_strength_title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 450px) {
  #hp_simple_article .hp_strength_list li .hp_strength_head .hp_strength_title,
  #hp_standard_article .hp_strength_list li .hp_strength_head .hp_strength_title,
  #hp_premium_article .hp_strength_list li .hp_strength_head .hp_strength_title {
    font-size: 1.2rem;
  }
}
#hp_simple_article .hp_strength_list li .hp_strength_text p,
#hp_standard_article .hp_strength_list li .hp_strength_text p,
#hp_premium_article .hp_strength_list li .hp_strength_text p {
  font-weight: normal;
  font-size: 0.9rem;
  text-align: left;
  line-height: 180%;
}

#hp_simple_article .hp_strength_list li .hp_strength_text .color_green,
#hp_standard_article .hp_strength_list li .hp_strength_text .color_green,
#hp_premium_article .hp_strength_list li .hp_strength_text .color_green {
  color: #7abc43;
}

#hp_simple_article ul.hp_price_icon_list,
#hp_standard_article ul.hp_price_icon_list,
#hp_premium_article ul.hp_price_icon_list {
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

#hp_simple_article ul.hp_price_icon_list li,
#hp_standard_article ul.hp_price_icon_list li,
#hp_premium_article ul.hp_price_icon_list li {
  padding: 10px;
  border: 1px solid #ababab;
  display: flex;
  width: 250px;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 880px) {
  #hp_simple_article ul.hp_price_icon_list li,
  #hp_standard_article ul.hp_price_icon_list li,
  #hp_premium_article ul.hp_price_icon_list li {
    width: 180px;
  }
}
#hp_simple_article ul.hp_price_icon_list li img,
#hp_standard_article ul.hp_price_icon_list li img,
#hp_premium_article ul.hp_price_icon_list li img {
  display: block;
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 880px) {
  #hp_simple_article ul.hp_price_icon_list li img,
  #hp_standard_article ul.hp_price_icon_list li img,
  #hp_premium_article ul.hp_price_icon_list li img {
    width: 30px;
    height: 30px;
  }
}
#hp_simple_article ul.hp_price_icon_list li p,
#hp_standard_article ul.hp_price_icon_list li p,
#hp_premium_article ul.hp_price_icon_list li p {
  text-align: left;
  font-size: 0.9rem;
  margin: 0;
  line-height: 120%;
}

@media screen and (max-width: 880px) {
  #hp_simple_article ul.hp_price_icon_list li p,
  #hp_standard_article ul.hp_price_icon_list li p,
  #hp_premium_article ul.hp_price_icon_list li p {
    font-size: 0.8rem;
  }
}
#hp_simple_article ul.hp_price_icon_list li p span,
#hp_standard_article ul.hp_price_icon_list li p span,
#hp_premium_article ul.hp_price_icon_list li p span {
  font-size: 0.5rem;
}

#hp_simple_article .hp_price_price,
#hp_standard_article .hp_price_price,
#hp_premium_article .hp_price_price {
  padding: 0 20px;
}

#hp_simple_article .hp_price_price img,
#hp_standard_article .hp_price_price img,
#hp_premium_article .hp_price_price img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

@media screen and (max-width: 450px) {
  #hp_simple_article .hp_price_price img,
  #hp_standard_article .hp_price_price img,
  #hp_premium_article .hp_price_price img {
    max-width: 300px;
  }
}
#hp_standard_article .hp_catch_section h2 {
  color: #2869b6;
}

#hp_standard_article .hp_strength_text .color_blue {
  color: #2869b6;
}

#hp_standard_article .hp_price_list {
  margin: 0 0 20px;
}

#hp_standard_article .hp_price_item {
  max-width: 350px;
}

#hp_standard_article .hp_price_list.second {
  flex-wrap: wrap;
}

#hp_standard_article .hp_price_list.second .hp_price_item {
  max-width: 220px;
}

@media screen and (max-width: 450px) {
  #hp_standard_article .hp_price_list.second .hp_price_item {
    width: 48%;
  }
}
#hp_premium_article .hp_catch_section h2 {
  color: #a2599f;
}

#hp_premium_article .hp_strength_text .color_blue {
  color: #a2599f;
}

#hp_premium_article .hp_price_list {
  margin: 0 0 20px;
}

#hp_premium_article .hp_price_item {
  max-width: 350px;
}

#hp_premium_article .hp_price_list.second {
  flex-wrap: wrap;
}

#hp_premium_article .hp_price_list.second .hp_price_item {
  max-width: 220px;
}

@media screen and (max-width: 450px) {
  #hp_premium_article .hp_price_list.second .hp_price_item {
    width: 48%;
  }
}
#hp_premium_article .hp_price_other {
  background-color: #f9f5f9;
  padding: 40px 10px 20px;
  margin: 0 0 40px;
}

#hp_premium_article .hp_price_other h4 {
  color: #a2599f;
  margin: 0;
  text-align: center;
}

#hp_premium_article .hp_price_other {
  background-color: #f9f5f9;
  padding: 40px 10px 20px;
  margin: 0 0 40px;
}

#hp_premium_article .hp_price_other h4 {
  color: #a2599f;
  margin: 0;
  text-align: center;
}

#hp_premium_article .hp_other_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(6, auto);
  grid-auto-flow: column;
  gap: 0 40px;
  align-items: start;
  list-style: none;
  padding: 20px;
  max-width: 750px;
  margin: 0 auto;
}

#hp_premium_article .hp_other_list li {
  position: relative;
  padding-left: 25px;
  padding-bottom: 8px;
  line-height: 1.6;
  text-align: left;
  font-size: 0.9rem;
}

#hp_premium_article .hp_other_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background-color: #a2599f;
  border-radius: 50%;
}

@media (max-width: 768px) {
  #hp_premium_article .hp_other_list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 5px;
    padding: 20px 10px;
  }
  #hp_premium_article .hp_other_list li {
    padding-bottom: 5px;
  }
}
.top-section-title {
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: transparent;
}
.top-section-title::after {
  content: "";
  display: block;
  width: 150px;
  height: 4px;
  background-color: #2869b6;
  margin: 8px 0 0;
}

.logo-slider-section {
  padding: 10px 0;
  overflow: hidden;
  position: relative;
}

.logo-slider-row {
  display: flex;
}

.logo-slider-container {
  display: flex;
  width: fit-content;
}

/* 1行目: 左から右へ */
.logo-slider-row:nth-child(1) .logo-slider-container {
  animation: scrollLeft 80s linear infinite;
}

/* 2行目: 右から左へ */
.logo-slider-row:nth-child(2) .logo-slider-container {
  animation: scrollRight 80s linear infinite;
}

.logo-slider-track {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 5px;
}

.logo-item {
  flex-shrink: 0;
  width: 200px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border-radius: 8px;
  padding: 10px;
  transition: transform 0.3s ease;
}

.logo-item:hover {
  transform: translateY(-5px);
}

.logo-item img {
  display: block;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0.9;
  transition: all 0.3s ease;
}

.logo-item:hover img {
  opacity: 1;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scrollRight {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
  .logo-slider-section {
    padding: 30px 0;
  }
  .logo-slider-row {
    margin-bottom: 15px;
  }
  .logo-slider-track {
    gap: 40px;
    padding: 0 20px;
  }
  .logo-item {
    width: 140px;
    height: 60px;
    padding: 15px;
  }
  /* スマホでは少し速めに */
  .logo-slider-row:nth-child(1) .logo-slider-container {
    animation: scrollLeft 60s linear infinite;
  }
  .logo-slider-row:nth-child(2) .logo-slider-container {
    animation: scrollRight 60s linear infinite;
  }
}
.top-portfolio-section {
  padding: 80px 0;
}

.top-portfolio-inner {
  margin: 0 auto;
}

.top-portfolio-tabs {
  display: flex;
  gap: 0;
  margin: 0 auto;
  justify-content: end;
  max-width: 1000px;
}
@media screen and (max-width: 911px) {
  .top-portfolio-tabs {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .top-portfolio-tabs {
    flex-direction: column;
    gap: 2px;
  }
}

.top-filter-tab {
  background-color: #f4f5f7;
  color: #333;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 12px 30px;
  font-weight: bold;
  font-size: 0.95rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}
.top-filter-tab::after {
  content: "▼";
  margin-left: 8px;
  font-size: 0.7rem;
  color: currentColor;
}
@media screen and (max-width: 911px) {
  .top-filter-tab {
    flex: 1;
    text-align: center;
    padding: 10px 8px;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 450px) {
  .top-filter-tab {
    flex: none;
    padding: 12px 20px;
    text-align: left;
    border-bottom: 1px solid #ddd;
  }
  .top-filter-tab::after {
    content: "";
  }
  .top-filter-tab.active {
    border-left: 4px solid #2869b6;
    border-bottom-color: #ddd;
  }
}
.top-filter-tab:hover {
  background-color: #e6f3ff;
  color: #2869b6;
}
.top-filter-tab.active {
  background-color: #2869b6;
  color: #FFFFFF;
  border-bottom-color: #2869b6;
}
.top-filter-tab.active::after {
  color: #FFFFFF;
}

.top-portfolio-grid-wrap {
  background: #f6f7f9;
  border-top: 1px solid #c1c1c1;
  width: 100%;
  padding: 40px 0 60px;
}

.top-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 50px auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .top-portfolio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top-portfolio-grid {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.top-portfolio-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}

.top-portfolio-item.hidden {
  opacity: 0;
  transform: scale(0.9);
  display: none;
}

.top-portfolio-card {
  background-color: #FFFFFF;
  overflow: hidden;
}

.top-portfolio-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.top-portfolio-image {
  position: relative;
  width: 100%;
  height: 180px;
  overflow: hidden;
  border-radius: 10px;
}
.top-portfolio-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/pastwork_img_bg.webp");
  background-size: cover;
  background-position: center;
  opacity: 0.8;
  z-index: 1;
}
.top-portfolio-image a {
  display: block;
  cursor: pointer;
  height: 100%;
}
.top-portfolio-image img {
  position: relative;
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  padding: 5px;
  transition: all 0.3s ease;
}
.top-portfolio-image img:hover {
  opacity: 0.9;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4)) brightness(1.05);
}

.top-portfolio-item[data-category=homepage] .top-portfolio-image {
  background: none;
}
.top-portfolio-item[data-category=homepage] .top-portfolio-image::before {
  display: none;
}
.top-portfolio-item[data-category=homepage] .top-portfolio-image img {
  position: absolute;
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  filter: none;
  transition: all 0.3s ease;
}
.top-portfolio-item[data-category=homepage] .top-portfolio-image img:hover {
  opacity: 0.8;
}

.category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
}

.category-pastwork-hp {
  background: #2563eb;
}

.category-pastwork-flyer {
  background: #10b981;
}

.category-pastwork-pamphlet {
  background: #f59e0b;
}

.top-portfolio-info {
  padding: 5px 10px;
}

.prefecture {
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}

.pastwork-name {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 8px;
  line-height: 1.4;
}

.product-name {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.5;
}

.top-portfolio-btn {
  text-align: center;
}

.btn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 40px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.btn-more:hover {
  background: #374151;
  transform: translateX(5px);
}

.btn-more .arrow {
  transition: transform 0.3s ease;
}

.btn-more:hover .arrow {
  transform: translateX(5px);
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .top-portfolio-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .top-portfolio-section {
    padding: 60px 0;
  }
  .top-portfolio-inner h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .top-portfolio-tabs {
    gap: 8px;
    margin-bottom: 30px;
  }
  .top-filter-tab {
    padding: 10px 20px;
    font-size: 14px;
  }
  .top-portfolio-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  .pastwork-name {
    font-size: 16px;
  }
  .btn-more {
    padding: 14px 32px;
    font-size: 15px;
  }
}
.service-section {
  padding: 80px 0;
  background: #fff;
}

.service-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.service-header {
  margin-bottom: 50px;
}

.service-description {
  margin-top: 30px;
  line-height: 1.8;
  font-size: 0.9rem;
}

.service-description p {
  margin-bottom: 10px;
}

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

.service-card {
  border-radius: 12px;
  border: 2px solid transparent;
}

.service-image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.service-content {
  padding: 10px 20px;
}

.service-title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e5e7eb;
}

.service-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  font-weight: bold;
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}

.service-title a:hover {
  color: #2563eb;
}

.service-title-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}

.service-title-arrow svg {
  width: 100%;
  height: 100%;
}

.service-title a:hover .service-title-arrow {
  transform: translateX(5px);
}

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

.service-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 5px 0;
  color: #374151;
  font-size: 15px;
  line-height: 1.6;
}

.service-features li::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232563eb' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .service-grid {
    gap: 30px;
  }
  .service-image {
    height: 240px;
  }
}
@media (max-width: 768px) {
  .service-section {
    padding: 60px 0;
  }
  .service-header h2 {
    font-size: 28px;
  }
  .service-grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 40px;
  }
  .service-image {
    height: 200px;
  }
  .service-content {
    padding: 25px;
  }
  .service-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service-features li {
    font-size: 14px;
    padding: 10px 0;
  }
}
.reasons-section {
  padding: 80px 0;
  background: #f9fafb;
}

.reasons-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.reasons-header {
  margin-bottom: 60px;
}

.reasons-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reason-card {
  background: #fff;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.reason-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}

.reason-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.reason-card:hover .reason-image img {
  transform: scale(1.1);
}

.reason-content {
  padding: 30px;
  text-align: center;
}

.reason-title {
  font-size: 18px;
  font-weight: bold;
  color: #111827;
  line-height: 1.6;
  margin-bottom: 0;
}

.reason-highlight {
  color: #dc2626;
  font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .reasons-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}
@media (max-width: 768px) {
  .reasons-section {
    padding: 60px 0;
  }
  .reasons-header {
    margin-bottom: 40px;
  }
  .reasons-header h2 {
    font-size: 28px;
  }
  .reasons-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .reason-image {
    height: 180px;
    padding: 25px;
  }
  .reason-content {
    padding: 25px;
  }
  .reason-title {
    font-size: 16px;
  }
}
.download-section {
  padding: 80px 0;
  background: #fff;
}

.download-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.download-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 30px auto;
}

.download-item {
  flex: 0 0 calc(23% - 15px);
  max-width: calc(23% - 15px);
}
.download-item a {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.download-item a:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.download-item a img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.download-item a:hover img {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .download-item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 768px) {
  .download-section {
    padding: 60px 0;
  }
  .download-grid {
    gap: 15px;
  }
  .download-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.site-footer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 60px 0 30px;
  margin-top: 80px;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-top {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}

.footer-logo-section {
  display: flex;
  flex-direction: column;
}

.footer-logo {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-logo img {
  max-width: 300px;
  height: auto;
}

.footer-contact-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
  text-align: right;
}

.footer-address {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
}

.footer-phone-group {
  display: flex;
  align-items: center;
}

.footer-phone-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
}
.footer-phone-link:hover {
  opacity: 0.8;
}

.footer-phone-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.footer-phone-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.footer-phone-number {
  font-size: 28px;
  font-weight: bold;
  color: #111827;
  line-height: 1.2;
}

.footer-phone-hours {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.2;
}

.footer-divider {
  width: 100%;
  height: 1px;
  background: #e5e7eb;
  margin: 40px 0;
}

.footer-menus {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  margin-bottom: 40px;
  max-width: 1000px;
  margin-left: 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .footer-menus {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.footer-menu-services {
  display: flex;
  flex-direction: column;
}
.footer-menu-services > .footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media (max-width: 768px) {
  .footer-service-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.footer-service-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-service-title {
  font-size: 15px;
  font-weight: bold;
  color: #111827;
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}
.footer-service-title .menu-icon {
  color: #2563eb;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 5px;
}
.footer-service-title a {
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-service-title a:hover {
  color: #2563eb;
}

.footer-menu-others {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer-menu-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-menu-title {
  font-size: 15px;
  font-weight: bold;
  color: #111827;
  margin: 0 0 8px;
  padding-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}
.footer-menu-title .menu-icon {
  color: #2563eb;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 5px;
}
.footer-menu-title a {
  color: #111827;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-menu-title a:hover {
  color: #2563eb;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-menu-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.8;
}
.footer-menu-list li .menu-icon {
  color: #2563eb;
  font-size: 8px;
  flex-shrink: 0;
  margin-top: 7px;
}
.footer-menu-list li a {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
  padding: 0;
}
.footer-menu-list li a:hover {
  color: #2563eb;
}

.footer-bottom {
  text-align: left;
}

.copyright {
  font-size: 14px;
  margin: 0;
}

@media (max-width: 1024px) {
  .footer-menus {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .site-footer {
    padding: 40px 0 20px;
    margin-top: 60px;
  }
  .footer-top {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 30px;
  }
  .footer-contact-section {
    align-items: flex-start;
    text-align: left;
  }
  .footer-logo img {
    max-width: 250px;
  }
  .logo-en {
    font-size: 14px;
  }
  .footer-phone-icon {
    width: 35px;
    height: 35px;
  }
  .footer-phone-number {
    font-size: 24px;
  }
  .footer-phone-hours {
    font-size: 13px;
  }
  .footer-menus {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 30px;
  }
  .footer-divider {
    margin: 30px 0;
  }
  .copyright {
    font-size: 13px;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */