html {
  font-size: 62.5%;
  font-family: source-han-sans-japanese, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  min-width: auto;
}

a:link,
a:visited {
  color: #000;
  text-decoration: none;
}
@media (min-width: 641px) {
  .sp_only {
    display: none!important;
  }
}
@media (max-width: 640px) {
  .pc_only {
    display: none!important;
  }
}

/*========== header ==========*/
#header {
  overflow: hidden;
  width: 100%;
  height: 80px;
  background: #fff;
}

#header .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1140px;
}

#header .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#header .site_title {
  float: left;
  padding: 15px 0 10px;
}

#header .site_title_inner {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #000;
}

#header .lead_text {
  font-size: 17px;
  font-weight: normal;
}

#header .title_text {
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 979px) {
  #header .lead_text {
    font-size: 12px;
  }
  
  #header .title_text {
    font-size: 15px;
  }
}

#header .site_title img {
  max-width: 100%;
  height: auto;
}

#header a {
  text-decoration: none;
}

#header ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  float: right;
  min-height: 38px;
  width: 401px;
}

#header ul li {
  float: left;
  width: 198px;
}

#header ul li a {
  display: table;
  padding: 0 10px;
  width: 100%;
  height: 100%;
  color: #fff;
  table-layout: fixed;
  vertical-align: middle;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
}

#header ul li a:before {
  display: table-cell;
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}

#header ul li a .label {
  display: table-cell;
  padding: 3px 0;
  vertical-align: middle;
  text-align: center;
}

#header ul li a .label>span {
  display: none;
  font-weight: bold;
}

#header ul .btn_download {
  margin-right: 5px;
  border-radius: 0 0 5px 5px;
  background-color: #d8152c;
}

#header ul .btn_download a:before {
  width: 18px;
  background-image: url(../../../../../img/ss/common/bg_icon_dl_001.png);
}

#header ul .btn_contact {
  border-radius: 0 0 5px 5px;
  background-color: #0a7ec4;
}

#header ul .btn_contact a:before {
  width: 24px;
  background-image: url(../../../../../img/ss/common/bg_icon_contact_001.png);
}

#header ul .btn_tel {
  display: none;
  background-color: #00284a;
}

#header ul .btn_tel a:before {
  background-image: url(../../../../../img/ss/common/bg_icon_tel_001.png);
}

#header .logo {
  float: right;
  margin-left: 10px;
  width: 93px;
  line-height: 1;
}

#header .logo a {
  display: inline-block;
  padding: 10px 0 0;
}

#header .logo a img {
  height: auto;
}

#header .js_menu_button {
  display: none;
}

#header .site_title {
  padding: 15px 0 10px;
}

@media screen and (max-width: 768px) {
  /* Header */
  #header {
    position: relative;
    z-index: 10000;
    overflow: visible;
    width: 100%;
    height: auto;
  }

  #header .inner {
    box-sizing: border-box;
    padding: 0;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
  }

  #header .head_box {
    margin: 0;
    padding: 12px 15px;
    width: 100%;
  }

  #header .head_box:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
    font-size: 0;
  }

  #header .site_title {
    float: none;
    padding: 0;
    width: 50%;
    width: calc(100% - 75px);
  }

  #header .site_title img {
    max-height: 30px;
    width: auto;
  }

  #header .logo {
    float: none;
    margin-bottom: 5px;
    margin-left: 0;
    width: 80px;
  }

  #header .logo a {
    padding: 0;
  }

  #header .list_box {
    width: 100%;
  }

  #header ul li {
    width: 50%;
  }

  #header ul .btn_download {
    margin-right: 0;
    border-radius: 0;
  }
  
  #header ul .btn_contact {
    border-radius: 0;
  }
}

/*========== footer ==========*/
#footer .inner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 5px;
  max-width: 980px;
}

#footer .inner:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

#footer .copy {
  padding: 20px 0;
  background-color: #fff;
}

#footer .copy a {
  text-decoration: none;
}

#footer .copy p {
  float: left;
  width: 50%;
  color: #333;
  font-size: 12px;
}

#footer .copy ul {
  float: right;
  width: 50%;
  text-align: right;
}

#footer .copy ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: solid 1px #333;
}

#footer .copy ul li:last-child {
  border-right: none;
}

#footer .copy ul li a {
  color: #333;
  font-size: 12px;
  opacity: 1;
}

#footer .copy ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 640px) {
  /* Footer */
  #footer {
    order: 2;
  }

  #footer .copy {
    padding: 12px 0;
  }

  #footer .copy p,
  #footer .copy ul {
    float: none;
    width: 100%;
    text-align: center;
  }

  #footer .copy ul {
    margin-bottom: 5px;
  }

  #footer .copy ul li a {
    font-weight: bold;
  }
}

/*========== content ==========*/
#content {
  margin-top: 50px;
}

.head_block {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 15px;
}

.head_content {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}

.head_content::before,
.head_content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #0a7ec4;
}

.head_content::before {
  margin-left: calc(50% - 50vw);
}

.head_inner {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.head_title {
  width: 460px;
}

.head_title img {
  width: 100%;
}

.head_desc {
  margin-left: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media (max-width: 640px) {
  #content {
    margin-top: 40px;
  }

  .head_block {
    padding: 0;
  }

  .head_content {
    display: block;
    width: 92%;
    margin: 0 auto;
    padding: 0;
  }

  .head_content::before,
  .head_content::after {
    display: none;
  }

  .head_inner {
    display: block;
    padding-right: 0;
    border: none;
  }

  .head_title {
    position: relative;
    width: 90%;
    max-width: 320px;
    padding-bottom: 15px;
  }

  .head_title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background: #0a7ec4;
  }

  .head_desc {
    margin: 15px 0 0;
  }
}

/*========== keyvisual ==========*/
.keyvisual_block {
  max-width: 1220px;
  margin: 35px auto 0;
}

.keyvisual_content {
  position: relative;
  padding-bottom: 50px;
  background: #fafafa;
}

.keyvisual_img {
  width: 62%;
}

.keyvisual_img img {
  width: 100%;
}

.keyvisual_about {
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: absolute;
  top: -40px;
  right: 0;
  width: 43%;
  padding: 20px 55px 20px 60px;
  background: #C30D23;
  color: #fff;
  box-sizing: border-box;
}

.keyvisual_about_title {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.46;
}

.keyvisual_about_title span {
  display: inline-block;
}

.keyvisual_about_name {
  margin-top: 15px;
  font-size: 1.4rem;
}

.keyvisual_about_btn {
  display: block;
  width: 234px;
  margin-top: 40px;
  padding: 19px 10px 17px;
  background: #fff;
  font-size: 1.4rem;
  color: #c30d23;
  text-align: center;
}

.keyvisual_about_btn:link,
.keyvisual_about_btn:visited {
  color: #c30d23;
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 50%;
  width: 53px;
  height: 53px;
  margin-top: -26px;
  font-size: 0;
  z-index: 1;
}

.slick-list {
  padding-top: 40px;
}

.slick-prev {
  left: 58px;
  background-image: url(/img/ss/products/controls/kv-customers-voice/carousel_prev_btn_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-next {
  right: 58px;
  background-image: url(/img/ss/products/controls/kv-customers-voice/carousel_next_btn_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 65%;
}

.slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999999;
  cursor: pointer;
}

.slick-dots li.slick-active {
  background: #C30D23;
}

.slick-dots li + li {
  margin-left: 10px;
}

.slick-dots button {
  text-indent: -9999px;
}

@media (max-width: 1160px) {
  .keyvisual_about {
    padding: 25px;
  }

  .keyvisual_about_title {
    font-size: 1.8rem;
  }
}

@media (max-width: 960px) {
  .keyvisual_about {
    padding: 15px;
  }

  .keyvisual_about_title {
    font-size: 1.6rem;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
  }

  .slick-prev {
    left: 15px;
  }

  .slick-next {
    right: 15px;
  }
}

@media (max-width: 640px) {
  .keyvisual_block {
    min-width: auto;
  }

  .keyvisual_content {
    padding-bottom: 0;
  }

  .keyvisual_img {
    width: 100%;
  }

  .keyvisual_about {
    position: static;
    width: 80%;
    margin-left: auto;
    padding: 20px;
    transform: translateY(-48px);
    box-sizing: content-box;
  }

  .keyvisual_about_title {
    font-size: 1.6rem;
  }

  .keyvisual_about_name {
    margin-top: 20px;
    font-size: 1.3rem;
  }

  .slick-list {
    padding-top: 0;
  }

  .slick-arrow {
    border: none;
    width: 30px;
    height: 30px;
    top: 22%;
  }

  .slick-prev {
    left: 4%;
    background-image: url(/img/ss/products/controls/kv-customers-voice/carousel_prev_btn_sp.png);
  }

  .slick-next {
    right: 4%;
    background-image: url(/img/ss/products/controls/kv-customers-voice/carousel_next_btn_sp.png);
  }

  .slick-dots {
    justify-content: center;
    bottom: 22px;
    left: 0;
    width: 100%;
  }
}

/*========== archive ==========*/
.archive_block {
  margin-top: 94px;
  padding: 0 15px;
  background: #fafafa;
}

.archive_inner {
  position: relative;
  max-width: 1220px;
  margin: 0 auto;
  padding: 82px 0 100px;
}

.archive_inner .section_title {
  position: absolute;
  top: -30px;
  left: 0;
}

.archive_inner .section_title img {
  width: 100%;
}

.section_main_title {
  display: block;
  color: #0072b7;
  font-size: 5rem;
  letter-spacing: 3px;
  line-height: 1;
}

.section_sub_title {
  display: block;
  margin-top: 10px;
  font-size: 1.4rem;
}

.archive_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 28px;
}

.archive_list {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 30px 26px;
  box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  transition: all .3s;
  border: solid 1px #EAEAEA;
  background: #fff;
}

.archive_list:hover {
  box-shadow: none;
}

.archive_list_img {
  line-height: 0;
  overflow: hidden;
}

.archive_list_img img {
  width: 100%;
  transition: all 0.8s;
}

.archive_list_about {
  flex-grow: 1;
  padding: 26px 30px;
}

.archive_list_logo {
  align-content: center;
  line-height: 0;
}

.archive_list_logo img {
  width: 100%;
}

.archive_list_text {
  margin-top: 24px;
}

.archive_list_name {
  align-content: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

.archive_list_text  .archive_list_name {
  font-size: 1.6rem;
}

.archive_list_desc {
  margin-top: 24px;
  font-size: 1.4rem;
  line-height: 1.6;
}

.archive_list_text .archive_list_desc {
  margin-top: 8px;
}

.archive_list_arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 8px;
  margin-top: 16px;
  color: #0A7EC4;
  font-size: 1.4rem;
  line-height: 1.6;
}

.archive_list_arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #0A7EC4;
  border-right: 1px solid #0A7EC4;
  rotate: 45deg;
}

@media (max-width: 960px) {
  .archive_lists {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .archive_list {
    box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
  }
}
@media (max-width: 640px) {
  .archive_block {
    margin-top: 65px;
    padding-bottom: 60px;
  }

  .archive_inner {
    width: 92%;
    padding: 0;
  }

  .archive_inner .section_title {
    width: 145px;
    top: -20px;
  }

  .archive_lists {
    display: block;
    padding-top: 80px;
  }

  .archive_list {
    width: 100%;
    margin-right: 0;
  }

  .archive_list + .archive_list {
    margin-top: 30px;
  }

  .archive_list_about {
    padding: 30px 9% 44px;
  }

  .archive_list_logo {
    text-align: center;
  }

  .archive_list_logo img {
    width: auto;
    max-width: 100%;
  }
}

/*========== contact ==========*/
.contact_block {
  padding: 60px 15px;
  background: #efefef;
}

.contact_inner {
  max-width: 1010px;
  margin: 0 auto;
  padding: 40px 15px;
  background: #fff;
  /*box-shadow: 0 3px 6px rgb(0 0 0 / 10%);*/
  box-sizing: border-box;
  text-align: center;
}

.contact_title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.2;
}

.contact_message {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.contact_form {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_btn {
  display: block;
  position: relative;
  width: 220px;
  padding: 15px 15px 13px;
  background: #0a7ec4;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  color: #fff !important;
  box-sizing: border-box;
}

.contact_btn:link,
.contact_btn:link:visited {
  color: #fff;
}

.contact_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.contact_tel {
  position: relative;
  margin-left: 40px;
  padding-left: 35px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}

.contact_tel::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background: #efefef;
}

.contact_tel_icon {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background-image: url(/img/ss/products/software/rk-customers-voice/icon03.png);
  background-size: contain;
}

.pc_only .AutoPhoneCall {
  pointer-events: none;
}

@media (max-width: 640px) {
  .contact_block {
    padding: 40px 0;
  }
  .contact_inner {
    width: 92%;
    padding: 30px 4% 45px;
  }

  .contact_title {
    font-size: 2.4rem;
  }

  .contact_form {
    display: block;
    margin-top: 40px;
  }

  .contact_btn {
    margin: 0 auto;
  }

  .contact_tel {
    margin: 25px 0 0;
    padding-left: 0;
    font-size: 2.8rem;
  }

  .contact_tel::before {
    display: none;
  }
}

/*========== other ==========*/
.other_block {
  padding: 100px 15px;
}

.other_inner {
  display: flex;
  justify-content: center;
}

.other_content {
  width: 490px;
  padding: 50px;
  border: 2px solid #eaeaea;
  box-sizing: border-box;
}

.seminar_box {
  margin-left: 28px;
}

.other_title {
  position: relative;
  padding-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}

.other_title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #C30D23;
}

.other_desc_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.other_desc {
  max-width: 270px;
}

.other_desc p {
  font-size: 14px;
  line-height: 1.6;
}

.other_desc_icon {
  width: 100px;
}

.other_desc_icon img {
  width: 100%;
}

.other_desc_link {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  padding-left: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #C30D23;
}

.other_desc_link:link,
.other_desc_link:visited {
  color: #C30D23;
}

.other_desc_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #C30D23;
  border-bottom: 2px solid #C30D23;
  transform: rotate(-45deg);
}

@media (max-width: 640px) {
  .other_block {
    padding: 30px 0 40px;
  }
  .other_inner {
    display: block;
  }

  .other_content {
    width: 92%;
    margin: 0 auto;
    padding: 20px 35px;
    text-align: center;
  }

  .seminar_box {
    margin-top: 20px;
  }

  .other_title {
    padding-bottom: 15px;
  }

  .other_title::after {
    left: 50%;
    margin-left: -25px;
  }

  .other_desc_wrap {
    display: block;
    margin-top: 15px;
  }

  .other_desc {
    max-width: 100%;
  }

  .other_desc p {
    line-height: 1.7;
  }

  .other_desc_icon {
    margin: 20px auto 0;
  }

  .other_desc_link {
    margin-top: 20px;
  }
}
