/* SP-------------------------------*/
/* unit_contact */
.unit_contact {
  margin-bottom: 10%;
}
.unit_contact h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2%;
}
.unit_contact h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.unit_contact .h2_txt {
  text-align: center;
  margin-bottom: 2%;
}
.unit_contact .h2_attention {
  text-align: center;
  font-size: 0.8rem;
}
.unit_contact .h2_attention a {
  color: #2883ff;
  text-decoration: underline;
}

/* case_study */
.case_study {
  margin-bottom: 15%;
}
.case_study h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2%;
}
.case_study h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.case_study .h2_txt {
  text-align: center;
  margin-bottom: 10%;
}
.case_study .list {
  width: 90%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.case_study .list li {
  width: calc(100% / 2 - 2.5%);
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  text-align: center;
  margin-bottom: 5%;
  padding: 5%;
}
.case_study .list li a {
  color: #000;
}
.case_study .list li:nth-child(odd) {
  margin-right: 5%;
}
.case_study .list li .name {
  font-size: 0.8rem;
}

/* unit */
.case_study_unit {
  margin-bottom: 15%;
}
.case_study_unit h2 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 6%;
}
.case_study_unit h2 span {
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.case_study_unit .overview {
  width: 90%;
  margin: 0 auto 10%;
}
.case_study_unit .overview_img {
  margin-bottom: 5%;
}
/* シングル用 */
.overview_single {
  width: 90%;
  margin: 0 auto 5%;
}
/* シングル用 */
.case_study_unit .company_info {
  width: 90%;
  margin: 0 auto 10%;
  padding: 5%;
  border: 1px solid #ccc;
}
.case_study_unit .company_info .title {
  text-align: center;
  color: #616161;
}
.case_study_point {
  background: #f7f7f7;
  padding: 10% 0;
  margin-bottom: 15%;
}
.case_study_point h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 5%;
}
.case_study_point h2 span {
  letter-spacing: 0.1em;
  font-size: 0.5em;
  color: #5b5b5b;
  font-weight: normal;
  font-family: "Jost";
}
.case_study_point .list {
  width: 90%;
  margin: 0 auto;
  padding: 5%;
  background: #fff;
  box-shadow: 0px 0px 11px 0px rgba(134, 134, 134, 0.4);
  border-radius: 10px;
}
.case_study_point .list li {
  border-bottom: 1px solid #ccc;
  padding: 0 0 4% 20%;
  margin-bottom: 4%;
  position: relative;
}
.case_study_point .list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.case_study_point .list li::before {
  content: "POINT";
  color: #fff;
  background: #c70202;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  font-size: 0.6rem;
  left: 0;
  position: absolute;
  text-align: center;
  padding-top: 2%;
}
.case_study_point .list li::after {
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 1.7rem;
  left: 0;
  position: absolute;
  text-align: center;
  top: 15%;
}
.case_study_point .list li:nth-child(1)::after {
  content: "01";
}
.case_study_point .list li:nth-child(2)::after {
  content: "02";
}
.case_study_point .list li:nth-child(3)::after {
  content: "03";
}
.case_study_point .list li:nth-child(4)::after {
  content: "04";
}
.case_study_point .list li .title {
  font-weight: 600;
}

/* case_study_interview */
.case_study_interview {
  width: 90%;
  margin: 0 auto 15%;
}
.case_study_interview .case_study_interview_unit {
  margin-bottom: 10%;
}
.case_study_interview .case_study_interview_unit:last-child {
  margin-bottom: 0;
}
.case_study_interview .interview_name,.case_study_interview .interview_company {
  text-align: center;
  color: #fff;
  border-radius: 20px;
  margin: 0 auto 2%;
  letter-spacing: 0.1em;
  font-size: 0.8rem;
  width: 60%;
}
.case_study_interview .interview_name {
  background: #c70202;
}
.case_study_interview .interview_company {
  background: #616161;
}
.case_study_interview .title {
  text-align: center;
  margin-bottom: 5%;
  padding-bottom: 5%;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: 600;
}

/* thanks */
.thanks_block {
  width: 90%;
  margin: 0 auto 15%;
}
.thanks {
  position: relative;
  margin: 0 auto 3%;
  padding: 6% 5% 5%;
  border: 1px solid #222;
  box-sizing: border-box;
}
.thanks__title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0;
  padding: 0 18px;
  background: #fff;
  transform: translate(-50%, -55%);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  white-space: nowrap;
}
.thanks_block .txt_red {
  text-align: center;
  color: #c70202;
  font-weight: 600;
}

/* tinterviewer */
.interviewer {
  width: 90%;
  margin: 0 auto 15%;
  padding: 5%;
  background: #f7f7f7;
  border: 1px solid #ccc;
}
.interviewer .title,.interviewer .name {
  font-weight: 600;
  text-align: center;
  margin-bottom: 3%;
}
.interviewer .img {
  width: 40%;
  margin: 0 auto 5%;
}
.interviewer .position {
  text-align: center;
  font-size: 0.8em;
  color: #c70202;
  font-weight: 600;
  margin-bottom: 3%;
}

/* tinterviewer */
.company_list {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  margin: 0 auto 15%;
}
.company_list li {
  width: calc(100% / 2 - 3%);
  text-align: center;
  margin-bottom: 5%;
  font-size: 0.9rem;
  box-shadow: 0px 0px 6px 0px rgba(134, 134, 134, 0.2);
  padding: 5%;
}
.company_list li:nth-child(odd) {
  margin-right: 20px;
}
.company_list li a {
  color: #000;
}

/* PC-------------------------------*/
@media screen and (max-width: 768px) {
	.pc {
    display: none;
  }
}

@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }

/* case_study */
.case_study {
  width: 1200px;
  margin: 62px auto 80px;
}
.case_study {
  margin: 62px auto 80px;
}
.case_study h2 {
  margin-bottom: 10px;
}
.case_study .h2_txt {
  margin-bottom: 50px;
}
.case_study .list li:nth-child(odd) {
  margin-right: 20px;
}
.case_study .list li {
  width: calc(100% / 5 - 20px);
  margin-right: 20px;
  padding: 15px;
  margin-bottom: 20px;
}

/* unit_contact */
.unit_contact {
  margin: 62px auto 80px;
}
.unit_contact h2 {
  margin-bottom: 10px;
}
.unit_contact .h2_txt {
  margin-bottom: 10px;
}
.unit_contact details {
  width: 600px;
  margin-bottom: 20px;
}
.hubspot-form--contact,.hubspot-form--download {
  width: 800px;
  margin: 0 auto;
}
.case_study_unit {
  margin: 62px auto 80px;
}
.case_study_unit .overview {
  width: 800px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.overview .overview_img {
  width: 400px;
}

.case_study_unit .overview_txt {
  width: 380px;
}
/* シングル用 */
.overview_single {
  width: 800px;
  margin: 0 auto 30px;
}
/* シングル用 */
.case_study_unit .company_info {
  width: 800px;
  padding: 20px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.case_study_point {
  padding: 30px 0;
  margin-bottom: 100px;
}
.case_study_point .list {
  width: 550px;
  padding: 30px;
}
.case_study_point .list li {
  padding: 0 0 20px 60px;
}
.case_study_point .list li::after {
  top: 22%;
}
.case_study_interview {
  width: 800px;
  margin: 0 auto 60px;
}
.case_study_interview .interview_name, .case_study_interview .interview_company {
  width: 200px;
}
.case_study_interview .title {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.thanks_block {
  width: 800px;
  margin: 0 auto 60px;
}
.interviewer {
  width: 800px;
  padding: 20px;
  margin: 0 auto 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.interviewer .left {
  width: 280px;
}
.interviewer .txt {
  width: 500px;
}
.company_list {
  width: 800px;
  margin-bottom: 60px;
}
.company_list li:nth-child(odd) {
  margin-right: 20px;
}
.company_list li {
  width: calc(100% / 5 - 16px);
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.company_list li:nth-child(5n) {
  margin-right: 0;
}
.case_study_unit h2 {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

/* unit single */
}