@charset "UTF-8";

/*------------------------------
* base
*-------------------------------*/
html *, 
::before,
::after {
    box-sizing: border-box;
}
html {
	font-size: 100%;
	font-family: fot-tsukuardgothic-std, 'Quicksand', '游ゴシック', 'Yu Gothic', YuGothic, HiraKakuProN-W3, 'メイリオ', Meiryo,sans-serif;
}
body {
	margin: 0;
	padding: 0;
	font-family: fot-tsukuardgothic-std, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f5f5f5;
	font-weight: 400;
font-style: normal;
}
* {
   box-sizing: border-box;
}
a {	
	text-decoration: none;
	color: #ffffff;
}
img {
	max-width :100%;
	height: auto;
	vertical-align: bottom;
}
nav {
	margin: 0 0 0 auto;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
li {
   margin: 0 15px 0 15px;
   font-size: 16px;
	position: relative;
}
h1 {
	margin: 15px 0 0 10px; 
	padding: 0;
	font-size: 22px;
	font-family: 'Raleway', sans-serif;
	color: #bfbfbf;
		letter-spacing: 6px;
}
h2 {
	text-align: center;
}
h3 {
	text-align: center;
}
p {
	margin: 5px;
	display: block;
}
.hide-area{
	display: none;
}
/*------------------------------
* parts
*-------------------------------*/
/*ボーダー*/
.cp_hr01 {
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #696969;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}
/*link fade*/
.link_fade {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.link_fade:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
/*title*/
.title-img1 {
	display: block;
	width: 40%;
	opacity :0;
	transform: translateY(-20px);
	transition: all 1s;
}

.title-img2 {
	display: block;
	width: 35%;
	margin: 0 0 0 auto;
	opacity :0;
	transform: translateY(-20px);
	transition: all 1s;
}
/*項目画像(black)*/
.section {
	width: 150px;	
	display: block;
	margin: 0 auto 60px;
}
.hidden {
	display: none;
}
/*splash*/
#splash {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #333;
	text-align: center;
	color: #fff;
}

/*modaal*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.view-more  a{
	display: block;
	font-size: 1.0rem;
	margin: 30px auto;
	text-align: center;
	color: #333;
}
.view-more  a:hover{
	opacity: 0.3;
}

.title {
	margin: 100px auto;
font-family: 'Raleway', sans-serif;
	font-size: 34px;
	text-align: center;
	font-weight: normal;
	position: relative;
	padding: 0px 15px;
	letter-spacing: 6px;
}
.title:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    display: inline-block;
    width: 10px;
    height: 3px;
    border-radius: 3px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #000000;
}

.title2 {
	margin: auto;
font-family: 'Raleway', sans-serif;
	font-size: 34px;
	text-align: left;
	font-weight: normal;
	position: relative;
	letter-spacing: 6px;
}
.title3 {
	margin: 100px auto 0px auto;
font-family: 'Raleway', sans-serif;
	font-size: 34px;
	text-align: left;
	font-weight: normal;
	position: relative;
	letter-spacing: 6px;
}

/*------------------------------
* header
*-------------------------------*/

header {
	width: 100%;
	min-width: 960px;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	background-color: #000000;
}
header li a {
	font-color: #fff;
}
.header_inner {
	position: absolute;
	top: 0; 
	left: 0;
	width: 100%;
	margin: 30px auto;
}
.header_inner a{
	color: #D8BFD8;
	font-family: "inherit";
	letter-spacing: 8px;
	font-size: 2.5rem;
	
}
header.fixed {
position: fixed;
    height: 60px;
    background-color: #000;
    color: #000;
    z-index: 999;
}
header.fixed h1 {
	font-size: 1rem;
	line-height: 1;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
	color: #000;
}
header.fixed nav ul li a {
	line-height: 1;
}
header.fixed.main-nav ul {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: 999;
}
header.fixed .link-nav {
    display: none;
}
header.header-container {
	background: #000;
	width: 100%;
	color: #fff;
}
header.fixed .header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-direction: column;
	 background-color:  #fff;
}
header.fixed .main-nav li a {
    display: block;
    padding: 10px 30px;
    background: #fff;
    color: #000;
    text-decoration: none;
}
.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-direction: column;
	 background-color:  #000000;
	color: #fff;
}
.header-logo {
	margin: 0;
	padding-left: 15px;
	font-size: 0;
	line-height: 0;
}
.header-logo img {
	width:100px;
}
.main-nav {
	display: flex;
flex-direction: row;
	margin: 0;
	list-style: none;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}
.main-nav li{
color: #fff;
	}
.main-nav.collapse {
	display: none;
}
.main-nav li a{
	display: block;
	padding: 10px 30px;
	background: #000;
	color: #fff;
	text-decoration: none;
	font-color: #fff;
}
.main-nav li a:hover{
	color: #fff;
}

/*モバイル向けボタン*/
.navbtn {
  	display: block;
  	width: 60px;
  	height: 60px;
  	background-image: url(images/nav-open.svg);
  	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50px;
}
.navbtn.close {
  background-image: url(images/nav-close.svg);
}
	.mobile-nav{
	display: none;
	}
.link-nav {
	position: absolute;
	top: 10px;
	right: 20px;
	display: block;
	margin: 5px;
}
.link-nav ul {
	display: flex;
}
.link-nav li a {
    display: inline-block;
    margin-right: 10px;
	font-size: 2rem;
	color: #D8BFD8;
}
/*------------------------------
* wrapper
*-------------------------------*/
.wrapper {
	max-width: 970px;
	margin: 0 auto;
	padding: 0;
	font-size: 0.9rem;
}
.wrapper2 {
	max-width: 970px;
	padding: 0;
	font-size: 0.9rem;
}
.wrapper3 {
	max-width: 970px;
	padding: 0;
	font-size: 0.9rem;
}
/*--------------------------------
* visual
*---------------------------------*/
#visual img{
	margin-top: 80px;
}
img.top0 {
    width: 100%;
    max-width: 1680px;
    opacity: 0;
    transform: translateY(20px);
    transition-delay: 2s;
    transition-duration: 2s;
    top: 0px;
    left: 0px;
}
img.top1{
	width: 100%;
	max-width: 1680px;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: 2s;
	transition-duration: 2s;
	position:absolute;
	top: 0px;
	left: 0px;
}
img.top2{
	width: 100%;
	max-width: 1680px;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: 2.5s;
	transition-duration: 2s;
	position:absolute;
	top: 0px;
	left: 0px;
}
img.top3{
	width: 100%;
	max-width: 1680px;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: 3s;
	transition-duration: 2s;
	position:absolute;
	top: 0px;
	left: 0px;
}
img.top4{
	width: 100%;
	max-width: 1680px;
	opacity: 0;
	transform: translateY(20px);
	transition-delay: 4s;
	transition-duration: 2s;
	position:absolute;
	top: 0px;
	left: 0px;
}

/*--------------------------------
* main
*---------------------------------*/
/*----------about------------*/
#about {
	width: 100%;
	padding: 0 30px 120px 30px;
	margin-top: -125px;
	padding-top: 125px;
	margin-bottom: 100px;		
	background-color: #c0c0c040;
}

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime{
  from {
	    opacity: 0;
	  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.fadeLeft {
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
.box-flex {
	display: flex;
	justify-content: space-around;
	    align-items: center;
}
.box0 {
  width: 100%;
  padding: 20px;
  margin:0 20px 20px 0;
  color: #fff;
  box-sizing:border-box;
background: #f5e2ea4d;
		height: auto;
		position: relative;
	box-shadow: 10px 10px 0;
	box-shadow:repeating-linear-gradient(135deg, #c2a8cc, #c2a8cc 20px, #fff 20px, #fff 40px);
	    font-size: 1.2rem;
	text-align: left;
}
	.box0:before,
	.box0:after{
		width: calc(100% - 20px);
		height: 0;
		display: block;
		position: absolute;
		left: 0;
		content: "";
	}
	.box0:before{
		border-bottom: solid 20px #f5e2ea4d;
		border-right: solid 20px transparent;
		bottom: 100%;
        width: 100%;

}
	.box0:after{
		border-top: solid 20px #f5e2ea4d;
		border-left: solid 20px transparent;
		top: 100%;
        width: 100%;
	}

.box0 fadeLeftTrigger text {
	margin: 10px 10px auto 10px;
	display: inline-block;
}	
.box0 fadeLeftTrigger text h2 {
	margin: 10px 0 0 0; 
	font-size: 30px;
	font-weight: normal;
	color: #000000;
}
.box0 fadeLeftTrigger text h3 {
margin: 10px 0 0 0; 
	font-size: 18px;
	color: #000000;
}	
.box0 fadeLeftTrigger text p {
	margin: 5px auto;
	font-size: 20px;
	font-weight: normal;
}

.prof-pict img {
	margin: 0 0 0 100px;
	display: flex;
	justify-content: flex-end;
	width: 100%;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}

/*---------more2-----------*/
#about2 {
	width: 100%;
	padding: 0 30px 120px 30px;
	padding-top: 125px;	
	background-color: #c0c0c040;
}
#about2 .text {
	font-size:1.5rem;
}
.box1 {
	  background: #f5e2ea4d;
  border-radius: 240px 15px 100px 15px / 15px 200px 15px 185px;
	padding: 20px;
	margin: 50px auto;
	letter-spacing: 0.1em;
}

.box1 h2 {
text-align: left;
}

.box2 {
  background: #ee8bb53d;
	border-radius: 80% 30% 50% 50%/50%;
	margin: 0 -15px;
	padding: 40px;
}
.box3 {
	  background: #38a0aa33;
	border-radius: 80% 50%/50% 50% 30%;
	margin: 0 -15px;
	padding: 40px;
}
.box4 {
	  background: #ffec706b;
	border-radius:  50%/50% 50% 30% 80%;
	margin: 0 -15px;
	padding: 40px;
}
.flex1 {
		display: flex;
	justify-content: space-around;
			padding: 20px;
}
.flex1 h2 {
	margin: 10px 0 0 0; 
	font-size: 25px;
	font-weight: normal;
	color: #000000;
}
#about2 .prof-pict img {
	margin: 0 0 0 100px;
	display: flex;
	justify-content: flex-end;
	width: 80%;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
}
/*icons*/
.line > li .icon {
	width: 40px;
	height: 40px;
	margin: 0 0 0 -37px;
	position: absolute;
	left: 20%;
	top: 0;
}

/*----------skill-----------*/
#skill {
	width: 100%;
	padding: 0 30px 120px 30px;
	margin-top: -125px;
	padding-top: 125px;
	margin-bottom: 100px;		
}
.skill h3{
	font-weight: bold;
	font-size: 150%;
	margin:15px;
}
.skill p {
	font-size: 18px;
}
.number {
    position: absolute;
    top: -25px;
    padding: 8px 16px;
    left: 35%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border-radius: 80%;
    border: 2px solid #ee8bb5;
    line-height: 1;
    font-size: 180%;
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.txt-lft {
    text-align: left;
}
.list {
    text-align: left;
    margin-top: 8px;
}
.list list-disc {
	    text-align: left;
    margin-top: 8px;
}
.list li {
    position: relative;
    padding-left: 1.4em;
}
.list li:not(:last-child) {
    margin-bottom: 4px;
}
.list-disc li::before, .list-square li::before, .list-circle li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .2em;
    width: 8px;
    height: 8px;
    border-radius: 6px;
    background-color:  #ee8bb5;
}
.icon img{
	text-align: center;
	margin: 0 auto;
	width: 100px;
}
.works-list {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
}
.works-list>li {
    position: relative;
    text-align: center;
    width: 32%;
    padding: 48px 10px;
    border-radius: 8px;
    background-color: #f5e2ea4d;
}

/*-------works---------------*/
#works {
	width: 100%;
	padding: 5px 30px 100px 30px;
	margin-top: -125px;
	padding-top: 125px;
	margin-bottom: 30px;
	text-align: right;
	background-color: #c0c0c040;
}
.home-latest {
    margin: 0 0 60px 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(100px, auto);
    column-gap: 10px;
    row-gap: 30px;
}
.latest-item {
	border: 1px solid #d8d8d8;
}
.latest-image img {
    margin: 0 0 10px 0;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

@media (min-width: 768px) {
	.home-latest {
		grid-template-columns: 1fr 1fr 1fr;
		column-gap: 20px;
	}
}
.latest-text h3 a {
    color: #000000;
    text-decoration: none;
}
.home-tag {
    margin-bottom: 1rem;
}
.home-tag span {
    margin: 0 3px 3px 0;
    padding: 2px 10px;
    border: 1px solid #73cbd6;
    border-radius: 100px;
    font-size: .75rem;
	bacnground: #fff;
}
.home-tag span a {
    color: #73cbd6;
    text-decoration: none;
}
.home-info {
    display: flex;
    font-size: .75rem;
}
.home-info span::before {
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #73cbd6;
    content: "\f3c5";
}

/*read more*/
button.readmore {
    position: relative;
    height: 80px;
    width: 90px;
    margin: 0 auto 60px;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
button.readmore::after {
    content: " ";
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 28px;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
button.readmore:hover::after {
	top: 40px;
}
.on-click {
	color: transparent!important;
}
.on-click {
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
/* --------------------------------
 *work-new
 * -------------------------------- */

.contents-left {
	text-align: left;
}
/* --------------------------------
 *work1
 * -------------------------------- */
#work-more {
	position: relative;
    overflow: hidden;
    clear: both;
  padding-top: 100px;
}

#work-more a {
	display: block;
	position: relative;
	padding: 10px 5px;
color: #fff;
	font-size: 2.5rem;
font-weight: 500;
	text-decoration: none;
	background-color: #ce8cce85;
	    margin: 10px;
    margin-bottom: 50px;
	text-align: center;
}
#work-more a::before {
	content: '';
	position: absolute;
	top: -8px;
	left: -3px;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	background-color: rgba(0 0 0 / 0);
	border: 2px solid #000;
}
#work-more h3 {
color: #3ba6c8;
	font-size: 1.5rem;
}
#work-more h4 {
color: #3ba6c8;
	font-size: 1rem;
}
#work-more p {
	font-size: 1rem;
	margin: 0px;
}
#work-more img {
	    margin: 50px auto 10px auto;
    width: 500px;
}
.colorred {
	color:crimson;
	font-size: 1rem;
}
.colorred2 {
	color:crimson;
	font-size: 1rem;
}
.heading {
	padding: 0 0.5em 10px 0;
	background-image: repeating-linear-gradient(
	-45deg,
	#e5c046 0px, #e5c046 2px,
	rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)50%
		);
		background-size: 8px 8px;
		background-repeat: repeat-x;
		background-position: center bottom;
	 width: 50%;
}
.plan-photo img {
	    margin: 50px auto 10px auto;
    width: 500px;
	
}
.wrapper2 {
    max-width: 1500px;
    margin: auto;
    margin-bottom: 200px;
}
.wrapper2 box {
width: 100%;
	font-size: 1rem;
}
.wrapper2 p {
text-align: center;
}
/*-------photo---------------*/
/*==================================================
ギャラリーのためのcss
===================================*/
/*＝＝＝並び替えボタンのCSS*/
.sort-btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding:50px 20px;
}

.sort-btn li{
  background:#eee;
  border-radius:10px;
  cursor: pointer;
  padding: 10px;
  margin:0 10px;
}

.sort-btn li.active{/
  background:#ccc;  
}
.item {
  display: block;
  position: absolute;
  width: 30%;
  z-index: 1;
}

@media only screen and (max-width: 480px) {
.sort-btn{
  justify-content: space-between;
}
  
.sort-btn li{
  width:48%;
  margin:0 0 10px 0;
  text-align:center;
	}
.item {
  display: block;
  position: absolute;
  width: 45%;
  z-index: 1;
}
}


.grid {
  position: relative;
}
.grid2 {
  position: relative;
}



.item {
  display: block;
  position: absolute;
  width: 30%;
  z-index: 1;
}

.item-content {
  position: relative;
  width: 100%;
  height: 100%;
	margin:20px;
}

.grid img{
  width:100%;
  height:auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 768px) {
.item {
  width: 49.5%;
}
}

.fancybox-thumbs {
    background: transparent!important;
}

.fancybox-thumbs__list a:before {
    border: 6px solid #FA999B;
}

ul{
  margin:5px;
  padding: 0;
  list-style: none;
}


/* --------------------------------
 *slider
 * -------------------------------- */
.slider {
    width:100%;
    margin:0 auto;
}

.slider img {
    width:60vw;
    height:auto;
	margin:auto;
}

.slider .slick-slide {
  transform: scale(0.8);
  transition: all .5s;
  opacity: 0.5;
}

.slider .slick-slide.slick-center{
  transform: scale(1);
  opacity: 1;/
}

.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    height: 15px;
    width: 15px;
}

.slick-prev {
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right: -1.5%;
    transform: rotate(45deg);
}

.slick-dots button {
    color: transparent;
}

/*----------contact------------*/
#contact {
	width: 100%;
	margin-top: -125px;
	padding-top: 125px;
	text-align: center;
	position: relative;
}
#contact p {
	font-size: 20px;
}
.mail-icon {
	margin: 50px auto 0;
}
.mail-icon img {
	width: 150px;
}
.bottom-pict {
	position: relative;
	width: 100%;
}
img.mori {
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition: all 1s;
}
img.animals{
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	transition: all 3s;
	position:absolute;
	top: 0;
	left: 0;
}

/*----contact form------------*/
#form {
	max-width: 640px;
	padding: 20px;
	margin: 0 auto 30px;
	text-align: center;
	background-color: #ffffff;
}
.form-page {
	padding: 20px;
	margin: 30px auto 0;
	max-width: 640px;
	text-align: center;
	background-color: #ffffff;
}	
.apply .form {
	margin: 0 auto;
	padding: 60px 4%;
	max-width: 1040px;
	background-image: url(../images/.png), url(../images/.png);
	background-position: left top 10px,right top 10px;
	background-repeat: no-repeat;
}
/*フォームコンテナ*/
.apply .form-container {
	margin: 0 auto;
	padding: 0 auto;
	max-width: 640px;
}
/*フォームページモジュール*/	
.apply-title {
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
}
.apply-read{
	margin: 0;
	line-heigth: 1.9;
}
/*入力フォームのフォントサイズを大きくする*/
input,textarea,label {
	font-size: 16px;
}
/*テキストフィールドとメールアドレスフィールド*/
.form p {
	margin: 0 0 30px 0;
	line-height: 1.9;
}
.required {
	maegin-left: 10px;
	font-size: .875rem;
	color: #73cbd6;
}
input[type="text"],
input[type="email"]{
	width: 100%;
	padding: 10px;
	border: 1px solid #747474;
}
/*メッセージ*/
textarea {
	width: 100%;
	height: 6rem;
	padding: 10px;
	border: 1px solid #747474;
	line-height: 1.5;
}
/*送信ボタン*/
.form-button {
	margin-bottom: 0;
	text-align: center;
}
input[type="submit"] {
	padding: 20px 30px;
	background-color: #000;
	border: none;
	border-radius: 40px;
	color: #fff;
}
input[type="submit"]:hover {
	opacity: .5;
}

/*-------------------------------------------
* footer
-------------------------------------------*/
#footer { 
	background-color: #000000;
	font-size: 0.5rem;
	padding: 10px 4% 10px;
	width: 100%;
	text-align: center;
	justify-content: center;
}
.footer-inner {
	display: flex;
	justify-content: space-between;
	max-width: 941px;
	padding: 0 2vw;
}
.footer-nav-list {
	display: flex;
	justify-content: center;
	font-weight: 500px;
}
.footer-nav-item {
	display: inline-block;
	padding-top: 17px;
}
.footer-nav-item > a {
	color:#fff;
}
.footer-copyright {
	text-align: center;
	color: #fff;
}
.footer-copyright > small {
	text-align: center;
	display: inline-block;
	font-size: 0.8rem;
	font-weight: 500;
}
/*トップへ戻るボタン*/
#page-top a{
	z-index: 101;
  	display: flex;
  	justify-content:center;
  	align-items:center;
  	text-align: center;
  	text-transform: uppercase; 
  	transition:all 0.3s;
}
#page-top a:hover{
  background: #777;
}
#page-top {
  	position: fixed;
  	right: 10px;
  	z-index: 102;
    font-size: 5rem;
	color: #737373;
  	opacity: 0;
  	transform: translateY(100px);
}
#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}
#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}
.container.copy{ 
	font-color: #fff;
	font-size: 0.5rem;
	padding: 10px 4% 10px;
	width: 100%;
	text-align: center;
	justify-content: center;
}

/*-------------------------------------------
*sp
-------------------------------------------*/
/*----------base-----------*/
@media screen and (min-width: 320px) and (max-width: 1024px){
	html {
		font-size: 16px;
	}
 #contact p{
		font-size: 18px;
	}
/*----------parts------------*/
	.title-img1 {
		width: 60%;
		opacity :0;
		transform: translateY(-20px);
		transition: all 1s;
	}
	.title-img2 {
		width: 50%;
		margin: 0 0 20px auto;
		opacity :0;
		transform: translateY(-20px);
		transition: all 1s;
	}
	.section {
		max-width: 120px;
		margin: 0 auto 40px auto;
	}

		.main-nav {
		display: none;
	}
		/* --------------------------------
 * mobile-nav
 * -------------------------------- */
.openbtn {
    position: fixed;
    top: 10px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 1100;
	}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 0;
    height: 2px;
    border-radius: 2px;
  background: #bfbfbf;
    width: 80%;
  }
.openbtn span:nth-of-type(1) {
  top:10px;
}
.openbtn span:nth-of-type(2) {
  top:20px;
}
.openbtn span:nth-of-type(3) {
  top:30px;
}
.openbtn.close span:nth-of-type(1) {
    top: 18px;
    right: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 80%;
}
.openbtn.close span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.close span:nth-of-type(3){
    top: 30px;
    right: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 80%;
}
.mobile-nav {
	height: auto;
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 10px;
		background-color: #bfbfbf;
		opacity: 0.8;
	}
.mobile-nav .menu-content ul {
    display: block;
    width: 180px;
    padding-top: 80px;
    margin: 20px auto;
}
.mobile-nav .menu-content ul li {
    border-top: solid 1px #000;
    list-style: none;
}
.mobile-nav .menu-content ul li:last-child {
    border-bottom: none 1px #000000;
}
.mobile-nav .menu-content ul li a {
    display: block;
    font-size: 1.5rem;
    color: #000;
    padding: 10px 0px;
    text-align: center;
}
.mobile-nav .menu-content ul li span {
	display: block;
    font-size: 1.2rem;
    color: #bfbfbf;
    padding: 5px 0px;
    text-align: center;
}
.mobile-nav #menu-btn-check:checked ~ .menu-content {
    left: calc(100% - 200px);
	}
	.mobile-nav li a:hover{
	background: #b8e5e;
}

	/*----------main------------*/
	
	.works-list {
    display: block;
    margin-bottom: 32px;
}
	.works-list>li {
    width: 100%;
    padding: 40px;
    margin: 20px auto;
}
	.number {
		left: 40%;
	}
	.box-flex {
		flex-direction: column;
	}
	.text p {
			text-align: left;
	}
	.order1{
		order: 1;
	}
	.order2{
		order: 2;
	}
	.text {
		margin: 10px 10px auto 10px;
		display: inline-block;
	}	
		
	.text h2 {
		text-align: center;
		margin: 10px 0 0 0; 
		font-size: 30px;
		font-weight: normal;
		color: #000000;
	}
	.text h3 {
		text-align: center;
		margin: 0 auto;
		font-size: 20px;
		font-weight: normal;
		color: #000000;
	}
	.prof-pict img {
		margin: 10px auto auto;
		max-width: 300px;
	}
	.line > li .time span:last-child {
	font-size: 1.5em;
	}
	.line:before {
	display: none;
	}
	.line > li .time {
		width: 100%;
		position: relative;
		padding: 0 0 5px 0;
	}
	.line > li .time span {
		text-align: left;
	}
	.line > li .label {
		margin: 0 0 10px 0;
		padding: 0.5em;
		font-weight: 400;
		font-size: 95%;
	}
	.line > li .label:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #c0c0c0;
		top: -20px;
	}
	.line > li .label h2 {
		font-size: 1.2em;
		margin-top: 0px;
		padding: 0 0 5px 0;
		border-bottom: 1px solid;
		border-color: #808080;
	}
	.line > li .label p {
		font-size: 1em;
		margin-top: 0px;
		padding: 5px 0 0 0;
		color: #696969;
	}
	.line > li:nth-child(odd) .label:after {
		border-right-color: transparent;
		border-bottom-color: #f5f5f5;
	}
	.line > li .icon {
			display: none;
	}
	.container {
	display: grid;
	align-items: center;
	grid-template-columns: 1fr 1fr ;
	gap: 30px;	
}
/*----------footer------------*/	
	.footer-nav-list{
		display: none;
	}
	.footer-nav-list{
		display: none;
	}
		.container2 {
	align-items: center;
	font-color: #fff;
	}

/*----------header------------*/
	.mobile-logo {
		padding: 0;
	}
	.mobile-logo img {
		width: 90px;
	}
	
.flex1 {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    padding: 30px;
    margin: 20px;
    align-content: center;
    flex-wrap: wrap;
	}
	#about2 .prof-pict img {
    display: flex;
    justify-content: flex-end;
    width: 80%;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
		margin: auto;
}
	.wrapper2 {
    max-width: 1020px;
    margin-bottom: 200px;
	    margin: 0px 10px;
}
	.heading {
    padding: 0 0.5em 10px 0;
    background-image: repeating-linear-gradient( -45deg, #e5c046 0px, #e5c046 2px, rgba(0 0 0 / 0)0%, rgba(0 0 0 / 0)50% );
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: center bottom;
    width: 100%;
}
	header.fixed {
    position: fixed;
    height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 999;
}
}