@charset 'utf-8';

section {
  width: 98%;
  margin-bottom: 4rem;
}

.btn {
  background-color: #ef703f;
  border-color: #ef703f;
}

#main .inner > * {
  margin: 6rem auto;
}

#notice {
  background-color: #ef703f;
  border: 2px solid #ef703f;
}

h2 {
  background: linear-gradient(transparent 80%, #ef703f 0%);
}

h3 {
  color: white;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.top {
  max-width: 100%;
  margin: auto;
  margin-bottom: 4rem;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
}

section:not(:first-of-type) {
  margin-bottom: 4rem;
}

.top .bg-ray {
  position: absolute;
  width: 100%;
  background-color: #1b1464;
  opacity: 0.8;
}

.top .catch {
  max-width: 1400px;
  position: relative;
  margin: auto;
  padding: 4rem 0.5rem;
}

.copy-1 {
  color: white;
  font-size: 3em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.copy-2 {
  color: white;
  font-size: 1.6em;
  margin-bottom: 1em;
}
.copy-3 {
  color: #29abe2;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.tell {
  color: #f58021;
  font-size: 4em;
  font-weight: bold;
}
.tell img {
  width: 1.6em;
  vertical-align: top;
}

.top .catch .policy {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  width: 35rem;
  height: 35rem;
  border: 1rem solid #22b5aa;
  border-radius: 50%;
  background-color: white;
}

.top .catch .policy li {
  color: #22b5aa;
  font-size: 1.2em;
  margin-bottom: 0.8rem;
}
.top .catch .policy p {
  font-size: 1.2em;
}
.top .catch .policy .meiryou {
  font-size: 1.4em;
  margin-top: -0.8rem;
}

.price h4 {
  font-size: 1.2em;
  color: white;
  margin: 3rem 0 0;
  padding: 0.3em 0.5em 0.2em;
  background-color: #74a94f;
}

.price table {
  width: 100%;
}

.price table tr {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #74a94f;
  padding: 1rem 0.5rem;
}

.flow {
  max-width: 1000px;
}
.flow h2 {
  margin-bottom: 4rem;
}
.flow .flow-box {
  position: relative;
  padding: 1rem;
  border: 0.3rem solid #f58021;
  border-radius: 0.8rem;
  margin-bottom: 4rem;
}
.flow .flow-box::before {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border: 4rem solid transparent;
  border-top: 2rem solid #f58021;
  border-bottom: 0.2rem;
}
.flow .flow-box.last::before {
  display: none;
}
.flow h4 {
  color: #f58021;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.flow h4 span {
  color: #ef703f;
  font-size: 1.2em;
}
.flow .copy-3 {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.area th {
  display: block;
  width: 100%;
  font-size: 1.2em;
  color: white;
  margin: 0.5rem 0;
  padding: 0.3em 0.5em 0.2em;
  background-color: #74a94f;
}
.area td {
  display: block;
  width: 100%;
  margin-bottom: 0.5rem;
}
.area {
  width: 100%;
  margin-bottom: 4rem;
}
.area tr {
  border-bottom: 1px solid #74a94f;
  padding: 1rem 0.5rem;
}

@media screen and (max-width: 1300px) {
  .top .catch .policy {
    font-size: 1.5vw;
    width: 38vw;
    height: 38vw;
  }
}

@media screen and (max-width: 1000px) {
  .top .catch .policy {
    display: none;
  }
  .top .catch {
    width: fit-content;
    margin: auto;
  }
  .price table tr {
    flex-direction: column;
    gap: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  .top .catch {
    font-size: 2.2vw;
  }
  .top,
  .top .catch,
  .top .bg-ray {
  }
  .top .catch {
    padding: 7vw 0.5rem;
  }
}

@media screen and (max-width: 500px) {
}
