@charset "UTF-8";
:root {
  --main_padding:min(80px , 10vw);
  --frame_radius:clamp(10px , 2vw , 25px);
}

.grecaptcha-badge {
  z-index: 100;
}

/* ---------- COMMON ---------- */
.container {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.container.w600 {
  max-width: 600px;
}
.container.w700 {
  max-width: 700px;
}
.container.w800 {
  max-width: 800px;
}
.container.w900 {
  max-width: 900px;
}
.container.w1100 {
  max-width: 1100px;
}
.container.w1200 {
  max-width: 1200px;
}
.container.w1300 {
  max-width: 1300px;
}
.container.w1400 {
  max-width: 1400px;
}
.container.w1500 {
  max-width: 1500px;
}
.container.w1600 {
  max-width: 1600px;
}

.comingsoon {
  text-align: center;
  background-color: #fff;
  font-size: 2.4em;
  line-height: 1.5em;
  color: #ccc;
  padding: 1em;
  border-radius: 8px;
  filter: drop-shadow(2px 4px 6px rgba(199, 46, 48, 0.2509803922));
}

@media only screen and (max-width: 836px) {
  .comingsoon {
    font-size: 1.6em;
  }
}
.btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  width: auto;
  white-space: nowrap;
  border-radius: 50px;
  padding: 0.5em 3em;
  border: 1px solid;
  transition: 0.3s;
}
.btn span {
  position: relative;
}
.btn span::after {
  position: absolute;
  content: "";
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  right: -18px;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.btn.b_01 {
  background-color: #6958C8;
  color: #fff;
  border-color: #6958C8;
}
.btn.b_01 span::after {
  background-image: url(../images/parts/arrow_wh.svg);
}
.btn.b_01:hover {
  background-color: #fff;
  color: #6958C8;
}
.btn.b_01:hover span::after {
  background-image: url(../images/parts/arrow_pu.svg);
  right: -30px;
}
.btn.b_02 {
  background-color: #fff;
  color: #3F3F46;
  border: 1px solid #3F3F46;
}
.btn.b_02 span::after {
  background-image: url(../images/parts/arrow_bl.svg);
}
.btn.b_02:hover {
  background-color: #3F3F46;
  color: #fff;
}
.btn.b_02:hover span::after {
  background-image: url(../images/parts/arrow_wh.svg);
  right: -30px;
}
.btn.b_03 {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}
.btn.b_03 span::after {
  background-image: url(../images/parts/arrow_wh.svg);
}
.btn.b_03:hover {
  background-color: #fff;
  color: #6958C8;
}
.btn.b_03:hover span::after {
  background-image: url(../images/parts/arrow_pu.svg);
  right: -30px;
}

@media only screen and (max-width: 836px) {
  .btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
.anc_target {
  margin-top: -50px;
  padding-top: 50px;
}

.pad_block {
  padding: 80px 0;
}

@media only screen and (max-width: 836px) {
  .pad_block {
    padding: 60px 0;
  }
}
.sec_tit .sub_tit {
  position: relative;
  font-family: "League Spartan", "Noto Sans JP", serif;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  color: #90909D;
}
.sec_tit .sub_tit::before {
  position: relative;
  content: "●";
  color: #6958C8;
  font-size: 0.5em;
  line-height: 1em;
  margin-right: 1em;
  top: -0.3em;
}
.sec_tit .main_tit {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 836px) {
  .sec_tit {
    text-align: left;
  }
  .sec_tit .sub_tit {
    font-size: 18px;
  }
  .sec_tit .sub_tit::before {
    top: -0.2em;
  }
  .sec_tit .main_tit {
    font-size: 26px;
  }
}
.flex_area {
  display: flex;
}
.flex_area .left {
  width: 30%;
}
.flex_area .right {
  width: 70%;
}

@media only screen and (max-width: 836px) {
  .flex_area {
    flex-direction: column;
  }
  .flex_area .left {
    width: 100%;
  }
  .flex_area .right {
    width: 100%;
  }
}
.c_00 {
  color: #6958C8 !important;
}

.c_01 {
  color: #FF6946 !important;
}

.c_02 {
  color: #2D73B9 !important;
}

.c_03 {
  color: #E641A5 !important;
}

.c_04 {
  color: #8C46A0 !important;
}

.c_05 {
  color: #69BE55 !important;
}

.c_06 {
  color: #FFA028 !important;
}

.cb_tr {
  background-color: transparent !important;
}

.cb_wh {
  background-color: #fff !important;
}

.cb_00 {
  background-color: #6958C8 !important;
}

.cb_01 {
  background-color: #FF6946 !important;
}

.cb_02 {
  background-color: #2D73B9 !important;
}

.cb_03 {
  background-color: #E641A5 !important;
}

.cb_04 {
  background-color: #8C46A0 !important;
}

.cb_05 {
  background-color: #69BE55 !important;
}

.cb_06 {
  background-color: #FFA028 !important;
}

/* fv */
#fv {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#fv .txt_area {
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
  width: 40vw;
  z-index: 1;
}
#fv .txt_area .main_tit {
  width: 80%;
  margin-bottom: 2vw;
}
#fv .txt_area .main_tit img {
  width: 100%;
  height: auto;
}
#fv .txt_area .catch {
  font-size: 2.7vw;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
#fv .txt_area .catch span {
  color: #6958C8;
}
#fv .txt_area .catch.mini {
  font-size: 1.4vw;
  font-weight: bold;
}
#fv .txt_area .btn_area {
  display: flex;
  gap: 0 1vw;
  margin-top: 2vw;
}
#fv .main_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(10vw, -6vw);
  width: 80%;
  z-index: -1;
}
#fv .main_img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 836px) {
  #fv {
    aspect-ratio: auto;
    height: 170vw;
  }
  #fv .txt_area {
    width: 80%;
    text-align: center;
    top: 68%;
    left: 10%;
  }
  #fv .txt_area .main_tit {
    width: 70%;
    margin: 0 auto 6vw;
  }
  #fv .txt_area .catch {
    font-size: 5vw;
    margin-bottom: 1em;
  }
  #fv .txt_area .catch.mini {
    font-size: 4vw;
    line-height: 1.8em;
  }
  #fv .txt_area .btn_area {
    flex-direction: column;
    margin-top: 6vw;
    text-align: center;
    gap: 12px 0;
  }
  #fv .main_img {
    top: -2%;
    right: -10%;
    transform: inherit;
    width: 120%;
  }
}
/* product */
.product_sec {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
}
.product_sec .container {
  position: relative;
}
.product_sec .p_list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
}
.product_sec .p_list .contents {
  width: 32%;
}
.product_sec .p_list .contents .tit {
  text-align: center;
}
.product_sec .p_list .contents .tit img {
  width: auto;
  max-width: 100%;
}
.product_sec .p_list .contents .lead {
  text-align: center;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.product_sec .p_list .contents .txt_area {
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 20px;
  display: flex;
  align-items: center;
}
.product_sec .p_list .contents .txt_area ul {
  display: flex;
  flex-direction: column;
}
.product_sec .p_list .contents .txt_area ul li {
  width: 100%;
  position: relative;
  font-weight: 600;
}
.product_sec .p_list .contents .txt_area ul li::before {
  position: relative;
  content: "●";
  font-size: 0.5em;
  line-height: 1em;
  margin-right: 1em;
  top: -0.3em;
}
.product_sec .p_list .contents .txt_area ul li .str {
  font-size: 1.5em;
  margin: 0 0.1em;
}
.product_sec .p_list .contents .sup_txt {
  font-size: 12px;
  font-weight: 700;
  text-align: right;
  line-height: 1.5em;
  margin: 0;
  margin-top: 0.5em;
}
.product_sec .p_list .contents .btn_area {
  text-align: center;
  margin-top: 12px;
}
.product_sec .p_list .contents .btn_area a {
  display: inline-block;
  color: #fff;
  width: min(90%, 240px);
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  padding: 0.6em 0;
  position: relative;
  transition: 0.3s;
}
.product_sec .p_list .contents .btn_area a span {
  position: relative;
}
.product_sec .p_list .contents .btn_area a span::after {
  position: absolute;
  content: "";
  background-image: url(../images/parts/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  right: -18px;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.product_sec .p_list .contents .btn_area a:hover {
  filter: brightness(1.2);
}
.product_sec .p_list .contents .btn_area a:hover span::after {
  right: -30px;
}

@media only screen and (max-width: 836px) {
  .product_sec .p_list {
    flex-direction: column;
    gap: 40px 0;
  }
  .product_sec .p_list .contents {
    width: 100%;
  }
}
/* feature */
.feature_sec {
  background-color: #3F3F46;
  color: #fff;
  text-align: center;
  background-image: url(../images/top/feature_bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.feature_sec .txt_area {
  font-size: 20px;
  line-height: 2em;
  margin-bottom: 40px;
}
.feature_sec .txt_area p:last-of-type {
  margin: 0;
}
.feature_sec .btn_area {
  display: flex;
  gap: 0 1vw;
  margin-top: 2vw;
  justify-content: center;
}

@media only screen and (max-width: 836px) {
  .feature_sec {
    text-align: left;
  }
  .feature_sec .txt_area {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .feature_sec .btn_area {
    flex-direction: column;
    margin-top: 6vw;
    text-align: center;
    gap: 12px 0;
  }
}
/* voc */
.voc_sec {
  background-color: #F0F0F0;
}
.voc_sec.cb_wh .voc_contents .top {
  background-color: #F0F0F0;
}
.voc_sec.cb_wh .voc_contents .top::after {
  background-color: #F0F0F0;
}
.voc_sec .voc_contents .top {
  background-color: #fff;
  padding: 24px;
  border-radius: 8px;
  margin-bottom: 50px;
  position: relative;
}
.voc_sec .voc_contents .top::after {
  position: absolute;
  content: "";
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  width: 30px;
  height: 30px;
  bottom: -28px;
}
.voc_sec .voc_contents .top .lead {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  padding-bottom: 0.5em;
  margin-bottom: 0.8em;
  border-bottom: 1px solid #CCCCCC;
}
.voc_sec .voc_contents .top ul {
  display: flex;
  flex-direction: column;
  gap: 12px 0;
}
.voc_sec .voc_contents .top ul li {
  display: flex;
  width: 100%;
}
.voc_sec .voc_contents .top ul li .tit {
  background-color: #90909D;
  color: #fff;
  margin: 0;
  font-size: 14px;
  padding: 0.2em 1em;
  width: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.voc_sec .voc_contents .top ul li .txt {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  display: flex;
  align-items: center;
  padding-left: 1em;
}
.voc_sec .voc_contents .bottom ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
}
.voc_sec .voc_contents .bottom ul li {
  width: 49%;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 20px;
}
.voc_sec .voc_contents .bottom ul li .tit {
  display: flex;
  align-items: center;
  gap: 0 12px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.voc_sec .voc_contents .bottom ul li p:last-of-type {
  margin: 0;
}

@media only screen and (max-width: 836px) {
  .voc_sec .voc_contents .top .lead {
    font-size: 22px;
  }
  .voc_sec .voc_contents .top ul {
    gap: 12px 0;
  }
  .voc_sec .voc_contents .top ul li {
    flex-direction: column;
    gap: 4px 0;
  }
  .voc_sec .voc_contents .top ul li .tit {
    font-size: 12px;
    padding: 0.2em 1em;
    width: 100%;
  }
  .voc_sec .voc_contents .top ul li .txt {
    font-size: 14px;
    padding-left: 0;
  }
  .voc_sec .voc_contents .bottom ul {
    flex-direction: column;
    gap: 12px 0;
  }
  .voc_sec .voc_contents .bottom ul li {
    width: 100%;
    padding: 20px;
  }
  .voc_sec .voc_contents .bottom ul li .tit {
    font-size: 18px;
  }
}
/* support */
.support_sec {
  background-color: #fff;
}
.support_sec .sec_tit {
  text-align: center;
}
.support_sec .s_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 40px;
}
.support_sec .s_list li {
  width: 32%;
  background-color: rgba(135, 129, 173, 0.0509803922);
  border-radius: 8px;
  padding: 20px;
}
.support_sec .s_list li .sub_tit {
  color: #6958C8;
  font-family: "League Spartan", "Noto Sans JP", serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.support_sec .s_list li figure {
  position: relative;
  height: 0;
  padding-bottom: 30%;
  margin-bottom: 12px;
}
.support_sec .s_list li figure img {
  position: absolute;
  width: auto;
  height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.support_sec .s_list li .tit {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.3em;
}
.support_sec .s_list li .tit .small {
  font-size: 0.6em;
  line-height: 1.5em;
  display: block;
}
.support_sec .btn_area {
  display: flex;
  gap: 0 1vw;
  margin-top: 2vw;
  justify-content: center;
}

@media only screen and (max-width: 836px) {
  .support_sec .sec_tit {
    text-align: left;
  }
  .support_sec .s_list {
    flex-direction: column;
    gap: 12px 0;
  }
  .support_sec .s_list li {
    width: 100%;
  }
  .support_sec .s_list li .tit {
    font-size: 18px;
  }
  .support_sec .btn_area {
    flex-direction: column;
    margin-top: 6vw;
    text-align: center;
    gap: 12px 0;
  }
}
/* news */
.news_sec {
  background-color: #F0F0F0;
}
.news_sec .news_contents .news_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
.news_sec .news_contents .news_nav li a {
  border: 1px solid #90909D;
  color: #90909D;
  display: inline-block;
  padding: 0.3em 1em;
  border-radius: 50px;
  font-size: 14px;
  font-weight: bold;
}
.news_sec .news_contents .news_nav li a.active, .news_sec .news_contents .news_nav li a:hover {
  background-color: #6958C8;
  border: 1px solid #6958C8;
  color: #fff;
}
.news_sec .news_contents .news_list {
  display: flex;
  flex-direction: column;
}
.news_sec .news_contents .news_list li {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
}
.news_sec .news_contents .news_list li:first-of-type {
  border-top: 1px solid #CCCCCC;
}
.news_sec .news_contents .news_list li a {
  display: block;
  color: #3F3F46;
  padding: 24px 20px;
  transition: 0.3s;
}
.news_sec .news_contents .news_list li a:hover {
  background-color: rgba(0, 0, 0, 0.0588235294);
}
.news_sec .news_contents .news_list li a .top {
  display: flex;
  gap: 0 12px;
  align-items: center;
  margin-bottom: 12px;
}
.news_sec .news_contents .news_list li a .top .date {
  font-family: "League Spartan", "Noto Sans JP", serif;
  color: #6958C8;
  margin: 0;
}
.news_sec .news_contents .news_list li a .top .tag_list {
  display: flex;
  gap: 0 12px;
}
.news_sec .news_contents .news_list li a .top .tag_list .tag {
  display: inline-block;
  background-color: #9B95C7;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  border-radius: 4px;
  padding: 0.4em 1em;
}
.news_sec .news_contents .news_list li a .bottom .tit {
  margin: 0;
}
.news_sec .news_contents .btn_area {
  margin-top: 40px;
  text-align: right;
}
.news_sec .news_contents .btn_area a {
  background-color: transparent;
}
.news_sec .news_contents .btn_area a:hover {
  background-color: #3F3F46;
}

.paging {
  margin-top: 40px;
}
.paging #pagination {
  text-align: center;
  font-family: "League Spartan", "Noto Sans JP", serif;
  display: flex;
  justify-content: center;
  gap: 0 16px;
}
.paging #pagination .page-numbers {
  font-size: 18px;
  font-weight: 700;
  line-height: 1em;
  color: #90909D;
}
.paging #pagination .page-numbers.current {
  color: #6958C8;
}
.paging #pagination .page-numbers:hover {
  color: #6958C8;
}

@media only screen and (max-width: 836px) {
  .news_sec .news_contents .news_nav {
    gap: 8px;
    margin-bottom: 20px;
  }
  .news_sec .news_contents .news_nav li a {
    padding: 0.3em 1em;
    font-size: 12px;
  }
  .news_sec .news_contents .news_list li a {
    padding: 20px 0;
  }
  .news_sec .news_contents .news_list li a .top {
    display: block;
    margin-bottom: 12px;
  }
  .news_sec .news_contents .news_list li a .top .tag_list {
    display: flex;
    gap: 0 6px;
  }
  .news_sec .news_contents .news_list li a .top .tag_list .tag {
    padding: 0.2em 1em;
  }
  .news_sec .news_contents .news_list li a .bottom .tit {
    margin: 0;
  }
  .news_sec .news_contents .btn_area {
    text-align: center;
  }
}
/* foot bnr */
.bnr_sec {
  background-color: #9B95C7;
}
.bnr_sec .bnr_contents ul {
  display: flex;
  gap: 20px 2%;
}
.bnr_sec .bnr_contents ul li {
  width: 49%;
  border-radius: 8px;
  overflow: hidden;
}
.bnr_sec .bnr_contents ul li a {
  position: relative;
  display: block;
  color: #fff;
  padding: min(4vw, 40px);
  z-index: 1;
}
.bnr_sec .bnr_contents ul li a::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.3s;
}
.bnr_sec .bnr_contents ul li a.b_01::after {
  background-image: url(../images/bnr/footer_contact_img01.jpg);
}
.bnr_sec .bnr_contents ul li a.b_02::after {
  background-image: url(../images/bnr/footer_contact_img02.jpg);
}
.bnr_sec .bnr_contents ul li a .tit {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.bnr_sec .bnr_contents ul li a .sub_tit {
  margin: 0;
  position: relative;
  font-weight: 700;
}
.bnr_sec .bnr_contents ul li a .sub_tit span {
  position: relative;
}
.bnr_sec .bnr_contents ul li a .sub_tit span::after {
  position: absolute;
  content: "";
  background-image: url(../images/parts/arrow_wh.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 6px;
  height: 12px;
  right: -18px;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.bnr_sec .bnr_contents ul li a:hover:after {
  transform: scale(1.3);
  filter: brightness(0.7);
}
.bnr_sec .bnr_contents ul li a:hover .sub_tit span::after {
  right: -30px;
}

@media only screen and (max-width: 836px) {
  .bnr_sec .bnr_contents ul {
    flex-direction: column;
    gap: 12px 0;
  }
  .bnr_sec .bnr_contents ul li {
    width: 100%;
  }
  .bnr_sec .bnr_contents ul li a {
    padding: 20px;
  }
  .bnr_sec .bnr_contents ul li a .tit {
    font-size: 24px;
    margin-bottom: 1.5em;
  }
  .bnr_sec .bnr_contents ul li a .sub_tit {
    font-size: 16px;
  }
}
/* under page */
.under_page {
  padding-top: 0;
}
.under_page.no_page_head {
  padding-top: 200px;
}

@media only screen and (max-width: 836px) {
  .under_page.no_page_head {
    padding-top: 120px;
  }
}
.under_tit_area {
  color: #fff;
  background-color: #6958C8;
  width: 100%;
  height: 340px;
  margin-bottom: 40px;
  border-radius: 0 0 24px 24px;
  position: relative;
  overflow: hidden;
}
.under_tit_area .under_tit {
  position: absolute;
  font-weight: 700;
  bottom: 100px;
  left: 60px;
}
.under_tit_area .under_tit .main_tit {
  font-size: 48px;
  display: block;
  line-height: 1.5em;
}
.under_tit_area .under_tit .sub_tit {
  font-size: 16px;
  display: block;
  line-height: 1.5em;
}
.under_tit_area .bg_txt {
  font-family: "League Spartan", "Noto Sans JP", serif;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: min(26vw, 360px);
  font-weight: 600;
  line-height: 0.4em;
  opacity: 0.1;
  pointer-events: none;
}

@media only screen and (max-width: 836px) {
  .under_tit_area {
    height: 260px;
    margin-bottom: 0;
  }
  .under_tit_area .under_tit {
    bottom: 80px;
    left: 20px;
  }
  .under_tit_area .under_tit .main_tit {
    font-size: 28px;
    line-height: 2em;
  }
  .under_tit_area .under_tit .sub_tit {
    font-size: 12px;
  }
}
/* under fv */
#under_fv {
  position: relative;
  width: 100%;
  height: 46vw;
}
#under_fv .txt_area {
  position: absolute;
  top: 50%;
  left: 5vw;
  transform: translateY(-50%);
  width: 40vw;
  z-index: 1;
}
#under_fv .txt_area .main_tit {
  width: 76%;
  margin-bottom: 2vw;
}
#under_fv .txt_area .main_tit img {
  width: 100%;
  height: auto;
}
#under_fv .txt_area .catch {
  font-size: 2.7vw;
  font-weight: 800;
  line-height: 1.5em;
  margin-bottom: 0.5em;
  white-space: nowrap;
}
#under_fv .txt_area .catch span {
  color: #6958C8;
}
#under_fv .txt_area .catch.mini {
  font-size: 1.4vw;
  font-weight: bold;
}
#under_fv .txt_area ul {
  display: flex;
  flex-direction: column;
}
#under_fv .txt_area ul li {
  width: 100%;
  position: relative;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 2em;
}
#under_fv .txt_area ul li::before {
  position: relative;
  content: "●";
  font-size: 0.5em;
  line-height: 1em;
  margin-right: 1em;
  top: -0.3em;
}
#under_fv .txt_area ul li .str {
  font-size: 1.5em;
  margin: 0 0.1em;
}
#under_fv .txt_area .sup_txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
  margin-top: 1em;
}
#under_fv .main_img {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(45vw, -20vw);
  width: 100%;
  z-index: -1;
}
#under_fv .main_img img {
  width: 100%;
  height: auto;
}
#under_fv .bg_txt {
  font-family: "League Spartan", "Noto Sans JP", serif;
  color: #90909D;
  font-size: 26vw;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -2;
  opacity: 0.1;
}

@media only screen and (max-width: 836px) {
  #under_fv {
    height: 116vw;
    margin-bottom: 6vw;
  }
  #under_fv .txt_area {
    top: 24%;
    transform: inherit;
    width: 90vw;
  }
  #under_fv .txt_area .main_tit {
    width: 56%;
    margin-bottom: 6vw;
  }
  #under_fv .txt_area .catch {
    font-size: 5vw;
    margin-bottom: 1em;
  }
  #under_fv .txt_area ul li {
    font-size: 3.4vw;
  }
  #under_fv .txt_area .sup_txt {
    font-size: 12px;
  }
  #under_fv .main_img {
    transform: translate(86vw, -20vw);
    width: 134%;
    z-index: -1;
  }
}
.p_features {
  margin-bottom: 80px;
}
.p_features.chat .block .right::after {
  background-image: url(../images/product/product_heading_chat_bg.svg);
}
.p_features.ca .block .right::after {
  background-image: url(../images/product/product_heading_cs_bg.svg);
}
.p_features.insight .block .right::after {
  background-image: url(../images/product/product_heading_insight_bg.svg);
}
.p_features.qa .block .right::after {
  background-image: url(../images/product/product_heading_qa_bg.svg);
}
.p_features.scenario .block .right::after {
  background-image: url(../images/product/product_heading_scenario_bg.svg);
}
.p_features.translation .block .right::after {
  background-image: url(../images/product/product_heading_translation_bg.svg);
}
.p_features .block {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
}
.p_features .block .left {
  width: 50%;
  background-color: rgba(63, 63, 70, 0.8);
  color: #fff;
  padding: 40px;
}
.p_features .block .left .tag {
  font-family: "League Spartan", "Noto Sans JP", serif;
  display: inline-block;
  padding: 0.1em 1em 0;
  border-radius: 50px;
  margin-bottom: 1em;
}
.p_features .block .left .tit {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}
.p_features .block .left .txt {
  font-size: 18px;
  line-height: 2em;
}
.p_features .block .right {
  width: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  position: relative;
}
.p_features .block .right::after {
  position: absolute;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150%;
  width: 100%;
  height: 100%;
  opacity: 0.1;
}
.p_features .block .right .pf_swiper .swiper-wrapper .swiper-slide {
  padding: 20px 0;
}
.p_features .block .right .pf_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
}
.p_features .block .right .pf_swiper .swiper-pagination {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.p_features .block .right .pf_swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
  border: 1px solid #ccc;
}
.p_features .block .right .pf_swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #ccc;
}

@media only screen and (max-width: 836px) {
  .p_features {
    margin-bottom: 60px;
  }
  .p_features .block {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
  .p_features .block .left {
    width: 100%;
    padding: 20px;
  }
  .p_features .block .left .tit {
    font-size: 22px;
  }
  .p_features .block .left .txt {
    font-size: 14px;
  }
  .p_features .block .right {
    width: 100%;
  }
}
.single_area {
  margin-bottom: 120px;
}
.single_area .single_top {
  margin-bottom: 40px;
}
.single_area .single_top .single_tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.single_area .single_top .date_box {
  display: flex;
  gap: 0 12px;
  align-items: center;
}
.single_area .single_top .date_box .date {
  font-family: "League Spartan", "Noto Sans JP", serif;
  color: #6958C8;
  margin: 0;
}
.single_area .single_top .date_box .tag_list {
  display: flex;
  gap: 0 12px;
}
.single_area .single_top .date_box .tag_list .tag {
  display: inline-block;
  background-color: #9B95C7;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  border-radius: 4px;
  padding: 0.4em 1em;
}
.single_area .main_img {
  margin-bottom: 80px;
}
.single_area .main_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 4px;
}
.single_area .txt_area {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
.single_area .txt_area h2 {
  color: #6958C8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5em;
  border-left: 4px solid;
  padding-left: 0.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.single_area .txt_area h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
}
.single_area .txt_area a {
  text-decoration: underline;
}
.single_area .txt_area img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 4px;
}
.single_area .txt_area blockquote {
  border: 1px solid #CCCCCC;
  padding: 40px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.single_area .txt_area ul {
  list-style: disc;
  padding-left: 24px;
}
.single_area .txt_area hr {
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  border: none;
  margin: 30px 0;
}
.single_area .btn_area {
  text-align: center;
}

@media only screen and (max-width: 836px) {
  .single_area {
    margin-bottom: 60px;
  }
  .single_area .single_top {
    margin-bottom: 20px;
  }
  .single_area .single_top .single_tit {
    font-size: 20px;
  }
  .single_area .single_top .date_box {
    display: block;
    margin-bottom: 12px;
  }
  .single_area .single_top .date_box .tag_list {
    display: flex;
    gap: 0 6px;
  }
  .single_area .single_top .date_box .tag_list .tag {
    padding: 0.2em 1em;
  }
  .single_area .main_img {
    margin-bottom: 40px;
  }
  .single_area .txt_area {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .single_area .txt_area h2 {
    font-size: 18px;
  }
  .single_area .txt_area h3 {
    font-size: 16px;
  }
  .single_area .txt_area blockquote {
    padding: 20px;
  }
  .single_area .txt_area ul {
    padding-left: 22px;
  }
  .single_area .txt_area hr {
    margin: 20px 0;
  }
}
/* info area */
.info_area {
  margin-bottom: 80px;
}
.info_area .block {
  position: relative;
  text-align: center;
  padding: 40px;
  border: 1px solid #6958C8;
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 40px;
}
.info_area .block:last-of-type {
  margin: 0;
}
.info_area .block .stit {
  position: absolute;
  background-color: #6958C8;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 0.2em 1.5em;
  border-radius: 4px;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.info_area .block .top_box {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.info_area .block .top_box .lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0;
}
.info_area .block .top_box .lead .str {
  font-size: 26px;
  line-height: 1.5em;
}
.info_area .block .top_box .lead .str_big {
  font-size: 78px;
  font-family: "League Spartan", "Noto Sans JP", serif;
  font-weight: 400;
  line-height: 1.5em;
  margin-right: 0.1em;
}
.info_area .block .bottom_box ul {
  list-style: disc;
  padding-left: 24px;
  text-align: left;
}
.info_area .block .bottom_box .btn_area {
  margin-top: 30px;
}

@media only screen and (max-width: 836px) {
  .info_area {
    margin-bottom: 60px;
  }
  .info_area .block {
    padding: 20px;
    margin-bottom: 20px;
  }
  .info_area .block:first-of-type {
    padding: 40px 20px 20px;
  }
  .info_area .block .top_box {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .info_area .block .top_box .lead {
    font-size: 14px;
  }
  .info_area .block .top_box .lead .str {
    font-size: 20px;
  }
  .info_area .block .top_box .lead .str_big {
    font-size: 56px;
  }
  .info_area .block .bottom_box ul {
    padding-left: 22px;
  }
  .info_area .block .bottom_box .btn_area {
    margin-top: 20px;
  }
}
.contact_area {
  position: relative;
  margin-top: -120px;
  padding-top: 120px;
}
.contact_area .contact_top {
  text-align: center;
  margin-bottom: 40px;
}
.contact_area .contact_top figure {
  margin-bottom: 12px;
}
.contact_area .contact_top figure img {
  width: 42px;
  height: auto;
}
.contact_area .contact_top .stit {
  color: #6958C8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}
.contact_area .block {
  display: block;
  margin-bottom: 20px;
}
.contact_area .block .left {
  width: 100%;
}
.contact_area .block .left p {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
}
.contact_area .block .left .req_icon {
  color: #6958C8;
  font-size: 12px;
  font-weight: 400;
  margin-right: 0.8em;
}
.contact_area .block .left .req_icon.no_rec {
  color: #90909D;
}
.contact_area .block .left .note {
  font-size: 0.7em;
  line-height: 1.5em;
}
.contact_area .block .right {
  width: 100%;
}
.contact_area .block .right input, .contact_area .block .right textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  padding: 16px;
  background-color: #F0F0F0;
  color: #3F3F46;
  border: none;
  border-radius: 4px;
}
.contact_area .block .right input::-moz-placeholder, .contact_area .block .right textarea::-moz-placeholder {
  opacity: 0.5;
}
.contact_area .block .right input::placeholder, .contact_area .block .right textarea::placeholder {
  opacity: 0.5;
}
.contact_area .block .right input.fix, .contact_area .block .right textarea.fix {
  pointer-events: none;
  background-color: #eee;
}
.contact_area .block .right textarea {
  height: 240px;
}
.contact_area .block .right.select span {
  width: min(100%, 300px);
  display: inline-block;
  position: relative;
}
.contact_area .block .right.select span::before {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #AFAFAF transparent transparent transparent;
  content: "";
  pointer-events: none;
}
.contact_area .block .right.select span select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  display: block;
  padding: 12px 16px;
  background-color: #fff;
  color: #101010;
  border: 1px solid #AFAFAF;
}
.contact_area .block .right .radio_area {
  display: flex;
  gap: 0 12px;
}
.contact_area .block .right .radio_area .wpcf7-list-item {
  margin: 0;
}
.contact_area .block .right .radio_area .wpcf7-list-item label {
  display: flex;
}
.contact_area .block .right .radio_area .wpcf7-list-item label input {
  width: 20px;
  margin-right: 8px;
}
.contact_area .form_box {
  position: relative;
  width: 100%;
  transition: 0.2s;
}
.contact_area .form_box.disactive {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact_area .form_box .btn_area {
  margin-top: 60px;
  text-align: center;
}
.contact_area .form_box .btn_area .confirm_btn {
  cursor: pointer;
}
.contact_area .form_box .btn_area .confirm_btn:disabled {
  background-color: #d9d9d9;
  border: 1px solid;
  pointer-events: none;
}
.contact_area .form_box .btn_area .confirm_btn:disabled span::after {
  opacity: 0;
}
.contact_area .confirm_box {
  width: 100%;
  transition: 0.2s;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact_area .confirm_box.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contact_area .confirm_box .block {
  margin: 0;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
}
.contact_area .confirm_box .block:nth-of-type(1) {
  border-top: 1px solid #CCCCCC;
}
.contact_area .confirm_box .block .left p {
  color: #6958C8;
}
.contact_area .confirm_box .block .right p {
  margin: 0;
}
.contact_area .confirm_box .btn_area {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 0 2%;
}
.contact_area .confirm_box .btn_area .rev_btn {
  cursor: pointer;
}
.contact_area .confirm_box .btn_area .send_btn {
  cursor: pointer;
}
.contact_area .confirm_box .btn_area .wpcf7-spinner {
  display: none;
}
.contact_area .thx_box {
  width: 100%;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  pointer-events: none;
}
.contact_area .thx_box p {
  margin: 0;
}
.contact_area .thx_box.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.contact_area .thx_box .btn_area {
  text-align: center;
}
.contact_area .wpcf7-response-output {
  display: none !important;
}
.contact_area .wpcf7-not-valid {
  border: 1px solid #FF0004 !important;
}
.contact_area .wpcf7-not-valid-tip {
  color: #FF0004;
  font-size: 12px;
  line-height: 1.5em;
  padding-top: 0.5em;
}

@media only screen and (max-width: 836px) {
  .contact_area {
    margin-top: -90px;
    padding-top: 90px;
  }
  .contact_area .contact_top {
    margin-bottom: 20px;
  }
  .contact_area .contact_top figure {
    margin-bottom: 8px;
  }
  .contact_area .contact_top .stit {
    font-size: 20px;
  }
  .contact_area .block {
    flex-direction: column;
    margin-bottom: 24px;
  }
  .contact_area .block .left {
    width: 100%;
    margin-bottom: 4px;
  }
  .contact_area .block .right {
    width: 100%;
  }
  .contact_area .block .right input, .contact_area .block .right textarea {
    padding: 12px;
  }
  .contact_area .block .right textarea {
    height: 200px;
  }
  .contact_area .form_box {
    position: relative;
    width: 100%;
    transition: 0.2s;
  }
  .contact_area .form_box.disactive {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .contact_area .form_box .btn_area {
    margin-top: 20px;
  }
  .contact_area .confirm_box .btn_area {
    margin-top: 20px;
    flex-direction: column;
    gap: 12px 0;
  }
}
.terms_sec .tit {
  color: #6958C8;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 2em;
}
.terms_sec .block {
  margin-bottom: 60px;
  word-break: break-all;
}
.terms_sec .block:last-of-type {
  margin: 0;
}
.terms_sec .block .stit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.terms_sec .block ol {
  list-style: auto;
}
.terms_sec .block ul {
  list-style: disc;
}
.terms_sec .block ol, .terms_sec .block ul {
  padding-left: 24px;
}
.terms_sec .block a {
  text-decoration: underline;
}

@media only screen and (max-width: 836px) {
  .terms_sec .block {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=pages.css.map */