@charset "UTF-8";

.wp-pagenavi {
  position: relative;
  margin-top: 3.5rem;
  text-align: center;
}

.pagination {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 0;
}

.pagination .prev,
.pagination .next {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7rem;
  height: 2.7rem;
  vertical-align: middle;
  border-radius: 50%;
  transition: background-color 0.8s cubic-bezier(0.45, 0.12, 0.04, 0.96);
  transform: translateY(-50%);
}

.pagination .prev .btn-arw,
.pagination .next .btn-arw {
  width: 2.7rem;
  height: 2.7rem;
}

.pagination .prev .btn-arw svg,
.pagination .next .btn-arw svg {
  width: 100%;
  height: 100%;
  fill: #cb1414;
  stroke: #fff;
}

.pagination .prev {
  left: 0;
}

.pagination .prev .btn-arw {
  transform: scale(-1, 1);
}

.pagination .next {
  right: 0;
}

.pagination .pager {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.2rem;
  margin: 0 0.5rem;
  font-weight: 700;
  line-height: 1;
  color: #cb1414;
  letter-spacing: 0;
  vertical-align: middle;
  border: 1px solid #cb1414;
  border-radius: 50%;
  transition: color 0.4s ease, background-color 0.4s ease;
  font-size: 12px;
  font-size: 1.2rem;
}

.pagination .pager.current {
  color: #fff;
  background: #cb1414;
}

.singlenavi {
  position: relative;
  display: flex;
  justify-content: center;
}

.singlenavi .prev,
.singlenavi .next {
  position: absolute;
  top: 0;
}

.singlenavi .prev {
  left: 0;
  justify-content: flex-end;
  padding: 0.25rem 2rem 0.25rem 4rem;
}

.singlenavi .prev .btn-arw {
  right: auto !important;
}

.singlenavi .prev .btn-arw {
  left: 1.4rem;
  transform: scale(-1, 1);
}

.singlenavi .next {
  right: 0;
  padding: 0.25rem 4rem 0.25rem 2rem;
}

.singlenavi .page-back {
  justify-content: center;
  width: 12rem;
  padding: 0.25rem 1rem;
  background: #7f2100;
  border: 1px solid #7f2100;
}

.blog-detail-mv {
  position: relative;
  z-index: 1;
  min-height: 20rem;
}

.blog-detail-mv__inner {
  padding: 7.75rem 0 3.5rem;
}

.blog-detail-mv__breadcrumbs {
  position: relative;
  margin-bottom: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.blog-detail-mv__breadcrumbs>span {
  position: relative;
  top: 0.1rem;
}

.blog-detail-mv__ttl .meta {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.25rem;
  font-size: 0;
}

.blog-detail-mv__ttl .time {
  position: relative;
  font-weight: 400;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.blog-detail-mv__ttl .post-type {
  position: relative;
  padding-left: 1em;
  margin-left: 1em;
  font-weight: 400;
  line-height: 1.35;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.blog-detail-mv__ttl .post-type::before {
  position: absolute;
  top: 6%;
  left: 0;
  width: 1px;
  height: 80%;
  content: "";
  background: #cb1414;
}

.blog-detail-mv__ttl .tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0.75rem;
  font-size: 0;
}

.blog-detail-mv__ttl .tags a {
  display: inline-block;
  margin: 0 1rem 0 0;
  font-weight: 700;
  line-height: 1.5;
  color: #969696;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}

.blog-detail-mv__ttl .ttl {
  font-weight: 700;
  line-height: 1.4705882353;
  letter-spacing: 0;
  font-size: 26px;
  font-size: 2.6rem;
}

.blog-detail-cont {
  position: relative;
  padding: 0 0 5rem;
}

.single-entry {
  padding-bottom: 4.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.single-entry__thumb {
  margin-bottom: 3rem;
}

.single-entry__thumb img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single-entry h2 {
  position: relative;
  padding: 0.577em 0.9615em;
  margin: 2.15em 0 1.1em;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  letter-spacing: 0;
  background: linear-gradient(90deg, rgb(203, 20, 20) 0%, rgb(255, 100, 80) 100%);
  border-radius: 0.3rem;
  font-size: 20px;
  font-size: 2rem;
}

.single-entry h2:first-child {
  margin-top: 0;
}

.single-entry h3 {
  position: relative;
  padding: 0 0 0.35em 1.4rem;
  margin: 2.15em 0 0.95em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-bottom: 1px solid #dadada;
  font-size: 18px;
  font-size: 1.8rem;
}

.single-entry h3::before {
  position: absolute;
  top: 16%;
  left: 0;
  width: 0.3rem;
  height: calc(75% - 0.35em);
  content: "";
  background: #cb1414;
  border-radius: 1rem;
}

.single-entry h4 {
  position: relative;
  margin: 2.15em 0 0.65em;
  font-weight: 700;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry p {
  margin-bottom: 0.9375em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry p:last-child {
  margin-bottom: 0;
}

.single-entry p a {
  color: #009bfd;
  text-decoration: underline;
}

.single-entry p a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.single-entry p em {
  font-style: italic;
}

.single-entry p b {
  font-weight: 700;
  background-image: linear-gradient(#fff175, #fff175);
  background-repeat: no-repeat;
  background-position: 0 92%;
  background-size: 100% 0.5em;
}

.single-entry p strong {
  font-weight: 700;
}

.single-entry p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.single-entry p iframe{
  display: block;
  margin: 0 auto;
}

.single-entry p img.alignright,.single-entry p iframe.alignright {
  margin: 0 0 0 auto;
}

.single-entry p img.alignleft,.single-entry p iframe.alignleft {
  margin: 0 auto 0 0;
}

.single-entry ul {
  margin-bottom: 1.1em;
}

.single-entry ul:last-child {
  margin-bottom: 0;
}

.single-entry ul>li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry ul>li:last-child {
  margin-bottom: 0;
}

.single-entry ul>li::before {
  position: absolute;
  top: 0.8rem;
  left: 0.3rem;
  width: 0.4em;
  height: 0.4em;
  /* content: "";*/
  background-color: #cb1414;
  border-radius: 50%;
}

.single-entry .list_decoration>li::before {
  position: absolute;
  top: 1.2rem;
  left: 0.4rem;
  width: 0.4em;
  height: 0.4em;
  content: "";
  background-color: #cb1414;
  border-radius: 50%;
}

.single-entry .point-list.list_decoration>li::before {
  left: -1rem;
}

.single-entry ul>li>a {
  color: #009bfd;
  text-decoration: underline;
}

.single-entry ul>li>a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.single-entry ol {
  margin-bottom: 1.1em;
  counter-reset: number 0;
}

.single-entry ol.alpha>li::before {
  content: counter(number, lower-alpha) ".";
}

.single-entry ol:last-child {
  margin-bottom: 0;
}

.single-entry ol>li {
  padding-left: 1.5em;
  margin-bottom: 0.225em;
  line-height: 1.6666666667;
  text-indent: -1.5em;
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry ol>li:last-child {
  margin-bottom: 0;
}

.single-entry ol>li.int {
  padding-left: 2em;
  text-indent: -2em;
}

.single-entry ol>li::before {
  padding-right: 0.5em;
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0.05em;
  content: counter(number, decimal) ".";
  counter-increment: number 1;
  font-size: 14px;
  font-size: 1.4rem;
}

.single-entry ol>li>a {
  color: #009bfd;
  text-decoration: underline;
}

.single-entry ol>li>a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-left: 0.4rem;
  vertical-align: baseline;
  content: "";
  background-image: url("/wp/assets/img/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.single-entry ol>li>ol {
  margin: 1.1em 0 1.1em 1.5em !important;
}

.single-entry blockquote {
  padding: 2rem;
  margin-bottom: 1.5rem;
  font-style: italic;
  background: #f7f7f7;
}

.single-entry hr {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  border: none;
}

.single-entry__table {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0.9375em;
  border-bottom: 1px solid #dadada;
}

.single-entry__table:last-child {
  margin-bottom: 0;
}

.single-entry__table th,
.single-entry__table td {
  position: relative;
  display: block;
}

.single-entry__table th {
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #fff;
  letter-spacing: 0;
  background: #cb1414;
  font-size: 12px;
  font-size: 1.2rem;
}

.single-entry .wp-video {
  margin: 0 auto 0.9375em;
}

.single-entry .title-sup {
  display: block;
  margin-bottom: -2.75em;
  font-weight: 700;
  color: #cb1414;
  font-size: 14px;
  font-size: 1.4rem;
}

.single-entry .note {
  position: relative;
  display: block;
  margin: -0.4375em 0 0 1em;
  font-size: 87.5%;
  text-indent: -1em;
  opacity: 0.6;
}

.single-entry .note::before {
  display: inline;
  content: "※";
}


.blog-table {
  width: 100%;
  margin-top: 5rem;
  margin-bottom: 0.9375em;
  border-collapse: collapse;
  font-size: 1.6rem;
}

.blog-table:last-child {
  margin-bottom: 0;
}

.blog-table th,
.blog-table td {
  padding: 1rem 1.5rem;
  border: 1px solid #dadada;

}

.blog-table th {
  padding: 1rem 1.5rem;
  font-weight: 700;
  line-height: 1.6666666667;
  color: #fff;
  letter-spacing: 0;
  background: #d3d3d3;
  font-size: 1.6rem;
}

#toc_container {
  width: 100%;
  max-width: 73rem;
  padding: 2rem 2.5rem 3rem;
  margin: 4rem auto;
  font-size: inherit;
  background: #f7f7f7;
  border: none;
}

#toc_container .toc_title {
  margin-bottom: 0.5em !important;
}

#toc_container .toc_title {
  font-weight: 700;
  color: #cb1414;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

#toc_container .toc_list>li {
  padding: 0.6em 0;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  border-top: 1px solid #dadada;
  font-size: 14px;
  font-size: 1.4rem;
}

#toc_container .toc_list>li::before {
  display: none;
}

#toc_container .toc_list>li>ul {
  margin: 0.35em 0 0.5em 1em;
}

#toc_container .toc_list>li>ul>li {
  margin-bottom: 0.35em;
  font-weight: 400;
  font-size: 10px;
  font-size: 1rem;
}

#toc_container .toc_list>li>ul>li:last-child {
  margin-bottom: 0;
}

#toc_container .toc_list>li>ul>li::before {
  display: none;
}

#toc_container .toc_list>li a {
  color: #000 !important;
}

#toc_container .toc_list>li a {
  text-decoration: none;
}

#toc_container .toc_list>li .toc_number {
  font-weight: 700;
  color: #cb1414;
}

@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .c-btn:hover {
    color: #fff;
    background: #cb1414;
    filter: drop-shadow(0 0.5rem 1rem rgba(0, 0, 0, 0.3));
    transform: translate3d(0, 0, 0);
  }

  .pagination .pager:hover {
    color: #fff;
    background: #cb1414;
  }

  .singlenavi .page-back:hover {
    color: #7f2100;
  }

  .single-entry p a:hover {
    text-decoration: none;
  }

  .single-entry ul>li>a:hover {
    text-decoration: none;
  }

  .single-entry ol>li>a:hover {
    text-decoration: none;
  }

  #toc_container .toc_list>li a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  .wp-pagenavi {
    margin-top: 7rem;
  }

  .pagination {
    width: 56rem;
  }

  .pagination .prev,
  .pagination .next {
    width: 4.2rem;
    height: 4.2rem;
  }

  .pagination .prev .btn-arw,
  .pagination .next .btn-arw {
    width: 4.2rem;
    height: 4.2rem;
  }

  .pagination .pager {
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .singlenavi .c-btn {
    width: 21rem;
  }

  .singlenavi .prev {
    padding: 0.5rem 3rem 0.5rem 6rem;
  }

  .singlenavi .prev .btn-arw {
    left: 2rem;
  }

  .singlenavi .next {
    padding: 0.5rem 6rem 0.5rem 3rem;
  }

  .singlenavi .page-back {
    width: 20rem;
    padding: 0.5rem 4rem;
  }

  .blog-detail-mv {
    min-height: 35rem;
  }

  .blog-detail-mv__inner {
    padding: 12.75rem 0 6rem;
  }

  .blog-detail-mv__breadcrumbs {
    margin: 0 -0.7rem 3.75rem;
  }

  .blog-detail-mv__breadcrumbs>span {
    padding: 0 0.7rem;
  }

  .blog-detail-mv__ttl .time {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .blog-detail-mv__ttl .post-type {
    margin-right: 2.5rem;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .blog-detail-mv__ttl .tags {
    width: auto;
    margin-top: 0;
  }

  .blog-detail-mv__ttl .tags a {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .blog-detail-mv__ttl .ttl {
    font-size: 34px;
    font-size: 3.4rem;
  }

  .blog-detail-cont {
    padding: 0 0 10rem;
  }

  .single-entry {
    padding-bottom: 7.5rem;
  }

  .single-entry__thumb {
    margin-bottom: 4rem;
  }

  .single-entry h2 {
    border-radius: 0.6rem;
    font-size: 26px;
    font-size: 2.6rem;
  }

  .single-entry h3 {
    padding: 0 0 0.35em 1.6rem;
    font-size: 22px;
    font-size: 2.2rem;
  }

  .single-entry h3::before {
    top: 16%;
    width: 0.4rem;
    border-radius: 2rem;
  }

  .single-entry h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry p {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry p a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .single-entry ul>li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry ul>li::before {
    top: 1.2rem;
  }

  .single-entry ul>li>a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .single-entry ol>li {
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry ol>li::before {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .single-entry ol>li>a[target=_blank]::after {
    width: 1.2rem;
    height: 1.2rem;
  }

  .single-entry blockquote {
    padding: 3.5rem;
    margin-bottom: 2.5rem;
  }

  .single-entry__table {
    margin-top: 9rem;
  }

  .single-entry__table th,
  .single-entry__table td {
    display: table-cell;
    padding: 2rem 3rem;
    border-top: 1px solid #dadada;
  }

  .single-entry__table th {
    width: 16rem;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
  }

  .single-entry .title-sup {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #toc_container {
    padding: 3rem 5rem 4rem;
    margin: 7.5rem auto;
  }

  #toc_container .toc_title {
    font-size: 22px;
    font-size: 2.2rem;
  }

  #toc_container .toc_list>li {
    font-size: 18px;
    font-size: 1.8rem;
  }

  #toc_container .toc_list>li>ul>li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .singlenavi .prev,
  .singlenavi .next {
    width: 10rem;
  }

  .single-entry__table td {
    padding: 1.5rem 0 2rem;
  }
}



/*260114ブログ追加装飾*/

.blog_anchor{
  border: 1px solid #dadada;
  border-radius: 1rem;
  display: block;
  padding: 1rem 2rem;
  text-decoration: underline;
}

.blog_strong {
    background: linear-gradient(transparent 60%, #ffd9d7 0);
    font-weight: bold; 
    color: #cb1414;
}

.point-list {
    background-color: #FFF6F5;
    padding: 2rem 3rem;
    border-radius: 1rem;     
    margin-bottom: 0.9375em;
    font-size: 1.2rem;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .point-list {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.point-list li {
  padding: 0 !important;
}

.single-entry p:has(img),.single-entry p:has(iframe) {
  margin: 3rem auto;
  text-align: center;
}

.single-entry p img {
  margin-bottom: 1rem;
}

.blog_iframe{
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}



/*CTA*/
.common-cta__bottom-inner {
    background-color: #FFD6D6 !important;
    padding: 0 !important;
    filter: drop-shadow(0 0.25rem 0.5rem rgba(0, 0, 0, 0.1));
    border-radius: 0.5rem;
    transform: translateZ(0);
}

.common-cta__top {
    margin-top: 4rem;
}

.common-cta {
    padding: 3rem 0 4.5rem;
}

.common-cta__ttl {
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #cb1414;
    text-align: center;
    --spacing: 0.03em;
    font-size: 22px;
    font-size: 2.2rem;
}

.common-cta-btn-box {
    display: flex !important;
    justify-content: center !important;
    gap: 3rem;
}

.c-btn{
border: 1px #cb1414 solid;
}

.common-cta__btn-box {
    text-align: center;
}

@media screen and (min-width: 768px) {
  .common-cta__ttl {
    margin-bottom: 3.5rem;
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
.common-cta-btn-box {
        display: block !important;
        text-align: center;
  }

.common-cta-btn-box .c-btn:not(:first-child) {
        margin-top: 1.5rem;
    }
}


.img_2column {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.img_2column br, 
.img_2column p:empty { 
    display: none !important; 
}

.img_2column > div,
.img_2column > figure {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    text-align: center;
}

.img_2column img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 8px;
}

.img_2column p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .img_2column { gap: 20px; }
    .img_2column > div,
    .img_2column > figure {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.point-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #FFF6F5;
  padding: 2rem 3rem;
  border-radius: 10px;
  transition: opacity 0.3s;
}

.point-cta:hover {
  opacity: 0.7;
}

.point-cta img {
  width: 260px !important;
  height: auto;
}
.point-cta strong {
  display: block;
  font-size: 1.8rem;
  color: #cb1414;
}

@media (max-width: 767px) {
  .point-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .point-cta strong { font-size: 1.4rem; }

  .point-cta img {
  width: 100% !important;
  height: auto;
}
}



.author-box {
  display: flex;
  align-items: center;
  gap: 28px;
  background: #f7f7f7;
  border-radius: 1rem;
  padding: 28px;
  margin: 3rem 0 0 0;
  box-sizing: border-box;
}
.author-box__icon {
  flex: 0 0 auto;
}
.author-box__icon img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
  background: #e9e9e9;
  display: block;
}
.author-box__body {
  flex: 1 1 auto;
  min-width: 0;
}
.author-box__name {
  margin: 0 0 12px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #000;
}
.author-box__label {
  font-weight: normal;
  font-size: 1.5rem;
}
.author-box__name strong {
  font-weight: 700;
}
.author-box__desc {
  margin: 0 !important;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #555;
}

/* スマートフォン表示（縦並びに切り替え） */
@media (max-width: 767px) {
  .author-box {
    flex-direction: column;
    text-align: center;
    gap: 18px;
    padding: 24px 20px;
  }
  .author-box__icon img {
    width: 88px;
    height: 88px;
  }
  .author-box__desc {
    text-align: left;
  }
}




/*hubspot*/
.hbspt-form{
  width: 100% !important;
  margin: 0 auto 140px auto;
  position: relative !important;
}

.hbspt-form fieldset{
  width: 100% !important;
  max-width: 100% !important;
}

.hbspt-form .form-columns-1 .hs-form-field,.hbspt-form .form-columns-2 .hs-form-field{
  width: 100% !important;
  max-width: 100% !important;
  padding: 24px 0 !important;
  border-block: 1px solid #e3e3e3 !important;
  margin-bottom: -1px;
}

.hbspt-form .form-columns-2 .hs-form-field{
  padding: 24px 0 !important;
  width: 100% !important;
  float: none !important;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 0 0 24px !important;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 15px !important;
}

input[type=text], input[type=email], input[type=tel],select {
  padding: 0 1rem !important;
  height: 53px !important;
}

.grecaptcha-badge{
  width: 256px;
  height: 60px;
  display: block;
  transition: right 0.3s;
  position: absolute;
  bottom: -100px;
  right: 0;
  box-shadow: gray 0px 0px 5px;
  border-radius: 2px;
  overflow: hidden;
}

.hbspt-form .input{
  width: 100% !important;
  display: contents;
  margin: 0;
}

.hs-fieldtype-text input,
.hs_phone input,
.hbspt-form textarea,select{
  background-color: #f8f8f8;
  width: 100% !important;
}

.hbspt-form textarea{
  height: 120px;
  padding: 1rem;
}

.hbspt-form .form-columns-1 .field label{
  width: 254px;
}

.hbspt-form .form-columns-1 .field label p{
  display: inline-block;
}

.hbspt-form .form-columns-2 .field label{
  width: 100px !important;
}

.form-columns-2 select{
  width: 100% !important;
}

.hbspt-form .multi-container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
  margin-top: 20px;
}

.hs-form-checkbox-display,.hs-form-radio-display{
  display: flex;
  gap: 10px;
  width: auto !important;
  align-items: center;
}

.hbspt-form input[type=checkbox],.hbspt-form input[type=radio]{
  width: 26px !important;
  height: 26px !important;
  accent-color: #eb5b5b;
}

.hs-form-checkbox,.hs-error-msgs li{
  padding-left: 0 !important;
}

.hs-form-checkbox::before,.hs-error-msgs li::before{
  display: none;
}

.hs-error-msg,.hs_error_rollup{
  color: #cb1414;
  font-size: 13px !important;
}

.hs-form-required{
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    padding: 4px 9px;
    margin-left: 15px;
    background: #eb5b5b;
    color: #fff;
    border-radius: 0 !important;
    font-size: 0;
    font-weight: 400;
    -webkit-border-radius: 0.6rem;
    line-height: 1;
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
}

.hs-form-required::before:lang(en){
  content: 'required';
  display: block;
  font-size: 13px;
}

.hs-form-required::before{
  content: '必須';
  display: block;
  font-size: 13px;
}

#hsForm_073e0074-2fd0-43bd-b8a9-ea1dd1359bda .hs-form-required::before,
#hsForm_44642cb4-189b-400c-8ec5-5c19f80a87c1 .hs-form-required::before{
  content: 'Required' !important;
}

.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  width: 12rem;
  height: 4.8rem;
  padding: 0.25rem 1rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.svelte-select{
  height: 55px !important;
}

.hbspt-form select{
  height: 55px;
}

.hs-field-desc a{
  text-decoration:underline;
}

.document-detail-cont__form .hbspt-form{
  background-color: #fff;
  padding: 3rem 1.5rem 10rem;
}

.hbspt-form .form-columns-0 .hs-main-font-element{
  padding: 48px 0 !important;
  font-size: min(2.4rem, 24px) !important;
  font-weight: bolder;
  display: flex;
  gap: 10px;
}

.hbspt-form .form-columns-0 .hs-main-font-element::before{
  content: "";
  width: 6px;
  height: 40px;
  background-color: #cb1414;
  display: block;
}


/*251027 formボタン*/

.contact-form .btn-box{
  margin-top: 2rem;
  text-align: center;
}

.contact-form .c-btn.--b-red{
  border: 1px solid #cb1414;
  height: auto;
  justify-content: center;
}

.hs-richtext h3{
  margin: 0;
}

.hs-richtext h3::before{
  display: none;
}


/*hubspot*/

@media screen and (min-width: 768px) {


.hs-form-required::before,.hbspt-form span p{
  font-size: 1.3rem;
}

.hbspt-form strong,.hs-form-checkbox,.hs-form-radio-display{
  font-size: 1.6rem !important;
}

.hbspt-form .form-columns-1 .hs-form-field,.hbspt-form .form-columns-2 .hs-form-field{
  font-size: 1.6rem !important;
}

.svelte-select{
  height: 53px !important;
}

.hbspt-form select{
  height: 53px;
  padding: 0 1.5rem;
}

.hs_submit{
  margin: 40px auto;
  text-align: center;
}
.hs_submit input{
  position: relative;
  display: inline-flex;
  width: 20rem;
  height: 6.4rem;
  padding: 0.5rem 4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  background: #cb1414;
  border-radius: 36px;
}

.hbspt-form .form-columns-2{
  display: flex;
  gap: 40px;
}

.hbspt-form .form-columns-2 .hs-form-field:last-child{
  padding: 24px 0 !important;
}



/* PCサイズ（例: 768px以上）で、かつ .is-2column クラスがある時だけ適用 */
  .single-entry.is-2column {
    display: grid;
    grid-template-columns: 6fr 4fr; /* 左右 1:1 */
    gap: 0 5rem;
    align-items: start;
  }

  .container-s:has(.is-2column),.container-s:has(.container-2column){
    padding: 0 10rem;
  }

  /* 左側：1番目と2番目の要素 */
  .is-2column > * {
    grid-column: 1 / 2;
  }

  /* 右側：3番目の要素（上から下までぶち抜き） */
  .is-2column > *:last-child {
    grid-column: 2 / 3;
    grid-row: 1 / 10; /* 前述の通り、大きめの数字で全行カバー */
    border: 20px solid #f4f4f4; /* 20pxの赤い「マージン風」の余白 */
    padding: 3rem 2rem;
  }

.is-2column .single-entry__table{
  margin-top: 3rem;
}

.is-2column .hs-richtext{
  margin-top: -65px;
}

.is-2column .singlenavi{
  display: none;
}

.single-entry .wp-video {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    background: #000;
}

}


.single-entry p .hbspt-form{
  text-align: left !important;
}