@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.sticky-container{
	margin: 0;
}

.sticky-container img{
	display: block;
	line-height: 0;
}

.pc-box{
	display: none;
}

.wrapper{
	width: 100%;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-bottom: 5%;
}

.bg {
  background-image: url('../images/bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 20px;
  color: #ffffff;
}

.wrapper .mv{
	margin: 0 auto 10%;
}

.wrapper .mv h1{
	font-weight: normal;
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.3;
	margin: 10% auto 5%;
}

.wrapper .mv p{
	text-align: center;
	font-size: .9rem;
	line-height: 2;
	margin: 5% auto 10%;
}

@media(min-width:750px){
	.sticky-container{
		display: flex;
		justify-content: center;
		column-gap: 0px;
		background-color: #6A6A6A;
	}
	
	.pc-box{
		position: sticky;
        left: 0;
        top: 0;
        display: flex;
        width: 33%;
        height: 100vh;
        justify-content: center;
        align-items: center;
	}
	
	.pc-box__left{
		color: #fff;
		font-size: 2.8rem;
		line-height: 1.3;
		font-family: din-condensed, sans-serif;
		font-weight: 400;
		font-style: normal;
	}
		
	.pc-box__right img{
		width: 25vh;
		filter: brightness(0) invert(1);
	}
		
	.wrapper{
		width: 36%;
		margin: 0;
		background-color: #000;
	}
	
	.wrapper .mv h1{
		font-size: 2.7rem;
		line-height: 1.3;
	}

	.wrapper .mv p{
		font-size: .99rem;
		line-height: 2.2;
	}

}

/*===================================

			main-contents

*===================================*/

.main-contents{
	margin: 15% auto;
}

.all{
	display: block;
	width: 80%;
	margin: 5% auto;
	text-align: center;
	background-color: #7E7E7E;
	color: #fff;
	text-decoration: none;
	font-size: 1.5rem;
	line-height: 2.5;
	letter-spacing: .5px;
	position: relative;
}

.all:after{
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	content: "";
	transform: translateY(-50%) rotate(45deg);
}

@media(min-width:750px){
	.all{
		width: 70%;
		font-size: 1.8rem;
		line-height: 2.5;
	}

}

/*------------ contents-inner ------------*/

.contents-inner{
	margin: 15% auto 15%;
}

.inner-title{
	margin: 2% auto 4%; 
	padding-left: 2%;
}

.inner-title p{
	font-size: 1.8rem;
	margin: 1% 0;
}

.inner-title a{
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 1.7rem;
	line-height: 1.2;
	letter-spacing: .5px;
	position: relative;
}

.inner-title a span{
	font-size: 1.5rem;
	position: absolute;
	bottom: 5px;
	right: 90px;
}

.inner-title a span::after{
	content: 'TAX IN';
	font-size: .9rem;
	margin-left: 3px;
}

.inner-title a::after{
	content: 'CHECK';
	position: absolute;
	right: 3%;
	bottom: 5px;
	font-size: 1.3rem;
	border: solid 1px #fff;
	padding: 0 2%;
}

.flex {
      display: flex;
      /*gap: 10px;*/
      margin: 0 auto;
      align-items: flex-start;
    }

    .flex > div:nth-child(1) {
      flex: 2;
    }

    .flex > div:nth-child(1) img {
      width: 100%;
      height: auto;
      display: block;
    }

    .flex > div:nth-child(2) {
      flex: 1;
      display: flex;
      flex-direction: column;
      /*gap: 10px;*/
    }

    .flex > div:nth-child(2) > div {
      width: 100%;
    }

    .flex > div:nth-child(2) img {
      width: 100%;
      height: auto;
      display: block;
    }

.pdl{
	box-sizing: border-box;
	padding-left: 17%;
}

.pdr{
	box-sizing: border-box;
	padding-right: 17%;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-reverse .pdl{
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 17%;
}

.flex-reverse .pdr{
	box-sizing: border-box;
	padding-right: 0%;
	padding-left: 17%;
}

@media(min-width:750px){
	.contents-inner{
		width: 90%;
		margin: 15% auto 15%;
	}
	
	.inner-title{
		margin: 2% auto 4%; 
		padding-left: 0;
	}

	.inner-title p{
		font-size: 2.3rem;
		margin: 1% 0;
	}

	.inner-title a{
		font-size: 2.6rem;
	}
	
	.inner-title a::after{
		right: 0;
		font-size: 1.5rem;
	}
	
}


/*===================================

			foot

*===================================*/

.foot{
	margin: 10% auto;
}

.foot p{
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: .5px;
	line-height: 1.5;
}

@media(min-width:750px){

	.foot p{
		font-size: 1.5rem;
	}
}
