@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap");
.pc {
  display: inherit;
}

.sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit;
  }
}
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

b, strong {
  font-weight: bold;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button, input {
  /* 1 */
  overflow: visible;
}

button, select {
  /* 1 */
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  width: 100%;
  height: 100%;
  font-weight: 400;
  background-color: #fff;
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  background-color: #fff;
  overflow: visible;
  font-feature-settings: "palt";
  font-size: 1rem;
  color: #1A1A1A;
  letter-spacing: 1.4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  word-wrap: break-word;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1270px;
  }
}
em {
  font-style: normal;
}

ins, mark {
  color: #1A1A1A;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

.l-header {
  width: 100%;
  z-index: 9999;
  margin: 0 auto 0;
  top: 0;
  position: fixed;
  padding-top: 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: -114px;
    margin: 114px auto 0;
  }
}

.l-header.is_fix {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 0;
  transition: top 0.4s ease-in;
  -webkit-transition: top 0.4s ease-in;
  -moz-transition: top 0.4s ease-in;
  background: #fff;
}

.p-header-global {
  background: #fff;
  border-bottom: 6px solid #E60000;
}
@media screen and (max-width: 768px) {
  .p-header-global {
    border-bottom: 4px solid #E60000;
  }
}

.l-header.is_fix .p-header-global {
  display: none;
}

.p-header-global .p-header-global_inner {
  position: relative;
  max-width: 1360px;
  height: 60px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  .p-header-global .p-header-global_inner {
    height: 44px;
    justify-content: space-between;
    padding: 0 15px;
  }
}

.p-header-global .c-header-logo {
  width: 305px;
}
@media screen and (max-width: 768px) {
  .p-header-global .c-header-logo {
    width: 97.357px;
  }
}
.p-header-global .c-header-logo img {
  width: 100%;
  height: auto;
}

.p-header-global .c-header-company-id {
  width: 178px;
}
@media screen and (max-width: 768px) {
  .p-header-global .c-header-company-id {
    width: 140px;
  }
}
.p-header-global .c-header-company-id img {
  width: 100%;
  height: auto;
}

.p-header {
  padding: 24px 40px;
  max-width: 1360px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-header {
    padding: 16px 14px;
  }
}

.p-header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}

.p-header_logo {
  width: 316px;
  aspect-ratio: 79/15;
}
@media screen and (max-width: 768px) {
  .p-header_logo {
    width: 144px;
    aspect-ratio: 36/7;
  }
}
.p-header_logo img {
  width: 100%;
}

.p-header_button {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-header_button > a {
  display: flex;
  width: 158px;
  padding: 8px;
  justify-content: space-between;
  align-items: center;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 15px 0 rgba(42, 7, 7, 0.15);
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 101% */
}
.p-header_button > a:hover {
  opacity: 0.8;
}
.p-header_button > a::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/container-red.svg);
}
.p-header_button > a:nth-of-type(3) {
  background: var(--red-deep-red, #B50402);
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 101% */
}
.p-header_button > a:nth-of-type(3)::after {
  background-image: url(/newsaisearcher/img/container-wt.svg);
}
.p-header_button > a:nth-of-type(3):hover {
  opacity: 0.85;
}

.p-nav {
  display: block;
  width: 0;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 1;
  top: 48px;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior: contain;
  text-align: center;
  transition: 0.5s;
}
.p-nav .p-nav_inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-left: auto;
  background-color: #FFF;
  overflow: scroll;
  min-width: 300px;
  overscroll-behavior: contain;
}
.p-nav .p-nav_inner .iconlist {
  display: flex;
  height: 56px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.p-nav .p-nav_inner .iconlist a {
  width: 144px;
  height: 28px;
  flex-shrink: 0;
  aspect-ratio: 36/7;
}
.p-nav .p-nav_inner .iconlist a img {
  width: 100%;
}
.p-nav .p-nav_inner .iconlist .p-header-mf_hamburger {
  display: block;
  cursor: pointer;
  position: relative;
}
.p-nav .p-nav_inner .iconlist .p-header-mf_hamburger::before, .p-nav .p-nav_inner .iconlist .p-header-mf_hamburger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25.081px;
  height: 2.687px;
  border-radius: 6.27px;
  background: var(--text-text-primary, #1A1A1A);
}
.p-nav .p-nav_inner .iconlist .p-header-mf_hamburger::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-nav .p-nav_inner .iconlist .p-header-mf_hamburger::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-nav .p-nav_inner .linklist {
  padding: 16px 24px 35px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  align-self: stretch;
}
.p-nav .p-nav_inner .linklist a {
  display: flex;
  height: 48px;
  padding: 12px 12px 12px 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.p-nav .p-nav_inner .linklist a:hover {
  opacity: 0.8;
}
.p-nav .p-nav_inner .linklist a::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/container-red.svg);
}
.p-nav .p-nav_inner .linklist a:nth-of-type(3) {
  background: var(--red-deep-red, #B50402);
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.p-nav .p-nav_inner .linklist a:nth-of-type(3)::after {
  background-image: url(/newsaisearcher/img/container-wt.svg);
}
.p-nav .p-nav_inner .linklist a:nth-of-type(3):hover {
  opacity: 0.85;
}

.l-header.is_fix .p-nav {
  top: 0;
}

.p-nav.is_show {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-header-mf_hamburger {
    width: 24px;
    height: 24px;
    display: flex;
    gap: 6px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .p-header-mf_hamburger > span {
    width: 21.333px;
    height: 1px;
    background-color: #1A1A1A;
  }
}
footer.l-footer {
  width: 100%;
}

.footer-block {
  border-top: 1px solid var(--border-border-default, #D6D6D6);
}
@media screen and (max-width: 768px) {
  .footer-block {
    padding: 0 10px;
  }
}

.footer-block__inner--xs {
  padding: 24px 0;
  max-width: 1200px;
  margin: auto;
}

.tradename {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tradename {
    text-align: left;
    font-size: 10px;
    line-height: 13px;
  }
}

.site-link-list {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .site-link-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -4px;
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .site-link-list-sp {
    display: flex;
    justify-content: space-between;
  }
}
.site-link-list li {
  font-size: 13px;
  padding: 0 16px;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .site-link-list li {
    font-size: 13px;
    padding: 0 16px;
    border-right: none;
    width: 100%;
    margin-bottom: 4px;
  }
}

.site-link-list li a {
  color: #0066aa;
  position: relative;
  padding-left: 12px;
  display: flex;
}

.site-link-list li a::before {
  content: "";
  width: 6px;
  height: 6px;
  background: url(/assets/new/img/parts/icon_arrow_01.svg) no-repeat top left/contain;
  position: absolute;
  top: 5px;
  left: 0;
}

.group-page-footer {
  padding: 0 20px;
  background-color: #1A1A1A;
}

.group-page-footer__inner {
  color: var(---, #FFF);
  width: 1200px;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .group-page-footer__inner {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    font-size: 10px;
  }
}

.contents-gap_top {
  padding-top: 174px;
}
@media screen and (max-width: 768px) {
  .contents-gap_top {
    padding-top: 126px;
  }
}

section {
  width: 100%;
}
section > div {
  max-width: 1248px;
  margin: auto;
}

.kv {
  max-width: 1440px;
  margin: auto;
  padding: 109px 0 76px;
  background-image: url(/newsaisearcher/img/pc/kv-pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .kv {
    background-position-y: center;
    padding: 24px 32px 35px;
    background-image: url(/newsaisearcher/img/sp/kv-sp.jpg);
  }
}
.kv > div {
  display: flex;
  flex-flow: column;
  margin-left: 6.5%;
}
@media screen and (max-width: 768px) {
  .kv > div {
    margin-left: unset;
  }
}
.kv > div .logo {
  width: 350px;
  height: 59.966px;
  flex-shrink: 0;
  aspect-ratio: 350/59.97;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .kv > div .logo {
    order: 1;
    width: 178px;
    height: 30px;
    flex-shrink: 0;
    aspect-ratio: 89/15;
    margin-bottom: 18px;
  }
}
.kv > div h1 {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 64.4px */
  letter-spacing: -0.92px;
  margin-bottom: 72px;
}
@media screen and (max-width: 768px) {
  .kv > div h1 {
    order: 2;
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%; /* 29.4px */
    letter-spacing: -0.42px;
    margin-bottom: 206px;
  }
}
.kv > div div {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 46px;
}
@media screen and (max-width: 768px) {
  .kv > div div {
    order: 4;
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
}
.kv > div div a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .kv > div div a::after {
    width: 32px;
    height: 32px;
  }
}
.kv > div div a:nth-of-type(1) {
  display: flex;
  width: 290px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--red-deep-red, #B50402);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.kv > div div a:nth-of-type(1):hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .kv > div div a:nth-of-type(1) {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--corporate-white, #FFF);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
    background: var(--red-deep-red, #B50402);
    box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  }
}
.kv > div div a:nth-of-type(1)::after {
  background-image: url(/newsaisearcher/img/container-wt.svg);
}
.kv > div div a:nth-of-type(2) {
  display: flex;
  width: 286px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.kv > div div a:nth-of-type(2):hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .kv > div div a:nth-of-type(2) {
    display: flex;
    width: 256px;
    height: 47px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    background: var(--corporate-white, #FFF);
    box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
.kv > div div a:nth-of-type(2)::after {
  background-image: url(/newsaisearcher/img/container-red.svg);
}
.kv > div .icon {
  width: 140px;
  height: 64px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .kv > div .icon {
    order: 3;
    width: 88px;
    height: 40.229px;
    flex-shrink: 0;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.news {
  padding: 104px 0;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 64px 16px;
  }
}
.news > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news > div {
    gap: 32px;
  }
}
.news > div h2 {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .news > div h2 {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.news > div .news_container {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news > div .news_container {
    padding: 16px;
  }
}
.news > div .news_container ul {
  width: 100%;
}
.news > div .news_container ul li {
  width: 100%;
}
.news > div .news_container ul li:first-child a {
  padding-top: 0;
  border-top: none;
}
.news > div .news_container ul li:last-child a {
  padding-bottom: 0;
}
.news > div .news_container ul li a {
  display: flex;
  padding: 24px 0;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-top: 1px solid var(--gray-25, #D6D6D6);
}
@media screen and (max-width: 768px) {
  .news > div .news_container ul li a {
    padding: 16px 0;
  }
}
.news > div .news_container ul li a time {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .news > div .news_container ul li a time {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.news > div .news_container ul li a p {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
@media screen and (max-width: 768px) {
  .news > div .news_container ul li a p {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.news > div .news_container ul li a:hover p {
  opacity: 0.65;
}

.about {
  padding: 104px 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(77, 0, 0, 0.8) 100%);
}
@media screen and (max-width: 768px) {
  .about {
    padding: 56px 16px;
  }
}
.about > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .about > div {
    gap: 32px;
  }
}
.about > div .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.about > div .text h2 {
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .about > div .text h2 {
    color: var(--corporate-white, #FFF);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
    letter-spacing: 1.4px;
  }
}
.about > div .text p {
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 240%; /* 57.6px */
}
@media screen and (max-width: 768px) {
  .about > div .text p {
    color: var(--corporate-white, #FFF);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 240%; /* 43.2px */
  }
}
.about > div .cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  padding: 45px 0;
  background-image: url(/newsaisearcher/img/pc/cvbg-medium-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .about > div .cta {
    padding: 40px;
    gap: 24px;
    background-image: url(/newsaisearcher/img/sp/cvbg-sp.jpg);
    background-size: cover;
  }
}
.about > div .cta > p {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 15px #131313;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .about > div .cta > p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 15px #131313;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.88px;
  }
}
.about > div .cta > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 17px;
}
@media screen and (max-width: 768px) {
  .about > div .cta > div {
    flex-flow: column;
    gap: 16px;
  }
}
.about > div .cta > div a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .about > div .cta > div a::after {
    width: 32px;
    height: 32px;
  }
}
.about > div .cta > div a:nth-of-type(1) {
  display: flex;
  width: 290px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--red-deep-red, #B50402);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.about > div .cta > div a:nth-of-type(1):hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .about > div .cta > div a:nth-of-type(1) {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--corporate-white, #FFF);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
.about > div .cta > div a:nth-of-type(1)::after {
  background-image: url(/newsaisearcher/img/container-wt.svg);
}
.about > div .cta > div a:nth-of-type(2) {
  display: flex;
  width: 286px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.about > div .cta > div a:nth-of-type(2):hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .about > div .cta > div a:nth-of-type(2) {
    display: flex;
    width: 256px;
    height: 47px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
.about > div .cta > div a:nth-of-type(2)::after {
  background-image: url(/newsaisearcher/img/container-red.svg);
}

.movie1 {
  padding: 104px 0 46px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .movie1 {
    padding: 64px 0 104px;
  }
}
.movie1 > .content {
  position: relative;
  z-index: 2;
  padding: 0 16px;
}
.movie1 > .content > .movie_example {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example {
    gap: 32px;
  }
}
.movie1 > .content > .movie_example > h2 {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > h2 {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.movie1 > .content > .movie_example > h2 > span {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > h2 > span {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}
.movie1 > .content > .movie_example > .movie_example--card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 48px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > .movie_example--card {
    flex-flow: column;
    gap: 32px;
    align-items: center;
    justify-content: flex-start;
  }
}
.movie1 > .content > .movie_example > .movie_example--card > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > .movie_example--card > div {
    width: 100%;
    gap: 8px;
  }
}
.movie1 > .content > .movie_example > .movie_example--card > div img {
  width: 100%;
}
.movie1 > .content > .movie_example > .movie_example--card > div > .textbox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > .movie_example--card > div > .textbox {
    gap: 8px;
  }
}
.movie1 > .content > .movie_example > .movie_example--card > div > .textbox > p.title {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > .movie_example--card > div > .textbox > p.title {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.movie1 > .content > .movie_example > .movie_example--card > div > .textbox > p.text {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 768px) {
  .movie1 > .content > .movie_example > .movie_example--card > div > .textbox > p.text {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
  }
}
.movie1 > .bg {
  width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: unset;
}
.movie1 > .bg svg {
  width: 100%;
}

.movie2 {
  padding: 162px 0 104px;
}
@media screen and (max-width: 768px) {
  .movie2 {
    padding: 34px 16px 64px;
  }
}
.movie2 > div > .movie_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content {
    gap: 32px;
  }
}
.movie2 > div > .movie_content > h2 {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content > h2 {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-align: center;
  }
}
.movie2 > div > .movie_content > h2 span.small {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content > h2 span.small {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
  }
}
.movie2 > div > .movie_content > h2 span.red {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content > h2 span.red {
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.movie2 > div > .movie_content > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content > div {
    flex-flow: column;
    gap: 24px;
  }
}
.movie2 > div > .movie_content > div > iframe {
  width: 536px;
  height: 302px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content > div > iframe {
    width: 327px;
    height: 184px;
    flex-shrink: 0;
    aspect-ratio: 327/184;
  }
}
.movie2 > div > .movie_content > div > iframe:hover {
  opacity: 0.85;
}
.movie2 > div > .movie_content > div > p {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}
@media screen and (max-width: 768px) {
  .movie2 > div > .movie_content > div > p {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
  }
}

.feature {
  padding: 104px 0;
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 55px 16px;
  }
}
.feature > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .feature > div {
    gap: 32px;
  }
}
.feature > div > .feature_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content {
    gap: 32px;
  }
}
.feature > div > .feature_content h2 {
  display: flex;
  flex-flow: column;
  gap: 8px;
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content h2 {
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.feature > div > .feature_content h2 span {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content h2 span {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.feature > div > .feature_content .card_container {
  display: flex;
  padding: 16px 0;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content .card_container {
    padding: 0;
    gap: 24px;
    flex-flow: column;
  }
}
.feature > div > .feature_content .card_container > div {
  min-width: calc((100% - 64px) / 3);
  display: flex;
  padding: 16px 24px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  background: rgba(255, 255, 255, 0.95);
  height: 363px;
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content .card_container > div {
    height: unset;
    width: 100%;
    padding: 16px;
    gap: 8px;
  }
}
.feature > div > .feature_content .card_container > div > img {
  width: 144px;
  height: 144px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content .card_container > div > img {
    width: 80px;
    height: 80px;
  }
}
.feature > div > .feature_content .card_container > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.feature > div > .feature_content .card_container > div > div > p {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content .card_container > div > div > p {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.feature > div > .feature_content .card_container > div > div ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}
.feature > div > .feature_content .card_container > div > div ul li {
  display: flex;
  gap: 4px;
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}
@media screen and (max-width: 768px) {
  .feature > div > .feature_content .card_container > div > div ul li {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
  }
}
.feature > div > .feature_content .card_container > div > div ul li::before {
  content: "";
  width: 8px;
  height: 2px;
  flex-shrink: 0;
  background-color: #B50402;
  margin-top: 14px;
}
.feature > div > .cta {
  width: 100%;
  padding: 45px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-image: url(/newsaisearcher/img/pc/cvbg-medium-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature > div > .cta {
    padding: 55px 45px;
    gap: 24px;
    background-image: url(/newsaisearcher/img/sp/cvbg-sp.jpg);
    background-size: cover;
  }
}
.feature > div > .cta p {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 15px #131313;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .feature > div > .cta p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 15px #131313;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.88px;
  }
}
.feature > div > .cta a {
  display: flex;
  width: 290px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--red-deep-red, #B50402);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.feature > div > .cta a:hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  .feature > div > .cta a {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--corporate-white, #FFF);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
.feature > div > .cta a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/container-wt.svg);
}
@media screen and (max-width: 768px) {
  .feature > div > .cta a::after {
    width: 32px;
    height: 32px;
  }
}

.point {
  position: relative;
  padding: 104px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .point {
    padding: 64px 16px;
  }
}
.point > .content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .point > .content {
    gap: 32px;
  }
}
.point > .content > h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .point > .content > h2 {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.point > .content > h2 span.small {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .point > .content > h2 span.small {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.point > .content > h2 span.red {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width: 768px) {
  .point > .content > h2 span.red {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
}
.point > .content > .point_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container {
    gap: 56px;
    flex-direction: column;
    align-items: center;
  }
}
.point > .content > .point_container > div {
  display: flex;
  align-items: center;
  gap: 74px;
  counter-increment: num;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div {
    flex-flow: column;
    gap: 24px;
  }
}
.point > .content > .point_container > div > img {
  width: 427px;
  height: 575px;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div > img {
    width: 100%;
    height: auto;
  }
}
.point > .content > .point_container > div > .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div > .text {
    gap: 4px;
  }
}
.point > .content > .point_container > div > .text > div {
  display: flex;
  flex-flow: column;
}
.point > .content > .point_container > div > .text > div > span {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div > .text > div > span {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 12px */
    letter-spacing: 1.6px;
  }
}
.point > .content > .point_container > div > .text > div::after {
  display: inline-block;
  white-space: nowrap;
  content: counter(num, decimal-leading-zero);
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 64px */
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div > .text > div::after {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 40px */
  }
}
.point > .content > .point_container > div > .text p.title {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 64px */
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div > .text p.title {
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    margin-bottom: 4px;
    letter-spacing: 0;
  }
}
.point > .content > .point_container > div > .text p.text {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div > .text p.text {
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1.6px;
  }
}
.point > .content > .point_container > div:nth-child(2n+1) > img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div:nth-child(2n+1) > img {
    order: unset;
  }
}
.point > .content > .point_container > div:nth-child(2n+1) > .text {
  order: 1;
}
@media screen and (max-width: 768px) {
  .point > .content > .point_container > div:nth-child(2n+1) > .text {
    order: unset;
  }
}
.point > .bg1 {
  z-index: 1;
  position: absolute;
  left: -492.932px;
  top: -63.261px;
  width: 914.226px;
  height: 548.868px;
  transform: rotate(-15deg);
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .point > .bg1 {
    display: none;
  }
}
.point > .bg1 svg {
  width: 100%;
}
.point > .bg2 {
  width: 1362.51px;
  height: 818px;
  position: absolute;
  right: -376.51px;
  bottom: -291.485px;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  .point > .bg2 {
    right: -192.985px;
    bottom: -91.165px;
    width: 465.363px;
    height: 279.384px;
    transform: rotate(-15deg);
  }
}
.point > .bg2 svg {
  width: 100%;
}

.step {
  padding: 104px 0;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 56px 16px;
  }
}
.step > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .step > div {
    gap: 32px;
  }
}
.step > div h2 {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.step > div h2 span.small {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .step > div h2 span.small {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.step > div h2 span.red {
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .step > div h2 span.red {
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.step > div .card_container {
  counter-reset: num1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 28px;
  height: 425px;
}
@media screen and (max-width: 768px) {
  .step > div .card_container {
    gap: 16px;
    height: auto;
    align-items: center;
    flex-flow: column;
  }
}
.step > div .card_container > .card {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex: 1 0 0;
  background: rgba(255, 255, 255, 0.95);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .card {
    padding: 16px;
    width: 100%;
  }
}
.step > div .card_container > .card::before {
  counter-increment: num1;
  display: inline-block;
  white-space: nowrap;
  content: counter(num1, decimal-leading-zero);
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 46px */
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .card::before {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
  }
}
.step > div .card_container > .card > img {
  width: 144px;
  height: 144px;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .card > img {
    width: 104px;
    height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .card .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.step > div .card_container > .card .text p.title {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .card .text p.title {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.step > div .card_container > .card .text p.text {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .card .text p.text {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
  }
}
.step > div .card_container > .arrow {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .arrow {
    height: unset;
  }
}
.step > div .card_container > .arrow > svg {
  width: 32px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  .step > div .card_container > .arrow > svg {
    width: 46px;
    height: 24px;
    transform: rotate(90deg);
  }
}
.step > div > .cta {
  width: 100%;
  padding: 45px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-image: url(/newsaisearcher/img/pc/cvbg-medium-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .step > div > .cta {
    padding: 88px 44px;
    gap: 24px;
    background-image: url(/newsaisearcher/img/sp/cvbg-sp.jpg);
    background-size: cover;
  }
}
.step > div > .cta p {
  color: #FFF;
  text-align: center;
  text-shadow: 0 0 15px #131313;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 42px */
  letter-spacing: 1.12px;
}
@media screen and (max-width: 768px) {
  .step > div > .cta p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 15px #131313;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.88px;
  }
}
.step > div > .cta a {
  display: flex;
  width: 286px;
  margin: auto;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
.step > div > .cta a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .step > div > .cta a {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
.step > div > .cta a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/container-red.svg);
}
@media screen and (max-width: 768px) {
  .step > div > .cta a::after {
    width: 32px;
    height: 32px;
  }
}

.example {
  padding: 0 0 104px;
}
@media screen and (max-width: 768px) {
  .example {
    padding: 56px 16px;
  }
}
.example > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .example > div {
    gap: 32px;
  }
}
.example > div h2 {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.example > div h2 span.small {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .example > div h2 span.small {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.example > div h2 span.red {
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .example > div h2 span.red {
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.example > div > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .example > div > div {
    gap: 24px;
  }
}
.example > div > div > .card {
  display: flex;
  padding: 32px;
  align-items: center;
  gap: 32px;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 768px) {
  .example > div > div > .card {
    padding: 16px;
    gap: 24px;
    flex-flow: column;
  }
}
.example > div > div > .card img {
  width: 533px;
  height: 369px;
}
@media screen and (max-width: 768px) {
  .example > div > div > .card img {
    width: 100%;
    height: auto;
  }
}
.example > div > div > .card > .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
@media screen and (max-width: 768px) {
  .example > div > div > .card > .text {
    gap: 4px;
  }
}
.example > div > div > .card > .text > div {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .example > div > div > .card > .text > div {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 100%; /* 16px */
  }
}
.example > div > div > .card > .text p.title {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .example > div > div > .card > .text p.title {
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 38.4px */
    margin-bottom: 4px;
  }
}
.example > div > div > .card > .text p.text {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}
@media screen and (max-width: 768px) {
  .example > div > div > .card > .text p.text {
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    letter-spacing: 1.6px;
  }
}
.example > div > div > .card:nth-child(1) > img {
  order: 2;
}
@media screen and (max-width: 768px) {
  .example > div > div > .card:nth-child(1) > img {
    order: unset;
  }
}
.example > div > div > .card:nth-child(1) > .text {
  order: 1;
}
@media screen and (max-width: 768px) {
  .example > div > div > .card:nth-child(1) > .text {
    order: unset;
  }
}

.customer {
  padding: 0 0 104px;
}
@media screen and (max-width: 768px) {
  .customer {
    padding: 0 16px 56px;
  }
}
.customer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .customer > div {
    gap: 32px;
  }
}
.customer > div > h2 {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .customer > div > h2 {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.customer > div > div {
  display: flex;
  width: 1248px;
  padding: 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 768px) {
  .customer > div > div {
    width: 100%;
    padding: 24px;
  }
}
.customer > div > div > .img {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .customer > div > div > .img {
    gap: 24px;
  }
}
.customer > div > div > .img img {
  width: auto;
  height: 68px;
}
@media screen and (max-width: 768px) {
  .customer > div > div > .img img {
    width: 187px;
    height: auto;
  }
}
.customer > div > div > .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .customer > div > div > .text {
    padding: 0 32px;
  }
}
.customer > div > div > .text > p.title {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .customer > div > div > .text > p.title {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.customer > div > div > .text > p.text {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 30.6px */
}
@media screen and (max-width: 768px) {
  .customer > div > div > .text > p.text {
    color: #000;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
  }
}

.achievements {
  padding: 0 0 104px;
}
@media screen and (max-width: 768px) {
  .achievements {
    padding: 0 16px 56px;
  }
}
.achievements > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .achievements > div {
    gap: 32px;
  }
}
.achievements > div > h2 {
  color: var(--black, #1A1A1A);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .achievements > div > h2 {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.achievements > div > div {
  width: 100%;
  display: flex;
  padding: 32px;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  background: rgba(255, 255, 255, 0.95);
}
@media screen and (max-width: 768px) {
  .achievements > div > div {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }
}
.achievements > div > div > img {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .achievements > div > div > img {
    max-width: 100%;
    height: auto;
  }
  .achievements > div > div > img:nth-of-type(1) {
    width: 267px;
  }
  .achievements > div > div > img:nth-of-type(2) {
    width: 219px;
  }
}

.question {
  padding: 104px 96px;
}
@media screen and (max-width: 768px) {
  .question {
    padding: 64px 16px;
  }
}
.question > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .question > div {
    gap: 32px;
  }
}
.question > div h2 {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 52px */
}
@media screen and (max-width: 768px) {
  .question > div h2 {
    color: var(--black, #1A1A1A);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 36.4px */
  }
}
.question > div > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .question > div > div {
    gap: 16px;
  }
}
.question > div > div > .ac {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
}
.question > div > div > .ac .ac_title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 16px 32px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .question > div > div > .ac .ac_title {
    padding: 16px;
  }
}
.question > div > div > .ac .ac_title:hover {
  opacity: 0.8;
}
.question > div > div > .ac .ac_title::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/ac-plus-icon.svg);
  flex-shrink: 0;
}
.question > div > div > .ac .ac_title span {
  display: flex;
  gap: 8px;
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media screen and (max-width: 768px) {
  .question > div > div > .ac .ac_title span {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
}
.question > div > div > .ac .ac_title span::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/question-icon.svg);
  flex-shrink: 0;
}
.question > div > div > .ac .ac_inner {
  width: 100%;
  padding: 0 32px;
}
@media screen and (max-width: 768px) {
  .question > div > div > .ac .ac_inner {
    padding: 0 16px;
  }
}
.question > div > div > .ac .ac_inner div {
  width: 100%;
  padding: 16px 0;
  border-top: 1px solid var(--gray-25, #D6D6D6);
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .question > div > div > .ac .ac_inner div {
    padding: 16px 0;
  }
}
.question > div > div > .ac .ac_inner div::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-image: url(/newsaisearcher/img/answer-icon.svg);
  flex-shrink: 0;
}
.question > div > div > .ac .ac_inner div p {
  color: var(--black, #1A1A1A);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
@media screen and (max-width: 768px) {
  .question > div > div > .ac .ac_inner div p {
    color: var(--black, #1A1A1A);
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
  }
}
.question > div > div > .ac .ac_inner div p a {
  color: var(--red-deep-red, #B50402);
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.question > div > div > .ac .ac_inner div p a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .question > div > div > .ac .ac_inner div p a {
    color: var(--red-deep-red, #B50402);
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
}
.question > div > div > .ac.active .ac_title::after {
  background-image: url(/newsaisearcher/img/ac-plus-minus.svg);
}

section.cta {
  padding-bottom: 104px;
}
@media screen and (max-width: 768px) {
  section.cta {
    padding: 0 16px 64px;
  }
}
section.cta > div {
  width: 100%;
  padding: 57px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-image: url(/newsaisearcher/img/pc/cvbg-large-pc.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  section.cta > div {
    padding: 40px 12px;
    gap: 24px;
    background-image: url(/newsaisearcher/img/sp/cvbg-sp.jpg);
    background-size: cover;
  }
}
section.cta > div p {
  color: #FFF;
  text-shadow: 0 0 15px #131313;
  font-family: "Zen Kaku Gothic New";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: 1.6px;
}
@media screen and (max-width: 768px) {
  section.cta > div p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 0 15px #131313;
    font-family: "Zen Kaku Gothic New";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    letter-spacing: 0.88px;
  }
}
section.cta > div div {
  display: inline-flex;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  section.cta > div div {
    flex-direction: column;
  }
}
section.cta > div div a::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section.cta > div div a::after {
    width: 32px;
    height: 32px;
  }
}
section.cta > div div a:nth-of-type(1) {
  display: flex;
  width: 290px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--red-deep-red, #B50402);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--corporate-white, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
section.cta > div div a:nth-of-type(1):hover {
  opacity: 0.85;
}
@media screen and (max-width: 768px) {
  section.cta > div div a:nth-of-type(1) {
    display: flex;
    width: 256px;
    height: 48px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--corporate-white, #FFF);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
section.cta > div div a:nth-of-type(1)::after {
  background-image: url(/newsaisearcher/img/container-wt.svg);
}
section.cta > div div a:nth-of-type(2) {
  display: flex;
  width: 286px;
  padding: 12px 21px 12px 25px;
  justify-content: space-between;
  align-items: center;
  background: var(--corporate-white, #FFF);
  box-shadow: 0 0 20px 0 rgba(42, 7, 7, 0.15);
  color: var(--red-deep-red, #B50402);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 14.14px; /* 88.375% */
}
section.cta > div div a:nth-of-type(2):hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  section.cta > div div a:nth-of-type(2) {
    display: flex;
    width: 256px;
    height: 47px;
    padding: 12px 12px 12px 16px;
    justify-content: space-between;
    align-items: center;
    color: var(--red-deep-red, #B50402);
    text-align: center;
    font-family: "Zen Kaku Gothic New";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14.14px; /* 88.375% */
  }
}
section.cta > div div a:nth-of-type(2)::after {
  background-image: url(/newsaisearcher/img/container-red.svg);
}

.gradient1 {
  background: linear-gradient(180deg, var(--gray-light-gray, #F2F2F2) 0%, #FFF 100%);
}

.gradient2 {
  background: linear-gradient(270deg, #FFF 0%, var(--gray-light-gray, #F2F2F2) 100%);
}/*# sourceMappingURL=style.css.map */