@charset "utf-8";

@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');

/*****************************************************************************
reset 
*****************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
margin: 0;
padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
}

ul,ol {
list-style-type: none;
}

em,strong,th,address {
font-style: normal;
font-weight: normal;
text-align: left;
}

h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}

img,
object,
embed {
border: 0;
vertical-align: top;
}

img {
max-width: 100%;
height: auto;
}

hr {
display: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
font-size: 100%;
}

li {
list-style-type: none;
}

strong {
font-weight: bold;
}

/*****************************************************************************
linkColor 
*****************************************************************************/

a:link {
color: #000000;
text-decoration: none;
transition: 0.6s;
}

a:visited {
color: #000000;
text-decoration: none;
}

a:hover,a:active {
color: #009844;
text-decoration: none;
}

/*****************************************************************************
clearfix 
*****************************************************************************/

.cb {
clear: both;
font-size: 1%;
height: 0;
line-height: 0;
}

.clearfix:after {
content: ".";
display: block;
height: 0.1px;
font-size: 0.1em;
line-height: 0; 
clear: both;
visibility: hidden; 
}

.clearfix {
display: inline-block;
}

/* Hide from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* End hide from IE-mac */

/*****************************************************************************
base
*****************************************************************************/

html {
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
}

body {
font-family: "Noto Sans Japanese", sans-serif;
line-height: 1.5;
font-size: 1.5rem;
color: #000000;
overflow-x: hidden;
}


.button-green a {
position: relative;
overflow: hidden;
z-index: 1;
}
.button-green a:after {		
position: absolute;
top: 0;
left: -30%;
content: '';
width: 130%;
height: 100%;
background: #009844;
transform-origin: left top;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform: skewX(30deg) scale(0, 1);
z-index: -1;
}
@media screen and (max-width: 1024px) {
.button-green a:after {
display: none;
}
}
.button-green a:hover:after {
transform-origin: right top;
transform: skewX(30deg) scale(1, 1);
}
@media screen and (max-width: 1024px) {
.button-green a:hover:after {
display: none;
}
}


.button-white a {
position: relative;
overflow: hidden;
z-index: 1;
}
.button-white a:after {		
position: absolute;
top: 0;
left: -30%;
content: '';
width: 130%;
height: 100%;
background: #ffffff;
transform-origin: left top;
transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
transform: skewX(30deg) scale(0, 1);
z-index: -1;
}
@media screen and (max-width: 1024px) {
.button-white a:after {
display: none;
}
}
.button-white a:hover:after {
transform-origin: right top;
transform: skewX(30deg) scale(1, 1);
}
@media screen and (max-width: 1024px) {
.button-white a:hover:after {
display: none;
}
}

/*****************************************************************************
header 
*****************************************************************************/

.header {
width: 100%;
background: #ffffff;
position: fixed;
top: 0;
left: 0;
z-index: 999;
animation: fadeIn 1s ease 1 normal;
-webkit-animation: fadeIn 1s ease 1 normal;
transition: 0.6s;
}
@keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% {opacity: 0}
100% {opacity: 1}
}
.header__nav-sub {
height: 90px;
background: #ffffff;
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
}
@media screen and (max-width: 500px) {
.header__nav-sub {
height: 60px;
}
}
.header-logo {
width: 320px;
position: absolute;
top: 50%;
left: 1.82291666%;
transform: translate(0,-50%);
z-index: 9;
}
@media screen and (max-width: 1440px) {
.header-logo {
width: 250px;
}
}
@media screen and (max-width: 500px) {
.header-logo {
width: 200px;
left: 15px;
}
}
.header__nav-navi {
display: flex;
}
@media screen and (max-width: 1180px) {
.header__nav-navi {
display: none;
}
}
.header__nav-navi li {
margin-right: 30px;
}
@media screen and (max-width: 1440px) {
.header__nav-navi li {
margin-right: 20px;
}
}
.header__nav-navi li a {
position: relative;
transition: 0.3s;
z-index: 1;
}
.header__nav-navi li a:after {
position: absolute;
left: 0;
bottom: -3px;
content: '';
width: 100%;
height: 1px;
background: #009844;
transform-origin: right top;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: scale(0, 1);
z-index: -1;
}
@media screen and (max-width: 1180px) {
.header__nav-navi li a:after {
display: none;
}
}
.header__nav-navi li a:hover:after {
transform-origin: left top;
transform: scale(1, 1);
}
@media screen and (max-width: 1180px) {
.header__nav-navi li a:hover:after {
display: none;
}
}
.header__nav-navi li.cr a:after {
transform: scale(1, 1);
}
.header__nav-tel {
height: 100%;
background: #f1f0f0;
padding: 0 20px;
display: flex;
justify-content: center;
flex-direction: column;
}
@media screen and (max-width: 1180px) {
.header__nav-tel {
display: none;
}
}
.header__nav-tel dl {
color: #00512c;
display: flex;
align-items: center;
}
.header__nav-tel dt {
width: 110px;
font-weight: 500;
font-size: 1.6rem;
}
.header__nav-tel dd {
font-weight: 600;
font-size: 2.8rem;
display: flex;
align-items: center;
}
@media screen and (max-width: 1440px) {
.header__nav-tel dd {
font-size: 2.4rem;
}
}
.header__nav-tel dd a {
color: #00512c;
}
.header__nav-tel dd img {
width: 28px;
margin-right: 10px;
}
.header__nav-contact {
height: 100%;
}
@media screen and (max-width: 1180px) {
.header__nav-contact {
display: none;
}
}
.header__nav-contact a {
height: 100%;
background: #00512c;
box-sizing: border-box;
padding: 15px 30px;
text-align: center;
font-weight: 500;
font-size: 2.6rem;
color: #ffffff;
display: block;
}
@media screen and (max-width: 1440px) {
.header__nav-contact a {
padding: 15px;
font-size: 2.0rem;
}
}
.header__nav-contact span {
width: 36px;
height: 27px;
margin: 0 auto;
display: block;
}
@media screen and (max-width: 1440px) {
.header__nav-contact span {
width: 30px;
height: 23px;
margin: 0 auto 3px;
}
}
.header__nav-wrapper {
height: 70px;
background: rgba(0,152,68,0.71);
transition: 0.3s;
}
.header.smaller .header__nav-wrapper {
height: 50px;
}
@media screen and (max-width: 1180px) {
.header__nav-wrapper {
width: 100%;
height: 100vh;
box-sizing: border-box;
background: #ffffff;
margin: 0;
position: absolute;
top: 0;
left: 0;
transform: translateY(30px);
transition: 0.3s;
visibility: hidden;
opacity: 0;
z-index: 999;
}
.header.smaller .header__nav-wrapper {
height: 100vh;
}
.state-nav-open .header__nav-wrapper {
transform: translateX(0);
visibility: visible;
opacity: 1;
display: block;
}
}
@media screen and (min-width: 1181px) {
.header__nav-wrapper {
display: block !important;
}
}
.header__nav {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
}
@media screen and (max-width: 1180px) {
.header__nav {
height: auto;
display: block;
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-50%);
}
}
.header__nav .hide_pc {
display: none;
}
@media screen and (max-width: 1180px) {
.header__nav .hide_pc {
display: block;
}
}
.header__nav li {
height: 100%;
padding: 0 25px;
text-align: center;
position: relative;
}
@media screen and (max-width: 1440px) {
.header__nav li {
padding: 0 15px;
}
}
.header__nav li:after {
content: '';
width: 44px;
height: 1px;
background: #ffffff;
position: absolute;
top: 50%;
left: -22px;
transform: rotateZ(-60deg) translate(0,-50%);
}
@media screen and (max-width: 1180px) {
.header__nav li:after {
display: none;
}
}
.header__nav li:last-child:before {
content: '';
width: 44px;
height: 1px;
background: #ffffff;
position: absolute;
top: 50%;
right: -22px;
transform: rotateZ(-60deg) translate(0,-50%);
}
@media screen and (max-width: 1180px) {
.header__nav li:last-child:before {
display: none;
}
}
@media screen and (max-width: 1180px) {
.header__nav li {
height: auto;
margin-bottom: 20px;
padding: 0;
}
.header__nav li:last-child {
margin-bottom: 0;
}
}
.header__nav li a {
height: 100%;
font-weight: 500;
color: #ffffff;
display: flex;
align-items: center;
}
@media screen and (max-width: 1180px) {
.header__nav li a {
height: auto;
color: #000000;
display: block;
}
}
.header__nav li span {
display: block;
position: relative;
transition: 0.3s;
z-index: 1;
}
.header__nav li span:after {
position: absolute;
left: 0;
bottom: -5px;
content: '';
width: 100%;
height: 1px;
background: #ffffff;
transform-origin: right top;
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
transform: scale(0, 1);
z-index: -1;
}
@media screen and (max-width: 1180px) {
.header__nav li span:after {
display: none;
}
}
.header__nav li span:hover:after {
transform-origin: left top;
transform: scale(1, 1);
}
@media screen and (max-width: 1180px) {
.header__nav li span:hover:after {
display: none;
}
.header__nav li.cr a {
color: #009844;
}
}
.header__nav li.cr span:after {
transform: scale(1, 1);
}


.sp-button {
background: none;
padding: 0;
position: absolute;
top: 50%;
right: 1.82291666%;
transform: translate(0,-50%);
height: 60px;
width: 30px;
border: none;
outline: none;
cursor: pointer;
transition: 0.3s;
display: none;
z-index: 9999;
}
@media screen and (max-width: 500px) {
.sp-button {
right: 15px;
}
}
.sp-button-box {
height: 20px;
position: relative;
}
.sp-button span {
position: absolute;
display: block;
background: #009844;
width: 30px;
height: 2px;
transition: 0.3s;
}
.sp-button span:nth-of-type(1) {
top: 0;
}
.sp-button span:nth-of-type(2) {
top: 9px;
}
.sp-button span:nth-of-type(3) {
bottom: 0;
}
@media screen and (max-width: 1180px) {
.sp-button {
display: block;
}
.state-nav-open .sp-button span:nth-of-type(1) {
transform: rotateZ(45deg) translate(6.5px,6.5px);
}
.state-nav-open .sp-button span:nth-of-type(2) {
opacity: 0;
}
.state-nav-open .sp-button span:nth-of-type(3) {
transform: rotateZ(-45deg) translate(6.5px,-6.5px);
}
}

/*****************************************************************************
visual 
*****************************************************************************/

.home__visual {
position: relative;
}
.home__visual-wrapper {
width: 100%;
box-sizing: border-box;
padding: 0 30px;
text-align: center;
position: absolute;
top: 50%;
left: 0;
transform: translate(0,-35%);
z-index: 9;
}
@media screen and (max-width: 500px) {
.home__visual-wrapper {
transform: translate(0,0);
}
}
.home__visual-catch {
text-align: left;
font-weight: 600;
letter-spacing: 2px;
font-size: 2.5rem;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
display: inline-block;
}
@media screen and (max-width: 900px) {
.home__visual-catch {
font-size: 2.0rem;
}
}
@media screen and (max-width: 500px) {
.home__visual-catch {
display: none;
}
}
.home__visual-title {
width: 41.666666%;
margin: 0 auto;
}
@media screen and (max-width: 500px) {
.home__visual-title {
width: 90%;
}
}
.home__visual-bg {
position: relative;
}
.home__visual-bg:after {
content: '';
padding-top: 56.25%;
display: block;
}
@media screen and (max-width: 1280px) {
.home__visual-bg:after {
padding-top: 66.25%;
}
}
@media screen and (max-width: 900px) {
.home__visual-bg:after {
padding-top: 76.25%;
}
}
.home__visual-bg.bg-switch {
background-position: center center;
background-size: cover;
}

/*****************************************************************************
contents 
*****************************************************************************/

.home__campaign {
max-width: 850px;
margin: 0 auto;
padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
.home__campaign {
padding-bottom: 50px;
}
}
.home__campaign-list {
border-top: 1px solid #000000;
padding: 20px 30px;
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.home__campaign-list {
padding: 20px 0;
display: block;
}
}
.home__campaign-list:last-of-type {
border-bottom: 1px solid #000000;
}
.home__campaign-list dt {
margin-right: 30px;
margin-right: 25px;
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.home__campaign-list dt {
margin: 0 0 10px 0;
}
}
.home__campaign-list dt img {
width: 60px;
min-width: 60px;
margin-right: 30px;
width: 50px;
min-width: 50px;
margin-right: 25px;
}
@media screen and (max-width: 500px) {
.home__campaign-list dt img {
width: 30px;
min-width: 30px;
margin-right: 15px;
}
}
.home__campaign-list dt a {
background: #009844;
border-radius: 50px;
padding: 5px 30px 7px;
line-height: 1;
font-size: 1.6rem;
white-space: nowrap;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.home__campaign-list dt a {
margin-right: 15px;
}
}
.home__campaign-list dd {
	flex: 1;
}
.home__campaign-list dd .name{
	font-weight: bold;
}
.home__campaign-list dd .name::before{
	content: "【";
}
.home__campaign-list dd .name::after{
	content: "】";
}
.home__campaign .campaign__section-back{
	margin-top: 40px;
}
@media screen and (max-width: 500px) {
.home__campaign .campaign__section-back{
	margin-top: 50px;
}
}

.home__about {
}
.home__about-wrapper {
display: flex;
}
@media screen and (max-width: 670px) {
.home__about-wrapper {
display: block;
}
}
.home__about-block {
width: 52.380952%;
}
@media screen and (max-width: 670px) {
.home__about-block {
width: 100%;
}
}
.home__about-question {
margin: 0 -100px 80px 0;
}
@media screen and (max-width: 900px) {
.home__about-question {
margin: 0 -100px 40px 0;
}
}
@media screen and (max-width: 670px) {
.home__about-question {
margin: 0 0 40px 0;
}
}
.home__about-question-item {
margin-bottom: 20px;
font-weight: 500;
line-height: 1;
font-size: 9.0rem;
color: #009844;
}
@media screen and (max-width: 1280px) {
.home__about-question-item {
font-size: 5.46875vw;
}
}
@media screen and (max-width: 670px) {
.home__about-question-item {
font-size: 4.0rem;
}
}
.home__about-question-title {
font-weight: 600;
line-height: 1.3;
font-size: 6.5rem;
}
@media screen and (max-width: 1280px) {
.home__about-question-title {
font-size: 4.6875vw;
}
}
@media screen and (max-width: 670px) {
.home__about-question-title {
font-size: 3.4rem;
}
.home__about-question-title br {
display: none;
}
}
.home__about-question-title small {
margin-bottom: 10px;
font-size: 4.0rem;
display: block;
}
@media screen and (max-width: 1280px) {
.home__about-question-title small {
font-size: 2.34375vw;
}
}
@media screen and (max-width: 670px) {
.home__about-question-title small {
font-size: 2.4rem;
}
}
.home__about-question-title span {
margin-left: -0.5em;
}
.home__about-answer {
}
@media screen and (max-width: 670px) {
.home__about-answer {
margin-bottom: 40px;
}
}
.home__about-answer-item {
margin-bottom: 10px;
font-weight: 500;
line-height: 1;
font-size: 9.0rem;
color: #ea9428;
}
@media screen and (max-width: 1280px) {
.home__about-answer-item {
font-size: 5.46875vw;
}
}
@media screen and (max-width: 670px) {
.home__about-answer-item {
font-size: 4.0rem;
}
}
.home__about-answer-text {
line-height: 1.8;
font-size: 2.5rem;
}
@media screen and (max-width: 1280px) {
.home__about-answer-text {
font-size: 1.5625vw;
}
}
@media screen and (max-width: 670px) {
.home__about-answer-text {
font-size: 1.6rem;
}
}
.home__about-img {
width: 47.619047%;
margin-top: 80px;
}
@media screen and (max-width: 670px) {
.home__about-img {
width: 100%;
margin-top: 0;
}
}


.home__support {
background: url(/assets/img/home/home-bg01.jpg) no-repeat center center;
background-size: cover;
padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
.home__support {
padding-bottom: 50px;
}
}
.home__support-title {
width: 51.587301%;
position: absolute;
top: -70px;
left: 50%;
transform: translate(-50%,0);
}
@media screen and (max-width: 900px) {
.home__support-title {
width: 61.587301%;
top: -50px;
}
}
@media screen and (max-width: 670px) {
.home__support-title {
width: 71.587301%;
}
}
@media screen and (max-width: 500px) {
.home__support-title {
width: 90%;
top: -40px;
}
}
.home__support-first {
margin-bottom: 20px;
padding-top: 200px;
}
@media screen and (max-width: 900px) {
.home__support-first {
padding-top: 100px;
}
}
.home__support-second {
margin: 0 -10px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 670px) {
.home__support-second {
margin: 0;
display: block;
}
}
.home__support-second-box {
width: 50%;
box-sizing: border-box;
margin-bottom: 20px;
padding: 0 10px;
}
@media screen and (max-width: 670px) {
.home__support-second-box {
width: 100%;
padding: 0;
}
}
.home__support-first > a,
.home__support-second-box > a{
	display: block;
	background-color: #fff;
}
@media screen and (max-width: 670px) {
	.home__support-first > a{
		display: inline;
	}
}
.home__support-third {
margin: 0 -10px;
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 670px) {
.home__support-third {
margin: 0;
display: block;
}
}
.home__support-third-box {
width: 33.3333%;
box-sizing: border-box;
margin-bottom: 20px;
padding: 0 10px;
}
@media screen and (max-width: 670px) {
.home__support-third-box {
width: 100%;
padding: 0;
}
}
.home__support-img {
transition: 0.3s;
}
.home__support-second-box .home__support-img img.mini {
	display: block;
	width: 320px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 670px) {
	.home__support-second-box .home__support-img img.mini {
		width: 220px;
	}
}
.home__support-img.hide-sp {
}
@media screen and (max-width: 670px) {
.home__support-img.hide-sp {
display: none;
}
}
.home__support-img.hide-pc {
display: none;
}
@media screen and (max-width: 671px) {
.home__support-img.hide-pc {
display: block;
}
}
.home__support-btn {
background: linear-gradient(90deg, #016938, #7bb640);
padding: 12px 15px;
text-align: right;
font-weight: 500;
font-size: 1.8rem;
color: #ffffff;
display: flex;
justify-content: flex-end;
align-items: center;
transition: 0.3s;
}
@media screen and (max-width: 670px) {
.home__support-btn {
font-size: 1.6rem;
display: block;
}
}
.home__support-btn span {
font-weight: normal;
line-height: 1.3;
font-size: 2.8rem;
color: #ffffff;
display: block;
}
@media screen and (max-width: 1280px) {
.home__support-btn span {
font-size: 2.38095238vw;
}
}
@media screen and (max-width: 670px) {
.home__support-btn span {
margin-bottom: 10px;
text-align: center;
font-size: 2.0rem;
}
}
.home__support-first .home__support-btn {
justify-content: space-between;
}
a:hover .home__support-img,
a:hover .home__support-btn {
/* transform: translateY(-10px); */
opacity: 0.8;
}


.home__news {
max-width: 850px;
margin: 0 auto;
padding-bottom: 100px;
}
@media screen and (max-width: 500px) {
.home__news {
padding-bottom: 50px;
}
}
.home__news-list {
border-top: 1px solid #000000;
padding: 20px 30px;
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.home__news-list {
padding: 20px 0;
display: block;
}
}
.home__news-list:last-of-type {
border-bottom: 1px solid #000000;
}
.home__news-list dt {
margin-right: 30px;
display: flex;
align-items: center;
}
@media screen and (max-width: 500px) {
.home__news-list dt {
margin: 0 0 10px 0;
}
}
.home__news-list dt a {
background: #ea9428;
border-radius: 50px;
margin-right: 30px;
padding: 5px 30px 7px;
line-height: 1;
font-size: 1.6rem;
white-space: nowrap;
color: #ffffff;
display: block;
}
@media screen and (max-width: 500px) {
.home__news-list dt a {
margin-right: 15px;
}
}
.home__news-list dd {
	flex: 1;
}
.home__news .news__section-back{
	margin-top: 40px;
}
@media screen and (max-width: 500px) {
	.home__news .news__section-back{
		margin-top: 50px;
	}
}
/*****************************************************************************
footer 
*****************************************************************************/

.footer {
}


.footer__upper {
background: #009844;
padding: 20px 0;
}
@media screen and (max-width: 900px) {
.footer__upper {
padding: 20px 0 0;
}
}
.footer__upper .inner {
display: flex;
}
@media screen and (max-width: 900px) {
.footer__upper .inner {
display: block;
}
}
.footer__upper-tel {
display: flex;
align-items: center;
flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
.footer__upper-tel {
margin-bottom: 20px;
justify-content: center;
}
}
@media screen and (max-width: 670px) {
.footer__upper-tel {
display: block;
}
}
.footer__upper-tel dl {
margin-right: 40px;
color: #ffffff;
}
@media screen and (max-width: 670px) {
.footer__upper-tel dl {
width: 100%;
margin: 0 0 20px 0;
}
.footer__upper-tel dl:last-child {
margin-bottom: 0;
}
}
.footer__upper-tel dl:last-child {
margin-right: 0;
}
.footer__upper-tel dt {
margin-bottom: 5px;
font-weight: 500;
font-size: 2.0rem;
}
@media screen and (max-width: 1440px) {
.footer__upper-tel dt {
font-size: 1.8rem;
}
}
.footer__upper-tel dd {
font-weight: 600;
line-height: 1;
font-size: 4.0rem;
display: flex;
align-items: center;
}
@media screen and (max-width: 1680px) {
.footer__upper-tel dd {
font-size: 2.083333vw;
}
}
@media screen and (max-width: 1440px) {
.footer__upper-tel dd {
font-size: 2.8rem;
}
}
.footer__upper-tel dd a {
color: #ffffff;
}
.footer__upper-tel dd img {
width: 40px;
margin-right: 10px;
}
@media screen and (max-width: 1440px) {
.footer__upper-tel dd img {
width: 30px;
}
}
.footer__upper-contact {
position: absolute;
bottom: -20px;
right: 50px;
}
@media screen and (max-width: 900px) {
.footer__upper-contact {
position: relative;
bottom: auto;
right: auto;
}
}
.footer__upper-contact a {
background: linear-gradient(0deg, #d8d8d8, #ffffff);
border: 1px solid #ebebeb;
border-bottom: none;
border-radius: 6px 6px 0 0;
box-sizing: border-box;
padding: 20px 30px;
text-align: center;
font-weight: 600;
font-size: 3.6rem;
color: #00512c;
display: block;
transition: 0.3s;
}
@media screen and (max-width: 1680px) {
.footer__upper-contact a {
font-size: 1.875vw;
}
}
@media screen and (max-width: 900px) {
.footer__upper-contact a {
font-size: 2.4rem;
}
}
@media screen and (max-width: 500px) {
.footer__upper-contact a {
padding: 15px 0;
font-size: 2.0rem;
}
}
.footer__upper-contact span {
width: 40px;
height: 30px;
margin: 0 auto;
display: block;
}
@media screen and (max-width: 500px) {
.footer__upper-contact span {
width: 30px;
height: 23px;
margin: 0 auto 3px;
}
}


.footer__lower {
background: #00512c;
padding: 20px 0;
position: relative;
z-index: 9;
}
@media screen and (max-width: 500px) {
.footer__lower {
padding: 20px 0 100px;
}
}
.footer__lower .inner {
display: flex;
align-items: center;
justify-content: space-between;
}
@media screen and (max-width: 900px) {
.footer__lower .inner {
display: block;
}
}
.footer-logo {
width: 50%;
}
@media screen and (max-width: 900px) {
.footer-logo {
width: 100%;
margin-bottom: 20px;
text-align: center;
}
}
.footer-logo img {
width: 320px;
}
@media screen and (max-width: 1440px) {
.footer-logo img {
width: 250px;
}
}
.footer-copyright {
width: 50%;
text-align: right;
font-size: 1.1rem;
color: #ffffff;
}
@media screen and (max-width: 900px) {
.footer-copyright {
width: 100%;
text-align: center;
}
}


.fixed__nav {
display: none;
}
@media screen and (max-width: 500px) {
.fixed__nav {
width: 100%;
display: flex;
position: fixed;
bottom: 0;
left: 0;
z-index: 99;
}
}
.fixed__nav ul {
width: 100%;
display: flex;
}
.fixed__nav li {
width: 50%;
height: 60px;
font-weight: 600;
font-size: 1.9rem;
}
.fixed__nav li:first-child {
font-size: 1.6rem;
}
.fixed__nav li img {
width: 30px;
margin-right: 5px;
}
@media screen and (max-width: 320px) {
.fixed__nav li img {
width: 20px;
}
}
.fixed__nav li a {
height: 100%;
background: #009844;
border-radius: 3px 3px 0 0;
display: flex;
align-items: center;
justify-content: center;
color: #ffffff;
}
.fixed__nav li:first-child a {
background: #00512c;
}

/*****************************************************************************
 transform 
 *****************************************************************************/

.effect-fade {
opacity: 0;
transition: all 1s;
}
.effect-fadeIn {
opacity: 1.0;
}


.effect {
opacity: 0;
transform: translate(0,30px);
transition: all 1s;
}
.fadeIn {
opacity: 1.0;
transform: translate(0,0);
}
