@charset "UTF-8";
.pop__head {
  position: relative;
  display: flex;
  align-items: center;
}
.pop__head span {
  position: relative;
  display: inline-block;
  animation: pop 0.6s ease-in 0.5s;
  animation-play-state: paused;
}

.fv {
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .fv {
    height: 44.6vw;
    background-image: url(../img/top/00_fv_bk_pc.png);
  }
}
@media (max-width: 767px) {
  .fv {
    height: 154.4vw;
    background-image: url(../img/top/00_fv_bk_sp.png);
  }
}
@media (min-width: 768px) {
  .fv__text {
    margin-left: 16vw;
  }
}
@media (max-width: 767px) {
  .fv__text {
    margin-top: 43.33vw;
  }
}
.fv__head {
  color: #1eaa39;
  letter-spacing: -0.1em;
  line-height: 1;
}
@media (min-width: 768px) {
  .fv__head {
    font-size: 68px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__head {
    font-size: 4.98vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    font-size: 18.13vw;
  }
}
.loaded .fv__head span {
  animation-play-state: running;
}
.fv__catch {
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .fv__catch {
    line-height: 46px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__catch {
    font-size: 1.9vw;
    line-height: 3.37vw;
  }
}
@media (max-width: 767px) {
  .fv__catch {
    font-size: 5.07vw;
    line-height: 7.73vw;
  }
}
.fv__catch span {
  display: block;
}
.fv__catch1, .fv__catch2 {
  opacity: 0;
  transform: translateY(1rem);
  transition-property: transform, opacity;
  transition-duration: 1.4s;
  transition-timing-function: cubic-bezier(0.43, 0.195, 0.02, 1);
}
.loaded .fv__catch1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.loaded .fv__catch2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3s;
}
.fv__img {
  position: absolute;
  z-index: 2;
  animation: 3s imgAnim steps(1, start) infinite;
}
@media (min-width: 768px) {
  .fv__img {
    bottom: -1.86vw;
    right: 13.18vw;
    width: 31.13vw;
  }
}
@media (max-width: 767px) {
  .fv__img {
    width: 67.07vw;
    bottom: -17.33vw;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.sec01 {
  position: relative;
  color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (min-width: 768px) {
  .sec01 {
    margin-top: -8vw;
    padding: 14vw 0 40vw;
    background-image: url(../img/top/01_bk.jpg);
  }
}
@media (max-width: 767px) {
  .sec01 {
    margin-top: -20vw;
    padding: 40vw 0 73.33vw;
    background-image: url(../img/top/01_bk_sp.jpg);
  }
}
.sec01.active .sec01__head span {
  animation-play-state: running;
}
.sec01__head {
  display: flex;
  justify-content: center;
  line-height: 1;
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {
  .sec01__head {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .sec01__head {
    font-size: 13.87vw;
  }
}
@media (min-width: 768px) {
  .sec01__p {
    font-size: 34px;
    font-family: "ab-kirigirisu", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.1em;
  }
}
@media (max-width: 767px) {
  .sec01__p {
    font-size: 5.07vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 6.13vw;
  }
}

.sec02 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec02 {
    background-image: url(../img/top/02_bk.png);
    background-position: bottom center;
    margin-top: -16vw;
    padding: 7vw 0 18vw;
    z-index: 3;
  }
}
@media (max-width: 767px) {
  .sec02 {
    background-image: url(../img/top/02_bk_sp.png);
    background-position: top center;
    margin-top: -20vw;
    padding: 28vw 0 4vw;
  }
}
.sec02.active .sec02__img1,
.sec02.active .sec02__img2 {
  animation-play-state: running;
}
.sec02__head {
  position: relative;
  display: flex;
  justify-content: center;
  color: #fff;
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {
  .sec02__head {
    font-size: 52px;
    line-height: 53px;
  }
}
@media (max-width: 767px) {
  .sec02__head {
    font-size: 8vw;
    line-height: 9.87vw;
    padding: 80px 0;
  }
}
@media (max-width: 767px) {
  .sec02__head::before, .sec02__head::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../img/top/02_sankaku_sp.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px 64px;
    width: 15px;
    height: 64px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .sec02__head::before {
    top: 5px;
  }
}
@media (max-width: 767px) {
  .sec02__head::after {
    bottom: 5px;
  }
}
@media (min-width: 768px) {
  .sec02__head span {
    display: inline-block;
    background-image: url(../img/top/02_hukidashi.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 110px 30px;
  }
}
.sec02__head b {
  font-weight: normal;
  color: #ffffa7;
}
.sec02__img {
  position: absolute;
}
.sec02__img1 {
  animation: slideAirplane 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .sec02__img1 {
    top: -1.33vw;
    left: 10.67vw;
    width: 22vw;
  }
}
@media (max-width: 767px) {
  .sec02__img1 {
    top: -3.33vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 67.87vw;
  }
}
@media (min-width: 768px) {
  .sec02__img2 {
    animation: slideCar 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-play-state: paused;
    bottom: -2vw;
    left: 0;
    right: 0;
    width: 28.27vw;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .sec02__shop {
    width: 76.8vw;
  }
}

@media (min-width: 768px) {
  .sec03 {
    position: relative;
    padding: 5.33vw 0 70px;
  }
}
@media (max-width: 767px) {
  .sec03 {
    padding: 35px 0 50px;
  }
}
@media (min-width: 768px) {
  .sec03__wrapper {
    max-width: 98%;
  }
}
@media (max-width: 767px) {
  .sec03__wrapper {
    position: relative;
  }
}
.sec03__head {
  color: #1eaa39;
}
@media (min-width: 768px) {
  .sec03__head {
    font-size: 40px;
    line-height: 52px;
    letter-spacing: -0.1em;
  }
}
@media (max-width: 767px) {
  .sec03__head {
    font-size: 5.6vw;
    line-height: 6.93vw;
    text-align: left;
    padding-left: 21vw;
    letter-spacing: -0.18em;
  }
}
.sec03__contact {
  gap: 0 40px;
}
.sec03__tel {
  color: #ab6954;
}
@media (min-width: 768px) {
  .sec03__tel {
    font-size: 75px;
    line-height: 90px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec03__tel {
    font-size: 65px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .sec03__tel {
    font-size: 9.87vw;
    line-height: 11.87vw;
    padding-left: 21vw;
  }
}
.sec03__tel a {
  position: relative;
}
@media (min-width: 768px) {
  .sec03__tel a {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .sec03__tel a {
    padding-left: 7vw;
  }
}
.sec03__tel a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon_tel_bn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec03__tel a::before {
    width: 40px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .sec03__tel a::before {
    width: 5.33vw;
    height: 6.93vw;
  }
}
.sec03__btn {
  display: inline-block;
  width: 240px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #1eaa39;
  box-shadow: 3px 3px 0px #b7e4c0;
  border-radius: 10px;
  transition: 0.3s;
}
.sec03__btn:hover {
  opacity: 1;
  box-shadow: unset;
  transform: translate(3px, 3px);
}
.sec03__p span {
  color: #1eaa39;
}
.sec03__img {
  position: absolute;
  animation: 3s imgAnim steps(1, start) infinite;
}
@media (min-width: 768px) {
  .sec03__img {
    bottom: -1vw;
    left: 11.33vw;
    width: 10vw;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec03__img {
    left: 3%;
  }
}
@media (max-width: 767px) {
  .sec03__img {
    top: 0;
    left: 0;
    width: 17.2vw;
  }
}

.sec04.active .sec04__head span {
  animation-play-state: running;
}
.sec04__intro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec04__intro {
    background-image: url(../img/top/04_bk.jpg);
    padding: 8.67vw 0 0;
    height: 26.27vw;
  }
}
@media (max-width: 767px) {
  .sec04__intro {
    background-image: url(../img/top/04_bk_sp.jpg);
    height: 64.67vw;
  }
}
@media (min-width: 768px) {
  .sec04__intro .container {
    max-width: 1100px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .sec04__intro .container {
    padding-top: 8vw;
  }
}
@media (min-width: 768px) {
  .sec04__h2img {
    width: 404px;
  }
}
@media (max-width: 767px) {
  .sec04__h2img {
    width: 73.6vw;
  }
}
.sec04__head {
  position: relative;
  color: #ffeed5;
  line-height: 1;
  letter-spacing: -0.1em;
}
@media (min-width: 768px) {
  .sec04__head {
    font-size: 52px;
    padding-left: 3.5rem;
  }
}
@media (max-width: 767px) {
  .sec04__head {
    font-size: 9.6vw;
  }
}
@media (max-width: 767px) {
  .sec04__head:first-child {
    padding-left: 1em;
  }
}
@media (max-width: 767px) {
  .sec04__head:first-child::before {
    content: "半径";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ffeed5;
    font-size: 4.8vw;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) {
  .sec04__head::before {
    content: "半径";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ffeed5;
    font-size: 27px;
    font-family: "fot-tsukuardgothic-std", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: -0.02em;
  }
}
.sec04__body {
  background-color: #1eaa39;
}
@media (min-width: 768px) {
  .sec04__body {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .sec04__body {
    padding: 35px 0 45px;
  }
}
@media (min-width: 768px) {
  .sec04__body .container {
    max-width: 1260px;
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .sec04__body .container {
    width: 88vw;
  }
}
.sec04__box {
  position: relative;
  background-color: #ffeed5;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .sec04__box {
    padding: 40px 30px;
    gap: 0 30px;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .sec04__box {
    display: block;
  }
}
@media (max-width: 767px) {
  .sec04__box {
    padding: 20px 20px 60vw;
  }
}
.sec04__box::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/top/04_kuma.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: 3s imgAnim steps(1, start) infinite;
}
@media (min-width: 768px) {
  .sec04__box::after {
    right: -50px;
    bottom: -100px;
    width: 294px;
    height: 310px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec04__box::after {
    right: -3.33vw;
    bottom: -6.67vw;
    width: 19.6vw;
    height: 20.67vw;
  }
}
@media (max-width: 767px) {
  .sec04__box::after {
    bottom: -6.67vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 59.73vw;
    height: 63.07vw;
  }
}
.sec04__ul {
  list-style: none;
}
@media (min-width: 768px) {
  .sec04__ul {
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  .sec04__ul {
    line-height: 22px;
  }
}
.sec04__li {
  position: relative;
  letter-spacing: -0.02em;
  padding-left: 10px;
}
@media (max-width: 767px) {
  .sec04__li {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .sec04__li + .sec04__li {
    margin-top: 10px;
  }
}
.sec04__li::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  left: 0;
}
@media (min-width: 768px) {
  .sec04__li::before {
    top: 22px;
  }
}
@media (max-width: 767px) {
  .sec04__li::before {
    top: 11px;
  }
}
@media (max-width: 767px) {
  .sec04__tx {
    margin-top: 14.67vw;
  }
}
@media (min-width: 768px) {
  .sec04__tx img {
    width: 946px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sec04__tx img {
    width: 74.87vw;
  }
}

.sec05 {
  position: relative;
  z-index: 1;
}
.sec05.active .sec05__head span {
  animation-play-state: running;
}
.sec05__intro {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec05__intro {
    background-image: url(../img/top/05_bk.jpg);
    padding: 8vw 0;
    height: 26.27vw;
    max-height: 394px;
  }
}
@media (max-width: 767px) {
  .sec05__intro {
    background-image: url(../img/top/05_bk_sp.jpg);
    padding: 25.33vw 0 6.67vw;
  }
}
@media (min-width: 768px) {
  .sec05__intro .container {
    max-width: 1200px;
    padding: 0 20px;
    text-align: right;
  }
}
@media (min-width: 768px) {
  .sec05__ttlwrap {
    position: relative;
    display: inline-block;
    right: 0;
  }
}
@media (min-width: 768px) {
  .sec05__h2img {
    width: 404px;
  }
}
@media (max-width: 767px) {
  .sec05__h2img {
    width: 73.6vw;
  }
}
.sec05__head {
  position: relative;
  color: #1eaa39;
  letter-spacing: -0.1em;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .sec05__head {
    font-size: 52px;
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  .sec05__head {
    font-size: 9.6vw;
    line-height: 10.93vw;
  }
}
.sec05__body {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .sec05__body {
    background-image: url(../img/top/05_bk2.png);
  }
}
@media (max-width: 767px) {
  .sec05__body {
    background-image: url(../img/top/05_bk2_sp.png);
  }
}
.sec05__body .container {
  position: relative;
}
@media (min-width: 768px) {
  .sec05__body .container {
    max-width: 1200px;
    padding: 330px 20px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__body .container {
    padding-top: 22vw;
  }
}
@media (max-width: 767px) {
  .sec05__body .container {
    width: 96vw;
    padding: 25px 0 25.33vw;
  }
}
.sec05__kuma {
  position: absolute;
  animation: 3s imgAnim steps(1, start) infinite;
}
@media (min-width: 768px) {
  .sec05__kuma {
    left: 30px;
    top: -120px;
    width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__kuma {
    top: -8vw;
    width: 26.13vw;
  }
}
@media (max-width: 767px) {
  .sec05__kuma {
    left: 2vw;
    top: 29.33vw;
    width: 41.2vw;
  }
}
@media (min-width: 768px) {
  .sec05__img {
    position: absolute;
    top: -100px;
    right: 30px;
    width: 714px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__img {
    top: -6.67vw;
    width: 47.6vw;
  }
}
@media (max-width: 767px) {
  .sec05__img {
    width: 75.33vw;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .sec05__tx {
    margin-top: 26.67vw;
  }
}
@media (min-width: 768px) {
  .sec05__tx img {
    width: 1070px;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .sec05__tx img {
    width: 71.33vw;
  }
}
@media (max-width: 767px) {
  .sec05__tx img {
    width: 68.27vw;
  }
}

.sec06 {
  position: relative;
  background-image: url(../img/common/bk.jpg);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec06 {
    margin-top: -7.33vw;
    padding: 10.67vw 0 80px;
  }
}
@media (max-width: 767px) {
  .sec06 {
    margin-top: -20vw;
    padding: 40vw 0 55px;
  }
}
@media (min-width: 768px) {
  .sec06__wrapper {
    max-width: 940px;
    padding: 0 20px;
  }
}
.sec06__head {
  color: #1eaa39;
}
@media (min-width: 768px) {
  .sec06__head {
    font-size: 52px;
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  .sec06__head {
    font-size: 13.87vw;
    line-height: 18.4vw;
  }
}
.sec06__table {
  display: table;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #1eaa39;
  letter-spacing: -0.02em;
}
@media (max-width: 767px) {
  .sec06__table {
    font-size: 14px;
  }
}
.sec06__table thead th {
  background-color: #68c67a;
  color: #fff;
  padding: 15px 2px;
  border-bottom: 1px solid #1eaa39;
}
@media (min-width: 768px) {
  .sec06__table thead th {
    width: 14.2857142857%;
  }
}
@media (max-width: 767px) {
  .sec06__table thead th {
    width: 33.3333333333%;
  }
}
.sec06__table thead th + th {
  border-left: 1px solid #1eaa39;
}
.sec06__table tbody {
  background-color: #fff;
}
.sec06__table tbody th, .sec06__table tbody td {
  font-weight: bold;
  color: #636363;
  padding: 15px 2px;
}
@media (min-width: 768px) {
  .sec06__table tbody th, .sec06__table tbody td {
    width: 14.2857142857%;
  }
}
@media (max-width: 767px) {
  .sec06__table tbody th, .sec06__table tbody td {
    width: 33.3333333333%;
  }
}
.sec06__table tbody th + td,
.sec06__table tbody td + td {
  border-left: 1px solid #1eaa39;
}
.sec06__table tbody tr + tr {
  border-top: 1px solid #1eaa39;
}
.sec06__table tbody .bg {
  background-color: #ffffe3;
}
.sec06__table tr {
  display: table;
  width: 100%;
  text-align: center;
}
.sec06__table th, .sec06__table td {
  display: table-cell;
}
.sec06__dl {
  border: 1px solid #1eaa39;
  background-color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
.sec06__dl dt {
  color: #1eaa39;
  background-color: #ffffe3;
  padding: 10px;
}
@media (min-width: 768px) {
  .sec06__dl dt {
    width: 170px;
    border-right: 1px solid #1eaa39;
  }
}
.sec06__dl dd {
  color: #636363;
  padding: 10px;
}
@media (min-width: 768px) {
  .sec06__dl dd {
    flex: 1;
  }
}
.sec06__dl dd span {
  color: #68c67a;
}
.sec06__note {
  color: #cc4a38;
}
@media (max-width: 767px) {
  .sec06__note span {
    text-indent: -1.25em;
    padding-left: 1.25em;
  }
}

.sec07 {
  background-color: #ffb196;
}
@media (min-width: 768px) {
  .sec07 {
    padding: 80px 0 90px;
  }
}
@media (max-width: 767px) {
  .sec07 {
    padding: 35px 0 70px;
  }
}
@media (min-width: 768px) {
  .sec07__wrapper {
    max-width: 1020px;
    padding: 0 20px;
  }
}
.sec07__head {
  color: #fff;
}
@media (min-width: 768px) {
  .sec07__head {
    font-size: 52px;
    line-height: 69px;
  }
}
@media (max-width: 767px) {
  .sec07__head {
    font-size: 9.6vw;
    line-height: 10.93vw;
  }
}
@media (min-width: 768px) {
  .sec07__head img {
    width: 295px;
  }
}
@media (max-width: 767px) {
  .sec07__head img {
    width: 54.53vw;
  }
}
.sec07__p {
  line-height: 36px;
}
.sec07__subsection {
  background-color: #ffd7c9;
}
@media (min-width: 768px) {
  .sec07__subsection.subsection1 {
    padding: 35px 40px;
  }
}
@media (max-width: 767px) {
  .sec07__subsection.subsection1 {
    padding: 25px 20px;
  }
}
@media (min-width: 768px) {
  .sec07__subsection.subsection2 {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .sec07__subsection.subsection2 {
    padding: 30px 20px;
  }
}
.sec07__dl {
  color: #636363;
}
@media (min-width: 768px) {
  .sec07__dl {
    height: 60px;
    line-height: 60px;
  }
}
.sec07__dl dt {
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .sec07__dl dt {
    width: 110px;
  }
}
@media (min-width: 768px) {
  .sec07__dl dd {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .sec07__items {
    border: 1px solid #000;
  }
}
.sec07__item {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .sec07__item {
    border: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .sec07__item {
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
}
.sec07__item:first-child {
  border-right: none;
}
@media (max-width: 767px) {
  .sec07__item + .sec07__item {
    border-top: 1px solid #000;
  }
}
.sec07__ttl, .sec07__content {
  display: table-cell;
}
.sec07__ttl {
  background-color: #ffffe3;
  border-right: 1px solid #000;
}
@media (min-width: 768px) {
  .sec07__ttl {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .sec07__ttl {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .sec07__content {
    flex: 1;
    width: 280px;
    max-width: 100%;
    border-bottom: 1px solid #000;
  }
}
@media (max-width: 767px) {
  .sec07__content {
    width: 65%;
  }
}
@media (min-width: 768px) {
  .sec07__table {
    display: table;
    max-width: 530px;
  }
}
@media (max-width: 767px) {
  .sec07__table {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec07__table tbody {
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sec07__table tr {
    display: flex;
    align-items: center;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .sec07__table tr {
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec07__table tr + tr {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .sec07__table th, .sec07__table td {
    display: block;
    width: 100%;
  }
}
.sec07__table th {
  color: #636363;
  text-align: left;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .sec07__table th {
    width: 140px;
  }
}
@media (min-width: 768px) {
  .sec07__table td {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .sec07__table td {
    margin-top: 5px;
  }
}
.sec07__table ul {
  list-style: none;
  height: 45px;
}
.sec07__table li {
  font-size: 16px;
  color: #636363;
}
.sec07__table li + li {
  margin-left: 30px;
}
.sec07__btn {
  display: inline-block;
  background-color: #e15034;
  color: #fff;
  width: 320px;
  height: 80px;
  max-width: 100%;
  border-radius: 100px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.sec07__btn:hover {
  opacity: 1;
  box-shadow: unset;
  transform: translate(3px, 3px);
}

.form__input {
  display: block;
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 15px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .form__input {
    width: 385px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .form__input {
    width: 100%;
    height: 60px;
  }
}
.form__input2 {
  display: block;
  background-color: #fff;
  color: #000;
  padding: 5px 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .form__input2 {
    height: 59px;
  }
}
@media (max-width: 767px) {
  .form__input2 {
    height: 60px;
  }
}
.form__textarea {
  background-color: #fff;
  border: solid 1px #000;
  color: #000;
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  padding: 10px;
}
@media (min-width: 768px) {
  .form__textarea {
    width: 540px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  .form__textarea {
    width: 100%;
    height: 150px;
  }
}
.form__select {
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
}
.form__select_wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.form__select_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-right: solid #000;
  border-bottom: solid #000;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .form__select_wrap::after {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .form__select_wrap::after {
    border-width: 1px;
  }
}
.form__error {
  color: #e15034;
}

.radiobox {
  align-items: center;
  cursor: pointer;
  display: flex;
  overflow: hidden;
  position: relative;
}
.radiobox__radio {
  letter-spacing: 4px;
  position: absolute;
  left: -100px;
}
.radiobox__radio:checked + .radiobox__select::after {
  opacity: 1;
}
.radiobox__radio[data-error=true] + .radiobox__select {
  border: solid 2px #e15034;
}
.radiobox__select {
  background-color: #fff;
  align-items: center;
  border: solid 1px #000;
  display: flex;
  height: 16px;
  justify-content: center;
  margin-right: 5px;
  width: 16px;
}
.radiobox__select::after {
  border-bottom: solid 3px #e15034;
  border-right: solid 3px #e15034;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto;
  transform: rotate(45deg);
  width: 9px;
  margin-top: -6px;
  opacity: 0;
}

@media (min-width: 768px) {
  .sec08 {
    background-color: #ffd7c9;
    padding: 90px 0 60px;
  }
}
@media (max-width: 767px) {
  .sec08 {
    padding: 25px 0 45px;
  }
}
@media (min-width: 768px) {
  .sec08__wrapper {
    max-width: 1020px;
    padding: 0 20px;
  }
}
.sec08__box {
  position: relative;
}
@media (min-width: 768px) {
  .sec08__box {
    background-color: #fff;
    padding: 40px;
  }
}
.sec08__img {
  position: absolute;
  animation: 3s imgAnim steps(1, start) infinite;
}
@media (min-width: 768px) {
  .sec08__img {
    top: -60px;
    right: 70px;
    width: 106px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec08__img {
    right: 30px;
    width: 80px;
  }
}
@media (max-width: 767px) {
  .sec08__img {
    top: 0;
    left: 0;
    width: 20.27vw;
  }
}
.sec08__head {
  color: #1eaa39;
  letter-spacing: -0.16em;
}
@media (min-width: 768px) {
  .sec08__head {
    font-size: 40px;
    line-height: 1.4;
  }
}
@media (max-width: 767px) {
  .sec08__head {
    font-size: 8vw;
    line-height: 10.4vw;
    text-align: left;
    padding-top: 5.33vw;
    padding-left: 22vw;
  }
}
@media (max-width: 767px) {
  .sec08__body {
    margin-top: 8vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec08__body .flex-pc {
    display: block;
    text-align: center;
  }
}
.sec08__tel {
  color: #ab6954;
}
@media (min-width: 768px) {
  .sec08__tel {
    font-size: 75px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  .sec08__tel {
    font-size: 13.33vw;
    line-height: 1;
  }
}
.sec08__tel a {
  position: relative;
}
@media (min-width: 768px) {
  .sec08__tel a {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .sec08__tel a {
    padding-left: 9.33vw;
  }
}
.sec08__tel a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon_tel_bn.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec08__tel a::before {
    width: 40px;
    height: 52px;
  }
}
@media (max-width: 767px) {
  .sec08__tel a::before {
    width: 7.73vw;
    height: 10.13vw;
  }
}
.sec08__time {
  color: #ab6954;
  border: 1px solid #ab6954;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .sec08__time {
    margin-left: 25px;
  }
}

.sec09 {
  position: relative;
  background-image: url(../img/common/bk.jpg);
  background-position: bottom center;
  background-repeat: repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .sec09 {
    padding: 75px 0 0;
  }
}
@media (max-width: 767px) {
  .sec09 {
    padding: 35px 0 30px;
  }
}
@media (min-width: 768px) {
  .sec09__wrapper {
    max-width: 1050px;
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .sec09__item {
    width: 463px;
    max-width: 100%;
  }
}
.sec09__head {
  position: relative;
  color: #1eaa39;
  padding-bottom: 15px;
}
.sec09__head::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #1eaa39;
  width: 230px;
  height: 5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sec09__items {
  gap: 0 30px;
}
.sec09__ol, .sec09__ul {
  list-style: none;
}
.sec09__li {
  background-color: #fff;
  border-radius: 15px;
  min-height: 86px;
  padding: 10px;
}
.sec09__li + .sec09__li {
  margin-top: 10px;
}
.sec09__ol {
  counter-reset: num;
}
.sec09__ol li {
  position: relative;
  counter-increment: num;
  line-height: 22px;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .sec09__ol li {
    padding: 5px 25px;
  }
}
@media (max-width: 767px) {
  .sec09__ol li {
    padding: 15px;
  }
}
.sec09__ol li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 12px;
  background-color: #1eaa39;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
@media (min-width: 768px) {
  .sec09__ol li:not(:last-child)::after {
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .sec09__ol li:not(:last-child)::after {
    bottom: -7px;
  }
}
.sec09__ol p {
  position: relative;
  padding-left: 40px;
}
.sec09__ol p::before {
  content: "0" counter(num);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 22px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  color: #1eaa39;
}
.sec09__ul li {
  padding: 10px 25px;
  line-height: 22px;
  text-align: left;
}
.sec09__ul li:last-child {
  min-height: 230px;
}
.sec09__ul p {
  position: relative;
  padding-left: 25px;
}
.sec09__ul p span {
  display: inline-block;
  border-bottom: 3px solid #ffd7c9;
}
.sec09__ul p::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1;
  background-color: #1eaa39;
  border-radius: 50%;
  width: 14px;
  height: 14px;
}
.sec09__box {
  background-color: #f0f7e9;
  border-radius: 10px;
  padding: 15px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.sec09__box span {
  color: #1eaa39;
}/*# sourceMappingURL=top.css.map */