@charset "utf-8";
/***************************************************************************************************
	page_works.css
***************************************************************************************************/
/*  */
#header::before {
  background-color:#ffffff;
}
/*  */
.blk_hd_bk {
  position:fixed;
	display: block;
	width: 100%;
	height: auto;
	left:0;
	top:0;
	background-image: url('../images/works_img_1.jpg');
	background-position: 50% 0;
	background-size: cover;
  padding:calc(30% + 15px) 0 0 0;
  z-index: 1;
}
.blk_hd_bk::after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: #ffffff;
}
.blk_hd_bk.nm_tgt_psa::after {
  opacity:1;
}
.blk_hd_bk.nm_tgt_psa.psa_show::after {
  animation:kf_blk_hd_bk_a1 .8s 0s 1 normal both;
}
@keyframes kf_blk_hd_bk_a1 {
  100% {opacity: 0;}
}
/* 
/*  */
body {
  background-color: #ffffff;
}
/*
*/
#page_works {
  width:100%;
  z-index: 2;
  margin-top: 30%;
  overflow: visible;
}

/*
*/
#page_works .blk_1 {
  width:100%;
  text-align: center;
}
#page_works .blk_1::after {
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:15px;
  right:0;
  bottom:-10px;
	background-color: #ffffff;
}
/*  */
#page_works .blk_1 .gsty_tit_1 {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
  text-align: left;
  z-index: 3;
}
#page_works .blk_1 .gsty_tit_1 > span:nth-of-type(1) {
  width:155px;
}
/*  */
#page_works .blk_1_1 {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
}
#page_works .blk_1 .gsty_blk_scroll {
  left:100%;
  top:-120px;
  z-index: 2;
}
#page_works .blk_1 .gsty_blk_scroll.nm_tgt_psa {
  opacity:0;
  transform:translateY(-30px);
}
#page_works .blk_1 .gsty_blk_scroll.nm_tgt_psa.psa_show {
  animation:kf_psa_1 .8s .4s 1 normal both;
}
/*
*/
#page_works .blk_2 {
  background-color: #ffffff;
  padding:0 0 120px 0;
}
#page_works .blk_2 > section {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
  text-align: left;
}
#page_works .blk_2 h3 {
  padding:100px 0 0 0;
  font-size: 26px;
  line-height: 1.75;
  font-weight: 700;
}
#page_works .blk_2.nm_tgt_psa h3 {
  opacity:0;
  transform:translateY(30px);
}
#page_works .blk_2.nm_tgt_psa.psa_show h3 {
  animation:kf_psa_1 .6s 0s 1 normal both;
}
#page_works .blk_2 h3 br {
  display: none;
}
#page_works .blk_2 h3 span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}
#page_works .blk_2 p {
  padding:60px 0 0 0;
  font-size: 18px;
  line-height: 1.75;
}
#page_works .blk_2.nm_tgt_psa p {
  opacity:0;
  transform:translateY(40px);
}
#page_works .blk_2.nm_tgt_psa.psa_show p {
  animation:kf_psa_1 .6s 0s 1 normal both;
}
#page_works .blk_2 p br {
  display: none;
}
#page_works .blk_2 p span {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  display: inline-block;
}
/*
*/
#page_works .blk_3 {
  background-color: #ffffff;
  padding:0 0 200px 0;
}
#page_works .blk_3 > div {
	width: var(--tgt_wid_1);
	max-width: var(--max_wid_1);
  margin: auto;
  text-align: left;
}
/*  */
#page_works .blk_3 .rep_1 {
  width:100%;
  display: flex;
}
#page_works .blk_3 .rep_1 > section {
  width:50%;
}
#page_works .blk_3 .rep_1 > section::before {
	position: absolute;
	display: block;
	content: '';
	width: calc(100% - 100px);
	height: 60px;
	left:100px;
	top:0;
  background-image: linear-gradient(90deg, #22dcfd, #5865b9);
  transform-origin: 0 0;
}
#page_works .blk_3 .rep_1.blk_3_2 > section::before,
#page_works .blk_3 .rep_1.blk_3_4 > section::before {
  transform-origin: 100% 0;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section::before {
  transform:scaleX(0);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section::before {
  animation:kf_psa_1 .8s 0s 1 normal both;
}
#page_works .blk_3 .rep_1.blk_3_2 > section,
#page_works .blk_3 .rep_1.blk_3_4 > section {
  order:2;
}
#page_works .blk_3 .rep_1 > div {
  width:50%;
  padding:50% 0 0 0;
  overflow: hidden;
}
#page_works .blk_3 .rep_1.blk_3_2 > div,
#page_works .blk_3 .rep_1.blk_3_4 > div {
  order:1;
}
#page_works .blk_3 .rep_1 > div > div {
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  overflow: hidden;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > div > div {
  width:0;
  transform:translateY(60px);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > div > div {
  animation:kf_blk_3_a1 .8s 0s 1 normal both;
}
@keyframes kf_blk_3_a1 { 100% {width:100%; transform:translateY(0);}}

#page_works .blk_3 .rep_1 > div > div::after {
	position: absolute;
	display: block;
	content: '';
	width:min(650px, 50vw);
	height: 100%;
	left:0;
	top:0;
	background-position: 50% 50%;
	background-size: cover;
}
#page_works .blk_3 .rep_1.blk_3_1 > div > div::after {
  background-image: url('../images/works_img_2.jpg');
}
#page_works .blk_3 .rep_1.blk_3_2 > div > div::after {
  background-image: url('../images/works_img_3.jpg');
}
#page_works .blk_3 .rep_1.blk_3_3 > div > div::after {
  background-image: url('../images/works_img_4.jpg');
}
#page_works .blk_3 .rep_1.blk_3_4 > div > div::after {
  background-image: url('../images/works_img_5.jpg');
}
#page_works .blk_3 .rep_1 > section h4 {
  width:100%;
  display: flex;
  flex-direction: column;
  padding:30px 0 0 0;
}
#page_works .blk_3 .rep_1 > section h4 br {
  display: none;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1) {
  display:block;
  width:200px;
  height:60px;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section h4 > span:nth-of-type(1) {
  opacity:0;
  transform:translateY(30px);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section h4 > span:nth-of-type(1) {
  animation:kf_psa_1 .6s 0s 1 normal both;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1)::before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	background-color: #ffffff;
  transform-origin: 0 0;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section h4 > span:nth-of-type(1)::before {
  transform:scaleX(0);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section h4 > span:nth-of-type(1)::before {
  animation:kf_psa_1 .6s 0s 1 normal both;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1) span {
  display:block;
  font-size: 18px;
  line-height: 1;
  font-weight:500;
  white-space: nowrap;
  font-family: 'Hind Guntur', sans-serif;
  padding:22px 50px 0 50px;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section h4 > span:nth-of-type(1) span {
  opacity:0;
  transform:translateY(20px);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section h4 > span:nth-of-type(1) span {
  animation:kf_psa_1 .4s .6s 1 normal both;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1)::after {
	position: absolute;
	display: block;
	content: '';
	width: 30px;
	height:1px;
	left:0;
	top:29px;
  background-color:#000000;
  transform-origin: 0 0;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section h4 > span:nth-of-type(1)::after {
  transform:scaleX(0);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section h4 > span:nth-of-type(1)::after {
  animation:kf_psa_1 .4s .6s 1 normal both;
}
#page_works .blk_3 .rep_1 > section h4 span:nth-of-type(2) {
  display:block;
  width:100%;
  font-size:24px;
  line-height: 1;
  font-weight: 700;
  padding:20px 0 0 50px;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section h4 > span:nth-of-type(2) {
  opacity:0;
  transform:translateY(30px);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section h4 > span:nth-of-type(2) {
  animation:kf_psa_1 .6s .6s 1 normal both;
}
#page_works .blk_3 .rep_1 > section p {
  font-size:16px;
  line-height: 2;
  padding:30px 10% 0 50px;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section p {
  opacity:0;
  transform:translateY(40px);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section p {
  animation:kf_psa_1 .6s .7s 1 normal both;
}
/***************************************************************************************************
  responsive
***************************************************************************************************/

@media screen and (max-width: 1000px) {
/*  */
.blk_hd_bk {
  padding:calc(50vh + 15px) 0 0 0;
  background-position: 50% 50%;
  background-size: cover;
}
/*
*/
#page_works {
  margin-top: 50vh;
}
/*
*/
#page_works .blk_1 {
}
#page_works .blk_1::after {
	left:0;
	top:10px;
  right:0;
  bottom:-10px;
}
/*  */
#page_works .blk_1 .gsty_tit_1 {
	width: var(--tgt_wid_2);
	max-width:none;
}
#page_works .blk_1 .gsty_tit_1 > span:nth-of-type(1) {
  width:110px;
}
/*  */
#page_works .blk_1_1 {
	width: var(--tgt_wid_2);
	max-width:none;
}
#page_works .blk_1 .gsty_blk_scroll {
  top:-80px;
}
/*
*/
#page_works .blk_2 {
  padding:0;
}
#page_works .blk_2 > section {
	width: var(--tgt_wid_2);
	max-width: var(--max_wid_2);
}
#page_works .blk_2 h3 {
  padding:40px 0 0 0;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 700;
}
#page_works .blk_2 h3 span {
  display: inline;
}
#page_works .blk_2 p {
  padding:40px 0 0 0;
  font-size: 14px;
  line-height: 2;
}
#page_works .blk_2 p br {
  display: inline;
}
#page_works .blk_2 p span {
  display: inline;
}
/*
*/
#page_works .blk_3 {
  padding:60px 0 0 0;
}
#page_works .blk_3 > div {
	width: 100%;
	max-width: var(--max_wid_2);
  overflow: hidden;
}
/*  */
#page_works .blk_3 .rep_1 {
  display: flex;
  flex-direction: column;
}
#page_works .blk_3 .rep_1 > section {
	width: 100%;
  margin:auto;
  z-index: 2;
}
#page_works .blk_3 .rep_1 > section::before {
	width: 100vw;
  max-width:var(--max_wid_2);
	height: 30px;
	left:50%;
	top:0;
  transform: translateX(-50%);
  background-image: linear-gradient(90deg, #22dcfd, #5865b9);
  background-position: 100% 0;
  background-size: 45% 100%;
  transform-origin: 100% 0;
}
#page_works .blk_3 .rep_1.nm_tgt_psa > section::before {
  transform: translateX(-50%) scaleX(0);
}
#page_works .blk_3 .rep_1.nm_tgt_psa.psa_show > section::before {
  animation:kf_blk_3_a2 .8s 0s 1 normal both;
}
@keyframes kf_blk_3_a2 {
  100% {opacity: 1; transform: translateX(-50%) scaleX(1);}
}

#page_works .blk_3 .blk_3_2.rep_1 > section::before {
  height: 100%;
  background-image: linear-gradient(90deg, #22dcfd, #07baf3);
  background-size: 30% 100%;
}
#page_works .blk_3 .blk_3_4.rep_1 > section::before {
  display: none;
}
#page_works .blk_3 .rep_1.blk_3_1 > section,
#page_works .blk_3 .rep_1.blk_3_3 > section,
#page_works .blk_3 .rep_1.blk_3_2 > section,
#page_works .blk_3 .rep_1.blk_3_4 > section {
  order:2;
}
#page_works .blk_3 .rep_1 > div {
  width:100%;
  padding:100% 0 0 0;
}
#page_works .blk_3 .rep_1.blk_3_1 > div,
#page_works .blk_3 .rep_1.blk_3_3 > div,
#page_works .blk_3 .rep_1.blk_3_2 > div,
#page_works .blk_3 .rep_1.blk_3_4 > div {
  order:1;
}
#page_works .blk_3 .rep_1 > div > div::after {
	/* width:min(var(--max_wid_2), 100vw); */
  width:100vw;
  max-width:var(--max_wid_2);
}
#page_works .blk_3 .rep_1 > section h4 {
  width:100%;
  display: flex;
  flex-direction: column;
  padding:0;
  margin-top: -50px;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1) {
  width:140px;
  height:50px;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1) span {
  font-size: 12px;
  padding:23px 50px 0 40px;
  z-index: 2;
}
#page_works .blk_3 .rep_1 > section h4 > span:nth-of-type(1)::after {
	width: 25px;
}

#page_works .blk_3 .rep_1 > section h4 span:nth-of-type(2) {
  font-size:17px;
  padding:30px 0 0 0;
  width:var(--tgt_wid_2);
  max-width:var(--max_wid_2);
  margin: auto;
}
#page_works .blk_3 .rep_1 > section p {
  width:var(--tgt_wid_2);
  max-width:var(--max_wid_2);
  font-size:14px;
  line-height: 2;
  padding:20px 0 60px 0;
  min-height: 160px;
  margin: auto;
}
/*  */
}
