@charset "utf-8";
/*
Theme Name:サイトー株2024
*/
/** ===========================================================================
 *    index
 * ========================================================================= */
/** MV */
.top__mv {
  padding-top: 100px;
  padding-bottom: 150px;
  background-image: url("img/index/mv.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.top__mv__container {
  max-width: 1300px;
}
.top__mv__title {
  margin-top: -.357em;
  margin-bottom: -.357em;
  color: #fff;
  font-size: 64px;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: .1em;
  text-shadow: 0 0 .3125em rgba(0, 0, 0, .7);
}
.top__mv__lead {
  margin-top: -.357em;
  margin-bottom: -.357em;
  color: #fff;
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: .1em;
  text-shadow: 0 0 .3125em rgba(0, 0, 0, .7);
}
.top__mv__lead:not(:first-child) {
  margin-top: calc(65px - .357em);
}
@media screen and (max-width: 970px) {
  .top__mv__title {
    font-size: 50px;
    font-size: 5.0rem;
  }
}
@media screen and (max-width: 767px) {
  .top__mv {
    display: flex;
    align-items: center;
    height: calc(100vh - 100px);
    min-height: 580px;
    max-height: 800px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top__mv__container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .top__mv__title {
    margin-right: -15px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .top__mv__lead {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/** pickup */
.top__pickup {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1754A5;
  overflow: hidden;
  margin-top: -80px;
  margin-bottom: -20px;
}
.top__pickup__container {
  max-width: 1300px;
}
.top__pickup__list {
  position: relative;
  z-index: 2;
}
.top__pickup__list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}
.top__pickup__list__group-item {
  display: flex;
  width: 25%;
  padding: 20px;
}
.top__pickup__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 150px;
  padding: 15px;
  background-size: auto 100%;
  background-position: center;
  box-shadow: 0 0 0 rgba(0, 0, 0, .7);
  color: #fff;
}
.top__pickup__card:hover {
  opacity: 1;
  background-size: auto 120%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .7);
}
.top__pickup__card__name {
  margin-top: -.25em;
  margin-bottom: -.25em;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: .1em;
}
.top__pickup__card__catchcopy {
  margin-top: -.357em;
  margin-bottom: -.357em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: .1em;
}
.top__pickup__card__catchcopy > span {
  font-size: 25px;
  font-size: 2.5rem;
}
.top__pickup__card.is--parts-counter {
  background-image: url("img/index/mv-nav/parts-counter.jpg");
}
.top__pickup__card.is--parts-counter .top__pickup__card__catchcopy {
  text-align: right;
}
.top__pickup__card.is--sheet-counter {
  background-image: url("img/index/mv-nav/sheet-counter.jpg");
}
.top__pickup__card.is--sheet-counter .top__pickup__card__name {
  text-align: right;
}
.top__pickup__card.is--pakage-checker {
  flex-direction: column-reverse;
  background-image: url("img/index/mv-nav/pakage-checker.jpg");
}
.top__pickup__card.is--pakage-checker .top__pickup__card__name {
  text-align: right;
}
.top__pickup__card.is--deep-view {
  flex-direction: column-reverse;
  background-image: url("img/index/mv-nav/deep-view.jpg");
}
@media screen and (max-width: 1300px) {
  .top__pickup__container {
    max-width: 750px;
  }
  .top__pickup__list__group-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top__pickup {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .top__pickup__list {
    margin-right: -30px;
    margin-left: -30px;
  }
  .top__pickup__list__group {
    margin: 0;
  }
  .top__pickup__list__group-item {
    padding: 0;
  }
  .top__pickup__card {
    padding: 10px;
  }
  .top__pickup__card__name,
  .top__pickup__card__catchcopy {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top__pickup__card:not(.is--parts-counter) .top__pickup__card__catchcopy {
    margin-right: -10px;
  }
  .top__pickup__card__catchcopy > span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/** about */
.top__about {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1754A5;
  color: #fff;
}
.top__about__container {
  display: flex;
  align-items: center;
}
.top__about__title {
  margin: -.357em 40px -.357em 0;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.714;
  letter-spacing: .05em;
}
.top__about__text {
  width: 520px;
  margin: -.357em 0 -.357em auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
@media screen and (max-width: 1023px) {
  .top__about__container {
    display: block;
  }
  .top__about__title {
    display: flex;
    justify-content: center;
  }
  .top__about__text {
    width: 100%;
  }
  .top__about__text:not(:first-child) {
    margin-top: calc(30px - .357em);
  }
}
/** news */
.top__news {
  padding-top: 60px;
  padding-bottom: 60px;
}
/** products */
.top__products {
  padding-top: 60px;
  padding-bottom: 60px;
}
.top__products__list {
  overflow: hidden;
}
.top__products__list:not(:first-child) {
  margin-top: 40px;
}
.top__products__list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -20px;
}
.top__products__list__group-item {
  display: flex;
  width: 33.333%;
  padding: 15px 20px;
}
.top__products__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
}
.top__products__card__thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
  overflow: hidden;
}
.top__products__card__thumbnail > img {
  width: 100%;
  transition: .3s;
}
.top__products__card__title {
  padding: calc(20px - .5em) calc(20px + 1em) calc(20px - .5em) 20px;
  position: relative;
  color: #1754A5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
  overflow: hidden;
  transition: .3s;
}
.top__products__card__title::before,
.top__products__card__title::after {
  content: "";
  display: block;
  width: 200%;
  height: 50%;
  background-color: #1754A5;
  position: absolute;
  left: -50%;
  z-index: 1;
  transform-origin: right;
  transition: all 1s ease;
  transition-property: transform;
}
.top__products__card__title::before {
  top: 0;
  transform: scaleX(0) skewX(45deg);
}
.top__products__card__title::after {
  bottom: 0;
  transform: scaleX(0) skewX(-45deg);
}
.top__products__card__title > span {
  position: relative;
  z-index: 2;
}
.top__products__card__title > i {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  transition: .3s;
}
.top__products__link-wrapper:not(:first-child) {
  margin-top: 50px;
}
.top__products__link {
  width: 300px;
  background: none;
  border-width: 2px;
  margin-right: auto;
  margin-left: auto;
}
.top__products__card:hover {
  opacity: 1;
}
.top__products__card:hover .top__products__card__thumbnail > img {
  transform: scale(1.1);
}
.top__products__card:hover .top__products__card__title {
  color: #fff;
}
.top__products__card:hover .top__products__card__title::before,
.top__products__card:hover .top__products__card__title::after {
  transform-origin: left center;
}
.top__products__card:hover .top__products__card__title::before {
  transform: scaleX(1) skewX(45deg);
}
.top__products__card:hover .top__products__card__title::after {
  transform: scaleX(1) skewX(-45deg);
}
.top__products__card:hover .top__products__card__title > i {
  right: 10px;
}
@media screen and (max-width: 1023px) {
  .top__products__list__group-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top__products__list {
    margin-right: -30px;
    margin-left: -30px;
  }
  .top__products__list__group-item {
    width: 100%;
  }
  .top__products__card {
    border-right: none;
    border-left: none;
  }
}
/** service */
.top__service {
  padding-top: 80px;
  padding-bottom: 40px;
}
.top__service__list:not(:first-child) {
  margin-top: 50px;
}
.top__service__list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -20px;
}
.top__service__list__group-item {
  display: flex;
  width: 50%;
  padding: 15px 20px;
}
.top__service__card {
  display: block;
  width: 100%;
  border-width: 2px;
  border-radius: 4px;
  text-align: left;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.top__service__card__inner {
  display: block;
  width: 100%;
  padding: calc(30px - .5em) calc(20px + 1em) calc(30px - .5em) 20px;
}
.top__service__card__inner > i {
  height: 1em;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .top__service__list__group-item {
    width: 100%;
  }
  .top__service__card {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
/** group */
.top__group {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top__group__row {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin: -15px -20px;
}
.top__group__col {
  width: 50%;
  padding: 15px 20px;
}
.top__group__banner {
  display: flex;
  max-width: 520px;
  padding-right: calc(20px + 1em);
  border: 2px solid #1754A5;
  border-radius: 4px;
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
}
.top__group__banner__image {
  overflow: hidden;
}
.top__group__banner__image img {
  transition: .3s;
}
.top__group__banner__name-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  padding: 30px 5px 30px 30px;
}
.top__group__banner__title {
  margin-top: -.25em;
  color: #1754A5;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.top__group__banner__name {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.top__group__banner__category {
  margin-bottom: -.25em;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.top__group__banner > i {
  height: 1em;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  color: #1754A5;
  transition: .3s;
}
.top__group__banner:hover {
  opacity: 1;
}
.top__group__banner:hover .top__group__banner__image img {
  transform: scale(1.1);
}
.top__group__banner:hover > i {
  right: 10px;
}
@media screen and (max-width: 1110px) {
  .top__group__col {
    width: 100%;
  }
  .top__group__banner {
    padding-right: calc(10px + 1em);
    font-size: 14px;
    font-size: 1.4rem;
  }
  .top__group__banner__image {
    width: calc(100% - 190px);;
  }
  .top__group__banner__image img {
    height: 100%;
    object-fit: cover;
  }
  .top__group__banner__name-area {
    padding: 15px 5px 15px 15px;
  }
  .top__group__banner__name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .top__group__banner > i {
    right: 10px;
  }
  .top__group__banner:hover > i {
    right: 5px;
  }
}
/** blog */
.top__blog {
  padding-top: 40px;
  margin-bottom: -20px;
}
.top__blog__list__group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -20px;
}
.top__blog__list__group-item {
  display: flex;
  width: 33.333%;
  padding: 15px 20px;
}
.top__blog__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.top__blog__card__category {
  min-width: 100px;
  padding: .5em 1em;
  background-color: #1754A5;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
.top__blog__card__thumbnail img {
  width: 100%;
}
.top__blog__card__title {
  color: #1754A5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1.714;
}
.top__blog__card__title:not(:first-child) {
  margin-top: calc(30px - .357em);
}
.top__blog__card__title:not(:last-child) {
  margin-bottom: calc(20px - .357em);
}
.top__blog__card__date {
  display: block;
  margin-top: auto;
  font-size: 14px;
  font-size: 1.4rem;
}
.top__blog__card__date::before {
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: .5em;
}
@media screen and (max-width: 1023px) {
  .top__blog__list__group-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top__blog__list__group-item {
    width: 100%;
  }
}
/** ===========================================================================
 *    company
 * ========================================================================= */
.company__lead {
  padding: 35px 20px;
  background-color: #E7EEF6;
}
.company__lead:not(:last-child) {
  margin-bottom: 80px;
}
.company__lead__title, .company__lead__text {
  text-align: center;
}
.post h2.company__lead__title:not(:last-child):not([class^="title-type"]) {
  margin-bottom: 15px;
}
.post h2.company__lead__title:not([class^="title-type"]) {
  padding-left: 0;
  border-left: none;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.74;
}
@media screen and (max-width: 767px) {
  .company__lead__title, .company__lead__text {
    text-align: left;
  }
}
/** ===========================================================================
 *    works
 * ========================================================================= */
/** 求人一覧 */
.works-worklist-slides:not(.slick-initialized), .works-worklist-slides .slick-list {
  margin: -20px;
}
.works-worklist-slides:not(.slick-initialized) > div, .works-worklist-slides .slick-slide {
  padding: 20px;
}
.works-worklist-slides:not(.slick-initialized), .works-worklist-slides.slick-initialized .slick-track, .works-worklist-slides.slick-initialized .slick-slide {
  display: flex;
}
.works-worklist-slides.slick-initialized .slick-slide {
  height: auto;
}
.works-worklist-slides:not(.slick-initialized) > div {
  display: flex;
  width: 33.333%;
}
.works-worklist-slides .slick-arrow {
  height: 1em;
  padding: 0;
  background: none;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #1754A5;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}
.works-worklist-slides .slick-prev {
  right: calc(100% + 45px);
}
.works-worklist-slides .slick-next {
  left: calc(100% + 45px);
}
.works-worklist-slides .slick-list::before, .works-worklist-slides .slick-list::after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
.works-worklist-slides .slick-list::before {
  background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  left: 0;
}
.works-worklist-slides .slick-list::after {
  background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  right: 0;
}
.works-worklist-link {
  display: flex;
  justify-content: center;
}
.works-worklist-link:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .works-worklist-slides .slick-arrow {
    top: calc(100% + 20px);
  }
  .works-worklist-slides .slick-prev {
    left: auto;
    right: 2em;
  }
  .works-worklist-slides .slick-next {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .works-worklist-slides:not(.slick-initialized) > div {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .works-worklist-slides:not(.slick-initialized) > div {
    width: 100%;
  }
  .works-worklist-slides .slick-arrow {
    top: calc(100% + 10px);
    font-size: 25px;
  }
  .works-worklist-link:not(:first-child) {
    margin-top: 70px;
  }
}
/** 派遣のメリット・デメリット */
.works-merit-table {
  width: 100%;
  border-top: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
}
.works-merit-table th, .works-merit-table td {
  padding: calc(20px - .25em) 10px;
  border-bottom: 1px solid #ccc;
}
.works-merit-table th {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.works-merit-table td {
  text-align: center;
}
.works-merit-table th:nth-child(1), .works-merit-table td:nth-child(1) {
  background-color: #FFF4F4;
}
.works-merit-table th:nth-child(2), .works-merit-table td:nth-child(2) {
  background-color: #E7EEF6;
}
.works-merit-table thead th:nth-child(1) {
  color: #EF3434;
}
.works-merit-table thead th:nth-child(2) {
  color: #1754A5;
}
@media screen and (max-width: 767px) {
  .works-merit-table-wrapper {
    margin-right: -30px;
    margin-left: -30px;
  }
  .works-merit-table {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .works-merit-table th:first-child, .works-merit-table td:first-child {
    padding-left: 30px;
  }
  .works-merit-table th:last-child, .works-merit-table td:last-child {
    padding-right: 30px;
  }
  .works-merit-table th {
    font-size: 20px;
    font-size: 2.0rem;
  }
  .works-merit-table td {
    text-align: left;
  }
}
/** ===========================================================================
 *    client
 * ========================================================================= */
.client-flow-group {
  counter-reset: flow;
  font-size: 24px;
  font-size: 2.4rem;
}
.client-flow-group-item {
  counter-increment: flow;
  padding-top: .58em;
  padding-left: 2.708em;
  position: relative;
}
.client-flow-group-item::before, .client-flow-group-item:not(:last-child)::after {
  display: block;
  position: absolute;
}
.client-flow-group-item::before {
  content: counter(flow);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.08em;
  height: 2.08em;
  background-color: #E7EEF6;
  border-radius: 50%;
  top: 0;
  left: 0;
  color: #1754A5;
  font-weight: 700;
}
.client-flow-group-item:not(:last-child)::after {
  content: "";
  width: 10px;
  height: 8px;
  border-top: 8px solid #1754A5;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 20px;
  bottom: 0;
}
.client-flow-group-item:not(:first-child) {
  margin-top: 40px;
}
.client-flow-title {
  padding-left: 1.75em;
  position: relative;
  margin-top: -.25em;
  color: #1754A5;
  font-weight: 700;
}
.client-flow-title i {
  width: 1.25em;
  position: absolute;
  top: .25em;
  left: 0;
  text-align: center;
}
.client-flow-title:not(:last-child) {
  margin-bottom: calc(20px - .25em);
}
.client-flow-text {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .client-flow-group {
    font-size: 20px;
    font-size: 2.0rem;
  }
}
/** ===========================================================================
 *    contact
 * ========================================================================= */
.contact-text:not(:last-child) {
  margin-bottom: calc(50px - .25em);
}
.contact-tel {
  width: 520px;
  max-width: 100%;
  padding: 30px 30px 40px;
  box-shadow: 0 0 10px rgba(23, 84, 165, .2);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.contact-tel-title {
  margin-bottom: 10px;
  color: #1754A5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
}
.contact-tel-number {
  font-size: 40px;
  font-size: 4.0rem;
  font-weight: 700;
}
.contact-tel-text {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.contact-flow {
  display: flex;
  justify-content: center;
}
.contact-flow:not(:first-child) {
  margin-top: 50px;
}
.contact-flow-group {
  display: flex;
  width: 380px;
  max-width: 100%;
  counter-reset: flow;
}
.contact-flow-group-item {
  display: flex;
  counter-increment: flow;
}
.contact-flow-group-item:not(:first-child) {
  flex: 1 1 auto;
}
.contact-flow-group-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1754A5;
  margin-top: 29px;
}
.contact-flow-text {
  text-align: center;
  color: #1754A5;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.contact-flow-text::before {
  content: counter(flow);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #1754A5;
  border-radius: 50%;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
.contact-flow-group-item--current ~ .contact-flow-group-item .contact-flow-text, .contact-flow-group-item--current ~ .contact-flow-group-item .contact-flow-text::before {
  color: #898989;
}
.contact-flow-group-item--current ~ .contact-flow-group-item .contact-flow-text::before, .contact-flow-group-item--current ~ .contact-flow-group-item:not(:first-child)::before {
  background-color: #E7EEF6;
}
.contact-form:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact-tel-number {
    font-size: 36px;
    font-size: 3.6rem;
  }
}
/** ===========================================================================
 *    question
 * ========================================================================= */
.question-navs:not(:last-child) {
  margin-bottom: 60px;
}
.question-nav--group {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
}
.question-nav--group-item {
  padding: 10px 20px;
}
.question-nav--link {
  color: #1754A5;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.question--none {
  font-size: 20px;
  font-size: 2.0rem;
}
.question-input {
  display: none;
}
.question-dl:not(:first-child) {
  margin-top: 30px;
}
.question-dl dt {
  padding: calc(20px - .25em) 55px calc(20px - .25em) calc(20px + 2em);
  background-color: #E7EEF6;
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  cursor: pointer;
}
.question-dl dt::before {
  content: "Q. ";
  position: absolute;
  top: calc(20px - .25em);
  left: 20px;
  color: #1754A5;
}
.question-icon {
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: calc(20px + ((1em - 15px) / 2));
  right: 20px;
}
.question-icon::before, .question-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1754A5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: .3s;
}
.question-icon::before {
  transform: rotate(90deg);
}
.question-dl dt.opened .question-icon::before {
  transform: rotate(360deg);
}
.question-dl dt.opened .question-icon::after {
  transform: rotate(720deg);
}
.question-dl dd {
  display: none;
  padding-right: 20px;
  padding-left: calc(20px + 2.5em);
  position: relative;
  margin-top: calc(20px - .25em);
  font-size: 16px;
  font-size: 1.6rem;
}
.question-dl dd::before {
  content: "A. ";
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  color: #E91717;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  transform: scaleY(0);
  transition: .3s;
}
.question-dl dd a {
  color: #1a73e8;
}
.question-dl dt.opened + dd::before {
  transform: scaleY(1);
}
@media screen and (max-width: 767px) {
  .question-dl dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .question-dl dd::before {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/** ===========================================================================
 *    archive news
 * ========================================================================= */
.archive-news-group {
  border-top: 1px solid #ccc;
}
.archive-news-group-item {
  padding-top: calc(20px - .25em);
  padding-bottom: calc(20px - .25em);
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-size: 1.6rem;
}
.archive-news-date {
  font-weight: 700;
}
.archive-news-post {
  margin-top: 5px;
}
.archive-news-post a {
  color: #1a73e8;
}
/** ===========================================================================
 *    single
 * ========================================================================= */
.single-header {
  padding-top: 50px;
  padding-bottom: 60px;
}
.single-header-head-title {
  padding-bottom: .2em;
  border-bottom: 2px solid #1754A5;
  margin-top: -.2em;
  margin-bottom: calc(40px - .2em);
  color: #1754A5;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .075em;
}
.single-header-row {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -30px;
}
.single-header-head, .single-header-image {
  width: 50%;
  padding: 10px 30px;
}
.single-header-head-text {
  line-height: 1.75;
}
.single-header-head-text:not(:first-child) {
  margin-top: calc(20px - .25em);
}
.single-header-image img {
  width: 100%;
}
.single-header-tabs {
  border: none;
  border-top: solid 1px #ccc;
  border-collapse: separate;
  border-spacing: 0 10px;
  background: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
.single-header-tabs-row {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.single-header-tabs-row dt, .single-header-tabs-row dd {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
}
.single-header-tabs-row dt {
  flex-shrink: 0;
  width: 9.5em;
  border-right: 1px solid #ccc;
  text-align: center;
  font-weight: 700;
}
.single-header-tabs-row dd {
  font-size: 12px;
  font-size: 1.2rem;
}
.single-header-tabs-wrapper {
  overflow: hidden;
}
.single-header-tabs-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.05em;
}
.single-header-tabs-group-item {
  padding-left: 1.05em;
  position: relative;
}
.single-header-tabs-group-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 1.1em;
  height: 1px;
  background-color: #898989;
  position: absolute;
  top: .7em;
  left: 0;
  margin: auto;
  transform: rotate(-60deg);
}
.single-header-tabs:not(:first-child) {
  margin-top: 40px;
}
.single-footer {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .single-header-head, .single-header-image {
    width: 100%;
  }
  .single-header-head-title {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: -30px;
    margin-left: -30px;
    font-size: 28px;
    font-size: 2.8rem;
  }
  .single-header-tabs {
    margin-right: -30px;
    margin-left: -30px;
  }
  .single-header-tabs-row dt {
    padding-left: 30px;
  }
  .single-header-tabs-row dd {
    padding-right: 30px;
  }
}
/** ===========================================================================
 *    single works
 * ========================================================================= */
.single-works-table > tbody > tr > * {
  vertical-align: middle;
}
.single-works-table > tbody > tr > th {
  width: 160px;
}
.single-works-words {
  overflow: hidden;
}
.single-works-words-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1em;
}
.single-works-words-group-item {
  padding-left: 1em;
  position: relative;
}
.single-works-words-group-item::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.1em;
  background-color: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(.5em - .5px);
  margin: auto;
  transform: rotate(35deg);
}
.single-works-group {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.single-works-group-item {
  padding: 10px;
}
.single-works-btn {
  padding: .5em 1em;
  border-radius: .25em;
  font-weight: 700;
}
.single-works-btn--en-gage {
  background: linear-gradient(90deg, #17B1E6 0%, #2086D5 80%, #174A99 100%);
  color: #fff;
}
.single-works-btn--mynavi {
  background-color: #00aaeb;
  color: #fff;
}
.single-works-btn--rikunabi {
  background-color: #d11a1a;
  background-image: radial-gradient(rgba(214, 49, 49, 0.47) 26%, transparent 29%), radial-gradient(rgba(214, 49, 49, 0.47) 26%, transparent 29%);
  background-position: 0 0, 53px 43px;
  background-size: 12px 12px;
  color: #fff;
}
.single-works-entry {
  display: flex;
  justify-content: center;
}
.single-works-entry:not(:first-child) {
  margin-top: 50px;
}
.single-works-entry-btn {
  width: 420px;
}
@media screen and (max-width: 767px) {
  .single-works-table > tbody > tr > th {
    width: 100%;
  }
}
/** ===========================================================================
 *    single products
 * ========================================================================= */
.single-products {
  padding-top: 60px;
}
/** header */
.single-products__header {
  margin-right: -20px;
  margin-left: -20px;
}
.single-products__header::after {
  content: "";
  display: block;
  clear: both;
}
.single-products__header:not(:last-child) {
  padding-bottom: 80px;
}
.single-products__header > * {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.single-products__main-image {
  float: left;
}
.single-products__header > *:not(.single-products__main-image) {
  float: right;
}
.single-products__main-image img {
  width: 100%;
}
.single-products__header-head::after {
  content: "";
  display: block;
  border-bottom: 1px solid #1754A5;
  margin-top: 25px;
}
.single-products__category__link {
  min-width: 96px;
  padding: .25em 1em;
  background-color: #1754A5;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.single-products__title {
  color: #1754A5;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.single-products__title:not(:first-child) {
  margin-top: 10px;
}
.single-products__model-number {
  color: #898989;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.single-products__header-body {
  padding-top: 25px;
}
.single-products__overview {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.714;
  letter-spacing: .05em;
}
.single-products__tags:not(:first-child) {
  margin-top: 30px;
}
/** nav */
.single-products__nav {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #E7EEF6;
  position: relative;
}
.single-products__nav::before, .single-products__nav::after {
  content: "";
  display: block;
  width: calc(50vw - 50%);
  height: 100%;
  background-color: #E7EEF6;
  position: absolute;
  top: 0;
}
.single-products__nav::before {
  right: 100%;
}
.single-products__nav::after {
  left: 100%;
}
.single-products__nav__group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px -15px;
}
.single-products__nav__group-item {
  padding: 5px 15px;
}
.single-products__nav__link {
  display: block;
  padding-right: 1.5em;
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.single-products__nav__link::after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1754A5;
  height: 1em;
  line-height: 1.25;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/** post */
.single-products__post {
  padding-top: 80px;
}
.single-products__post:not(:last-child) {
  padding-bottom: 80px;
}
.single-products__features h3 {
  padding: .5em .75em;
  background-color: #E7EEF6;
  font-size: 28px;
  font-size: 2.8rem;
}
.single-products__post .single-products__functions > ul {
  padding-left: 0;
}
.single-products__post .single-products__functions > ul > li {
  list-style: none;
}
.single-products__functions > ul {
  counter-reset: feature;
}
.single-products__functions > ul > li {
  margin-right: -20px;
  margin-left: -20px;
  counter-increment: feature;
}
.single-products__functions > ul > li::after {
  content: "";
  display: block;
  clear: both;
}
.single-products__functions > ul > li:not(:first-child) {
  padding-top: 50px;
  border-top: 1px solid #CECECE;
}
.single-products__functions > ul > li:not(:last-child) {
  padding-bottom: 50px;
}
.single-products__functions > ul > li > * {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}
.single-products__functions > ul > li > *:not(.image-wrapper) {
  float: left;
}
.single-products__functions > ul > li > .image-wrapper {
  float: right;
}
.single-products__functions > ul > li > h3 {
  padding-left: calc(1.5em + 20px);
  position: relative;
  color: #1754A5;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.single-products__functions > ul > li > h3::before {
  content: counter(feature, decimal-leading-zero) '.';
  position: absolute;
  left: 20px;
}
.single-products__spec table {
  table-layout: fixed;
  border-left: 1px solid #CCC;
}
.single-products__spec table th, .single-products__spec table td {
  border-right: 1px solid #ccc;
}
.single-products__spec table th {
  background-color: #E7EEF6;
}
.single-products__spec table td {
  text-align: center;
}
/** relation */
.single-products__relation {
  overflow: hidden;
}
.single-products__relation__group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -20px;
}
.single-products__relation__group-item {
  display: flex;
  width: 33.333%;
  padding: 15px 20px;
}
.single-products__relation__card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 20px 25px;
  border: 1px solid #CCC;
}
.single-products__relation__thumbnail {
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 25px;
  overflow: hidden;
}
.single-products__relation__thumbnail img {
  width: 100%;
  transition: .3s;
}
.single-products__relation__catchphrase {
  color: #1754A5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.single-products__relation__title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.single-products__relation__model-number {
  color: #898989;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.single-products__relation__card:hover {
  opacity: 1;
}
.single-products__relation__card:hover .single-products__relation__thumbnail img {
  transform: scale(1.1);
}
@media screen and (max-width: 1023px) {
  .single-products__relation__group-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .single-products__header > * {
    float: none !important;
    width: 100%;
  }
  .single-products__header-head {
    margin-bottom: 20px;
  }
  .single-products__header-head::after  {
    display: none;
  }
  .single-products__title {
    font-size: 30px;
    font-size: 3.0rem;
  }
  .single-products__nav__link {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .single-products__functions > ul > li > * {
    width: 100%;
  }
  .single-products__functions > ul > li > .image-wrapper {
    margin-bottom: 20px;
  }
  .post .single-products__spec table > tbody > tr > *:first-child {
    padding-left: 10px;
  }
  .single-products__relation__group-item {
    width: 100%;
  }
  .single-products__spec .table-scroll-wrapper table {
    width: 1000px;
  }
}
/** ===========================================================================
 *    blog
 * ========================================================================= */
.blog {
  display: flex;
  margin-top: 45px;
}
.blog-main {
  flex: 1 1 auto;
  padding-right: 30px;
}
.blog-post--data {
  display: flex;
  flex-wrap: wrap;
}
.blog-post--date, .blog-post--categories {
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-post--date:not(:last-child) {
  margin-right: 35px;
}
.blog-post--categories--group {
  display: flex;
  flex-wrap: wrap;
  margin: -.25em -.5em;
}
.blog-post--categories--group-item {
  padding: .25em .5em;
}
.blog-post--links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
  margin-bottom: -10px;
}
.blog-post--links:not(:first-child) {
  margin-top: 50px;
}
.blog-post--links > a {
  display: flex;
  align-items: center;
  max-width: 45%;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #1a73e8;
  font-size: 16px;
  font-size: 1.6rem;
}
.blog-post--links > a::before {
  height: 1em;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #1754A5;
}
.blog-post--links > a[rel="prev"] {
  padding-left: 1.5em;
  margin-right: auto;
}
.blog-post--links > a[rel="prev"]::before {
  content: "\f053";
  left: 0;
}
.blog-post--links > a[rel="next"] {
  padding-right: 1.5em;
  margin-left: auto;
}
.blog-post--links > a[rel="next"]::before {
  content: "\f054";
  right: 0;
}
.blog-sidebar {
  flex-shrink: 0;
  width: 280px;
  padding-left: 30px;
  border-left: 1px solid #ccc;
}
.blog-side--section {
  overflow: hidden;
}
.blog-side--section:not(:last-child) {
  margin-bottom: 50px;
}
.blog-side--title, .blog-sidebar .custom-toc > h2 {
  color: #1754A5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.blog-side--title:not(:last-child) {
  margin-bottom: 15px;
}
.blog-side--title > i, .blog-sidebar .custom-toc > h2 > i {
  margin-right: .5em;
}
.blog-banner--group {
  margin: -10px;
}
.blog-banner--group-item {
  padding: 10px;
  text-align: center;
}
.blog-banner--link {
  display: inline-block;
}
.blog-categories--group-item {
  border-bottom: 1px solid #ccc;
}
.blog-categories--link {
  display: block;
  padding-top: 15px;
  padding-right: 2em;
  padding-bottom: 15px;
  position: relative;
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-categories--link::after {
  content: "\f054";
  height: 1em;
  color: #1754A5;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  right: .75em;
  bottom: 0;
  margin: auto;
  line-height: 1;
  transition: .3s;
}
.blog-categories--link:hover::after {
  right: .25em;
}
.blog-post--tags {
  font-size: 14px;
  font-size: 1.4rem;
}
.blog-post--tags:not(:first-child) {
  margin-top: 45px;
}
.blog-post--tags--group {
  display: flex;
  flex-wrap: wrap;
  margin: -.25em -.75em;
}
.blog-post--tags--group-item {
  padding: .25em .75em;
}
.blog-post--tags--link > i {
  color: #1754A5;
}
.blog-relation:not(:first-child) {
  margin-top: 65px;
}
.blog-relation + .blog-relation {
  margin-top: 35px;
}
.blog-relation--title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  color: #1754A5;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.blog-relation--title:not(:last-child) {
  margin-bottom: 30px;
}
.blog-relation-post {
  margin-top: -.375em;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.blog-relation-post--group {
  padding-left: 1.5em;
  list-style: disc;
}
.blog-relation-post--link {
  color: #1a73e8;
}
.blog-relation-system--group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.blog-relation-system--group-item {
  width: 25%;
  padding: 15px;
}
.blog-relation-system--card {
  display: block;
  width: 100%;
}
.blog-relation-system--card-thumb img {
  width: 100%;
}
.blog-relation-system--card-title {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.blog-relation-system--card-title:not(:first-child) {
  margin-top: calc(20px - .25em);
}
/** 目次 */
.custom-toc ul {
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem;
}
.custom-toc ul li {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.custom-toc ul li ul li {
  padding-left: 1em;
}
.custom-toc ul li:not(:first-child), .custom-toc ul:not(:first-child) {
  margin-top: 10px;
}
.custom-toc a {
  flex: 1;
  transition: .3s;
}
.custom-toc a.active {
  color: #1754A5;
  font-weight: 700;
}
.sidebar-following {
  position: sticky;
  top: 72px;
  z-index: 2;
}
/* ラッパー自体の初期状態（非表示） */
.sidebar-following {
  display: flex;
  flex-direction: column;
  position: sticky; /* 必要なら */
  top: 0;           /* 必要なら */
  opacity: 0;
  transform: translateY(-20px);
  transition: .5s;
}
.sidebar-following.is-enter {
  transform: translateY(0);
  opacity: 1;
}
.sidebar-following .sidebar-following-item.blog-custom-toc, .sidebar-following .sidebar-following-item.blog-custom-toc .custom-toc {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
.sidebar-following .sidebar-following-item.blog-custom-toc ul {
  flex: 1 1 auto;
  overflow: auto;
}

/* 子itemのトランジション */
.sidebar-following .sidebar-following-item {
  transition: opacity 200ms ease, transform 200ms ease;
  opacity: 0;
  transform: translateY(-8px);
  will-change: opacity, transform;
}

/* 表示状態 */
.sidebar-following.is-enter .sidebar-following-item {
  opacity: 1;
  transform: translateY(0);
}

/* 非表示アニメ中（任意） */
.sidebar-following.is-leave .sidebar-following-item {
  opacity: 0;
  transform: translateY(-8px);
}

/** blog archive
 * ========================================================================= */
.blog-archive--group {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}
.blog-archive--group-item {
  display: flex;
  width: 50%;
  padding: 15px;
}
.blog-archive--card {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(23, 84, 165, .2);
}
.blog-archive--thumbnail {
  position: relative;
  margin: -20px -20px 0;
}
.blog-archive--thumbnail:not(:last-child) {
  margin-bottom: 30px;
}
.blog-archive--thumbnail-category {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  padding: .3em .5em;
  background-color: #1754A5;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .05em;
}
.blog-archive--title {
  margin-top: -.375em;
  color: #1754A5;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.blog-archive--title:not(:last-child) {
  margin-bottom: calc(20px - .375em);
}
.blog-archive--except {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
}
.blog-archive--except:not(:last-child) {
  margin-bottom: 15px;
}
.blog-archive--data {
  margin-top: auto;
}
.blog-archive--date {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.blog-archive--date > i {
  margin-right: .5em;
}
@media screen and (max-width: 1024px) {
  .blog {
    flex-direction: column;
  }
  .blog-main {
    padding-right: 0;
  }
  .blog-sidebar {
    width: 100%;
    padding-left: 0;
    border-left: none;
    margin-top: 100px;
  }
  .blog-custom-toc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .blog-archive--group-item {
    width: 100%;
  }
  .blog-relation-system--group-item {
    width: 50%;
  }
  .blog-post--links > a {
    max-width: inherit;
  }
}

/** ===========================================================================
 *    sitemap
 * ========================================================================= */
.sitemap {
  font-size: 18px;
  font-size: 1.8rem;
}
.sitemap > * + *, .sitemap ul:not(:first-child), .sitemap ul li + li {
  margin-top: 1em;
}
.sitemap ul li {
  position: relative;
  padding-left: 1em;
}
.sitemap ul li::before {
  content: "";
  display: block;
  border-left: .5em solid #1754A5;
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  position: absolute;
  top: .7875em;
  left: 0;
  transform: translateY(-50%);
}
.sitemap-parent, .sitemap .wsp-posts-list > li > strong {
  display: block;
  border-bottom: 1px solid #1754a5;
  font-weight: 700;
}
.sitemap ul li ul {
  font-size: 15px;
  font-size: 1.5rem;
}
.sitemap ul li ul li {
  border-bottom: none;
}
.sitemap ul li ul li + li {
  margin-top: .5em;
}
.sitemap a {
  color: #1754A5;
}

/** ===========================================================================
 *    products
 * ========================================================================= */
.products__tag__group {
  display: flex;
  flex-wrap: wrap;
  margin: -.5em -1em;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.products__tag__group-item {
  padding: .5em 1em;
}
.products__tag__link {
  padding-left: 1.5em;
  position: relative;
  color: #898989;
}
.products__tag__link::before {
  content: "\f02b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
}
.products__posts {
  overflow: hidden;
}
.products__posts__group {
  display: flex;
  flex-wrap: wrap;
  margin: -30px -20px;
}
.products__posts__group-item {
  display: flex;
  width: 50%;
  padding: 30px 20px;
}
.products__posts__card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  border: 1px solid #CCC;
}
.products__posts__card__thumbnail {
  width: calc(100% - 278px);
  max-width: 200px;
  align-self: flex-start;
  overflow: hidden;
}
.products__posts__card__thumbnail > img {
  width: 100%;
  transition: .3s;
}
.products__posts__card__data-area {
  width: calc(100% - 220px);
  min-width: 258px;
  margin-left: 20px;
}
.products__posts__card__catchphrase {
  width: 100%;
  color: #1754A5;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.products__posts__card__catchphrase:not(:last-child) {
  margin-bottom: calc(20px - .25em);
}
.products__posts__card__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: .05em;
}
.products__posts__card__model-number {
  color: #898989;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}
.products__posts__card__overview {
  max-height: calc(5.152em + 15px);
  padding-top: calc(15px - .357em);
  border-top: 1px solid #CCC;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.714;
  letter-spacing: .05em;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.products__posts__card__overview:not(:first-child) {
  border-top: 1px solid #CCC;
  margin-top: calc(15px - .357em);
}
.products__posts__card__tags {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.products__posts__card__tags:not(:first-child) {
  margin-top: 15px;
}
.products__posts__card:hover {
  opacity: 1;
}
.products__posts__card:hover .products__posts__card__thumbnail > img {
  transform: scale(1.1);
}
@media screen and (max-width: 1023px) {
  .products__posts__group-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .products__posts__card__thumbnail {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
  }
  .products__posts__card__data-area {
    width: 100%;
    min-width: inherit;
    margin-left: 0;
  }
  .products__posts__card__catchphrase {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .products__posts__card__title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
