@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol:wght@400;500;700&family=Kalam:wght@300;400;700&display=swap');

* {margin: 0; padding: 0; outline: 0;}

html {
  font-size: 62.5%;
}
body {
    font-family: 'Kaisei Decol', serif;
	font-size: 1.4rem;
	line-height:1.8;
    color: #444;
	background:#fff;
	letter-spacing:1px;
    max-width: 1280px;
    margin: 0 auto !important;
}

a {
	color:#147bab;
	text-decoration:none;
    transition: 0.3s all ease;
}
a:hover {
	text-decoration:underline;
    transition: 0.3s all ease;
}

.clear {
	clear: both;
}

img {
}
a img {
  transition: 0.3s all ease;
}
a img:hover {
  transform: scale(1.05);
  transition: 0.3s all ease;
}

.bold {
	font-weight:bold;
}


/*common rule*/
.margin_b_5 {
	margin-bottom:5px;
}
.margin-b-10 {
	margin-bottom:10px;
}
.margin-b-20 {
	margin-bottom:20px;
}
.margin-b-30 {
	margin-bottom:30px;
}
.margin-b-40 {
	margin-bottom:40px;
}
.margin-b-50 {
	margin-bottom:50px;
}
.margin-b-60 {
	margin-bottom:60px;
}
.margin-b-70 {
	margin-bottom:70px;
}
.margin-b-80 {
	margin-bottom:80px;
}
.margin-b-90 {
	margin-bottom:90px;
}
.margin-b-100 {
	margin-bottom:100px;
}
h2#pagetitle {
	font-size:3rem;
	padding:0 0 20px 0;
	letter-spacing:0.1em;
    font-weight: bold;
}



/*HEADER*/
header {
  position:fixed;
  width: 100%;
  height: 80px;
  top: 0;
  z-index:2;
  background: #fff;
  max-width: 1280px;
}
#header-inner {
  width:100%;
  margin: 0 auto;
  display: flex;
  padding: 0 2rem;
}
#header-inner h1 {
  line-height: 1;
}
#header-inner h1 img {
  height: 60px;
  margin: 10px 0;
}


/*NAV*/
#header-inner nav {
  display: flex !important;
  width: 100%;
  justify-content: flex-end;
}
.toggle{
 display: none;
}
ul#mainmenu {
  position: absolute;
  display: flex;
  margin:0 0 0 50rem;
  background-color: transparent;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
ul#mainmenu li {
  height: 80px;
  width: 150px;
  line-height: 1.6;
  flex: 1;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
ul#mainmenu li a {
  color: #444;
  transition: 0.3s all ease;
}
ul#mainmenu li a:hover {
  text-decoration: none;
  transform: scale(1.05);
  transition: 0.3s all ease;
}
ul#mainmenu li span {
  color: #147bab;
  display: block;
  font-size: 1.4rem;
  font-family: 'Kalam', cursive;
}
ul#mainmenu li a:hover span {
  color: #f18a3c;
  transition: 0.3s all ease;
}

/*MAINVISUAL TOP*/
.mainvisual {
  margin: 80px 0 0 0;
  overflow: hidden;
}
.mainvisual-inner {
  height: 400px;
  width: 60%;
  background-image: url(../img/back-index-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.mainvisual-inner h2 {
  z-index: 2;
  position: absolute;
  top: 13%;
  left: 5%;
  display: flex;
  flex-direction: column;
}

.title span {
  display: block;
  float: left;
  position: relative;
  font-weight: bold;
}
.title:nth-child(1){
  color: #fff;
  font-size: 9rem;
  line-height: 0.9;
  font-family: 'Kalam', cursive;  
}
.title:nth-child(2){
  color: #fff;
  font-size: 9rem;
  line-height: 0.9;
  font-family: 'Kalam', cursive;
}
.title:nth-child(3) {
  color: #fff;
  letter-spacing: 0.8rem;
  margin: 2rem 0 0 0.5rem;
  font-size: 2.4rem;
}
.title:nth-child(4) {
  color: #fff;
  letter-spacing: 0.8rem;
  margin: 0 0 0 0.5rem;
  font-size: 2.4rem;
}


/*swiper*/
.swiper-wrapper img.-sp {
  display: none;
}

/*MAINVISUAL COMPANY*/
.mainvisual-common {
  height: 350px;
  overflow: hidden;
  display: flex;
  margin-top: 70px;
}
.mainvisual-common-inner {
  width: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
}
.mainvisual-common-inner img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.mainvisual-common-inner.-company img {
  object-position: 0 0;
}
.mainvisual-common-inner h2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  top: 70px;
  left: 0;
  width: 100%;
  height: 350px;
}
.mainvisual-common-inner h2 .title {
  display: block;
}
.mainvisual-common-inner h2 .title span {
  font-weight: bold;
}
.mainvisual-common-inner h2 .title:nth-child(1){
  color: #fff;
  font-size: 3rem;
  font-family: 'Kaisei Decol', serif;
  line-height: 0.9;
  display: flex;
  justify-content: center;
}
.mainvisual-common-inner h2 .title:nth-child(2){
  margin: 2rem 0 0 0;
  font-size: 1.8rem;
  font-family: 'Kalam', cursive;
  display: flex;
  justify-content: center;
}


/*SWIPER*/
.swiper {
  width: 100%;
}
.swiper--wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 300px;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  text-align: center;
  line-height: 300px;
}
.swiper::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  opacity: 0;
  bottom: 0;
  height: 20%;
  width: 100%;
  left: 0;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}


/*EFFECT*/
.effect-fade {
  opacity: 0;
  transform: translate(0,45px);
  transition: all 600ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0,0);
}



/*MAIN*/
main {
  width: 1280px;
  padding: 6rem 2rem;
}
main.main-nomv {
  padding: 14rem 2rem 8rem;
  min-height: 70vh;
}


/*MAIN-TOP*/
main#main-top {
  width: 1280px;
  margin: 0 auto;
  padding: 0;
}
main#main-top .top-lead {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
}
main#main-top .top-lead p {
  font-size: 1.8rem;
  text-align: center;
}
main#main-top .img-mark {
  display: flex;
  width: 15%;
  margin: 4rem auto;
}
.top-topic div {
  font-size: 1.6rem;
  background: #f3e1cd;
  color: #cd6812;
  text-align: center;
  border-radius: 5px;
  width: fit-content;
  margin: 0 auto;
  padding: 3rem 2rem 1rem;
  text-shadow: #fff 0 2px 0;
  position: relative;
  line-height: 1.6;
}
.top-topic div h3 {
  background: #cd6812;
  color: #f3e1cd;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
  text-shadow: none;
  width: 100%;
  font-size: 1.2rem;
}
.top-topic.-pc {
  position: fixed;
  right: 20px;
  top: 100px;
  z-index: 2;
  opacity: 0.9;
}
.top-topic.-sp {
  display: none;
}

.banner-cf {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  line-height: 0;
}
.banner-cf a {
  display: block;
}
.banner-cf img {
  width: 450px;
  border-radius: 5px;
}


/*COMPANY*/
.company-table {
  width: 100%;
  margin-bottom: 4rem;
}
.company-table th , .company-table td {
  padding:2rem;
  margin:0 3px 3px 0;
}
.company-table th {
  width: 30%;
  white-space:nowrap;
  vertical-align:middle;
  text-align:center;
  background:#eee;
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}
.company-table td {
  width: 70%;
  background:#f7f7f7;
  border-bottom:2px solid #fff;
}


/*CONTACT-TABLE*/
.contact {
}
.contact .item {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0.5rem;
}
.contact .item .note {
  font-size: 1.4rem;
}
.contact-table {
  width: 100%;
  margin:2rem 0 4rem;
}
.contact-table th , .contact-table td {
  padding:10px;
  margin:0 3px 3px 0;
}
.contact-table th {
  width:30%;
  text-align:center;
  background:rgba(102, 102, 102, 0.1);
  border-bottom:2px solid #fff;
  border-right:2px solid #fff;
}
.contact-table td {
  width:70%;
  background:rgba(102, 102, 102, 0.05);
  border-bottom:2px solid #fff;
}
form.contact input[type="text"] {
  padding:1rem;
  width:100%;
  height:60px;
  margin:0 0 3rem;
  font-size:1.6rem;
  font-weight:bold;
  border:1px solid #ccc;
  box-sizing:border-box;
  -webkit-appearance:none;
}
form.contact textarea {
  width:100%;
  height:200px;
  padding:10px;
  font-size:1.6rem;
  font-weight:bold;
  border:1px solid #ccc;
  box-sizing:border-box;
  -webkit-appearance:none;
  margin: 0 0 40px;
}
form.contact input::-webkit-input-placeholder {
  color: #ccc;
}
form.contact input:-ms-input-placeholder {
  color: #ccc;
}
form.contact input::-moz-placeholder {
  color: #ccc;
}
form.contact textarea::-webkit-input-placeholder {
  color: #ccc;
}
form.contact textarea:-ms-input-placeholder {
  color: #ccc;
}
form.contact textarea::-moz-placeholder {
  color: #ccc;
}

a.backbutton {
  background:#eee;
  width:40%;
  margin:0 2% 0 8%;
  display:inline-block;
  text-align:center;
  line-height:2rem;
  padding: 20px;
  background: #000;
  color:#fff;
  font-size: 2rem;
  font-weight: bold;
}

a.backbutton:hover {
  text-decoration:none !important;
  background: #666;
}

input.sendbutton {
  background:#147bab;
  border-radius: 0.8em;
  width:40%;
  margin:0 30%;
  display:inline-block;
  text-align:center;
  color:#fff;
  line-height:2rem;
  vertical-align:top;
  outline:none;
  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s all ease;
}

input.sendbutton-confirm {
  margin:0 8% 0 2% !important;
}
input.sendbutton:hover {
  background: #ff6633;
  transition: 0.3s all ease;
}

/*PAGETOP*/
#to-pagetop {
  position: fixed;
  bottom: -100px;
  right: 50px;
  line-height:1.0;
  z-index:10000000;
  font-size:12px;
}


/*FOOTER*/
footer {
  color:#147bab;
  width:100%;
  padding:0;
  margin:0;
  background:#dfeefa;
}
footer .footer-info-left {
  background: url(/img/back-index-01.jpg);
  background-position: top;
  padding: 3rem 5rem 3rem 10rem;
  width: 55%;
}
footer #footer-info .footer-info-left .footer-info-left-title {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
footer #footer-info .footer-info-left .footer-info-left-text {
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
footer #footer-info .footer-info-left .footer-info-left-tel {
  font-family: 'Kalam', cursive;
  font-size: 5rem;
  line-height: 1;
  font-weight: bold;
}
footer #footer-info .footer-info-left .footer-info-left-tel i {
  font-size: 4.2rem;
}
footer #footer-info .footer-info-right {
  background: #007ab4;
  font-weight: bold;
  padding: 5rem;
  width: 45%;
  text-align: center;
}
footer #footer-info .footer-info-right-title {
  font-family: 'Kalam', cursive;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 2rem;
}
footer #footer-info .footer-info-right a {
  border:2px solid #fff;
  padding: 1rem 2rem;
  color: #fff;
  display: inline-block;
}
footer #footer-info .footer-info-right a:hover {
  background: #84cc4e;
  color: #fff;
  text-decoration: none;
  border:2px solid #84cc4e;
}
footer #footer-inner {
  width: 100%;
  margin: 0 40px;
  padding: 4rem 10rem 4rem 0;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
footer #footer-inner ul.footer-logo {
  align-items: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
footer #footer-inner .footer-logo li {
  justify-content: center;
  display: flex;
  margin-bottom: 1rem;
}
footer #footer-inner .footer-logo li img {
  height: 50px;
}
footer #footer-inner .footer-sitemap {
}
footer #footer-inner .footer-sitemap li a {
  color:#147bab;
  padding: 0 0 0.5rem;
  display: block;
}
footer #footer-inner .footer-sitemap li a:hover {
  text-decoration: none;
}
footer #copyright {
  background: #fff;
  color:#444;
  height: 70px;
  text-align:center;
  font-family: 'Kalam', cursive;
}
footer #copyright address {
  height: 70px;
  align-items: center;
  display: flex;
  justify-content: center;
  font-style: normal;
  font-size: 1.8rem;
}



@media screen and (min-width: 1281px) {
  .mainvisual-inner h2 {
    left: 8%;
  }
  main {
    width: 1280px;
    margin: 0 auto;
  }
}



@media screen and (max-width: 1280px) {
  header #header-inner {
    padding: 0;
  }
  #header-inner h1 a {
    height: 80px;
    padding: 0 1rem;
    display: flex;
    align-items:  center;
  }
  ul#mainmenu {
    margin:0 0 0 30%;
  }
  main {
    width: 100% !important;
    margin: 0;
  }
  .mainvisual {
    height: 370px;
  }
  .mainvisual-inner h2 {
    top: 16%;    
  }
  .swiper::after {
    height: 15%;
  }
  .banner-cf img {
    width: 370px;
  }
  .title:nth-child(1),
  .title:nth-child(2){
    font-size: 8rem;
  }
  footer #footer-inner {
    width: 100%;
    padding: 4rem 8rem;
  }
  footer #footer-info .footer-info-left {
    padding: 4rem;
  }
  footer #footer-info .footer-info-left .footer-info-left-title {
    font-size: 2.2rem;
  }
}  


@media screen and (max-width: 1080px) {
  .mainvisual-inner h2 {
    top: 16%;    
  }
  .title:nth-child(1), .title:nth-child(2) {
    font-size: 7rem;
  }
  .title:nth-child(3) {
    font-size: 2rem;
    margin: 1rem 0 0 0.5rem;
  }
  .title:nth-child(4) {
    font-size: 2rem;
    margin: 0 0 0 0.5rem;
  }
  main#main-top .top-lead {
    width: 80%;
  }
  main#main-top .top-lead p {
    text-align: justify;
  }
  main#main-top .img-mark {
    width: 20%;
    margin: 4rem auto
  }
  .swiper::after {
    height: 25%;
  }
  .banner-cf img {
    width: 300px;
  }
}


@media screen and (max-width: 880px) {
  .mainvisual-inner h2 {
    top: 16%;    
  }
  main#main-top .img-mark {
    width: 25%;
    margin: 3rem auto
  }
}


@media screen and (max-width: 768px) {
/*header*/
  nav{
    width: 100%;
    height: 70px;
    position: relative;
  }
  header {
    height: 70px;
  }
  #header-inner h1 a {
    height: 70px;
  }
  #header-inner h1 img {
    height: 50px;
  }
  .drawer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 70px;
    padding: 0 1em;
  }
  ul#mainmenu{
    text-align:center;
    transition: all 0.3s ease;
    -webkit-transform: translateX(140%);
    display: block;
    margin: 0;
  }
  ul#mainmenu.open {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  ul#mainmenu li {
    height: inherit;
    margin: 0;
    border-bottom: 2px solid #fff;
    width: 60vw;
    top: 70px;
    position: relative;
    right: 0;
  }
  ul#mainmenu li:last-child {
    border-bottom: none;
  }
  ul#mainmenu li a {
    width: 100%;
    padding: 1.5rem;
    text-align:left;
    background-color:#eee;
    display: flex;
    justify-content: space-between;
  }
  ul#mainmenu li a span {
  }
  .toggle {
    display: block;
    position: fixed;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 3;
    right: 4vw;
    top: 1.8vh;
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 35px;
    border-bottom: solid 4px #333;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  .toggle span:nth-child(1) {
    top:5px;
  }
  .toggle span:nth-child(2) {
    top: 15px;
  }
  .toggle span:nth-child(3) {
    top: 25px;
  }
  .toggle.active span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /*MAIN VISUAL*/
  .mainvisual {
    display: block;
    height: auto;
    margin: 70px 0 0 0;
  }
  .mainvisual-inner {
    height: 300px;
    width: 100%;
  }
  .mainvisual-inner h2 {
    top: 13%;
    left: 5%;
  }
  .title:nth-child(1),
  .title:nth-child(2) {
    font-size: 6rem;
  }
  .title:nth-child(3){
    margin: 0.6rem 0 0 0;
  }
  .title:nth-child(4) {
    margin: 0;
  }
  .title:nth-child(3),
  .title:nth-child(4){
    font-size: 1.6rem;
    letter-spacing: 0.2em;
  }
  .mainvisual-common {
    height: 20vh;
  }
  .mainvisual-common-inner img {
    height: 20vh;
  }  



  /*SWIPER*/
  .swiper {
    width:100%;
  }
  .swiper.-company {
    width: 100%;
    height: 30vh;
    margin-bottom: 2rem;
  }
  .swiper.-company .swiper-slide img {
    object-fit: cover;
  }
  .swiper-slide img {
    width: 100%;
  }
  .swiper::after {
    bottom:0;
    height: 25%;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    top:10px;
  }
  .swiper-slide img {
    width: auto;
  }
  .swiper-wrapper img.-pc {
    display: none;
  }
  .swiper-wrapper img.-sp {
    display: block;
    object-fit: cover;
    object-position: center;
    height: 300px;
    width: 100%;
  }



  /*MAIN*/
  main {
    padding: 4rem 2rem;
  }
  main#main-top {
    padding: 2rem;
    width: 100%;
  }
  main#main-top .top-img-01 {
    margin: 2rem 0 0;
  }
  main#main-top .top-lead {
    width: 90%;
  }
  main#main-top .top-lead p {
    font-size: 1.6rem;
  }
  main#main-top .img-mark {
    width: 30%;
    margin: 3rem auto;
  }
  main.main-nomv {
    padding: 10rem 2rem 4rem;
  }
  .mainvisual-common-inner h2 {
    height: 20vh;
    top: 70px;
  }
  ul#mainmenu li {
    opacity: 0.95;
  }
  .top-topic.-sp {
    display: block;
  }
  .top-topic.-pc {
    display: none;
  }


  /*COMPANY*/
  .company-table {
    margin-bottom: 2rem;
  }
  .company-img-01 {
    width: 100%;
    margin: 0 0 2rem;
  }
  .mainvisual-common-inner h2 .title:nth-child(1) {
    font-size: 2.2rem;
  }
  .mainvisual-common-inner h2 .title:nth-child(2) {
    margin: 1rem 0 0 0;
  }


  /*FOOTER*/
  footer #footer-info {
    display: flex;
    flex-wrap: wrap;
  }
  footer #footer-info .footer-info-left {
    padding: 2rem;
    width: 100%
  }
  footer #footer-info .footer-info-left .footer-info-left-title {
    font-weight: bold;
    font-size: 2rem;
  }
  footer #footer-info .footer-info-left .footer-info-left-text {
    font-size: 1.2rem;
    text-align: justify;
    margin-bottom: 1rem;
    letter-spacing: 0;
  }
  footer #footer-info .footer-info-left .footer-info-left-tel {
    font-family: 'Kalam', cursive;
    font-size: 3rem;
    text-align: center;
  }
  footer #footer-info .footer-info-left .footer-info-left-tel i {
    font-size: 2.6rem;
  }
  footer #footer-info .footer-info-right {
    padding: 2rem;
    width: 100%
  }
  footer #footer-info .footer-info-right-title {
    font-size: 3rem;
  }
  footer #footer-info .footer-info-right a {
  }
  footer #footer-inner {
    display: block;
    padding: 2rem 0;
    margin: 0;
    text-align: center;
  }
  footer #footer-inner .footer-logo {
    margin: 0 0 2rem;
  }
  footer #footer-inner .footer-logo li img {
    height: 30px;
  }
}


@media screen and (max-width: 640px) {
  .banner-cf {
    width: calc(100% - 20px);
  }
  .banner-cf img {
    width: 100%;
  }
}


@media screen and (max-width: 480px) {
  
  /*HEADER*/
  header {
    height: 60px;
  }
  #header-inner h1 a {
    height: 60px;
    padding: 0 1rem;
    display: flex;
    align-items:  center;
  }
  #header-inner h1 a img {
    height: 40px;
  }
  .drawer {
    height: 60px;
  }
  ul#mainmenu li {
    top: 60px;
  }
  
  
  /*MAIN VISUAL*/
  .mainvisual {
    height: 250px;
    margin: 60px 0 0 0;
  }
  .mainvisual-inner {
    height: 300px;
  }
  .mainvisual-inner h2 {
    top: 14%;
  }
  .mainvisual-common {
    margin-top: 60px; 
  }
  .mainvisual-common-inner h2 {
    top: 60px;
  }
  .title:nth-child(1), .title:nth-child(2) {
    font-size: 5rem;
  }
  .swiper::after {
    height: 25%;
  }
  .swiper-slide img {
    height: 300px;
    object-position: -5vw 0;
  }
  
  
  /*MAIN*/
  main {
    padding: 2rem 4%;
  }
  main.main-nomv {
    padding: 8rem 4%;
  }
  h2#pagetitle {
    font-size: 2rem;
  }
  main#main-top .img-mark {
    width: 35%;
  }
  
  /*MAIN TOP*/
  .top-topic div {
    width: 100%;
  }


  /*COMPANY*/
  .company-table {
    font-size: 1.3rem;
  }
  .company-table th, .company-table td {
    padding: 1rem;
  }
  
  
  /*CONTACT*/
  .contact {
      margin:0;
  }
  .contact .item {
    font-size: 1.6rem;
  }
  .contact .item .note {
    font-size: 1.2rem;
  }
  .contact-table {
      margin:10px 0 0;
      width:100%;
  }
  .contact-table td {
      min-width:inherit !important;
  }
  form.contact input[type="text"] {
    margin: 0 0 2rem;
  }
  form.contact textarea {
      width:100%;
  }
  form.contact input[type="text"] {
      width:100%;
  }
  .contact-table {
      width:100%;
      margin:20px 0;
  }
  input.sendbutton {
      width:40%;
      margin:0 30%;
      display:inline-block;
      text-align:center;
      color:#fff;
      line-height:2rem;
      vertical-align:top;
      outline:none;
      border:none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }
  input.sendbutton-confirm {
      margin:0 8% 0 2% !important;
  }
  
  /*FOOTER*/
  footer #copyright address {
    font-size: 1.4rem;
  }
}


@media screen and (max-width: 375px) {
  .swiper-slide img {
    object-position: -15vw 0;
  }
}