/* 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: 1.09vw 0.83vw;
  font-family: "Montserrat", sans-serif;
  font-size: 0.94vw;
  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: 40.63vw;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 0 0 5.73vw 5.73vw;
  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: 67.71vw;
  padding: 7.29vw 0 3.13vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s01 h1 {
  width: 27.6vw;
  font-size: 2.08vw;
  line-height: 1.2;
  color: #fff;
}

.s01 p {
  width: 27.6vw;
  padding: 1.04vw 0;
  font-size: 1.25vw;
  color: #fff;
}

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

.s02 {
  width: 61.2vw;
  margin: 0 auto;
  padding: 4.17vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s02 h3 {
  font-size: 1.04vw;
  text-align: center;
  color: #575757;
}

.s02 h2 {
  width: 31.25vw;
  padding: 0.52vw 0 1.04vw;
  font-size: 1.88vw;
  text-align: center;
  color: #de782e;
}

.s02 p {
  font-size: 1.25vw;
  text-align: center;
  color: #575757;
}

.s02 p span {
  font-weight: bold;
}

.s02 p + p {
  padding: 1.56vw 0 0;
}

.s02-row {
  padding: 2.08vw 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.08vw;
}

.s02-item {
  width: 18.96vw;
  padding: 1.56vw 1.35vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0.1rem solid #de782e;
  border-radius: 0.52vw 0 0.52vw 0;
}

.s02-item img {
  width: 2.6vw;
}

.s02 h4 {
  padding: 1.04vw 0 0.52vw;
  font-size: 1.25vw;
  text-align: center;
  color: #575757;
}

.s02-item p {
  width: 56.25vw;
  width: 14.06vw;
  font-size: 1.04vw;
  color: #575757;
}

.s03 {
  width: 70.83vw;
  margin: 0 auto;
  padding: 5.21vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.s03 h2 {
  width: 19.79vw;
  font-size: 1.88vw;
  text-align: center;
}

.s03 h2 span {
  font-weight: 700;
  color: #de782e;
}

.s03 p.p01 {
  width: 44.79vw;
  padding: 1.04vw 0 2.08vw;
  font-size: 1.25vw;
  text-align: center;
}

.s03-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.56vw;
  column-gap: 1.04vw;
}

.s03-item {
  width: 21.88vw;
  display: flex;
  flex-direction: column;
  border-radius: 1.04vw 0 1.04vw 0;
  background-color: #fff;
  overflow: hidden;
}

.s03-img {
  width: 100%;
  height: 11.46vw;
  object-fit: cover;
}

.s03-info {
  padding: 1.56vw 1.56vw 0.78vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.s03-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.s03 h3 {
  font-size: 1.56vw;
  text-transform: uppercase;
}

.s03 p.p02 {
  margin: 0.78vw 0;
  padding: 0.26vw 0.52vw;
  font-size: 0.83vw;
  font-weight: bold;
  border-radius: 0.3rem 0 0.3rem 0;
  color: #fff;
  background-color: #de782e;
}

.s03 ul {
  display: flex;
  flex-direction: column;
  gap: 0.26vw;
  list-style: none;
}

.s03 li {
  display: flex;
  align-items: center;
  gap: 0.52vw;
  font-size: 0.94vw;
  color: #575757;
}

.s03-item li img {
  width: 1.56vw;
}

.s03-item a {
  width: 100%;
  margin: 1.56vw 0 0;
  padding: 0.78vw 0 0;
  display: inline-block;
  font-size: 0.94vw;
  font-weight: bold;
  text-align: center;
  color: #de782e;
  border-top: 0.1rem solid #575757;
}

.s03-item a:hover {
  text-decoration: underline;
}

/* ------------ */
/* ------------ */
/* ------------ */

.hide-desktop {
  display: none;
}

@media screen and (max-width: 600px) {
  .cc-btn,
  form input[type="submit"] {
    padding: 3.13vw 2.71vw;
    font-size: 3.33vw;
    border-radius: 0.63vw 0 0.63vw 0;
  }
  .cc-btn::before {
    border-radius: 8vw;
  }
  h2 {
    width: 86vw;
    font-size: 6vw;
  }
  p {
    font-size: 3.7vw;
  }
  .s01 {
    min-height: 136.46vw;
    justify-content: flex-end;
    border-radius: 0 0 16.67vw 16.67vw;
  }
  .s01-wrap {
    width: 85.83vw;
    padding: 41.67vw 0 12.5vw;
    align-items: center;
  }
  .s01 h1 {
    width: 85.83vw;
    font-size: 6.25vw;
    text-align: center;
  }
  .s01 p {
    width: 100%;
    padding: 2.08vw 0 2.92vw;
    font-size: 3.75vw;
    text-align: center;
  }
  .s02 {
    width: 91.67vw;
    padding: 12.5vw 0 0;
  }
  .s02 h3 {
    font-size: 3.75vw;
  }
  .s02 h2 {
    width: 100%;
    padding: 2.08vw 0 4.17vw;
    font-size: 5.42vw;
  }
  .s02 p {
    font-size: 3.75vw;
  }
  .s02 p + p {
    padding: 5vw 0 0;
  }
  .s02-row {
    padding: 5.42vw 0 0;
    gap: 4.17vw;
  }
  .s02-item {
    width: 76.04vw;
    padding: 6.25vw 4.17vw;
    border-radius: 2.08vw 0 2.08vw 0;
  }
  .s02-item img {
    width: 8.75vw;
  }
  .s02 h4 {
    padding: 2.92vw 0 2.08vw;
    font-size: 4.58vw;
  }
  .s02-item p {
    width: 66.67vw;
    font-size: 3.75vw;
  }
  .s03 {
    width: 87.5vw;
    padding: 16.67vw 0 0;
  }
  .s03 h2 {
    width: 58.33vw;
    font-size: 5.42vw;
  }
  .s03 p.p01 {
    width: 81.25vw;
    padding: 4.17vw 0;
    font-size: 3.75vw;
  }
  .s03-row {
    row-gap: 4.17vw;
  }
  .s03-item {
    width: 100%;
    border-radius: 4.17vw 0 4.17vw 0;
  }
  .s03-img {
    height: 45.83vw;
  }
  .s03-info {
    padding: 6.25vw 6.25vw 3.13vw;
  }
  .s03 h3 {
    font-size: 6.25vw;
  }
  .s03 p.p02 {
    margin: 3.13vw 0;
    padding: 1.04vw 2.08vw;
    font-size: 3.33vw;
  }
  .s03 ul {
    gap: 1.04vw;
  }
  .s03 li {
    gap: 2.08vw;
    font-size: 3.75vw;
  }
  .s03-item li img {
    width: 6.25vw;
  }
  .s03-item a {
    margin: 6.25vw 0 0;
    padding: 3.13vw 0 0;
    font-size: 3.75vw;
  }
  .hide-desktop {
    display: flex;
  }
  .hide-mobile {
    display: none;
  }
}
