#wpadminbar {
  display: none;
}
#wpadminbar a {
  color: #fff !important;
}

html {
  margin-top: 0 !important;
}

html {
  font-size: 70%;
  scroll-behavior: smooth;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 0.7vw;
  }
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.65vw;
  }
}
body {
  font-size: 1.6rem;
  letter-spacing: 0;
  font-family: "Hiragino Sans";
  color: #333;
  margin: 0 !important;
  line-height: 150%;
}
@media screen and (max-width: 751px) {
  body {
    font-size: 1.6rem;
  }
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
  line-height: 150%;
}

p {
  margin-top: 0;
  line-height: 1.4;
  margin-bottom: 1rem;
  font-weight: 500;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: #182A48 !important;
}

img {
  vertical-align: bottom;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 751px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 751px) {
  .pc {
    display: none !important;
  }
}

.l-section {
  padding: 10rem 0;
}
@media screen and (max-width: 751px) {
  .l-section {
    padding: 4rem 0;
  }
}
.l-section__title h2 {
  color: #333;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: 3.52px;
  text-align: center;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 751px) {
  .l-section__title h2 {
    font-size: 3.2rem;
  }
}
.l-section__title h2::after {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translate(-50%, 0);
  background: #F2A933;
  width: 80%;
  height: 0.5rem;
}
.l-section__title--en {
  text-align: center;
}
.l-section__title--en h2 {
  font-size: 4.4rem !important;
  margin-bottom: 1rem;
  font-weight: 600;
  letter-spacing: 3.52px;
}
@media screen and (max-width: 751px) {
  .l-section__title--en h2 {
    font-size: 3.2rem !important;
  }
}
.l-section__title--en p {
  font-size: 2.6rem;
  color: #FAA823;
  font-weight: 700;
  letter-spacing: 4.16px;
}
@media screen and (max-width: 751px) {
  .l-section__title--en p {
    font-size: 1.6rem;
  }
}

.c-btn {
  border-radius: 40px;
  border: 3px solid #FF5100;
  background: #fff;
  padding: 2rem 5rem;
  font-size: 2rem;
  color: #FF5100 !important;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: 50rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 751px) {
  .c-btn {
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.8rem;
    justify-content: space-around;
  }
}
.c-btn img {
  margin-left: 1rem;
}
@media screen and (max-width: 751px) {
  .c-btn img {
    margin-left: 0;
  }
}
.c-btn-thanks {
  color: #fff;
  padding: 1rem;
  width: 20rem;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  font-size: 1.6rem;
}

.u-red {
  color: #FF5100;
}

.u-yellow {
  color: #FFFF60;
}

.u-bg-main {
  background: #F2A933;
  padding: 1rem;
}

.u-marker {
  background: linear-gradient(transparent 70%, #FFFF60 30%);
}

.u-bold {
  font-weight: bold;
}

.l-header {
  border-radius: 50px;
  background: #FFF;
  box-shadow: 0px 0px 13px 0px rgba(173, 115, 23, 0.08);
  width: 140rem;
  margin: 0 auto 2rem;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 751px) {
  .l-header {
    width: 90%;
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.l-header__bg {
  padding: 2rem 0;
  background: url(../img/header-bg.png) center/cover no-repeat;
}
@media screen and (max-width: 751px) {
  .l-header__bg {
    padding: 1rem 0;
  }
}
.l-header__bg--thanks {
  height: 100vh;
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo h1 {
  margin-bottom: 0;
  font-size: 2.6rem;
  letter-spacing: 2.08px;
}
@media screen and (max-width: 751px) {
  .l-header__logo h1 {
    font-size: 1.6rem;
  }
}
.l-header__list {
  display: flex;
}
@media screen and (max-width: 751px) {
  .l-header__list {
    display: none;
  }
}
.l-header__list-item {
  margin-right: 4rem;
}
.l-header__ham {
  width: 2.5rem;
  height: 2rem;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__ham--area {
  width: 2.5rem;
  height: 2rem;
  margin-left: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s;
}
.l-header__ham--area.active {
  transition: all 0.5s;
  position: relative;
  z-index: 5;
}
.l-header__ham--area span {
  width: 100%;
  height: 0.2rem;
  background: #D28F23;
  margin: 0 auto;
  display: block;
  position: absolute;
  transition: all 0.5s;
}
.l-header__ham--area span:first-of-type {
  top: 0;
}
.l-header__ham--area span:nth-of-type(2) {
  top: 0.95rem;
}
.l-header__ham--area span:last-of-type {
  bottom: 0;
}
.l-header__ham--area span.active {
  transition: all 0.5s;
}
.l-header__ham--area span.active:first-of-type {
  top: 0.95rem;
  transform: rotate(45deg);
}
.l-header__ham--area span.active:nth-of-type(2) {
  display: none;
}
.l-header__ham--area span.active:last-of-type {
  bottom: 0.95rem;
  transform: rotate(135deg);
}
.l-header__ham--inner {
  display: none;
  background: #F2A933;
  background: rgba(242, 169, 51, 0.9);
  padding: 6rem 3rem 3rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.l-header__ham--inner a {
  color: #fff !important;
  font-size: 2rem;
  font-weight: 500;
  text-decoration: underline;
}
.l-header__ham--list {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.l-header__ham--list-item {
  margin-bottom: 3rem;
  font-size: 1.4rem;
}

.p-front__mv {
  text-align: center;
}
.p-front__mv img {
  width: 140rem;
  position: relative;
  right: 1.5rem;
}
@media screen and (max-width: 751px) {
  .p-front__mv img {
    margin: 0 auto;
    right: 0.2rem;
  }
}
.p-front__01 {
  margin-top: 7.5rem;
}
@media screen and (max-width: 751px) {
  .p-front__01 {
    margin-top: 1rem;
  }
}
.p-front__01--bg {
  padding-top: 0;
  padding-bottom: 2rem;
}
.p-front__01--wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 132rem;
  margin: 0 auto;
  padding: 5rem 6rem 2.5rem;
  position: relative;
  border-radius: 40px;
  border: 11px solid #FFF;
  background: #F2A933;
}
@media screen and (max-width: 751px) {
  .p-front__01--wrap {
    width: 100%;
    padding: 3.5rem 1rem;
    justify-content: center;
  }
}
.p-front__01--left img {
  position: absolute;
  bottom: 0.5rem;
  width: 36rem;
  left: 5rem;
}
.p-front__01--right {
  color: #fff;
}
.p-front__01--right h2 {
  font-size: 3.2rem;
  letter-spacing: 1.92px;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__01--right h2 {
    font-size: 2.3rem;
  }
}
.p-front__01--right h2 span {
  font-size: 4rem;
}
@media screen and (max-width: 751px) {
  .p-front__01--right h2 span {
    font-size: 2.8rem;
  }
}
.p-front__01--right p {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__01--right p {
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 751px) {
  .p-front__01--right img {
    width: 95%;
  }
}
@media screen and (max-width: 751px) {
  .p-front__01--right--btn img {
    width: 3rem;
  }
}
.p-front__02--bg {
  padding-bottom: 7rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--bg {
    padding-top: 1rem;
    padding-bottom: 5rem;
  }
}
.p-front__02--title h2 {
  color: #D28100;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: 3.52px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 751px) {
  .p-front__02--title h2 {
    font-size: 2.8rem;
  }
}
.p-front__02--title h2::before {
  content: "";
  background: url(../img/Group6.png) center/contain no-repeat;
  position: absolute;
  left: -15rem;
  bottom: -1rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--title h2::before {
    width: 4rem;
    height: 4rem;
    left: -3.5rem;
  }
}
.p-front__02--title h2::after {
  content: "";
  background: url(../img/Group7.png) center/contain no-repeat;
  position: absolute;
  right: -15rem;
  bottom: -1rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--title h2::after {
    width: 4rem;
    height: 4rem;
    right: -3.5rem;
  }
}
@media screen and (max-width: 751px) {
  .p-front__02--table {
    margin-bottom: 0;
  }
}
.p-front__02--table--wrap {
  width: 100rem;
  margin: 0 auto;
  padding: 6rem 8rem;
  border-radius: 40px;
  border: 6px solid #FFDBA1;
  background: #FFF;
  font-size: 2.2rem;
  position: relative;
}
@media screen and (max-width: 751px) {
  .p-front__02--table--wrap {
    width: 90%;
    padding: 2rem 1rem 5rem;
    border-radius: 20px;
    font-size: 1.8rem;
  }
}
.p-front__02--table tr {
  position: relative;
}
.p-front__02--table tr::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5rem;
  border-bottom: 5px dotted #FFDCA3;
}
.p-front__02--table tr:last-of-type::after {
  display: none;
}
@media screen and (max-width: 751px) {
  .p-front__02--table th, .p-front__02--table td {
    display: block;
  }
}
.p-front__02--table th {
  color: #FAA823;
  font-weight: 700;
  width: 10rem;
  text-align: start;
  padding: 2.5rem 0;
  vertical-align: top;
}
@media screen and (max-width: 751px) {
  .p-front__02--table th {
    padding: 2rem 0 1rem;
  }
}
.p-front__02--table td {
  padding: 2.5rem 0;
  padding-left: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--table td {
    padding: 1rem 0 2rem;
  }
}
.p-front__02--table td p, .p-front__02--table td span {
  font-size: 1.6rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--table td p, .p-front__02--table td span {
    font-size: 1.8rem;
    line-height: 1.5;
    line-height: 1.7;
  }
}
.p-front__02--table--btn .c-btn {
  margin: 0 auto;
}
.p-front__02--table--img {
  position: absolute;
  bottom: 0.5rem;
  right: -0.5rem;
  width: 24rem;
}
@media screen and (max-width: 751px) {
  .p-front__02--table--img {
    width: 12rem;
    bottom: -5rem;
  }
}
.p-front__03 {
  position: relative;
  padding-bottom: 3rem;
}
.p-front__03::before {
  content: "";
  background: url(../img/Group9.png) center/contain no-repeat;
  position: absolute;
  left: 3rem;
  bottom: 35rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__03::before {
    display: none;
  }
}
.p-front__03::after {
  content: "";
  background: url(../img/Group8.png) center/contain no-repeat;
  position: absolute;
  right: 6rem;
  bottom: 74rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__03::after {
    display: none;
  }
}
.p-front__03--bg {
  background: #FFF8ED;
  padding-top: 8rem;
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 751px) {
  .p-front__03--bg {
    padding-top: 4rem;
  }
}
.p-front__03--bg::before {
  content: "";
  background: url(../img/Group6.png) center/contain no-repeat;
  position: absolute;
  left: 7rem;
  top: 31rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__03--bg::before {
    width: 6rem;
    height: 6rem;
    left: 3rem;
    top: 3rem;
  }
}
.p-front__03--bg::after {
  content: "";
  background: url(../img/Group7.png) center/contain no-repeat;
  position: absolute;
  right: 10rem;
  top: 8rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__03--bg::after {
    width: 6rem;
    height: 6rem;
    right: 3rem;
    top: 3rem;
  }
}
.p-front__03--top {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 751px) {
  .p-front__03--top {
    font-size: 2rem;
  }
}
.p-front__03--block h3 {
  width: 100rem;
  padding: 2rem 1rem;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 2.56px;
  background: #D28100;
  border-radius: 60px;
  margin: 0 auto;
  position: relative;
}
.p-front__03--block h3::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 3rem solid transparent;
  border-left: 3rem solid transparent;
  border-top: 4rem solid #D28100;
  border-bottom: 0;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 751px) {
  .p-front__03--block h3 {
    width: 90%;
    font-size: 2.4rem;
    padding: 1.5rem;
  }
}
.p-front__03--block img {
  width: 100rem;
  margin: 3.5rem auto 5rem;
  display: block;
}
@media screen and (max-width: 751px) {
  .p-front__03--block img {
    width: 90%;
  }
}
.p-front__03--img {
  position: absolute;
  bottom: 0;
  left: 16rem;
  width: 35rem;
}
@media screen and (max-width: 751px) {
  .p-front__03--img {
    left: 50%;
    transform: translate(-50%, 0);
    width: 23rem;
  }
}
.p-front__03--img img {
  width: 100%;
}
.p-front__04 {
  background: #fff;
  width: 100rem;
  margin: 0 auto;
  border-radius: 40px;
  padding: 8rem 0;
  position: relative;
}
.p-front__04::before {
  content: "";
  background: url(../img/Group8.png) center/contain no-repeat;
  position: absolute;
  left: 8rem;
  top: 10rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__04::before {
    width: 6rem;
    height: 6rem;
    left: 0rem;
    top: 2rem;
  }
}
.p-front__04::after {
  content: "";
  background: url(../img/Group9.png) center/contain no-repeat;
  position: absolute;
  right: 10rem;
  top: 8rem;
  width: 11rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__04::after {
    width: 6rem;
    height: 6rem;
    right: 1rem;
    top: 2rem;
  }
}
@media screen and (max-width: 751px) {
  .p-front__04 {
    width: 90%;
    border-radius: 20px;
    padding: 2rem 0;
  }
}
.p-front__04 .l-section__title h2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 751px) {
  .p-front__04 .l-section__title h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.p-front__04 .l-section__title h2 span {
  font-size: 4.4rem;
}
@media screen and (max-width: 751px) {
  .p-front__04 .l-section__title h2 span {
    font-size: 3.2rem;
  }
}
.p-front__04 .l-section__title h2::after {
  bottom: -2.5rem;
}
@media screen and (max-width: 751px) {
  .p-front__04 .l-section__title h2::after {
    bottom: -1.5rem;
  }
}
.p-front__04--bg {
  background: #F1BD6A;
  position: relative;
}
@media screen and (max-width: 751px) {
  .p-front__04--bg {
    padding-top: 4rem;
  }
}
.p-front__04--block img {
  width: 85rem;
  margin: 4rem auto 0;
  display: block;
}
@media screen and (max-width: 751px) {
  .p-front__04--block img {
    width: 94%;
    margin-top: 1rem;
  }
}
.p-front__04--img {
  position: absolute;
  left: 10rem;
  bottom: 0;
  width: 22rem;
}
@media screen and (max-width: 751px) {
  .p-front__04--img {
    width: 12rem;
    left: 1.5rem;
  }
}
.p-front__04--img--right {
  left: unset;
  right: 10rem;
}
@media screen and (max-width: 751px) {
  .p-front__04--img--right {
    right: 1.5rem;
  }
}
.p-front__05 .l-section__title h2::after {
  bottom: -2.5rem;
  width: 20rem;
}
.p-front__05--bg {
  background: url(../img/bg-05.png) center/cover;
}
.p-front__05--top {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__05--top {
    font-size: 2rem;
    margin-top: 2rem;
  }
}
.p-front__05--block {
  width: 95rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__05--block {
    width: 90%;
  }
}
.p-front__05--block img {
  width: 100%;
}
.p-front__05--block p {
  font-size: 2.2rem;
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 751px) {
  .p-front__05--block p {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}
.p-front__05--block p span {
  font-size: 3.2rem;
  color: #FF5100;
  font-weight: 600;
}
@media screen and (max-width: 751px) {
  .p-front__05--block p span {
    font-size: 3rem;
  }
}
.p-front__05--arrow {
  text-align: center;
  margin: 5rem 0;
}
@media screen and (max-width: 751px) {
  .p-front__05--arrow {
    width: 60%;
    margin: 3rem auto;
  }
}
.p-front__05--bottom--inner {
  display: flex;
  justify-content: space-between;
  padding: 6rem;
  background: #fff;
  border-radius: 40px;
  border: 5px solid #FDC975;
  background: #FFF;
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__05--bottom--inner {
    width: 90%;
    padding: 2rem 1rem;
    border-radius: 20px;
  }
}
.p-front__05--bottom--left {
  width: 50rem;
}
.p-front__05--bottom--left h3 {
  font-size: 3.2rem;
  letter-spacing: 2.56px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 751px) {
  .p-front__05--bottom--left h3 {
    margin-bottom: 2rem;
  }
}
.p-front__05--bottom--left--content {
  margin: 5rem 0;
}
@media screen and (max-width: 751px) {
  .p-front__05--bottom--left--content {
    margin: 2rem 0;
  }
}
.p-front__05--bottom--left--content p {
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 751px) {
  .p-front__05--bottom--left--content p {
    margin-bottom: 3rem;
  }
}
.p-front__05--bottom--left img.sp {
  width: 100%;
}
.p-front__05--bottom--right img {
  width: 42rem;
}
.p-front__06--bg {
  background: #FAF2E6;
  padding-bottom: 12rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--bg {
    padding-bottom: 5rem;
  }
}
.p-front__06--wrap {
  width: 100rem;
  margin: 7rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 751px) {
  .p-front__06--wrap {
    width: 90%;
    flex-direction: column;
    margin: 4rem auto 0;
  }
}
.p-front__06--wrap--rev {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
@media screen and (max-width: 751px) {
  .p-front__06--wrap--rev {
    flex-direction: column;
    margin-top: 7rem;
  }
}
.p-front__06--content {
  width: 57rem;
  background: #fff;
  padding: 6rem 3rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--content {
    width: 100%;
    padding: 4rem 1rem;
  }
}
.p-front__06--content h3 {
  font-size: 3.2rem;
  letter-spacing: 2.56px;
  font-weight: 600;
  position: relative;
}
.p-front__06--content h3::after {
  content: "";
  width: 20rem;
  height: 0.4rem;
  background: #F2A933;
  position: absolute;
  bottom: -1.5rem;
  left: 0;
}
@media screen and (max-width: 751px) {
  .p-front__06--content h3 {
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
}
.p-front__06--content p {
  font-weight: 400;
  line-height: 220%;
}
@media screen and (max-width: 751px) {
  .p-front__06--content p {
    margin-bottom: 3rem;
  }
}
.p-front__06--img {
  width: 40rem;
}
@media screen and (max-width: 751px) {
  .p-front__06--img {
    width: 90%;
    margin-top: 2rem;
  }
}
.p-front__06--img img {
  width: 100%;
}
@media screen and (max-width: 751px) {
  .p-front__06--img img {
    width: 100%;
  }
}
.p-front__07 {
  position: relative;
}
.p-front__07::before {
  content: "";
  background: url(../img/Polygon2.png) center/contain no-repeat;
  position: absolute;
  left: 10rem;
  top: -8rem;
  width: 21rem;
  height: 20rem;
}
@media screen and (max-width: 751px) {
  .p-front__07::before {
    width: 9rem;
    height: 9rem;
    left: 1rem;
    top: 0rem;
  }
}
.p-front__07--wrap {
  width: 95rem;
  margin: 5rem auto 8rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 751px) {
  .p-front__07--wrap {
    width: 90%;
    flex-direction: column;
  }
}
.p-front__07--img {
  width: 45rem;
}
@media screen and (max-width: 751px) {
  .p-front__07--img {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.p-front__07--img img {
  width: 100%;
}
.p-front__07--content {
  width: 45rem;
}
@media screen and (max-width: 751px) {
  .p-front__07--content {
    width: 100%;
  }
}
.p-front__07--content h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
.p-front__07--content p {
  line-height: 220%;
}
.p-front__07--slider--item {
  margin: 0 2rem;
}
.p-front__07--slider--item img {
  margin-bottom: 3rem;
  width: 100%;
}
.p-front__07--slider--item p {
  margin-bottom: 2rem;
}
.p-front__07--slider--name {
  text-align: center;
  font-weight: 700;
}
.p-front__07--slider--subject {
  text-align: center;
  font-weight: 700;
}
.p-front__08 {
  position: relative;
}
.p-front__08::before {
  content: "";
  background: url(../img/Polygon4.png) center/contain no-repeat;
  position: absolute;
  right: 10rem;
  top: -18rem;
  width: 15rem;
  height: 13rem;
}
@media screen and (max-width: 751px) {
  .p-front__08::before {
    width: 5rem;
    height: 7rem;
    right: 3rem;
    top: -13rem;
  }
}
.p-front__08--bg {
  padding-top: 15rem;
}
@media screen and (max-width: 751px) {
  .p-front__08--bg {
    padding-top: 12rem;
  }
}
.p-front__08--wrap {
  width: 99rem;
  margin: 6rem auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 751px) {
  .p-front__08--wrap {
    width: 85%;
    flex-direction: column;
    margin-top: 3rem;
  }
}
.p-front__08--wrap--rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 751px) {
  .p-front__08--wrap--rev {
    flex-direction: column;
  }
}
.p-front__08--content {
  width: 50rem;
}
@media screen and (max-width: 751px) {
  .p-front__08--content {
    width: 100%;
  }
}
.p-front__08--content h3 {
  color: #D28F23;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2.24px;
  font-size: 2.6rem;
}
@media screen and (max-width: 751px) {
  .p-front__08--content h3 {
    margin-bottom: 2rem;
  }
}
.p-front__08--content p {
  line-height: 220%;
}
@media screen and (max-width: 751px) {
  .p-front__08--content img {
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.p-front__08--img {
  width: 43rem;
}
@media screen and (max-width: 751px) {
  .p-front__08--img {
    width: 100%;
  }
}
.p-front__08--img img {
  width: 100%;
}
.p-front__09 {
  position: relative;
}
.p-front__09::before {
  content: "";
  background: url(../img/Polygon3.png) center/contain no-repeat;
  position: absolute;
  left: 10rem;
  top: -10rem;
  width: 19rem;
  height: 18rem;
}
@media screen and (max-width: 751px) {
  .p-front__09::before {
    display: none;
  }
}
@media screen and (max-width: 751px) {
  .p-front__09--bg {
    padding-bottom: 7rem;
  }
}
.p-front__09--img {
  margin: 6rem auto 0;
  text-align: center;
  width: 100rem;
}
@media screen and (max-width: 751px) {
  .p-front__09--img {
    width: 18rem;
  }
}
.p-front__09--img img {
  width: 100%;
}
.p-front__contact {
  width: 100rem;
  background: #fff;
  border-radius: 40px;
  padding: 8rem 0px;
  margin: 2rem auto;
}
@media screen and (max-width: 751px) {
  .p-front__contact {
    width: 90%;
    margin-top: 4rem;
    border-radius: 20px;
    padding: 5rem 0;
  }
}
.p-front__contact--bg {
  background: #FFEFD5;
  padding-top: 8rem;
}
.p-front__contact--caution {
  text-align: center;
  line-height: 180%;
  letter-spacing: 0.56px;
  margin-bottom: 3rem;
}
.p-front__contact table {
  width: 58rem;
  margin: 0 auto;
}
@media screen and (max-width: 751px) {
  .p-front__contact table {
    width: 90%;
  }
}
.p-front__contact tr {
  margin-bottom: 3.3rem;
  display: block;
}
.p-front__contact th, .p-front__contact td {
  display: block;
  text-align: start;
}
.p-front__contact th {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.p-front__contact input, .p-front__contact textarea {
  width: 100%;
  padding: 1rem;
  border-radius: 5px;
  font-size: 1.4rem;
}
.p-front__contact select {
  font-size: 1.4rem;
  padding: 1rem;
  border-radius: 5px;
}
.p-front__contact textarea {
  height: 20rem;
}
.p-front__contact input[type=checkbox] {
  width: unset;
  margin-right: 1rem;
}
@media screen and (max-width: 751px) {
  .p-front__contact input[type=checkbox] {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }
}
.p-front__contact--require {
  color: #fff;
  background: #E18700;
  padding: 0.2rem 1rem;
  text-align: center;
  border-radius: 5px;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 1rem;
}
.p-front__contact--any {
  background: #1C8EE5;
}
.p-front__contact input[type=submit] {
  width: 58rem;
  margin: 0 auto;
  display: block;
  background: #FAA823;
  color: #fff;
  padding: 2rem 0;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 751px) {
  .p-front__contact input[type=submit] {
    width: 90%;
  }
}
.p-front__contact--privacy {
  width: 58rem;
  margin: 0 auto 6.5rem;
}
@media screen and (max-width: 751px) {
  .p-front__contact--privacy {
    width: 90%;
  }
}
.p-front__contact--privacy a {
  color: #0075C2 !important;
  text-decoration: underline;
}
.p-front__contact--privacy .wpcf7-list-item-label {
  display: none;
}

.p-thanks {
  background: #fff;
  border-radius: 20px;
  padding: 3rem;
  width: 90%;
  margin: 0 auto;
}
.p-thanks p {
  margin-bottom: 0;
  line-height: 2;
}
.p-thanks__btn {
  margin-top: 3rem;
}/*# sourceMappingURL=style.css.map */