@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* サイバーセキュリティのプロが、御社を守り抜きます achievements */
#achievements {
}

#achievements .inner {
  padding: 40px 0;
}

#achievements .title {
  color: var(--clr-sub01);
  line-height: 1.5;
  font-size: var(--h5-fz);
  margin-bottom: 16px;
}

.achievements_wrap {
  width: 972px;
  margin: 0 auto;
}
.achievements_cont {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.achievements_item {
  --gutter: 41px; /*余白*/
  width: calc((100% - (var(--gutter) * 2)) / 3);
}
#achievements figure {
  width: 100%;
}
.achievements_txt {
  font-size: var(--small-fz);
  color: #676767;
}
.achievements_txt::before {
  content: "※";
}

/* D-SOCはSIEM SOC about */
#about {
}
#about .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .title img {
  display: inline-block;
  height: 56px;
  margin-right: 5px;
}
.top-about-img {
  margin-bottom: 32px;
}
.top-about-txt {
}

/* 4つの特徴 feature */
#feature {
}

.feature_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
}
.feature_cont:nth-of-type(even) {
  flex-direction: row-reverse;
}
.feature_cont:last-of-type {
  margin-bottom: 0;
}

.feature_cont .feature_txt,
.feature_cont .feature_img {
  width: var(--col-2);
}
.feature_cont .feature_txt {
}
.feature_cont .feature_img {
}

.feature_txt-ttl {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}
.feature_txt-ttl span {
  display: block;
}

.feature_txt-ttl .num {
  font-weight: var(--regular);
  font-size: 30px;
  color: var(--clr-main);
}
.feature_txt-ttl .txt {
}
.feature_txt .small-txt {
  padding-top: 24px;
  border-top: 1px solid #d0d0d0;
  font-size: var(--small-fz);
}

.feature_txt-list {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: var(--bold);
}
.feature_txt-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
}
.feature_txt-list li:last-of-type {
  margin-bottom: 0;
}
.feature_txt-list li::before {
  content: "・";
  left: 0;
  position: absolute;
}
.feature_txt-list li small {
  font-weight: var(--regular);
  font-size: var(--small-fz);
}

.feature_txt-text {
  margin-bottom: 24px;
}
.feature_txt-text p {
}

#feature .btn {
  margin-top: 40px;
}

/* 導入実績 customerstory */
#customerstory {
}

.customerstory_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.customerstory_item {
  width: var(--col-3);
  background-color: var(--clr-white);
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(46, 46, 46, 0.2);
  padding: 8px;
  display: flex;
  margin-bottom: 32px;
}
.customerstory_item a {
  display: flex;
  flex-direction: column-reverse;
}

.customerstory_item-txt {
  padding: 0 8px 8px;
  margin-top: 16px;
}
.customerstory_item-txt .ttl {
  font-size: var(--h6-fz);
  margin-bottom: 16px;
}
.customerstory_item-txt .txt {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.customerstory_item-txt .link {
  position: relative;
  border-top: 1px solid #d0d0d0;
  padding-top: 16px;
}
.customerstory_item-txt .link span {
  color: var(--clr-sub01);
  text-align: right;
  display: block;
  padding-right: 15px;
}
.customerstory_item-txt .link::after {
  position: absolute;
  right: 0;
  top: calc(50% - 0.5px);
  content: "";
  display: block;
  background: url("../img/common/arrow_blue.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  transition: 0.3s;
}

.customerstory_item-img {
  overflow: hidden;
}
.customerstory_item-img img {
  transition: 0.3s;
}

.customerstory_item a:hover {
}
.customerstory_item a:hover .customerstory_item-txt .link::after {
  right: -3px;
}
.customerstory_item a:hover .customerstory_item-img img {
  transform: scale(1.05, 1.05);
  transition: 0.3s;
}
/* こんな企業におすすめ recommend */
#recommend {
}

.recommend_wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 32px;
}

.recommend_item {
  border: var(--clr-main) 1px solid;
  border-radius: 4px;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
}
.recommend_item .ttl {
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.025em;
}
.recommend_item .ttl strong {
  color: var(--clr-main);
}

/* お知らせ news */

/* 一覧ページ */
#news {
}

.news_wrap {
  background-color: var(--clr-white);
  padding: 40px;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.news_item {
  width: 100%;
  margin-bottom: 24px;
}
.news_item:last-of-type {
  margin-bottom: 0;
}

.news_item a {
  position: relative;
  display: flex;
  align-items: flex-start;
  border-bottom: #d0d0d0 1px solid;
  padding-bottom: 12px;
  padding-right: 58px;
}
.news_item a::after {
  position: absolute;
  right: 0;
  top: calc(50% - 14px);
  content: "";
  display: block;
  background: url("../img/common/arrow_blue.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  transition: 0.3s;
}

.news_item a:hover::after {
  right: -5px;
}
.news_item .time {
  width: 130px;
}
.news_item .ttl {
  width: calc(100% - 130px);
  font-size: 16px;
  font-weight: var(--regular);

  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 2行表示 */
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 詳細ページ */
#news_detail {
}
#news_detail .inner {
  padding: 40px 0;
}
.news_detail-wrap {
  width: 912px;
  padding: 32px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.news_detail-wrap .time {
  font-size: var(--small-fz);
  margin-bottom: 24px;
}
.news_detail-wrap .ttl {
  font-size: var(--h6-fz);
  margin-bottom: 16px;
}

.news_detail .time {
}

.news_link {
  width: 460px;
  margin: 0 auto;
}
.news_link ul {
  display: flex;
  justify-content: space-between;
}
.news_link ul li a {
  color: var(--clr-main);
  font-size: var(--small-fz);
}
.news_link ul li.prev a{
  display: flex;
  align-items: center;
}

.news_link ul li.prev a::before {
  content: "";
  background: url("../img/common/arrow_blue.png") no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  width: 9px;
  height: 16px;
  display: block;
  margin-right: 8px;
}

.news_link ul li.next a{
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.news_link ul li.next a::before {
  content: "";
  background: url("../img/common/arrow_blue.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 16px;
  display: block;
  margin-left: 8px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
会社情報ページ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#company_info {
}

.table_wrap {
  width: 780px;
  margin: 0 auto;
}
.cmn_table {
}
.cmn_table tr {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 24px;
}
.cmn_table tr:last-of-type {
  margin-bottom: 0;
}
.cmn_table tr th,
.cmn_table tr td {
}

.cmn_table tr th {
  width: 136px;
  font-weight: var(--regular);
}
.cmn_table tr td {
  width: 644px;
}
.cmn_table tr td .pc {
  display: inline-block;
}
.cmn_table tr td ul {
}
.cmn_table tr td ul li {
}
.cmn_table tr td ul li::before {
  content: "■";
}
.cmn_table tr td ul li a {
  border-bottom: 1px solid var(--clr-txt);
  line-height: 1.2;
  display: inline-block;
}
