@charset "utf-8";
/* CSS Document */

html {
  font-size: 10px;
}
body {
  font-family:"FOT-TsukuARdGothic Std", sans-serif;
  color: #333;
  margin: 0 auto;
	max-width: 1920px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
}
.sp-only {
	display: none;
}
.flex {
	display: flex;
}
.row {
	flex-direction: row-reverse;
}
.wrap {
	flex-wrap: wrap;
}
.ffyg {
	font-family: "游ゴシック";
}
.ffym {
	font-family: "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.fffp {
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light";
}
.fftm{
	font-family: "ten-mincho", serif;
}
.ffci {
	font-family: Cinzel, "Cinzel Black", "Cinzel Medium", "Cinzel SemiBold";
}
.fwb {
	font-weight: 600;
}
.white {
	color: #fff;
}



/*header*/
#header {
	background: #fff;
	width: 100%;
	height: 95px;
}
.inner {
	width: 90%;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
.head-logo {
	width: 350px;
}
.head-nav ul {
	gap:3rem;
	align-items: center;
}
.head-nav ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	text-align: center;
}
.head-nav ul li a.hntel {
	font-size: 26px;
	color: #085794;
	font-style: oblique;
}
.head-nav ul li a.hntel i {
	margin-right: 5px;
}
.hn-link {
	position: relative;
}
.hn-link::before {
	content: "";
	width: 30px;
	height: 3px;
	background: #085794;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translate(-50%);
}


/*mainvisual*/
.mainvisual {
	background: url("../img/mainvisual.jpg");
	height: 100vh;
	position: relative;
}
.catch-copy {
	position: absolute;
	top: 3rem;
	right: 5rem;
	flex-direction: row-reverse;
}
.catch-copy h2,
.catch-copy h3 {
	writing-mode: vertical-rl;;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.catch-copy h2 {
	font-size: 60px;
}
.catch-copy h3 {
	font-size: 30px;
	margin-right: -4rem;
	margin-top: 25rem;
}


/*company*/
#company {
	padding: 10rem 0;
	position: relative;
}
#company::before {
	content: "";
	width: 55%;
	height: 150px;
	background: url("../img/COMPANY.png");
	background-size: cover;
	position: absolute;
	top:5rem;
	right: 0;
}
#company .inner {
	width: 80%;
	margin: auto;
	justify-content: space-between;
}
#company .inner .img{
	width: 45%;
}
#company .inner .txt {
	width: 50%;
	margin-top: 10rem;
}
#company .inner .txt p {
	font-size: 17px;
	line-height: 2;
}
.page-link {
	margin: auto;
	width: 250px;
	background: #2E7DCC;
	padding: 1.5rem 0;
}
.page-link a {
	display: block;
	font-size: 20px;
	text-align: center;
}
#company .page-link {
	margin-top: 5rem;
}

@media screen and (max-width:1280px){
	#company::before {
		content: "";
		width: 60%;
		height: 110px;
		top:5rem;
		right: 0;
	}
	#company .inner {
		width: 90%;
	}
}


/*recruit*/
#recruit {
	background: url("../img/bg01.png");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 5rem 0 15rem 0;
} 
.ttl01 h4 {
	text-align: center;
	font-style: italic;
	font-size: 40px;
	font-family: "Futura PT Medium", "Futura PT Bold", "Futura PT Light", "Futura PT Book";
	line-height: 0.8;
}
.ttl01 h4 span {
	font-family: "FOT-TsukuARdGothic Std", sans-serif;
	font-size: 20px;
	font-style: normal;
}
.recruit-message {
	font-size: 40px;
	text-align: center;
}
#recruit .inner {
	width: 1000px;
	margin-top:5rem;
	margin-left: auto;
	margin-right: auto;
}
#recruit .inner .img {
	width: 50%;
}
#recruit .inner .txt p {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 3rem;
	z-index: 2;
}
#recruit .inner .txt {
	background: rgba(255,255,255,0.7);
	width: 65%;
	padding: 6rem 3rem 6rem 5rem;
	box-sizing: border-box;
	margin-left: -3rem;
}


/*work*/
#work {
	padding-top: 10rem;
	padding-bottom: 25rem;
	position: relative;
}
#work::before {
	content: "";
	width: 45%;
	height: 170px;
	background: url("../img/WORKS.png");
	background-size: cover;
	position: absolute;
	bottom:0;
	left: 5%;
}
#work::after {
	content: "";
	width: 50%;
	height: 70%;
	background: url("../img/work01.jpg");
	background-size: cover;
	position: absolute;
	bottom:0;
	right: 0;
	z-index: -1;
}
.work-inner {
	width: 55%;
	padding: 5rem 0;
	background: url("../img/bg02.jpg");
	background-size: cover;
	background-position: center;
}
.work-inner h5 {
	font-size: 38px;
	margin-bottom: 3rem;
	text-align: center;
}
.work-inner p {
	font-size: 20px;
	line-height: 2;
	width: 60%;
	margin: 0 auto 3rem auto;
}
.work-inner h5,
.work-inner p {
	text-shadow: 1px 1px 6px rgba(0,0,0,0.5);
}

@media screen and (max-width:1280px){
	#work::before {
		content: "";
		width: 60%;
		height: 150px;
	}
	.work-inner {
		width: 65%;
	}
}


/*news*/
#news {
	padding: 10rem 0;
	background: #F2F8F8;
}
#news .ttl01 h4 {
	color: #085794;
}
#news .ttl01 h4 span {
	color: #333;
}
#news .inner {
	width: 1000px;
	margin: auto;
	background: #fff;
	padding: 1rem 0;
}
#news .inner dl {
	width: 90%;
	margin: auto;
	align-items: center;
	justify-content: space-between;
}
#news .inner dl dt {
	width: 25%;
	text-align: center;
	font-size: 18px;
	color: #085794;
	margin-bottom: 1rem;
}
#news .inner dl dd {
	width: 75%;
	font-size: 16px;
	margin-bottom: 1rem;
	margin-left: 0;
}


/*contact*/
#contact {
	padding: 5rem 0 10rem 0;
	background: url("../img/bg03.png");
	background-size: cover;
	background-position: center;
}
#contact .ttl01 h4 {
	color: #085794;
}
#contact .ttl01 h4 span {
	color: #333;
}
.contact-message {
	font-size: 20px;
	line-height: 2;
	text-align: center;
}
.contact-bnr {
	width: 900px;
	margin: auto;
	justify-content: center;
	align-items: center;
}
.contact-link {
	width: 45%;
	background: #fff;
	padding: 2rem 0;
}
.contact-link a {
	display: block;
	color: #085794;
	text-align: center;
}
.contact-link:hover {
	background: #085794;
}
.contact-link:hover a {
	color: #fff;
}
.contact-link a i {
	margin-right: 1rem;
	font-size: 32px;
}
.tel-link a {
	font-size: 32px;
}
.web-link a {
	font-size: 28px;
}


/*footer*/
#footer {
	padding-top: 5rem;
}
#footer .inner {
	width: 900px;
	margin: auto;
}
.foot-logo {
	width: 380px;
	margin: auto;
}
.foot-adress {
	font-size: 20px;
	text-align: center;
}
.foot-tel {
	display: block;
	font-size: 32px;
	text-align: center;
	color: #085794;
}
.foot-tel i {
	margin-right: 1rem;
}
.foot-map {
	width: 100%;
	margin-top: 5rem;
}
.foot-map iframe {
	width: 100%;
}
.foot-copy {
	text-align: center;
	font-size: 12px;
}



/*下層*/
.s-mainvisual {
	height: 60vh;
	background: url("../img/s-mainvisual.jpg");
	background-size: cover;
	background-position: center;
	position: relative;
}
.pagettl {
	position: absolute;
	top: 50%;
	left: 20rem;
	transform: translate(-50%);
}
.pagettl h2 {
	font-size: 48px;
}
.ttl02 h4 {
	text-align: center;
	font-size: 36px;
	line-height: 1;
}
.ttl02 {
	position: relative;
}
.ttl02::before {
	content: "";
	width: 200px;
	height: 5px;
	background: #085794;
	position: absolute;
	bottom:-1.5rem;
	left: 50%;
	transform: translate(-50%);
}


/*work*/
.work-contents {
	padding: 5rem  0;
}
.work-contents .inner {
	width: 1200px;
	margin: 5rem auto;
	justify-content: space-between;
	align-items: center;
}
.work-contents .inner .img,
.work-contents .inner .txt {
	width: 45%;
}
.work-contents .inner .txt p {
	font-size: 16px;
	line-height: 2;
}
.work-contents .inner .img {
	position: relative;
}
.work-contents .inner .img::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #1B57BF;
	position: absolute;
	top: 3rem;
	left: 3rem;
	z-index: -1;
}
#work02 {
	margin-bottom: 10rem;
}



/*recruit*/
#recruit-top {
	margin-top: 5rem;
	padding: 10rem 0;
	background: url("../img/bg01.png");
	background-size: cover;
	background-position: center;
}
#recruit-top .inner {
	width: 1000px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}
#recruit-top .inner .img,
#recruit-top .inner .txt {
	width: 48%;
}
#recruit-top .inner .txt .b-txt {
	font-size: 28px;
	margin-bottom: 3rem;
}
#recruit-top .inner .txt .s-txt {
	font-size: 20px;
	line-height: 2;
}

#requirements {
	padding: 10rem 0;
}
.requirements-inner {
	width: 1000px;
	margin: 5rem auto;
}
.t01
{
    width: 90%;
    margin: 5rem auto;
    border-top: 1px solid #005699;
}
.t01 th,.t01 td
{
    padding: 3rem 2rem;
    border-bottom: 1px solid #005699;
    font-size: 1.8rem;
    font-weight: 500;
}
.t01 th
{
    background: #F7F7F7;
    width: 30%;
    text-align: center;
}


/*interview*/
#interview {
	padding: 10rem 0;
	background: #E8F0F6;
}
#interview .inner {
	width: 1200px;
	margin: 10rem auto 0 auto;
	align-items: flex-start;
}
#interview .inner .item {
	width: 48%;
	background: #fff;
	margin-bottom: 5rem;
	border-radius: 3rem;
	padding: 3rem;
	box-sizing: border-box;
}
.q-txt {
	font-size: 20px;
	color: #085794;
	padding-left: 2rem;
	position: relative;
	line-height: 1.5;
	margin-bottom: 3rem;
}
.q-txt::before {
	content: "";
	height: 40px;
	width: 5px;
	background: #085794;
	position: absolute;
	top: 10%;
	left: 0.5rem;
}
.a-txt {
	font-size: 14px;
	line-height: 2;
}


/*company*/
#greeting {
	padding: 10rem 0 0 0;
}
#greeting .inner {
	width: 900px;
	margin: 5rem auto;
}
.greeting-txt {
	font-size: 16px;
	line-height: 2;
	margin-bottom: 2rem;
}
.name {
	font-size: 24px;
	text-align: right;
}

#company-info {
	padding: 10rem 0;
}
#company-info .inner {
	width: 800px;
	margin: 5rem auto;
}
.info-table {
	width: 100%;
}
.info-table th {
	width: 30%;
	background: #F3F3F3;
	font-size: 16px;
	padding: 1rem 0;
	border-top: 1px solid #085794;
}
.info-table td {
	width: 70%;
	font-size: 16px;
	padding: 1rem 0 1rem 3rem;
	border-top: 1px solid #085794;
}
.info-table .last {
	border-bottom: 1px solid #085794;
}












/*contact*/
#contact-form {
	padding: 10rem 0;
	border-bottom: 1px solid #085794;
}

.contact-note {
	font-size: 16px;
	text-align: center;
}

.box_con02 {
  max-width: 900px;
  margin: 0  auto;
}
@media only screen and (max-width: 768px) {
  .box_con02 {
    width: 95%;
  }
}
.box_con02 form {
  width: 100%;
}
.box_con02 form table {
  width: 100%;
}
.box_con02 form table tr {
  position: relative;
}
.box_con02 form table tr:first-child td:before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 1px;
  border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr:first-child td:before {
    display: none;
  }
}
.box_con02 form table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  background: #085794;
  color: #fff;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 1.4em;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr th {
    text-align: center;
    width: 100%;
    display: block;
    padding: .8em .2em;
  }
}
.box_con02 form table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con02 form table tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px #fff;
}
.box_con02 form table tr td {
  position: relative;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    font-size: 1.4em;
}
@media only screen and (max-width: 768px) {
  .box_con02 form table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con02 form table tr td:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: solid 1px rgba(28, 46, 83, 0.5);
}
.box_con02 form table tr .box_br {
  display: block;
}
.box_con02 form table tr select, .box_con02 form table tr textarea, .box_con02 form table tr .wide {
  width: 100%;
  height: 3em;
  padding: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
    border: 1px solid #CCCCCC;
}
.box_con02 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: normal;
  margin-bottom: 30px;
  font-size: 200%;
}
@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: 1.4em;
}
@media only screen and (max-width: 768px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
      font-size: 1.4em;
  }
}
.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-weight: normal;
  font-size: 200%;
}
.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 li
{
    font-size: 1.4em;
    list-style: disc;
    margin-bottom: 1rem;
    margin-left: 2rem;
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
}
.box_check label span {
  margin-left: .3em;
    font-size: 1.4em
}


.btn {
  text-align: center;
}
.btn input {
  display: inline-block;
  background: #005699;
  padding: 1.5em 5em;
  color: #FFFFFF;
  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;
    font-size: 1.6em;
}
.btn input:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*---------------------------------------------*/

/*トップリンク*/
/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content:center;
	align-items:center;
	background:#fff;
	border: 1px solid #0C3675;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	color: #7d7d7d;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:12px;
	transition:all 0.3s;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	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);
  }
}


/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:1.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.0s;
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:1.0s;
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:1.0s;
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:1.0s;
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;
}


/*==================================================
パタッ
===================================*/


/* 下へ */
.flipDown{
animation-name:flipDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipDownAnime{
  from {
    transform: perspective(2500px) rotateX(100deg);
  opacity: 0;
  }

  to {
    transform: perspective(2500px) rotateX(0);
  opacity: 1;
  }
}


/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* 左上へ */
.flipLeftTop{
animation-name:flipLeftTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
  opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
  opacity: 1;
  }
}

/* 右へ */
.flipRight{
animation-name:flipRightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:right center;
opacity:0;
}

@keyframes flipRightAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(-30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* 右上へ */
.flipRightTop{
animation-name:flipRightTopAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipDownTrigger,
.flipLeftTrigger,
.flipLeftTopTrigger,
.flipRightTrigger,
.flipRightTopTrigger{
    opacity: 0;
}

/*==================================================
くるっ
===================================*/


/* X 軸（縦へ） */
.rotateX{
  animation-name:rotateXAnime;
  animation-duration:1.8s;
  animation-fill-mode:forwards;
}

@keyframes rotateXAnime{
  from{
    transform: rotateX(0);
    opacity: 0;
    }
  to{
    transform: rotateX(-360deg);
    opacity: 1;
    }
}

/*　Y軸（横へ） */
.rotateY{
  animation-name:rotateYAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateYAnime{
  from{
    transform: rotateY(0);
    opacity: 0;
    }
  to{
    transform: rotateY(-360deg);
    opacity: 1;
    }
}

/* Z 軸（左へ） */
.rotateLeftZ{
  animation-name:rotateLeftZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateLeftZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(-360deg);
    opacity: 1;
    }
}

/*　Z 軸（右へ） */
.rotateRightZ{
  animation-name:rotateRightZAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
  from{
    transform: rotateZ(0);
    opacity: 0;
    }
  to{
    transform: rotateZ(360deg);
    opacity: 1;
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.rotateXTrigger,
.rotateYTrigger,
.rotateLeftZTrigger,
.rotateRightZTrigger{
    opacity: 0;
}


/*==================================================
ボンッ、ヒュッ
===================================*/

/* 拡大 */
.zoomIn{
  animation-name:zoomInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
  transform: scale(0.6);
  opacity: 0;
  }

  to {
    transform: scale(1);
  opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
  animation-name:zoomOutAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
  transform: scale(1.2);
  opacity: 0;
  }

  to {
    transform:scale(1);
  opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}



/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

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

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

  to {
    opacity: 1;
	transform: translateY(0);
  }
}









