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

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

html {
  font-size: 100%;
}
body {
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.l-wrapper {
  width: 1192px;
  margin: 0 auto;
}
.block01 {
  position: relative;
  display: flex;
  justify-content: center;
  padding-top: 40px;
  background-color: #eb6100;
  z-index: 1;
}

.block01-img {
  position: relative;
  bottom: -23px;
}

.block02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fde1b6;
}

.block02-img {
  padding-bottom: 40px;
}

.block02-btn {
  position: relative;
  bottom: -23px;
}

.block03 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
.block03-01 {
  width: 100%;
  padding-bottom: 15px;
  display: flex;
  justify-content: center;
  background-color: #fde1b6;
}
.block03-02 {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  background-color: #f8b100;
}
.block04 {
  display: flex;
  flex-direction: column;
}
.bottom {
  padding: 80px 0;
  background-color: #fde1b6;
}
.bottom-01 {
  display: flex;
  justify-content: center;
  
}
.freedial {
  display: flex;
  justify-content: center;
  padding: 100px 0;
}

.btn-wrap01 {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.btn-wrap02 {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-top: 100px;
}

.btn-wrap03 {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.learn-more-text {
  display: flex;
  justify-content: center;
  padding: 60px 0 40px;
}