.inner{
	max-width: 400px;
	width: 90vw;
	margin: 0 auto;
}
.inner>h3{
	margin-bottom: 15px
}

.category{
	margin-bottom: 50px;
}

h1 {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	color: rgb(100, 100, 100);
}


h2,h3,p,h4,h5,a{
	color: rgb(100, 100, 100);
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: bold;
}

h2{
	color: rgb(100, 100, 100);
	font-size: clamp(25px,3.0vw,35px);
    background-image: linear-gradient(90deg, rgb(100, 100, 100) 0 20%, #65BBE9 20%);
    background-repeat: no-repeat;
    background-size: 100% 3%;
    background-position: bottom;
	margin-bottom: -5px;
	width: 9.5vw;
	line-height: 1.2;
	padding: 2vw 0 0;
    margin-bottom: 2vw;
}
h3{
	font-family: "Slabo", serif;
 	font-style: normal;
	font-size: clamp(20px,2.6vw,30px);
	line-height: 2;
	display: inline;
	margin-bottom: 2vw;
    position: relative;
    padding: 0 1rem;
    font-weight: bold;
    text-align: center;
}
h3::before,
h3::after {
    position: absolute;
    width: 1vw;
    height: 1vw;
    content: '';
}
h3::before {
    border-left: solid #65BBE9 1.5px;
    border-top: solid #65BBE9 1.5px;
    top: 0;
    left: 0;
}
h3::after {
    border-right: solid #65BBE9 1.5px;
    border-bottom: solid #65BBE9 1.5px;
    bottom: 0;
    right: 0;
}
a{
	font-family: "Slabo", serif;
  	font-weight: 400;
 	font-style: normal;
	text-decoration: none;
}
h4{
	font-size: clamp(16px ,1.4vw ,22px);
	display: block;
	/*border-bottom: dotted 0.1vw #707070;*/
	margin-top: 1vw;
	font-weight: 500;
}
h5{
	font-size: clamp(16px ,1.4vw ,22px);
}
p{
	font-size: clamp(14px ,1.3vw ,18px);
	font-weight: lighter;
}
.tool{
	font-size: clamp(18px ,2.0vw ,28px);
}



@media(min-width:768px){
	.inner{
		max-width: 1100px;
	}
	.inner>h2 {
		margin: auto;
		margin-bottom: 2vw;
        text-align: center;
    }
}


/*マウスストーカー‐‐‐‐‐‐‐‐‐‐‐‐‐‐*/
@media(min-width:768px){
	#stalker {
		pointer-events: none;
		position: fixed;
		top: -8px;
		left: -8px; 
		width: 16px;
		height: 16px;
		background: #65BBE9;
		border-radius: 50%;
		transform: translate(0,0);
		transition: transform 0.3s;
		transition-timing-function: ease-out;
		z-index: 2000;
	}
}

/** {
  cursor: none !important;
}
*/
/*topに戻る-----------*/

.page_top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 0.5vw 1.2vw;
    background-color: #65BBE9;
    color: #ffffff;
    border-radius: 30%;
    text-decoration: none;
    transition: opacity 0.3s;
	z-index: 3000;
	transition: all 0.5s ease-in-out;
	text-align: center;
	line-height: 1.5;
	border: 0.1vw solid #ffffff;
}
.page_top:hover {
	transform: scale(1.1);
	background-color: #ffffff;
	color: #65BBE9;
	border: 0.1vw solid #65BBE9;
}

/*nav----------------------*/
nav{
	display: flex;
	position: absolute;
	right: 10vw;
	top: 2vw;
    z-index: 20;

}
nav>a{
	justify-content: space-between;
	margin-left: 20px;
	font-size: clamp(20px,2.4vw,35px);
	transition: .3s;
	-webkit-transform: scale(1);
 	transform: scale(1);
}

nav>a:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	text-decoration: none;
}
@media(min-width:768px){
	nav>a{
		font-size: 25px;
		margin-left: 30px;
	}
}



.about_skill,.works,.contact{
/*	background-image: url("../bg6.png");*/
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #ECECEC;
	background: linear-gradient(180deg, rgb(200, 200, 200), rgb(246, 246, 246));
}

/*category--------*/
.category>h2{
	margin-bottom: 20px;
}

/*about-----------------------*/
.inner{
	padding-top: 90px;
}

.profile,.skill{
	margin-bottom: 40px;
}
.profile>.profile_flex>img{
	width: 35vw;
	max-width: 400px;
	height: auto;
	border-radius: 50%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
}

.skill_category{
	margin-bottom: 25px;
}
.skill_category:last-of-type{
	padding-bottom: 50px;
}
.skill_category>h4{
	margin-bottom: -50px;
}
.skill_category>img{
	margin-bottom: 20px;
}

.summary{
	margin-bottom: 10px;
}
.bg_white{
	background-color: #ffffff;
	padding: 15px;
	border-radius: 20px;
	margin-top: -60px;
}
.tool{
	border-bottom: 1.2px solid #707070;
}

@media(min-width:768px){
	.profile>h3{
		margin-bottom: 30px;
	}
	.profile_flex{
		display: flex;
	}
	.profile_summary{
		display: flex;
		flex-direction: column;
		margin-left: 60px;
	}
	.profile_summary>h4{
		margin-bottom: 10px;
	}
	.profile_summary>h5{
		margin-bottom: 20px;
	}
	.flex{
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.skill_category{
		width: 35vw;
		max-width: 500px;
		padding-bottom: 50px;
	}
	.skill_category>h4{
		margin-bottom: 0px;
	}
	.bg_white{
		margin-top: 0px;
	}
	.skill_category>img {
		margin-bottom: 0;
	}
}

.url{
	font-size: clamp(16px ,1.4vw ,22px);
	border-bottom: 0.1vw solid #65BBE9;
	display: inline-block;
	line-height: 1;
}
.url a{
	color: #65BBE9;
}



/*contact----*/
.contact{
	background-color: #ECECEC;
}
.contact_item{
	text-align: center;
	margin-top: 50px;
	padding-bottom: 5vw;

}
.contact_item>a>img{
	width: 10vw;
	max-width: 120px;
	transition: 1s;
	padding-top: 2vw;
	padding-bottom: 2vw;
}
.contact_item>a{
	-webkit-transform: scale(1);
 	transform: scale(1);
}

.contact_item>a>img:hover{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: 1s;
}
.contact_item>p:first-child{
	margin-bottom: 20px;
}





/*works------------------------------*/
.works_page{
	background-size: 100%;
	background-repeat: no-repeat;
	background-color: #ECECEC;
	padding-bottom: 60px;
}

.frame{
	margin-bottom: 3vw;
	position: relative;
	padding: 2vw;
	border-top: solid 1px #707070;
	border-bottom: solid 1px #707070;
	/*background-color: rgba(250,250,250,0.7)*/
}
.frame:before, .frame:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 1px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #707070;
}
.frame:before {
  left: 7px;
}
.frame:after {
  right: 7px;
}

.mock{
	width: 60vw;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
	padding-top: 5vw;
}
.works_detail{
	padding-bottom: 20px;
}
@media(min-width:768px){
	.works_photo{
	display: flex;
	justify-content: space-between;
	gap: 5vw;
	height: auto;
	}
	.works_photo_pc{
		width: 35vw;
		height: auto;
	}
	.works_photo_sh{
		width: 20vw;
		height: auto;
	}
}
.works_photo_banner{
	width: 60%;
	max-width: 550px;
	margin: 3vw auto;
}