@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

html,body {
	font-family: 'Kiwi Maru', serif;
 margin: 0;
 padding: 0;
 overflow-x:hidden;
}

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.pc-none {
	display: none;
}

.sp-none {
	display: block;
}

@media screen and (max-width:880px) {

.pc-none {
	display: block;
}

.sp-none {
	display: none;
	}
}



/*背景*/


.square_area{
    background: #fff;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
        min-height: 100vh;

}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #d8476d;
    animation: animate 3s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 0;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 10s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 10%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 15s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 30s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 20s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}


/*ナビゲーション*/

nav.header {
	position: fixed;
    top: 0;
    z-index: 1000;
    background: #FFF;
    width: 100%;
    height: 80px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

img.logo {
		padding: 5px 50px;
		float: left;
		width: 300px;
}



a.topicon {
	padding: 0px 60px;
	float: right;
}

a.topicon img{
	width: 40px;
}

a.topicon img:hover{
	opacity: 0.6;
}

@media screen and (max-width:880px) {

nav.header {
    height: 60px;
}

img.logo {
		padding: 5px 15px;
    float: left;
    width: 180px;
}

a.topicon {
	padding: 0px 20px;
	float: right;
}

a.topicon img {
    width: 28px;
}

}


/*トップヘッダー*/
.tophead {
    padding-top: 80px;
}

img.self-intro {
	position: relative;
	height: 45vw;
    padding: 1vw 4vw;
    box-sizing: border-box;
    z-index: 10000;
}

div.me {
	position: relative;
	z-index: 1000;
}

div.me img {
	position: absolute;
    top: -45vw;
    right: 3vw;
    width: 47vw;
    z-index: 1000;
}

@media screen and (max-width:880px) {
.tophead {
        padding-top: 60px;
}

img.self-intro {
	height: 100%;
    padding: 0 4vw;
        width: 100vw;
}

div.me {
	display: flex;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
}

div.me img {
	position: static;
    top: 0;
    right: 0;
    max-width: 100%;
    width: auto;
    z-index: 0;
    max-height: 90vh;
}
}

@media screen and (min-width:880px) and ( max-width:1380px) {
	img.self-intro {
	position: relative;
	height: 50vw;
    padding: 1vw 4vw;
}

div.me {
	position: relative;
	z-index: 1000;
}

div.me img {
	position: absolute;
    top: -40vw;
    right: 3vw;
    width: 47vw;
}
	}

/*コンテナ*/

.container {
	width: 1000px;
	margin:100px auto;
}

@media screen and (max-width:880px) {
	.container {
	width: 100%;
	margin:50px auto;
}
}

@media screen and (min-width:880px) and ( max-width:1380px) {
		.container {
	width: 800px;
	margin:50px auto;
}
	}


/*見出し*/

.heding {
	display: block;
	margin: auto;
}

@media screen and (max-width:880px) {
	.heding {
	width: 50%;
}
}

@media screen and (min-width:880px) and ( max-width:1380px) {
	.heding {
	width: 40%;
}
	}

/*得意なこと*/

.tokui_bg {
	background: #fff7f9;
	padding: 10px 0;
}

ul.tokui {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
}

ul.tokui li{
	list-style-type: none;
	margin-right: 50px;
	font-size: 	90%;
	height: 360px;
}

ul.tokui li:last-child{
	margin-right: 0;
}

ul.tokui li img{
	display: block;
	margin: 10px auto;
	height:30%;
}

ul.tokui li p{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #D8476D;
}


p.other {
	margin: 30px;
	text-align: center;
	font-size: 	90%;
}

@media screen and (max-width:880px) {
	ul.tokui {
	display: flex;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

ul.tokui li{
	list-style-type: none;
	margin-right: 50px;
	font-size: 	90%;
	height: 360px;
}

ul.tokui li:last-child{
	margin-right: 50px;
}

ul.tokui li img{
	display: block;
	margin: 10px auto;
	height:30%;
}

ul.tokui li p{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	color: #D8476D;
}


p.other {
	margin: 30px;
	text-align: center;
	font-size: 	90%;
}
	}

/*実績*/

p.lead {
	text-align: center;
	margin: 50px;
}

ul.achievement {
	margin: 40px 0;
	padding: 0;
}

ul.achievement li{
	display: flex;
	list-style-type: none;
	border-top: dotted 2px #eee;
	padding: 20px 0;
	}

ul.achievement li:last-child{
	border-bottom: dotted 2px #eee;
	}

ul.print_achievement {
	display: flex;
	-webkit-flex-wrap: 	wrap;
	    -ms-flex-wrap: 	wrap;
	        flex-wrap: 	wrap;
	margin: 40px 0;
	padding: 0;
	width: 	100%;
}

ul.print_achievement li {
	list-style-type: none;
	margin: 10px;
	font-size: 80%;
}

ul.print_achievement li div{
	width: 290px;
	height: 410px;
	border: solid 1px #ccc;
	}

ul.print_achievement li div img{
	width: 	100%;
}

div.thumb {
	width: 	330px;
	border: solid 1px #ccc;
	height: 180px;
}

div.thumb img{
	width: 	100%;
}

div.about {
	margin-left: 30px;
	margin-top: 10px;
}

div.about span{
	font-size: 	80%;
}

div.about h4{
	font-size: 	120%;
	font-weight: normal;
	margin: 0;
}

div.about a{
	display: block;
	margin-top:10px;
	font-size: 	90%;
	color: 	#d8476d;
}

@media screen and (max-width:880px) {
	p.lead {
	text-align: center;
	margin: 20px;
}
	ul.achievement {
	margin: 20px 0;
	padding: 0 20px;
}

	ul.achievement li{
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	}

	ul.print_achievement {
	display: flex;
	-webkit-flex-wrap: 	wrap;
	    -ms-flex-wrap: 	wrap;
	        flex-wrap: 	wrap;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
	margin: 0;
	padding: 0;
	width: 	100%;
}

ul.print_achievement li {
	margin: 10px 0px;
}

ul.print_achievement li div{
	width: 80%;
	height: auto;
	margin: auto;
	}

div.thumb {
	width: 	100%;
	border: solid 1px #ccc;
	height: auto;
}

div.thumb img{
	width: 	100%;
}

div.about {
	margin-left: 0;
	margin-top: 10px;
	padding: 10px;
}
}

@media screen and (min-width:880px) and ( max-width:1380px) {
	ul.print_achievement li div{
	height: auto;
	margin: 0;
	width: 100%;
	}

	ul.print_achievement li {
		list-style-type: none;
    margin: 10px;
    font-size: 80%;
    width: 30%;
	}
	}




/*フッター*/


footer div{
	background: #fff7f9;
	text-align: center;
	padding: 50px 0;
	color: #D8476D;
}

footer span {
	font-size: 130%;
}

footer p {
	text-align: center;
	margin: 20px;
	font-size: 80%;
}

/*Webサイト*/

section.web_wrap {
	margin: 80px auto 0 auto;
	width: 	1000px;
}

.ss_wrap {
	width: 	100%;
	padding: 10px 0;
}

.ss_wrap img{
	width: 	100%;
}

p.sitename {
	font-size: 120%;
	margin: 0;
}

p.sitename span{
	font-size: 	80%;
	}

p.year {
	margin: 0;
}

p.role {
	margin: 0;
	font-size: 	80%;
}

p.siteabout	{
	margin: 1em 0;
	font-size: 	90%;
}

a.back {
	margin: 30px auto;
	width: 	100px;
	color: 	#fff;
	text-align: center;
	display: block;
	padding: 10px;
	border: solid 1px #d8476d;
	-webkit-border-radius: 	10px;
	        border-radius: 	10px;
	text-decoration: none;
	background: #D8476D;
}

a.back:hover {
	background: #fff7f9;
	color: #d8476d;
}

a.sitelink {
	color: #d8476d;
	-ms-word-break: 	break-all;
	    word-break: 	break-all;
}

span.support_icon img{
	height: 17px;
	margin: 0 5px;
}

@media screen and (max-width:880px) {
	section.web_wrap {
	margin: 60px auto 0 auto;
	width: 	100%;
}

.web_ex {
	padding: 20px;
}

	}



