/* Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  background: #f7f7f7;
  margin: 0;
  padding: 0;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}

.cc-btn {
  padding: 21px 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  text-align: center;
  border-radius: 0.4rem 0 0.4rem 0;
  color: #fff;
  background-color: #de782e;
  transition: filter 0.2s;
  position: relative;
  display: inline-block;
}

/* .cc-btn::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: 0.4rem 0 0.4rem 0;
  box-shadow: 0vw 0.89vw 2.81vw 0vw rgb(210 169 39 / 80%);
  transition: opacity 0.3s;
}

.cc-btn:hover::before {
  opacity: 1;
} */

.cc-btn:hover,
form input[type="submit"]:hover {
  filter: brightness(110%);
}

p {
  font-weight: 500;
  line-height: 1.3;
}

.s01 {
  min-height: 780px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 110px 110px;
  overflow: hidden;
  z-index: 1;
}

.s01-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.s01-wrap {
  width: 1300px;
  padding: 140px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01 h1 {
  width: 530px;
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

.s01 p {
  width: 530px;
  padding: 20px 0;
  font-size: 24px;
  color: #fff;
}

.s01 p.p01 span {
  font-weight: bold;
}

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    padding: 15px 13px;
    font-size: 16px;
    border-radius: 3px 0 3px 0;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  h2 {
    width: 86vw;
    font-size: 6vw;
  }
  p {
    font-size: 3.7vw;
  }
  .s01 {
    min-height: 655px;
    justify-content: flex-end;
    border-radius: 0 0 80px 80px;
  }
  .s01-wrap {
    width: 412px;
    padding: 200px 0 60px;
    align-items: center;
  }
  .s01 h1 {
    width: 412px;
    font-size: 30px;
    text-align: center;
  }
  .s01 p {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    text-align: center;
  }

  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
