@charset "UTF-8";
@media (max-width: 768px) {
  /* line 2, app/assets/stylesheets/carousel.scss */
  .carousel-inner .carousel-item > div {
    display: none;
  }
  /* line 5, app/assets/stylesheets/carousel.scss */
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

/* line 10, app/assets/stylesheets/carousel.scss */
.p-0 {
  padding: 0 !important;
}

/* line 14, app/assets/stylesheets/carousel.scss */
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  /* line 22, app/assets/stylesheets/carousel.scss */
  .carousel-inner .carousel-item-right.active,
.carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }
  /* line 27, app/assets/stylesheets/carousel.scss */
  .carousel-inner .carousel-item-left.active,
.carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

/* line 33, app/assets/stylesheets/carousel.scss */
.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
  transform: translateX(0);
}

/* line 38, app/assets/stylesheets/carousel.scss */
.carousel-control-prev {
  left: -12px !important;
  color: unset !important;
  width: auto !important;
  font-size: 22px;
}

/* line 45, app/assets/stylesheets/carousel.scss */
.carousel-control-next {
  right: -12px !important;
  color: unset !important;
  width: auto !important;
  font-size: 22px;
}

/* line 52, app/assets/stylesheets/carousel.scss */
.carousel-card {
  justify-content: center !important;
  height: 165px;
  border: none;
  padding: 0;
}

/* line 60, app/assets/stylesheets/carousel.scss */
.carousel-card-title {
  font-size: 1.2rem !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

/* line 68, app/assets/stylesheets/carousel.scss */
.carousel-indicators {
  position: absolute;
  z-index: 15;
  display: flex;
  justify-content: center;
  list-style: none;
  bottom: unset !important;
  right: inherit !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  top: 0;
}

/* line 82, app/assets/stylesheets/carousel.scss */
.carousel-indicators li {
  background-color: #bbbbbb !important;
  height: 1rem !important;
  width: 1rem !important;
  border-radius: 50%;
}

/* line 89, app/assets/stylesheets/carousel.scss */
.carousel-indicators .active {
  background-color: red !important;
}

/* line 93, app/assets/stylesheets/carousel.scss */
.img-fluid {
  width: 100% !important;
  object-fit: cover;
}

/* line 3, app/assets/stylesheets/index.scss */
.FV-BACK {
  width: 100%;
  background: #e8e8e8;
}

/* line 6, app/assets/stylesheets/index.scss */
.FV-BACK .BannersContainer {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  /* line 6, app/assets/stylesheets/index.scss */
  .FV-BACK .BannersContainer {
    padding-bottom: 25px;
  }
}

/* line 16, app/assets/stylesheets/index.scss */
.main {
  font-size: 16px;
}

/* line 18, app/assets/stylesheets/index.scss */
.main h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0px;
}

/* line 23, app/assets/stylesheets/index.scss */
.main h3 {
  font-size: 20px;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/index.scss */
.main h4 {
  font-size: 18px;
  font-weight: bold;
}

/* line 31, app/assets/stylesheets/index.scss */
.main h6 {
  font-weight: bold;
}

/* line 34, app/assets/stylesheets/index.scss */
.main p {
  color: black;
}

/* line 37, app/assets/stylesheets/index.scss */
.main .row {
  margin-right: auto;
}

/* line 40, app/assets/stylesheets/index.scss */
.main .col-12 {
  padding-right: 0px;
}

/* line 43, app/assets/stylesheets/index.scss */
.main .col-sm-12 {
  padding-right: 0px;
}

/* line 46, app/assets/stylesheets/index.scss */
.main .col-md-6 {
  padding-right: 0px;
}

/* line 49, app/assets/stylesheets/index.scss */
.main .col-md-12 {
  padding-right: 0px;
}

/* line 52, app/assets/stylesheets/index.scss */
.main .col-lg-6 {
  padding-right: 0px;
}

/* line 57, app/assets/stylesheets/index.scss */
.FV {
  position: relative;
  padding: 25px 0px 40px 0%;
  margin: 0 auto;
  /*中央寄せ*/
  width: 100%;
  max-width: 1080px;
  background: #e8e8e8;
}

@media screen and (max-width: 1000px) {
  /* line 57, app/assets/stylesheets/index.scss */
  .FV {
    padding: 5px 2% 10px 2%;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
  /* line 57, app/assets/stylesheets/index.scss */
  .FV {
    padding-right: 260px;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  /* line 57, app/assets/stylesheets/index.scss */
  .FV {
    padding-right: 240px;
    margin-bottom: -80px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  /* line 57, app/assets/stylesheets/index.scss */
  .FV {
    padding-right: 210px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
  /* line 57, app/assets/stylesheets/index.scss */
  .FV {
    padding-right: 170px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1650px) {
  /* line 57, app/assets/stylesheets/index.scss */
  .FV {
    padding-right: 100px;
  }
}

/* line 86, app/assets/stylesheets/index.scss */
.FV .col-sm-12 {
  margin-bottom: 3px;
}

/* line 89, app/assets/stylesheets/index.scss */
.FV .FVDisplayLinkBanner {
  height: 0;
}

@media screen and (max-width: 1000px) {
  /* line 89, app/assets/stylesheets/index.scss */
  .FV .FVDisplayLinkBanner {
    height: 100%;
    margin-bottom: 20px;
  }
}

/* line 96, app/assets/stylesheets/index.scss */
.FV .FVTitleLogo {
  text-align: center;
}

/* line 99, app/assets/stylesheets/index.scss */
.FV .FVTitle {
  padding: 30px 0 30px 0;
  width: 100%;
  /*height: 100px;*/
  /*line-height: 100px;*/
  text-align: center;
  display: inline-block;
}

/* line 106, app/assets/stylesheets/index.scss */
.FV .FVTitle .FVTitleLeft {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

/* line 112, app/assets/stylesheets/index.scss */
.FV .FVTitle .FVTitleRight {
  display: inline-block;
}

/* line 115, app/assets/stylesheets/index.scss */
.FV .FVTitle .FVbottom {
  vertical-align: middle;
}

/* line 120, app/assets/stylesheets/index.scss */
.FV .FVInner .fv-part-search-inline {
  display: flex;
  line-height: 30px;
}

/* line 124, app/assets/stylesheets/index.scss */
.FV .FVInner .fv-link-makers {
  line-height: 40px;
  margin-left: 44px;
  color: #222222;
  margin: 4px 20px;
}

/* line 130, app/assets/stylesheets/index.scss */
.FV .FVInner .form-control:not(.form-control-sm):not(.form-control-lg) {
  padding-left: 17px;
  font-size: 19px;
  line-height: 19px;
}

/* line 136, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .btn-primary:hover,
.FV .FVInner .FV-Search .btn-primary:active {
  background-color: white;
  border: 1px solid #d60011;
  color: #d60011;
}

/* line 142, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .part-search {
  display: inline-flex;
  width: 100%;
  z-index: 999;
  position: relative;
}

/* line 148, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .part-search-input {
  width: 100%;
}

/* line 151, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .part-search-button {
  margin-left: 5px;
  width: 104px;
}

/* line 156, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .fv-search-input {
  height: 54px;
  line-height: 54px;
  display: inline-block;
}

/* line 161, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .fv-search-button {
  height: 54px;
  line-height: 54px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}

/* line 170, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search .fv-search-button-child {
  vertical-align: middle;
}

/* line 173, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search h2 {
  border-bottom: solid 15px #cce4ff00;
  position: relative;
}

/* line 177, app/assets/stylesheets/index.scss */
.FV .FVInner .FV-Search h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d60011;
  bottom: 4px;
  /*h2タグの下に下線を引く処理*/
  width: 46px;
  /* 部品検索, お知らせ, イベント・最新技術/製品情報の下線と統一させる */
}

/* line 187, app/assets/stylesheets/index.scss */
.FV .FV-menu {
  padding-top: 15px;
}

/* line 188, app/assets/stylesheets/index.scss */
.FV .FV-menu .fv-menu-field {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

/* line 194, app/assets/stylesheets/index.scss */
.FV .FV-menu .fv-menu-card:hover {
  border: 1px solid #d60011;
}

/* line 197, app/assets/stylesheets/index.scss */
.FV .FV-menu .fv-menu-card {
  border-radius: 5px;
  border: 1px solid #ffffff;
  margin-bottom: 5px;
  width: 32%;
}

/* line 198, app/assets/stylesheets/index.scss */
.FV .FV-menu .fv-menu-card .card-body {
  padding: 0 !important;
}

@media screen and (max-width: 576px) {
  /* line 197, app/assets/stylesheets/index.scss */
  .FV .FV-menu .fv-menu-card {
    width: 100%;
  }
}

@media screen and (min-width: 577px) and (max-width: 768px) {
  /* line 197, app/assets/stylesheets/index.scss */
  .FV .FV-menu .fv-menu-card {
    width: 49%;
  }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
  /* line 197, app/assets/stylesheets/index.scss */
  .FV .FV-menu .fv-menu-card {
    width: 49%;
  }
}

@media screen and (min-width: 993px) {
  /* line 197, app/assets/stylesheets/index.scss */
  .FV .FV-menu .fv-menu-card {
    width: 32%;
  }
}

/* line 218, app/assets/stylesheets/index.scss */
.FV .FV-menu .fv-menu-card.parent {
  margin-left: 0%;
}

/* line 220, app/assets/stylesheets/index.scss */
.FV .FV-menu .fv-menu-card.parent:hover {
  border: 1px solid #d60011;
}

/* line 225, app/assets/stylesheets/index.scss */
.FV .FV-menu a {
  text-decoration: none;
}

/* line 228, app/assets/stylesheets/index.scss */
.FV .FV-menu a:hover {
  text-decoration: none;
  color: #d60011;
}

/* line 232, app/assets/stylesheets/index.scss */
.FV .FV-menu figure {
  display: flex;
  margin: 0 0 0 10px;
  /*下に隙間があったのでオーバライド用*/
  padding: 1.25rem;
  justify-content: center;
}

/* line 238, app/assets/stylesheets/index.scss */
.FV .FV-menu figcaption {
  display: flex;
  align-items: center;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

/* line 248, app/assets/stylesheets/index.scss */
.FV .FV-menu figcaption:hover {
  text-decoration: none !important;
}

/* line 252, app/assets/stylesheets/index.scss */
.FV .FV-menu .card-body img {
  width: auto;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
}

/* line 263, app/assets/stylesheets/index.scss */
.FV .FV-menu figcaption::after {
  content: "▶︎";
  margin-left: 5px;
  font-size: 10px;
  transition: all 0.7s;
}

/* line 270, app/assets/stylesheets/index.scss */
.FV .FV-information-box {
  margin: 30px 30px 0;
  padding: 15px;
  width: auto;
  height: 250px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
}

/* line 277, app/assets/stylesheets/index.scss */
.FV .FV-information-box h3 {
  border-left: solid 3px #d60011;
  padding-left: 5px;
  font-weight: bold;
}

/* line 284, app/assets/stylesheets/index.scss */
.TopInformation-back {
  width: 100%;
  height: auto;
  margin-top: 60px;
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  /* line 284, app/assets/stylesheets/index.scss */
  .TopInformation-back {
    margin-top: 140px;
  }
}

/* line 292, app/assets/stylesheets/index.scss */
.TopInformation {
  max-width: 1080px;
  padding: 0 0px 15px 0px;
  margin: 0 auto 0px auto;
  /*中央寄せ*/
  width: 100%;
}

@media screen and (max-width: 1000px) {
  /* line 292, app/assets/stylesheets/index.scss */
  .TopInformation {
    padding: 0 0px 15px 0px;
  }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
  /* line 292, app/assets/stylesheets/index.scss */
  .TopInformation {
    padding: 15px 240px 15px 0px;
    top: 55px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  /* line 292, app/assets/stylesheets/index.scss */
  .TopInformation {
    padding: 0 210px 15px 0px;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
  /* line 292, app/assets/stylesheets/index.scss */
  .TopInformation {
    padding: 0 170px 15px 0px;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1650px) {
  /* line 292, app/assets/stylesheets/index.scss */
  .TopInformation {
    padding: 0 100px 15px 0px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 1800px) {
  /* line 292, app/assets/stylesheets/index.scss */
  .TopInformation {
    padding: 0 -100px 15px 0px;
  }
}

/* line 316, app/assets/stylesheets/index.scss */
.TopInformation .FV-information-box {
  padding: 20px;
  width: auto;
  background: #D9D9D9 0% 0% no-repeat padding-box;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  /* line 316, app/assets/stylesheets/index.scss */
  .TopInformation .FV-information-box {
    margin-top: 15px;
    padding: 17px 25px 0px 0px;
  }
}

/* line 326, app/assets/stylesheets/index.scss */
.TopInformation .FV-information-box .information-header {
  flex: 1 0 auto;
}

@media screen and (max-width: 768px) {
  /* line 326, app/assets/stylesheets/index.scss */
  .TopInformation .FV-information-box .information-header {
    padding-left: 15px;
  }
}

/* line 332, app/assets/stylesheets/index.scss */
.TopInformation .FV-information-box .information-header .information-header-content .information-title {
  margin-bottom: 20px;
  position: relative;
}

/* line 335, app/assets/stylesheets/index.scss */
.TopInformation .FV-information-box .information-header .information-header-content .information-title::after {
  position: absolute;
  content: " ";
  display: block;
  bottom: -3px;
  width: 46px;
  /* 部品検索, お知らせ, イベント・最新技術/製品情報の下線と統一させる */
}

/* line 345, app/assets/stylesheets/index.scss */
.TopInformation .FV-information-box .InformationListContainer {
  flex: 1 0 auto;
  border: 1px solid #dfdfdf;
  padding: 0;
}

/* line 349, app/assets/stylesheets/index.scss */
.TopInformation .FV-information-box .InformationListContainer .InformationList {
  clear: both;
}

/* line 356, app/assets/stylesheets/index.scss */
.Informations {
  position: absolute;
  top: inherit;
  right: inherit;
  margin: 0 0 0 auto;
  padding: 20px 15px;
  transform: translate(0, 0);
  background-color: #ffffff;
  /* 日付が右寄りに変更。見切れるためコメントアウト */
}

@media screen and (max-width: 1200px) {
  /* line 356, app/assets/stylesheets/index.scss */
  .Informations {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 356, app/assets/stylesheets/index.scss */
  .Informations {
    margin: 0 auto;
    right: auto;
    top: auto;
  }
}

/* line 372, app/assets/stylesheets/index.scss */
.Informations .category {
  display: inline-block;
  min-width: 130px;
  margin-right: 0.5rem;
  padding: 2px 10px;
  border: #999 1px solid;
  border-radius: 2px;
  color: #999;
  line-height: 1;
  font-size: 75%;
  text-align: center;
  background: #fff;
}

/* line 385, app/assets/stylesheets/index.scss */
.Informations li {
  padding: 0;
  width: 100% !important;
  height: 25px;
  white-space: nowrap;
  border: none !important;
}

/* line 391, app/assets/stylesheets/index.scss */
.Informations li:not(:first-of-type) {
  margin-top: 15px;
}

/* line 394, app/assets/stylesheets/index.scss */
.Informations li > a {
  display: flex;
  justify-content: space-between;
}

/* line 399, app/assets/stylesheets/index.scss */
.Informations .article-title {
  display: inline-block;
  text-overflow: ellipsis;
  padding-left: 10px;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: underline;
  outline: 0;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  /* line 399, app/assets/stylesheets/index.scss */
  .Informations .article-title {
    width: 60% !important;
  }
}

/* line 415, app/assets/stylesheets/index.scss */
.Informations .article-published_at {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 421, app/assets/stylesheets/index.scss */
.Informations .New {
  display: inline-block;
  position: relative;
  top: -0.6rem;
  margin-left: 0.5rem;
  color: #d60011;
  font-size: 1rem;
}

/* line 433, app/assets/stylesheets/index.scss */
.Informations .slick-prev.slick-arrow {
  z-index: 100;
  top: 35%;
  right: -1px;
  width: 10px;
  height: 10px;
  margin-top: -0.5rem;
  border-top: #c3c3c3 3px solid;
  border-right: #c3c3c3 3px solid;
  background: transparent;
  transform: scale(1, 1) rotate(-45deg);
}

/* line 445, app/assets/stylesheets/index.scss */
.Informations .slick-next.slick-arrow {
  z-index: 100;
  top: 65%;
  right: -1px;
  width: 10px;
  height: 10px;
  margin-top: -0.5rem;
  border-top: #c3c3c3 3px solid;
  border-right: #c3c3c3 3px solid;
  background: transparent;
  transform: scale(1, 1) rotate(135deg);
}

/* line 457, app/assets/stylesheets/index.scss */
.Informations .slick-prev.slick-arrow:hover {
  border-top: #d60011 3px solid;
  border-right: #d60011 3px solid;
  transition: 0.4s;
}

/* line 462, app/assets/stylesheets/index.scss */
.Informations .slick-next.slick-arrow:hover {
  border-top: #d60011 3px solid;
  border-right: #d60011 3px solid;
  transition: 0.4s;
}

/* line 467, app/assets/stylesheets/index.scss */
.Informations .slick-list.draggable {
  height: unset !important;
}

/* line 470, app/assets/stylesheets/index.scss */
.Informations .slick-track {
  height: unset !important;
  padding: 0 !important;
}

/* line 478, app/assets/stylesheets/index.scss */
.carousel-indicators-block {
  padding-bottom: 12px;
}

/* line 482, app/assets/stylesheets/index.scss */
.DesignSupportTools-back {
  width: 100%;
}

/* line 486, app/assets/stylesheets/index.scss */
.DesignSupportTools {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0px;
  background: #ffffff 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 768px) {
  /* line 486, app/assets/stylesheets/index.scss */
  .DesignSupportTools {
    padding: 40px 2% 40px 2%;
  }
}

/* line 494, app/assets/stylesheets/index.scss */
.DesignSupportTools h2 {
  border-bottom: solid 15px #cce4ff00;
  position: relative;
}

/* line 498, app/assets/stylesheets/index.scss */
.DesignSupportTools h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d60011;
  bottom: 4px;
  /*h2タグの下に下線を引く処理*/
  width: 46px;
}

/* line 507, app/assets/stylesheets/index.scss */
.DesignSupportTools h3 {
  margin-bottom: 2px;
}

/* line 510, app/assets/stylesheets/index.scss */
.DesignSupportTools .fa-exclamation-circle {
  margin-left: 10px;
}

/* line 513, app/assets/stylesheets/index.scss */
.DesignSupportTools .design-card-first {
  margin-bottom: 40px;
}

/* line 516, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box:hover {
  border: 1px solid #d60011;
  border-radius: 5px;
  cursor: pointer;
}

/* line 521, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box:active {
  border: 1px solid #d60011;
  border-radius: 5px;
  outline: none;
}

/* line 526, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box:focus {
  border: 1px solid #d60011;
  border-radius: 5px;
  outline: none;
}

/* line 531, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  opacity: 1;
  text-align: left;
  width: 100%;
  display: flex;
  margin-top: 5px;
}

/* line 541, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box img {
  width: 80px;
  height: 80px;
  float: left;
}

/* line 546, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box .design_support_tools_img {
  padding: 2%;
}

/* line 549, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box .design_support_tools_text {
  width: 100%;
  padding: 2%;
}

/* line 552, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box .design_support_tools_text h6 {
  margin-top: -24px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}

/* line 559, app/assets/stylesheets/index.scss */
.DesignSupportTools .design_support_tools_box h4 {
  margin: 0 0 2px 0;
  width: 72%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 992px) {
  /* line 559, app/assets/stylesheets/index.scss */
  .DesignSupportTools .design_support_tools_box h4 {
    width: 65%;
  }
}

@media screen and (max-width: 768px) {
  /* line 559, app/assets/stylesheets/index.scss */
  .DesignSupportTools .design_support_tools_box h4 {
    width: 75%;
  }
}

@media screen and (max-width: 576px) {
  /* line 559, app/assets/stylesheets/index.scss */
  .DesignSupportTools .design_support_tools_box h4 {
    width: 68%;
  }
}

/* line 577, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport-back {
  width: 100%;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

/* line 582, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport {
  z-index: 10;
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0px 75px 0px;
  background: #f5f5f5 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 768px) {
  /* line 582, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport {
    padding: 40px 2% 75px 2%;
  }
}

/* line 592, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport h2 {
  border-bottom: solid 15px #cce4ff00;
  position: relative;
  margin: 0 0 0px 0;
}

/* line 597, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #d60011;
  bottom: 4px;
  /*h2タグの下に下線を引く処理*/
  width: 46px;
}

/* line 606, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .label-radius {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 14px #0000001c;
  width: 118px;
  height: 116px;
  border-radius: 58px;
  margin: 10px auto -58px;
  z-index: 99;
}

/* line 615, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .label-radius img {
  width: 67px;
  height: 67px;
  margin: 25px;
}

/* line 620, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .label-radius .quality_support {
  width: 80px;
  height: 80px;
  margin: 18px 18px 18px 20px;
}

/* line 625, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .label-radius .odmems {
  width: 96px;
  height: 61px;
  margin: 31px 18px 18px 12px;
}

/* line 631, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: auto;
  height: auto;
  z-index: 10;
  padding: 68px 3% 10px;
}

/* line 639, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  height: 50px;
  line-height: 16px;
}

/* line 647, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja p {
  height: 135px;
  line-height: 22.4px;
  color: black;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  /* line 647, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-ja p {
    height: 85px;
  }
}

@media screen and (max-width: 510px) {
  /* line 647, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-ja p {
    margin-bottom: 25px;
  }
}

/* line 659, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja .pss-card-tag {
  height: 32px;
  margin-top: 10px;
}

/* line 662, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja .pss-card-tag span {
  color: #646464;
  font-size: 15px;
  font-weight: normal;
}

/* line 668, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja .pss-card-link {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

/* line 672, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-ja .pss-card-link a {
  font-size: 16px;
}

/* line 677, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  width: auto;
  height: auto;
  z-index: 10;
  padding: 68px 3% 10px;
}

/* line 685, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
  height: 50px;
  line-height: 16px;
}

/* line 693, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en p {
  height: 274px;
  line-height: 31px;
  color: black;
  margin-bottom: 31px;
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 305px;
  }
}

@media screen and (max-width: 992px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 243px;
  }
}

@media screen and (max-width: 858px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 274px;
  }
}

@media screen and (max-width: 767px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 119px;
  }
}

@media screen and (max-width: 665px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 150px;
  }
}

@media screen and (max-width: 536px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 181px;
  }
}

@media screen and (max-width: 473px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 212px;
  }
}

@media screen and (max-width: 390px) {
  /* line 693, app/assets/stylesheets/index.scss */
  .ProblemSolvingSupport .pss-card-body-en p {
    height: 243px;
  }
}

/* line 725, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en .pss-card-tag {
  height: 32px;
  margin-top: 10px;
}

/* line 728, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en .pss-card-tag span {
  color: #646464;
  font-size: 15px;
  font-weight: normal;
}

/* line 734, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en .pss-card-link {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: right;
}

/* line 738, app/assets/stylesheets/index.scss */
.ProblemSolvingSupport .pss-card-body-en .pss-card-link a {
  font-size: 16px;
}

/* line 745, app/assets/stylesheets/index.scss */
.FV-menu .subMenu {
  max-width: 1080px;
  display: none;
  /* flex-flow: column wrap; */
  /* justify-content: center; */
  /* align-items: center; */
  position: absolute;
  z-index: 2000;
  left: 0%;
  width: 100%;
  padding: 10px 10px 10px 10px;
  text-align: center;
  /* border-radius: 3px; */
  /* line-height: 36px; */
  line-height: 36px;
  /* height: auto; */
  background: rgba(0, 0, 0, 0.9);
  color: white;
  flex-flow: column nowrap;
}

/* line 747, app/assets/stylesheets/index.scss */
.FV-menu .subMenu img {
  height: 4rem;
}

@media screen and (max-width: 992px) {
  /* line 745, app/assets/stylesheets/index.scss */
  .FV-menu .subMenu {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 745, app/assets/stylesheets/index.scss */
  .FV-menu .subMenu {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  /* line 745, app/assets/stylesheets/index.scss */
  .FV-menu .subMenu {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  /* line 745, app/assets/stylesheets/index.scss */
  .FV-menu .subMenu {
    flex-flow: row wrap;
    display: flex;
  }
}

/* line 786, app/assets/stylesheets/index.scss */
.FV-menu .subMenu li img {
  position: relative;
  top: 1rem;
  width: auto;
  height: 1.2em;
  margin-right: 0.4rem;
}

/* line 793, app/assets/stylesheets/index.scss */
.FV-menu li:nth-child(1) .subMenu::before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 15.5%;
  border: transparent 10px solid;
  border-bottom: rgba(0, 0, 0, 0.9) 10px solid;
}

/* line 803, app/assets/stylesheets/index.scss */
.FV-menu .subMenu li {
  margin: 0 5px 10px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 35px;
}

@media screen and (min-width: 960px) {
  /* line 803, app/assets/stylesheets/index.scss */
  .FV-menu .subMenu li {
    width: 32%;
  }
}

/* line 811, app/assets/stylesheets/index.scss */
.FV-menu .subMenu li a {
  display: block;
  border: rgba(255, 255, 255, 0.4) 1px solid;
  color: #fff;
  transition: 0.4s;
}

/* line 817, app/assets/stylesheets/index.scss */
.FV-menu .subMenu li a:hover {
  border: 1px solid #d60011;
}

/* line 823, app/assets/stylesheets/index.scss */
.link-to-dnexty-padding {
  padding-top: 10px;
}

@media screen and (max-width: 1000px) {
  /* line 823, app/assets/stylesheets/index.scss */
  .link-to-dnexty-padding {
    display: flex;
    justify-content: center;
  }
}

/* line 829, app/assets/stylesheets/index.scss */
.link-to-dnexty-padding a {
  text-decoration: none;
}

/* line 832, app/assets/stylesheets/index.scss */
.link-to-dnexty-padding a:hover {
  opacity: 0.7;
  color: inherit;
}

/* line 836, app/assets/stylesheets/index.scss */
.link-to-dnexty-padding a:visited {
  color: inherit;
}

/* line 841, app/assets/stylesheets/index.scss */
.link-to-scrum-padding {
  padding-top: 10px;
}

@media screen and (max-width: 1000px) {
  /* line 841, app/assets/stylesheets/index.scss */
  .link-to-scrum-padding {
    display: flex;
    justify-content: center;
  }
}

/* line 847, app/assets/stylesheets/index.scss */
.link-to-scrum-padding a {
  text-decoration: none;
}

/* line 850, app/assets/stylesheets/index.scss */
.link-to-scrum-padding a:hover {
  opacity: 0.7;
  color: inherit;
}

/* line 854, app/assets/stylesheets/index.scss */
.link-to-scrum-padding a:visited {
  color: inherit;
}

/* line 859, app/assets/stylesheets/index.scss */
.link-to-dnexty {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  text-align: center;
  margin-left: 10px;
  border: solid 1px #d60011;
  background-color: #fff;
}

/* line 871, app/assets/stylesheets/index.scss */
.link-to-scrum {
  display: block;
  width: 200px;
  height: 44px;
  line-height: 44px;
  border-radius: 30px;
  text-align: center;
  margin-left: 10px;
  border: solid 1px #d60011;
  background-color: #fff;
}

/* line 883, app/assets/stylesheets/index.scss */
span.explanation-ja {
  font-size: 10px;
  display: block;
  margin-top: 13px;
  white-space: nowrap;
}

/* line 890, app/assets/stylesheets/index.scss */
span.explanation-en {
  font-size: 10px;
  display: block;
  margin-top: 13px;
  margin-right: 80px;
  transform: scale(0.7);
  white-space: nowrap;
}

/* line 899, app/assets/stylesheets/index.scss */
.link-to-dnexty-text {
  font-weight: bold;
  line-height: 0px;
}

/* line 902, app/assets/stylesheets/index.scss */
.link-to-dnexty-text img.first-text-ja {
  width: 17px;
  height: 15px;
  margin-top: 7px;
}

/* line 907, app/assets/stylesheets/index.scss */
.link-to-dnexty-text span.second-text-ja {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 911, app/assets/stylesheets/index.scss */
.link-to-dnexty-text span.third-text-ja {
  vertical-align: 6px;
  font-size: 12px;
}

/* line 915, app/assets/stylesheets/index.scss */
.link-to-dnexty-text span.fourth-text-ja {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 919, app/assets/stylesheets/index.scss */
.link-to-dnexty-text img.fifth-text-ja {
  padding-left: 10px;
  width: 17px;
  height: 15px;
  margin-top: 7px;
}

/* line 925, app/assets/stylesheets/index.scss */
.link-to-dnexty-text span.explanation-en {
  vertical-align: 6px;
  font-size: 12px;
}

/* line 929, app/assets/stylesheets/index.scss */
.link-to-dnexty-text span.first-text-en {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 933, app/assets/stylesheets/index.scss */
.link-to-dnexty-text img.second-text-en {
  width: 17px;
  height: 14px;
  margin-top: 7px;
}

/* line 938, app/assets/stylesheets/index.scss */
.link-to-dnexty-text span.third-text-en {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 942, app/assets/stylesheets/index.scss */
.link-to-dnexty-text img.fourth-text-en {
  padding-left: 10px;
  width: 17px;
  height: 14px;
  margin-top: 7px;
}

/* line 950, app/assets/stylesheets/index.scss */
.link-to-scrum-text {
  font-weight: bold;
  line-height: 0px;
}

/* line 953, app/assets/stylesheets/index.scss */
.link-to-scrum-text img.first-text-ja {
  width: 23px;
  height: 18px;
  margin-top: 7px;
  padding-right: 3px;
}

/* line 959, app/assets/stylesheets/index.scss */
.link-to-scrum-text span.second-text-ja {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 963, app/assets/stylesheets/index.scss */
.link-to-scrum-text span.third-text-ja {
  vertical-align: 6px;
  font-size: 12px;
}

/* line 967, app/assets/stylesheets/index.scss */
.link-to-scrum-text span.fourth-text-ja {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 971, app/assets/stylesheets/index.scss */
.link-to-scrum-text img.fifth-text-ja {
  padding-left: 10px;
  width: 17px;
  height: 15px;
  margin-top: 7px;
}

/* line 977, app/assets/stylesheets/index.scss */
.link-to-scrum-text span.explanation-en {
  vertical-align: 6px;
  font-size: 12px;
}

/* line 981, app/assets/stylesheets/index.scss */
.link-to-scrum-text span.first-text-en {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 985, app/assets/stylesheets/index.scss */
.link-to-scrum-text img.second-text-en {
  width: 23px;
  height: 18px;
  margin-top: 7px;
  padding-right: 3px;
}

/* line 991, app/assets/stylesheets/index.scss */
.link-to-scrum-text span.third-text-en {
  vertical-align: 6px;
  font-size: 16px;
}

/* line 995, app/assets/stylesheets/index.scss */
.link-to-scrum-text img.fourth-text-en {
  padding-left: 10px;
  width: 17px;
  height: 14px;
  margin-top: 7px;
}

/* line 1003, app/assets/stylesheets/index.scss */
.BannersMaster {
  position: absolute;
  top: -205px;
  right: -123px;
  margin: 0 auto;
  height: auto;
}

@media (max-width: 1650px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    right: -70px;
  }
}

@media (max-width: 1399px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    right: -35px;
  }
}

@media (max-width: 1300px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    right: -15px;
  }
}

@media (max-width: 1201px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    right: 0px;
    top: -165px;
  }
}

@media (max-width: 1100px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    right: 13px;
    top: -165px;
  }
}

@media (max-width: 1100px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    right: 13px;
    top: -165px;
  }
}

@media (max-width: 1000px) {
  /* line 1003, app/assets/stylesheets/index.scss */
  .BannersMaster {
    position: initial;
    height: 270px;
  }
}

/* line 1036, app/assets/stylesheets/index.scss */
.Banners {
  z-index: 100;
  position: absolute;
  top: inherit;
  right: inherit;
  width: 210px;
  height: 190px;
  margin: 0 0 0 auto;
  transform: translate(0, 0);
}

@media screen and (max-width: 1000px) {
  /* line 1036, app/assets/stylesheets/index.scss */
  .Banners {
    margin: 0 auto;
    right: 150px;
    top: 95px;
  }
}

@media screen and (max-width: 1000px) {
  /* line 1054, app/assets/stylesheets/index.scss */
  .bncenter {
    margin: 0 auto;
    right: 0px !important;
    top: 95px;
  }
}

/* line 1062, app/assets/stylesheets/index.scss */
.Banners li a {
  outline: 0;
}

/* line 1065, app/assets/stylesheets/index.scss */
.Banners li img {
  width: 210px;
  height: 175px;
  object-fit: cover;
  border: 1px solid #d3d3d3;
}

/* line 1071, app/assets/stylesheets/index.scss */
.Banners .random {
  display: none;
}

/* line 1075, app/assets/stylesheets/index.scss */
.Banners .slick-dots {
  bottom: -2rem;
}

/* line 1078, app/assets/stylesheets/index.scss */
.Banners .slick-dots li {
  margin: 0 5px;
  padding: 0rem;
  border: 0;
  background: #fff;
}

/* line 1084, app/assets/stylesheets/index.scss */
.Banners .slick-dots .slick-active {
  background: #d60011;
}

/* line 1087, app/assets/stylesheets/index.scss */
.Banners .slick-prev.slick-arrow {
  z-index: 100;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 10px;
  margin-top: -0.5rem;
  border-top: #c3c3c3 3px solid;
  border-right: #c3c3c3 3px solid;
  background: transparent;
  transform: scale(1, 1) rotate(-135deg);
}

/* line 1099, app/assets/stylesheets/index.scss */
.Banners .slick-next.slick-arrow {
  z-index: 100;
  top: 50%;
  right: -15px;
  width: 10px;
  height: 10px;
  margin-top: -0.5rem;
  border-top: #c3c3c3 3px solid;
  border-right: #c3c3c3 3px solid;
  background: transparent;
  transform: scale(1, 1) rotate(45deg);
}

/* line 1111, app/assets/stylesheets/index.scss */
.Banners .slick-prev.slick-arrow:hover {
  border-top: #d60011 3px solid;
  border-right: #d60011 3px solid;
  transition: 0.4s;
}

/* line 1116, app/assets/stylesheets/index.scss */
.Banners .slick-next.slick-arrow:hover {
  border-top: #d60011 3px solid;
  border-right: #d60011 3px solid;
  transition: 0.4s;
}

/* line 1122, app/assets/stylesheets/index.scss */
.Banners1 {
  z-index: 100;
  margin: 0 0 0 auto;
  width: 210px;
  height: 190px;
  position: absolute;
  top: inherit;
  right: inherit;
  transform: translate(0, 0);
}

@media screen and (max-width: 1000px) {
  /* line 1122, app/assets/stylesheets/index.scss */
  .Banners1 {
    margin: 0 auto;
    left: 150px;
    top: -95px;
  }
}

/* line 1138, app/assets/stylesheets/index.scss */
.Banners1 li a {
  outline: 0;
}

/* line 1141, app/assets/stylesheets/index.scss */
.Banners1 li img {
  width: 210px;
  height: 175px;
  object-fit: cover;
  border: 1px solid #d3d3d3;
}

/* line 1147, app/assets/stylesheets/index.scss */
.Banners1 .random {
  display: none;
}

/* line 1151, app/assets/stylesheets/index.scss */
.Banners1 .slick-dots {
  bottom: -2rem;
}

/* line 1154, app/assets/stylesheets/index.scss */
.Banners1 .slick-dots li {
  margin: 0 5px;
  padding: 0rem;
  border: 0;
  background: #fff;
}

/* line 1160, app/assets/stylesheets/index.scss */
.Banners1 .slick-dots .slick-active {
  background: #d60011;
}

/* line 1163, app/assets/stylesheets/index.scss */
.Banners1 .slick-prev.slick-arrow {
  z-index: 100;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 10px;
  margin-top: -0.5rem;
  border-top: #c3c3c3 3px solid;
  border-right: #c3c3c3 3px solid;
  background: transparent;
  transform: scale(1, 1) rotate(-135deg);
}

/* line 1175, app/assets/stylesheets/index.scss */
.Banners1 .slick-next.slick-arrow {
  z-index: 100;
  top: 50%;
  right: -15px;
  width: 10px;
  height: 10px;
  margin-top: -0.5rem;
  border-top: #c3c3c3 3px solid;
  border-right: #c3c3c3 3px solid;
  background: transparent;
  transform: scale(1, 1) rotate(45deg);
}

/* line 1187, app/assets/stylesheets/index.scss */
.Banners1 .slick-prev.slick-arrow:hover {
  border-top: #d60011 3px solid;
  border-right: #d60011 3px solid;
  transition: 0.4s;
}

/* line 1192, app/assets/stylesheets/index.scss */
.Banners1 .slick-next.slick-arrow:hover {
  border-top: #d60011 3px solid;
  border-right: #d60011 3px solid;
  transition: 0.4s;
}

/* line 1198, app/assets/stylesheets/index.scss */
.top-buttom {
  margin-top: 30px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  padding: 10px 10px 10px 25px;
  box-shadow: none;
  border-radius: 5px;
  background: white 0% 0% no-repeat padding-box;
  color: #d60011;
  border: 1px solid #d60011;
  transition: 0.7s;
  font-size: 15px;
  font-weight: bold;
}

/* line 1215, app/assets/stylesheets/index.scss */
.top-buttom:hover,
.top-buttom:active {
  background-color: #d60011;
  border: 1px solid white;
  color: white;
  outline: none;
  border: 1px solid #d60011;
}

/* line 1223, app/assets/stylesheets/index.scss */
.top-buttom::after {
  margin-left: 5px;
  margin-right: 15px;
  outline: none;
  content: "▶︎";
  font-size: 10px;
  transition: 0.7s;
  color: #d60011;
  vertical-align: 10%;
}

/* line 1233, app/assets/stylesheets/index.scss */
.top-buttom:hover:after {
  margin-left: 15px;
  margin-right: 5px;
  content: "▶︎";
  color: white;
  vertical-align: 10%;
}

/* line 1242, app/assets/stylesheets/index.scss */
.Foot .goTop {
  z-index: 1010 !important;
}

/* line 1247, app/assets/stylesheets/index.scss */
.carousel-item {
  cursor: pointer;
}

/* line 1251, app/assets/stylesheets/index.scss */
.center-container.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
