@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: rgb(134, 132, 132);
}

img {
  width: 80%;
  height: auto;
}

nav, .services, .presentation, .footer-content {
  width: 80%;
  margin: auto;
}

.services-title, .presentation {
  margin-bottom: 10%;
}

p {
  font-size: 1.8rem;
  color: rgb(134, 132, 132);
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
  font-weight: lighter;
}

.btn, .btn-secondary, .btn-primary {
  border: none;
  border-radius: 2px;
  padding: 0.7em 1.5em;
  cursor: pointer;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: transform 100ms;
}
.btn:hover, .btn-secondary:hover, .btn-primary:hover {
  transform: scale(1.1);
}

.btn-primary {
  color: #fff;
  background-color: #6495ED;
}

.btn-secondary {
  background-color: rgb(134, 132, 132);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  font-family: "Poppins", sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
}

h3 {
  font-size: 2.8rem;
}

.title {
  font-size: 3rem;
  padding: 1% 0;
  font-weight: bold;
  background: transparent;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #868484;
}

.logo {
  width: 100px;
  height: 20px;
  margin-bottom: 16%;
}

header {
  position: fixed;
  top: 0;
  border-top: 30px solid #eb6969;
  width: 100%;
  background-color: #eb6969;
}

.wrapper {
  background-color: transparent;
  padding-top: 100px;
  padding-bottom: 100px;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #eb6969;
  height: 25px;
  width: 100%;
  padding: 0% 5%;
}
nav ul {
  display: flex;
  padding: 0;
  margin-bottom: 2%;
}
nav ul a {
  padding: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
}
nav ul a:hover {
  transform: scale(1.1);
  color: #868484;
}

.bg-color {
  background-color: #ec8080;
}

.main-section {
  margin: 0 auto;
  background: url(/img/154.png);
  background-size: cover;
  background-position: center;
  height: auto;
  color: #ffffff;
  text-align: center;
  padding: 15% 5%;
}
@media screen and (max-width: 580px) {
  .main-section {
    margin-top: 3%;
    padding: 15% 0;
    width: 100vw;
    margin-right: 0%;
  }
}

.main-text {
  background-color: #f8b1b1;
  background: repeating-radial-gradient(circle, transparent, transparent 3.5px, #fb8686 3.5px, #fb8686 4.5px), repeating-radial-gradient(circle, transparent, transparent 3.5px, #f47585 3.5px, #f47585 4.5px), #f8b1b1;
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px, 20px 10px;
  opacity: 95%;
  padding: 10% 3%;
  width: 50%;
  height: auto;
  border-radius: 5px 5px;
}
@media screen and (max-width: 990px) {
  .main-text {
    min-width: 400px;
  }
  .main-text h1 {
    font-size: 3rem;
  }
  .main-text h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 580px) {
  .main-text {
    margin-top: 3%;
    min-width: 300px;
  }
}

.btn-main {
  padding: 5%;
  box-shadow: 5px 5px #f8b1b1;
  opacity: 100%;
}

.title-main {
  font-size: 5rem;
}

.card {
  width: 30%;
  min-width: 300px;
  background-color: #ec8080;
  border-radius: 7%;
  padding: 2%;
  margin: 1% 4%;
}
@media screen and (max-width: 1075px) {
  .card {
    margin: 1%;
  }
}
@media screen and (max-width: 920px) {
  .card {
    margin: 3% auto;
  }
}
.card i {
  padding: 10% 5%;
}
.card h3 {
  font-size: 2rem;
  color: #ffffff;
}

@media screen and (max-width: 990px) {
  .service-title {
    max-width: 80%;
  }
}

.service-type :hover {
  background-image: linear-gradient(90deg, #FF9A8B 0%, #FF6A88 55%, #FF99AC 100%);
}

.flex-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 950px) {
  .flex-section {
    display: block;
  }
}

.presentation {
  padding-top: 6%;
  margin-bottom: 3%;
}
.presentation .flex-item2 {
  text-align: right;
}
.presentation h2 {
  margin-bottom: 10%;
  width: 150%;
  text-align: left;
}
.presentation p {
  width: 100%;
  padding-right: 10px;
  padding-bottom: 10%;
  text-align: left;
}
.presentation .flex-item1 {
  width: 80%;
}

.services div {
  text-align: center;
}
.services .service-type {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 950px) {
  .services .service-type {
    display: block;
  }
}
.services .service-type i {
  font-size: 4rem;
  color: #ffffff;
}
.services .service-type h3 {
  font-weight: bold;
}
.services .service-type p {
  color: #ffffff;
  margin: 10% 0;
}

.about {
  padding: 3% 10%;
}
@media all and (max-width: 950px) {
  .about {
    margin: 0 auto;
    padding: 5%;
  }
}

@media all and (max-width: 750px) {
  .about-imgbox {
    max-width: 300px;
    margin: 4% auto;
  }
}

.about-img {
  max-width: 400px;
  height: auto;
  border: 10px solid #eb6969;
  box-shadow: -10px 10px 10px #f8b1b1;
  padding: 4%;
  margin-right: 4%;
}
.about-img:hover {
  border-radius: 50%;
}
@media screen and (max-width: 700px) {
  .about-img {
    margin: 0 auto;
  }
}

.about-text {
  margin: -4% 4%;
  text-align: right;
  width: 70%;
  color: #ffffff;
}
.about-text p {
  color: #ffffff;
  margin: 3% 0;
}
@media all and (max-width: 700px) {
  .about-text {
    width: 100%;
    margin-top: 3%;
  }
  .about-text p, .about-text h2 {
    text-align: center;
    padding: 1%;
    margin-top: 2%;
  }
}

.presentation {
  margin: 0 auto;
  text-align: center;
}

@media all and (max-width: 970px) {
  .pres-text {
    width: 100%;
    margin-left: 10%;
    padding: 2%;
    text-align: center;
  }
}
@media all and (max-width: 970px) {
  .pres-text h2 {
    margin-left: -25%;
    padding: 2%;
    text-align: center;
  }
}

@media all and (max-width: 970px) {
  .pres-img img {
    width: 100%;
    margin: 3% auto;
    padding: 2% 0;
  }
}

.gallery-bg {
  text-align: center;
  padding: 3% 0;
}
.gallery-bg h2 {
  padding: 4%;
}

.gallery-img {
  width: 270px;
  height: 150px;
}

.zoom {
  transition: transform 0.35s;
  width: 300px;
  height: 200px;
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  filter: grayscale(90%) invert(15%);
  scale: 80%;
  transform: rotate(5deg);
  display: inline-block;
  border: 1px solid #e9e7e7;
  background-color: #ffffff;
  padding: 15px 15px 60px 15px;
  box-shadow: 5px 8px 10px #f8b1b1;
}
.zoom:hover {
  transform: scale(150%);
  filter: grayscale(0%);
  padding: 0 auto;
}

.container {
  margin: auto;
  max-width: 1300px;
  overflow: auto;
  padding: 0 20px;
}

.small {
  font-size: 12px;
}

.btn, .btn-primary, .btn-secondary {
  display: inline-block;
  font-size: 15px;
  padding: 12px 23px;
  font-weight: 200;
  letter-spacing: 1px;
  border-radius: 4px;
}

.btn-color {
  background: #eb6969;
  border: none;
  color: #ffffff;
}

form label {
  display: inline-block;
  margin-bottom: 6px;
}
form .form-group {
  margin-bottom: 16px;
}
form .form-control, form .form-control-long {
  width: 100%;
  padding: 7px 12px;
  font-size: 1.7rem;
  line-height: 1.5;
  border: 1px solid #CED4DA;
  border-radius: 4px;
}
form .form-control-long {
  height: 5rem;
}

#features {
  padding: 80px 0;
}
#features h3 {
  line-height: 1.2em;
  font-weight: 200;
  padding-bottom: 10px;
}
#features .features-row {
  display: flex;
  padding-bottom: 40px;
  padding-top: 20px;
  width: 100%;
}
#features .features-row-content {
  width: 50%;
  padding-right: 40px;
  padding-left: 40px;
}
#features .features-row p {
  padding-top: 10px;
  padding-bottom: 15px;
}
@media screen and (max-width: 750px) {
  #features .features-row p, #features .features-row h3 {
    display: block;
  }
  #features .features-row p-content, #features .features-row h3-content {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #features .features-row {
    display: block;
  }
  #features .features-row-content {
    width: 100%;
  }
}

/** Contact **/
#contact {
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 950px) {
  #contact {
    display: block;
  }
}
#contact .wrapper {
  display: flex;
}
@media screen and (max-width: 920px) {
  #contact {
    display: block;
    padding: 3%;
  }
}
#contact .contact-text {
  color: #FFF;
  width: 80%;
  padding-left: 30px;
  margin: 2%;
}
@media screen and (max-width: 920px) {
  #contact .contact-text {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
}
#contact .contact-text p {
  padding-bottom: 20px;
  color: #ffffff;
}
#contact .contact-form {
  width: 45%;
  background: #FFF;
  padding: 40px 30px;
  margin: 0 5%;
}
@media screen and (max-width: 920px) {
  #contact .contact-form {
    width: 100%;
  }
}
#contact .contact-form h2 {
  padding-top: 20px;
  padding-bottom: 40px;
  text-align: center;
  font-weight: 600;
}
#contact .contact-form label {
  font-size: 1.7rem;
}

/*Social Icons*/
.social {
  color: hsl(0deg, 0%, 100%);
  font-size: 4rem;
}

.social-box {
  margin: 5% 10% 0 10%;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .social-box {
    margin: 0 auto;
  }
}

.social-link {
  margin: 3%;
}

/* Footer */
#mainfooter {
  background: #eb6969;
  text-align: center;
  padding: 30px;
}

@media (max-width: 700px) {
  /** Landing Page **/
  #landing-page .wrapper {
    flex-wrap: wrap;
  }
  #landing-page .landing-page-text {
    width: 100%;
    padding-right: 0px;
  }
  #landing-page .landing-page-form {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */