@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 case.css

+++++++++++++++++++++++++++++++ */

/*
見出し
-----------------------------------*/
header.case {
    margin-bottom: 50px;
    padding: 100px 0;
    background: url(../images/bg_main_dot.png) repeat left top, url(../case/index/bg_header_image.jpg) no-repeat center center;
    background-size: 2px, 1200px auto;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 1px #00263d;
}

header.case .title {
    margin: 0 0 10px;
    font-size: 32px;
}
header.case p { margin: 0; }

/*
インデックス
-----------------------------------*/

/* 絞り込み */
#refine_case {
  width: 1130px;
  margin: 50px auto;
  padding: 30px;
  border: 5px solid #f4f4f4;
}
.refine_tab {
  display: flex;
  justify-content: center;
}
.refine_tab li {
  margin: 0 15px;
  padding-bottom: 15px;
  color: #003f65;
  cursor: pointer;
}
.refine_tab .current {
  border-bottom: 3px solid #003f65;
  font-weight: bold;
}
.refine_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.refine_list li { margin: 10px 10px 0 0; }
.refine_list li:last-child { margin-right: 0; }
.refine_list label {
  display: block;
  position: relative;
  border-radius: 3px;
  background: #f4f4f4;
  padding: 5px 10px;
  color: #003f65;
  font-size: 12px;
  cursor: pointer;
}
.refine_list .checked {
  background: #e8eef7;
  font-weight: bold;
}
.refine_list input {
  position: absolute;
  opacity: 0;
}

/* 事例リスト */
.list_case {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
.list_case .item {
  width: 270px;
  margin: 60px 40px 0 0;
  transition-duration: 500ms;
  opacity: 1;
}
.list_case .item.nth4 { margin-top: 0; }
.list_case .item.nomargin { margin-right: 0;}
.list_case .item.hide {
  width: 0;
  margin-right: 0;
  transition-duration: 500ms;
  overflow: hidden;
  opacity: 0;
}
.list_case .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 100px;
  background: #fff;
}
.list_case .image img {
  max-width: 250px;
  max-height: 80px;
}
.list_case p {
  min-width: 270px;
  margin: 8px 0;
}
.list_case .corp {
  min-height: 32px;
  font-size: 13px;
  line-height: 1.2;
}
.list_case .name {
  color: #003f65;
  font-size: 16px;
  font-weight: bold;
}
.list_case .name span {
  font-size: 14px;
  font-weight: normal;
}
.list_case .desc {
  font-size: 15px;
  line-height: 1.5;
}
.list_tag {
  display: flex;
  flex-wrap: wrap;
  width: 270px;
  margin: 15px 0;
}
.list_tag li {
  margin: 5px 5px 0 0;
}
.list_tag .ico_link {
  display: block;
  position: relative;
  padding: 3px 15px 3px 5px;
  transition: 0.2s linear;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}
.list_tag .ico_link:hover {
  opacity: .8;
  text-decoration: none;
}
.list_tag .ico_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
}
.list_tag .ico_ec { background: #d2565e; }
.list_tag .ico_si { background: #488c6f; }
.list_tag .ico_consulting { background: #dd8a46; }
.list_tag .ico_smart { background: #5f5489; }
.list_tag .ico_security { background: #49759e; }
.list_tag .ico_game { background: #85a754; }

.case_and_more {
  margin: 80px 0 30px;
  color: #003f65;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}


/*
詳細
-----------------------------------*/
#case .box {
  width: 980px;
}
#case .text_interview {
  position: relative;
  margin:60px 60px 20px;
  font-size: 16px;
}
#case .text_interview:first-of-type {
  margin: 0 60px 30px;
}
#case .text_interview::before{
  position: absolute;
  display: block;
  top: 0;
  left: -35px;
  content: "——";
}
#case .text {
  width: 940px;
  margin: 20px auto;
  font-size: 16px;
  line-height: 1.5;
}
#case img {
  max-width: 100%;
  max-height: 100%;
}

#case header {
    margin: 0;
    padding: 20px 0;
    background: #f4f4f4;
    text-align: center;
}
#case .list_tag {
  width: 980px;
  margin: 0 auto;
}
#case .list_tag .ico_link { padding: 3px 5px; }
#case .list_tag .ico_link::after { display: none; }
#case .headline {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 30px;
  color: #003f65;
  font-size: 24px;
  line-height: 1.7;
}

#case .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 100px;
  margin: 10px auto;
}
#case .copy {
  margin: 20px 0;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
#case .image_main {
  max-width: 800px;
  margin: 0 auto 40px;
}
#case .image_main img {
  display: block;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
#case .table_normal {
  width: 940px;
  margin: 0 auto;
}
#case .txt_note {
  margin: 20px;
  color: #666;
  font-size: 12px;
  text-align: right;
}
#case .box_content:last-child {
  width: 9;
  margin-bottom: 0;
}
#case .list_intro {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
}
#case .list_intro li {
  width: 50%;
  margin-top: 15px;
  font-size: 16px;
}
#case .list_intro li:nth-child(-n+2) { margin-top: 0; }
#case .list_intro a {
  display: block;
  position: relative;
  padding: 0 22px;
}
#case .list_intro a::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  content: "";
}
#case .list_intro a::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #fff;
  content: "";
}
#case .list_intro_ec { color: #d2565e; }
#case .list_intro_si { color: #488c6f; }
#case .list_intro_consulting { color: #dd8a46; }
#case .list_intro_smart { color: #5f5489; }
#case .list_intro_security { color: #49759e; }
#case .list_intro_game { color: #85a754; }

#case .list_intro_ec::before { background: #d2565e; }
#case .list_intro_si::before { background: #488c6f; }
#case .list_intro_consulting::before { background: #dd8a46; }
#case .list_intro_smart::before { background: #5f5489; }
#case .list_intro_security::before { background: #49759e; }
#case .list_intro_game::before { background: #85a754; }

#case .case_point th {
  position: relative;
  font-size: 18px;
}
#case .case_point th::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
  border-width: 8px 0 8px 8px;
  border-style: solid;
  border-color: transparent #003f65;
  content: "";
}
#case .sp_br {
  display: none;
}
#case .case_image {
  display: flex;
  flex-wrap: wrap;
}
#case .case_image::after { display: none; }
#case .case_image figure {
  max-width: 450px;
  margin-top: 40px;
}
#case .case_image figure:nth-child(-n+2) { margin-top: 0; }
#case .case_image img {
  display: block;
  margin: 0 auto;
  border: 1px solid #dfdfdf;
}
#case .profile {
  display: flex;
  margin: 0 20px;
}
#case .profile:not(:last-of-type) {
  margin-bottom: 20px;
}
#case .image_profile {
  max-width: 130px;
}
#case .profile p {
  margin: 0 0 0 20px;
}
#case .profile_box {
  margin-bottom: 60px;
}
#case .image_comment {
  display: flex;
  margin: 0 20px 0 0;
}
#case .image_comment p{
  margin: 0 20px;
}
#case .image_comment figure {
  max-width: 40%;
  min-width: 40%;
}

#case .interview_period {
  text-align: right;
}
