
@charset "utf-8";
/***** COMMON *****/

.red {
	color: red;
	font-weight: bold;
}

body{
	width: 100%;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Arial,sans-serif;
	color: #3E3A39;
	overflow-x: hidden;
}
img{width: 100%;}
p{line-height: 2em;}
a{
	color: #3E3A39;
	text-decoration: none;
}
a:hover{
	color: #dcdcdc;
	opacity: 0.6;
	transition-duration: 0.3s;
}
.img85{width: 85%;}
.img95{width: 95%;}

.main{
	width: 80vw; 
	margin: 70px auto 0; 
	padding-top: 20px; 
	padding-bottom: 100px;
}
@media(max-width: 768px){
	.main{
		width: 100vw;
		padding-top: 0;
		padding-bottom: 50px;
		margin: 60px auto 0;
	}
	p{line-height: 1.5em;}
}
.vw100{width: 100vw;}
.vh100{
	width: auto;
	height: 100vw;
}
.pdt20{padding-top: 20px;}
.mtm1e{margin-top: -1em;}
.mt05e{margin-top: 0.5em;}
.mt2e{margin-top: 2em;}
.mt3e{margin-top: 3em;}
.ml2e{margin-left: 2em;}
.ml30{margin-left: 30px;}
.mb05e{margin-bottom: 0.5em;}
.mb30{margin-bottom: 30px;}
.mb60{margin-bottom: 60px;}
.mb80{margin-bottom: 80px;}
.mb100{margin-bottom: 100px;}
.mb-rel{margin-bottom: 70px;}
@media(max-width: 1024px){
	.mb-rel{margin-bottom: 30px;}
}
@media(max-width: 768px){
	.mb100-sp{margin-bottom: 100px;}
}

.mr2e{margin-right: 2em;}
.small{font-size: 0.7em;}
.pdr01{padding-right: 1.2em;}
.pdr02{padding-right: 0.88em;}
.pdl1{padding-left: 1em;}

.dls1{letter-spacing: -1px;}
.dls2{letter-spacing: -2px;}
.ils1{letter-spacing: 1px;}
.ils3{letter-spacing: 3px;}

.de-indent{margin-left: 2em;}

.after-box {clear: left;}

@media(max-width: 768px){
	.ils{letter-spacing: 2px;}
	.pdsp{
		padding-left: 5vw;
		padding-right: 5vw;
		text-align: justify;
	}
}

.text-right{text-align: right;}

.font14{font-size: 14px;}
.f-company{font-size: 1.1em;}
.white{color:white !important;}

@media(min-width: 769px){
	.pc{display: block;}
	.sp{display: none;}
}
@media(max-width: 768px){
	.pc{display: none;}
	.sp{display: block;}
}
@media(max-width: 480px){	
	img.ptmlogo{width: 100%;}
}
@media (min-width: 769px) and (max-width: 1024px){
	.tablet{display: block;}
	.tabletx{display: none;}
}
@media (min-width: 481px) and (max-width: 768px){
	.pc{display: none;}
	.sp{display: block;}
}

/***** HEADER start *****/
header{
	width:100vw; 
	height:250px; 
	background-color:white; 
	z-index: 999; 
	top:0;
}
header .title{
	width: 100%;	
	height: 100%;
	object-fit: cover;
}

@media(max-width: 768px){
	header{
		height: calc(100vh / 8);
	}
}



/* MAIN CONTENNTS */
.profile{
	font-size: 2.25vw;
	/*color: white;*/
	width: 50vw;
	margin: 1vh auto;
}
.img_profile{
	width: 60%;
	height: auto;
	margin: 5% 20% 0 ;
	clip-path: circle(50%);
}
.text_profile{
	width: 100%;
	height: auto;
	margin: auto;
	text-align: center;
}

.info{
	width: 100%;
	text-align: center;
	margin: 2em auto 0;
}

.info h2{
	font-size: 5vw;
	font-weight: 900;
}

.item_box{
	width: 100%;
	margin: 2em auto;	
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.item{
	font-size: 16px;
	/*color: white;*/
	width: 50vw;
	margin: 1vh auto;
}

.item img{
	width: 50%;
	margin-left: 25%;
}

.item .acnt_id{
	width: 50%;
	margin-left: 25%;
	margin-top: 1em;
	font-size: 2vw;
	text-align: center;
}

.item:nth-child(1){

}

.item:nth-child(2){
	
}


/* TOP PAGE start*/
.mainfooter p{
	text-align: center; 
	font-size:0.750em; 
	font-family: 'ヒラギノ角ゴ ProN W3'; 
	color: #3E3A39;
}

@media(max-width: 768px){
}
