body {
  width: 100%;
  font-family: "PT Serif";
  font-weight: normal;
  color: rgba(43, 49, 48, 0.66);
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 640px;
}

#header-menu {
  position: fixed;
  right: 100px;
  top: 20px;
  padding: 14px 19px;
  border: 3px solid #707070;
  font-size: 20px;
  line-height: 1;

}

.header-title {
  display: inline-block;
  padding: 260px 0 0 120px;
  font-size: 90px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
  z-index: 10;
}

span {
    background-image: linear-gradient(120deg, #A5E3D7,#A5E3D7 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.3em;
    background-position: 0 80%;
    transition: background-size 0.25s ease-in;
  }

.header-messege {
  padding-left: 140px;
  margin: 0;
  position: absolute;
  top: 370px;
  font-size: 32px;
  font-weight: lighter;
}

.box2 {
  width        : 850px;
  height       : 600px;
  background   : #A5E3D7;
  position: absolute;
  top: 150px;
  left: 530px;
  z-index: -1;
  background: rgba(165, 227, 215, 0.27);

}

.header-img {
  position: absolute;
  top: 260px;
  left: 640px;
  display: block;
}

.header-tag1 {
  position: absolute;
  top: 469px;
  left: 210px;
  font-size: 25px;
  letter-spacing: 1px;
}

.header-tag2 {
  position: absolute;
  top: 505px;
  left: 205px;
  font-size: 25px;
  letter-spacing: 3px;
}

.box3 {
  width        : 285px;
  height       : 100px;
  background   : #fafafa;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 480px;
  left: 150px;
  z-index: -2;
}

.box4 {
  width        : 285px;
  height       : 100px;
  background   : #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
  position: absolute;
  top: 490px;
  left: 140px;
  z-index: -3;
}

/*Works*/
.works {
  margin-top: 550px;
}

.section {
  text-align: center;
  font-size: 90px;
  margin-bottom: 0;
}

.section-jp {
  text-align: center;
  font-size: 20px;
  margin-top: 0;
}

.works-flex {
  display: flex;  
}

.warks-text {
  width: 50%;
  margin-left: 20px;
}

.warks-img {
  width: 50%;
  text-align: center;
  margin-bottom: 200px;
  margin-left: 150px;
  margin-top: 100px;
}

.warks-img img {
  width: 500px;
  background:#ffffff(165, 227, 215, 0.27);
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;

}
/* マウスオーバー時の背景色 */
.warks-img img:hover {
  transform: scale(1.02, 1.02);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}



.warks-box {
  width        : 550px;
  height       : 100%;
  background   : #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 20px 0 20px;
  z-index: -3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

/* マウスオーバー時の背景色 */
.warks-box:hover {
  background-color: #a4d7cd;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.warks-text2 {
  width: 50%;
  margin-left: 150px;
}

.warks-img2 {
  width: 50%;
  text-align: center;
  margin-right: 150px;
  margin-bottom: 150px;
  margin-top: 50px;

}

.warks-img2 img {
  width: 500px;
  background:#ffffff(165, 227, 215, 0.27);
  background-color: #ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 30px 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.warks-img2 img:hover {
  transform: scale(1.02, 1.02);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

.warks-name {
  font-family: "PT Serif";
  font-weight: bold;
  font-size: 50px;
  text-align: left;
  color: rgba(43, 49, 48, 0.66);
  margin: 0;
  margin-top: 130px;
}

.warks-name2 {
  font-family: "PT Serif";
  font-weight: bold;
  font-size: 50px;
  text-align: left;
  color: rgba(43, 49, 48, 0.66);
  margin: 0;
  margin-top: 100px;
}


.warks-url {
  font-family: "PT Serif";
  font-weight: normal;
  font-size: 25px;
  text-decoration: underline;
  text-align: left;
  color: rgba(43, 49, 48, 0.66);
  margin: 0;
}

.warks-day {
  font-family: "PT Serif";
  font-weight: normal;
  font-size: 22px;
  text-align: left;
  color: rgba(43, 49, 48, 0.66);
  margin: 0;
  margin-bottom: 40px;
  margin-top: 10px;
}

.warks-more {
  background: rgba(182, 228, 224, 0.97);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 13px 50px;
  margin-left: 260px;
  font-size: 25px;
  transition: .3s;
}

.warks-more:hover {
  background: rgba(171, 218, 214, 0.97);
  box-shadow: none; 
}

.warks-memo {
  font-family: "PT Serif";
  font-weight: normal;
  font-size: 20px;
  text-align: left;
  margin-top: 50px;
  letter-spacing: 2px;
  color: rgba(43, 49, 48, 0.66);
}

/*Profeel*/
.profile-flex {
  display: flex;
  justify-content: center;
}

.profile-waku {
  width: 450px;
  height: 260px;
  background: transparent;
  border: 1px solid rgba(112, 112, 112, 0.41);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
/* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(27.716800689697266px);
  --webkit-backdrop-filter: blur(27.716800689697266px);
  background-color: rgba(255, 255, 255, 0.15);
  margin-top: 290px;
 
}

.profile-name {
  margin: 2px 0;
  padding-left: 47px;
  font-size: 20px;
  padding-top: 10px;
}

.profile-name1 {
  padding-top: 35px;
}

.kaku1 {
  position: absolute;
  top: 30px;
  left: 190px;
  width: 250px;
  height: 230px;
  background: #e7f9f4;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);  
  z-index: -3;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.kaku2 {
  position: absolute;
  top: 155px;
  left: 390px;
  width: 230px;
  height: 210px;
  background: rgba(231, 249, 244, 0.23);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.kaku3 {
  position: absolute;
  top: 270px;
  left: 210px;
  width: 230px;
  height: 210px;
  background: rgba(183, 227, 224, 0.48);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -5;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.kaku4 {
  position: absolute;
  top: 377px;
  left: 24px;
  width: 230px;
  height: 210px;
  background: rgba(231, 249, 244, 0.23);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: -6;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*skill*/
.skill-flex {
  display: flex;
  padding-left: 100px;
}

.skill-title {
  font-size: 35px;
  margin: 0;
  margin-top: 50px;
  text-align: right;
  padding-right: 180px;
}

.skill-title2 {
  font-size: 15px;
  margin: 0;
  margin-bottom: 20px;
  text-align: right;
  padding-right: 195px;
}

.skill-center {
  text-align: center;
}

.skill-name {
  padding: 20px 0;
  font-size: 20px;
}


.meta2 {
  background-color: #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
  padding: 13px 200px;
  margin: 20px 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
}


/*メーター*/
.meta1 {
	width:450px;
	height:50px;
	background-color:#ffffff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position:relative;
	border-radius:50px;
	overflow: hidden;
  margin-left: 40px;
  margin-top: 17px;
}

.meta1 .meta97{
	width:0%;
	height:100%;
  background-color: #A5E3D7;
	position:absolute;
	top: 0;
  margin: 0;
}

.meta1 .meta90{
	width:0%;
	height:100%;
  background-color: #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
	position:absolute;
	top: 0;
  margin: 0;
}

.meta1 .meta88{
	width:0%;
	height:100%;
  background-color: #A5E3D7;
	position:absolute;
	top: 0;
  margin: 0;
}

.meta1 .meta30{
	width:0%;
	height:100%;
  background-color: #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
	position:absolute;
	top: 0;
  margin: 0;
}

.meta1 .meta54{
	width:0%;
	height:100%;
  background-color: #A5E3D7;
	position:absolute;
	top: 0;
  margin: 0;
}

.meta1 .meta80{
	width:0%;
	height:100%;
  background-color: #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
	position:absolute;
	top: 0;
  margin: 0;
}

.meta1 .skill-97{
	position: relative;
	color: rgba(43, 49, 48, 0.66);
	z-index:2;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10%;
	top: 26%;
	transform: translateY(-50%);
  margin: 0;
}

.meta1 .skill-90{
	position: relative;
	color: rgba(43, 49, 48, 0.66);
	z-index:2;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10%;
	top: 26%;
	transform: translateY(-50%);
  margin: 0;
}

.meta1 .skill-88{
	position: relative;
	color: rgba(43, 49, 48, 0.66);
	z-index:2;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10%;
	top: 26%;
	transform: translateY(-50%);
  margin: 0;
}

.meta1 .skill-30{
	position: relative;
	color: rgba(43, 49, 48, 0.66);
	z-index:2;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10%;
	top: 26%;
	transform: translateY(-50%);
  margin: 0;
}

.meta1 .skill-54{
	position: relative;
	color: rgba(43, 49, 48, 0.66);
	z-index:2;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10%;
	top: 26%;
	transform: translateY(-50%);
  margin: 0;
}

.meta1 .skill-80{
	position: relative;
	color: rgba(43, 49, 48, 0.66);
	z-index:2;
	font-size: 20px;
	font-weight: normal;
	margin-left: 10%;
	top: 26%;
	transform: translateY(-50%);
  margin: 0;
}



.skill {
  text-align: center;
}

ul {
  list-style: none;
}

/*Career*/
.career-flex {
  display: flex;
  justify-content: center;
  margin-top: 150px;
  margin-right: 250px;
  align-items: flex-end;
}

.career {
  margin-top: 200px;
  margin-left: 250px;
}

.career-title {
  font-size: 70px;
  margin-bottom: 0;
}

.career-title2 {
  font-size: 30px;
  margin-top: 0;
}

.glaf-name {
  margin: 0;
  font-size: 12px;  
}

.glaf-name1 {
  padding-top: 22px;
}

.glaf-name2 {
  padding-top: 40px;
}

.glaf-name3 {
  padding-top: 35px;
}

.glaf-name4 {
  padding-top: 70px;
}

.glaf-day {
  text-align: center;
  margin-top: 5px;
}

.glaf-waku1 {
  background-color: #A5E3D7;
  width: 180px;
  height: 60px;
  margin: 0 5px;
  background: rgba(165, 227, 215, 0.27);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}


.glaf-waku2 {
  background-color: #A5E3D7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 180px;
  height: 90px;
  margin: 0 5px;
  text-align: center;
}

.glaf-waku3 {
  background-color: #A5E3D7;
  width: 180px;
  height: 120px;
  margin: 0 5px;
  background: rgba(165, 227, 215, 0.27);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}

.glaf-waku4 {
  background-color: #A5E3D7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: 180px;
  height: 150px;
  margin: 0 5px;
  text-align: center;
}

.yazirusi {
  width: 600px;
  height: 20px;
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
  transform: skew(55deg);
  margin-left: 160px;
  margin-top: 10px;
  margin-bottom: 50px;
  
}

.career-memo {
  font-size: 13px;
  padding-bottom: 200px;
  margin-left: 180px;
}

/*Card*/
.card-flex {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

.card-name {
  text-align: center;
  font-family: "PT Serif";
  font-weight: bold;
  font-size: 50px;
  letter-spacing: 0.06em;
  color: rgba(105, 108, 107, 0.66);
  margin: 0;
}

.card-name2 {
  text-align: center;
  font-family: "PT Serif";
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: rgba(105, 108, 107, 0.66);
  margin: 0;
  margin-bottom: 20px;
}

.click-flex {
  justify-content: center;
  background: rgba(182, 228, 224, 0.97);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 25px;
  display: flex;
  padding: 0 10px;
  margin-top: 10px;
  padding-right: 0;
}

.click-flex:hover {
  background: rgba(171, 218, 214, 0.97);
}

.click-flex p {
font-family: "PT Serif";
font-weight: normal;
margin: 0;
font-family: "PT Serif";
font-weight: bold;
font-size: 35px;
letter-spacing: 0.06em;
color: rgba(105, 108, 107, 0.66);
}


/*========= モーダル表示のためのCSS ===============*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  width: 100%;
  height: 1080px;
  background-color: #abdcd2dc;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
  content: "";
  display: inline-block;
  vertical-align: middle;

}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
  display: flex;
  width: 97%;
  font-size: 100px;
  color: #fff;
  justify-content: flex-end;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
  padding: auto;
  width: 1000px;
  height: 300px;
  border-radius: 221px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-top: 0;
  margin-left: 230px;
  z-index: 10;
}

.modal-text {
font-family: "Tiro Tamil";
font-weight: normal;
font-size: 18px;
text-align: left;
color: #737777;
text-align: center;
padding-top: 70px;
}

.modal-text1-1 {
  font-family: "Tiro Tamil";
  font-weight: bold;
  font-size: 100px;
  text-align: center;
  color: #737777;
  text-align: center;
  margin: 0;
  margin-top: 100px;
  padding-bottom: 0;
  }

  .modal-text1-2 {
    font-family: "Tiro Tamil";
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    color: #737777;
    margin: 0;
    padding-top: 0;
    }



/*========= モーダル表示のためのCSS2 ===============*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container2{
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  width: 100%;
  height: 1080px;
  background-color: #abdcd2dc;
}
/*モーダル本体の擬似要素の指定*/
.modal-container2:before{
  content: "";
  display: inline-block;
  vertical-align: middle;

}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container2.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body2{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close2{
  display: flex;
  width: 97%;
  font-size: 100px;
  color: #fff;
  justify-content: flex-end;
}
.modal-text2 {
  font-family: "Tiro Tamil";
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #737777;
  text-align: center;
  padding-top: 30px;
  }


/*========= モーダル表示のためのCSS3 ===============*/

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container3{
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  width: 100%;
  height: 1080px;
  background-color: #abdcd2dc;
}
/*モーダル本体の擬似要素の指定*/
.modal-container3:before{
  content: "";
  display: inline-block;
  vertical-align: middle;

}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container3.active{
  opacity: 1;
  visibility: visible;
}
/*モーダル枠の指定*/
.modal-body3{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close3{
  display: flex;
  width: 97%;
  font-size: 100px;
  color: #fff;
  justify-content: flex-end;
}







.card-click img {
  width: 50px;
  margin: 0;
  opacity: 0.47;
}


.card-img img {
  width: 200px;
  opacity: 0.47;
}

.card-img2 img {
  width: 180px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.card-img3 img {
  margin-top: 0;
  padding-top: 0;
}

.click {
  padding-top: 5px;
}

.card {
  background: #e7f9f4;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 70px 75px;
  margin: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}

/* マウスオーバー時 */
.card:hover {
    background-color: #a4d7cd;
    transform: scale(1.03, 1.03);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all  0.5s ease;
  }

/*Flow*/

.section-jp{
  margin-bottom: 80px;
}

.flow-flex {
  display: flex;
  justify-content: center;
}

.flow-waku {
  width: 370px;
  height: 200px;
  background-color: #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin: 15px;
  display : inline-block;         /* インラインブロック化 */
  position : relative;             /* 親要素 */
  overflow : hidden;               /* はみ出しは非表示 */
}

.flow-memo {
  margin-left: 60px;
}
 
  /* --- 前面文字の定義 ---*/
.flow-waku .flow-text {
   display : inline-block;         /* インラインブロック化 */
   position : absolute;             /* 親要素からの相対位置 */
   margin: auto;
   margin-top: 40px;
 }
  /* --- 背景透かし文字の定義 ---*/
.flow-waku .flow-nunber {
  position : absolute;             /* 親要素からの相対位置 */
  display : inline-block;         /* インラインブロック化 */
  white-space : nowrap;               /* 折り返ししない */
  top : 50%;
  left: 22%;
  transform : translate(-50%, -50%);
  font-weight: bold;
  font-size: 130px;
  text-align: left;
  color: rgba(102, 116, 116, 0.05);
 }




.z {
  width: 140px;
  height: 140px;
  background: transparent;
  border: 2px solid rgba(112, 112, 112, 0.65);
  margin: 0 auto; 
  position: absolute;
  top: 6090px;
  left: 670px;
}

/*Contact*/
.contact-color {
  background-color: #A5E3D7;
  background: rgba(165, 227, 215, 0.27);
  padding: 50px 400px 70px 0;
  text-align: right;
}

.contact-input {
  width: 500px;
  height: 50px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  margin-bottom: 30px;
}

.contact-input2 {
  width: 500px;
  height: 300px;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border: none;
  padding-top: 10px;
  
}

.contact-messe {
  text-align: end;
}

.contact-text2 {
  vertical-align: top;
}

.contact-text {
  padding-right: 70px;
  padding-bottom: 40px;
}



.button {
  display       : inline-block;
  border-radius : 5%;          /* 角丸       */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 18px 50px;   /* 余白       */
  line-height   : 1em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
  background: rgba(182, 228, 224, 0.97);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: "PT Serif";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.06em;
  color: rgba(43, 49, 48, 0.66);
  border: none;
  margin-top: 50px;
  margin-right: 170px;
}

.button:hover {
  box-shadow    : none;        /* カーソル時の影消去 */
  color         : #fafafa;     /* 背景色     */
  background    : #A5E3D7;     /* 文字色     */
}

.flow-all {
  margin-bottom: 200px;
}

input:focus {
  outline: 3px #A5E3D7 solid;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

textarea:focus {
  outline: 3px #A5E3D7 solid;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

  /* footer */

.footer-flex {
  margin: 70px 50px 70px 0;
  text-align: end;
}

.footer-flex li {
  margin-bottom: 10px;
  font-family: "PT Serif";
  font-weight: bold;
  color: rgba(105, 108, 107, 0.66);
}

footer {
  text-align: center;
}

/*jQuery*/
/* fadeIn */
  .fadeIn{
    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);
      }
    }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  
  .fadeInTrigger{
      opacity: 0;
  }
  