@charset "utf-8";
/* CSS Document */
body {
	font-family: "Meiryo UI", "メイリオ", "sans-serif";
	font-size: 20px;
	color: #231815;
	position: relative;
	line-height: 2;
}
a {
	text-decoration: none;
	color: #231815;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	display: block;
}
ul {
	list-style: none;
}
.wrap {
	width: 90%;
	margin: 0 auto;
	max-width: 1500px;
}
.inner {
	width: 80%;
	margin: 0 auto;
}
.center {
	text-align: center;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.even {
	flex-direction: row-reverse;
}
.flex-2 {
	width: 48%;
}
.flex-3 {
	width: 30%;
}
.white {
	color: #FFFFFF;
}
.txt p {
	margin-bottom: 15px;
}

/*==================================================
ヘッダー
===================================*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 999;
	background: rgba(255,255,255,0.60);
}
.header-wrap {
	display: flex;
	width: 98%;
	margin: 5px auto;
	position: relative;
	align-items: center;
}
.header-left {
	width: 30%;
	margin-right: auto;
	position: relative;
	z-index: 1;
}
.header-right {
	width: 70%;
	margin-left: auto;
}
.h-top {
	width: 80%;
	margin-bottom: 10px;
	display: flex;
	justify-content: flex-end;
	margin-left: auto;
	align-items: baseline;
}
.h-top span {
	display: inline-block;
	margin-right: 5px;
	color: #31AFE6;
}
.h-top .tel {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
	color: #31AFE6;
}
.h-top a:hover {
	opacity: 0.7;
}
.h-btm {
	width: 100%;
}
.nav {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.nav li {
	text-align: center;
	width: 20%;
}
.nav a {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-family: "Kinto Sans";
}
.nav a:hover {
	opacity: 0.7;
}


/*==================================================
メインビジュアル
===================================*/
#mv {
	position: relative;
	background: #fff;
}
.slider {
  position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("img/top/mv01.jpg");
}

.slider-item02 {
    background:url("img/top/mv02.jpg");
}

.slider-item03 {
    background:url("img/top/mv03.jpg");
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
.cp {
	position: absolute;
	bottom: 50%;
	right: 0;
	transform: translateY(50%);
	width: 80%;
	background-image: url("img/top/cp.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 1;
}
.cp-wrap {
	width: 80%;
	margin: 0 auto;
	padding: 200px 0 150px;
	text-align: end;
	color: #31AFE6;
}
.cp .top {
	font-size: 50px;
	font-weight: bold;
}
.cp .bottom {
	font-size: 65px;
	font-weight: bold;
}



/*==================================================
リンク
===================================*/
.link {
	padding: 60px 0;
	background: #fff;
}
.link-wrap {
	width: 95%;
	margin: 0 auto;
}
.link a:hover {
	opacity: 0.7;
}
.link img {
	margin: 0 auto;
}



/*==================================================
ご挨拶
===================================*/
#greeting {
	position: relative;
	z-index: 1;
	background: #fff;
}
#greeting::after {
	content: "";
	width: 100%;
	height: 350px;
	background: #DFE8F1;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.index-ttl {
	max-width: 1500px;
	padding: 80px 0 60px;
}
.index-ttl .en {
	font-family: "MV Boli";
	font-size: 30px;
	margin-bottom: -30px;
}
.index-ttl .ja {
	font-size: 40px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	color: #31AFE6;
}
#greeting .flex {
	align-items: center;
}
#greeting .flex-txt {
	width: 60%;
}
#greeting .flex-img {
	width: 40%;
}



/*==================================================
特徴
===================================*/
#feature {
	background-image: url("img/top/feature_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 100px auto 0;
	padding: 50px 0;
}
.fea-item {
	background: #FFFFFF;
	width: 100%;
	padding: 85px 0;
	margin-bottom: 75px;
}
.fea-item .flex {
	align-items: center;
	width: 90%;
	margin: 0 auto;
}
.fea-item .ttl {
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: bold;
}



/*==================================================
メニュー
===================================*/
.index-link {
	background: #DFE8F1;
	padding: 70px 0;
}
.index-link .img {
	position: relative;
}
.index-link .name {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 30px;
	font-weight: 600;
}
.name span {
	display: block;
}
.name .en {
	font-family: "MV Boli";
	margin-bottom: -30px;
}
.index-link .more {
	position: absolute;
	bottom: 15px;
	right: 20px;
}
.more {
	width: 220px;
}
.more-btn {
	display: block;
	background: #31AFE6;
	border-radius: 30px;
	padding: 5px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: 600;
	position: relative;
}
.more-btn::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	bottom: 50%;
	right: 15px;
	transform: translateY(50%);
}
.more-btn:hover {
	opacity: 0.7;
}



/*==================================================
TOPページ_採用情報
===================================*/
#index-recruit {
	padding: 150px 0 250px;
	background: #fff;
}
.rec-wrap {
	position: relative;
	z-index: 1;
	padding: 50px 0;
}
.rec-wrap::before {
	content: "";
	width: 50%;
	height: 60%;
	background: rgba(223,232,241,0.60);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.rec-wrap::after {
	content: "";
	width: 60%;
	height: 60%;
	background: #F4F6F8;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
}
.rec-wrap .flex {
	align-items: center;
}
.rec-wrap .more {
	margin: 50px auto 0;
}
.rec-wrap img {
	margin-left: auto;
}


/*==================================================
お問い合わせ
===================================*/
#contact {
	background-image: url("img/top/contact_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 65px 0 150px;
}
#contact .index-ttl {
	margin: 0 auto 60px;
}
#contact .inner {
	width: 60%;
}
.contact-btn {
	margin-top: 75px;
}
.contact-btn a {
	width: 45%;
	background: #31AFE6;
	padding: 15px 0;
	font-size: 35px;
	font-weight: bold;
	text-align: center;
}
.contact-btn span {
	font-size: 23px;
	display: block;
	border-bottom: 1px solid #fff;
	width: 90%;
	margin: 0 auto;
}
.contact-btn a:hover {
	opacity: 0.7;
}


/*==================================================
フッター
===================================*/
.footer-wrap {
	background-image: url("img/top/footer_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0;
}
.footer-wrap .left {
	width: 60%;
}
.footer-wrap .right {
	width: 40%;
}
.footer-wrap .logo {
	padding: 25px 0;
}
.footer-wrap .logo img {
	margin: 0 auto;
}
.footer-wrap .info {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}
.footer-wrap .info dt {
	width: 140px;
	background: #31AFE6;
	text-align: center;
	color: #FFFFFF;
	padding: 5px 0;
	margin-bottom: 12px;
}
.footer-wrap .info dd {
	width: calc(100% - 140px);
	margin-bottom: 12px;
	padding-left: 7px;
}
.footer-wrap .link {
	width: 70%;
	margin: 30px auto;
	align-items: center;
	background: none;
}
.footer-wrap .mail {
	width: 50%;
	max-width: 230px;
	text-align: center;
	font-size: 25px;
	font-weight: 600;
	color: #31AFE6;
	border: 3px solid #31AFE6;
	background: #FFFFFF;
	border-radius: 40px;
	padding: 5px 0;
}
.copyright {
	text-align: center;
	padding: 15px 0;
	background: #31AFE6;
	color: #FFFFFF;
	font-size: 14px;
}



/*==================================================
ページトップボタン
===================================*/
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  background: #31AFE6;
  border-radius: 50%;
	z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
	line-height: 1;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 30px;
  height: 30px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/*==================================================
採用情報ページ
===================================*/
.mainvisual {
	background-image: url("img/subpage.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	height: 65vh;
}
.page-ttl {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 40px 0;
	background: rgba(255,255,255,0.70);
	width: 100%;
	text-align: center;
}
.page-ttl .en {
	font-family: "MV Boli";
	font-size: 30px;
	margin-bottom: -30px;
}
.page-ttl .ja {
	font-size: 60px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	color: #31AFE6;
}
.section {
	padding-top: 120px;
}
.h2 {
	width: 80%;
	max-width: 1500px;
	background: #DFE8F1;
	font-size: 40px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	padding: 20px 0;
	margin: 0 auto 75px;
	position: relative;
	z-index: 1;
}
.h2 span {
	display: block;
	font-weight: normal;
	padding: 25px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.h2::before {
	content: "";
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-top: 50px solid rgba(255,255,255,0.55);
	position: absolute;
	top: 0;
	right: 0;
}
.h2::after {
	content: "";
	width: 0;
	height: 0;
	border-right: 50px solid transparent;
	border-bottom: 50px solid rgba(255,255,255,0.55);
	position: absolute;
	bottom: 0;
	left: 0;
}
.section .txtbox {
	width: 58%;
}
.section .img {
	width: 40%;
}
.contact-flex {
	display: flex;
	justify-content: space-around;
}
.btn {
	max-width: 280px;
	width: 45%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	background: #31AFE6;
	border-radius: 30px;
	border: 2px solid #31AFE6;
	position: relative;
}
.btn::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 20px solid #fff;
	position: absolute;
	bottom: 50%;
	right: 10px;
	transform: translateY(50%);
}
.btn:hover {
	background: #FFFFFF;
	color: #31AFE6;
}
.rec-item {
	margin-top: 150px;
}
.line-ttl {
	width: 70%;
	max-width: 1200px;
	padding: 20px 0;
	margin: 0 auto 50px;
	background-image: url("img/line.png");
	background-size: cover;
	max-height: 80px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 30px;
	font-weight: normal;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	text-align: center;
	color: #31AFE6;
	position: relative;
	line-height: 1;
}
.line-ttl::before {
	content: "";
	background-image: url("img/point.png");
	width: 113px;
	height: 113px;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: -40px;
	left: 30px;
}
.rec-item .flex {
	align-items: center;
}
.flow-wrap {
	width: 70%;
	max-width: 1200px;
	margin: 90px auto;
}
.flow-item {
	margin-bottom: 80px;
	position: relative;
}
.flow-item::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 50px solid #31AFE6;
	position: absolute;
	bottom: -70px;
	right: 50%;
	transform: translateX(50%);
}
.flow-item:last-child::after {
	display: none;
}
.flow-item .top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	z-index: 1;
}
.flow-item .top::after {
	content: "";
	width: 97%;
	height: 3px;
	border-bottom: 3px solid #DFE8F1;
	position: absolute;
	bottom: 22px;
	right: 0;
	z-index: -1;
}
.flow-item .num {
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	color: #FFFFFF;
	font-family: "MV Boli";
	font-size: 50px;
	border-radius: 50%;
	background: #31AFE6;
}
.flow-item .ttl {
	font-size: 30px;
	font-weight: 600;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	margin-left: 20px;
}
.flow-item .bottom {
	width: 80%;
	margin: 25px auto 0;
}

dl.application{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: 170px;
}
dl.application dt{
	background: #DFE8F1;
	padding: 5px;
	width: 230px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
dl.application dd{
	background: #fff;
	padding: 5px;
	width: calc(100% - 230px);
	border-bottom: 1px solid #ccc;
}



/*==================================================
事業内容ページ
===================================*/
.biz-content {
	width: 70%;
	max-width: 1200px;
	margin: 140px auto 90px;
}
.biz-content .item {
	margin-bottom: 50px;
}
.biz-content .ttl {
	width: 50%;
	background: #DFE8F1;
	padding: 20px 0 20px 15px;
	font-size: 25px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	border-left: 5px solid #31AFE6;
	margin-bottom: 45px;
}




/*==================================================
会社概要ページ
===================================*/
.chairman {
	display: block;
	text-align: end;
	font-size: 25px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	margin-right: 40px;
}
.bg-img {
	background-image: url("img/company02.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 25px 0;
	width: 75%;
	max-width: 1200px;
	margin: 0 auto;
}
.bg-white {
	width: 90%;
	margin: 0 auto;
	background: rgba(255,255,255,0.80);
	padding: 80px 0;
}
.bg-img .ttl {
	font-size: 30px;
	font-family: "Kiwi Maru", "Kiwi Maru Light", "Kiwi Maru Medium", "Zen Maru Gothic", "Zen Maru Gothic Medium", "Meiryo UI";
	color: #31AFE6;
	margin-bottom: 40px;
}
.company-info .application {
	max-width: 1200px;
	margin: 0 auto 60px;
}


/*==================================================
施工実績ページ
===================================*/
.work .ttl {
	width: 100%!important;
}

/*==================================================
お問い合わせページ
===================================*/
#contact-form {
	margin-bottom: 200px;
}
#contact-form .txtbox, .caution {
	max-width: 1000px;
	margin: 0 auto;
	width: 58%;
}
.caution {
	font-size: 16px;
	line-height: 1.7;
	color: #FF3700;
}

.box_con {
  max-width: 900px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con {
    width: 95%;
  }
}
.box_con form {
  width: 100%;
}
.box_con form table {
  width: 100%;
    font-size: 20px;
    padding: 1rem;
    margin-top: 5rem;
}
.box_con form table tr {
  position: relative;
}
.box_con form table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    background: #DFE8F1;
    padding: .8em .2em;
    color: #231815;
  }
}
.box_con form table tr th span {
  background: #31AFE6;
  padding: .3em .5em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	font-size: 16px;
	border-radius: 20px;
}
.box_con form table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .box_con form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con form table tr .box_br {
  display: block;
}
.box_con form table tr select {
  border: 1px solid #97ae88;
}
.box_con form table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}
.box_con form table tr .radio02-input + label {
  padding-left: 23px;
  margin-right: 20px;
  position: relative;
}
.box_con form table tr .radio02-input + label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr .radio02-input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  background: #97ae88;
  border-radius: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box_con form table tr select, .box_con form table tr input, .box_con form table tr textarea {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    background: #EEEEEE;
}
.box_con form table tr textarea {
  height: 10em;
}

/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: 600;
  margin-bottom: 1rem;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
	font-size: 17px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
    font-size: 18px;
    font-weight: 600;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;

}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}
.box_num ul li {
    font-size: 16px;
    line-height: 1.7;
    list-style: square outside none;
    margin: 0 0 0 4rem;
    padding: 0;
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
    font-size: 18px;
}

.button {
  text-align: center;
}
.button input {
  display: inline-block;
  background: #FADD76;
  padding: .5em 4em;
  color: #231815;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.button input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}







/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}












