* {
  margin: 0;
  padding: 0; }

body {
  font-family: Montserrat,"Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,"メイリオ",sans-serif ;
  overflow-x: hidden; }

main {
  max-width: 1200px;
  margin: 0 auto; }

img {
  width: 100%; }

a {
  text-decoration: none; }

h1 {
  font-size: 4.903rem; }

h2 {
  font-size: 3rem;
  color: #2dd28d;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px; }
  @media (max-width: 600px) {
    h2 {
      font-size: 2.5rem; } }

/* --- h3 を全セクションで統一デザインにする --- */
h3 {
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  background: none !important;
  text-align: left !important;
  padding: 0 0 12px;
  margin: 40px 0 28px;
  width: 100% !important;     /* ←最重要（上書きを固定） */
  display: block;
  z-index: 1;
}

/* 薄い緑のベースライン */
h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #b7ebd6;
  z-index: -1;
}

/* 左だけ濃いライン */
h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20%;
  max-width: 200px;           /* ← 画面によって長すぎる対策 */
  height: 3px;
  background: #2dd28d;
  z-index: -1;
}

/* SP 用：横幅は必ず100%維持 */
@media (max-width: 768px) {
  h3 {
    width: 100% !important;   /* ←スマホでも強制全幅 */
    font-size: 1.2rem;
  }
}

p {
  color: #4c566c;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em; }

ol, ol li, ul, ul li {
  color: #4c566c;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

ol, ul {
  margin: 0 auto;
    list-style-type: inherit;
}

html body main section#what div.inner div.toc {
  background-color: white !important;
}

span {
  letter-spacing: 0.05em;
  color: #4c566c;}

span.en {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  color: #4c566c;
  display: block;
  text-align: center;
  margin-bottom: calc(24px + 45px);
  position: relative; }
  span.en::after {
    content: "";
    position: absolute;
    top: calc(1em + 24px);
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0 auto;
    height: 2px;
    width: 50px;
    background-color: #2dd28d; }

input,
select {
  -webkit-appearance: none;
  border-radius: 0; }

.fullwidth {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  max-width: 100vw !important; }

.inner {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .inner {
      padding: 0 20px; } }

/*@media (max-width: 768px) {
  .pc {
    display: none !important; } }*/

@media (max-width: 768px) {
  .pc3 {
    display: none !important; } }

@media (max-width: 768px) {
  .sp {
    display: block !important; } }
@media (min-width: 769px) {
  .sp {
    display: none !important; } }

@media (max-width: 1024px) {
  .pc-2 {
    display: none !important; } }

@media (max-width: 1024px) {
  .ipad {
    display: block !important; } }
@media (min-width: 1025px) {
  .ipad {
    display: none !important; } }

header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background-color: #ffffff;
  z-index: 99; }
  header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    height: 72px;
    background-color: #fff; }
    @media (max-width: 768px) {
      header .inner {
        padding: 0 20px; } }
    header .inner img,
    header .inner svg {
      width: 247px; }

a.download-button {
  display: block;
  background-color: #2dd28d;
  border-radius: 50px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  a.download-button span {
    width: 100%;
    display: block;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  a.download-button.header {
    width: 300px;
    height: 50px;
    line-height: 50px; }
  a.download-button.primary {
    width: 320px;
    height: 60px;
    line-height: 60px; }
    @media (max-width: 768px) {
  a.download-button.primary {
    width: 100%;
    margin: 0 auto; } }
  a.download-button.primary {
    margin: 0 auto;
    margin-top: 20px;
  　margin-bottom: 20px;
    display: block;}
  a.download-button::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    -webkit-transform: rotate(45deg) translate(0px, -50%);
            transform: rotate(45deg) translate(0px, -50%);
    position: absolute;
    right: 1.5rem;
    top: 50%; }
  a.download-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #2c444c;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  a.download-button:hover::before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left; }

.title {
  margin-top: -1px;
  margin-bottom: -3px; }
  .title img {
    width: initial !important;
    display: block;
    max-height: 130px; }
  .title.materials {
    background-color: #ffffff; }
  .title.content {
    background-color: #4c566c; }
    .title.content img {
      margin: 0 0 0 auto; }
  .title.media {
    background-color: transparent;
    margin-top: 100px; }

#fv {
  background-color: #e6e7e8;
  background-image: url("https://7899313.fs1.hubspotusercontent-na1.net/hubfs/7899313/raw_assets/public/Kaizen/dx-hakusho/img/bg-fv.svg");
  background-repeat: no-repeat;
  background-position: top 0 left 0;
  background-size: auto 100%;
  padding: 40px 0 50px; }
  @media (max-width: 1600px) {
    #fv {
      background-position: top 0 right 0; } }
  @media (max-width: 768px) {
    #fv {
      height: initial; } }
  #fv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    position: relative; }
    @media (max-width: 1024px) {
      #fv .inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 0 20px; } }
    #fv .inner .desc {
      padding: 35px 0 95px; }
      @media (max-width: 1024px) {
        #fv .inner .desc {
          padding: 0;
          width: 100%; } }
      #fv .inner .desc p {
        letter-spacing: 0.05em;
        font-weight: bold;
        line-height: 1; }
      #fv .inner .desc p.copy-1 {
        font-size: 2.25rem;
        margin-bottom: 20px; }
        @media (max-width: 768px) {
          #fv .inner .desc p.copy-1 {
            line-height: 1.2; } }
      #fv .inner .desc p.copy-2 {
        font-size: 1.125rem; }
        @media (max-width: 768px) {
          #fv .inner .desc p.copy-2 {
            font-size: 1rem;
            line-height: 1.2; } }
      #fv .inner .desc h1 {
        max-width: 557px;
        margin: 60px 0 70px; }
        @media (max-width: 768px) {
          #fv .inner .desc h1 {
            margin: 30px 0; } }
      #fv .inner .desc .cta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 50px; }
        @media (max-width: 768px) {
          #fv .inner .desc .cta {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            gap: 1rem; } }
        #fv .inner .desc .cta .download-number {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          @media (min-width: 769px) {
            #fv .inner .desc .cta .download-number {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column;
              background-color: #ffffff;
              border-radius: 50%;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box;
              color: #000000;
              width: 180px;
              height: 180px; } }
          #fv .inner .desc .cta .download-number #hs_cos_wrapper_module_16397322918143_ {
            font-weight: bold;
            font-size: 2.375rem;
            color: #000000; }
            @media (max-width: 768px) {
              #fv .inner .desc .cta .download-number #hs_cos_wrapper_module_16397322918143_ {
                font-size: 1.25rem; } }
          #fv .inner .desc .cta .download-number p {
            font-size: 0.875rem;
            color: #000000; }
            #fv .inner .desc .cta .download-number p:last-of-type {
              font-size: 1.5rem; }
            @media (max-width: 768px) {
              #fv .inner .desc .cta .download-number p {
                font-size: 1.25rem; } }
            @media (max-width: 3275px) {
              #fv .inner .desc .cta .download-number p {
                font-size: 1rem; } }
            #fv .inner .desc .cta .download-number p span.sp {
              font-size: 1.5rem; }
              @media (max-width: 768px) {
                #fv .inner .desc .cta .download-number p span.sp {
                  display: inline-block !important; } }
              #fv .inner .desc .cta .download-number p span.sp.left {
                -webkit-transform: rotate(10deg);
                        transform: rotate(10deg);
                margin-right: 0.5em; }
              #fv .inner .desc .cta .download-number p span.sp.right {
                -webkit-transform: rotate(-10deg);
                        transform: rotate(-10deg);
                margin-left: 0.5em; }
    #fv .inner .ipad {
      text-align: center; }
      #fv .inner .ipad img {
        margin-bottom: 30px;
        width: 50%; }
    #fv .inner .pc-2 img {
      width: auto;
      height: 76.5vh;
      position: absolute;
      top: 40px; }

#about {
  max-width: 1200px;
  padding: 95px 0 80px; }
  @media (max-width: 768px) {
    #about {
      padding: 40px 20px 50px; } }
  #about p {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto; }
  #about .author-wrapper {
    margin-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #e6e7e8;
    padding: 50px 35px 45px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 30px; }
    @media (max-width: 768px) {
      #about .author-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; } }
    #about .author-wrapper h3 {
      font-size: 1.25rem;
      margin-bottom: 1em; }
      @media (max-width: 768px) {
        #about .author-wrapper h3 {
          text-align: center;
          margin-bottom: 0; } }
    #about .author-wrapper .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      @media (max-width: 768px) {
        #about .author-wrapper .author {
          display: block; } }
      #about .author-wrapper .author img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          #about .author-wrapper .author img {
            float: left;
            margin: 0 1em 0 0; } }
        @media (max-width: 600px) {
          #about .author-wrapper .author img {
            width: 100px;
            height: 100px; } }
      #about .author-wrapper .author .author-desc {
        max-width: 540px; }
        #about .author-wrapper .author .author-desc p {
          text-align: left;
          letter-spacing: 0.05em; }
          #about .author-wrapper .author .author-desc p.name {
            font-size: 1.125rem;
            line-height: 2; }
          #about .author-wrapper .author .author-desc p.company {
            font-size: 0.875rem;
            margin-bottom: 1em; }
          #about .author-wrapper .author .author-desc p.career {
            font-size: 0.875rem; }
            @media (max-width: 768px) {
              #about .author-wrapper .author .author-desc p.career {
                margin-top: 2.5em; } }
  #about ul.books {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media (max-width: 768px) {
      #about ul.books {
        margin: 0 auto; } }
    #about ul.books li img {
      display: block;
      width: 100px;
      height: auto;
      margin: 0 auto 1em; }
    #about ul.books li p {
      font-size: 0.75rem; }

#contents {
  background-color: #4c566c;
  padding: 120px 0 95px; }
  @media (max-width: 768px) {
    #contents {
      padding: 40px 0 50px; } }
  #contents .inner span.en {
    color: #ffffff; }
  #contents .inner p {
    color: #ffffff;
    max-width: 1000px;
    margin: 0 auto; }
  #contents .inner .toc {
    max-width: 800px;
    margin: 45px auto 0;
    background-color: #ffffff;
    font-size: 1.25rem;
    color: #4c566c;
    border-radius: 7px;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #contents .inner .toc > span {
      -ms-flex-preferred-size: 165px;
          flex-basis: 165px;
      text-align: center; }
      @media (max-width: 600px) {
        #contents .inner .toc > span {
          line-height: 40px; } }
    @media (max-width: 600px) {
      #contents .inner .toc {
        display: block; } }
    #contents .inner .toc ul {
      list-style: none; }
      #contents .inner .toc ul li {
        line-height: 30px; }

  #what {
    background-color: #E9F0ED;
    padding: 120px 0 95px; }

    @media (max-width: 768px) {
  #what {
    padding: 40px 0 50px; } }

  #what .inner span.en {
    color: #000000; }
 
#what .inner p {
    color: #4c566c;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 1.2rem;
}
@media (max-width: 768px) {
  #what .inner p {
    padding: 0px 20px 0px 20px; } }

  #what .inner .toc {
    max-width: 800px;
    margin: 45px auto 0;
    background-color: #000000;
    font-size: 1.25rem;
    color: #4c566c;
    border-radius: 7px;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #what .inner .toc > span {
      -ms-flex-preferred-size: 165px;
          flex-basis: 165px;
      text-align: center; }
  @media (max-width: 600px) {
  #what .inner .toc > span {
          line-height: 40px; } }
  @media (max-width: 600px) {
  #what .inner .toc {
        display: block; } }
  #what .inner .toc ul {
      list-style: none; }
  #what .inner .toc ul li {
        line-height: 30px; }

  #what .author-wrapper {
    margin-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: none
    padding: 50px 35px 45px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 30px; }
    @media (max-width: 768px) {
      #what .author-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; } }
    #what .author-wrapper h3 {
      font-size: 1.25rem;
      margin-bottom: 1em; }
      @media (max-width: 768px) {
        #what .author-wrapper h3 {
          text-align: center;
          margin-bottom: 0; } }
    #what .author-wrapper .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      @media (max-width: 768px) {
        #what .author-wrapper .author {
          display: block; } }
      #what .author-wrapper .author img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          #what .author-wrapper .author img {
            float: left;
            margin: 0 1em 0 0; } }
        @media (max-width: 600px) {
          #what .author-wrapper .author img {
            width: 100px;
            height: 100px; } }

@media (min-width: 768px) {
      #what .author-wrapper .author .author-desc {
        max-width: 540px; }
}

      
        #what .author-wrapper .author .author-desc p {
          text-align: left;
          letter-spacing: 0.05em; }
          #what .author-wrapper .author .author-desc p.name {
            font-size: 1.125rem;
            line-height: 2; }
          #what .author-wrapper .author .author-desc p.company {
            font-size: 0.875rem;
            margin-bottom: 1em; }
          #what .author-wrapper .author .author-desc p.career {
            font-size: 0.875rem; }
            @media (max-width: 768px) {
              #what .author-wrapper .author .author-desc p.career {
                margin-top: 2.5em; } }

.author-heading {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  padding: 0 4px;
  z-index: 1;
}

.author-heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;        /* 文字の下に少し被せる */
  width: 100%;
  height: 45%;        /* マーカーの太さ */
  background: rgba(45, 210, 141, 0.35); /* #2DD28D の淡いマーカー色 */
  border-radius: 3px;
  z-index: -1;
}

#overview {
  max-width: 1200px;
  padding: 50px 30px 50px; }
  @media (max-width: 768px) {
    #overview {
      padding: 40px 40px 50px; } }
  @media (max-width: 600px) {
    #overview {
      padding: 40px 40px 50px; } }

  #overview p {
    text-align: left;
    max-width: 1000px;
    margin: 0 auto; }
@media (max-width: 1067px) {
#overview p {
    margin: 0px 50px 0px 50px;}
}
@media (max-width: 600px) {
#overview p {
    margin: 0px 15px 0px 15px;}
}

 #overview li {
    text-align: left;
    max-width: 960px;
    margin: 0px auto; }
@media (max-width: 1067px) {
#overview li {
    margin: 0px 50px 0px 50px;}
}
@media (max-width: 600px) {
#overview li {
    margin: 0px 15px 0px 15px;}
}
  #overview .author-wrapper {
    margin-top: 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 1px #e6e7e8;
    padding: 50px 35px 45px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    gap: 30px; }
    @media (max-width: 768px) {
      #overview .author-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 20px; } }
    #overview .author-wrapper h3 {
      font-size: 1.25rem;
      margin-bottom: 1em; }
      @media (max-width: 768px) {
        #overview .author-wrapper h3 {
          text-align: center;
          margin-bottom: 0; } }
    #overview .author-wrapper .author {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px; }
      @media (max-width: 768px) {
        #overview .author-wrapper .author {
          display: block; } }
      #overview .author-wrapper .author img {
        width: 200px;
        height: 200px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          #overview .author-wrapper .author img {
            float: left;
            margin: 0 1em 0 0; } }
        @media (max-width: 600px) {
          #overview .author-wrapper .author img {
            width: 100px;
            height: 100px; } }

      


        #overview .author-wrapper .author .author-desc p {
          text-align: left;
          letter-spacing: 0.05em; }
          #overview .author-wrapper .author .author-desc p.name {
            font-size: 1.125rem;
            line-height: 2; }
          #overview .author-wrapper .author .author-desc p.company {
            font-size: 0.875rem;
            margin-bottom: 1em; }
          #overview .author-wrapper .author .author-desc p.career {
            font-size: 0.875rem; }
            @media (max-width: 768px) {
              #overview .author-wrapper .author .author-desc p.career {
                margin-top: 2.5em; } }



  #overview ul.books {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
    @media (max-width: 768px) {
      #overview ul.books {
        margin: 0 auto; } }
    #overview ul.books li img {
      display: block;
      width: 100px;
      height: auto;
      margin: 0 auto 1em; }
    #overview ul.books li p {
      font-size: 0.75rem; }

#materials {
  padding: 100px 0;
  background-color: #f0f1f2; }
  @media (max-width: 768px) {
    #materials {
      padding: 40px 0 50px; } }
  #materials .inner {
    max-width: 1200px; }
  #materials .swiper .swiper-wrapper {
    max-width: 100%; }
    #materials .swiper .swiper-wrapper .swiper-slide {
      opacity: 0.5; }
      #materials .swiper .swiper-wrapper .swiper-slide.swiper-slide-active {
        opacity: 1; }
  #materials .swiper .swiper-pagination {
    margin-top: 50px;
    position: static !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 9px; }
    @media (max-width: 768px) {
      #materials .swiper .swiper-pagination {
        margin-top: 30px; } }
    #materials .swiper .swiper-pagination .swiper-pagination-bullet {
      width: 14px;
      height: 14px;
      background: #4c566c;
      opacity: 1; }
      #materials .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #2dd28d; }

#report {
  background-color: #ffffff;
  padding: 100px 0;
  position: relative;
  border-bottom: solid 1px #ffffff; }
  @media (max-width: 768px) {
    #report {
      padding: 40px 0 50px; } }
  #report .inner h2 {
    color: #f5b800;
    font-size: 2.25rem; }
  #report .inner span.en {
    color: #ffffff;
    margin-bottom: 15px; }
    #report .inner span.en::after {
      height: 0; }
  #report .inner span.star {
    display: block;
    text-align: center; }
    #report .inner span.star svg {
      margin: 0 4px; }
  #report .inner .wrapper {
    margin: 45px 0 0;
    padding: 90px 45px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #f5b800; }
    @media (max-width: 768px) {
      #report .inner .wrapper {
        padding: 45px 20px; } }
    #report .inner .wrapper h3 {
      color: #f5b800;
      text-align: center; }
    #report .inner .wrapper span.sub {
      color: #f5b800;
      font-size: 1.25rem;
      text-align: center;
      display: block;
      font-weight: bold; }
    #report .inner .wrapper p {
      color: #ffffff; }
    #report .inner .wrapper hr {
      margin: 50px 0;
      height: 1px;
      background-color: #f5b800;
      width: 100%;
      border: none; }
    #report .inner .wrapper .overview {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 36px;
      margin-top: 45px; }
      @media (max-width: 768px) {
        #report .inner .wrapper .overview {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #report .inner .wrapper .overview > div {
        position: relative;
        width: 360px;
        height: 240px; }
        @media (max-width: 600px) {
          #report .inner .wrapper .overview > div {
            width: initial;
            max-width: 360px; } }
        #report .inner .wrapper .overview > div::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          -webkit-box-shadow: 14.721px 16.349px 43px 0 rgba(57, 65, 81, 0.59);
                  box-shadow: 14.721px 16.349px 43px 0 rgba(57, 65, 81, 0.59);
          mix-blend-mode: multiply;
          width: 100%;
          height: 100%; }
      #report .inner .wrapper .overview img {
        width: 360px;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 600px) {
          #report .inner .wrapper .overview img {
            max-width: 100%; } }
    #report .inner .wrapper .session-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding-top: 60px; }
      @media (max-width: 1200px) {
        #report .inner .wrapper .session-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      #report .inner .wrapper .session-wrapper > ul {
        list-style: none; }
        #report .inner .wrapper .session-wrapper > ul li {
          display: block;
          margin-bottom: 35px; }
          #report .inner .wrapper .session-wrapper > ul li p:first-child {
            font-size: 1.125rem;
            font-weight: bold;
            padding-bottom: 0.5em;
            border-bottom: solid 2px #f5b800; }
          #report .inner .wrapper .session-wrapper > ul li p:nth-child(2) {
            margin-top: 1em; }
      #report .inner .wrapper .session-wrapper .form .hbspt-form label {
        display: block;
        color: #ffffff;
        margin-top: 20px;
        margin-bottom: 10px; }
        #report .inner .wrapper .session-wrapper .form .hbspt-form label span {
          font-size: 16px;
          letter-spacing: 0.05em; }
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="lastname"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="firstname"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="email"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="company"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="division_detail"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="jobtitle"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="mobilephone"],
      #report .inner .wrapper .session-wrapper .form .hbspt-form select[name="z012_smr_date02"] {
        padding: 1.5em;
        border: 1px solid #c9cacd;
        border-radius: 6px; }
        @media (min-width: 769px) {
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="lastname"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="firstname"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="email"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="company"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="division_detail"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="jobtitle"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="mobilephone"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form select[name="z012_smr_date02"] {
            width: 600px; } }
        @media (max-width: 768px) {
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="lastname"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="firstname"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="email"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="company"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="division_detail"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="jobtitle"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form input[name="mobilephone"],
          #report .inner .wrapper .session-wrapper .form .hbspt-form select[name="z012_smr_date02"] {
            width: calc(100% - 40px); } }
      @media (min-width: 769px) {
        #report .inner .wrapper .session-wrapper .form .hbspt-form select[name="z012_smr_date02"] {
          width: 640px; } }
      @media (max-width: 768px) {
        #report .inner .wrapper .session-wrapper .form .hbspt-form select[name="z012_smr_date02"] {
          width: 100%; } }
      #report .inner .wrapper .session-wrapper .form .hbspt-form input[type="submit"] {
        margin: 40px auto 0;
        background-color: #f5b800;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        border: none;
        border-radius: 50px;
        text-align: center;
        display: block;
        position: relative;
        width: 320px;
        max-width: 100%;
        height: 60px;
        line-height: 60px;
        -webkit-transition: 0.5s all;
        transition: 0.5s all; }
        #report .inner .wrapper .session-wrapper .form .hbspt-form input[type="submit"]:hover {
          background-color: #4c566c; }
      #report .inner .wrapper .session-wrapper .form .hbspt-form p {
        margin: 1em 1em 1em 0; }
        #report .inner .wrapper .session-wrapper .form .hbspt-form p a {
          color: #e6e7e8; }

.featured-image {
  max-width: 1200px; /* メインコンテンツと同じ最大幅 */
  margin: 0 auto; /* 中央揃え */
}

@media (max-width: 1200px) {
  .featured-image {
    width: 100%; /* 画面幅が1200px以下の場合、幅を100%に設定 */
  }
}

      .image-container {
        display: flex;
        justify-content: center;
        max-width: 1200px; /* 最大幅を1200pxに設定 */
        margin: 0 auto; /* 中央揃え */
        flex-wrap: nowrap; /* 折り返し無し */}

      .image-container img {
        width: 82%; /* コンテナの50%の幅を各画像が使用するように設定 */
        margin-top: 20px; /* 上のマージンを20pxに設定 */
        margin-bottom: 20px; /* 下のマージンを20pxに設定 */}

/* footer {
  height: 94px;
  background-color: $dark-navy;
  border-top: solid 1px $white;
  line-height: calc(94px + 33px);
  @media (max-width: $tab) {
    text-align: center;
  }

  img {
    width: 230px;
    height: auto;
  }
}
*/
#report {
        width: 100%;
        padding: 30px 15px;
        margin-left: auto;
        margin-right: auto;
    }

    #report input,
    #report textarea {
        width: 100%;
    }

    #report .mktoFormRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #report .hs-input .mktoFieldWrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #report .hs-input label {
        width: 100% !important;
        margin-right: auto;
        font-size: 13px;
    }

    #report .hs-input label[for='firstname'] {
        display: none;
    }

    #report .hs-input input#lastname {
        margin-bottom: 10px;
    }

    #report .hs-input input#firstname {
        top: -48px;
    }

    #report .hs-input label[for='z012Temp00SMRprivacy'] {
        font-size: 14px;
        padding: 25px 15px 0;
    }

    #report .hs-input input[type=checkbox]+label:before {
        width: 18px;
        height: 18px;
        font-size: 14px;
        left: 21px;
        top: 22px;
        padding-top: 1px;
    }

    #report .hs-button.primary.large {
        margin-bottom: 30px;
    }

    #report .hs-button.primary.large button {
        background: none;
        border-radius: 7px;
        overflow: hidden;
        padding: 10px 25px;
    }

    #report .mktoHtmlText strong {
        font-size: 15px;
    }

.form-title {
  font-size: 1.5rem;
  color: #4c566c;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 28px;
  margin-left: 25px;
  margin-right: 20px;
}
  @media (max-width: 600px) {
    .form-title {
      font-size: 1.2rem; } }

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

@media screen and (max-width: 640px){
  
  .lead_container {
    width: 90%;
  }
}

.fan {
background: #4c566c;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: .05em;
    margin: 30px auto 28px;
    padding: 10px;
    text-align: center;
    width: 35%;
}

/* --- 2つのCTAラッパー --- */
.cta-duo-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 50px;
  margin: 20px auto 30px;
  max-width: 1100px;
  flex-wrap: nowrap;
}

/* --- CTA全体のコンテナ（横幅管理用） --- */
.cta-block {
  position: relative;
  width: 380px;
  box-sizing: border-box;
}

/* --- 各CTAの共通デザイン --- */
.cta-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  text-decoration: none;
  border-radius: 60px;
  padding: 20px 32px;
  width: 100%;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* --- 吹き出し（上の小タグ部分） --- */
.cta-tag {
  display: inline-block;
  background: #3d3d3d;
  color: #fff;
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  margin-bottom: 12px;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 10 !important;
}

.cta-tag::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: #3d3d3d transparent transparent transparent;
  z-index: 10 !important;
}

/* --- メイン文言 --- */
.cta-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

/* --- 左：資料DL（黒） --- */
.cta-left {
  background: #2e2e2e;
}

/* ★ 左側：吹き出しを緑 (#2DD28D) に変更 */
.cta-left .cta-tag {
  background: #2DD28D;
}
.cta-left .cta-tag::after {
  border-color: #2DD28D transparent transparent transparent;
}

/* --- 右：無料相談（緑） --- */
.cta-right {
  background: #2DD28D;
  color: #fff;
}

.cta-right .cta-tag {
  background: #4c4c4c;
}
.cta-right .cta-tag::after {
  border-color: #4c4c4c transparent transparent transparent;
}

/* --- ホバー --- */
.cta-item:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}

/* --- スマホ対応 --- */
@media (max-width: 768px) {
  .cta-duo-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }
  .cta-block {
    width: 100%;
    max-width: 500px;
  }
  .cta-item {
    width: 100%;
    padding: 24px 30px;
  }
  .cta-title {
    font-size: 1.2rem;
  }
}

/* 左側CTAブロックの吹き出しを緑に変更 */
#overview .cta-block:first-of-type .cta-tag {
  background: #2DD28D !important;
}

#overview .cta-block:first-of-type .cta-tag::after {
  border-color: #2DD28D transparent transparent transparent !important;
}

#what .author-wrapper .author img {
  width: 260px;       /* ← 元が 200px 想定、これで20〜30%アップ */
  height: auto;       /* アスペクト比維持 */
}

/* スマホ時は画面幅が狭いので少し控えめ */
@media (max-width: 768px) {
  #what .author-wrapper .author img {
    width: 180px;
  }
}

/* --- 3カラムカードレイアウト --- */

/* カード全体ラッパー */
.kaizen-feature-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px; /* カード間の余白 */
  margin: 40px 0 60px;
}

/* カード本体 */
.feature-card {
  width: calc((100% - 64px) / 3);
  flex: 0 0 calc((100% - 64px) / 3);

  background: #fff;
  border: 2px solid #2DD28D;
  border-radius: 12px;
  padding: 30px 24px;
  text-align: center;
  box-sizing: border-box;
  transition: all .3s ease;
}

/* ホバー時 */
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* アイキャッチ画像 */
.feature-card img {
  width: 120px;
  height: auto;
  margin-bottom: 20px;
}

/* タイトル */
.feature-card h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4c566c;
  margin-bottom: 15px;
}

/* 説明文 */
.feature-card p {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #4c566c;
}

/* --- スマホ（1カラム） --- */
@media (max-width: 900px) {
  .feature-card {
    width: 100%;
    flex: 0 0 100%;
  }
  .kaizen-feature-cards {
    gap: 20px;
  }
  .feature-card img {
    width: 100px;
  }
}

/* CTAセクション：薄い緑の全幅背景 */
#cta-section {
  position: relative;
  padding: 60px 0;
  background: #E9FBF4;
}

/* 全幅に広げるための疑似要素 */
#cta-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background: #E9FBF4;
  z-index: -1;
}