@charset "utf-8";
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TOPページ SP表示
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/* サイバーセキュリティのプロが、御社を守り抜きます achievements */
#achievements {
}

#achievements .inner {
  padding: 10vw 0;
}

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

.achievements_wrap {
  margin: 0 auto;
}
.achievements_cont {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6.1vw;
}
.achievements_item {
  width: 32.5%;
}

#achievements figure {
  width: 100%;
}
.achievements_txt {
  font-size: var(--small-fz);
  color: #676767;
  position: relative;
  padding-left: 3.6vw;
}
.achievements_txt::before {
  content: "※";
  left: 0;
  position: absolute;
}

/* D-SOCはSIEM SOC about */
#about {
}
#about .title {
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
#about .title img {
  display: inline-block;
  height: 13vw;
  margin-right: 1.3vw;
}
.top-about-img {
  margin-bottom: 4.1vw;
}
.top-about-txt {
  /* padding: 0 4.1vw; */
}

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

.feature_cont {
  display: flex;
  flex-direction: column;
  margin-bottom: 16.4vw;
}
.feature_cont:last-of-type {
  margin-bottom: 0;
}

.feature_cont .feature_txt,
.feature_cont .feature_img {
  width: var(--col-1);
  margin-bottom: 3.2vw;
}
.feature_cont .feature_txt {
}
.feature_cont .feature_img {
}

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

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

.feature_txt-list {
  margin-bottom: 6.2vw;
  font-size: 4.6vw;
  font-weight: var(--bold);
}
.feature_txt-list li {
  position: relative;
  padding-left: 5.1vw;
  margin-bottom: 2vw;
  letter-spacing: 0.05em;
}
.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: 4.1vw;
}
.feature_txt-text p {
}

#feature .btn {
  margin-top: 10.2vw; /* 40px / 390*/
}

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

.customerstory_wrap {
  /* display: flex;
  flex-direction: column; */
  margin-bottom: 10.2vw;
}

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

.customerstory_item-txt {
  padding: 0 2vw 2vw;
  margin-top: 4.1vw;
}
.customerstory_item-txt .ttl {
  font-size: var(--h6-fz);
  margin-bottom: 4.1vw;
}
.customerstory_item-txt .txt {
  margin-bottom: 4.1vw;
  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: 4.1vw;
}
.customerstory_item-txt .link span {
  color: var(--clr-sub01);
  text-align: right;
  display: block;
  padding-right: 3.8vw;
}
.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: 2.3vw;
  height: 4.1vw;
  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(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 4.1vw; */
}

.recommend_item {
  border: #1058af 1px solid;
  border-radius: 1vw;
  padding: 6.2vw;
  margin-bottom: 4.1vw;
}
.recommend_item .ttl {
  font-size: 6.2vw;
  margin-bottom: 6.2vw;
  text-align: center;
  letter-spacing: 0.03em;
}
.recommend_item .ttl strong {
  color: #1058af;
}
.recommend_item .txt{
}
/* お知らせ news */

/* 一覧ページ */
#news {
}
#news .btn{
  margin-top: 10.2vw;
}
.news_wrap {
  background-color: var(--clr-white);
  padding: 4.1vw;
  display: flex;
  flex-direction: column;
  margin-bottom: 10.2vw;
}
.news_item {
  width: 100%;
  margin-bottom: 6.2vw;
}
.news_item:last-of-type {
  margin-bottom: 0;
}

.news_item a {
  position: relative;
  display: flex;
  flex-direction: column;
  border-bottom: #d0d0d0 1px solid;
  padding-bottom: 3vw;
  padding-right: 11vw;
}
.news_item a::after {
  position: absolute;
  right: 0;
  top: calc(50% - 3.6vw);
  content: "";
  display: block;
  background: url("../img/common/arrow_blue.png") no-repeat;
  background-size: contain;
  width: 2.3vw;
  height: 4.1vw;
  transition: 0.3s;
}
.news_item a:hover::after {
  right: -0.8vw;
}
.news_item .time {
  font-size: 3vw;
margin-bottom: 2vw;
}
.news_item .ttl {
  width: 100%;
  font-size:  4.1vw;
  font-weight: var(--regular);

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

/* 詳細ページ */
#news_detail {
}
#news_detail .inner {
  padding: 10vw 0;
}
.news_detail-wrap {
  width: 100%;
  padding: 8.2vw;
  margin: 0 auto;
  margin-bottom: 10.3vw;
}
.news_detail-wrap .time {
  font-size: var(--small-fz);
  margin-bottom: 6.2vw;
}
.news_detail-wrap .ttl {
  font-size: var(--h6-fz);
  margin-bottom: 4.1vw;
}

.news_link {
  width: 98%;
  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: 2.3vw;
  height: 3.6vw;
  display: block;
  margin-right: 2.1vw;
  margin-top: .7vw;
}

.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: 2.3vw;
  height: 3.6vw;
  display: block;
  margin-left: 2.1vw;
  margin-top: .7vw;
}

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

.table_wrap{
  /* width: 780px; */
  margin: 0 auto;
}
.cmn_table{
  width: 100%;
  font-size: 3.4vw;
}
.cmn_table tr{
  width: 100%;
  display: flex;
  padding-bottom: 6.2vw;
  border-bottom: 1px solid #D0D0D0;
  margin-bottom: 6.2vw;
}
.cmn_table tr:last-of-type{
  margin-bottom: 0;
}
.cmn_table tr th,
.cmn_table tr td{
}

.cmn_table tr th{
  width: 23%;
  font-weight: var(--regular);
}
.cmn_table tr td{
  width: 77%;
}

.cmn_table tr td ul{}
.cmn_table tr td ul li{
  margin-bottom: 3vw;
}
.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; */
  color: var(--clr-main);
  text-decoration: underline;
}