@charset "utf-8";
/* CSS Document */


html{
	scroll-behavior: smooth;
	font-size: 100%;
	margin: auto;
}

body{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 1.5;
	color: #363636;
	min-height: 100vh;
}

a{
	text-decoration: none;
}

img{
	max-width: 100%;
}


.logo {
	width: 140px;
	margin: 30px 50px;
	transition : 0.2s;
}

.main-nav {
	display: flex;
	text-transform: uppercase;
	list-style: none;
	margin-right: 70px;
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 19px;
	letter-spacing: 0.15em;
}

.main-nav li{
	margin:30px 20px;
}

.main-nav a{
	color: #393939;
	transition :opacity 0.2s ease;
}

.main-nav a:hover{
	opacity: 0.5;
}

.header-nav{
	position: fixed;
	z-index: 1000;
	display: flex;/*横並び*/
	justify-content: space-between;/*両端揃え*/
	width: 100%;
	height: 90px;
	background-color: #FFFFFF;
}



.first-view {
	height: auto;
	max-width: 100%;
	margin: auto;
}

.first-view-2 {
	display: flex;
	max-width: 100%;
	margin: auto;
}

.attachment {
	background-size: cover;
	height: 630px;
	background-image: url("../img/aset 33.png");
	background-attachment: fixed;
	 background-repeat: no-repeat; 
    background-position: center center;
}

.attachment h1 {
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 105px;
	letter-spacing: 3px;
	color: #363636;
	padding: 170px 0 0 100px
}


/*aboutの図形
-----------------------------------------------------------------------*/

.about {
	height: 200px;
	padding: 100px 0 50px 0;
}

.about-midasi {
	margin: 30px 0;
	position: relative;
	text-align: center;
}
.about-midasi h1 {
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 45px;
	letter-spacing: 3px;
}

.sikaku {
	width: 180px;
	margin: auto;
	z-index: 10;
	position: absolute;
	left: 800px;
	top: -90px;
}
.maru {
	width: 180px;
	margin: auto;
	position: absolute;
	left: 255px;
	top: 20px;
}

.about-moji {
	width: 180px;
	margin: auto;
	z-index: 20;
	position: absolute;
}

/*自己紹介
--------------------------------------------------------------*/

.main {
	margin-top: 120px;
	display: flex;
}

.main-content {
	padding: 250px 0px 0px 180px;
	width: 80%;
}

.main-content-text {
	padding: 100px 100px 0 180px;
	line-height:1.6 
}


.main-content-text #name {
	width: 80%;
	padding-bottom: 40px;
}

section{
	margin-top: 100px;
}

/*資格
------------------------------------------------------------*/

.skill-haikei {
	margin: 140px auto;
	width: 900px;
	height: 200px;
	background-image: url("../img/aset 17.png");
	background-size: 100%;
	display: flex;
}



.skill-img {
	width: 600px;
	height: 200px;
	display: flex;
	text-align: center;
}

.skill-moji {
	width: 140px;
	margin: auto 20px auto 100px;
}

.skill-list {
	width: 180px;
	margin: auto 20px;
}

.skill-text {
	line-height: 3;
	margin: auto;
	margin-left: 30px;
	
}

.skill-text p {
	width: 500px;
	text-align: left;
}

/*作品
------------------------------------------------------*/


.works-midasi {
	margin-top: 200px;
	text-align: center;
}

.works-midasi h1 {
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 45px;
	letter-spacing: 3px;
}


.works-sakuhin {
	margin: 170px 100px 100px 100px;
	text-align: center;
}


.box1 {
	width: 300px;
	height: 300px;
	display: inline-block;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box1 img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box1:hover img{
	transform: scale(1.1);
}

.box2 {
	width: 300px;
	height: 300px;
	display: inline-block;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box2 img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box2:hover img{
	transform: scale(1.1);
}

.box3 {
	width: 300px;
	height: 300px;
	display: inline-block;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box3 img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box3:hover img{
	transform: scale(1.1);
}

/*viewmoreボタン*/

.more-btn{
	width: 200px;
	padding: 20px 25px;
	position: relative;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 6px 0 #444444;
	text-decoration: none;
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	color: #363636;
	background: #FFFFFF;
	line-height: 1;
	transition: all .2s;  /*滑らかに変化する。すべてのプロパティに適用する場合はall*/
	border: 1.5px solid #B9B9B9;
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 22px;
	letter-spacing: 0.05em;
}

.more-btn:hover{
	background-color: #363636;
	border-color: #363636;
	color: #ffffff;
	box-shadow: 0 0 0 #333;     /*ボックスの影*/
	transform: translateY(5px); /*Y軸移動*/
}

/*フッター設定*/

footer {
	background-color: #363636;
	color: #FFFFFF;
	font-family: "altivo", sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 30px 0;
}

footer a {
	color: #FFFFFF;
	
}

footer small {
	padding-left: 40px;
}

.menu {
	display: flex;
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	letter-spacing: 0.1em;
}

.menu li {
	margin:20px 0 30px 0;
	margin-left: 40px;
	list-style: none;
}

.menu a {
	color:#FFFFFF;
	transition : 0.2s;
}

.menu a:hover {
	opacity: 0.5;
}


/*サークルテキスト設定*/
.circle{
	width: 400px;
	height: 400px;
	
	position: absolute;
	top: 1225px;
	left: 107px;
	
	animation: 15s linear infinite rotation;
}

.circle img {
	width: 100%;
}
@keyframes rotation{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

#about {
	margin-top:-90px;
padding-top:90px;
}

/*トップページ、ここまで
------------------------------------------------------------------------*/

/*作品集、サブページ↓
------------------------------------------------------------------------------*/

.box-text {
	display: flex;
}

.box-text1 {
	padding: 0 0 40px 135px;
}

.box-text2 {
	padding: 0 0 40px 235px;
}

.box-text3 {
	padding: 0 0 40px 210px;
}

.works-list {
	text-align: center;
	margin: 120px 0;
}

.box1-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box1-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box1-works:hover img{
	transform: scale(1.1);
}

.box2-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box2-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box2-works:hover img{
	transform: scale(1.1);
}

.box3-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box3-works img {
	width: 100%;
	height: 100%;
	transition: transform .6s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box3-works:hover img{
	transform: scale(1.1);
}

.box4-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box4-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box4-works:hover img{
	transform: scale(1.1);
}

.box5-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box5-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box5-works:hover img{
	transform: scale(1.1);
}

.box6-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box6-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box6-works:hover img{
	transform: scale(1.1);
}

.box7-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box7-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box7-works:hover img{
	transform: scale(1.1);
}

.box8-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box8-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box8-works:hover img{
	transform: scale(1.1);
}

.box9-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box9-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box9-works:hover img{
	transform: scale(1.1);
}

.box10-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box10-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box10-works:hover img{
	transform: scale(1.1);
}

.box11-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box11-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box11-works:hover img{
	transform: scale(1.1);
}

.box12-works {
	width: 300px;
	height: 300px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
}

.box12-works img {
	width: 100%;
	height: 100%;
	transition: transform .3s ease;/*ゆっくり変化*/
	object-fit: cover;
}

.box12-works:hover img{
	transform: scale(1.1);
}

/*作品1
------------------------------------------------*/
.sakuhin-1-midasi {
	margin: 60px 0 10px 60px;
}
.sakuhin-1-submidasi {
	margin: 0 0 20px 60px;
	font-family: "altivo", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.sakuhin-1-text {
	margin: 60px 0 120px 60px;
	font-size: 90%;
	line-height: 2;
}


.sakuhin-1-img {
	text-align: center;
	margin: auto;
	width: 90%;
}



/*作品2
------------------------------------------------*/
.sakuhin-2-midasi {
	margin: 60px 0 10px 60px;
}
.sakuhin-2-submidasi {
	margin: 0 0 20px 60px;
	font-family: "altivo", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.sakuhin-2-text {
	margin: 60px 0 120px 60px;
	font-size: 90%;
	line-height: 2;
}


.sakuhin-2-img {
	text-align: center;
	margin: auto;
	width: 90%;
}


/*作品3
------------------------------------------------*/
.sakuhin-3-midasi {
	margin: 60px 0 10px 60px;
}
.sakuhin-3-submidasi {
	margin: 0 0 20px 60px;
	font-family: "altivo", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.sakuhin-3-text {
	margin: 60px 0 120px 60px;
	font-size: 90%;
	line-height: 2;
}


.sakuhin-3-img {
	text-align: center;
	margin: auto;
	width: 90%;
}



/*作品4
------------------------------------------------*/
.sakuhin-4-midasi {
	margin: 60px 0 10px 60px;
}
.sakuhin-4-submidasi {
	margin: 0 0 20px 60px;
	font-family: "altivo", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.sakuhin-4-text {
	margin: 60px 0 120px 60px;
	font-size: 90%;
	line-height: 2;
}


.sakuhin-4-img {
	text-align: center;
	margin: auto;
	width: 90%;
}

/*作品5
------------------------------------------------*/
.sakuhin-5-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}



.sakuhin-5 {
	text-align: center;
	margin: auto;
}
.sakuhin-5 img {
	width: 80%;
}
/*作品6
------------------------------------------------*/
.sakuhin-6-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-6 {
	text-align: center;
	margin: auto;
}
.sakuhin-6 img {
	width: 80%;
}
/*作品7
------------------------------------------------*/
.sakuhin-7-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-7 {
	text-align: center;
	margin: auto;
}
.sakuhin-7 img {
	width: 80%;
}
/*作品8
------------------------------------------------*/
.sakuhin-8-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-8 {
	text-align: center;
	margin: auto;
}
.sakuhin-8 img {
	width: 80%;
}
/*作品9
------------------------------------------------*/
.sakuhin-9-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-9 {
	text-align: center;
	margin: auto;
}
.sakuhin-9 img {
	width: 80%;
}
/*作品10
------------------------------------------------*/
.sakuhin-10-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-10 {
	text-align: center;
	margin: auto;
}
.sakuhin-10 img {
	width: 80%;
}
/*作品11
------------------------------------------------*/
.sakuhin-11-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-11 {
	text-align: center;
	margin: auto;
}
.sakuhin-11 img {
	width: 80%;
}
/*作品12
------------------------------------------------*/
.sakuhin-12-midasi {
	margin: 150px 0 30px 60px;
	font-size: 20px;
}

.sakuhin-12 {
	text-align: center;
	margin: auto;
}
.sakuhin-12 img {
	width: 80%;
}


/*
.sakuhin1 {
	margin: 170px 50px 10px 150px;
	display: flex;
	position: relative;
}

.sakuhin1-img {
	width: 400px;
	height: 580px;
	display: inline-block;
    text-align: center;
    line-height: 50px;
	margin: 20px;
	position: relative;
	overflow: hidden;
	box-shadow: 3px 5px 6px #999999;
	z-index: 2;
}

.sakuhin1-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.main-works-text1 {
	width: auto;
	background-color: #FFFFFF;
	box-shadow: 3px 5px 6px #999999;
	padding: 70px 90px 80px 100px;
	left: 400px;
	top: 110px;
	line-height: 2;
	position: absolute;
	z-index: 1;
}
*/

/*フォーム*/

.contact-midasi {
	text-align: center;
	margin-top: 200px;
}

.contact-midasi h1 {
	font-family: "altivo", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 45px;
	letter-spacing: 3px;
}

.contact {
	margin: 120px 0 120px 200px ;
}

.contact p {
	font-weight: 600;
	padding-bottom: 5px;
}


.textlines1 {
    border: 1.5px solid #898989;  /* 枠線 */
   /* border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
    background-color: #fff;  /* 背景色 */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
	margin-bottom: 30px;
}


.textlines2 {
    border: 1.5px solid #898989;  /* 枠線 */
   /* border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
    background-color: #FFF;  /* 背景色 */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
	margin-bottom: 30px;
}


	
	.textlines3 {
    border: 1.5px solid #898989;  /* 枠線 */
   /* border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
    background-color: #FFF;  /* 背景色 */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
		margin-bottom: 30px;
}

	.textlines4 {
    border: 1.5px solid #898989;  /* 枠線 */
    /*border-radius: 0.67em;   /* 角丸 */
    padding: 0.5em;          /* 内側の余白量 */
    background-color: #FFF;  /* 背景色 */
    font-size: 1em;          /* 文字サイズ */
    line-height: 1.2;        /* 行の高さ */
	margin-bottom: 30px;
	transition : 0.2s ;/*ゆっくり変化*/
}

	.textlines4:hover {
		opacity: 0.6;
}

@media (max-height: 420px) {
	.header-nav {
		position: fixed;
	}
	a {
		font-size: 1rem;
		display: flex;
	}

	h1 {
		font-size: 1.2rem;
	}
}
@media (max-width: 400px) {
	p {
		font-size: 0.5rem;
	}
}