@charset "utf-8";
/***************************************************************************************************
	page_specialcontents.css
***************************************************************************************************/
/*
*/
#page_specialcontents {
  width: 100%;
  background-color: #d0cfd4;
}
/*
*/
#page_specialcontents .blk_bk {
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height:100vh;
  background-image: url('../images/sc_img_01.jpg');
	background-position: 50% -180px;
	background-size: auto 1170px;
  pointer-events: none;
}
/*  */
#page_specialcontents .gsty_blk_1 {
  padding-top:100px;
}
/*
*/
#page_specialcontents .blk_1 {
  width:100%;
  height:700px;
}
/*  */
#page_specialcontents .blk_1_1 {
  padding:280px 0 0 0;
  text-align: center;
}
#page_specialcontents .blk_1_1 h2 {
  display: inline-block;
  background-color: #d0cfd4;
}
#page_specialcontents .blk_1_1 h2 br {
  display: none;
}
#page_specialcontents .blk_1_1 h2 span:nth-of-type(1) {
  display: block;
  font-family: "pragmatica-extended",sans-serif; 
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  opacity: 0;
  animation:blk_1_kf_1 1s ease-out .4s 1 normal forwards;
}
@keyframes blk_1_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
#page_specialcontents .blk_1_1 h2 span:nth-of-type(2) {
  display: block;
  font-family: "pragmatica-extended",sans-serif; 
  font-weight: 300;
  font-size: 60px;
  line-height: 1;
  padding:20px 0;
  opacity: 0;
  animation:blk_1_kf_1 1s ease-out .4s 1 normal forwards;
}
#page_specialcontents .blk_1_1 h2 span:nth-of-type(3) {
  display: block;
  font-weight:700;
  font-size: 16px;
  line-height: 1;
  opacity: 0;
  animation:blk_1_kf_1 1s ease-out .4s 1 normal forwards;
}
/*  */
#page_specialcontents .blk_1_2 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding: var(--padding_3);
  padding-top:150px;
}
#page_specialcontents .blk_1_2 ol {
  display: flex;
  width:100%;
  justify-content: space-between;
  list-style: none;
}
#page_specialcontents .blk_1_2 ol li {
  display: block;
  width: 30%;
  translate: 0 -30px;
  opacity:0;
  animation:blk_1_kf_1 .8s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_1_2 ol li:nth-of-type(1) {
  animation-delay: .5s;
}
#page_specialcontents .blk_1_2 ol li:nth-of-type(2) {
  animation-delay: .8s;
}
#page_specialcontents .blk_1_2 ol li:nth-of-type(3) {
  animation-delay: 1s;
}
#page_specialcontents .blk_1_2 ol li a {
  display: block;
  width: 100%;
  height: 70px;
  background-color: #000000;
  text-align: center;
  font-family: "pragmatica-extended",sans-serif; 
  font-weight: 700;
  font-size: min(1.5vw, 18px);
  line-height: 70px;
  color:#ffffff;
  transition: 
  color .1s ease-out 0s,
  background-color .1s ease-out 0s;
}
#page_specialcontents .blk_1_2 ol li a.nm_hover {
  background-color: #e5e5e5;
  color:#000000;
}
#page_specialcontents .blk_1_2 ol li a::before,
#page_specialcontents .blk_1_2 ol li a::after {
	position: absolute;
	display: block;
	content: '';
	width: 18px;
	height: 18px;
	left:90%;
	top:50%;
	background-image: url('../images/btn_ill_02_02.svg');
	background-position: 0 0;
	background-size: auto 100%;
  translate:-100% -50%;
  transition: opacity .1s ease-out 0s;
}
#page_specialcontents .blk_1_2 ol li a::before {
	background-image: url('../images/btn_ill_02.svg');
}
#page_specialcontents .blk_1_2 ol li a.nm_hover::after {
  opacity:0;
}
#page_specialcontents .blk_1_2 ol li a br {
  display: none;
}
#page_specialcontents .blk_1_2 ol li a > span > span {
  padding:0 10px 0 0;
}
/*
*/
#page_specialcontents .blk_2 {
  width: 100%;
}
#page_specialcontents .blk_2 > section {
  width: 100%;
}
/*  */
#page_specialcontents .blk_2_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding: var(--padding_3);
  padding-bottom:50px;
}
#page_specialcontents .blk_2_1 h3 {
  display: inline-block;
  /* background-color: #d0cfd4; */
  background-color: transparent;
  animation:blk_1_kf_2 .8s ease-out 1.6s 1 normal forwards;
}
@keyframes blk_1_kf_2 {
  100% { background-color: #d0cfd4;}
}

/*  */
#page_specialcontents .blk_2_2 {
  width: 100%;
  padding: var(--padding_1);
}
#page_specialcontents .blk_2_2 > div {
  background-color:#ffffff;
  border:1px solid #000000;
  width: 100%;
  padding:0 9.2%;
}
#page_specialcontents .blk_2_2_1 {
  width: 100%;
}
#page_specialcontents .blk_2_2_1 h3 {
  padding:120px 0 0 0;
  font-family: "pragmatica-extended",sans-serif; 
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
#page_specialcontents .blk_2_2_1 h3.tgt_nm_psa {
  translate:0 20px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1 h3.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_2_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
#page_specialcontents .blk_2_2_1_1 {
  width: 100%;
  padding:80px 0 0 0;
}
#page_specialcontents .blk_2_2_1_1 > h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#page_specialcontents .blk_2_2_1_1.tgt_nm_psa > h4 {
  translate:0 40px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_1.tgt_nm_psa.psa_show > h4 {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_1_1 {
  padding:50px 0 60px 0;
}
#page_specialcontents .tgt_nm_psa .blk_2_2_1_1_1 {
  translate:0 50px;
  opacity: 0;
}
#page_specialcontents .tgt_nm_psa.psa_show .blk_2_2_1_1_1 {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_1_1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
#page_specialcontents .blk_2_2_1_1_2 {
  display: flex;
  width:100%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(1) {
  width: 9%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(1) > div {
  position: absolute;
  width: 100%;
  left:50%;
  top:50%;
  height: 2px;
  translate: -50% -50%;
  background-color: #000000;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(1) > div::after {
	position: absolute;
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	left:50%;
	top:50%;
	background-color: #000000;
  translate: -50% -50%;
  border-radius: 50%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(1) > div h5 {
  position: absolute;
  width:100%;
  translate: 0 -100%;
  text-align: center;
  top:-20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(1) > div p {
  position: absolute;
  width:100%;
  text-align: center;
  top:20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) {
  width:60%;
  background-color: #E4E4E4;
  border-left:2px solid #000000;
  border-right:2px solid #000000;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > h5 {
  text-align: center;
  font-size: clamp(18px, 1.8vw, 20px);
  font-weight: 700;
  line-height: 1;
  padding: 20px 0;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl {
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding:0 4% 10px 4%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div {
  width:31.5%;
  margin-bottom: 2.5%;
  background-color: #ffffff;
  text-align: center;
  padding:13px 0 15px 0;
}
@media screen and (max-width: 1300px) {
  #page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div {
    width:48%;
    margin-bottom: 4%;
  }
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div dt {
  padding: 0 5%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div dt span {
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color:#ffffff;
  text-align: center;
  background-color: #000000;
  padding:7px 0;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div dd {
  display: inline-block;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  word-break: keep-all;
  padding:10px 5px 0 5px;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div dd ul {
  padding: 0 0 0 15px;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div dd ul li {
  text-align: left;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(3) {
  width: 9%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(3) > div {
  position: absolute;
  width: 100%;
  left:50%;
  top:50%;
  height: 2px;
  translate: -50% -50%;
  background-color: #000000;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(3) > div::after {
	position: absolute;
	display: block;
	content: '';
	width: 13px;
	height: 13px;
	left:50%;
	top:50%;
	background-color: #000000;
  translate: -50% -50%;
  border-radius: 50%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(3) > div h5 {
  position: absolute;
  width:100%;
  translate: 0 -100%;
  text-align: center;
  top:-20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(3) > div p {
  position: absolute;
  width:100%;
  text-align: center;
  top:20px;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(3) > div p span {
  display: block;
  padding: 7px 0 0 0;
  font-size: 12px;
  font-weight: 500;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) {
  width:18%;
  background-color: #E4E4E4;
  border-left:2px solid #000000;
  border-right:2px solid #000000;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) > h5 {
  text-align: center;
  font-size: clamp(16px, 1.6vw, 18px);
  font-weight: 700;
  line-height: 1.25;
  padding: 20px 10px;
  word-break: keep-all;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) > ul {
  display: block;
  list-style: none;
  padding: 0 8%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) > ul li {
  display: block;
  background-color: #000000;
  height: 77px;
  margin-bottom: 10%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) > ul li span {
  position: absolute;
  left:50%;
  top:50%;
  translate:-50% -50%;
  color:#ffffff;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(13px, 1.3vw, 16px);
  font-weight: 500;
  white-space: nowrap;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) > ul li:nth-of-type(3) {
  margin-bottom: 5%;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(4) > ul li:nth-of-type(4) {
  text-align: right;
  color:#000000;
  background-color: transparent;
  padding: 0;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(5) {
  width: 4%;
  background-image: url('../images/sc_ill_01.svg');
	background-position: 100% 50%;
	background-size: auto 24px;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(5)::before {
	position: absolute;
	display: block;
	content: '';
  width: 100%;
  left:50%;
  top:50%;
  height: 2px;
  translate: -50% -50%;
  background-color: #000000;
}
#page_specialcontents .blk_2_2_1_1_3 {
  text-align: right;
  padding: 10px 4% 0 0;
}
#page_specialcontents .blk_2_2_1_1_3.tgt_nm_psa {
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_1_3.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out .4s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_1_3 p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
#page_specialcontents .blk_2_2_1_2 {
  padding:120px 0 0 0;
}
#page_specialcontents .blk_2_2_1_2 > h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#page_specialcontents .blk_2_2_1_2.tgt_nm_psa > h4 {
  translate:0 40px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_2.tgt_nm_psa.psa_show > h4 {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_2_1 {
  padding:50px 0 60px 0;
}
#page_specialcontents .tgt_nm_psa .blk_2_2_1_2_1 {
  translate:0 50px;
  opacity: 0;
}
#page_specialcontents .tgt_nm_psa.psa_show .blk_2_2_1_2_1 {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_2_1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
#page_specialcontents .blk_2_2_1_2_2 {
  width:100%;
}
#page_specialcontents .blk_2_2_1_2_2 h5 {
  font-size: 24px;
  line-height: 1;
  font-weight:700;
  padding:0 0 50px 0;
}
#page_specialcontents .blk_2_2_1_2_2 h5.tgt_nm_psa {
  translate:0 30px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_2_2 h5.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_2_2 h5 br {
  display: none;
}
#page_specialcontents .blk_2_2_1_2_2 h5 span {
  font-size: 22px;
  line-height: 1;
  font-weight:700;
  padding:0 15px 0 0;
}
#page_specialcontents .blk_2_2_1_2_2 table {
  width:100%;
}
#page_specialcontents .blk_2_2_1_2_2 table th,
#page_specialcontents .blk_2_2_1_2_2 table td {
  width:20%;
  text-align: center;
}
#page_specialcontents .blk_2_2_1_2_2 table th {
  font-size: clamp(15px, 1.6vw, 19px);
  line-height: 1.25;
  font-weight: 700;
  vertical-align: middle;
  padding:0 17px 0 10px;
  word-break: keep-all;
}
#page_specialcontents .blk_2_2_1_2_2 table th::after {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 100%;
	left:calc(100% - 14px);
	top:0;
	background-color: #ffffff;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(3) th::after {
	background-color: #E4E4E4;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(1) th::after {
  display: none;
}
#page_specialcontents .blk_2_2_1_2_2 table td {
  font-size: clamp(12px, 1.2vw, 16px);
  line-height: 1.25;
  font-weight: 700;
  padding:20px 0 20px 10px;
  vertical-align: top;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(1) > * {
  padding:0 0 10px 0;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(2) > * {
  background-color: #E4E4E4;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(4) > * {
  background-color: #E4E4E4;
}
#page_specialcontents .blk_2_2_1_2_2 table td div {
  margin: 10px auto;
  background-image: url('../images/sc_bk_01.svg');
	background-position: 100% 50%;
	background-size: auto 100%;
  height: 54px;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(3) td div {
  background-image: url('../images/sc_bk_01_02.svg');
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(4) td div {
  height: 36px;
}
#page_specialcontents .blk_2_2_1_2_2 table td div::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 40px);
	height: 100%;
	left:0;
	top:0;
	background-color: #000000;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(3) td div::before {
	background-color: #646464;
}
#page_specialcontents .blk_2_2_1_2_2 table tr td div p {
  color:#ffffff;
  position: absolute;
  left:50%;
  top:50%;
  translate:-50% -50%;
  white-space: nowrap;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(1) * span {
  display: block;
  border-left:2px solid #ffffff;
  background-color: #949494;
  color:#ffffff;
  font-size: clamp(14px, 1.6vw, 19px);
  line-height: 1;
  font-weight: 700;
  padding:20px 0;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(1) *:nth-of-type(odd) span {
  background-color: #646464;
}
#page_specialcontents .blk_2_2_1_2_2 > p {
  text-align: right;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  padding:10px 0 0 0;
}
#page_specialcontents .blk_2_2_1_2_2 > p.tgt_nm_psa {
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_2_2 > p.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out .4s 1 normal forwards;
}


#page_specialcontents .blk_2_2_1_2_3 {
  padding:60px 0 0 0;
}
#page_specialcontents .blk_2_2_1_2_3 h5 {
  font-size: 24px;
  line-height: 1;
  font-weight:700;
  padding:0 0 50px 0;
}
#page_specialcontents .blk_2_2_1_2_3 h5.tgt_nm_psa {
  translate:0 30px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_2_3 h5.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_2_3 h5 br {
  display: none;
}
#page_specialcontents .blk_2_2_1_2_3 h5 span {
  font-size: 22px;
  line-height: 1;
  font-weight:700;
  padding:0 15px 0 0;
}
#page_specialcontents .blk_2_2_1_2_3 dl {
  display: block;
  list-style: none;
  border-top: 1px solid #b2b2b2;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa {
  translate:0 40px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div {
  display: block;
  list-style: none;
  border-bottom: 1px solid #b2b2b2;
  padding: 80px 4% 80px 32%;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa > div {
  translate:0 10px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa.psa_show > div {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa.psa_show > div:nth-of-type(1) {
  animation-delay:0s;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa.psa_show > div:nth-of-type(2) {
  animation-delay:.1s;
}
#page_specialcontents .blk_2_2_1_2_3 dl.tgt_nm_psa.psa_show > div:nth-of-type(3) {
  animation-delay:.2s;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div::before {
	position: absolute;
	display: block;
	content: '';
	width: 32%;
	height: 100%;
	left:0;
	top:0;
	background-position: 50% 50%;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div:nth-of-type(1)::before {
	background-image: url('../images/sc_img_02_01.jpg');
  background-size: 64% auto;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div:nth-of-type(2)::before {
	background-image: url('../images/sc_img_02_02.jpg');
  background-size: 62% auto;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div:nth-of-type(3)::before {
	background-image: url('../images/sc_img_02_03.jpg');
  background-size: 54% auto;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div dt {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 700;
  word-break: keep-all;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div dd {
  font-size: 18px;
  line-height: 1.75;
  padding:20px 0 0 0;
}
#page_specialcontents .blk_2_2_2 {
  padding:150px 0 120px 0;
}
#page_specialcontents .blk_2_2_2 h3 {
  font-family: "pragmatica-extended",sans-serif; 
  font-weight: 500;
  font-size: 50px;
  line-height: 1;
}
#page_specialcontents .blk_2_2_2 h3.tgt_nm_psa {
  translate:0 20px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_2 h3.tgt_nm_psa.psa_show {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_2_1 {
  width: 100%;
  padding:80px 0 0 0;
}
#page_specialcontents .blk_2_2_2_1 > h4 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
#page_specialcontents .blk_2_2_2_1.tgt_nm_psa > h4 {
  translate:0 40px;
  opacity: 0;
}
#page_specialcontents .blk_2_2_2_1.tgt_nm_psa.psa_show > h4 {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_2_1_1 {
  padding:50px 0 60px 0;
}
#page_specialcontents .tgt_nm_psa .blk_2_2_2_1_1 {
  translate:0 50px;
  opacity: 0;
}
#page_specialcontents .tgt_nm_psa.psa_show .blk_2_2_2_1_1 {
  animation:blk_2_kf_1 .6s ease-out 0s 1 normal forwards;
}
#page_specialcontents .blk_2_2_2_1_1 p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
}
#page_specialcontents .blk_2_2_2_1_2 {
  width:100%;
}
#page_specialcontents .blk_2_2_2_1_2::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
}
#page_specialcontents .blk_2_2_2_1_2 table {
  width:100%;
  overflow: hidden;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th {
  vertical-align: top;
  height: 30px;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(1) {
  width:7%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(2) {
  width:30%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(3) {
  width:30%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(4) {
  width:33%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th span {
  position: absolute;
  display: block;
  font-size: 19px;
  line-height: 1;
  font-weight: 700;
  height:100%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(2) span {
  left:0;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(3) span {
  left:50%;
  translate:-50% 0;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(4) span {
  left:83%;
  translate:-50% 0;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd th {
	background-image: url('../images/sc_ill_02_02.svg');
	background-position: 50% 50%;
	background-size: 70% auto;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd.a th,
#page_specialcontents .blk_2_2_2_1_2 table tr.bd.c th,
#page_specialcontents .blk_2_2_2_1_2 table tr.bd.e th {
  background-image: url('../images/sc_ill_02.svg');
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd th span {
  position: absolute;
  display: block;
  width: 70%;
  left:50%;
  top:50%;
  translate:-50% -50%;
  aspect-ratio: 50 / 70;
  text-align: center;
  font-family: "pragmatica-extended",sans-serif; 
  font-size: clamp(18px, 1.8vw, 30px);
  line-height: 1;
  font-weight: 700;
  color:#ffffff;
  padding:14% 0 0 0;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd td {
  height: 99px;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd td > div {
  position: absolute;
  height: 75px;
  background-image: url('../images/sc_bk_01_02.svg');
	background-position: calc(100% - 10px) 50%;
	background-size: auto 100%;
  left:0;
  top:50%;
  translate:0 -50%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.b td > div,
#page_specialcontents .blk_2_2_2_1_2 table tr.d td > div {
  background-image: url('../images/sc_bk_01.svg');
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd td > div::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 50px);
	height: 100%;
	left:0;
	top:0;
  background-color: #646464;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.b td > div::before,
#page_specialcontents .blk_2_2_2_1_2 table tr.d td > div::before {
	background-color: #000000;
}
#page_specialcontents .blk_2_2_2_1_2 table tr td > div p {
  position: absolute;
  width:100%;
  left:50%;
  top:50%;
  translate:-50% -50%;
  color:#ffffff;
  font-size:clamp(12px, 1.2vw, 14px);
  line-height: 1.25;
  font-weight:700;
  text-align: center;
  padding:0 30px 0 10px;
  word-break: keep-all;
}
#page_specialcontents .blk_2_2_2_1_2 table tr td > div p span {
  font-size:clamp(10px, 1vw, 12px);
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.a td > div:nth-of-type(1) {
  width: 36%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.a td > div:nth-of-type(2) {
  width: 36%;
  left:36%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.a td > div:nth-of-type(3) {
  width: 28%;
  left:72%;
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.b td > div:nth-of-type(1) {
  width: 56%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.b td > div:nth-of-type(2) {
  width: 20%;
  left:56%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.b td > div:nth-of-type(3) {
  width: 24%;
  left:76%;
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.c td > div:nth-of-type(1) {
  width: 22%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.c td > div:nth-of-type(2) {
  width: 26%;
  left:22%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.c td > div:nth-of-type(3) {
  width: 27%;
  left:48%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.c td > div:nth-of-type(4) {
  width: 25%;
  left:75%;
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.d td > div:nth-of-type(1) {
  width: 48%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.d td > div:nth-of-type(2) {
  width: 16%;
  left:48%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.d td > div:nth-of-type(3) {
  width: 36%;
  left:64%;
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.e td > div:nth-of-type(1) {
  width: 16%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.e td > div:nth-of-type(2) {
  width: 32%;
  left:16%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.e td > div:nth-of-type(3) {
  width: 16%;
  left:48%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.e td > div:nth-of-type(4) {
  width: 20%;
  left:64%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.e td > div:nth-of-type(5) {
  width: 16%;
  left:84%;
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(1)::after,
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(4)::after {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 1000px;
  top:30px;
	background-color: #000000;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(1)::after {
  left:calc(100% - 2px);
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(4)::after {
  left:83%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd.a td::before {
	position: absolute;
	display: block;
	content: '';
	width: 2px;
	height: 1000px;
  left:48%;
	top:0;
	background-color: #000000;
}
/*
*/
#page_specialcontents .blk_3 {
  width: 100%;
  padding:100px 0 0 0;
}
#page_specialcontents .blk_3 > section {
  width: 100%;
}
/*  */
#page_specialcontents .blk_3_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding: var(--padding_3);
  padding-bottom:50px;
}
/*  */
#page_specialcontents .blk_3_2 {
  width: 100%;
  padding: var(--padding_1);
}
#page_specialcontents .blk_3_2 > div {
  background-color:#ffffff;
  border:1px solid #000000;
  width: 100%;
  padding:0 9.2%;
  padding-top:100px;
  padding-bottom: 120px;
}
#page_specialcontents .blk_3_2 h4 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding:0 0 50px 0;
}
#page_specialcontents .blk_3_2.tgt_nm_psa h4 {
  translate:0 20px;
  opacity: 0;
}
#page_specialcontents .blk_3_2.tgt_nm_psa.psa_show h4 {
  animation:blk_3_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_3_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
/*
*/
#page_specialcontents .blk_4 {
  width: 100%;
  padding:100px 0;
}
#page_specialcontents .blk_4 > section {
  width: 100%;
}
/*  */
#page_specialcontents .blk_4_1 {
  width: 100%;
  max-width: var(--max_wid_1);
  margin: auto;
  padding: var(--padding_3);
  padding-bottom:50px;
}
/*  */
#page_specialcontents .blk_4_2 {
  width: 100%;
  padding: var(--padding_1);
}
#page_specialcontents .blk_4_2 > div {
  background-color:#ffffff;
  border:1px solid #000000;
  width: 100%;
  padding:0 9.2%;
  padding-top:100px;
  padding-bottom: 120px;
}
#page_specialcontents .blk_4_2 h4 {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  padding:0 0 50px 0;
}
#page_specialcontents .blk_4_2.tgt_nm_psa h4 {
  translate:0 20px;
  opacity: 0;
}
#page_specialcontents .blk_4_2.tgt_nm_psa.psa_show h4 {
  animation:blk_4_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes blk_4_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
/*
*/
#page_specialcontents .psty_lst_1 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
#page_specialcontents .tgt_nm_psa .psty_lst_1 {
  translate:0 50px;
  opacity: 0;
}
#page_specialcontents .tgt_nm_psa.psa_show .psty_lst_1 {
  animation:psty_lst_1_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes psty_lst_1_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
#page_specialcontents .psty_lst_1 li {
  display: block;
  width:30.6%;
}
#page_specialcontents .psty_lst_1 li a {
  display: block;
  height: 100%;
  overflow: hidden;
}
#page_specialcontents .psty_lst_1 li a > p {
  width:100%;
  aspect-ratio:1 / 1;
  overflow: hidden;
}
#page_specialcontents .psty_lst_1 li a > p.nothumb {
  background-color: #eeeeee;
	background-image: url('../images/logo_04.svg');
	background-position: 50% 50%;
	background-size: 40% auto;
}
#page_specialcontents .psty_lst_1 li a > p img {
  position: absolute;
  left:50%;
  top:50%;
  translate:-50% -50%;
  width:100%;
  height:100%;
  object-fit: cover;
}
#page_specialcontents .psty_lst_1 li a > p.nothumb img {
  opacity: 0;
}
#page_specialcontents .psty_lst_1 li a > div {
  padding:15px 0 20px 0;
  min-height: 100px;
}
#page_specialcontents .psty_lst_1 li a > div::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1000px;
	left:0;
	top:0;
	background-color: #000000;
  opacity:0;
  transition:opacity .1s ease-out 0s;
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div::before {
  opacity:1;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(1) {
  padding:0 5% 5px 5%;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  font-family: "pragmatica-extended",sans-serif; 
  transition: color .1s ease-out 0s;
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div p:nth-of-type(1) {
  color:#ffffff;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2) {
  padding:0 calc(5% + 40px) 0 5%;
  font-size: 14px;
  line-height: 1.75;
  transition: color .1s ease-out 0s;
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div p:nth-of-type(2) {
  color:#ffffff;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2)::before,
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2)::after {
	position: absolute;
	display: block;
	content: '';
	width: 17px;
	height: 17px;
	left:95%;
	top:20px;
  translate: -100% 0;
	background-image: url('../images/btn_ill_01.svg');
	background-position: 0 0;
	background-size: 100% auto;
  transition: opacity .1s ease-out 0s;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2)::before {
  background-image: url('../images/btn_ill_01_02.svg');
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div p:nth-of-type(2)::after {
  opacity:0;
}
/*
*/
#page_specialcontents .psty_blk_1.tgt_nm_psa {
  translate:0 50px;
  opacity: 0;
}
#page_specialcontents .psty_blk_1.tgt_nm_psa.psa_show {
  animation:psty_blk_1_kf_1 .6s ease-out 0s 1 normal forwards;
}
@keyframes psty_blk_1_kf_1 {
  100% { translate: 0 0; opacity:1; scale:1 1;}
}
/*
*/
#page_specialcontents .panch {
  position: absolute;
  left:0;
  top:0;
  pointer-events: none;

  /* width:100px;
  height: 100px;
  border: 1px solid #ff0000; */
}
/*  */
#page_specialcontents .panch#career {
  top:-130px;
}
#page_specialcontents .panch#interview {
  top:-30px;
}
#page_specialcontents .panch#column {
  top:-30px;
}
/*  
*/
#page_specialcontents .panch_t.tgt_anch_1 {
  top:-40px;
}
#page_specialcontents .panch_t.tgt_anch_2 {
  top:-30px;
}
#page_specialcontents .panch_t.tgt_anch_3 {
  top:-30px;
}
#page_specialcontents .panch_t.tgt_anch_4 {
  top:-30px;
}
/*
*/
#page_specialcontents .blk_ico_touch {
  display:none;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*  */
#page_specialcontents .gsty_blk_1 {
  padding-top:60px;
}
/*
*/
#page_specialcontents {
  background-image: url('../images/sc_img_01_sp.jpg');
  background-position: 50% -20px;
	background-size: 1000px auto;
}
/*
*/
#page_specialcontents .blk_bk {
  background-image: url('../images/sc_img_01_sp.jpg');
  background-position: 50% -20px;
	background-size: 1000px auto;
}

/*
*/
#page_specialcontents .blk_1 {
  height:440px;
}
/*  */
#page_specialcontents .blk_1_1 {
  padding:105px 0 0 0;
}
#page_specialcontents .blk_1_1 h2 span:nth-of-type(1) {
  font-size: 12px;
}
#page_specialcontents .blk_1_1 h2 span:nth-of-type(2) {
  font-size: 45px;
  padding:10px 0;
}
#page_specialcontents .blk_1_1 h2 span:nth-of-type(3) {
  font-size: 14px;
}
#page_specialcontents .blk_1_1 h2 span br {
  display: inline;
}
/*  */
#page_specialcontents .blk_1_2 {
  max-width: none;
  padding: var(--padding_1_sp);
  padding-top:40px;
}
#page_specialcontents .blk_1_2 ol {
  max-width: 400px;
  margin: auto;
}
#page_specialcontents .blk_1_2 ol li {
  display: block;
  width: 30.3%;
  max-width: 110px;
}
#page_specialcontents .blk_1_2 ol li div {
  width: 100%;
  aspect-ratio: 1 / 1;
}
#page_specialcontents .blk_1_2 ol li a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  font-size: 13px;
  line-height: 1.75;
}
#page_specialcontents .blk_1_2 ol li a > span {
  position: absolute;
  left:50%;
  top:calc(50% - 5px);
  translate:-50% -50%;
}
#page_specialcontents .blk_1_2 ol li a.nm_hover {
  background-color: #e5e5e5;
  color:#000000;
}
#page_specialcontents .blk_1_2 ol li a::before,
#page_specialcontents .blk_1_2 ol li a::after {
	width: 12px;
	height: 12px;
	left:50%;
	top:calc(100% - 22px);
  translate:-50% -50%;
}
#page_specialcontents .blk_1_2 ol li a::before {
	background-image: url('../images/btn_ill_02.svg');
}
#page_specialcontents .blk_1_2 ol li a.nm_hover::after {
  opacity:0;
}
#page_specialcontents .blk_1_2 ol li a br {
  display: inline;
}
#page_specialcontents .blk_1_2 ol li a > span > span {
  padding: 0;
}
/*
*/
#page_specialcontents .blk_2_1 {
  max-width: none;
  padding: var(--padding_1_sp);
  padding-bottom:20px;
}
/*  */
#page_specialcontents .blk_2_2 {
  padding: var(--padding_1_sp);
}
#page_specialcontents .blk_2_2 > div {
  padding:0;
}
#page_specialcontents .blk_2_2_1 h3 {
  padding:30px 5% 0 5%;
  font-size: 25px;
}
#page_specialcontents .blk_2_2_1_1 {
  padding:25px 0 0 0;
}
#page_specialcontents .blk_2_2_1_1 > h4 {
  font-size: 18px;
  padding:25px 5% 0 5%;
}
#page_specialcontents .blk_2_2_1_1_1 {
  padding:20px 5% 30px 5%;
}
#page_specialcontents .blk_2_2_1_1_1 p {
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
}
#page_specialcontents .blk_2_2_1_1_2 > div:nth-of-type(2) > dl > div {
  width:31.5%;
}
#page_specialcontents .blk_2_2_1_1_3 {
  text-align: center;
  padding: 3px 5% 0 5%;

}
#page_specialcontents .blk_2_2_1_1_3 p {
  text-align: left;
  font-size: 11px;
  display: inline-block;
}


#page_specialcontents .blk_2_2_1_2 {
  padding:60px 0 0 0;
}
#page_specialcontents .blk_2_2_1_2 > h4 {
  font-size: 18px;
  padding:0 5%;
}
#page_specialcontents .blk_2_2_1_2_1 {
  padding:20px 5% 30px 5%;
}
#page_specialcontents .blk_2_2_1_2_1 p {
  font-size: 12px;
  line-height: 2;
}
#page_specialcontents .blk_2_2_1_2_2 {
  width:100%;
}
#page_specialcontents .blk_2_2_1_2_2 h5 {
  font-size: 15px;
  padding:5% 0 25px 5%;
}
#page_specialcontents .blk_2_2_1_2_2 h5 span {
  font-size: 13px;
  padding:0 10px 0 0;
}
#page_specialcontents .blk_2_2_1_2_2 table td {
  padding:10px 0 10px 8px;
  vertical-align: top;
}
#page_specialcontents .blk_2_2_1_2_2 table td div {
  margin: 7px auto;
  height: 45px;
}
#page_specialcontents .blk_2_2_1_2_2 table tr:nth-of-type(1) * span {
  padding:13px 0;
}

#page_specialcontents .blk_2_2_1_2_2 > p {
  text-align: center;
  font-size: 11px;
  padding:7px 5% 0 5%;
}
#page_specialcontents .blk_2_2_1_2_2 > p span {
  display: inline-block;
  text-align: left;
}
#page_specialcontents .blk_2_2_1_2_3 {
  padding:40px 5% 0 5%;
}
#page_specialcontents .blk_2_2_1_2_3 h5 {
  font-size: 15px;
  padding:0 0 25px 0;
}
#page_specialcontents .blk_2_2_1_2_3 h5 span {
  font-size: 13px;
  padding:0 10px 0 0;
}

#page_specialcontents .blk_2_2_1_2_3 dl > div {
  padding: 10px 0 30px 0;

}
#page_specialcontents .blk_2_2_1_2_3 dl > div::before {
	position: relative;
	width: 100%;
  max-width: 440px;
	height: auto;
  aspect-ratio: 60 / 22;
  margin: auto;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div:nth-of-type(1)::before {
  background-size: auto 60%;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div:nth-of-type(2)::before {
  background-size: auto 55%;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div:nth-of-type(3)::before { 
  background-size: auto 40%;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div dt {
  font-size: 14px;
  text-align: center;
}
#page_specialcontents .blk_2_2_1_2_3 dl > div dd {
  width:100%;
  max-width: 600px;
  font-size: 12px;
  padding:20px 0 0 0;
  margin: auto;
}
#page_specialcontents .blk_2_2_2 {
  padding:70px 0 70px 0;
}
#page_specialcontents .blk_2_2_2 h3 {
  font-size: 25px;
  padding: 0 5%;
}
#page_specialcontents .blk_2_2_2_1 {
  width: 100%;
  padding:25px 0 0 0;
}
#page_specialcontents .blk_2_2_2_1 > h4 {
  font-size: 18px;
  padding: 25px 5% 0 5%;
}
#page_specialcontents .blk_2_2_2_1_1 {
  padding: 20px 5% 30px 5%;
}
#page_specialcontents .blk_2_2_2_1_1 p {
  font-size: 12px;
  line-height: 2;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th {
  height: 24px;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th span {
  font-size: 16px;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd th span {
  width:65%;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd td {
  height: 80px;
}
#page_specialcontents .blk_2_2_2_1_2 table tr.bd td > div {
  height: 60px;
}
/*  */
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(1)::after,
#page_specialcontents .blk_2_2_2_1_2 table tr.hd th:nth-of-type(4)::after {
  top:24px;
}
/*
*/
#page_specialcontents .blk_3 {
  padding:60px 0 0 0;
}
/*  */
#page_specialcontents .blk_3_1 {
  max-width:none;
  padding: var(--padding_1_sp);
  padding-bottom:20px;
}
/*  */
#page_specialcontents .blk_3_2 {
  padding: var(--padding_1);
}
#page_specialcontents .blk_3_2 > div {
  padding:0 5%;
  padding-top:40px;
  padding-bottom: 10px;
}
#page_specialcontents .blk_3_2 h4 {
  font-size: 18px;
  padding:0 0 25px 0;
}
/*
*/
#page_specialcontents .blk_4 {
  padding:60px 0 60px 0;
}
/*  */
#page_specialcontents .blk_4_1 {
  max-width:none;
  padding: var(--padding_1_sp);
  padding-bottom:20px;
}
/*  */
#page_specialcontents .blk_4_2 {
  padding: var(--padding_1);
}
#page_specialcontents .blk_4_2 > div {
  padding:0 5%;
  padding-top:40px;
  padding-bottom: 10px;
}
#page_specialcontents .blk_4_2 h4 {
  font-size: 18px;
  padding:0 0 25px 0;
}
/*
*/
#page_specialcontents .psty_lst_1 {
  /* display: block; */
}
#page_specialcontents .psty_lst_1 li {
  /* width:100%; */
}
#page_specialcontents .psty_lst_1 li a > div {
  padding:17px 0 40px 0;
}
#page_specialcontents .psty_lst_1 li a > div::before {
  display:none;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(1) {
  padding:0 0 5px 0;
  font-size: 11px;
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div p:nth-of-type(1) {
  color:#000000;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2) {
  padding:0 40px 0 0;
  font-size: 12px;
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div p:nth-of-type(2) {
  color:#000000;
}
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2)::before,
#page_specialcontents .psty_lst_1 li a > div p:nth-of-type(2)::after {
	width: 16px;
	height: 16px;
	left:100%;
	top:15px;
}
#page_specialcontents .psty_lst_1 li a.nm_hover > div p:nth-of-type(2)::after {
  opacity:1;
}
/*
*/
#page_specialcontents .psty_blk_1 {
  width:95%;
  left:5%; 
  height: auto;
  overflow: auto;
  padding:0 0 10px 0;
}
#page_specialcontents .psty_blk_1 > div {
  width:1000px;
  padding:0 5% 0 0;
}
/*
*/
#page_specialcontents .panch#career {
  top:-90px;
}
#page_specialcontents .panch#interview {
  top:-30px;
}
#page_specialcontents .panch#column {
  top:-30px;
}
/*
*/
#page_specialcontents .panch_t.tgt_anch_1 {
  top:-55px;
}
#page_specialcontents .panch_t.tgt_anch_2 {
  top:-15px;
}
/*
*/
#page_specialcontents .blk_ico_touch {
  position: absolute;
  display:block;
  width:100vw;
  height:100%;
  left:50%;
  top:0;
  translate:-50% 0;
  pointer-events: none;
}
#page_specialcontents .blk_ico_touch.hide {
  opacity:0;
  transition: opacity .1s ease-out 0s;
}
#page_specialcontents .blk_ico_touch::before {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	left:50%;
	top:50%;
  translate: -50% -50%;
  border-radius: 10px;
	background-color: #ffffff;
  opacity:.9;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
}
#page_specialcontents .blk_ico_touch::after {
	position: absolute;
	display: block;
	content: '';
	width: 100px;
	height: 100px;
	left:50%;
	top:50%;
  translate: -50% -50%;

	background-image: url('../images/sc_ico_01.svg');
	background-position: 50% 50%;
	background-size: 55% auto;

  animation:blk_ico_touch_kf_1 2s linear 0s infinite normal both;
}
#page_specialcontents .blk_ico_touch.hide::after {
  animation:none;
}
@keyframes blk_ico_touch_kf_1 {
  0% {left:50%;}
  40% {left:50%;}
  55% {left:calc(50% - 10px);}
  85% {left:calc(50% + 10px);}
  100% { 	left:50%;}

}
/*
*/
@media screen and (max-width: 760px) {
  #page_specialcontents .psty_lst_1 li {
    width:48%;
  }
}
@media screen and (max-width: 540px) {
  #page_specialcontents .psty_lst_1 li {
    width:100%;
  }
}
/*  */
}
