@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Roboto:wght@400;700&display=swap");
body {
  min-width: 1115px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  body {
    width: 100% !important;
    min-width: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .spScroll,
section.breadcrumbs {
    overflow: scroll;
  }

  header {
    width: 100%;
  }

  .spScroll {
    width: 100%;
  }

  .section.sectionProduct.sectionSolution {
    min-width: 1020px;
  }

  footer {
    min-width: 1020px;
  }
}
body div#content {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
}

.serif {
  font-family: "Roboto", sans-serif;
}

.inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .inner {
    width: 100% !important;
    min-width: inherit !important;
    padding: 0 2vw;
    box-sizing: border-box;
  }
  .inner.-spL {
    padding: 0 6vw;
  }
}
.bg-white {
  background: #FFF;
}

.section_l {
  padding: 100px 0;
}

body.is-solutions_products div.title {
  height: auto;
  background: none;
}

/*見出し*/
.subTitle {
  margin-bottom: 16px;
  color: #69573E;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .subTitle {
    margin-bottom: 5px;
    font-size: 15px;
  }
}

.sectionTitle {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .sectionTitle h2 {
    margin: 0;
  }
}

.title_effect h2 {
  margin-bottom: 0;
}

.title_effect {
  display: inline-block;
  position: relative;
  height: 85px;
  line-height: 85px;
  z-index: 1;
}
.title_effect::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: -1;
  transform: scale(0, 1);
  background: #2F2F2F;
}
.title_effect.active::after {
  animation: slide_in 0.5s forwards;
}
.title_effect.active > * {
  color: #FFF;
}
.title_effect > * {
  display: inline-block;
  height: 100%;
  padding: 0 30px;
  color: #2F2F2F;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 80px;
  background: transparent;
}
.title_effect.reverse::after {
  background: #FFF;
}
.title_effect.reverse.active::after > * {
  color: #2F2F2F;
}
.title_effect.reverse > * {
  color: #2F2F2F;
  background: transparent;
}

@media screen and (max-width: 767px) {
  .title_effect {
    height: 45px;
    line-height: 45px;
  }
  .title_effect::after {
    height: 45px;
  }
  .title_effect > * {
    padding: 0 15px;
    font-size: 23px;
    line-height: 45px;
  }
  .title_effect_reverse {
    height: 45px;
    line-height: 45px;
  }
  .title_effect_reverse::after {
    height: 45px;
  }
  .title_effect_reverse > * {
    padding: 0 15px;
    font-size: 23px;
    line-height: 45px;
  }
}
.title_effect2 > * {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #2F2F2F, #2F2F2F);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0 90%;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
  color: #2F2F2F;
}
.title_effect2.active > * {
  background-size: 100% 90%;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .title_effect2 > * {
    background-size: 0 100%;
    padding: 5px 12px;
    line-height: 47px;
    font-size: 23px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .title_effect2.active > * {
    background-size: 100% 100%;
  }
}
.title_effect2.reverse > * {
  background-image: linear-gradient(90deg, #FFF, #FFF);
  color: #FFF;
}
.title_effect2.reverse.active > * {
  color: #2F2F2F;
}
@media screen and (max-width: 767px) {
  .title_effect2.reverse > * {
    background-size: 0 100%;
    padding: 5px 12px;
    line-height: 47px;
    font-size: 23px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .title_effect2.reverse.active > * {
    background-size: 100% 100%;
  }
}

.slideBtn {
  position: relative;
  display: block;
  height: 100%;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  /*feature*/
}
.feature .slideBtn {
  padding-left: 67px;
  text-align: left;
}
.feature .slideBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url("../img/ico_circle_arrow.svg") no-repeat center center;
  left: 22px;
}
@media screen and (max-width: 767px) {
  .feature .slideBtn::before {
    width: 21px;
    background-size: contain;
  }
}
.slideBtn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 43px;
  height: 1px;
  background: #FFF;
  right: 0;
}
@media screen and (max-width: 767px) {
  .slideBtn::after {
    width: 21px;
  }
}
.slideBtn:hover {
  text-decoration: none;
}
.slideBtn_wrapper {
  position: relative;
  width: 351px;
  height: 85px;
  line-height: 85px;
  z-index: 1;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .slideBtn_wrapper {
    width: 74vw;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
  }
}
.slideBtn_wrapper::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: -1;
  transform: scale(0, 1);
  animation: slide_out 0.5s forwards;
}
@media screen and (max-width: 767px) {
  .slideBtn_wrapper::after {
    height: 50px;
  }
}
.slideBtn_wrapper:hover::after {
  animation: slide_in 0.5s forwards;
}
.slideBtn_wrapper.blue {
  background: #269BB1;
}
.slideBtn_wrapper.blue::after {
  background: #066071;
}
.slideBtn_wrapper.brown {
  background: #69573E;
}
.slideBtn_wrapper.brown::after {
  background: #2F2F2F;
}

@keyframes slide_in {
  from {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  to {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@keyframes slide_out {
  from {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  to {
    transform-origin: left top;
    transform: scale(0, 1);
  }
}
/*レスポンシブ*/
.sp {
  display: block;
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}
.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/*ここからコンテンツ*/
/*MV*/
div#content .mv {
  position: relative;
  height: 503px;
  padding-top: 82px;
  line-height: 1.2;
  box-sizing: border-box;
  background: url("../img/bg_mv_pc.jpg") no-repeat center top/cover;
}

div#content .mv_catch {
  font-size: 24px;
  font-weight: bold;
}

div#content .mv_title {
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: bold;
}

div#content .mv_logo {
  margin-top: 8px;
}

div#content .mv_feature {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}
div#content .mv_feature div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background: #69573E;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
}

div#content .mv_title_wrapper {
  padding: 29px 12px 22px;
  width: 426px;
  height: 366px;
  background: rgba(255, 255, 255, 0.92);
  box-sizing: border-box;
  text-align: center;
}

div#content .mv_navi {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 660px;
  display: flex;
  justify-content: space-between;
}
div#content .mv_navi div a {
  position: relative;
  display: block;
  width: 216px;
  height: 63px;
  line-height: 63px;
  color: #FFF;
  background: #269BB1;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  box-shadow: 3px 0px 6px 0 rgba(0, 0, 0, 0.4);
  transition: 0.3s;
}
div#content .mv_navi div a::after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
  margin: auto;
}
div#content .mv_navi div a:hover {
  text-decoration: none;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  div#content .mv {
    padding-top: 61px;
    padding-bottom: 32px;
    height: auto;
    background-image: url("../img/bg_mv_sp.jpg");
  }
  div#content .mv_title_wrapper {
    width: 74vw;
    height: auto;
    margin: 0 auto;
    padding: 15px 7px 14px;
  }
  div#content .mv_catch {
    font-size: 14px;
  }
  div#content .mv_title {
    margin-top: 0;
    font-size: 11px;
  }
  div#content .mv_logo img {
    width: 100%;
  }
  div#content .mv_feature {
    width: 70vw;
    margin: 11px auto;
    gap: 0 1.3vw;
  }
  div#content .mv_feature div {
    width: calc((100% - 2.6vw)/3);
    height: 100%;
    aspect-ratio: 1/1;
    font-size: 11px;
    line-height: 1.57;
  }
  div#content .mv_navi {
    position: static;
    width: 65vw;
    margin: 33px auto 0;
    flex-direction: column;
  }
  div#content .mv_navi div {
    margin-bottom: 16px;
  }
  div#content .mv_navi div a {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
/**/
/*ページ内ナビ*/
.page_nav {
  background: #69573E;
  transition: 0.2s;
}
.page_nav ul {
  display: flex;
  justify-content: space-between;
}
.page_nav ul li {
  width: 300px;
  border-right: 1px solid #2F2F2F;
}
.page_nav ul li:first-child {
  border-left: 1px solid #2F2F2F;
}
.page_nav ul li a {
  display: block;
  position: relative;
  height: 80px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 80px;
  color: #FFF;
  transition: all 0.3s ease-out;
}
.page_nav ul li a:hover {
  background: #2F2F2F;
  text-decoration: none;
  color: #FFF;
}
.page_nav ul li a:hover span::after {
  transform: scale(1, 1);
}
.page_nav ul li a span {
  position: relative;
}
.page_nav ul li a span::after {
  position: absolute;
  bottom: -7px;
  left: 0px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.3s;
  transform: scale(0, 1);
  background: #FFF;
}
.page_nav.-fixed {
  position: fixed;
  padding: 0;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  box-shadow: 3px 6px 10px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .page_nav {
    height: 38px;
    position: relative;
    overflow: hidden;
  }
  .page_nav_inner {
    overflow-x: scroll;
    height: 38px;
  }
  .page_nav ul {
    width: 600px !important;
    padding-right: 20px;
  }
  .page_nav ul li {
    height: 38px;
  }
  .page_nav ul li a {
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 10px;
  }
  .page_nav_btn {
    position: absolute;
    top: -38px;
    right: 0;
    width: 20px;
    height: 38px;
    background: #69573E;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.89);
  }
  .page_nav_btn::after {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    transform: rotate(45deg);
    margin: auto;
  }
  .page_nav_btn_wrapper {
    width: 100%;
    position: relative;
    height: 38px;
  }
}
@media screen and (min-width: 600px) {
  .page_nav_inner {
    overflow: visible;
  }
  .page_nav_btn {
    display: none;
  }
  .page_nav_btn_wrapper {
    display: none;
  }
}
/*about
---------------------------------------------------------------*/
.about {
  background: #FFF url("../img/bg_about_pc.jpg") no-repeat center top/contain;
  padding: 48px 0;
}
.about_lead1 {
  font-size: 38px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  line-height: 1;
}
.about_lead2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}

.issue_cols {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  margin: 36px auto 77px;
  font-weight: bold;
}

.issue_col {
  position: relative;
  width: calc((100% - 122px) / 3);
  padding: 25px 15px 32px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  box-sizing: border-box;
}
.issue_col::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -71px;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 71px 18.5px 0 18.5px;
  border-color: rgba(255, 255, 255, 0.85) transparent transparent transparent;
}
.issue_col .title {
  position: relative;
  color: #2F2F2F;
  font-size: 20px;
  line-height: 1.8;
}
.issue_col .title::before {
  position: relative;
  top: 0px;
  left: -24px;
  right: 0;
  margin: auto auto 10px;
  display: block;
  content: "ISSUE";
  font-size: 20px;
  color: #69573E;
  font-family: "Roboto", sans-serif;
}
.issue_col .title::after {
  position: absolute;
  top: -18px;
  left: 71px;
  right: 0;
  margin: auto;
  counter-increment: number 1;
  content: "0" counter(number);
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  color: #69573E;
}

.about_suggestion {
  background: #FFF;
  margin-top: 6px;
  padding: 50px 46px 72px;
}

.about_catch {
  text-align: center;
}
.about_catch span {
  display: inline-block;
  padding: 0 30px;
  text-align: center;
  font-size: 24px;
  line-height: 56px;
  background: #2F2F2F;
  color: #FFF;
  font-weight: bold;
}

.about_title {
  margin-top: 38px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

.point_cols {
  position: relative;
  display: flex;
  justify-content: space-between;
  counter-reset: number 0;
  margin: 52px auto 45px;
}

.point_col {
  position: relative;
  width: calc((100% - 72px) / 3);
  padding: 34px 0 20px;
}
.point_col p {
  font-size: 16px;
}

.point_col .title {
  position: relative;
  margin-bottom: 21px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.82;
}
.point_col .title::before {
  position: static;
  margin-top: 34px;
  display: block;
  content: "POINT";
  font-size: 23px;
  font-family: "Roboto", sans-serif;
}
.point_col .title::after {
  position: absolute;
  top: -20px;
  left: 73px;
  right: 0;
  margin: auto;
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 57px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}

.about_prolabs .box {
  display: flex;
  justify-content: space-between;
  border: 4px solid #685740;
  padding: 42px 23px;
}
.about_prolabs .img {
  width: 240px;
}
.about_prolabs .txt {
  width: calc(100% - 240px - 47px);
}
.about_prolabs .txt dt {
  font-weight: bold;
}
.about_prolabs .txt dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.875;
}
.about_prolabs_title {
  color: #685740;
  font-size: 43px;
}

@media screen and (max-width: 767px) {
  .about {
    padding: 34px 0 20px;
    background-image: url("../img/bg_about_sp.jpg");
  }
  .about_lead1 {
    font-size: 22px;
  }
  .about_lead2 {
    margin-top: 7px;
    font-size: 14px;
  }
  .about_suggestion {
    padding: 10px 9px;
  }
  .about_catch span {
    display: block;
    font-size: 18px;
    line-height: 45px;
  }
  .about_title {
    margin-top: 14px;
    font-size: 20px;
    line-height: 1.475;
  }
  .about_prolabs_title {
    font-size: 28px;
    margin-bottom: 11px;
  }
  .about_prolabs .box {
    border-width: 2px;
    flex-direction: column;
    padding: 27px 16px 13px;
  }
  .about_prolabs .box .img {
    width: 100%;
    padding-bottom: 23px;
  }
  .about_prolabs .box .img img {
    width: 51vw;
  }
  .about_prolabs .box .txt {
    width: 100%;
  }
  .about_prolabs .box .txt dt,
.about_prolabs .box .txt dd {
    font-size: 14px;
  }
  .about_prolabs .box .txt dd {
    margin-top: 7px;
  }

  .issue_col::after {
    bottom: -50px;
    border-width: 50px 12.5px 0 12.5px;
  }
  .issue_col .title::after {
    left: 40px;
  }

  .point_cols {
    flex-direction: column;
    margin: 23px 0 7px;
  }
  .point_col {
    width: 100%;
    padding: 0 0 33px;
  }
  .point_col img {
    width: 100%;
  }
  .point_col .title {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.54;
  }
  .point_col .title::before {
    font-size: 22px;
  }
  .point_col .title::after {
    font-size: 54px;
    top: -15px;
  }
  .point_col p {
    font-size: 14px;
  }
}
/*feature
---------------------------------------------------------------*/
.feature {
  background: #F2EFE7;
  padding: 84px 0;
}
@media screen and (max-width: 767px) {
  .feature {
    padding: 42px 0;
  }
}
@media screen and (max-width: 767px) {
  .feature .title_effect2 {
    width: 16em;
  }
}
.feature section + section {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .feature section + section {
    margin-top: 50px;
  }
}
.feature_cols {
  display: flex;
  justify-content: space-between;
}
.feature_cols:first-child {
  margin-top: 101px;
}
@media screen and (max-width: 767px) {
  .feature_cols:first-child {
    margin-top: 25px;
  }
}
.feature_cols.reverse > div:first-child {
  order: 1;
}
@media screen and (max-width: 767px) {
  .feature_cols.reverse > div:first-child {
    order: 0;
  }
}
.feature_cols.reverse .img {
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .feature_cols.reverse .img {
    padding: 0;
    transform: translate(-6vw, 0);
  }
}
.feature_cols + .feature_cols {
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .feature_cols + .feature_cols {
    margin-top: 25px;
  }
}
.feature_col {
  width: calc((100% - 57px)/2);
}
@media screen and (max-width: 767px) {
  .feature_col {
    width: 100%;
  }
}
.feature_col .txt {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .feature_col .txt {
    font-size: 14px;
  }
}
.feature_col .list {
  margin-top: 17px;
}
.feature_col .list li {
  list-style-type: none;
  margin-top: 7px;
  color: #69573E;
  font-weight: bold;
  font-size: 16px;
}
.feature_col .list li::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 11px;
  height: 2px;
  margin-right: 8px;
  background: #2F2F2F;
  vertical-align: middle;
}
.feature_col.img {
  padding: 28px 0;
  background: #FFF;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .feature_col.img {
    padding: 0;
    margin-top: 1px;
    transform: translate(6vw, 0);
    background: none;
  }
}
.feature_col.img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .feature_col picture {
    width: 100%;
  }
  .feature_col picture img {
    margin-top: 15px;
    max-width: 100%;
  }
}
.feature_lead {
  margin-bottom: 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.47;
  color: #2F2F2F;
}
@media screen and (max-width: 767px) {
  .feature_lead {
    font-size: 20px;
  }
}
.feature_lead::first-letter {
  color: #69573E;
}
.feature_lead_wrapper {
  display: flex;
  align-items: center;
  min-height: 114px;
  margin-bottom: 32px;
  background: url("../img/bg_feature_title.png") no-repeat left center;
}
@media screen and (max-width: 767px) {
  .feature_lead_wrapper {
    min-height: 78px;
    margin-bottom: 10px;
    background-size: auto 100%;
  }
}
.feature_section04 {
  position: relative;
  min-height: 316px;
}
.feature_section04::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url("../img/img_feature4_pc.jpg") no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .feature_section04::before {
    background: none;
  }
}
.feature_section04 .feature_cols {
  justify-content: flex-end;
}
.feature_section03 {
  position: relative;
  min-height: 316px;
}
.feature_section03::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: url("../img/img_feature3_pc.jpg") no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .feature_section03::before {
    background: none;
  }
}
.feature_section05 {
  position: relative;
}
.feature_section05::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 50%;
  min-height: 375px;
  background: url("../img/img_feature5_pc.jpg") no-repeat left top/cover;
}
@media screen and (max-width: 767px) {
  .feature_section05::before {
    background: none;
  }
}
.feature_movie_wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.feature_movie_wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.feature .slideBtn {
  margin-top: 21px;
}

.bg-leftWhite {
  position: relative;
}
.bg-leftWhite::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: calc(50% - 32px);
  height: 100%;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .bg-leftWhite::before {
    content: none;
  }
}

.bg-rightWhite {
  position: relative;
}
.bg-rightWhite::before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  display: block;
  width: calc(50% - 32px);
  height: 100%;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .bg-rightWhite::before {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .feature_cols {
    flex-direction: column;
  }

  .issue_col {
    width: calc((100% - 6vw) / 3);
  }
  .issue_col .title {
    font-size: 14px;
  }
  .issue_col .title::before {
    font-size: 16px;
  }
  .issue_col .title::after {
    font-size: 33px;
  }
}
/*lineup
---------------------------------------------------------------*/
.lineup {
  padding: 98px 0 93px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  .lineup {
    padding: 25px 0 50px;
  }
}
.lineup .txt {
  margin-top: 35px;
  font-size: 16px;
  line-height: 1.875;
}
.lineup .txt.contact {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lineup .txt {
    margin-top: 15px;
    font-size: 14px;
  }
  .lineup .txt.contact {
    text-align: left;
  }
}
body.is-solutions_products.product_detail .lineup_table thead th {
  width: calc(100% / 6);
  padding: 18px 0;
  background: #69573E;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
body.is-solutions_products.product_detail .lineup_table thead th:not(:last-child) {
  border-right: 1px solid #FFF;
}
body.is-solutions_products.product_detail .lineup_table tbody tr:nth-child(even) td {
  background: #F2EFE7;
}
body.is-solutions_products.product_detail .lineup_table tbody td {
  width: calc(100% / 6);
  padding: 8px 15px 10px;
}
body.is-solutions_products.product_detail .lineup_table th,
body.is-solutions_products.product_detail .lineup_table td {
  border: none;
}
@media screen and (max-width: 767px) {
  body.is-solutions_products.product_detail .lineup_table {
    margin-right: 4vw;
  }
  body.is-solutions_products.product_detail .lineup_table thead th {
    white-space: nowrap;
    font-size: 12px;
    padding: 10px;
  }
  body.is-solutions_products.product_detail .lineup_table tbody th,
body.is-solutions_products.product_detail .lineup_table tbody td {
    font-size: 10px;
    padding: 5px 15px;
  }
}
.lineup_table_scroll {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  .lineup_table_scroll {
    margin-top: 25px;
    margin-left: -4vw;
    width: 98vw;
  }
}
.lineup_table_mask {
  position: relative;
  height: 480px;
  overflow: hidden;
  transition: 0.5s;
}
.lineup_table_mask::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100px;
  background: white;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 100%);
  z-index: 1;
}
.lineup_table_mask.open {
  height: 2100px;
}
.lineup_table_mask.open::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .lineup_table_mask {
    height: 50vh;
    width: 98vw;
    overflow-x: scroll;
  }
  .lineup_table_mask.open {
    height: 1700px;
  }
}
.lineup_btn {
  margin-top: 33px;
  margin-bottom: 48px;
  position: relative;
  height: 60px;
  border: 1px solid #69573E;
  border-radius: 30px;
  text-align: center;
  color: #69573E;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  cursor: pointer;
}
.lineup_btn::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  border-top: solid 1px #69573E;
  border-right: solid 1px #69573E;
  position: relative;
  top: -7px;
  transform: rotate(135deg);
  margin-left: 15px;
  vertical-align: middle;
}
.lineup_btn.open::after {
  transform: rotate(-45deg);
  top: 4px;
}
@media screen and (max-width: 767px) {
  .lineup_btn {
    margin-top: 25px;
    margin-bottom: 30px;
    height: 40px;
    line-height: 40px;
    width: 90vw;
    margin-left: 2vw;
  }
  .lineup_btn::after {
    width: 12px;
    height: 12px;
    top: -7px;
    margin-left: 15px;
  }
}
.lineup .slideBtn_wrapper {
  margin: 40px auto 0;
}

/*service
---------------------------------------------------------------*/
.service {
  padding: 50px 0 108px;
  background: url("../img/bg_service_pc.jpg") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 35px 0 15px;
  }
}
.service .subTitle {
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .service .title_effect2 {
    width: 18em;
  }
}
.service .txt {
  margin-top: 35px;
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 767px) {
  .service .txt {
    margin-top: 15px;
    font-size: 14px;
  }
}
.service_tab {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 79px;
}
.service_tab li {
  position: relative;
  width: 350px;
  height: 65px;
}
.service_tab li > span {
  display: block;
  width: 305px;
  height: 65px;
  cursor: pointer;
  text-align: center;
  background: #69573E;
  border-radius: 10px 0 0 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 65px;
  color: rgba(255, 255, 255, 0.68);
}
.service_tab li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 65px 0 0px 45px;
  border-color: transparent transparent transparent #69573E;
}
.service_tab li.active > span {
  background: #FFF;
  color: #69573E;
}
.service_tab li.active::after {
  border-color: transparent transparent transparent #FFF;
}
@media screen and (max-width: 767px) {
  .service_tab {
    margin-top: 35px;
    width: 96vw;
    margin-left: -4vw;
    justify-content: flex-start;
  }
  .service_tab li {
    position: relative;
    width: 30vw;
    height: 60px;
    margin-right: 2vw;
  }
  .service_tab li > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30vw;
    height: 60px;
    border-radius: 3px 0 0 0;
    font-size: 15px;
    line-height: 1.25;
  }
  .service_tab li::after {
    right: -2vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 0 0 2vw;
    border-color: transparent transparent transparent #69573E;
  }
}
.service_panel > div {
  display: none;
  min-height: 356px;
  background: #FFF;
  padding: 52px 30px;
  box-sizing: border-box;
  box-shadow: 6px 0px 10px rgba(0, 0, 0, 0.42);
}
.service_panel > div.active {
  display: block;
}
.service_panel_cols {
  display: flex;
  gap: 0px 12px;
}
.service_panel_cols .txt {
  margin-top: 0;
  color: #2F2F2F;
  font-weight: bold;
}
.service_panel_cols .txt p {
  position: relative;
  padding-left: 20px;
  line-height: 1.875;
}
.service_panel_cols .txt p::before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  display: block;
  width: 11px;
  height: 2px;
  background: #2F2F2F;
}
.service_panel_cols .txt p + p {
  margin-top: 19px;
}
.service_panel_cols .txt p.fs {
  margin-top: 16px;
  padding-left: 0;
  font-weight: normal;
  font-size: 14px;
}
.service_panel_cols .txt p.fs::before {
  display: none;
}
.service_panel_cols .txt li {
  position: relative;
  padding-left: 20px;
  line-height: 1.875;
  font-weight: normal;
}
.service_panel_cols .txt li::before {
  position: absolute;
  top: 15px;
  left: 3px;
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background: #2F2F2F;
}
@media screen and (max-width: 767px) {
  .service_panel {
    width: 96vw;
    margin-left: -4vw;
  }
  .service_panel > div {
    padding: 15px 3vw;
  }
  .service_panel > div.active {
    display: block;
  }
  .service_panel_cols {
    display: flex;
    gap: 0px 12px;
  }
  .service_panel_cols .img {
    order: 0;
  }
  .service_panel_cols .img img {
    max-width: 100%;
  }
  .service_panel_cols .txt {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .service_panel > div {
    min-height: 100%;
  }
  .service_panel_cols {
    flex-direction: column;
  }
}
/*solution
---------------------------------------------------------------*/
.solution {
  padding: 88px 0 162px;
  background: #1E1A3C url("../img/bg_solution_pc.jpg") no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .solution {
    padding: 35px 0 65px;
    background: #1E1A3C;
    background-image: url("../img/bg_solution_sp.png"), url("../img/bg_solution_sp.png");
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
    background-position: right 150px top 0, left 150px bottom 0;
  }
}
.solution .subTitle {
  color: #FFF;
}
.solution .title_effect.reverse {
  color: #FFF;
}
.solution .title_effect2.reverse {
  color: #FFF;
  width: 14em;
}
.solution_content {
  margin-top: 76px;
}
@media screen and (max-width: 767px) {
  .solution_content {
    margin-top: 30px;
  }
}
.solution_content:nth-of-type(1) .solution_topicks {
  background-color: #269BB1;
}
.solution_content:nth-of-type(2) .solution_topicks {
  background-color: #B74262;
}
.solution_content:nth-of-type(3) .solution_topicks {
  background-color: #42B773;
}
.solution_content:nth-of-type(3) .solution_infomation {
  margin-bottom: 0;
}
.solution_topicks {
  width: 540px;
  border-radius: 0 4px 4px 0;
  padding: 6px 11px;
  margin-bottom: 16px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .solution_topicks {
    width: 92%;
    border-radius: 0 2px 2px 0;
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 13px;
  }
}
.solution_infomation {
  width: 621px;
  min-height: 363px;
  border: solid 1px #fff;
  position: relative;
  padding: 28px 81px 72px 34px;
  margin-bottom: 98px;
  box-sizing: border-box;
}
.solution_infomation .img {
  position: absolute;
  top: -52px;
  left: 572px;
}
.solution_infomation .img img {
  width: 527px;
  max-width: initial;
  max-height: initial;
}
.solution_infomation .solution_head {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}
.solution_infomation .txt {
  color: #fff;
  margin-bottom: 29px;
  font-size: 16px;
  line-height: 1.9;
}
.solution_infomation .txt:last-of-type {
  margin-bottom: 0;
}
.solution_infomation .slideBtn_wrapper {
  position: absolute;
  bottom: -43px;
}
@media screen and (max-width: 767px) {
  .solution_infomation {
    width: 100%;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
  .solution_infomation .img {
    position: relative;
    left: 0;
    top: 0;
    z-index: 2;
  }
  .solution_infomation .img img {
    width: 84vw;
    margin-left: 4vw;
  }
  .solution_infomation .solution_spborder {
    width: 78vw;
    border: solid 1px #fff;
    position: relative;
    top: -35px;
    padding: 40px 3vw 50px;
  }
  .solution_infomation .solution_head {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .solution_infomation .txt {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .solution_infomation .txt:last-of-type {
    margin-bottom: 0;
  }
  .solution_infomation .slideBtn_wrapper {
    position: absolute;
    bottom: -25px;
  }
}

/*case
---------------------------------------------------------------*/
.case_col a {
  width: 1100px;
  margin-bottom: 25px;
  color: #2F2F2F;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  border: 1px solid #69573E;
  transition: 0.3s;
}
.case_col a:hover {
  opacity: 0.8;
}
.case_col a .img {
  width: 350px;
  max-height: 185px;
}
.case_col a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case_col a .txt {
  width: calc(100% - 380px);
  padding: 15px 0;
  box-sizing: border-box;
}
.case_col a h4 {
  color: #69573E;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 14px;
}
.case_col a p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.case_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .case {
    padding: 40px 0 17px;
  }
  .case_cols {
    flex-direction: column;
    margin-top: 26px;
  }
  .case_col {
    width: 100%;
    margin-bottom: 38px;
  }
  .case_col:nth-child(n+4) {
    margin-top: 0;
  }
  .case_col a {
    width: 100%;
    border: none;
  }
  .case_col a .img {
    width: 44.6vw;
    max-height: initial;
    max-height: auto;
    margin-bottom: 0;
  }
  .case_col a .img img {
    width: 100%;
    height: auto;
  }
  .case_col a .txt {
    width: 40.5vw;
    padding: 0;
  }
  .case_col a h4 {
    position: relative;
    top: -0.5vw;
    font-size: 14px;
  }
  .case_col a p {
    font-size: 16px;
  }
}

/*useful
---------------------------------------------------------------*/
.useful {
  padding: 75px 0 50px;
}
@media screen and (max-width: 767px) {
  .useful {
    padding: 35px 0 25px;
  }
}
.useful_col {
  width: 344px;
  background: #FFF;
  border-radius: 8px 8px 0 0;
  box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.useful_col a {
  color: #2F2F2F;
  display: block;
  padding: 12px 17px 34px 16px;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  transition: 0.3s;
}
.useful_col a:hover {
  opacity: 0.8;
}
.useful_col a .img {
  display: block;
  margin-bottom: 25px;
}
.useful_col a .img img {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.useful_col a h4 {
  color: #69573E;
  text-align: center;
  font-size: 22px;
  margin-bottom: 25px;
}
.useful_col a h4 span {
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
.useful_col a h4 span:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: solid 1px #69573E;
  border-bottom: solid 1px #69573E;
  transform: rotate(-45deg);
  position: absolute;
  right: 0;
  top: 9px;
}
.useful_col a p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
.useful_cols {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}

@media screen and (max-width: 767px) {
  .useful_cols {
    flex-direction: column;
    margin-top: 26px;
  }
  .useful_col {
    width: 85vw;
    margin: 0 auto 20px;
    border-radius: 4px 4px 0 0;
  }
  .useful_col a {
    padding: 10px 14px 25px;
  }
  .useful_col a .img {
    margin-bottom: 12px;
  }
  .useful_col a h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .useful_col a p {
    font-size: 14px;
  }
}

#cboxWrapper {
  padding-top: 70px;
}

#cboxClose {
  top: -70px;
  width: 58px;
  height: 58px;
  right: 0;
  display: block;
  color: #444;
  background: url(../img/btn_close.svg) no-repeat center center;
}