@charset "UTF-8";
html {
  font-size: 1rem;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.4159292035vw;
  }
}
@media (min-width: 1130px) {
  html {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
html.fixed {
  overflow: hidden;
}
section {
  overflow-x: hidden;
}
header {
  width: 100%;
  background-color: #fff;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 500;
  padding: 0.75rem 0.9375rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header-inner {
    padding: 0.75rem 1.5rem;
    max-width: calc(1080px + 3rem);
    margin: 0 auto;
    box-sizing: border-box;
  }
}
.header-logo {
  max-width: 16.25rem;
  margin: auto 0;
}
.header-logo a {
  display: block;
  display: flex;
  align-items: center;
}
.header-btn__area {
  display: none;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .header-btn__area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0;
  }
}
.header-nav .header-btn__area {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .header-nav .header-btn__area {
    display: none;
  }
}
.header-btn {
  border-radius: 50px;
  display: inline-block;
}
.header-btn a {
  display: block;
  padding: 0.35rem 1rem;
  font-size: 0.938rem;
  line-height: 1.5333333333;
  color: #fff;
}
.header-btn__partner {
  background-color: #2a64f6;
}
.header-btn__contact {
  background-color: #000;
}
footer {
  padding: 1.5rem 0 2.5rem;
  position: relative;
  border-top: 1px solid #c9c9c9;
}
@media screen and (min-width: 768px) {
  footer {
    padding: 2.25rem 0 3.4375rem;
  }
}
.page__top_btn {
  position: absolute;
  top: -2.625rem;
  right: 0.5rem;
  border-radius: 50%;
  background-color: #bababa;
}
@media screen and (min-width: 768px) {
  .page__top_btn {
    top: -4.875rem;
    right: 1.125rem;
  }
}
.page__top_btn a {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .page__top_btn a {
    width: 3.875rem;
    height: 3.875rem;
  }
}
.page__top_btn a img {
  width: 0.75rem;
}
@media screen and (min-width: 768px) {
  .page__top_btn a img {
    width: 1.25rem;
  }
}
.footer-inner {
  padding: 0 1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer-inner {
    padding: 0 3rem;
    max-width: 90rem;
  }
}
@media screen and (min-width: 768px) {
  .footer-main {
    display: flex;
  }
}
.footer-logo {
  max-width: 18.75rem;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    max-width: 21.5625rem;
    margin-right: auto;
  }
}
.footer-tel {
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1rem;
  padding-top: 2rem;
}
.footer-tel a {
  position: relative;
  padding-left: 1.25rem;
}
.footer-tel a::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/img/ic_tel.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5rem;
}
@media screen and (min-width: 768px) {
  .footer-tel {
    padding-top: 0;
    margin-right: 6rem;
    font-size: 1.125rem;
  }
}
.footer-rinc {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .footer-rinc {
    margin-top: 0;
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}
.footer-rinc__item {
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.footer-rinc__item:nth-child(n + 2) {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .footer-rinc__item:nth-child(n + 2) {
    margin-top: 0;
  }
}
.copyright {
  margin-top: 2rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 1.25rem;
  }
}
.inner {
  width: 100%;
  max-width: 34.375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 70.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .header-hamberger {
    display: none;
  }
}
.hamberger {
  padding: 0.3125rem;
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  margin-left: auto;
  z-index: 500;
}
.hamberger-bar {
  position: absolute;
  left: 50%;
  width: 100%;
  height: 0.0625rem;
  background: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.hamberger-bar:nth-of-type(1) {
  top: 12%;
}
.hamberger-bar:nth-of-type(2) {
  top: 50%;
}
.hamberger-bar:nth-of-type(3) {
  top: 88%;
}
/* オープン時の動き */
.open .hamberger-bar {
  width: 2.3125rem;
  transition: 0.3s;
}
.open .hamberger-bar:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}
.open .hamberger-bar:nth-of-type(2) {
  transform: translate(-50%, -50%);
  opacity: 0;
}
.open .hamberger-bar:nth-of-type(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}
.header-nav {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 1rem;
  padding: 3.75rem 1rem 1.5rem;
  overflow-y: scroll;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header-nav {
    width: initial;
    height: initial;
    position: initial;
    display: block;
    overflow-y: initial;
    padding: 0 1.5rem;
    border-bottom: 1px solid #dbdbdb;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__items {
    max-width: 67.5rem;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
}
.header-nav__item {
  font-size: 0.938em;
  line-height: 2.1428571429;
  font-weight: bold;
}
.header-nav__item:hover a {
  display: block;
}
.header-nav__item:hover a {
  color: #2a64f6;
  opacity: 1;
}
.header-nav__item {
  padding: 0.5rem 0;
  border-bottom: solid 1px #cccccc;
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 0.25rem;
    width: calc(100% / 6);
    text-align: center;
    border-left: solid 1px #e3e3e3;
    font-weight: normal;
  }
  .header-nav__item:last-child {
    border-right: solid 1px #e3e3e3;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__item {
    padding-top: 0;
    border-bottom: none;
  }
}
.header-nav__item.has-submenu {
  cursor: pointer;
}
.header-nav__item.has-submenu p {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-nav__item.has-submenu p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #ccc 2px solid;
    border-right: #ccc 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  .header-nav__item.has-submenu.is-active p::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #ccc 2px solid;
    border-right: #ccc 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .header-nav__item.has-submenu::after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.3125rem;
    background-image: url("/img/header-arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    bottom: -0.25rem;
    transform: translate(-50%, -0.5rem);
  }
}
.sub-menu {
  padding-left: 0;
  display: none;
  opacity: 0;
  transition: 0.3s;
}
.sub-menu.is-active {
  padding-top: 0.5rem;
  display: block;
  opacity: 1;
}
.header-nav__item.has-submenu.is-active .sub-menu p::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .sub-menu {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
    width: 18rem;
    padding-left: 0;
    background-color: #fff;
    margin-top: 0;
    display: none;
    opacity: 0;
    transition: 0.3s;
    z-index: 10;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1200px) {
  .sub-menu {
    transform: translate(-50%, 100%);
  }
}
@media screen and (min-width: 768px) {
  .header-nav__item:hover .sub-menu {
    display: block;
    opacity: 1;
  }
}
.sub-menu__item {
  display: block;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .sub-menu__item {
    font-weight: bold;
    color: #2a64f6;
  }
}
@media screen and (min-width: 768px) {
  .sub-menu__item:hover {
    background: #2a64f6;
    color: #ffffff;
  }
  .sub-menu__item:hover a {
    color: #ffffff;
  }
}
.sub-menu__item p span {
  display: inline;
  font-size: 0.875rem;
  font-weight: normal;
}
.sub-menu__item p span::before {
  content: "〈 ";
}
.sub-menu__item p span::after {
  content: " 〉";
}
@media screen and (min-width: 768px) {
  .sub-menu__item {
    width: 100%;
    display: block;
  }
  .sub-menu__item p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
  }
  .sub-menu__item p span {
    display: block;
    font-weight: normal;
  }
}
.sub-menu__item a {
  display: block;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .sub-menu__item a {
    padding: 0.625rem 1.5625rem 0.9375rem;
  }
  .sub-menu__item:nth-child(3) a {
    padding: 1.25rem 1.5625rem 1.25rem;
  }
}
.sub-menu__item {
  border-top: 1px solid #cccccc;
}
@media screen and (min-width: 768px) {
  .sub-menu__item {
    margin-top: 0;
  }
}
.sub-menu__item img {
  width: 11.25rem;
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .sub-menu__item img {
    width: 9.6875rem;
  }
}
.btn {
  background-color: #2a64f6;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border: solid 1px #2a64f6;
}
.btn a,
a.btn {
  display: block;
  padding: 0.5rem;
}
.btn:hover {
  background-color: #ffffff;
  border: solid 1px #2a64f6;
  color: #2a64f6;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 1rem;
  }
}
.download-btn {
  position: relative;
  padding: 0.5rem;
}
.download-btn::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("/img/download-img.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .section-title.no-fl {
    display: block;
  }
}
.section-title h2 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #2a64f6;
}
@media screen and (min-width: 768px) {
  .section-title h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.section-title p {
  line-height: 2;
  font-size: 1rem;
}
.more-btn {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7777777778;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  justify-content: right;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .more-btn {
    font-size: 1rem;
    margin-top: 0rem;
    margin-top: 1rem;
  }
}
.more-btn::after {
  content: "";
  display: block;
  width: 0.875rem;
  height: 0.625rem;
  background-image: url("/img/section-arrwo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.more-btn a {
  text-decoration: underline;
}
.more-btn a:hover {
  color: #2a64f6;
}
.cta {
  background: -moz-linear-gradient(right, #2b48e0, #5796fa);
  background: -webkit-linear-gradient(right, #2b48e0, #5796fa);
  background: linear-gradient(to left, #2b48e0, #5796fa);
  padding: 2.25rem 1rem 3.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .cta {
    padding: 4.875rem 1.5625rem;
  }
}
.cta-title h2 {
  text-align: center;
  font-size: 1rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .cta-title h2 {
    font-size: 1.125rem;
  }
}
.cta-btn {
  background-color: #fff;
  border-radius: 8px;
  max-width: 21.25rem;
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .cta-btn {
    margin-top: 2rem;
    max-width: 22.5rem;
  }
}
.cta-btn a {
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: #2a64f6;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .cta-btn a {
    font-size: 1.5rem;
  }
}
.cta-btn a img {
  width: 1.5rem;
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal.is_visible {
  display: block;
}
.modal-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 1.5rem;
}
.modal-box__content {
  background-color: #fff;
  position: relative;
  padding: 1.25rem 1rem;
  max-width: 37.5rem;
  max-height: 25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .modal-box__content {
    padding: 1.5rem 1.875rem;
    max-width: 50rem;
    max-height: 28.875rem;
  }
}
.modal-box__content video {
  width: 100%;
  height: 100%;
}
.modalclose-btn {
  position: absolute;
  top: -1rem;
  right: -0.5rem;
  cursor: pointer;
}
.modalclose-btn .close-x {
  width: 2rem;
  height: 2rem;
  background-color: #000;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 2px 6px #777777;
}
@media screen and (min-width: 768px) {
  .modalclose-btn .close-x {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.modalclose-btn .close-x span {
  width: 0.75rem;
  height: 0.0625rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .modalclose-btn .close-x span {
    width: 1rem;
  }
}
.modalclose-btn .close-x span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modalclose-btn .close-x span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.js_modal-toggle {
  cursor: pointer;
}
.top-mv {
  width: 100%;
  background-color: #d8eafb;
}
.top-mv__content {
  width: 100%;
}
.mv-slider__wrap {
  max-width: 88rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv-slider__wrap {
    padding: 0 5rem;
  }
}
.slick-prev,
.slick-next {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-image: url("/img/mv-arrow.svg");
  background-size: contain;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.slick-prev {
  left: 0.9375rem;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .slick-prev {
    left: -3.875rem;
  }
}
.slick-next {
  right: 0.9375rem;
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (min-width: 768px) {
  .slick-next {
    right: -3.875rem;
  }
}
.mv-movie {
  background-color: #fff;
  padding: 2rem 1rem;
}
@media screen and (min-width: 768px) {
  .mv-movie {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.125rem;
    padding: 2.5rem 0;
  }
  .mv-movie.mv-movie_col1 {
    display: block;
  }
}
.mv-movie__file {
  max-width: 25rem;
  margin: 0 auto;
  text-align: center;
}
.mv-movie__file img {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mv-movie__file {
    max-width: 15.625rem;
    margin: 0;
  }
  .mv-movie__file img {
    max-width: 100%;
  }
}
.mv-movie__content {
  max-width: 25rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .mv-movie__content {
    margin: 0;
    max-width: 19.375rem;
  }
}
.mv-movie__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-movie__logo {
    text-align: left;
  }
}
.mv-movie__title h2 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6666666667;
  color: #2a64f6;
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .mv-movie__title h2 {
    text-align: left;
    font-size: 1.125rem;
    margin-top: 1.125rem;
  }
}
.mv-movie__btn {
  max-width: 13.75rem;
  margin: 1.125rem auto 0;
  padding: 0.5rem;
}
@media screen and (min-width: 768px) {
  .mv-movie__btn {
    margin: 1.125rem 0 0;
  }
}
.site-information {
  margin: 0 auto;
  background: -moz-linear-gradient(right, #2b48e0, #5796fa);
  background: -webkit-linear-gradient(right, #2b48e0, #5796fa);
  background: linear-gradient(to left, #2b48e0, #5796fa);
  padding: 2.25rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .site-information .inner {
    max-width: 80rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
.site-information__title {
  font-weight: bold;
  line-height: 1.6666666667;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .site-information__title {
    text-align: center;
  }
}
.site-information p {
  text-align: left;
  color: #ffffff;
  font-size: 1rem;
}
.top-product {
  background-color: #e8f4ff;
  padding: 1.75rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-product {
    padding: 2rem 0 3.75rem;
  }
}
.top-product__card {
  margin: 1.5rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .top-product__card {
    margin-top: 1.5rem;
    max-width: initial;
  }
}
@media screen and (min-width: 768px) {
  .top-product__card ul {
    gap: 2.25rem;
  }
  .top-product__card ul.col2 {
    flex-wrap: wrap;
  }
}
.top-product__card--item {
  background-color: #fff;
  padding: 1.25rem 1rem 1.75rem;
  position: relative;
}
.top-product__card--item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #2a64f6;
  border-radius: 8px 8px 0 0;
}
.top-product__card--item.top-product__card--item__wide {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .top-product__card--item {
    width: calc((100% - 4.5rem) / 3);
    padding: 1rem 1.625rem 2rem;
  }
  .top-product__card ul.col2 .top-product__card--item {
    width: calc((100% - 4.5rem) / 2);
  }
  .top-product__card--item.top-product__card--item__wide {
    width: 100%;
    padding: 1rem 1.625rem 2rem;
    margin-top: 32px;
    display: flex;
    gap: 2.25rem;
    align-items: center;
  }
  .top-product__card--item.top-product__card--item__wide figure {
    width: calc(100% / 5);
    text-align: center;
    margin-left: 5rem;
  }
  .top-product__card--item.top-product__card--item__wide figure img {
    width: 60%;
  }
  .top-product__card--item.top-product__card--item__wide .text-block {
    display: flex;
    align-items: center;
    column-gap: 2rem;
  }
  .top-product__card--item__wide__inner {
    text-align: left;
    width: calc(100% - ((100% - 3rem) / 5));
  }
}
.top-product__card--item:nth-child(n + 2) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .top-product__card--item:nth-child(n + 2) {
    margin-top: 0;
  }
}
.top-product__card--item .label {
  position: absolute;
  left: 0;
  top: 1.5rem;
  background: #2a64f6;
  color: #ffffff;
  font-weight: bold;
  width: 6rem;
  text-align: center;
}
.top-product__card--item h3 {
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .top-product__card--item__wide h3 {
    text-align: left;
    min-height: auto;
    padding-top: 0.8rem;
  }
}
.top-product__card--item:nth-child(3) h3 {
  padding-top: 0.75rem;
}
.top-product__card--item h3 span {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-product__card--item__wide h3 span {
    display: inline-block;
  }
}
.top-product__card--item h3 span::before {
  content: "〈 ";
}
.top-product__card--item h3 span::after {
  content: " 〉";
}
.top-product__card--item figure {
  margin-top: 0.875rem;
  object-fit: contain;
  width: 30%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-product__card--item figure {
  }
}
.product-image1 img {
  max-width: 14.0625rem;
}
.product-image2 img {
  max-width: 13.75rem;
}
.product-image3 img {
  max-width: 13.125rem;
}
.top-product__card--item .text {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .top-product__card--item .text {
    margin-top: 0.75rem;
    font-size: 1rem;
    height: 9rem;
  }
  .col2 .top-product__card--item .text {
    height: 6rem;
  }
  .top-product__card--item__wide .text {
    height: auto;
    text-align: left;
  }
}
.top-product__card--item .btn {
  max-width: 17.8125rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .top-product__card--item__wide .btn {
    margin: 1.25rem auto 0 0;
  }
  .col2 .top-product__card--item .btn {
    max-width: 80%;
  }
}
.top-product__card--item .btn span {
  display: block;
  font-size: 0.875rem;
}
.top-white_paper {
  padding: 2.25rem 0 2.5rem;
}
.top-white_paper__card {
  margin: 1.75rem auto 0;
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .top-white_paper__card {
    max-width: initial;
    margin-top: 1.25rem;
  }
}
.top-white_paper__card ul {
  gap: 2.5rem 0.875rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top-white_paper__card ul {
    gap: 1.75rem;
  }
}
.top-white_paper__card--item {
  width: calc((100% - 0.875rem) / 2);
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-white_paper__card--item {
    width: calc((100% - 5.25rem) / 4);
  }
}
.top-white_paper__card--item .text {
  margin: 0.75rem 0;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .top-white_paper__card--item .text {
  }
}
.top-white_paper__card--item .btn {
  /*max-width: 13.75rem;*/
  margin: auto auto 0;
}
.required-text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  color: #ff0000;
  text-align: right;
}
.request-area {
  background-color: #f4f4f4;
  padding: 1.75rem 1rem 2rem;
  max-width: 34.375rem;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .request-area {
    max-width: initial;
    padding: 1.75rem 0 2rem;
  }
}
.request-area .section-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request-area .section-title {
    justify-content: center;
  }
}
.request-area__content {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .request-area__content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding-left: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .request-area__image {
    max-width: 15.625rem;
  }
}
.request-area__logo {
  max-width: 19.375rem;
}
.request-area__texts {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .request-area__texts {
    margin-top: 0;
    max-width: 36.875rem;
  }
}
.request-area__text {
  margin-top: 0.5rem;
  font-size: 1rem;
}
.request-area__btm {
  margin-top: 1rem;
  text-align: center;
}
.request-area__btm .btn {
  width: 100%;
  max-width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .request-area__btm {
    display: flex;
    align-items: flex-end;
    gap: 1.25rem;
  }
  .request-area__btm .btn {
    max-width: 18rem;
    display: block;
  }
}
.request-area__btn {
  max-width: 13.75rem;
}
.top-white_paper__bannar {
  max-width: 34.375rem;
  margin: 2.625rem auto 0;
}
@media screen and (min-width: 768px) {
  .top-white_paper__bannar {
    max-width: 30.625rem;
  }
}
.top-contents_list {
  padding: 1.75rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-contents_list {
    padding: 2.1875rem 0 3rem;
  }
}
.top-contents_list.catalog,
.top-contents_list.user-guide {
  background-color: #e8f4ff;
}
.top-contents_list.blog {
  background-color: #f4f4f4;
}
.top-contents_list__card {
  margin: 1.75rem auto 0;
  max-width: 34.375rem;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .top-contents_list__card {
    max-width: initial;
    margin-top: 1.25rem;
  }
}
.top-contents_list__card ul {
  flex-wrap: wrap;
  gap: 1.25rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .top-contents_list__card ul {
    gap: 1.75rem;
  }
}
.top-contents_list__card--item {
  width: calc((100% - 0.875rem) / 2);
}
@media screen and (min-width: 768px) {
  .top-contents_list__card--item {
    width: calc((100% - 5.25rem) / 4);
  }
}
a.item-card-link {
  display: block;
}
a.item-card-link:hover {
  color: #2a64f6;
  text-decoration: underline;
}
.top-contents_list__card--item .text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .top-contents_list__card--item .text {
  }
}
@media screen and (min-width: 768px) {
  .top-contents_list.blog .top-contents_list__card--item .text {
    height: initial;
    min-height: 2.75rem;
  }
}
.top-contents_list__card--item .btn {
  max-width: 13.75rem;
  margin: 0.5rem auto 0;
}
.product-inner {
  margin: 0 auto;
  width: 100%;
  max-width: 36.25rem;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .product-inner {
    max-width: 1080px;
    padding: 0;
  }
}
.product-section__title {
  font-weight: bold;
  color: #2a64f6;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product-section__title {
    font-size: 1.75rem;
  }
}
.product-webroot .product-section__title {
  color: #47810e;
}
.product-section__txt {
  padding-top: 0.5rem;
}
.product-about {
  padding: 2rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .product-about {
    padding: 2rem 0 3.5rem;
  }
}
@media screen and (min-width: 768px) {
  .product-about .product-inner {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 3rem;
  }
}
.product-about__texts-block:nth-child(n + 2) {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-about__texts-block:nth-child(n + 2) {
    margin-top: 1.75rem;
  }
}
.product-about__texts-block p {
  margin-bottom: 1rem;
}
.product-about__img {
  width: 100%;
  margin: 0 auto 1rem auto;
}
@media screen and (min-width: 768px) {
  .product-about__img {
    max-width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .product-about__texts {
    max-width: 40rem;
  }
}
.product-about__text {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .product-about__text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}
.product-lineup__content {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .product-lineup__content {
    margin-top: 1.5rem;
  }
}
.lineup-block {
  border: 1px solid #cccccc;
  border-radius: 8px;
  overflow: hidden;
  padding: 0 1rem;
  position: relative;
}
.lineup-block:nth-child(n + 2) {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .lineup-block:nth-child(n + 2) {
    margin-top: 3.5rem;
  }
}
.lineup-block__top-line {
  width: 100%;
  height: 0.25rem;
  background: -moz-linear-gradient(left, #0727d3, #2677f7);
  background: -webkit-linear-gradient(left, #0727d3, #2677f7);
  background: linear-gradient(to right, #0727d3, #2677f7);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .lineup-block__top-line {
    height: 0.5rem;
  }
}
.product-webroot .lineup-block__top-line {
  background: -moz-linear-gradient(left, #7dcc26, #468210);
  background: -webkit-linear-gradient(left, #7dcc26, #468210);
  background: linear-gradient(to right, #7dcc26, #468210);
  width: 100%;
}
.lineup-title {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-title {
    text-align: center;
  }
}
.lineup-title .sub-title {
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .lineup-title .sub-title {
    font-size: 1rem;
  }
}
.lineup-title .main-title {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-title .main-title {
    font-size: 1.75rem;
  }
}
.lineup-block__content {
  margin-top: 1.25rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .lineup-block__content {
    margin-top: 2rem;
    padding: 0 2.5rem 3.75rem;
    border-bottom: none;
  }
}
.lineup-block__content--text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .lineup-block__content--text {
    font-size: 1rem;
  }
}
.lineup-block__content--list {
  margin-top: 0.875rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .lineup-block__content--list {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}
.lineup-block__content--list span {
  font-weight: bold;
}
.lineup-block__content--image {
  width: 90%;
  margin: 2rem auto 0;
}
@media screen and (min-width: 768px) {
  .lineup-block__content--image {
    max-width: 35.9375rem;
  }
}
.lineup-block__content--btm-text {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .lineup-block__content--btm-text {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.product-catalog__wrap {
  padding: 2.25rem 0;
}
.product-catalog__wrap section {
  overflow-x: visible;
}
.product-catalog__wrap section:nth-child(odd) {
  background: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .product-catalog__wrap {
    padding: 3.5rem 0;
  }
}
.product-catalog {
  padding: 1.5rem 0 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .product-catalog {
    padding: 3.5rem 0 2.875rem;
  }
}
.product-catalog .top-contents_list__card {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .product-catalog .top-contents_list__card {
    margin-top: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .product-catalog .top-contents_list__card ul {
    gap: 5rem 3.5rem;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .product-catalog .top-contents_list__card .top-contents_list__card--item {
    width: calc((100% - 7rem) / 3);
  }
}
.product-catalog .top-contents_list__card--item .text {
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.product-catalog .top-contents_list__card--item .btn {
  max-width: 17.5rem;
  margin-top: 0.75rem;
}
.product-cta {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .product-cta {
    padding-bottom: 7.5rem;
  }
}
.product-cta__block {
  border-radius: 8px;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .product-cta__block {
    padding: 2.25rem 0 2.5rem;
  }
}
.product-cta__block:nth-child(n + 2) {
  margin-top: 1.875rem;
}
@media screen and (min-width: 768px) {
  .product-cta__block:nth-child(n + 2) {
    margin-top: 2.5rem;
  }
}
.product-cta__block.request {
  background-color: #f4f4f4;
}
.product-cta__block.contact {
  background-color: #e3f2ff;
}
.product-cta__block--title {
  text-align: center;
  font-weight: bold;
  font-size: 1.125rem;
  color: #2a64f6;
}
.product-cta__block--text {
  margin-top: 1rem;
  font-weight: bold;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .product-cta__block--text {
    font-size: 1rem;
    margin-top: 1.5rem;
  }
}
.product-cta__block--btn {
  margin: 0.75rem auto 0;
  max-width: 23.75rem;
  border-radius: 70px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
}
.product-cta__block.request .product-cta__block--btn {
  background-color: #2a64f6;
  color: #fff;
}
.product-cta__block.contact .product-cta__block--btn {
  background-color: #fff;
  color: #2a64f6;
}
.product-cta__block--btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem;
  font-weight: bold;
  font-weight: "ヒラギノ角ゴシック", sans-serif;
  font-size: 1.125rem;
}
.product-cta__block--btn img {
  width: 1.5rem;
}
.webroot-image__list {
  margin: 1.75rem auto 0;
}
@media screen and (min-width: 768px) {
  .webroot-image__list {
    margin-top: 1.75rem;
  }
}
.webroot-list--title h3 {
  font-weight: bold;
  font-size: 1.25rem;
}
.webroot-list--title h4 {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .webroot-list--title h3 {
    font-size: 1.5rem;
  }
  .webroot-list--title h4 {
    font-size: 1.25rem;
  }
}
.webroot-image__list ul {
  margin: 2rem auto 0;
  max-width: 34.375rem;
  flex-wrap: wrap;
  gap: 2.25rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list ul {
    margin-top: 2.25rem;
    max-width: 48.4375rem;
    justify-content: space-between;
    gap: 2.25rem 5.625rem;
  }
}
.webroot-image__list--item {
  width: calc((100% - 1.25rem) / 2);
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item {
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-child(3n + 1) {
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-child(3n) {
    margin-left: auto;
  }
}
.webroot-image__list--item .image {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item .image {
    width: 7.125rem;
    height: 5.75rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item .image img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
.webroot-image__list--item:nth-of-type(1) img {
  max-width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-of-type(1) img {
    max-width: 5.3125rem;
  }
}
.webroot-image__list--item:nth-of-type(2) img {
  max-width: 4.4375rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-of-type(2) img {
    max-width: 5.625rem;
  }
}
.webroot-image__list--item:nth-of-type(3) img {
  max-width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-of-type(3) img {
    max-width: 6.0625rem;
  }
}
.webroot-image__list--item:nth-of-type(4) img {
  max-width: 4.75rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-of-type(4) img {
    max-width: 6.0625rem;
  }
}
.webroot-image__list--item:nth-of-type(5) img {
  max-width: 5.625rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-of-type(5) img {
    max-width: 7.125rem;
  }
}
.webroot-image__list--item:nth-of-type(6) img {
  max-width: 3.125rem;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item:nth-of-type(6) img {
    max-width: 4rem;
  }
}
.webroot-image__list--item p {
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
  margin-top: 0.75rem;
  color: #47810e;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item p {
    margin-top: 0;
    font-size: 2rem;
  }
}
.webroot-image__list--item p span {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .webroot-image__list--item p span {
    font-size: 1rem;
  }
}
.webroot-aword {
  background-image: url("/img/device-data-security/webroot-aword_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin: 2.625rem auto 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .webroot-aword {
    margin-top: 2.25rem;
    max-width: 56.25rem;
    display: flex;
    align-items: center;
    gap: 3.25rem;
    padding: 1.25rem 2.5rem 1.25rem 4.375rem;
  }
}
.webroot-aword__img {
  width: 8.4375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .webroot-aword__img {
    margin: 0;
  }
}
.webroot-aword__texts {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .webroot-aword__texts {
    width: calc(100% - 11.6875rem);
  }
}
.webroot-aword__texts--title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #745e21;
}
.webroot-aword__texts--text {
  margin-top: 1rem;
  font-size: 1rem;
}
.webroot-card__list {
  margin: 1.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .webroot-card__list {
    margin-top: 1.75rem;
  }
}
.webroot-card__list ul {
  margin-top: 2rem;
  flex-wrap: wrap;
  gap: 1.5rem 0.875rem;
}
@media screen and (min-width: 768px) {
  .webroot-card__list ul {
    gap: 2.5rem 2.25rem;
    margin-top: 2.25rem;
  }
}
.webroot-card__list--item {
  width: calc((100% - 0.875rem) / 2);
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item {
    width: calc((100% - 4.5rem) / 3);
  }
}
.webroot-card__list--item .image {
  width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.25rem;
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item .image {
    width: 6rem;
    height: 5.3125rem;
  }
}
.webroot-card__list2 .webroot-card__list--item .image {
  width: 55%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .webroot-card__list2 .webroot-card__list--item .image {
    width: 6rem;
    height: 5.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item .image img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item:nth-of-type(1) img {
    max-width: 5.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item:nth-of-type(2) img {
    max-width: 5.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item:nth-of-type(3) img {
    max-width: 5.25rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item:nth-of-type(4) img {
    max-width: 5.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item:nth-of-type(5) img {
    max-width: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item:nth-of-type(6) img {
    max-width: 5.8125rem;
  }
}
.webroot-card__list--item .green-text {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item .green-text {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}
.webroot-card__list--item .main-text {
  margin-top: 1rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .webroot-card__list--item .main-text {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.product-webroot .lineup-block__content--btm-text {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .product-webroot .lineup-block__content--btm-text {
    font-size: 1.75rem;
    margin-top: 1.75rem;
  }
}
.webroot-card__list .lineup-block__content--text {
  margin: 1rem 0 1.75rem;
}
.page-list__section {
  padding: 3.25rem 0 4.875rem;
}
@media screen and (min-width: 768px) {
  .page-list__section {
    padding: 3.25rem 0 7.5rem;
  }
}
.page-list__section .inner {
  max-width: 34.375rem;
}
@media screen and (min-width: 768px) {
  .page-list__section .inner {
    max-width: 64.375rem;
  }
}
.page-white_paper {
  background: -moz-linear-gradient(left, #f4f4f4, #fff);
  background: -webkit-linear-gradient(left, #f4f4f4, #fff);
  background: linear-gradient(to right, #f4f4f4, #fff);
}
.page-list__contents {
  margin: 0 auto 0;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  padding: 1.5rem 1rem 2rem;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .page-list__contents {
    border-radius: 20px;
    background-color: #fff;
    padding: 2.875rem 2.75rem 5rem;
  }
}
.page-list__contents ul {
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .page-list__contents ul {
    gap: 2.5rem 2.5rem;
  }
}
.page-list__contents .top-white_paper__card--item,
.page-list__contents .top-contents_list__card--item {
  width: calc((100% - 1rem) / 2);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-list__contents .top-white_paper__card--item,
  .page-list__contents .top-contents_list__card--item {
    width: calc((100% - 5rem) / 3);
  }
}
.page-list__contents .top-white_paper__card--item .text {
  height: 4.5rem;
}
@media screen and (min-width: 768px) {
  .page-list__contents .top-white_paper__card--item .text {
    height: initial;
  }
}
.page-list__contents .top-white_paper__card--item .btn {
  max-width: initial;
  margin-top: 1rem;
}
.blog-detail__texts h1,
.blog-detail__texts h2,
.blog-detail__texts h3,
.blog-detail__texts h4,
.blog-detail__texts p,
.blog-detail__texts ul {
}
.blog-detail__texts h1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #2a64f6;
}
@media screen and (min-width: 768px) {
  .blog-detail__texts h1 {
    font-size: 2rem;
  }
}
.blog-detail__texts h2 {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 1.625rem 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .blog-detail__texts h2 {
    font-size: 1.5rem;
    margin: 1.625rem 0 1.25rem;
  }
}
.blog-detail__texts h3 {
  font-weight: bold;
  font-size: 1.25rem;
  margin: 1.5rem 0 1rem;
}
@media screen and (min-width: 768px) {
  .blog-detail__texts h3 {
    font-size: 1.5rem;
    margin: 2rem 0 1.25rem;
  }
}
.blog-detail__texts p {
  font-size: 0.875rem;
  margin: 1rem 0 0.75rem;
}
@media screen and (min-width: 768px) {
  .blog-detail__texts p {
    font-size: 1rem;
    margin: 1.25rem 0 1rem;
  }
}
.blog-detail__texts ul {
  list-style: disc;
  padding-left: 1.5625rem;
  margin: 1rem 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .blog-detail__texts ul {
    margin: 1.25rem 0 1.5rem;
  }
}
.blog-detail__texts img {
  margin: 0 auto;
  width: auto;
  height: auto;
  object-fit: contain;
  max-width: 100%;
}
.blog-back__btn {
  text-align: center;
  color: #2a64f6;
  font-weight: bold;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .blog-back__btn {
    font-size: 1rem;
    margin-top: 2.5rem;
  }
}
.download-white_paper {
  background: #ffffff;
}
.page-download__section {
  padding: 2.25rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .page-download__section {
    padding: 2.625rem 0 6.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .page-download__contents {
    display: flex;
    gap: 2.5rem;
  }
}
.page-download__contents--content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-download__contents--content {
    max-width: 32.5rem;
  }
}
.page-download__contents--content .name {
  font-weight: bold;
  font-size: 1.75rem;
  line-height: 1.75;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-download__contents--content .name {
    font-size: 2rem;
    margin-top: 1.5rem;
  }
}
.page-download__contents--content img {
  max-width: 25rem;
  margin: 1.5rem auto;
  display: block;
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .page-download__contents--content img {
    margin: 2.875rem auto;
  }
}
.page-download__contents--content p {
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .page-download__contents--content p {
    font-size: 1rem;
  }
}
.page-download__contents--form {
  background-color: #f4f4f4;
  padding: 1.5rem 0;
  width: 100%;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-download__contents--form {
    margin-top: 0;
    padding: 2.25rem 0rem;
    max-width: 32.5rem;
    width: 100%;
  }
}
.form-top {
  padding-left: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .form-top {
    padding-left: 2.5rem;
    font-size: 1rem;
  }
}
.page-download__contents--form form {
  padding: 0 1rem;
  margin-top: 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-download__contents--form form {
    padding: 0 2.5rem;
    font-size: 0.875rem;
  }
}
.form-block:nth-child(n + 2) {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .form-block:nth-child(n + 2) {
    margin-top: 2rem;
  }
}
.form-block__label sup {
  color: #e20000;
}
.form-block__type-name {
  font-family: sans-serif;
}
.form-block__input {
  margin-top: 0.5rem;
}
.form-block__input input {
  width: 100%;
  padding: 0.3125rem;
  border-radius: 4px;
  border: 1px solid #555555;
  height: 2.25rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .form-block__input input {
    height: 3.125rem;
  }
}
.radio-input {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1rem;
  font-size: 0.875rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .radio-input {
    font-size: 1rem;
  }
}
.radio-input:nth-child(n + 2) {
  margin-top: 0.75rem;
}
.radio-input input[type="radio"] {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}
@media screen and (min-width: 768px) {
  .radio-input input[type="radio"] {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.radio-input input[type="radio"]:checked {
  background-image: url("/img/radio-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: initial;
  border: initial;
}
.radio-input input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
}
@media screen and (min-width: 768px) {
  .radio-input input[type="checkbox"] {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.form-doui__area {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
  gap: 1rem;
  max-width: 25rem;
  margin: 2.5rem auto 0;
  padding: 1rem 1.25rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .form-doui__area {
    font-size: 1rem;
    padding: 1rem 2rem;
  }
}
.form-doui__area input[type="checkbox"] {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #555555;
  border-radius: 4px;
  line-height: 1.6875;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .form-doui__area input[type="checkbox"] {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.form-doui__area input[type="checkbox"]:checked,
.radio-input input[type="checkbox"]:checked {
  background-image: url("/img/form-check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-color: initial;
  border: initial;
}
.form-doui__area a {
  color: #2a64f6;
  text-decoration: underline;
}
.form-btn {
  width: 15rem;
  border-radius: 6px;
  background-color: #2a64f6;
  margin: 2.5rem auto 0;
  display: block;
  padding: 1.125rem 1.5rem;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
.form-btn.download {
  width: 20rem;
  position: relative;
}
.form-btn.download::after {
  content: "";
  position: absolute;
  right: 3rem;
  top: 50%;
  margin-top: -1rem;
  display: block;
  color: #ffffff;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: url("/img/ic_download.svg") center no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .form-btn {
    padding: 1.375rem 1.875rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .page-download_comp .page-download__contents--form {
    height: 34.125rem;
    padding: 2.25rem 0rem;
  }
}
@media screen and (min-width: 768px) {
  .page-download_comp .page-download__contents--form form {
    margin-top: 7.25rem;
  }
}
.download-comp__text {
  text-align: center;
  font-weight: 400;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .download-comp__text {
    font-size: 1rem;
    padding-top: 4rem;
  }
}
.page-download_comp .form-btn {
  width: 18.75rem;
  padding: 1.125rem;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-download_comp .form-btn {
    width: 22.5rem;
    font-size: 1.5rem;
  }
}
.page-download_comp .form-btn::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1.8125rem;
  background-image: url("/img/icon-download.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.625rem;
}
.page-triai .page-download__contents--content p,
.page-trial_comp .page-download__contents--content p {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-triai .page-download__contents--form {
    padding: 1.875rem 0rem 2.875rem;
  }
}
@media screen and (min-width: 768px) {
  .page-trial_comp .page-download__contents--form {
    height: 34.125rem;
  }
}
@media screen and (min-width: 768px) {
  .page-trial_comp .page-download__contents--form form {
    margin-top: 7.5rem;
  }
}
.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}
.u-dflex {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-dflex {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
.u-disp-flex {
  display: flex;
}
.u-disp-flex-dt {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt {
    display: flex;
  }
}
.u-disp-flex-sp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-sp {
    display: block;
  }
}
.u-disp-flex__c {
  display: flex;
  justify-content: center;
}
.u-disp-flex__cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.u-disp-flex-dt__c {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__c {
    display: flex;
    justify-content: center;
  }
}
.u-disp-flex-dt__cc {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-disp-flex-dt__cc {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.u-posi-rela {
  position: relative;
}
.u-posi-abso {
  position: absolute;
}
.u-posi-fixed {
  position: fixed;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.3);
}
.white-text {
  color: #fff;
}
.blue-text {
  color: #2a64f6;
}
.green-text {
  color: #47810e;
}
/*request__annotation */
.request__annotation {
  text-align: center;
  padding-top: 24px;
  color: red;
}
.request__annotation a {
  text-decoration: underline;
}
/* ---------------------------- movie */
.ly_corporate-information {
  padding: 3.2rem 0 0 0;
  /*background: url("../img/top/corporate-bg.png") center no-repeat;*/
  background: #ffffff;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .ly_corporate-information {
    padding: 3rem 0 0 0;
  }
  .ly_corporate-information .inner {
    display: flex;
    justify-content: space-between;
    max-width: 70.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin: 0 auto 3rem auto;
  }
}
.ly_corporate-information-movie {
  margin-bottom: 2.4rem;
}
.ly_corporate-information-txt {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .ly_corporate-information-txt {
    width: 45%;
    margin-bottom: 0;
  }
  .ly_corporate-information-movie {
    width: 52.5%;
    margin-bottom: 0;
  }
}
.ly_video {
  padding: 2.5rem 0 4rem 0;
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .ly_video {
    margin: 0 auto;
    max-width: 38rem;
  }
}
.bl_video_title,
.el_corporate-information_title {
  font-weight: bold;
  line-height: 1.6666666667;
  color: #2a64f6;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .bl_video_title,
  .el_corporate-information_title {
    font-size: 1.5rem;
  }
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* アスペクト比 16:9 */
  overflow: hidden;
  border-radius: 8px;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ly_corporate-information-txt p {
  line-height: 2;
  font-size: 1rem;
}
/* top knowledge */
.bl_knowledge {
  background: url("../img/top/knowledge_bg.webp") center no-repeat #2a64f6;
  background-size: 2000px auto;
  padding: 3rem 0;
}
.bl_knowledge_txt {
  width: 100%;
  max-width: 34.375rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .bl_knowledge_txt {
    max-width: 70.625rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
    margin: 0 auto 0 auto;
  }
}
.bl_knowledge_txt .el_lv2_headline {
  font-weight: bold;
  font-size: 1.25rem;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .bl_knowledge_txt .el_lv2_headline {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.bl_knowledge_txt p {
  line-height: 2;
  font-size: 1rem;
}
/* 左右スペース */
@media screen and (max-width: 1140px) {
  .product-about,
  .product-lineup,
  .product-catalog {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .product-about,
  .product-lineup,
  .product-catalog {
    padding-left: 0;
    padding-right: 0;
  }
}
/* --------------------------  partners --------------------------  */
.bl_bannerBox {
  padding: 3.75rem 0;
}
.bl_bannerBox li:nth-child(odd) {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .bl_bannerBox {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
  }
  .bl_bannerBox li {
    width: 48.5%;
  }
  .bl_bannerBox li:nth-child(odd) {
    margin-bottom: 0;
  }
}
.bl_main-image.bl_main-image__partners {
  font-size: 38px;
  color: var(--main-color);
  font-weight: 600;
  letter-spacing: 0.05em;
  background: url("../img/partners/header_bg.png") center no-repeat #0066ff;
  background-size: 1500px auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .bl_main-image.bl_main-image__partners {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    background: url("../img/partners/header_bg_sp.png") right center no-repeat
      #0066ff;
    background-size: 100% auto;
  }
}
.bl_main-image__partners .el_page-title {
  color: #ffffff;
  max-width: 1080px;
  margin: 0 auto;
  text-align: left;
}
@media only screen and (max-width: 1080px) {
  .bl_main-image__partners .el_page-title {
    padding: 0 24px;
  }
}
.ly_main_wrapper.ly_main_wrapper__lp {
  padding: 40px 0 40px 0;
}
.partner-list {
  margin: 40px 0;
}
.partner-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  transition: transform 0.2s ease;
}
.partner-url a {
  font-size: 1rem;
  color: #0066cc;
  text-decoration: none;
  word-break: break-all;
}
.partner-url a:hover {
  text-decoration: underline;
}
.partner-services {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  font-size: 1rem;
}
.partner-services li {
  margin: 4px 0;
}
.not-available {
  color: #999;
}
.partner-list table {
  width: 100%;
}
.partner-list table th {
  text-align: center;
  background: #f4f4f4;
}
.partner-list table th.solution-name {
  font-weight: normal;
  font-size: 14px;
  width: 120px;
}
.partner-list th,
td {
  padding: 12px 8px;
  text-align: left; /* テキストを左寄せにする */
  border: 1px solid #ddd;
  vertical-align: middle;
}
.partner-list tbody tr:nth-child(even) {
  background-color: #f9f9f9; /* 偶数行に背景色をつけて読みやすくする */
}
.partner-list .company-name {
  font-weight: bold;
  font-size: 18px;
  width: 220px;
}
.partner-list .company-contact {
  text-align: center;
  padding: 8px;
}
.partner-list .available {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: #2a64f6;
  color: #2a64f6;
  text-align: center;
  line-height: 1;
  margin: auto;
  border-radius: 10px;
}
.partner-list .company-url a {
  font-size: 1rem;
  color: #0066cc;
  text-decoration: none;
  word-break: break-all;
  font-size: 16px;
}
.partner-list .company-url a:hover {
  text-decoration: underline; /* ホバー時に下線を表示する */
}
@media only screen and (max-width: 1080px) {
  .ly_lp-contents {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 980px) {
  .partner-list table {
    width: 1100px;
  }
}

/* --------------------------  white-paper DL LP --------------------------  */

.white-paper-intro .section-title p {
  font-weight: bold;
  color: #2a64f6;
}
.white-paper-intro .white-paper-title-wrap {
  position: relative;
}

.white-paper-intro .white-paper-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.white-paper-intro .white-paper-title span {
  font-size: 1rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  .white-paper-intro .white-paper-title {
    font-size: 1.75rem;
  }
  .white-paper-intro .white-paper-title span {
    font-size: 1.25rem;
  }
}
.white-paper-intro .white-paper-image {
  position: relative;
  padding: 1.5rem 1rem;
  text-align: center;
  font-size: 1rem;
}
.white-paper-intro .white-paper-image figcaption {
  padding-top: 0.25rem;
}
@media only screen and (min-width: 768px) {
  .white-paper-intro .white-paper-image {
    padding: 1.5rem 3.5rem;
    font-size: 1rem;
  }
}
.white-paper-intro .free-download {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  font-weight: bold;
  color: white;
  background: var(--red);
  display: inline-block;
  line-height: 1.25;
  padding-top: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .white-paper-intro .free-download {
    top: -1rem;
  }
}
.white-paper-intro .free-download .free {
  font-size: 1.5rem;
  display: block;
}

.white-paper-intro .white-paper-detail {
  margin-bottom: 1rem;
}
.white-paper-intro .white-paper-detail h2 {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.white-paper-intro .report-insights {
  background: #e8f4ff;
  padding: 1rem;
}

.white-paper-intro .report-insights ul li {
  position: relative;
  border-bottom: dotted 2px #ffffff;
  border-radius: 4px;
  padding: 0.25rem 0.5rem 0.25rem 2.25rem;
  background: url("/img/white-paper/check-mark.svg") 0.5rem center no-repeat
    #ffffff;
  background-size: 1.25rem;
}
.white-paper-intro .report-insights ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.white-paper-intro .target-users dl {
  position: relative;
  padding-left: 4.5rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: solid 2px #e8f4ff;
}
.white-paper-intro .target-users dl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background: url("/img/white-paper/ic_cxo.svg") center no-repeat;
  background-size: contain;
}

.white-paper-intro .target-users dl.manager::before {
  background: url("/img/white-paper/ic_manager.svg") center no-repeat;
  background-size: contain;
}

.white-paper-intro .target-users dl.soc::before {
  background: url("/img/white-paper/ic_soc.svg") center no-repeat;
  background-size: contain;
}

.white-paper-intro .target-users dl.high-risk::before {
  background: url("/img/white-paper/ic_high-risk.svg") center no-repeat;
  background-size: contain;
}

.white-paper-intro .target-users dl dt {
  font-weight: bold;
  color: #2a64f6;
}

.white-paper-intro .report-insights ul li span {
  font-weight: bold;
  color: #2a64f6;
}

.white-paper-intro .target-users dl dd span {
  /*background: linear-gradient(transparent 60%, #ffd3da 60%);*/
}

.white-paper-intro .slide-wrap {
  max-width: 32.5rem;
  padding: 1rem;
  background: #f4f4f4;
}

.white-paper-intro .slide-wrap .slide {
  padding: 0.25rem;
}

.white-paper-intro .slick-prev {
  left: -0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.white-paper-intro .slick-next {
  right: -0.5rem;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

/*helper */
@media screen and (max-width: 767px) {
  .hp_sp-line-break {
    display: block;
  }
}
.hp_mbm {
  margin-bottom: 1rem;
}
