/********** CT top page <PC> ************/
@charset "Shift_JIS";
#sp_ct_top_wrapper {
  width: 810px;
}

#sp_ct_top_wrapper a {
  opacity: 1;
  cursor: pointer;
}

#sp_ct_top_wrapper .title {
  margin-bottom: 80px;
}

#sp_ct_top_wrapper .title img {
  width: 100%;
}

#sp_ct_top_wrapper .title .title_text {
  text-align: left;
}

#sp_ct_top_wrapper .title .title_text h1 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 10rem;
  font-weight: bold;
  line-height: 100px;
  color: #402110;
  position: absolute;
  top: 94px;
  left: 50px;
}

#sp_ct_top_wrapper .title .title_text p {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 auto 10px;
  color: #222;
  position: absolute;
  top: 56px;
  left: 200px;
}

#sp_ct_top_wrapper .title .title_logo {
  position: absolute;
  top: 30px;
  left: 50px;
}

#sp_ct_top_wrapper .title .title_logo img {
  width: 120px;
}

#sp_ct_top_wrapper .content_about {
  margin-bottom: 60px;
}

#sp_ct_top_wrapper .content_about h2 {
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1.4px;
}

#sp_ct_top_wrapper .content_about p {
  line-height: 2.4rem;
  font-size: 1.4rem;
}

#sp_ct_top_wrapper ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sp_ct_top_wrapper ul .enterprise_item {
  width: 360px;
  margin-top: 20px;
  height: 200px;
  transition: 0.6s;

  background: rgba(255, 191, 0, 1);
  background: -moz-linear-gradient(
    left,
    rgba(255, 191, 0, 1) 0%,
    rgba(253, 241, 191, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(255, 191, 0, 1)),
    color-stop(100%, rgba(253, 241, 191, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 191, 0, 1) 0%,
    rgba(253, 241, 191, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 191, 0, 1) 0%,
    rgba(253, 241, 191, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 191, 0, 1) 0%,
    rgba(253, 241, 191, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 191, 0, 1) 0%,
    rgba(253, 241, 191, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#fdf1bf', GradientType=1 );
}

#sp_ct_top_wrapper ul .enterprise_item:hover {
  box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 30%);
}

#sp_ct_top_wrapper ul .enterprise_item1 {
  background-image: url("../img/sp_ct/sp_ct_top01.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item2 {
  background-image: url("../img/sp_ct/sp_ct_top02.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item3 {
  background-image: url("../img/sp_ct/sp_ct_top03.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item4 {
  background-image: url("../img/sp_ct/sp_ct_top04.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item5 {
  background-image: url("../img/sp_ct/sp_ct_top05.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item6 {
  background-image: url("../img/sp_ct/sp_ct_top06.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item7 {
  background-image: url("../img/sp_ct/sp_ct_top07.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item8 {
  background-image: url("../img/sp_ct/sp_ct_top08.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item9 {
  background-image: url("../img/sp_ct/sp_ct_top09.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item10 {
  background-image: url("../img/sp_ct/sp_ct_top10.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item11 {
  background-image: url("../img/sp_ct/sp_ct_top11.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item12 {
  background-image: url("../img/sp_ct/sp_ct_top12.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item13 {
  background-image: url("../img/sp_ct/sp_ct_top13.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item14 {
  background-image: url("../img/sp_ct/sp_ct_top14.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item15 {
  background-image: url("../img/sp_ct/sp_ct_top15.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item16 {
  background-image: url("../img/sp_ct/sp_ct_top16.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item17 {
  background-image: url("../img/sp_ct/sp_ct_top17.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .enterprise_item18 {
  background-image: url("../img/sp_ct/sp_ct_top18.webp");
  background-size: contain;
  background-repeat: no-repeat;
}

#sp_ct_top_wrapper ul .bg_image {
  position: relative;
}

#sp_ct_top_wrapper ul .bg_image img {
  width: 100%;
}
/* 画像を暗くするオーバーレイ */
#sp_ct_top_wrapper ul .bg_image::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.6s;
}

#sp_ct_top_wrapper ul .bg_image:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}

#sp_ct_top_wrapper ul .enterprise_item a {
  color: white;
  position: relative;
  width: 360px;
  height: 200px;
  display: block;
}

#sp_ct_top_wrapper ul .enterprise_item a .lead_sentence {
  position: absolute;
  top: 20px;
  left: -30px;
}

#sp_ct_top_wrapper ul .enterprise_item a h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  font-weight: bold;
  background: rgb(255, 255, 255, 0.8);
  margin-bottom: 4px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  display: inline;
  padding: 0 6px;
  color: #333;
}

#sp_ct_top_wrapper ul .enterprise_item_text {
  padding: 90px 0 10px 10px;
}

#sp_ct_top_wrapper ul .enterprise_item_text h4 {
  font-size: 2rem;
  font-weight: bold;
  color: #fcba22;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
  line-height: 1.2;
}

#sp_ct_top_wrapper ul .enterprise_item_text p span {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}

#sp_ct_top_wrapper ul .enterprise_item_text p {
  font-size: 1.6rem;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
  line-height: 2;
}
/********** CT sub pages <PC> ************/
#sp_ct_wrapper {
  width: 810px;
}

#sp_ct_wrapper html {
	font-size: 62.5%;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #333333;
}

#sp_ct_wrapper article{
	max-width: 100%;
	margin: 40px auto;
}


#sp_ct_wrapper h1{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 4.4rem;
	margin: 0 auto 10px;
	line-height: 1.2;
}

#sp_ct_wrapper h2{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3rem;
	margin: 30px auto 4px;
}

#sp_ct_wrapper h3{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 3rem;
	margin: 0 auto 20px;
}

#sp_ct_wrapper h4{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 2rem;
	margin: 0 auto 20px;
	padding: 2px 6px;
	color: white;
	display: inline;
	line-height: 1.8;
}

#sp_ct_wrapper p{
	font-size: 1.4rem;
	line-height: 1.6;
	letter-spacing: 1;
}


/*　　　タイトル　　　*/
#sp_ct_wrapper .title{
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

#sp_ct_wrapper .title_img img{
	width: 270px;
	height: 340px;
	background: #666;
}

#sp_ct_wrapper .title_text{
	width: 500px;
	text-align: center;
	padding: 0 20px;
}

#sp_ct_wrapper .title_text a{
	text-decoration: none;
}

#sp_ct_wrapper .title_company{
	border-bottom: solid 0.5px #333; 
}

#sp_ct_wrapper .title_company a p {
  padding: 10px 8px 10px 10px;
  margin: 0 10px 30px;
  text-align: justify;
}

#sp_ct_wrapper .title_profile p{
	font-size: 1.6rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1rem;
}

#sp_ct_wrapper .title_post p{
  margin-top: 10px;
}
/*　　　タイトル　　　*/


/*　　　記事　　　*/
#sp_ct_wrapper .heading{
	text-align: left;
	margin-top: 80px;
  margin-bottom: 40px;
}

#sp_ct_wrapper .heading strong{
	font-size: 3rem;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	line-height: 1.6;
}

#sp_ct_wrapper .text{
	margin-bottom: 40px;
}

#sp_ct_wrapper .text p{
	margin-bottom: 30px;
  line-height: 1.8;
  text-align: justify;
}

#sp_ct_wrapper .text p .notes {
    font-size: 1.1rem;
    vertical-align: top;
}

#sp_ct_wrapper .text p small{
	display: block;
	text-align: right;
	letter-spacing: 1px;
}

#sp_ct_wrapper .text img{
	width: 350px;
	height: 250px;
	float:right;
	background: #666;
	margin-left: 18px;
}
/*　　　記事　　　*/


/*　　　タイムライン　　　*/
#sp_ct_wrapper .career_timeline{
	margin-bottom: 100px;
	text-align: justify;
}

#sp_ct_wrapper .timeline_item {
	padding: 10px 10px 10px 60px;
	position: relative;
	border-left: 2px solid #333;
	margin-left: 20px;
}
	
#sp_ct_wrapper .timeline_item p {
		font-size: 1.4rem;
	margin-top: 14px;
	}

#sp_ct_wrapper .timeline_date{
	margin-bottom: 10px;
	}

#sp_ct_wrapper .timeline_date span{
	font-size: 2rem;
	font-weight: bold;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	letter-spacing: .5;
}

#sp_ct_wrapper .timeline_item::after{
	display: block;
	width: 60px;
	top: 2.3em;
	left: -2px;
	position: absolute;
	background-color: #333;
}

#sp_ct_wrapper .timeline_date::after {
		width: 8px;
		height: 8px;
		display: block;
		top: 2.3em;
		position: absolute;
		left: -7px;
		border-radius: 10px;
		content: '';
		border: 2px solid white;
	}

#sp_ct_wrapper .timeline_item p:last-child {
		border-image: linear-gradient(
			to bottom,
			#00AEEF 60%,
			rgba(#00AEEF, 0)) 1 100%
		;
	}
/*　　　タイムライン　　　*/

/*　　　投票ボタン　　　*/
#sp_ct_wrapper .button_vote{
  display: block; /* 期間中：block　終了後：none */
  width: 320px;
  vertical-align: middle;
  margin: 0 auto 100px;
}

#sp_ct_wrapper .button_vote a{
	display: block;
  height: 62px;
  padding: 0 5px;
  border: solid 1px #dadfe1;
  border-bottom: solid 2px #dadfe1;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 60px;
  color: white;
	background: #333;
  text-align: center;
  vertical-align: middle;
}
/*　　　投票ボタン　　　*/


/*　下部ボタン　*/
#sp_ct_wrapper .button{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

#sp_ct_wrapper .button_home a, #sp_ct_wrapper .button_back a, #sp_ct_wrapper .button_next a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 12px 25px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
	font-size: 1.4rem;
}

#sp_ct_wrapper .button_home a:hover, #sp_ct_wrapper .button_back a:hover, #sp_ct_wrapper .button_next a:hover  {
    background: #222;
    color: #FFF;
}

#sp_ct_wrapper .button_home a{
	width: 180px;
	padding-right: 15px;
	padding-left: 15px;
}

#sp_ct_wrapper .button_back a{
    width: 210px;
    padding-right: 15px;
	padding-left: 30px;
}

#sp_ct_wrapper .button_back a:before {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(-45deg) translateY(-70%);
    position: absolute;
    top: 50%;
    left: 14px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

#sp_ct_wrapper .button_back a:hover:before {
    border-color: #FFF;
}

#sp_ct_wrapper .button_next a{
	width: 210px;
	padding-right: 30px;
    padding-left: 15px;
}

#sp_ct_wrapper .button_next a:after {
    content: '';
    width: 5px;
    height: 5px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 14px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}

#sp_ct_wrapper .button_next a:hover:after {
    border-color: #FFF;
}

/*　下部ボタン　*/

/*　個別ページ：JSOL　*/
#sp_ct_wrapper.jsol h1, #sp_ct_wrapper.jsol h3, #sp_ct_wrapper.jsol .heading strong, #sp_ct_wrapper.jsol .timeline_date span, #sp_ct_wrapper.jsol .button_home a, #sp_ct_wrapper.jsol .button_back a, #sp_ct_wrapper.jsol .button_next a {
	color: #0075bf;
}

#sp_ct_wrapper.jsol h4{
	background-color: #0075bf;
}

#sp_ct_wrapper.jsol .title_company a p{
  	background-color: #0075bf;
  	color: white;
}

#sp_ct_wrapper.jsol .timeline_date::after {
	background: #0075bf;
}

#sp_ct_wrapper.jsol .button_back a:before {
	border-top: 2px solid #0075bf;
  	border-left: 2px solid #0075bf;
}

#sp_ct_wrapper.jsol .button_next a:after {
	border-top: 2px solid #0075bf;
  	border-right: 2px solid #0075bf;
}

/*　個別ページ：ＮＴＴファシリティーズ　*/
#sp_ct_wrapper.ntt-f h1, #sp_ct_wrapper.ntt-f h3, #sp_ct_wrapper.ntt-f .heading strong, #sp_ct_wrapper.ntt-f .timeline_date span, #sp_ct_wrapper.ntt-f .button_home a, #sp_ct_wrapper.ntt-f .button_back a, #sp_ct_wrapper.ntt-f .button_next a {
	color: #0068b7;
}

#sp_ct_wrapper.ntt-f h4{
	background-color: #0068b7;
}

#sp_ct_wrapper.ntt-f .title_company a p{
  	background-color: #0068b7;
  	color: white;
}

#sp_ct_wrapper.ntt-f .timeline_date::after {
	background: #0068b7;
}

#sp_ct_wrapper.ntt-f .button_back a:before {
	border-top: 2px solid #0068b7;
  	border-left: 2px solid #0068b7;
}

#sp_ct_wrapper.ntt-f .button_next a:after {
	border-top: 2px solid #0068b7;
  	border-right: 2px solid #0068b7;
}

/*　個別ページ：Ｓｋｙ　*/
#sp_ct_wrapper.sky h1, #sp_ct_wrapper.sky h3, #sp_ct_wrapper.sky .heading strong, #sp_ct_wrapper.sky .timeline_date span, #sp_ct_wrapper.sky .button_home a, #sp_ct_wrapper.sky .button_back a, #sp_ct_wrapper.sky .button_next a {
	color: #14a0dc;
}

#sp_ct_wrapper.sky h4{
	background-color: #14a0dc;
}

#sp_ct_wrapper.sky .title_company a p{
  	background-color: #14a0dc;
  	color: white;
}

#sp_ct_wrapper.sky .timeline_date::after {
	background: #14a0dc;
}

#sp_ct_wrapper.sky .button_back a:before {
	border-top: 2px solid #14a0dc;
  	border-left: 2px solid #14a0dc;
}

#sp_ct_wrapper.sky .button_next a:after {
	border-top: 2px solid #14a0dc;
  	border-right: 2px solid #14a0dc;
}

/*　個別ページ：ＳＭＢＣ日興証券　*/
#sp_ct_wrapper.smbc h1, #sp_ct_wrapper.smbc h3, #sp_ct_wrapper.smbc .heading strong, #sp_ct_wrapper.smbc .timeline_date span, #sp_ct_wrapper.smbc .button_home a, #sp_ct_wrapper.smbc .button_back a, #sp_ct_wrapper.smbc .button_next a {
	color: #e6003e;
}

#sp_ct_wrapper.smbc h4{
	background-color: #e6003e;
}

#sp_ct_wrapper.smbc .title_company a p{
  	background-color: #e6003e;
  	color: white;
}

#sp_ct_wrapper.smbc .timeline_date::after {
	background: #e6003e;
}

#sp_ct_wrapper.smbc .button_back a:before {
	border-top: 2px solid #e6003e;
  	border-left: 2px solid #e6003e;
}

#sp_ct_wrapper.smbc .button_next a:after {
	border-top: 2px solid #e6003e;
  	border-right: 2px solid #e6003e;
}

/*　個別ページ：TDK　*/
#sp_ct_wrapper.tdk h1, #sp_ct_wrapper.tdk h3, #sp_ct_wrapper.tdk .heading strong, #sp_ct_wrapper.tdk .timeline_date span, #sp_ct_wrapper.tdk .button_home a, #sp_ct_wrapper.tdk .button_back a, #sp_ct_wrapper.tdk .button_next a {
	color: #134290;
}

#sp_ct_wrapper.tdk h4{
	background-color: #134290;
}

#sp_ct_wrapper.tdk .title_company a p{
  	background-color: #134290;
  	color: white;
}

#sp_ct_wrapper.tdk .timeline_date::after {
	background: #134290;
}

#sp_ct_wrapper.tdk .button_back a:before {
	border-top: 2px solid #134290;
  	border-left: 2px solid #134290;
}

#sp_ct_wrapper.tdk .button_next a:after {
	border-top: 2px solid #134290;
  	border-right: 2px solid #134290;
}

/*　個別ページ：伊藤忠商事　*/
#sp_ct_wrapper.itc h1, #sp_ct_wrapper.itc h3, #sp_ct_wrapper.itc .heading strong, #sp_ct_wrapper.itc .timeline_date span, #sp_ct_wrapper.itc .button_home a, #sp_ct_wrapper.itc .button_back a, #sp_ct_wrapper.itc .button_next a {
	color: #2772ba;
}

#sp_ct_wrapper.itc h4{
	background-color: #2772ba;
}

#sp_ct_wrapper.itc .title_company a p{
  	background-color: #2772ba;
  	color: white;
}

#sp_ct_wrapper.itc .timeline_date::after {
	background: #2772ba;
}

#sp_ct_wrapper.itc .button_back a:before {
	border-top: 2px solid #2772ba;
  	border-left: 2px solid #2772ba;
}

#sp_ct_wrapper.itc .button_next a:after {
	border-top: 2px solid #2772ba;
  	border-right: 2px solid #2772ba;
}

/*　個別ページ：コカ･コーラ ボトラーズジャパン　*/
#sp_ct_wrapper.ccbji h1, #sp_ct_wrapper.ccbji h3, #sp_ct_wrapper.ccbji .heading strong, #sp_ct_wrapper.ccbji .timeline_date span, #sp_ct_wrapper.ccbji .button_home a, #sp_ct_wrapper.ccbji .button_back a, #sp_ct_wrapper.ccbji .button_next a {
	color: #9f1e22;
}

#sp_ct_wrapper.ccbji h4{
	background-color: #9f1e22;
}

#sp_ct_wrapper.ccbji .title_company a p{
  	background-color: #9f1e22;
  	color: white;
}

#sp_ct_wrapper.ccbji .timeline_date::after {
	background: #9f1e22;
}

#sp_ct_wrapper.ccbji .button_back a:before {
	border-top: 2px solid #9f1e22;
  	border-left: 2px solid #9f1e22;
}

#sp_ct_wrapper.ccbji .button_next a:after {
	border-top: 2px solid #9f1e22;
  	border-right: 2px solid #9f1e22;
}

/*　個別ページ：住友商事　*/
#sp_ct_wrapper.sumitomocorp h1, #sp_ct_wrapper.sumitomocorp h3, #sp_ct_wrapper.sumitomocorp .heading strong, #sp_ct_wrapper.sumitomocorp .timeline_date span, #sp_ct_wrapper.sumitomocorp .button_home a, #sp_ct_wrapper.sumitomocorp .button_back a, #sp_ct_wrapper.sumitomocorp .button_next a {
	color: #2a686f;
}

#sp_ct_wrapper.sumitomocorp h4{
	background-color: #2a686f;
}

#sp_ct_wrapper.sumitomocorp .title_company a p{
  	background-color: #2a686f;
  	color: white;
}

#sp_ct_wrapper.sumitomocorp .timeline_date::after {
	background: #2a686f;
}

#sp_ct_wrapper.sumitomocorp .button_back a:before {
	border-top: 2px solid #2a686f;
  	border-left: 2px solid #2a686f;
}

#sp_ct_wrapper.sumitomocorp .button_next a:after {
	border-top: 2px solid #2a686f;
  	border-right: 2px solid #2a686f;
}

/*　個別ページ：大和証券　*/
#sp_ct_wrapper.daiwa-shoken h1, #sp_ct_wrapper.daiwa-shoken h3, #sp_ct_wrapper.daiwa-shoken .heading strong, #sp_ct_wrapper.daiwa-shoken .timeline_date span, #sp_ct_wrapper.daiwa-shoken .button_home a, #sp_ct_wrapper.daiwa-shoken .button_back a, #sp_ct_wrapper.daiwa-shoken .button_next a {
	color: #e94a42;
}

#sp_ct_wrapper.daiwa-shoken h4{
	background-color: #e94a42;
}

#sp_ct_wrapper.daiwa-shoken .title_company a p{
  	background-color: #e94a42;
  	color: white;
}

#sp_ct_wrapper.daiwa-shoken .timeline_date::after {
	background: #e94a42;
}

#sp_ct_wrapper.daiwa-shoken .button_back a:before {
	border-top: 2px solid #e94a42;
  	border-left: 2px solid #e94a42;
}

#sp_ct_wrapper.daiwa-shoken .button_next a:after {
	border-top: 2px solid #e94a42;
  	border-right: 2px solid #e94a42;
}

/*　個別ページ：ソニー生命保険　*/
#sp_ct_wrapper.sonylife h1, #sp_ct_wrapper.sonylife h3, #sp_ct_wrapper.sonylife .heading strong, #sp_ct_wrapper.sonylife .timeline_date span, #sp_ct_wrapper.sonylife .button_home a, #sp_ct_wrapper.sonylife .button_back a, #sp_ct_wrapper.sonylife .button_next a {
	color: #1e865e;
}

#sp_ct_wrapper.sonylife h4{
	background-color: #1e865e;
}

#sp_ct_wrapper.sonylife .title_company a p{
  	background-color: #1e865e;
  	color: white;
}

#sp_ct_wrapper.sonylife .timeline_date::after {
	background: #1e865e;
}

#sp_ct_wrapper.sonylife .button_back a:before {
	border-top: 2px solid #1e865e;
  	border-left: 2px solid #1e865e;
}

#sp_ct_wrapper.sonylife .button_next a:after {
	border-top: 2px solid #1e865e;
  	border-right: 2px solid #1e865e;
}

/*　個別ページ：大和総研　*/
#sp_ct_wrapper.dir h1, #sp_ct_wrapper.dir h3, #sp_ct_wrapper.dir .heading strong, #sp_ct_wrapper.dir .timeline_date span, #sp_ct_wrapper.dir .button_home a, #sp_ct_wrapper.dir .button_back a, #sp_ct_wrapper.dir .button_next a {
	color: #0075c2;
}

#sp_ct_wrapper.dir h4{
	background-color: #0075c2;
}

#sp_ct_wrapper.dir .title_company a p{
  	background-color: #0075c2;
  	color: white;
}

#sp_ct_wrapper.dir .timeline_date::after {
	background: #0075c2;
}

#sp_ct_wrapper.dir .button_back a:before {
	border-top: 2px solid #0075c2;
  	border-left: 2px solid #0075c2;
}

#sp_ct_wrapper.dir .button_next a:after {
	border-top: 2px solid #0075c2;
  	border-right: 2px solid #0075c2;
}

/*　個別ページ：東京海上日動火災保険　*/
#sp_ct_wrapper.marine h1, #sp_ct_wrapper.marine h3, #sp_ct_wrapper.marine .heading strong, #sp_ct_wrapper.marine .timeline_date span, #sp_ct_wrapper.marine .button_home a, #sp_ct_wrapper.marine .button_back a, #sp_ct_wrapper.marine .button_next a {
	color: #009ce5;
}

#sp_ct_wrapper.marine h4{
	background-color: #009ce5;
}

#sp_ct_wrapper.marine .title_company a p{
  	background-color: #009ce5;
  	color: white;
}

#sp_ct_wrapper.marine .timeline_date::after {
	background: #009ce5;
}

#sp_ct_wrapper.marine .button_back a:before {
	border-top: 2px solid #009ce5;
  	border-left: 2px solid #009ce5;
}

#sp_ct_wrapper.marine .button_next a:after {
	border-top: 2px solid #009ce5;
  	border-right: 2px solid #009ce5;
}

/*　個別ページ：豊田通商　*/
#sp_ct_wrapper.toyotsu h1, #sp_ct_wrapper.toyotsu h3, #sp_ct_wrapper.toyotsu .heading strong, #sp_ct_wrapper.toyotsu .timeline_date span, #sp_ct_wrapper.toyotsu .button_home a, #sp_ct_wrapper.toyotsu .button_back a, #sp_ct_wrapper.toyotsu .button_next a {
	color: #004F99;
}

#sp_ct_wrapper.toyotsu h4{
	background-color: #004F99;
}

#sp_ct_wrapper.toyotsu .title_company a p{
  	background-color: #004F99;
  	color: white;
}

#sp_ct_wrapper.toyotsu .timeline_date::after {
	background: #004F99;
}

#sp_ct_wrapper.toyotsu .button_back a:before {
	border-top: 2px solid #004F99;
  	border-left: 2px solid #004F99;
}

#sp_ct_wrapper.toyotsu .button_next a:after {
	border-top: 2px solid #004F99;
  	border-right: 2px solid #004F99;
}

/*　個別ページ：日本ヒューレット・パッカード　*/
#sp_ct_wrapper.hpe h1, #sp_ct_wrapper.hpe h3, #sp_ct_wrapper.hpe .heading strong, #sp_ct_wrapper.hpe .timeline_date span, #sp_ct_wrapper.hpe .button_home a, #sp_ct_wrapper.hpe .button_back a, #sp_ct_wrapper.hpe .button_next a {
	color: #059372;
}

#sp_ct_wrapper.hpe h4{
	background-color: #059372;
}

#sp_ct_wrapper.hpe .title_company a p{
  	background-color: #059372;
  	color: white;
}

#sp_ct_wrapper.hpe .timeline_date::after {
	background: #059372;
}

#sp_ct_wrapper.hpe .button_back a:before {
	border-top: 2px solid #059372;
  	border-left: 2px solid #059372;
}

#sp_ct_wrapper.hpe .button_next a:after {
	border-top: 2px solid #059372;
  	border-right: 2px solid #059372;
}

/*　個別ページ：野村證券　*/
#sp_ct_wrapper.nomura h1, #sp_ct_wrapper.nomura h3, #sp_ct_wrapper.nomura .heading strong, #sp_ct_wrapper.nomura .timeline_date span, #sp_ct_wrapper.nomura .button_home a, #sp_ct_wrapper.nomura .button_back a, #sp_ct_wrapper.nomura .button_next a {
	color: #A9976D;
}

#sp_ct_wrapper.nomura h4{
	background-color: #A9976D;
}

#sp_ct_wrapper.nomura .title_company a p{
  	background-color: #A9976D;
  	color: white;
}

#sp_ct_wrapper.nomura .timeline_date::after {
	background: #A9976D;
}

#sp_ct_wrapper.nomura .button_back a:before {
	border-top: 2px solid #A9976D;
  	border-left: 2px solid #A9976D;
}

#sp_ct_wrapper.nomura .button_next a:after {
	border-top: 2px solid #A9976D;
  	border-right: 2px solid #A9976D;
}

/*　個別ページ：パーソルクロステクノロジー　*/
#sp_ct_wrapper.persol-xtech h1, #sp_ct_wrapper.persol-xtech h3, #sp_ct_wrapper.persol-xtech .heading strong, #sp_ct_wrapper.persol-xtech .timeline_date span, #sp_ct_wrapper.persol-xtech .button_home a, #sp_ct_wrapper.persol-xtech .button_back a, #sp_ct_wrapper.persol-xtech .button_next a {
	color: #8DA2A8;
}

#sp_ct_wrapper.persol-xtech h4{
	background-color: #8DA2A8;
}

#sp_ct_wrapper.persol-xtech .title_company a p{
  	background-color: #8DA2A8;
  	color: white;
}

#sp_ct_wrapper.persol-xtech .timeline_date::after {
	background: #8DA2A8;
}

#sp_ct_wrapper.persol-xtech .button_back a:before {
	border-top: 2px solid #8DA2A8;
  	border-left: 2px solid #8DA2A8;
}

#sp_ct_wrapper.persol-xtech .button_next a:after {
	border-top: 2px solid #8DA2A8;
  	border-right: 2px solid #8DA2A8;
}

/*　個別ページ：MSOL　*/
#sp_ct_wrapper.msol h1, #sp_ct_wrapper.msol h3, #sp_ct_wrapper.msol .heading strong, #sp_ct_wrapper.msol .timeline_date span, #sp_ct_wrapper.msol .button_home a, #sp_ct_wrapper.msol .button_back a, #sp_ct_wrapper.msol .button_next a {
	color: #004098;
}

#sp_ct_wrapper.msol h4{
	background-color: #004098;
}

#sp_ct_wrapper.msol .title_company a p{
  	background-color: #004098;
  	color: white;
}

#sp_ct_wrapper.msol .timeline_date::after {
	background: #004098;
}

#sp_ct_wrapper.msol .button_back a:before {
	border-top: 2px solid #004098;
  	border-left: 2px solid #004098;
}

#sp_ct_wrapper.msol .button_next a:after {
	border-top: 2px solid #004098;
  	border-right: 2px solid #004098;
}

/*　個別ページ：丸紅　*/
#sp_ct_wrapper.marubeni h1, #sp_ct_wrapper.marubeni h3, #sp_ct_wrapper.marubeni .heading strong, #sp_ct_wrapper.marubeni .timeline_date span, #sp_ct_wrapper.marubeni .button_home a, #sp_ct_wrapper.marubeni .button_back a, #sp_ct_wrapper.marubeni .button_next a {
	color: #D80C18;
}

#sp_ct_wrapper.marubeni h4{
	background-color: #D80C18;
}

#sp_ct_wrapper.marubeni .title_company a p{
  	background-color: #D80C18;
  	color: white;
}

#sp_ct_wrapper.marubeni .timeline_date::after {
	background: #D80C18;
}

#sp_ct_wrapper.marubeni .button_back a:before {
	border-top: 2px solid #D80C18;
  	border-left: 2px solid #D80C18;
}

#sp_ct_wrapper.marubeni .button_next a:after {
	border-top: 2px solid #D80C18;
  	border-right: 2px solid #D80C18;
}

/*　個別ページ：三井住友信託銀行　*/
#sp_ct_wrapper.smtb h1, #sp_ct_wrapper.smtb h3, #sp_ct_wrapper.smtb .heading strong, #sp_ct_wrapper.smtb .timeline_date span, #sp_ct_wrapper.smtb .button_home a, #sp_ct_wrapper.smtb .button_back a, #sp_ct_wrapper.smtb .button_next a {
	color: #0096b2;
}

#sp_ct_wrapper.smtb h4{
	background-color: #0096b2;
}

#sp_ct_wrapper.smtb .title_company a p{
  	background-color: #0096b2;
  	color: white;
}

#sp_ct_wrapper.smtb .timeline_date::after {
	background: #0096b2;
}

#sp_ct_wrapper.smtb .button_back a:before {
	border-top: 2px solid #0096b2;
  	border-left: 2px solid #0096b2;
}

#sp_ct_wrapper.smtb .button_next a:after {
	border-top: 2px solid #0096b2;
  	border-right: 2px solid #0096b2;
}

/* sp */
@media screen and (max-width: 768px) {
  /********** CT top page <SP> ************/
  #sp_ct_top_wrapper {
    width: 100%;
  }

  #sp_ct_top_wrapper a {
    opacity: 1;
    cursor: pointer;
  }

  #sp_ct_top_wrapper .title {
    margin-bottom: 40px;
    text-align: center;
  }

  #sp_ct_top_wrapper .title img {
    width: 100%;
    max-width: 810px;
  }

  #sp_ct_top_wrapper .title .title_text {
    text-align: left;
  }

  #sp_ct_top_wrapper .title .title_text h1 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 7rem;
    font-weight: bold;
    line-height: 100px;
    color: #402110;
    line-height: 1;
    position: absolute;
    top: 130px;
    left: 20px;
  }

  #sp_ct_top_wrapper .title .title_text p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #222;
    position: absolute;
    top: 72px;
    left: 46px;
  }

  #sp_ct_top_wrapper .title .title_logo {
    position: absolute;
    top: 20px;
    left: 30px;
  }

  #sp_ct_top_wrapper .title .title_logo img {
    width: 120px;
  }

  #sp_ct_top_wrapper .content_about {
    max-width: 810px;
    margin: 0 auto 40px;
  }

  #sp_ct_top_wrapper .content_about h2 {
    padding: 0 20px 20px;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3rem;
    font-weight: bold;
  }

  #sp_ct_top_wrapper .content_about p {
    letter-spacing: 0.1rem;
    font-size: 1.4rem;
    padding: 0 20px;
  }

  #sp_ct_top_wrapper ul .enterprise_item {
    width: 360px;
    margin: auto;
    margin-bottom: 40px;
    height: 200px;
    transition: 0.6s;
  }

  #sp_ct_top_wrapper ul .enterprise_item:hover {
    box-shadow: 3px 3px 20px 0 rgb(0 0 0 / 30%);
  }
  
  #sp_ct_top_wrapper ul .bg_image {
    position: relative;
  }

  #sp_ct_top_wrapper ul .bg_image img {
    width: 100%;
  }
  /* 画像を暗くするオーバーレイ */
  #sp_ct_top_wrapper ul .bg_image::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.2);
    transition: 0.6s;
  }

  #sp_ct_top_wrapper ul .bg_image:hover:before {
    background-color: rgba(0, 0, 0, 0.5);
  }

  #sp_ct_top_wrapper ul .enterprise_item a {
    color: white;
    position: relative;
    width: 360px;
    height: 200px;
  }

  #sp_ct_top_wrapper ul .enterprise_item a .lead_sentence {
    position: absolute;
    top: 20px;
    left: -30px;
  }

  #sp_ct_top_wrapper ul .enterprise_item a h3 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 2.2rem;
    font-weight: bold;
    background: rgb(255, 255, 255, 0.8);
    margin-bottom: 4px;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    display: inline;
    padding: 0 6px;
    color: #333;
  }

  #sp_ct_top_wrapper ul .enterprise_item_text {
    padding: 90px 0 10px 10px;
  }

  #sp_ct_top_wrapper ul .enterprise_item_text h4 {
    font-size: 2rem;
    font-weight: bold;
    color: #fcba22;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    line-height: 1.5;
  }

  #sp_ct_top_wrapper ul .enterprise_item_text p span {
    display: block;
    font-size: 1.2rem;
    font-weight: normal;
    line-height: 1.5;
  }

  #sp_ct_top_wrapper ul .enterprise_item_text p {
    font-size: 1.6rem;
    color: white;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgb(0 0 0 / 50%);
    line-height: 2;
  }
  /********** CT sub pages <SP> ************/
  #sp_ct_wrapper {
    width: 100%;
    max-width: 810px;
    margin: auto;
    overflow-x: hidden;
  }

  #sp_ct_wrapper html {
    font-size: 62.5%;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #333333;
  }

  #sp_ct_wrapper article {
    max-width: 100%;
    margin: 40px auto;
  }

  #sp_ct_wrapper h1 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.6rem;
    margin: 0 auto 10px;
    line-height: 1.2;
  }

  #sp_ct_wrapper h2 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3rem;
    margin: 10px auto 0;
  }

  #sp_ct_wrapper h3 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 3.4rem;
    margin: 0 auto 20px;
  }

  #sp_ct_wrapper h4 {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-size: 1.8rem;
    margin: 0 auto 20px;
    padding: 2px 4px;
    color: white;
    display: inline;
    line-height: 1.8;
    letter-spacing: 1px;
  }

  #sp_ct_wrapper p {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  #sp_ct_wrapper .title {
    display: flex;
    flex-direction: column-reverse;
    /*margin: 30px auto;*/
  }

  #sp_ct_wrapper .title_img {
    margin-top: 20px;
    text-align: center;
  }

  #sp_ct_wrapper .title_img img {
    width: 100%;
    max-width: 540px;
    height: auto;
    background: #666;
  }

  #sp_ct_wrapper .title_text {
    width: 100%;
    text-align: center;
    padding: 0;
  }

  #sp_ct_wrapper .title_text a {
    text-decoration: none;
  }

  #sp_ct_wrapper .title_company a p {
    padding: 10px 8px 10px 10px;
    margin: 0 0 20px;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.6;
  }

  #sp_ct_wrapper .title_company {
    border-bottom: solid 0.5px #333;
    width: 90%;
    margin: auto;
  }

  #sp_ct_wrapper .title_profile p {
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    line-height: 1rem;
  }

  #sp_ct_wrapper .title_post p {
    margin-top: 10px;
    letter-spacing: 1px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #sp_ct_wrapper .heading {
    text-align: left;
    margin: 40px auto 30px;
    width: 90%;
  }

  #sp_ct_wrapper .heading strong {
    font-size: 2.4rem;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    line-height: 1.8;
  }

  #sp_ct_wrapper .text {
    margin: 0 auto 40px;
  }

  #sp_ct_wrapper .text p {
    margin: 0 auto 20px;
    width: 90%;
    line-height: 1.8;
    font-size: 1.4rem;
    text-align: justify;
  }

  #sp_ct_wrapper .text p .notes {
    font-size: 1.1rem;
    vertical-align: top;
  }

  #sp_ct_wrapper .text p small {
    display: block;
    letter-spacing: 1px;
    font-size: 1.2rem;
    text-align: left;
  }

  #sp_ct_wrapper .text_img {
    text-align: center;
    padding: 10px 0;
  }

  #sp_ct_wrapper .text_img img {
    width: 100%;
    max-width: 540px;
    height: auto;
    float: none;
    background: #666;
    margin: 0 0 10px 0;
  }

  #sp_ct_wrapper .career_timeline {
    margin: 0 auto 50px;
    width: 90%;
    text-align: justify;
  }

  #sp_ct_wrapper .timeline_item {
    padding: 10px 10px 10px 20px;
    position: relative;
    border-left: 1px solid #333;
    margin-left: 10px;
  }

  #sp_ct_wrapper .timeline_item p {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  #sp_ct_wrapper .timeline_date {
    margin-bottom: 10px;
  }

  #sp_ct_wrapper .timeline_date span {
    font-size: 2rem;
    font-weight: bold;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    letter-spacing: 0.5;
  }

  #sp_ct_wrapper .timeline_item::after {
    display: block;
    width: 60px;
    top: 2.3em;
    left: -2px;
    position: absolute;
    background-color: #333;
  }

  #sp_ct_wrapper .timeline_date::after {
    width: 8px;
    height: 8px;
    display: block;
    top: 2.2em;
    position: absolute;
    left: -7px;
    border-radius: 10px;
    content: "";
    border: 2px solid white;
  }

  #sp_ct_wrapper .timeline_item p:last-child {
    border-image: linear-gradient(to bottom, #00aeef 60%, rgba(#00aeef, 0)) 1
      100%;
  }

  /*　　　投票ボタン　　　*/
  #sp_ct_wrapper .button_vote {
    display: block; /* 期間中：block　終了後：none */
    width: 300px;
    vertical-align: middle;
    margin: 0 auto 50px;
  }

  #sp_ct_wrapper .button_vote a {
    display: block;
    height: 62px;
    padding: 0 5px;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 60px;
    color: white;
    background: #333;
    text-align: center;
    vertical-align: middle;
  }
  /*　　　投票ボタン　　　*/

  /*　下部ボタン　*/
  #sp_ct_wrapper .button {
    display: flex;
    flex-flow: column-reverse;
    margin-bottom: 0;
  }

  #sp_ct_wrapper .button_home {
    margin: 0 auto 30px;
    width: 300px;
  }

  #sp_ct_wrapper .button_home a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 14px 30px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    width: initial;
  }

  #sp_ct_wrapper .button_home a:hover {
    background: #222;
    color: #fff;
  }

  #sp_ct_wrapper .button_back {
    margin: 0 auto 30px;
    width: 300px;
  }

  #sp_ct_wrapper .button_back a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 14px 30px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    width: initial;
  }

  #sp_ct_wrapper .button_back a:hover {
    background: #222;
    color: #fff;
  }

  #sp_ct_wrapper .button_back a:before {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(-45deg) translateY(-70%);
    position: absolute;
    top: 50%;
    left: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  #sp_ct_wrapper .button_back a:hover:before {
    border-color: #fff;
  }

  #sp_ct_wrapper .button_next {
    margin: 0 auto 30px;
    width: 300px;
  }

  #sp_ct_wrapper .button_next a {
    background: #eee;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 14px 30px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    text-decoration: none;
    font-size: 1.4rem;
    letter-spacing: 0.6px;
    width: initial;
  }

  #sp_ct_wrapper .button_next a:hover {
    background: #222;
    color: #fff;
  }

  #sp_ct_wrapper .button_next a:after {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
  }

  #sp_ct_wrapper .button_next a:hover:after {
    border-color: #fff;
  }

  /*　下部ボタン　*/

  /*　個別ページ：共通　*/
  #sp_ct_wrapper .title_company ul li {
    width: 33%;
  }

  /*　個別ページ：JSOL　*/
  #sp_ct_wrapper.jsol h1,
  #sp_ct_wrapper.jsol h3,
  #sp_ct_wrapper.jsol .heading strong,
  #sp_ct_wrapper.jsol .timeline_date span,
  #sp_ct_wrapper.jsol .button_home a,
  #sp_ct_wrapper.jsol .button_back a,
  #sp_ct_wrapper.jsol .button_next a {
    color: #0075bf;
  }

  #sp_ct_wrapper.jsol h4 {
    background-color: #0075bf;
  }

  #sp_ct_wrapper.jsol .title_company a p {
    background-color: #0075bf;
    color: white;
  }

  #sp_ct_wrapper.jsol .timeline_date::after {
    background: #0075bf;
  }

  #sp_ct_wrapper.jsol .button_back a:before {
    border-top: 2px solid #0075bf;
    border-left: 2px solid #0075bf;
  }

  #sp_ct_wrapper.jsol .button_next a:after {
    border-top: 2px solid #0075bf;
    border-right: 2px solid #0075bf;
  }

  /*　個別ページ：ＮＴＴファシリティーズ　*/
  #sp_ct_wrapper.ntt-f h1 {
    letter-spacing: -0.5rem;
  }
  #sp_ct_wrapper.ntt-f h1,
  #sp_ct_wrapper.ntt-f h3,
  #sp_ct_wrapper.ntt-f .heading strong,
  #sp_ct_wrapper.ntt-f .timeline_date span,
  #sp_ct_wrapper.ntt-f .button_home a,
  #sp_ct_wrapper.ntt-f .button_back a,
  #sp_ct_wrapper.ntt-f .button_next a {
    color: #0068b7;
  }

  #sp_ct_wrapper.ntt-f h4 {
    background-color: #0068b7;
  }

  #sp_ct_wrapper.ntt-f .title_company a p {
    background-color: #0068b7;
    color: white;
  }

  #sp_ct_wrapper.ntt-f .timeline_date::after {
    background: #0068b7;
  }

  #sp_ct_wrapper.ntt-f .button_back a:before {
    border-top: 2px solid #0068b7;
    border-left: 2px solid #0068b7;
  }

  #sp_ct_wrapper.ntt-f .button_next a:after {
    border-top: 2px solid #0068b7;
    border-right: 2px solid #0068b7;
  }

  /*　個別ページ：Ｓｋｙ　*/
  #sp_ct_wrapper.sky h1,
  #sp_ct_wrapper.sky h3,
  #sp_ct_wrapper.sky .heading strong,
  #sp_ct_wrapper.sky .timeline_date span,
  #sp_ct_wrapper.sky .button_home a,
  #sp_ct_wrapper.sky .button_back a,
  #sp_ct_wrapper.sky .button_next a {
    color: #14a0dc;
  }

  #sp_ct_wrapper.sky h4 {
    background-color: #14a0dc;
  }

  #sp_ct_wrapper.sky .title_company a p {
    background-color: #14a0dc;
    color: white;
  }

  #sp_ct_wrapper.sky .timeline_date::after {
    background: #14a0dc;
  }

  #sp_ct_wrapper.sky .button_back a:before {
    border-top: 2px solid #14a0dc;
    border-left: 2px solid #14a0dc;
  }

  #sp_ct_wrapper.sky .button_next a:after {
    border-top: 2px solid #14a0dc;
    border-right: 2px solid #14a0dc;
  }

  /*　個別ページ：ＳＭＢＣ日興証券　*/
  #sp_ct_wrapper.smbc h1,
  #sp_ct_wrapper.smbc h3,
  #sp_ct_wrapper.smbc .heading strong,
  #sp_ct_wrapper.smbc .timeline_date span,
  #sp_ct_wrapper.smbc .button_home a,
  #sp_ct_wrapper.smbc .button_back a,
  #sp_ct_wrapper.smbc .button_next a {
    color: #e6003e;
  }

  #sp_ct_wrapper.smbc h4 {
    background-color: #e6003e;
  }

  #sp_ct_wrapper.smbc .title_company a p {
    background-color: #e6003e;
    color: white;
  }

  #sp_ct_wrapper.smbc .timeline_date::after {
    background: #e6003e;
  }

  #sp_ct_wrapper.smbc .button_back a:before {
    border-top: 2px solid #e6003e;
    border-left: 2px solid #e6003e;
  }

  #sp_ct_wrapper.smbc .button_next a:after {
    border-top: 2px solid #e6003e;
    border-right: 2px solid #e6003e;
  }

  /*　個別ページ：TDK　*/
  #sp_ct_wrapper.tdk h1,
  #sp_ct_wrapper.tdk h3,
  #sp_ct_wrapper.tdk .heading strong,
  #sp_ct_wrapper.tdk .timeline_date span,
  #sp_ct_wrapper.tdk .button_home a,
  #sp_ct_wrapper.tdk .button_back a,
  #sp_ct_wrapper.tdk .button_next a {
    color: #134290;
  }

  #sp_ct_wrapper.tdk h4 {
    background-color: #134290;
  }

  #sp_ct_wrapper.tdk .title_company a p {
    background-color: #134290;
    color: white;
  }

  #sp_ct_wrapper.tdk .timeline_date::after {
    background: #134290;
  }

  #sp_ct_wrapper.tdk .button_back a:before {
    border-top: 2px solid #134290;
    border-left: 2px solid #134290;
  }

  #sp_ct_wrapper.tdk .button_next a:after {
    border-top: 2px solid #134290;
    border-right: 2px solid #134290;
  }

  /*　個別ページ：伊藤忠商事　*/
  #sp_ct_wrapper.itc h1,
  #sp_ct_wrapper.itc h3,
  #sp_ct_wrapper.itc .heading strong,
  #sp_ct_wrapper.itc .timeline_date span,
  #sp_ct_wrapper.itc .button_home a,
  #sp_ct_wrapper.itc .button_back a,
  #sp_ct_wrapper.itc .button_next a {
    color: #2772ba;
  }

  #sp_ct_wrapper.itc h4 {
    background-color: #2772ba;
  }

  #sp_ct_wrapper.itc .title_company a p {
    background-color: #2772ba;
    color: white;
  }

  #sp_ct_wrapper.itc .timeline_date::after {
    background: #2772ba;
  }

  #sp_ct_wrapper.itc .button_back a:before {
    border-top: 2px solid #2772ba;
    border-left: 2px solid #2772ba;
  }

  #sp_ct_wrapper.itc .button_next a:after {
    border-top: 2px solid #2772ba;
    border-right: 2px solid #2772ba;
  }

  /*　個別ページ：コカ･コーラ ボトラーズジャパン　*/
  #sp_ct_wrapper.ccbji h1,
  #sp_ct_wrapper.ccbji h3,
  #sp_ct_wrapper.ccbji .heading strong,
  #sp_ct_wrapper.ccbji .timeline_date span,
  #sp_ct_wrapper.ccbji .button_home a,
  #sp_ct_wrapper.ccbji .button_back a,
  #sp_ct_wrapper.ccbji .button_next a {
    color: #9f1e22;
  }

  #sp_ct_wrapper.ccbji h4 {
    background-color: #9f1e22;
  }

  #sp_ct_wrapper.ccbji .title_company a p {
    background-color: #9f1e22;
    color: white;
  }

  #sp_ct_wrapper.ccbji .timeline_date::after {
    background: #9f1e22;
  }

  #sp_ct_wrapper.ccbji .button_back a:before {
    border-top: 2px solid #9f1e22;
    border-left: 2px solid #9f1e22;
  }

  #sp_ct_wrapper.ccbji .button_next a:after {
    border-top: 2px solid #9f1e22;
    border-right: 2px solid #9f1e22;
  }

  /*　個別ページ：住友商事　*/
  #sp_ct_wrapper.sumitomocorp h1,
  #sp_ct_wrapper.sumitomocorp h3,
  #sp_ct_wrapper.sumitomocorp .heading strong,
  #sp_ct_wrapper.sumitomocorp .timeline_date span,
  #sp_ct_wrapper.sumitomocorp .button_home a,
  #sp_ct_wrapper.sumitomocorp .button_back a,
  #sp_ct_wrapper.sumitomocorp .button_next a {
    color: #2a686f;
  }

  #sp_ct_wrapper.sumitomocorp h4 {
    background-color: #2a686f;
  }

  #sp_ct_wrapper.sumitomocorp .title_company a p {
    background-color: #2a686f;
    color: white;
  }

  #sp_ct_wrapper.sumitomocorp .timeline_date::after {
    background: #2a686f;
  }

  #sp_ct_wrapper.sumitomocorp .button_back a:before {
    border-top: 2px solid #2a686f;
    border-left: 2px solid #2a686f;
  }

  #sp_ct_wrapper.sumitomocorp .button_next a:after {
    border-top: 2px solid #2a686f;
    border-right: 2px solid #2a686f;
  }

  /*　個別ページ：大和証券　*/
  #sp_ct_wrapper.daiwa-shoken h1,
  #sp_ct_wrapper.daiwa-shoken h3,
  #sp_ct_wrapper.daiwa-shoken .heading strong,
  #sp_ct_wrapper.daiwa-shoken .timeline_date span,
  #sp_ct_wrapper.daiwa-shoken .button_home a,
  #sp_ct_wrapper.daiwa-shoken .button_back a,
  #sp_ct_wrapper.daiwa-shoken .button_next a {
    color: #e94a42;
  }

  #sp_ct_wrapper.daiwa-shoken h4 {
    background-color: #e94a42;
  }

  #sp_ct_wrapper.daiwa-shoken .title_company a p {
    background-color: #e94a42;
    color: white;
  }

  #sp_ct_wrapper.daiwa-shoken .timeline_date::after {
    background: #e94a42;
  }

  #sp_ct_wrapper.daiwa-shoken .button_back a:before {
    border-top: 2px solid #e94a42;
    border-left: 2px solid #e94a42;
  }

  #sp_ct_wrapper.daiwa-shoken .button_next a:after {
    border-top: 2px solid #e94a42;
    border-right: 2px solid #e94a42;
  }

  /*　個別ページ：ソニー生命保険　*/
  #sp_ct_wrapper.sonylife h1,
  #sp_ct_wrapper.sonylife h3,
  #sp_ct_wrapper.sonylife .heading strong,
  #sp_ct_wrapper.sonylife .timeline_date span,
  #sp_ct_wrapper.sonylife .button_home a,
  #sp_ct_wrapper.sonylife .button_back a,
  #sp_ct_wrapper.sonylife .button_next a {
    color: #1e865e;
  }

  #sp_ct_wrapper.sonylife h4 {
    background-color: #1e865e;
  }

  #sp_ct_wrapper.sonylife .title_company a p {
    background-color: #1e865e;
    color: white;
  }

  #sp_ct_wrapper.sonylife .timeline_date::after {
    background: #1e865e;
  }

  #sp_ct_wrapper.sonylife .button_back a:before {
    border-top: 2px solid #1e865e;
    border-left: 2px solid #1e865e;
  }

  #sp_ct_wrapper.sonylife .button_next a:after {
    border-top: 2px solid #1e865e;
    border-right: 2px solid #1e865e;
  }

  /*　個別ページ：大和総研　*/
  #sp_ct_wrapper.dir h1,
  #sp_ct_wrapper.dir h3,
  #sp_ct_wrapper.dir .heading strong,
  #sp_ct_wrapper.dir .timeline_date span,
  #sp_ct_wrapper.dir .button_home a,
  #sp_ct_wrapper.dir .button_back a,
  #sp_ct_wrapper.dir .button_next a {
    color: #0075c2;
  }

  #sp_ct_wrapper.dir h4 {
    background-color: #0075c2;
  }

  #sp_ct_wrapper.dir .title_company a p {
    background-color: #0075c2;
    color: white;
  }

  #sp_ct_wrapper.dir .timeline_date::after {
    background: #0075c2;
  }

  #sp_ct_wrapper.dir .button_back a:before {
    border-top: 2px solid #0075c2;
    border-left: 2px solid #0075c2;
  }

  #sp_ct_wrapper.dir .button_next a:after {
    border-top: 2px solid #0075c2;
    border-right: 2px solid #0075c2;
  }

  /*　個別ページ：東京海上日動火災保険　*/
  #sp_ct_wrapper.marine h1,
  #sp_ct_wrapper.marine h3,
  #sp_ct_wrapper.marine .heading strong,
  #sp_ct_wrapper.marine .timeline_date span,
  #sp_ct_wrapper.marine .button_home a,
  #sp_ct_wrapper.marine .button_back a,
  #sp_ct_wrapper.marine .button_next a {
    color: #009ce5;
  }

  #sp_ct_wrapper.marine h4 {
    background-color: #009ce5;
  }

  #sp_ct_wrapper.marine .title_company a p {
    background-color: #009ce5;
    color: white;
  }

  #sp_ct_wrapper.marine .timeline_date::after {
    background: #009ce5;
  }

  #sp_ct_wrapper.marine .button_back a:before {
    border-top: 2px solid #009ce5;
    border-left: 2px solid #009ce5;
  }

  #sp_ct_wrapper.marine .button_next a:after {
    border-top: 2px solid #009ce5;
    border-right: 2px solid #009ce5;
  }

  /*　個別ページ：豊田通商　*/
  #sp_ct_wrapper.toyotsu h1,
  #sp_ct_wrapper.toyotsu h3,
  #sp_ct_wrapper.toyotsu .heading strong,
  #sp_ct_wrapper.toyotsu .timeline_date span,
  #sp_ct_wrapper.toyotsu .button_home a,
  #sp_ct_wrapper.toyotsu .button_back a,
  #sp_ct_wrapper.toyotsu .button_next a {
    color: #004F99;
  }

  #sp_ct_wrapper.toyotsu h4 {
    background-color: #004F99;
  }

  #sp_ct_wrapper.toyotsu .title_company a p {
    background-color: #004F99;
    color: white;
  }

  #sp_ct_wrapper.toyotsu .timeline_date::after {
    background: #004F99;
  }

  #sp_ct_wrapper.toyotsu .button_back a:before {
    border-top: 2px solid #004F99;
    border-left: 2px solid #004F99;
  }

  #sp_ct_wrapper.toyotsu .button_next a:after {
    border-top: 2px solid #004F99;
    border-right: 2px solid #004F99;
  }

  /*　個別ページ：日本ヒューレット・パッカード　*/
  #sp_ct_wrapper.hpe h1,
  #sp_ct_wrapper.hpe h3,
  #sp_ct_wrapper.hpe .heading strong,
  #sp_ct_wrapper.hpe .timeline_date span,
  #sp_ct_wrapper.hpe .button_home a,
  #sp_ct_wrapper.hpe .button_back a,
  #sp_ct_wrapper.hpe .button_next a {
    color: #059372;
  }

  #sp_ct_wrapper.hpe h4 {
    background-color: #059372;
  }

  #sp_ct_wrapper.hpe .title_company a p {
    background-color: #059372;
    color: white;
  }

  #sp_ct_wrapper.hpe .timeline_date::after {
    background: #059372;
  }

  #sp_ct_wrapper.hpe .button_back a:before {
    border-top: 2px solid #059372;
    border-left: 2px solid #059372;
  }

  #sp_ct_wrapper.hpe .button_next a:after {
    border-top: 2px solid #059372;
    border-right: 2px solid #059372;
  }

  /*　個別ページ：野村證券　*/
  #sp_ct_wrapper.nomura h1,
  #sp_ct_wrapper.nomura h3,
  #sp_ct_wrapper.nomura .heading strong,
  #sp_ct_wrapper.nomura .timeline_date span,
  #sp_ct_wrapper.nomura .button_home a,
  #sp_ct_wrapper.nomura .button_back a,
  #sp_ct_wrapper.nomura .button_next a {
    color: #A9976D;
  }

  #sp_ct_wrapper.nomura h4 {
    background-color: #A9976D;
  }

  #sp_ct_wrapper.nomura .title_company a p {
    background-color: #A9976D;
    color: white;
  }

  #sp_ct_wrapper.nomura .timeline_date::after {
    background: #A9976D;
  }

  #sp_ct_wrapper.nomura .button_back a:before {
    border-top: 2px solid #A9976D;
    border-left: 2px solid #A9976D;
  }

  #sp_ct_wrapper.nomura .button_next a:after {
    border-top: 2px solid #A9976D;
    border-right: 2px solid #A9976D;
  }

  /*　個別ページ：パーソルクロステクノロジー　*/
  #sp_ct_wrapper.persol-xtech h1,
  #sp_ct_wrapper.persol-xtech h3,
  #sp_ct_wrapper.persol-xtech .heading strong,
  #sp_ct_wrapper.persol-xtech .timeline_date span,
  #sp_ct_wrapper.persol-xtech .button_home a,
  #sp_ct_wrapper.persol-xtech .button_back a,
  #sp_ct_wrapper.persol-xtech .button_next a {
    color: #8DA2A8;
  }

  #sp_ct_wrapper.persol-xtech h4 {
    background-color: #8DA2A8;
  }

  #sp_ct_wrapper.persol-xtech .title_company a p {
    background-color: #8DA2A8;
    color: white;
  }

  #sp_ct_wrapper.persol-xtech .timeline_date::after {
    background: #8DA2A8;
  }

  #sp_ct_wrapper.persol-xtech .button_back a:before {
    border-top: 2px solid #8DA2A8;
    border-left: 2px solid #8DA2A8;
  }

  #sp_ct_wrapper.persol-xtech .button_next a:after {
    border-top: 2px solid #8DA2A8;
    border-right: 2px solid #8DA2A8;
  }

    /*　個別ページ：MSOL　*/
  #sp_ct_wrapper.msol h1,
  #sp_ct_wrapper.msol h3,
  #sp_ct_wrapper.msol .heading strong,
  #sp_ct_wrapper.msol .timeline_date span,
  #sp_ct_wrapper.msol .button_home a,
  #sp_ct_wrapper.msol .button_back a,
  #sp_ct_wrapper.msol .button_next a {
    color: #004098;
  }

  #sp_ct_wrapper.msol h4 {
    background-color: #004098;
  }

  #sp_ct_wrapper.msol .title_company a p {
    background-color: #004098;
    color: white;
  }

  #sp_ct_wrapper.msol .timeline_date::after {
    background: #004098;
  }

  #sp_ct_wrapper.msol .button_back a:before {
    border-top: 2px solid #004098;
    border-left: 2px solid #004098;
  }

  #sp_ct_wrapper.msol .button_next a:after {
    border-top: 2px solid #004098;
    border-right: 2px solid #004098;
  }

    /*　個別ページ：丸紅　*/
  #sp_ct_wrapper.marubeni h1,
  #sp_ct_wrapper.marubeni h3,
  #sp_ct_wrapper.marubeni .heading strong,
  #sp_ct_wrapper.marubeni .timeline_date span,
  #sp_ct_wrapper.marubeni .button_home a,
  #sp_ct_wrapper.marubeni .button_back a,
  #sp_ct_wrapper.marubeni .button_next a {
    color: #D80C18;
  }

  #sp_ct_wrapper.marubeni h4 {
    background-color: #D80C18;
  }

  #sp_ct_wrapper.marubeni .title_company a p {
    background-color: #D80C18;
    color: white;
  }

  #sp_ct_wrapper.marubeni .timeline_date::after {
    background: #D80C18;
  }

  #sp_ct_wrapper.marubeni .button_back a:before {
    border-top: 2px solid #D80C18;
    border-left: 2px solid #D80C18;
  }

  #sp_ct_wrapper.marubeni .button_next a:after {
    border-top: 2px solid #D80C18;
    border-right: 2px solid #D80C18;
  }

  /*　個別ページ：三井住友信託銀行　*/
  #sp_ct_wrapper.smtb h1,
  #sp_ct_wrapper.smtb h3,
  #sp_ct_wrapper.smtb .heading strong,
  #sp_ct_wrapper.smtb .timeline_date span,
  #sp_ct_wrapper.smtb .button_home a,
  #sp_ct_wrapper.smtb .button_back a,
  #sp_ct_wrapper.smtb .button_next a {
    color: #0096b2;
  }

  #sp_ct_wrapper.smtb h4 {
    background-color: #0096b2;
  }

  #sp_ct_wrapper.smtb .title_company a p {
    background-color: #0096b2;
    color: white;
  }

  #sp_ct_wrapper.smtb .timeline_date::after {
    background: #0096b2;
  }

  #sp_ct_wrapper.smtb .button_back a:before {
    border-top: 2px solid #0096b2;
    border-left: 2px solid #0096b2;
  }

  #sp_ct_wrapper.smtb .button_next a:after {
    border-top: 2px solid #0096b2;
    border-right: 2px solid #0096b2;
  }
}