* {
  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: 1193px;
  margin: 0 auto;
  padding-bottom: 150px;
  background-color: #f7e7b7;
}

.block01 {
  /*background-color: #f7e7b7;*/
}

.block02 {
  background-color: #f8e484;
}

.block03 {
  position: relative;
}

.block03-btns {
  position: absolute;
  top: 35px;
  left: 52%;
  transform: translateX(-50%);
  width: 100%;
}

.block03-btns-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-experience {
  width: 465px;
}
.btn-line {
  width: 420px;
}
.block04 {
  position: relative;
}
.block04-bg {
  position: absolute;
  top:0;
  left:0;
}
.block04-wrap {
  position: relative;
}
.block04-01 {
  display: flex;
  justify-content: center;
  padding-top: 80px;
}
.block04-02 {
  display: flex;
  justify-content: center;
  padding-top: 60px;
  margin-left: 10px;
}

.block-experience {
  margin-top: 40px;
  position: relative;
}

.block-experience-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.block-experience-btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  top: 30px;
  left: 15px;
}

.freedial {
  display: flex;
  justify-content: center;
  padding: 100px 0 70px;
}

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

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

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

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