@charset "utf-8";

body {
    font-family: 'Noto Sans JP', Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #000;
    font-weight: 500;
    letter-spacing: 0.08em;
	padding-top: 120px;
}
body.contact {
    padding-top: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 500;
}



.start {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
    width: 100%;
    height: 100vh;
    background-color: #0086cc;
}
.start img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    width: 398px;
    height: auto;
    opacity: 0;
}

header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 50000;
	width: 100%;
	height: 120px;
	background-color: #0086cc;
}
header h1 {
	position: absolute;
	left: 66px;
	top: calc(50% - 12px);
	font-size: 0;
	line-height: 1em;	
}
header h1 img {
	width: auto;
	height: 23px;
}
header ul.pc_nav {
	position: absolute;
	right: 66px;
	top: calc(50% - 7px);
	font-size: 0;
	line-height: 1em;
}
header ul.pc_nav li {
	display: inline-block;
	margin-left: 30px;
}
header ul.pc_nav li img {
	width: auto;
	height: 14px;
}

#menu {
    display: block;
    position: static;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
}
#menu .h,
.menu_btn {
    display: none;
}

@media screen and (max-width: 1250px) {
    header h1 {
		left: 30px;
		top: calc(50% - 10px);
	}
	header h1 img {
		height: 20px;
	}
    header ul.pc_nav {
        right: 30px;
    }
    header ul.pc_nav li {
        margin-left: 20px;
    }
    header ul.pc_nav li img {
        top: calc(50% - 6px);
        height: 12px;
    }
}

header.contact,
footer.contact {
    display: none;
}

footer {
	width: 100%;
	padding: 80px 117px 70px;
	background-color: #0086cc;
}
footer .inner {
  position: relative;
}
footer ul {
	font-size: 0;
	margin-bottom: 108px;
}
footer ul li {
	display: inline-block;
	margin-right: 50px;
}
footer ul li a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #fff;
}
footer ul li img {
	width: auto;
	height: 18px;
}
footer .jyou {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
footer .jyou img {
  width: 405px;
  height: auto;
}
footer p:nth-of-type(1) {
	color: #fff;
	font-size: 15px;
    font-weight: 400;
	line-height: 1em;
}
footer p:nth-of-type(1) span {
	margin-right: 30px;
}
footer p:nth-of-type(1) span:last-of-type {
  display: block;
  margin-top: 15px;
}
footer p:nth-of-type(2) {
	color: #fff;
	font-size: 10px;
    font-weight: 400;
	line-height: 1em;
	margin-top: 20px;
}




h2.midashi1 {
	font-size: 0;
	line-height: 1em;
	margin: 0 0 140px;
}
h2.midashi1 img {
	width: auto;
	height: 49px;
}
h2.midashi1 span {
	display: block;
	color: #0086cc;
	font-size: 16px;
	line-height: 1em;
    font-weight: 300;
	margin-top: 24px;
}


.waku {
	max-width: 1200px;
  width: 100%;
	margin: auto;
}
.modoru {
	font-size: 20px;
	line-height: 1em;
    padding: 50px 0 100px;
}
.modoru.past {
    padding-bottom: 0;
}
.modoru a {
    color: #717071;
}


.about {
	padding: 100px 120px 240px;
}
@media screen and (max-width: 1050px) {
}
.about .unit1 {	
	max-width: 796px;
	margin: auto;
}
.about .unit1 p {
	color: #127ebe;
	font-size: 20px;
	line-height: 2.2em;
    font-weight: 400;
	margin-bottom: 3em;
}
.about .tuduki {
	display: none;
}
.about .event_box {
    position: relative;
    color: #0086cc;
    max-width: 960px;
    padding: 76px 80px;
    margin: 140px auto 0;
    border: 1px solid #0086cc;
    border-radius: 30px;
}
.about .event_box h3 {
    display: inline-block;
    position: absolute;
    left: calc(50% - 142px);
    top: -13px;
    font-size: 22.45px;
    line-height: 1em;
    font-weight: 400;
    padding: 0 15px;
    background-color: #fff;
}
.about .event_box p {
    font-size: 18px;
    line-height: 1.55em;
    font-weight: 300;
    text-indent: -1.54em;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
}
.about .event_box p:last-of-type {
    margin-bottom: 0;
}
.about .event_box table {
    width: 100%;
    margin-bottom: 15px;
}
.about .event_box td {
    font-size: 21px;
    line-height: 1.5em;
    font-weight: 400;
    vertical-align: top;
    padding-bottom: 2em;
}
.about .event_box tr td:nth-of-type(1) {
    position: relative;
    width: 290px;
} 
.about .event_box tr td:nth-of-type(1)::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 24px;
    z-index: -1;
    width: calc(100% - 15px);
    height: 1px;
    background-color: #0086cc;
}
.about .event_box tr td:nth-of-type(1) span {
    display: inline-block;
    background-color: #fff;
    padding-right: 15px;
}
.about .banner_box {
    margin-top: 140px;
}
.about .banner_box .banner {
    max-width: 1200px;
	width: 100%;
	height: auto;
    max-height: 300px;
    overflow: hidden;
    margin-top: 8px;
}
.about .banner_box .banner a {
    display: block;
}


.project {
	padding: 100px 120px calc(240px - 8px);
}
@media screen and (max-width: 1050px) {
}
.project ul li {
	float: left;
	width: calc((100% - 8px) / 2);
	max-width: 596px;
	margin-bottom: 8px;
}
.project ul li:nth-of-type(2n) {
	float: right;
}
.project ul li a {
	display: block;
	width: 100%;
	height: calc((((100vw - 240px - 8px) / 2) / 4) * 3);
	max-height: 447px;
}

.event,
.report {
	padding: 100px 120px 240px;
	background-color: rgba(0,134,203,0.05);
}
@media screen and (max-width: 1050px) {
}

.event ul,
.report ul,
.event_ichiran ul {
    display: flex;
    flex-wrap: wrap;
}

.event ul li,
.report ul li,
.event_ichiran ul li {
	float: left;
	/*width: calc((100vw - 240px - 16%) / 3);*/
  width: calc((100% - 16%) / 3);
	max-width: 336px;
	margin-right: 8%;
	margin-bottom: 96px;
}
.event ul li:nth-of-type(n+10) {
	display: none;
}
.event ul li:nth-of-type(3n),
.report ul li:nth-of-type(3n),
.event_ichiran ul li:nth-of-type(3n) {
	margin-right: 0;
}
.event ul li a,
.report ul li a,
.event_ichiran ul li a{
	display: block;
}
.event ul li .i,
.report ul li .i,
.event_ichiran ul li .i {
	position: relative;
	width: 100%;
	height: calc((((100vw - 240px - 192px) / 3) / 3) * 2);
  /*height: calc((((100% - 192px) / 3) / 3) * 2);*/
	max-height: 224px;
}
.event ul li .i .t1,
.event_ichiran ul li .i .t1 {
	position: absolute;
	left: 8.93%;
	top: 50%;
	z-index: 1000;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.44em;
}
.event ul li .i .t3,
.event_ichiran ul li .i .t3 {
	position: absolute;
	left: 8.93%;
	top: 75%;
	z-index: 1000;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.38em;
}
.event ul li .date, 
.report ul li span,
.event_ichiran ul li .date {
	display: block;
	font-size: 13px;
	line-height: 1em;
    font-weight: 400;
	margin-top: 22px;
	margin-bottom: 12px;
}
.event ul li .title,
.event_ichiran ul li .title,
.report ul li p,
.event_ichiran ul li p {
	font-size: 15px;
	line-height: 1.78em;
    font-weight: 400;
}

.event ul li .title span,
.event_ichiran ul li .title span {
    background-color: #c8c9ca;
    font-size: 14px;
    font-weight: 500;
}
.event ul li .title span::after,
.event_ichiran ul li .title span::after {
    content: "";
    display: block;
}
#more {
    margin-bottom: 40px;
}


.member {
	padding: 100px 120px calc(240px - 96px);
}
@media screen and (max-width: 1050px) {
    
}
.member h3 {
	font-size: 20px;
	line-height: 1em;
    letter-spacing: 0.08em;
    font-weight: 500;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 88px;
}
.member ul.hojin {
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 144px;
}
.member ul.hojin li {
	/*width: calc((100vw - 240px - 16%) / 3);*/
  width: calc((100% - 16%) / 3);
	max-width: 336px;
	margin-right: 8%;
	margin-bottom: calc(((100% - 16%) / 3) /3.5) /*96px*/;
}
.member ul.hojin li:nth-of-type(3n) {
	margin-right: 0;
}
.member ul.hojin li a {
	display: block;
}
.member ul.hojin li .i {
	width: 100%;
	max-width: 336px;
	height: calc((((100vw - 240px - 192px) / 3) / 4) * 3);
	max-height: 252px;
    overflow: hidden;
}
.member ul.hojin li .name {
	font-size: 16px;
	line-height: 1em;
    font-weight: 400;
	margin-top: 22px;
}
.member ul.hojin li .name span {
    display: none;
}
.member ul.mem {
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 144px;
}
.member ul.mem li {
	/*width: calc((100vw - 240px - 22%) / 4);*/
  width: calc((100% - 22%) / 4);
	max-width: 234px;
	margin-right: 7.333333%;
	margin-bottom: calc(((100% - 22%) / 4) / 2.4375) /*96px*/;
}
.member ul.mem li:nth-of-type(4n) {
	margin-right: 0;
}
.member ul.mem li .i {
	width: 100%;
	max-width: 234px;
	height: auto;
	max-height: 234px;
    overflow: hidden;
}
.member ul.mem li .name {
	font-size: 16px;
	line-height: 1em;
    font-weight: 400;
	margin-top: 18px;
}
.member ul.mem li .name span {
	display: block;
	font-size: 12px;
	line-height: 1.66em;
	margin-bottom: 8px;
    letter-spacing: 0;
}

#contact {
    padding: 100px 120px 240px;
    background-color: rgba(0,134,203,0.05);
}
#contact iframe {
    width: 100%;
    height: 1250px;
}
@media screen and (max-width: 950px) {
    #contact iframe {
        height: 1320px;
    }
}
#contact_wrap form {
	max-width: 920px;
	margin: auto;
}
#contact_wrap table {
    width: 100%;
    margin: auto;
}
#contact_wrap td {
    font-size: 16px;
    vertical-align: top;
    padding-bottom: 50px;
}
#contact_wrap tr:last-of-type td {
	padding-bottom: 101px;
}
#contact_wrap tr td:nth-of-type(1) {
    font-weight: 400;
    width: 200px;
    padding-top: 20px;
}
#contact_wrap tr td.first:nth-of-type(1) {
    padding-top: 8px;
}
#contact_wrap tr td:nth-of-type(2) {
    width: calc(100% - 200px);
}
#contact_wrap td input[type="text"],
#contact_wrap td input[type="email"] {
    font-size: 16px;
    width: 100%;
    height: 60px;
    padding: 0 20px;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-appearance: none;
    border-radius: 0;
}
#contact_wrap td textarea {
    font-size: 16px;
    width: 100%;
    height: 240px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #000;
    -webkit-appearance: none;
    border-radius: 0;
}
#contact_wrap td input[type="text"]:focus,
#contact_wrap td input[type="email"]:focus,
#contact_wrap td textarea:focus {
    outline: none;
}
#contact_wrap td input[type="text"]::placeholder {
    color: #b4b4b5;
}
#contact_wrap td div {
	position: relative;
}
#contact_wrap td div .error {
	position: absolute;
	left: 0;
	bottom: -20px;
	font-size: 14px !important;
}
#contact_wrap tr:first-of-type td div .error {
	bottom: -40px !important;
	width: 100% !important;
}
#contact_wrap tr:last-of-type td div .error {
	bottom: -60px !important;
}
#contact_wrap div.pp a {
	position: relative;
	display: inline-block;
	color: #717071;
	font-size: 13px;
	line-height: 1em;
	margin: 15px 0 0 55px;
}
#contact_wrap div.pp a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 1px;
	background-color: #717071;
}

div.btn {
	text-align: center;
}

div.btn input {
	cursor: pointer;
	display: inline-block;
	font-family: 'Noto Sans JP', Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", YuGothic, "游ゴシック", Meiryo, "メイリオ", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #fff;
	font-size: 22px;
	line-height: 1em;
	letter-spacing: 0.08em;
	text-align: center;
	width: 380px;
	height: 60px;
	background-color: #0086cc;
	border: none;
	border-radius: 10px;
    -webkit-appearance: none;
	-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
div.btn input:hover {
	opacity: 0.45;
}
div.btn input.back {
	width: 200px;
	margin-left: 15px;
	background-color: #646464;
}

.mw_wp_form_confirm .nashi {
	display: none !important;
}
.mw_wp_form_confirm #contact_wrap tr td.first:nth-of-type(1) {
    padding-top: 20px;
}
.mw_wp_form_confirm td:nth-of-type(2) div {
	font-size: 14px;
	line-height: 1.5em;
	width: 100%;
    height: auto;
    padding: 18px 20px;
    /*background-color: #fff;*/
    border: 1px solid #000;
}

.mw_wp_form .vertical-item + .vertical-item {
	margin-top: 0 !important;
}

.radio,.checkbox,.txta { line-height: 1em;}
.radio ,.checkbox {
	
}
.radio span,.checkbox span {
	display:  inline-block;
	line-height:  1em;
}
.radio.first div > span {
	width: 31%;
}
@media screen and (max-width: 800px) {
    .radio.first div > span {
        width: 40%;
    }
}
.radio.first div > span {
	margin-bottom: 26px;
}
.radio.first div > span:nth-of-type(4),
.radio.first div > span:nth-of-type(5) {
    margin-bottom: 8px;
}
.radio label span,
.checkbox label span {
	width: 100%;
	padding-top: 7px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	vertical-align: text-top;
}
.mwform-checkbox-field-text,
.mwform-radio-field-text{ line-height: 1.5em !important;}
.radio label,
.checkbox label {
	cursor       : pointer;
	position     : relative;
	display      : inline-block;
	overflow     : hidden;
	margin-right : 0;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-left : 55px;
	padding-top: 0;
	height: auto;
	min-height: 42px;
}


.radio label span,
.checkbox label span {
	position: relative;
	font-size: 16px;
/*	height: 40px;*/
}
.radio label span::before,
.checkbox label span::before {
	content       : '';
	position      : absolute;
	width         : 42px;
	height        : 42px;
	border        : 1px solid #000;
	background-color: #fff;
	border-radius : 50%;
	left          : -55px;
	top           : 0;
	z-index       : 3;
}
.radio label span::after,
.checkbox label span::after {
	content          : '';
	position         : absolute;
	width            : 28px;
	height           : 28px;
	border-radius    : 50%;
	left             : -48px;
	top              : 7px;
	background-color : #0086cc;
	z-index          : 1;
}
.radio label input[type="radio"],
.checkbox label input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 25px;
	height     : 25px;
	left       : -26px;
	top        : 1px;
	margin     : 0px;
	/*box-shadow : 25px -1px #FFF;*/
}
/*.radio label input[type="radio"]:checked,
.checkbox label input[type="checkbox"]:checked {
	box-shadow : none;
	-moz-box-shadow : none;
	-webkit-box-shadow : none;
}*/
.radio label input[type="radio"]:checked + span::after,
.checkbox label input[type="checkbox"]:checked + span::after {
	z-index: 5 !important;	
}
.mw_wp_form .horizontal-item + .horizontal-item { margin-left: 0 !important;}

.radio label input[type="radio"]:focus,
.checkbox label input[type="checkbox"]:focus {
	opacity    : 0;
	box-shadow : 20px -1px #FFF;
}


.event_catch {
	position: relative;
	font-size: 0;
	width: 100%;
	/*max-width: 1440px;*/
	height: auto;
	margin: 0 auto;
}
.event_catch div {
	position: absolute;
	left: 7.29vw;
	z-index: 1000;
	color: #fff;
}
.event_catch div.t1 {
	top: 18.54vw;
	font-size: 4.16vw;
	line-height: 1em;
	letter-spacing: 0.08em;
	font-weight: 500;
}
.event_catch div.t2 {
	top: 25.24vw;
	font-size: 2.92vw;
	line-height: 1.428em;
	letter-spacing: 0.08em;
	font-weight: 400;
}
.event_catch div.t3 {
	top: 37.92vw;
	font-size: 2.29vw;
	line-height: 1.39em;
	letter-spacing: 0.08em;
	font-weight: 400;
}

.event_wrap {
	padding: 0 0 240px;
    /*padding: 0 360px 240px;*/
}
#privacy-policy {
  padding: 0 360px 240px;
  
}
.bback {
	padding-bottom: calc(240px - 96px);
    background-color: rgba(0,134,203,0.05);
}

.ichiran_midashi {
    padding: 80px 0 120px;
}
.ichiran_midashi.past {
    padding-top: 50px;
}
.ichiran_midashi h3 {
    color: #0086cb;
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    text-align: center;
}


.project_wrap {
	padding: 0 360px calc(200px - 8px);
    padding: 0 0 calc(200px - 8px);
}
.hojin_wrap {
    padding: 0 360px calc(240px - 8px);
    padding: 0 0 calc(240px - 8px);
}
.event_wrap .inner,
.project_wrap .inner,
.hojin_wrap .inner {
    max-width: 720px;
    margin: auto;
}
.project_wrap .inner .catch {
    width: 720px;
    height: 540px;
    overflow: hidden;
    margin: 0 auto 100px;;
}
.hojin_wrap .inner .catch {
    width: 480px;
    height: 360px;
    overflow: hidden;
    margin: 0 auto 100px;;
}
.event_wrap h2 {
	font-size: 30px;
	line-height: 1.5em;
    font-weight: 400;
	margin-bottom: 53px;
}
.event_wrap h2 span {
	display: block;
	font-size: 20px;
	line-height: 1.6em;
	margin-bottom: 5px;
}
.project_wrap h2 {
    font-size: 26px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 40px;
}
.hojin_wrap h2 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 20px;
}
.project_wrap .inner h3 {
	font-size: 20px;
	line-height: 1em;
    letter-spacing: 0.08em;
	padding: 140px 0 6px;
	border-bottom: 1px solid #000;
	margin-bottom: 60px;
}
.project_wrap .inner ul.list li {
	font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 26px;
}
.project_wrap .inner ul.list li a {
    display: block;
    position: relative;
    padding-left: 100px;
}
.project_wrap .inner ul.list li span {
    position: absolute;
    left: 0;
    top: 0;
}
.project_wrap .inner ul.list li a::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 15px;
    background-image: url("../img/link_mark.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 11px 11px;
}
.event_wrap .inner .date {
	font-size: 20px;
    line-height: 1em;
    padding-bottom: 4px;
    margin: 0 0 60px;
    border-bottom: 1px solid #000;
}
.hojin_wrap .inner .hide {
    display: none;
}
.event_wrap .inner h3,
.hojin_wrap .inner h3 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.08em;
    padding-bottom: 6px;
    margin: 140px 0 60px;
    border-bottom: 1px solid #000;
}
.event_wrap .inner h4 {
	font-size: 18px;
	line-height: 1em;
    font-weight: 400;
	margin: 60px 0 15px;
}
.event_wrap .inner h4.name {
	font-size: 20px;
    font-weight: 400;
	margin: 40px 0 20px;
}
.event_wrap .inner h4.name span {
    display: block;
	font-size: 17px;
    line-height: 1.53em;
    margin-top: 10px;
}
.hojin_wrap .inner h4 {
    font-size: 20px;
    line-height: 1em;
    font-weight: 400;
    margin: 40px 0 12px;
}
.event_wrap .wp-block-image,
.hojin_wrap .wp-block-image {
    width: 250px;
    height: 250px;
    overflow: hidden;
}
.event_wrap .wp-block-image img,
.hojin_wrap .wp-block-image img {
    width: 100%;
	height: 100%;
	object-fit: cover;
}
.event_wrap .wp-block-image:nth-of-type(n+2),
.hojin_wrap .wp-block-image:nth-of-type(n+2) {
    margin-top: 100px;    
}
.event_wrap .wp-block-image.nashi {
    margin-top: 0 !important;
}
.event_wrap p,
.project_wrap p,
.hojin_wrap p,
#privacy-policy p {
    font-size: 16px;
    line-height: 2em;
    font-weight: 300;
}
.event_wrap p.b {
	font-size: 18px;
    font-weight: 400;
}
.event_wrap .peatix {
	text-align: center;
	margin-top: 96px;
}
#privacy-policy p {
    margin-bottom: 70px;
}
#privacy-policy p.type2 {
    margin-top: -30px;
}
#privacy-policy h3 {
    font-size: 24px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 24px;
}
#privacy-policy h4 {
    font-size: 18px;
    line-height: 1em;
    font-weight: 400;
    margin-bottom: 15px;
}
#privacy-policy .waku {
    padding: 30px 35px 28px;
    border: 1px solid #000;
}
#privacy-policy .waku p:nth-of-type(1) {
    font-size: 18px;
    line-height: 1em;
	font-weight: 400;
    margin-bottom: 16px;
}
#privacy-policy .waku p:nth-of-type(2) {
    margin-bottom: 0;    
}


img.fix {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* common */
hr {
    color: #a5a6a6;
    background-color: #a5a6a6;
    margin: 0;
}


a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1;
}
a:hover {
    opacity: 0.45;
}

a.btn {
	display: inline-block;
	color: #fff;
	font-size: 22px;
	line-height: 1em;
	text-align: center;
	width: 380px;
	height: 60px;
	padding-top: 18px;
	background-color: #0086cc;
	border-radius: 10px;
}

br.sp {
    display: none;
}



.sa {
  opacity: 0;
  transition: all 1.2s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}
.sa--left {
  transform: translate(30px, 0);
}
.sa--right {
  transform: translate(-30px, 0);
}
.sa--up {
  transform: translate(0, 30px);
}
.sa--down {
  transform: translate(0, -30px);
}