@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 1vw;
  /* font-size: 1em; */
}

@media screen and (min-width: 64em) {
  html {
    font-size: 10px;
  }
}
body {
  font-family: "Hiragino Sans", sans-serif;
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", serif;
}
.sp-only,
.pc-none {
  display: none;
}

@media screen and (max-width: 499px) {
  .sp-only {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .fv {
    width: 100%;
    margin-top: 5vh;
  }
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .header {
    width: 100%;
    padding: 0 20px;
  }
  #header {
    position: fixed;
    z-index: 100;
    background-color: #fff;
    width: 100%;
  }
  .header_wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .header_content {
    font-size: 1.4rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: normal;
    letter-spacing: 0.03em;
  }
  .header_content > span {
    margin-left: 0.5rem;
  }
  .header_topLink {
    /* display: inline-block;
    width: 373px; */
    padding-bottom: 4px;
    margin-top: 10px;
  }
  .header_logo {
    width: 70%;
    object-fit: cover;
  }
  .header_button {
    background: linear-gradient(to right, #109B8A 25%, #7b9f47, #fbc943);
    border-radius: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header_button:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    font-size: 2.4rem;
    color: white;
    margin-right: 18px;
  }
  .header_link {
    padding: 23px 0px;
    color: white;
    font-size: 1.7rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-decoration: none;
  }
}

main {
  overflow-x: hidden;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0;
  }
  .header_wrapper {
    padding: 0;
    align-items: center;
  }
  .header_link {
    padding: 30px 23px;
    color: white;
    font-size: 0.5rem;
    font-family: "Hiragino Sans", sans-serif;
    font-weight: 300;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-decoration: none;
  }
  .header_content {
    display: none;
  }
  .header_container.left {
    width: 42vw;
    padding: 0 0 5px 10px;
  }
  .header_topLink {
    /* width: 100%; */
  }
  .header_container.right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
  }
  .header_button {
    border-radius: 0;
    padding: 0;
    flex-direction: column;
  }
  .header_button:before {
    margin-right: 0;
  }
}

@media screen and (max-width: 499px) {
  .header_button {
    width: 14vw;
    height: 14vw;
  }
}

.fv {
  width: 100%;
  margin-top: 4vh;
}
.fv_wrapper {
  width: 100%;
  height: 52vw;
  background: url(../images/main.jpg) no-repeat center center/cover;
  position: relative;
}
.fv_container {
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1000px;
}
.fv_container a {
  display: block;
}
.fv_container span {
  color: #109B8A;
}
.fv_content {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #109B8A;
  text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
}
/* .fv_content.middle {
  margin: 2rem 0 2rem 0;
}
.text_bottom.middle {
  margin: 2rem 0px;
  font-weight: bold;
  text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
} */
/* .fv_button {
  display: inline-block;
  width: 450px;
  background: linear-gradient(to right, #109B8A 60%, #7b9f47, #fbc943);
  border-radius: 45px;
  margin: 41px auto 0;
  justify-content: center;
  align-items: center;
} */
.fv_link {
  padding: 1.8vw 0px;
  color: white;
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .fv_content.bottom {
    margin-top: 1.4vw;
  }
  .fv_title {
    margin-top: 2.8vw;
    letter-spacing: 2.6vw;
  }
  .fv_button {
    width: 40%;
    margin-top: 2.8vw;
    background: linear-gradient(to right, #109B8A 25%, #7b9f47, #fbc943);
  }
  .fv_button {
    display: inline-block;
    /* width: 450px; */
    background: linear-gradient(to right, #109B8A 60%, #7b9f47, #fbc943);
    border-radius: 45px;
    /* margin: 41px auto 0; */
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 499px) {
  .fv_button {
    width: 40%;
  }
}
.features {
  width: 100%;
  padding-top: 8.2vw;
  position: relative;
}
.compare {
  width: 100%;
  background: url(../images/bg_compare_001.jpg) no-repeat center top/cover;
  margin-top: 277px;
  padding: 0px 10px 211px 10px;
}
.compare_wrapper.first {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 204px 10px 0;
}
.compare_container.sixth {
  width: 100%;
  max-width: 714px;
  margin: 161px auto 0;
  padding: 32px 0 23px;
  display: flex;
  align-items: center;
  border: 1px solid #707070;
}
.compare_overview {
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
  padding: 0 15px 0 32px;
  white-space: nowrap;
}
.compare_table {
  border-left: 1px solid #707070;
  padding: 0 24px 0 29px;
}
.compare_table > p {
  font-size: 1.7rem;
  line-height: 1.76;
  /* white-space: nowrap; */
} 

@media screen and (max-width: 767px) {
   .compare {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  .compare_container.sixth {
    width: 90%;
    margin: 60px auto 0;
    padding: 4.2vw 0 3vw;
  }
  .compare_overview {
    padding: 0 1vw 0 1vw;
  }
  .compare_table {
    padding: 0 1vw 0 1vw;
  }
}
.contact {
  width: 100%;
  padding-bottom: 170px;
}
.contact_wrapper {
  width: 100%;
  position: relative;
}
.contact_container.first {
  width: 100%;
  background: #55B9AD;
  padding: 100px 0;
}
.contact_title {
  font-size: 1.1em;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  text-shadow: 0px 0px 5px #d8d8d8;
}
.contact_title.second {
  display: block;
  margin-top: 22px;
  font-size: 1.5em;
  white-space: nowrap;
}
.contact_title.third {
  display: block;
  margin-top: 31px;
}
.contact_title.normal {
  font-size: 1em;
  margin-left: -15px;
}
.contact_content {
  width: 95%;
  font-size: 1em;
  letter-spacing: 0.03em;
  line-height: 2.0;
  text-align: center;
  margin: 20px auto;
}

@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 60px;
  }
  .contact_container.first {
    padding: 13vw 0;
  }
  .contact_info {
    line-height: 1.33;
  }
}

@media screen and (max-width: 1000px) {
  .footer_container {
    grid-template-columns: repeat(2, 237px);
    grid-template-rows: repeat(2, 1fr);
  }
}

@media screen and (max-width: 499px) {
  .footer_container {
    grid-template-columns: repeat(1, 237px);
    grid-template-rows: repeat(4, 1fr);
  }
  .footer_inner.bottom {
    width: 7vw;
  }
  .recommend_wrapper .recommend.price dd {
    margin: 33px 0px 0px 48px;
    font-size: 1em;
  }
}

/*-- responsive --*/
@media screen and (max-width: 768px) {
html {
  font-size: 1em;
}

.fv_content {
font-size: 1.5em;
margin-bottom: 15px;
font-weight: bold;
letter-spacing: 0.05em;
color: #109B8A;
text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
}
.fv_wrapper {
  width: 100%;
  height: 58vw;
  background: url(../images/main.jpg) no-repeat center center/cover;
  position: relative;
}
.fv_container {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.text_bottom.middle {
  margin: 10px 0px 10px 0px;
  font-size: 1.2em;
  font-weight: bold;
  text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
}
.fv_link {
  padding: 1.8vw 0px;
  color: white;
  font-size: 1em;
  letter-spacing: 0.03em;
  text-decoration: none;
}
.features {
width: 90%;
margin: 0px auto;
}
.features p {
margin-bottom: 30px;
font-size: 1em;
line-height: 27px;
}
.features img {
width: 90%;
}
.features_container {
margin-bottom: 80px;
text-align: center;
}
.features_second {
margin-bottom: 30px;
text-align: center;
}
.features h2 {
margin-bottom: 20px;
padding: 1rem 2rem calc(1rem + 10px);
position: relative;
background: #55b9ad;
color: #FFFFFF;
text-align: center;
font-size: 1.2em;
line-height: 35px;
}
.features h2:before {
position: absolute;
top: -7px;
left: -7px;
width: 100%;
height: 100%;
content: '';
border: 1px solid #000;
}

/*-- recommend --*/
.recommend_container {
padding-bottom: 65px;
text-align: center;
background-image: url(../images/back.jpg);
}
.recommend_container img {
width: 95%;
margin-bottom: 30px;
}
.recommend_container p {
padding: 0px 10px;
font-size: 1.2em;
line-height: 25px;
color: #000000;
font-weight: bold;
}
.recommend h3 {
margin-bottom: 30px;
padding: 125px 10px 0px 10px;
text-align: center;
font-size: 1.1em;
color: #1A9B8C;
background-image: url(../images/ha.png);
background-repeat: no-repeat;
background-position: center;
}
.recommend h3 span {
font-size: 1.2em;
}
.recommend_wrapper .recommend.first {
width: 90%;
margin: 0px auto 30px;
}
.recommend_wrapper img {
width: 100%;
}
.recommend_text {
text-align: center;
font-size: 1em;
margin-bottom: 15px;
}
.recommend_wrapper .recommend.first .recommend_title {
margin-bottom: 30px;
padding: 8px 0px;
font-size: 1.5em;
background-color: #55B9AD;
text-align: center;
color: #FFFFFF;
}
.recommend_wrapper .recommend ul {
list-style: none;
}
.recommend_wrapper .recommend li::before {
position: absolute;
content: "■";
display: block;
color: #AFF2EA;
}
.recommend_wrapper .recommend li p {
margin: 0px 0px 15px 30px;
font-size: 1.2em;
}
.recommend_wrapper .recommend.price dl {
max-width: 585px;
margin: 25px auto;
padding-bottom: 22px;
border: solid 1px #55B9AD;
display: flex;
flex-wrap: wrap;
}
.recommend_wrapper .recommend.price dt {
margin: 20px 0px 0px 15px;
padding: 20px 45px 20px;
background-color: #AFF2EA;
font-size: 1em;
}
.recommend_wrapper .recommend.price dd {
margin: 33px 0px 0px 80px;
font-size: 1.2em;
}
.recommend_wrapper .recommend.price.bottom dd {
margin: 28px 0px 0px 28px;
}
.recommend_wrapper .recommend.price span {
font-size: 1.8em;
color: #55B9AD;
font-weight: bold;
}
.recommend_wrapper .recommend.second {
width: 80%;
margin: 0px auto 100px;
text-align: center;
} 
.recommend_wrapper .recommend.second dt {
margin-bottom: 20px;
}
.recommend_wrapper .recommend.second dd {
margin-bottom: 10px;
font-size: 0.8em;
}
.recommend_wrapper .recommend.second span::before {
margin-left: 15px;
content: "■";
display: inline;
}
.recommend_wrapper .recommend_text_bottom {
font-size: 0.8em;
}

/*-- explanation --*/
.explanation {
padding-bottom: 120px;
background-image: url(../images/bk_title_001.jpg);
}
.explanation h3 {
margin-bottom: 30px;
padding: 125px 10px 0px 10px;
text-align: center;
font-size: 1.1em;
color: #1A9B8C;
background-image: url(../images/ha.png);
background-repeat: no-repeat;
background-position: center;
}
.explanation .explanation_wrapper {
padding: 0px 10px;
}
.explanation .explanation_container {
padding: 50px 0px 50px 0px;
background-color: #FFFFFF;
box-shadow: 0px 0px 2px gray;
}
.explanation .explanation_container .container {
height: 129px;
padding-top: 15px;
}
.explanation .explanation_container dl {
padding-left: 28vw;
padding: 0px 15px 0px 28vw;
}
.explanation .explanation_container dt {
margin-bottom: 2vw;
font-weight: bold;
font-size: 1.8em;
}
.explanation .explanation_container dd {
font-size: 1.3em;
}
.explanation .explanation_container .container_001 {
background-image: url(../images/syukyofumon.png);
background-repeat: no-repeat;
background-position: 11% 0%; 
background-size: 17%;
}
.explanation .explanation_container .container_002 {
background-image: url(../images/seizenyoyaku.png);
background-repeat: no-repeat;
background-position: 11% 0%;
background-size: 17%;
}
.explanation .explanation_container .container_003 {
background-image: url(../images/kanrihi.png);
background-repeat: no-repeat;
background-position: 11% 0%;
background-size: 17%;
}
.explanation .explanation_container .container_004 {
background-image: url(../images/syokeisya.png);
background-repeat: no-repeat;
background-position: 11% 0%;
background-size: 17%;
}
.explanation .explanation_container .container_005 {
background-image: url(../images/pair.png);
background-repeat: no-repeat;
background-position: 11% 0%;
background-size: 17%;
}
.explanation .explanation_container .container_006 {
background-image: url(../images/ennaishisetu.png);
background-repeat: no-repeat;
background-position: 11% 0%;
background-size: 17%;
}

/*--  introduction  --*/
.introduction {
width: 90%;
margin: 0px auto; 
padding: 0px 10px;
}
.introduction h3 {
margin-bottom: 30px;
padding: 125px 10px 0px 10px;
text-align: center;
font-size: 1.1em;
color: #1A9B8C;
background-image: url(../images/ha.png);
background-repeat: no-repeat;
background-position: center;
}
.introduction h4 {
padding: 30px 0px 20px 0px;
text-align: center;
font-size: 1.5em;
color: #109B8A;
border-bottom: solid 2px gainsboro;
}
.introduction_container img {
width: 100%;
}
.introduction_container .text_top {
margin-bottom: 35px;
text-align: center;
font-size: 1.5em;
font-weight: bold;
}
.introduction_container .text_bottom {
margin-top: 15px;
line-height: 27px;
font-size: 1em;
}
.introduction .introduction_wrapper {
margin-bottom: 100px;
padding-bottom: 50px;
box-shadow: 0px 0px 5px grey;
background-image: url('../images/bk_title_-1.jpg');
}
.introduction .introduction_wrapper .wrapper_title {
max-width: 91%;
margin: 0px auto 20px;
}
.introduction .container {
padding: 0px 35px;
}
.introduction .container .introduction_first {
line-height: 27px;
}
.introduction .container .introduction_first p {
margin-bottom: 20px;
font-size: 1em;
}
.introduction .container .introduction_second img {
width: 100%;
}

/*-- compare --*/
.compare h3 {
margin-bottom: 30px;
padding: 125px 10px 0px 10px;
text-align: center;
font-size: 1.1em;
line-height: 22px;
color: #1A9B8C;
background-image: url(../images/ha.png);
background-repeat: no-repeat;
background-position: center;
}
.compare_container {
width: 90%;
margin: 0px auto;
}
.compare_container {
margin-bottom: 30px;
line-height: 27px;
font-size: 1em;
}
.compare_container.sixth p {
/* margin-bottom: 30px; */
line-height: 25px;
font-size: 1em;
}
.compare_container .top_image {
width: 100%;
margin-top: 30px;
}
.compare .container_image {
/* margin-top: 20px;
display: flex;
justify-content: space-between; */
}
.compare .container_image img {
width: 100%;
}

/*-- entryform --*/
h2.entryform {
background-color: #AF3845;
color: #fff;
text-align: center;
padding: 15px;
line-height: 1.5;
font-size: 3.0rem;
}
.entryform h2 img {
padding: 4vw;
}
.entryform .main-entryform-001 {
margin: 0px 10px 15px;
}
.entryform p.entryform-text {
margin: 5px 0px 5px;
text-align: center;
font-size: 0.9em;
color: #666666;
}
.entryform table {
width: 100%;
}
.entryform span {
color: #aa0000;
font-size: 0.8em;
font-weight: normal;
}
.entryform label {
display: block;
}
.entryform td {
max-width: 100%;
padding: 8px 0px;
font-size: 1.2em;
display: block;
background-color: #EDEAE1;
}
.entryform td:nth-of-type(1) {
max-width: 100%;
padding: 5px 0px;
text-indent: 8px;
font-size: 16px;
font-weight: bold;
background-color: #dddddd;
-webkit-border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}
.entryform td:nth-of-type(2) {
max-width: 100%;
padding: 20px 8px;
font-size: 12px;
text-align: center;
-webkit-border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
border-radius: 0px 0px 6px 6px;
}
.entryform input {
max-width: 80%;
font-size: 16px;
}
.entryform .submit {
padding: 8px 0px 20px;
text-align: center;
}
.entryform .submit input {
margin: 0px auto;
border: none;
padding: 11px 18px;
color: #ffffff;
font-size: 16px;
text-decoration: none;
display: block;
cursor: pointer;
background-color: #B20000;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.entryform dl:after {
content: "";
display: block;
clear: both;
}
.entryform dl dt {
padding: 8px 8px 0px 8px;
margin: 0px 0px 0px 20px;
float: left;
}
.entryform dl dt:nth-of-type(2) {
margin: 10px 0px 0px 20px;
padding: 8px 8px 0px 8px;
float: left;
clear: both;
}
.entryform dl dd:nth-of-type(2) {
margin: 10px 0px 0px;
}
.entryform dl dd {
float: left;
margin: 0px;
padding: 0px;
}
.entryform.mail input {
width: 300px;
font-size: 1.6em;
}
.entryform.mail .submit input {
width: auto;
}
.entryform.mail td {
display: block;
text-align: center;
}
.entryform.mail td.submit {
padding: 10px 0px 20px;
}
.entryform label.error {
color: #aa0000;
}
.entryform p {
margin: 10px auto;
text-align: center;
font-size: 0.9em;
color: #666666;
}
span.contact__title.first {
padding: 0;
color: #ffffff;
background-color: unset;
}

/*-- contact --*/
.contact {
width: 90%;
margin: 25px auto 50px;
padding: 10px;
text-align: center;
box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 33%);
}
.contact h2 {
color: #C79D26;
margin-bottom: 6px;
}
.contact h3 {
padding: 10px;
color: #fff;
background-color: #C79D26;
font-weight: 500;
font-size: 1em;
}
.contact .logo {
margin: 20px auto 10px;
}
.contact .phone {
margin: 10px;
}
p.phone img {
width: 85%;
}
.contact p.time {
border-bottom: 1px solid #e0e0e0;
padding-bottom: 7px;
font-size: 0.8em;
}
.contact .logo img {
width: 55%;
}

/*-- banner --*/
.banner {
margin-top: 30px;
width: 100%;
background-color: #333;
}
.banner h2 {
padding-top: 25px;
color: #fff;
font-size: 3.3rem;
font-weight: 300;
text-align: center;
}
.banner li {
margin: 15px auto;
list-style: none;
text-align: center;
}
.wako-banner-list {
padding: 10px;
}

/*-- footer --*/
footer {
color: #fff;
/* background-color: black; */
text-align: center;
padding: 20px 0px;
}
footer img {
width: 60%;
}
.footerlogo {
width: 70%;
margin: 10px auto 20px;
}
footer .box-001 {
width: 90%;
margin: 0px auto;
color: #888888;
font-size: 0.8em;
line-height: 1.5;
}
p.footerphone {
margin-bottom: 30px;
}
p.footertime {
width: 90%;
margin: 0px auto 5px;
font-size: 3.0em;
line-height: 1.5;
}
p.copyright a {
color: #888888;
text-decoration: none;
/* font-size: 2.5rem; */
}
p.copyright a:hover{
text-decoration: underline;
}

/*-- thanks --*/
#thanks .content {
text-align: center;
padding: 60px 10px 0px 10px;
font-size: 0.9em;
font-weight: 600;
line-height: 2.0;
}
/*-- senderror --*/
#senderror .content {
  text-align: center;
  padding: 60px 10px 0px 10px;
  font-size: 0.9em;
  font-weight: 600;
  line-height: 2.0;
}
/*-- privacy --*/
.privacy {
margin: 125px 0px 25px;
padding: 0px 25px;
}
.privacy h3 {
margin: 0px 0px 16px;
padding: 0px;
text-align: left;
border-bottom: solid 1px #eeeeee;
}
.privacy p {
margin: 0px 0px 16px;
text-align: left;
}
.privacy ul {
padding: 0px 0px 10px 30px;
}
.top_button {
text-align: center;
}

/*-- /タブレット用 --*/
}

@media screen and (max-width: 499px) {
  .fv_content {
  font-size: 1.3em;
  margin-bottom: 10px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #109B8A;
  text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
  }
  .fv_wrapper {
    width: 100%;
    height: 60vw;
    background: url(../images/main.jpg) no-repeat center center/cover;
    position: relative;
  }
  .fv_container {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 1000px;
  }

  .text_bottom.middle {
    margin: 10px 0px 10px 0px;
    font-size: 0.8em;
    font-weight: bold;
    text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
  }
  .fv_link {
    padding: 1.8vw 0px;
    color: white;
    font-size: 1em;
    letter-spacing: 0.03em;
    text-decoration: none;
  }

  .features h2 {
    margin-bottom: 20px;
    padding: 1rem 2rem calc(1rem + 10px);
    position: relative;
    background: #55b9ad;
    color: #FFFFFF;
    text-align: center;
    font-size: 1.2em;
    line-height: 21px;
  }
  .recommend h3 {
    margin-bottom: 30px;
    padding: 125px 10px 0px 10px;
    text-align: center;
    font-size: 1.2em;
    color: #1A9B8C;
    background-image: url(../images/ha.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 27px;
  }
  .recommend h3 span {
    font-size: 1.5em;
  }
  .recommend_container p {
    padding: 0px 3px;
    font-size: 1em;
    line-height: 21px;
    color: #000000;
    font-weight: bold;
  }
  .recommend_wrapper .recommend.price dt {
    margin: 20px 0px 0px 15px;
    padding: 20px 10px 20px;
    background-color: #AFF2EA;
    font-size: 1em;
  }
  .recommend_wrapper .recommend.price.bottom dd {
    margin: 28px 0px 0px 15px;
    font-size: 1.5em;
    }
  .recommend_wrapper .recommend.price dd {
    margin: 33px 0px 0px 25px;
    font-size: 1.5em;
  }
  .explanation h3 {
    margin-bottom: 30px;
    padding: 85px 10px 0px 10px;
    text-align: center;
    font-size: 1.5em;
    color: #1A9B8C;
    background-image: url(../images/ha.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .explanation .explanation_container dt {
    margin-bottom: 2vw;
    font-weight: bold;
    font-size: 1.5em;
  }
  .explanation .explanation_container dd {
    font-size: 1.1em;
  }
  .explanation .explanation_container .container_001 {
    background-image: url(../images/syukyofumon.png);
    background-repeat: no-repeat;
    background-position: 5% 10%; 
    background-size: 17%;
  }
  .explanation .explanation_container .container_002 {
    background-image: url(../images/seizenyoyaku.png);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size: 17%;
  }
  .explanation .explanation_container .container_003 {
    background-image: url(../images/kanrihi.png);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size: 17%;
  }
  .explanation .explanation_container .container_004 {
    background-image: url(../images/syokeisya.png);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size: 17%;
  }
  .explanation .explanation_container .container_005 {
    background-image: url(../images/pair.png);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size: 17%;
  }
  .explanation .explanation_container .container_006 {
    background-image: url(../images/ennaishisetu.png);
    background-repeat: no-repeat;
    background-position: 5% 10%;
    background-size: 17%;
  }
  .explanation .explanation_container dl {
    padding-left: 22vw;
    padding: 0px 15px 0px 22vw;
    line-height: 21px;
  }
  .introduction h3 {
    margin-bottom: 30px;
    padding: 85px 10px 0px 10px;
    text-align: center;
    font-size: 1.3em;
    color: #1A9B8C;
    background-image: url(../images/ha.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .introduction_container .text_top {
    margin-bottom: 35px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
  }
  .introduction h4 {
    padding: 30px 0px 20px 0px;
    text-align: center;
    font-size: 1.1em;
    color: #109B8A;
    border-bottom: solid 2px gainsboro;
  }
  .introduction .container {
    padding: 0px 10px;
  }
  .introduction .container .introduction_first p {
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  .compare h3 {
    margin-bottom: 30px;
    padding: 105px 10px 0px 10px;
    text-align: center;
    font-size: 1em;
    line-height: 22px;
    color: #1A9B8C;
    background-image: url(../images/ha.png);
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
  }
  .compare_container.sixth p {
    margin-bottom: 7px;
    line-height: 25px;
    font-size: 1em;
  }
  .contact_title {
    font-size: 1em;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 0px 5px #d8d8d8;
  }
  .contact_title.second {
    display: block;
    margin-top: 22px;
    font-size: 1.2em;
    white-space: nowrap;
  }
  .contact_title.normal {
    font-size: 1em;
    margin-left: -10px;
  }
  .contact_content {
    width: 95%;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 2.0;
    text-align: center;
    margin: 20px auto;
  }
  .contact h3 {
    padding: 10px;
    color: #fff;
    background-color: #C79D26;
    font-weight: 500;
    font-size: 0.9em;
  }
  footer .box-001 {
    width: 90%;
    margin: 0px auto;
    color: #888888;
    font-size: 0.7em;
    line-height: 1.5;
  }
  .privacy {
    margin: 60px 0px 25px;
    padding: 0px 25px;
    font-size: 1em;
  }
  .top_button {
    text-align: center;
    font-size: 1em;
  }
}

/*-- Pc --*/
@media screen and (min-width: 769px) {

body {
margin: 0;
background-color: #fff;
color: #333;
font-family: 'Noto Serif JP', serif;
font-size:2.0rem;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-text-size-adjust: 100%; 
word-wrap: break-word;
-webkit-text-size-adjust: 100%;
 -moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}

/*-- header --*/
#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

#header .lp-block.title {
    width: 1000px;
    height: 90px;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
}
#header .lp-block .logo {
  margin-right: 20px;
  display: inline-block;
}
#header h1 {
  font-weight: 600;
  font-size: 1.0rem;
}
#header .lp-block .logo img {
  width: 100%;
}
.header {
  width: 100%;
  padding: 0 20px;
}
#header {
  position: fixed;
  z-index: 100;
  background-color: #fff;
  width: 100%;
}

.header_wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 15px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.header_content {
  font-size: 1.4rem;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: normal;
  letter-spacing: 0.03em;
}

.header_content > span {
  margin-left: 0.5rem;
}

.header_topLink {
  display: inline-block;
  /* width: 373px; */
  padding-bottom: 4px;
  margin-top: 10px;
}

.header_logo {
  /* width: 70%; */
  object-fit: cover;
}

.header_button {
  background: linear-gradient(to right, #109B8A 60%, #7b9f47, #fbc943);
  border-radius: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header_link {
  width: 292px;
  padding: 23px 0px;
  color: white;
  font-size: 1.7rem;
  font-family: "Hiragino Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
}
/*-- fv --*/
.fv_content.middle {
  margin: 2rem 0 2rem 0;
}
.text_bottom.middle {
  margin: 2rem 0px;
  font-weight: bold;
  text-shadow: 2px 2px 8px #ffffff, -2px 2px 8px #ffffff, 2px -2px 8px #ffffff, -2px -2px 8px #ffffff, 2px 0px 8px #ffffff, 0px 2px 8px #ffffff, -2px 0px 8px #ffffff, 0px -2px 8px #ffffff;
}
.fv_button {
  display: inline-block;
  width: 450px;
  background: linear-gradient(to right, #109B8A 60%, #7b9f47, #fbc943);
  border-radius: 45px;
  margin: 41px auto 0;
  justify-content: center;
  align-items: center;
}

/*-- content --*/
/*-- features --*/
.features {
  max-width: 850px;
  margin: 0px auto;
  padding: 120px 10px 0px 10px;
}
.features_wrapper {
  margin-bottom: 40px;
  display: flex;
}
.features h2 {
  margin-bottom: 40px;
  padding: 1rem 2rem calc(1rem + 10px);
  position: relative;
  background: #55b9ad;
  color: #FFFFFF;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
}
.features h2:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 1px solid #000;
}
.features_first {
  font-size: 1.8rem;
  line-height: 2.2;
}
.features_second {
  margin-left: 30px;
}
.features_container img {
  width: 100%;
}
.features_container.img {
  display: flex;
  flex-wrap: wrap;
}
.features_container.img img {
  width: 50%;
}
.features_container {
  margin-bottom: 250px;
}

/*-- recommend --*/
.recommend_container {
  padding-bottom: 120px;
  text-align: center;
  background-image: url(../images/back.jpg);
}
.recommend.container {
  max-width: 850px;
  margin: 0px auto;
}
.recommend.container img {
width: 100%;
margin-bottom: 50px;
}
.recommend.container p {
  font-size: 32px;
  line-height: 45px;
  color: #000000;
  font-weight: bold;
}
.recommend h3 {
  margin-bottom: 50px;
  padding-top: 180px;
  text-align: center;
  font-size: 30px;
  color: #1A9B8C;
  line-height: 40px;
  background-image: url(../images/ha.png);
  background-repeat: no-repeat;
  background-position: center;
}
.recommend h3 span {
  font-size: 35px;
}
.recommend_text {
  width: 800px;
  margin: 0px auto 15px;
  padding: 0px 10px;
  font-size: 17px;
}
.recommend_wrapper {
  padding: 0px 10px;
  display: flex;
  max-width: 850px;
  margin: 0px auto 150px;
}
.recommend_wrapper .recommend.first {
width: 50%;
}
.recommend_wrapper img {
  width: 100%;
}
.recommend_wrapper .recommend.first .recommend_title {
  margin-bottom: 15px;
  padding: 8px 0px;
  font-size: 30px;
  background-color: #55B9AD;
  text-align: center;
  color: #FFFFFF;
}
.recommend_wrapper .recommend ul {
  list-style: none;
}
.recommend_wrapper .recommend li::before {
  position: absolute;
  content: "■";
  display: block;
  color: #AFF2EA;
}
.recommend_wrapper .recommend li p {
  margin: 0px 0px 15px 30px;
  font-size: 18px;
}
.recommend_wrapper .recommend.price dl {
  padding-bottom: 22px;
  margin: 25px 0px 20px 0px;
  border: solid 1px #55B9AD;
  display: flex;
  flex-wrap: wrap;
}
.recommend_wrapper .recommend.price dt {
  margin: 20px 0px 0px 15px;
  padding: 10px 45px;
  background-color: #AFF2EA;
}
.recommend_wrapper .recommend.price dd {
  margin: 25px 0px 0px 25px;
}
.recommend_wrapper .recommend.price.bottom dd {
  margin: 25px 0px 0px 15px;
}
.recommend_wrapper .recommend.price span {
  font-size: 35px;
  color: #55B9AD;
  font-weight: bold;
}
.recommend_wrapper .recommend.second {
  width: 50%;
  margin-left: 30px;
} 
.recommend_wrapper .recommend.second dt {
  margin-bottom: 20px;
}
.recommend_wrapper .recommend.second dd {
  margin-bottom: 10px;
}
.recommend_wrapper .recommend.second span::before {
  margin-left: 15px;
  content: "■";
  display: inline;
}
.recommend_wrapper .recommend_text_bottom {
  font-size: 15px;
}

/*-- explanation --*/
.explanation {
  padding-bottom: 120px;
  background-image: url(../images/bk_title_001.jpg);
}
.explanation h3 {
  margin-bottom: 50px;
  padding-top: 180px;
  text-align: center;
  font-size: 30px;
  color: #1A9B8C;
  background-image: url(../images/ha.png);
  background-repeat: no-repeat;
  background-position: center;
}
.explanation .explanation_wrapper {
  padding: 0px 10px;
}
.explanation .explanation_container {
  max-width: 850px;
  margin: 0px auto;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 2px gray;
}
.explanation .explanation_container dl {
  padding-left: 225px;
}
.explanation .explanation_container dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 25px;
}
.explanation .explanation_container dd {
  margin-bottom: 100px;
  font-size: 17px;
}
.explanation .explanation_container .container_001 {
  height: 200px;
  padding-top: 70px;
  background-image: url(../images/syukyofumon.png);
  background-repeat: no-repeat;
  background-position: 11% 45%; 
}
.explanation .explanation_container .container_002 {
  height: 180px;
  padding-top: 40px;
  background-image: url(../images/seizenyoyaku.png);
  background-repeat: no-repeat;
  background-position: 11% 0%;
}
.explanation .explanation_container .container_003 {
  height: 180px;
  padding-top: 40px;
  background-image: url(../images/kanrihi.png);
  background-repeat: no-repeat;
  background-position: 11% 0%;
}
.explanation .explanation_container .container_004 {
  height: 180px;
  padding-top: 40px;
  background-image: url(../images/syokeisya.png);
  background-repeat: no-repeat;
  background-position: 11% 0%;
}
.explanation .explanation_container .container_005 {
  height: 180px;
  padding-top: 40px;
  background-image: url(../images/pair.png);
  background-repeat: no-repeat;
  background-position: 11% 0%;
}
.explanation .explanation_container .container_006 {
  height: 180px;
  padding-top: 40px;
  background-image: url(../images/ennaishisetu.png);
  background-repeat: no-repeat;
  background-position: 11% 0%;
}

/*-- introduction --*/
.introduction {
  max-width: 850px;
  margin: 0px auto; 
  padding: 0px 10px;
}
.introduction h3 {
  margin-bottom: 100px;
  padding-top: 180px;
  text-align: center;
  font-size: 30px;
  color: #1A9B8C;
  background-image: url(../images/ha.png);
  background-repeat: no-repeat;
  background-position: center;
}
.introduction h4 {
  padding: 80px 0px 30px 0px;
  text-align: center;
  font-size: 30px;
  color: #109B8A;
  border-bottom: solid 2px gainsboro;;
}
.introduction_container img {
  width: 100%;
}
.introduction_container .text_top {
  margin-bottom: 35px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}
.introduction_container .text_bottom {
  margin-top: 15px;
  line-height: 40px;
}
.introduction .introduction_wrapper {
  margin-bottom: 100px;
  padding-bottom: 50px;
  box-shadow: 0px 0px 5px grey;
  background-image: url('../images/bk_title_-1.jpg');
}
.introduction .introduction_wrapper .wrapper_title {
  max-width: 91%;
  margin: 0px auto 30px;
}
.introduction .container {
  padding: 0px 35px;
  display: flex;
}
.container .introduction_first {
  line-height: 30px;
}
.container .introduction_first p {
  font-size: 17px;
}
.container .introduction_second {
  margin-left: 20px;
}

/*-- compare --*/
.compare h3 {
  margin-bottom: 40px;
  padding-top: 180px;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #1A9B8C;
  background-image: url(../images/ha.png);
  background-repeat: no-repeat;
  background-position: center;
}
.compare_container {
  max-width: 850px;
  margin: 0px auto;
}
.compare_container p {
  margin-bottom: 30px;
  line-height: 40px;
}
.compare_container .top_image {
  width: 100%;
}
.compare .container_image {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.compare .container_image img {
  width: 32%;
}
.contactpc p {
  margin: 0;
}

.contactpc {
  cursor: pointer;
  position: absolute;
  right: 0px;
  color: #fff;
}

/*-- entryform --*/
  .entryform h2 img {
  width: 80%;
  padding: 4vw;
  }
  .entryform h2 {
  font-size: 5.2rem;
  color: #ffffff;
  padding: 10px 0px 25px 0px;
  line-height: 1.4;
  }
  .entryform {
  font-size: 16px;
  }
  .main-entryform-001 p.text-001 {
  margin: 30px auto 30px;
  }
  .title-entryform {
  margin: 0px 0px 20px;
  }
  .text-entryform-001 {
  margin: 0px 0px 10px;
  }
  .entryform p {
  text-align: center;
  }
  .entryform .attention {
  color: #888888;
  }
  .entryform label.error {
  position: absolute;
  margin: -52px 0px 0px 0px;
  display: block;
  background-color: #ee0000;
  color: #ffffff;
  font-size: 10px;
  padding: 2px 15px;
  border-radius: 5px;
  -moz-opacity: 0.60;
  -khtml-opacity: 0.60;
  opacity: 0.60;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter:alpha(opacity=60);
  }
  .entryform label.error:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 18px;
  border: 5px solid transparent;
  border-top: 5px solid #ee0000;
  }
  .entryform input.error {
  border: solid 1px #ff7777;
  }
  .entryform dl {
  margin: 0px;
  padding: 0px;
  }
  .entryform dl dt {
  padding: 8px 0px 0px;
  float: left;
  }
  .entryform dl dt:nth-of-type(2) {
  padding: 8px 0px 0px 15px;
  }
  .entryform dl dd {
  padding: 0px;
  margin: 0px 0px 0px 8px;
  float: left;
  }
  .entryform textarea {
  width: 480px;
  }
  .entryform table {
  width: 820px;
  margin: 0px auto 24px;
  padding: 0px;
  border: solid 2px #aaaaaa;
  border-collapse: collapse;
  }
  .entryform table td:nth-of-type(odd) {
  width: 200px;
  padding: 8px 16px;
  border-right: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
  background-color: #dddddd;
  vertical-align: middle;
  }
  .entryform table td:nth-of-type(even) {
  padding: 8px 16px;
  background-color: #EDEAE1;
  border-bottom: solid 1px #ffffff;
  }
  .entryform span {
  padding: 1px 8px;
  font-size: 12px;
  color: #ffffff;
  background-color: #aa0000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  vertical-align: middle;
  }
  .entryform input {
  padding: 5px 8px;
  font-size: 16px;
  font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #dddddd;
  }
  .entryform textarea {
  padding: 5px 8px;
  font-size: 16px;
  font-family: メイリオ, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Arial, sans-serif;
  }
  .entryform .submit {
  padding: 20px 0px;
  text-align: center;
  }
  .entryform .submit input {
  padding: 6px 24px 8px;
  border:none;
  color: #ffffff;
  font-size: 24px;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #B20000;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.75);
  }
  .entryform .submit input:hover {
  cursor: pointer;
  background-color: #d31d1d;
  }
  span.contact__title.first {
  padding: 0;
  font-size: 4rem;
  color: #ffffff;
  background-color: unset;
  }
  
  /*-- contact --*/
  .contact {
  max-width: 850px;
  margin: 40px auto;
  padding: 25px;
  text-align: center;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 33%);
  }
  .contact h2 {
  font-size: 2.5rem;
  color: #C79D26;
  font-weight: bold;
  margin-bottom: 6px;
  }
  .contact h3 {
  padding: 8px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 500;
  background-color: #C79D26;
  }
  .contact .phone {
  margin: 15px 0px 0px 0px;
  }
  .contact p.time {
  margin: 8px auto 0px;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 7px;
  font-size: 16px;
  }
  .contact .logo {
  margin: 20px 0px;
  }
  .contact .contact_privacy {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
  }
  
  /*-- banner --*/
  .banner {
  margin-top: 100px;
  width: 100%;
  background-color: #333;
  }
  .banner h2 {
  text-align: center;
  padding-top: 30px;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 500;
  }
  .banner li {
  margin: 0 1vw 0 1vw;
  float: left;
  list-style: none;
  }
  .wako-banner-list {
  width: 88vw;
  height: 12vw;
  margin: 20px auto 0px;
  text-align: center;
  }
  .wako-banner-list ul li img {
  width: 20vw;
  }
  
  /*-- footer --*/
  footer {
  color: #fff;
  text-align: center;
  padding: 40px 0px;
  }
  
  .footerlogo {
  margin-bottom: 25px;
  }
  footer .box-001 {
  margin: 0px auto;
  color: #888888;
  padding-top: 10px;
  font-size: 1.5rem;
  }
  p.copyright a {
  color: #888888;
  text-decoration: none;
  }
  p.copyright a:hover{
  text-decoration: underline;
  }
  p.footertime {
  line-height: 3;
  font-size: 1.5rem;
  font-weight: lighter;
  }
  
  /*-- thanks --*/
  #thanks .content {
  text-align: center;
  padding: 60px 0px 0px 0px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.0;
  }

  /*-- senderror --*/
  #senderror .content {
  text-align: center;
  padding: 60px 0px 0px 0px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.0;
  }

  footer {
    color: #fff;
    /* background-color: black; */
    text-align: center;
  }
  
  /*-- privacy --*/
  #privacy .content {
    text-align: center;
    padding: 60px 0px 0px 0px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2.0;
  }
  .privacy {
    padding: 0px 25px;
    line-height: 1.8;
    font-weight: 500;
    width: 90%;
    margin: 100px auto;
    text-align: left;
  }
  .privacy h3 {
  margin: 0px 0px 16px;
  padding: 0px;
  text-align: left;
  border-bottom: solid 1px #eeeeee;
  }
  .privacy p {
  margin: 0px 0px 16px;
  text-align: left;
  }
  .privacy ul {
    padding: 0px 0px 10px 30px;
  }
  
  /*-- /Pc --*/
  }
  
  
  /*-- jQuery --*/
  /*-- css mov --*/
  #header.DownMove {
  animation: DownAnime 0.5s forwards;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
  animation-name: DownAnime;
  }
  #header.DownMove{
  animation: DownAnime 0.5s forwards;
  }
  @keyframes DownAnime{
  from {
  opacity: 0;
  transform: translateY(-100px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
  
  .fadeUp {
  animation-name: fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity: 0;
  }
  @keyframes fadeUpAnime{
  from {
  opacity: 0;
  transform: translateY(30px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
  }
  
  .fadeRight{
  animation-name:fadeRightAnime;
  animation-duration:2.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  @keyframes fadeRightAnime{
  from {
  opacity: 0;
  transform: translateX(100px);
  }
  
  to {
  opacity: 1;
  transform: translateX(0);
  }
  }
  
  .fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:2.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeLeftAnime{
  from {
  opacity: 0;
  transform: translateX(-100px);
  }
  
  to {
  opacity: 1;
  transform: translateX(0);
  }
  }
  
  .fadeInTrigger,
  .fadeUpTrigger,
  .fadeDownTrigger,
  .fadeLeftTrigger,
  .fadeRightTrigger{
   opacity: 0;
  }