@charset "UTF-8";
:root {
  --pc-header: 0;
  --sp-header: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #333333;
  font-size: 1.7rem;
  background: #fff;
  line-height: 1.5;
  font-feature-settings: "palt";
}

p {
  line-height: 1.78;
}

@media screen and (max-width: 767px) {
  p {
    line-height: 1.76;
  }
}

.ft_e {
  font-family: "Bodoni Moda", serif;
}

em, b, i, span, strong, small {
  letter-spacing: inherit;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -6rem;
  }
}

.c_btn {
  text-align: center;
}

.c_btn a, .c_btn input {
  background: #5eb94d url(../img/arrow-right03.svg) no-repeat calc(100% - 2.5rem) center/0.9rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 8rem;
  width: 30rem;
  letter-spacing: .1em;
  font-size: 2rem;
  color: #fff;
  border-radius: 3em;
  font-weight: 500;
}

.c_btn a.b, .c_btn input.b {
  background-image: url(../img/arrow-right05.svg);
  border: solid 1px #5eb94d;
  background-color: #fff;
  color: #5eb94d;
}

.c_btn a:hover, .c_btn input:hover {
  background-color: #3c6044;
  opacity: 1;
}

.c_btn a:hover.b, .c_btn input:hover.b {
  background-color: rgba(94, 185, 77, 0.1);
}

@media screen and (max-width: 767px) {
  .c_btn a, .c_btn input {
    height: 6.6rem;
    width: 26.7rem;
    font-size: 1.9rem;
    background: #5eb94d url(../img/arrow-right03-sp.svg) no-repeat calc(100% - 2rem) center/1rem;
    background-size: 1rem;
  }
  .c_btn a.b, .c_btn input.b {
    background-image: url(../img/arrow-right05-sp.svg);
    background-color: #fff;
  }
}

.c_btn input {
  transition: .3s background;
}

.c_back {
  text-align: center;
}

.c_back a {
  width: 40rem;
  display: inline-block;
  background: url(../img/arrow-left01.svg) no-repeat 2em center/0.7rem;
  color: #5eb94d;
  font-size: 2rem;
  letter-spacing: .1em;
  line-height: 8rem;
  border: solid 1px #5eb94d;
  max-width: 100%;
}

.c_ttl {
  font-size: 6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 7rem;
  color: #51483b;
}

.c_ttl em {
  color: #5eb94d;
}

@media screen and (max-width: 767px) {
  .c_ttl {
    font-size: 4rem;
    margin-bottom: 3.5rem;
  }
}

.c_cta {
  background: url(../img/cta-bg.png) center top/1.7rem;
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .c_cta {
    background-size: 1.12rem;
    padding: 7rem 0;
  }
}

@media screen and (min-width: 768px) {
  .c_cta .u_inner {
    width: 98rem;
  }
}

.c_cta .ttl {
  font-size: 4.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 0;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .c_cta .ttl {
    font-size: 2.9rem;
    letter-spacing: -.04em;
    margin: 0 0 3rem;
    line-height: 1.4;
    text-align: left;
    white-space: nowrap;
  }
}

.c_cta .ttl small {
  display: block;
  margin-bottom: .6em;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c_cta .ttl small {
    font-size: 1.33rem;
    letter-spacing: 0;
    padding-left: 4em;
  }
}

.c_cta .ttl em {
  font-size: 5.6rem;
}

@media screen and (max-width: 767px) {
  .c_cta .ttl em {
    font-size: 3.6rem;
    margin-left: -.7em;
    margin-right: -.2em;
  }
}

.c_cta .ttl i {
  position: absolute;
  font-size: 2.6rem;
  background: #e33535;
  font-weight: bold;
  color: #fff;
  width: 5.7em;
  height: 5.7em;
  border-radius: 50%;
  left: 3.6rem;
  top: -5.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  z-index: -1;
  justify-content: center;
  transform: rotate(-20deg);
}

@media screen and (max-width: 767px) {
  .c_cta .ttl i {
    font-size: 1.4rem;
    left: -3.5rem;
    top: -4rem;
    width: 8.8rem;
    height: 8.8rem;
  }
}

.c_cta .ttl b {
  font-size: 4rem;
  font-weight: inherit;
}

@media screen and (max-width: 767px) {
  .c_cta .ttl b {
    font-size: 2.2rem;
  }
}

.c_cta li {
  margin-top: 1rem;
}

.c_cta a {
  display: block;
  position: relative;
}

.c_cta a p {
  position: absolute;
  font-size: 8.2rem;
  right: .45em;
  bottom: .22em;
  font-weight: 900;
  line-height: 1;
  color: #389ece;
  letter-spacing: -.02em;
}

@media screen and (max-width: 767px) {
  .c_cta a p {
    font-size: 5.2rem;
    right: .4em;
  }
}

.c_cta a p i {
  position: relative;
  top: -.05em;
}

.u_inner {
  width: 120rem;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .u_inner {
    width: auto;
    margin: 0 2.7rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
  html {
    font-size: calc(100vw * 10 / 1380);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 500);
  }
}

@media screen and (min-width: 768px) {
  .u_tel {
    pointer-events: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 66;
  height: 9rem;
  background: #fff;
  font-weight: 500;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  #header {
    padding: 1.5rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    top: 1.4rem;
    left: 1.3rem;
  }
}

.h_logo img {
  width: 20.5rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 13.8rem;
  }
}

@media screen and (min-width: 768px) {
  .h_contact {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}

.h_contact .tel a {
  background: url(../img/h-tel.png) no-repeat left 0.2em/2.2rem;
  letter-spacing: -.02em;
  color: #5eb94d;
  font-size: 3.6rem;
  font-weight: 900;
  padding-left: .7em;
  line-height: 1;
}

.h_contact .tel i {
  position: relative;
  top: -.05em;
}

@media screen and (max-width: 767px) {
  .h_contact .tel {
    display: none;
  }
}

.h_contact .mail {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h_contact .mail {
    width: 18rem;
  }
}

.h_contact .mail a {
  background: #389ece url(../img/arrow-right01.svg) no-repeat calc(100% - 1em) center/0.7rem;
  color: #fff;
  font-size: 1.8rem;
  height: 6rem;
  display: flex;
  border-radius: 3em;
  justify-content: center;
  align-items: center;
  border: solid .4rem #7bc7eb;
  gap: .6em;
  padding-right: .5em;
  letter-spacing: .02em;
}

@media screen and (max-width: 767px) {
  .h_contact .mail a {
    font-size: 2.4rem;
    height: 8rem;
    background-size: 1rem;
  }
}

.h_contact .mail a:before {
  content: '';
  background: url(../img/h-mail.png) no-repeat 50%/contain;
  width: 2rem;
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .h_contact .mail a:before {
    width: 2.4rem;
    height: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 2.5em;
    letter-spacing: .02em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  .h_nav {
    gap: 1em;
  }
}

@media screen and (min-width: 768px) {
  .h_nav a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    margin-bottom: 5.5rem;
  }
  .h_nav a {
    padding: 1.4em 0;
    display: block;
    font-size: 2rem;
    letter-spacing: .02em;
    background: url(../img/arrow-right07.svg) no-repeat right center/0.9rem;
  }
  .h_nav li {
    border-bottom: solid 1px #ece1c1;
  }
}

.h_nav a:hover {
  color: inherit;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex !important;
    gap: 4rem;
    align-items: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 1600px) {
  #toggle_menu {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .h_line {
    position: absolute;
    top: .85rem;
    right: 6.2rem;
  }
  .h_line img {
    width: 16.2rem;
  }
  .h_menu {
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
    aspect-ratio: 1 / 1;
    cursor: pointer;
    font-size: .94rem;
    text-align: center;
    font-weight: 900;
  }
  .h_menu:after {
    content: 'メニュー';
    display: block;
    position: absolute;
    width: 100%;
    bottom: 1rem;
    line-height: 1;
  }
  body.open .h_menu:after {
    content: '閉じる';
  }
  .h_menu img {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 3.4rem;
    top: 1.2rem;
  }
  body.open .h_menu img {
    opacity: 0;
  }
  .h_menu .close {
    top: 1.4rem;
    opacity: 0;
    width: 3.2rem;
  }
  body.open .h_menu .close {
    opacity: 1;
  }
  #toggle_menu {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    top: 6rem;
    height: calc(100% - 6rem);
    background: #fff9e7;
    padding: 4rem 5rem 6rem;
    overflow-y: auto;
  }
  body.open {
    overflow-y: hidden;
  }
}

#gototop {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  z-index: 60;
  transition: bottom .3s;
}

body:has(.fixed_footer.fixed:not(.abs)) #gototop {
  bottom: 14.5rem;
}

@media screen and (max-width: 767px) {
  #gototop {
    right: 2.5rem;
  }
  body:has(.fixed_footer.fixed:not(.abs)) #gototop {
    bottom: 10rem;
  }
}

#gototop img {
  width: 8.6rem;
}

@media screen and (max-width: 767px) {
  #gototop img {
    width: 6.2rem;
  }
}

#footer {
  padding: 11rem 0;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 8rem 0;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row .right {
    width: 63rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

.f_logo img {
  width: 24.2rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 19.3rem;
  }
}

.f_logo p {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .f_logo p {
    font-size: 1.6rem;
    margin-top: .6em;
  }
}

.f_info {
  margin: 5rem 0 0;
}

.f_info dt {
  font-size: 1.3rem;
  margin-bottom: 1.6em;
}

.f_info p {
  font-weight: 500;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .f_info {
    margin: 4rem 0 0;
  }
}

.f_info address {
  display: block;
  line-height: 2.17;
}

@media screen and (max-width: 767px) {
  .f_info address {
    line-height: 1.9;
  }
}

.f_nav {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 0;
}

@media screen and (min-width: 768px) {
  .f_nav {
    gap: 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    margin: 8rem 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .f_nav li {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  .f_nav li {
    width: 50%;
  }
}

.f_nav a {
  display: block;
  position: relative;
  white-space: nowrap;
  letter-spacing: .04em;
  background: url(../img/arrow-right06.svg) no-repeat left center/0.8rem;
  padding-left: 1.3em;
}

@media screen and (max-width: 767px) {
  .f_nav a {
    background-size: 1rem;
  }
}

.f_nav a:hover {
  color: inherit;
}

.f_copy {
  font-size: 1.2rem;
  color: #a0a0a0;
  letter-spacing: .04em;
}

@media screen and (min-width: 768px) {
  .f_copy {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .f_copy {
    text-align: left;
    font-size: 1.1rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.fixed_footer {
  position: fixed;
  z-index: 65;
  transform: translateY(150%);
  transition: transform .3s;
  background: #389ece;
  width: 100%;
  right: 0;
  bottom: 0;
  height: 14rem;
  background: #389ece;
  font-weight: bold;
  border-top: solid .4rem #1c87ba;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fixed_footer {
    border-width: .3rem;
    height: 9.4rem;
    border-width: .2rem;
  }
  .fixed_footer .u_inner {
    margin: 0;
  }
}

.fixed_footer dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .fixed_footer dl {
    margin-left: -2rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer dl {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }
}

.fixed_footer dt img {
  width: 42.3rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer dt img {
    width: 28rem;
    position: relative;
    top: -.1rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer dt {
    background: #fff9e7;
    width: 100%;
    height: 2.2rem;
    line-height: 1;
    text-align: center;
    border-bottom: solid .2rem #1c87ba;
  }
}

.fixed_footer .tel img {
  display: block;
  width: 34.4rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer .tel img {
    width: 19.5rem;
  }
}

.fixed_footer .tel a {
  background: url(../img/f-tel.png) no-repeat left 0.4em/3.6rem;
  font-size: 5.7rem;
  font-weight: 900;
  letter-spacing: -.02em;
  padding-left: .7em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .fixed_footer .tel a {
    font-size: 3.2rem;
    background-size: 2.2rem;
  }
}

.fixed_footer .tel a:hover {
  color: inherit;
}

.fixed_footer .mail {
  width: 39.5rem;
}

@media screen and (max-width: 767px) {
  .fixed_footer .mail {
    width: 19.7rem;
  }
}

.fixed_footer dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .fixed_footer dd {
    width: 77.2rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer dd {
    padding-right: 1.3rem;
    padding-top: 1rem;
    padding-left: 8rem;
  }
}

@media screen and (max-width: 767px) {
  .fixed_footer dd > img {
    position: absolute;
    left: -.5rem;
    width: 7.5rem;
    bottom: 0;
  }
}

.fixed_footer.fixed {
  transform: none;
}

.fixed_footer.fixed.abs {
  transform: translateY(150%);
}

.top_main {
  background: #fff9e7;
  position: relative;
  margin-top: 9rem;
  padding: 10rem 0;
  color: #51483b;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 6rem;
    padding: 5rem 0 6.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .slide {
    top: 9rem;
    position: absolute;
    overflow: hidden;
    width: calc(50% + 5rem);
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_main .slide {
    margin-left: 2.7rem;
  }
}

.top_main .slide img {
  border-radius: 2rem;
}

@media screen and (max-width: 767px) {
  .top_main .slide img {
    border-radius: 1.33rem;
  }
}

.top_main .img {
  position: absolute;
  bottom: 0;
  width: 42.8rem;
  z-index: 2;
  left: calc(50% + 31rem);
}

@media screen and (max-width: 767px) {
  .top_main .img {
    left: auto;
    right: -2.2rem;
    width: 28.5rem;
  }
}

.top_main .swiper-slide {
  width: 50rem;
  margin-right: 6rem;
}

@media screen and (max-width: 767px) {
  .top_main .swiper-slide {
    width: 33.4rem;
    margin-right: 4rem;
  }
}

.top_main .box {
  margin: 0 2.7rem;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .top_main .box {
    width: 143rem;
    max-width: calc(100% - 4.5rem);
    margin: 0 auto;
  }
}

.top_main dt {
  font-size: 7.9rem;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: .5em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top_main dt {
    font-size: 5.8rem;
  }
}

.top_main dt small {
  font-size: 5.1rem;
}

@media screen and (max-width: 767px) {
  .top_main dt small {
    font-size: 3.7rem;
  }
}

.top_main dt em {
  color: #5eb94d;
  font-size: 10.3rem;
}

@media screen and (max-width: 767px) {
  .top_main dt em {
    font-size: 7.7rem;
  }
}

.top_main dd {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: -.06em;
  margin-bottom: 1.8em;
}

@media screen and (max-width: 767px) {
  .top_main dd {
    font-size: 2rem;
  }
}

.top_main .frame {
  background: #fff;
  border: solid .8rem #b3d7e8;
  border-radius: 2rem;
  padding: 2.8rem 4rem;
}

@media screen and (max-width: 767px) {
  .top_main .frame {
    border-width: .8rem;
    padding: 2.4rem 2rem;
    text-align: center;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .frame {
    width: 58rem;
  }
}

.top_main p {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .top_main p {
    font-size: 1.6rem;
  }
}

.top_main p mark {
  background: #389ece;
  color: #fff;
  font-size: 1.41em;
  padding: 0 .2em;
  margin: 0 .1em;
}

.top_main p i {
  color: #389ece;
}

.top_main p em {
  display: block;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .top_main p em {
    font-size: 1.7rem;
  }
}

.top_sec {
  padding: 14rem 0;
}

@media screen and (max-width: 767px) {
  .top_sec {
    padding: 9rem 0;
  }
}

.top_intro {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_intro {
    padding: 12rem 0;
  }
}

.top_intro .c_ttl small {
  background: #5eb94d;
  color: #fff;
  font-size: .5em;
  border-radius: 3em;
  padding: .3em 1.3em;
  display: inline-block;
  margin-bottom: 1em;
  position: relative;
}

.top_intro .c_ttl small:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: .5em;
  height: .5em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: inherit;
  bottom: -.45em;
}

.top_intro .lead {
  text-align: center;
  font-size: 2rem;
  color: #51483b;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_intro .lead {
    font-size: 1.45rem;
    margin-bottom: 2.2rem;
  }
}

.top_intro .lead i {
  display: inline-block;
  background: url(../img/bg-slash-left.svg) no-repeat left center/4.2rem, url(../img/bg-slash-right.svg) no-repeat right center/4.2rem;
}

@media screen and (min-width: 768px) {
  .top_intro .lead i {
    padding: 0 4.5em;
  }
}

@media screen and (max-width: 767px) {
  .top_intro .lead i {
    display: block;
    background-size: 3.6rem;
    background-image: url(../img/bg-slash-left-sp.svg), url(../img/bg-slash-right-sp.svg);
  }
}

.top_intro .yt {
  width: 80rem;
  margin: 0 auto;
  max-width: 100%;
}

.top_intro iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 450;
}

.cta_line {
  background: url(../img/cta-line-bg.png) center top/1.6rem;
}

@media screen and (max-width: 767px) {
  .cta_line {
    background-size: 1rem;
  }
}

.cta_line .u_inner {
  padding: 5rem 0 6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cta_line .u_inner {
    padding: 2.5rem 0 3rem;
  }
}

.cta_line .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30.1rem;
}

@media screen and (max-width: 767px) {
  .cta_line .img {
    width: 16.2rem;
    right: -2.7rem;
    bottom: auto;
    top: -3.4rem;
  }
}

.cta_line p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .cta_line p {
    margin-bottom: 2rem;
  }
}

.cta_line p img {
  width: 93.9rem;
}

@media screen and (max-width: 767px) {
  .cta_line p img {
    width: 34.1rem;
  }
}

.cta_line a {
  display: block;
  width: 86rem;
}

@media screen and (max-width: 767px) {
  .cta_line a {
    position: relative;
    z-index: 1;
    width: 44.8rem;
  }
}

.top_blog {
  background: #e2f3df;
  border-bottom: solid .3rem #c5d8e1;
}

@media screen and (min-width: 768px) {
  .top_blog {
    padding: 12rem 0;
    border-width: .4rem;
  }
}

.top_blog .c_ttl {
  font-size: 4.6rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_blog .c_ttl {
    font-size: 3.3rem;
  }
}

.top_blog .c_ttl + p {
  text-align: center;
  margin-bottom: 5rem;
}

.top_blog ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_blog ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.3rem;
    margin-bottom: 5rem;
  }
}

.top_blog li {
  background: #fff;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.04);
}

.top_blog li a {
  display: block;
  padding-bottom: 1rem;
}

.top_blog li a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .top_blog li a {
    display: flex;
    padding: 0;
  }
}

.top_blog li p {
  line-height: 1.64;
  padding: 0 2rem 1.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_blog li p {
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}

.top_blog li p:has(time) {
  display: flex;
  justify-content: space-between;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .top_blog li p:has(time) {
    margin-bottom: .6em;
  }
}

.top_blog li time {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .top_blog li time {
    font-size: 1.2rem;
  }
}

.top_blog li i {
  background: #5eb94d;
  color: #fff;
  padding: 0 .6em;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .top_blog li i {
    font-size: 1.1rem;
  }
}

.top_blog li img {
  width: 100%;
  aspect-ratio: 290 / 192;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .top_blog .desc {
    width: calc(100% - 19.4rem);
    padding: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .top_blog figure {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_blog figure {
    width: 19.4rem;
  }
}

.top_event {
  background: #e0f3fc;
}

.top_event .c_ttl em {
  color: #389ece;
}

.top_event .c_btn a {
  background-color: #389ece;
}

.top_event li i {
  background: #389ece;
}

.top_trouble {
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .top_trouble {
    padding: 15rem 0 12rem;
  }
}

.top_trouble .ttl {
  position: relative;
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  color: #51483b;
  letter-spacing: -.02em;
  padding-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_trouble .ttl {
    font-size: 3.3rem;
    padding-bottom: 3.5rem;
  }
}

.top_trouble .ttl em {
  color: #389ece;
  font-size: 7rem;
}

@media screen and (max-width: 767px) {
  .top_trouble .ttl em {
    font-size: 4.6rem;
  }
}

.top_trouble .ttl img {
  position: absolute;
  bottom: 0;
}

.top_trouble .ttl .a {
  left: 2.6rem;
  width: 14rem;
  bottom: -8rem;
}

@media screen and (max-width: 767px) {
  .top_trouble .ttl .a {
    width: 9.3rem;
    bottom: -2rem;
    left: -.5rem;
  }
}

.top_trouble .ttl .b {
  right: 1.4rem;
  width: 14.9rem;
  bottom: -8rem;
}

@media screen and (max-width: 767px) {
  .top_trouble .ttl .b {
    width: 9.9rem;
    bottom: -2rem;
    right: -1.2rem;
  }
}

.top_trouble .list {
  display: grid;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem 4.5rem;
  padding-right: .5rem;
}

@media screen and (max-width: 767px) {
  .top_trouble .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.5rem;
    margin-bottom: 3rem;
  }
}

.top_trouble .list .bg {
  position: absolute;
  inset: 0;
  background: #fff;
  z-index: -1;
  border-radius: inherit;
}

.top_trouble .list > li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 3rem;
  z-index: 0;
  background: #fff;
  border-radius: 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_trouble .list > li {
    width: 44.3rem;
    padding: 2rem;
    border-radius: 1.3rem;
  }
}

.top_trouble .list > li:before {
  content: '';
  position: absolute;
  background: #e1e1e1;
  width: 100%;
  height: 100%;
  top: .5rem;
  left: .5rem;
  border-radius: inherit;
  z-index: -2;
}

.top_trouble .list > li:after {
  content: '';
  position: absolute;
  background: url(../img/trouble-bg.svg) no-repeat left bottom/100%;
  width: 58rem;
  height: 10rem;
  left: 0;
  bottom: -3rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_trouble .list > li:after {
    background-image: url(../img/trouble-bg-sp.svg);
    width: 44.8rem;
  }
}

.top_trouble .list img {
  width: 9rem;
}

@media screen and (max-width: 767px) {
  .top_trouble .list img {
    width: 8.1rem;
  }
}

.top_trouble .desc {
  width: calc(100% - 12rem);
}

.top_trouble .desc li {
  padding-left: 1em;
  position: relative;
  margin-top: .7em;
  font-weight: 500;
  color: #51483b;
}

.top_trouble .desc li:before {
  content: '・';
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_trouble .desc {
    width: calc(100% - 10rem);
  }
}

.top_trouble .ttl2 {
  color: #389ece;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_trouble .ttl2 {
    font-size: 2.4rem;
  }
}

.top_feature {
  position: relative;
}

.top_feature .bg {
  position: absolute;
  z-index: -1;
}

.top_feature .bg.a {
  width: 42.7rem;
  left: calc(50% + 26rem);
  top: -4rem;
}

@media screen and (max-width: 767px) {
  .top_feature .bg.a {
    left: 29.8rem;
    width: 28.5rem;
  }
}

.top_feature .bg.b {
  width: 57.4rem;
  right: calc(50% + 37rem);
  top: 41rem;
}

@media screen and (max-width: 767px) {
  .top_feature .bg.b {
    right: 29.5rem;
    width: 38.3rem;
    top: 92rem;
  }
}

.top_feature .bg.c {
  width: 39.7rem;
  left: calc(50% + 36rem);
  bottom: 13rem;
}

@media screen and (max-width: 767px) {
  .top_feature .bg.c {
    width: 26.5rem;
    bottom: 16rem;
    left: 25.3rem;
  }
}

.top_feature .c_ttl {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_feature .c_ttl {
    line-height: 1.3;
  }
}

.top_feature .c_ttl i {
  font-size: 10rem;
  font-style: italic;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top_feature .c_ttl i {
    font-size: 6.6rem;
    margin-right: .2em;
  }
}

.top_feature .c_ttl small {
  display: inline-block;
  font-size: 2.4rem;
  color: #5eb94d;
  background: #d9f2d5;
  border-radius: 3em;
  padding: .5em 1.5em;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_feature .c_ttl small {
    font-size: 1.6rem;
    margin-bottom: 1.4em;
  }
}

.top_feature .lead {
  text-align: center;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_feature .lead {
    margin-bottom: 4.5rem;
  }
}

.top_feature .lead p {
  margin-top: .8em;
}

.top_feature ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 7.5rem 8rem;
  padding: 0 6rem;
}

@media screen and (max-width: 767px) {
  .top_feature ul {
    grid-template-columns: repeat(1, 1fr);
    padding: 0;
    gap: 4.5rem;
  }
}

.top_feature figure {
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}

.top_feature figure img {
  width: 100%;
}

.top_feature figcaption {
  position: absolute;
  top: 0;
  background: url(../img/features-num-bg.svg) no-repeat left top/contain;
  width: 2.25em;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  height: 2.4em;
  text-align: center;
  padding-top: .3em;
  padding-right: .2em;
}

@media screen and (max-width: 767px) {
  .top_feature figcaption {
    font-size: 2.6rem;
  }
}

.top_feature .ttl {
  color: #5eb94d;
  font-size: 3.4rem;
  font-weight: bold;
  margin: .9em 0 .4em;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl {
    font-size: 2.8rem;
    margin: 1em 0 .6em;
  }
}

@media screen and (min-width: 768px) {
  .top_feature .ttl.b {
    letter-spacing: -.04em;
  }
}

.top_voice {
  position: relative;
  background: #e0f3fc;
  z-index: 0;
  overflow: hidden;
}

.top_voice .bg {
  position: absolute;
  width: 44.87rem;
  left: calc(50% + 24rem);
  top: -5.5rem;
  z-index: -1;
}

.top_voice .c_ttl em {
  color: #389ece;
}

.top_voice li {
  position: relative;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .top_voice li {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_voice li:nth-child(odd) .box {
    padding-left: 22rem;
  }
  .top_voice li:nth-child(odd) .ttl {
    padding-left: 23rem;
  }
  .top_voice li:nth-child(odd) figure {
    left: 5rem;
  }
}

.top_voice li:nth-child(even) .box {
  border-color: #d0e7cc;
}

@media screen and (min-width: 768px) {
  .top_voice li:nth-child(even) .box {
    padding-right: 22rem;
  }
}

@media screen and (min-width: 768px) {
  .top_voice li:nth-child(even) figure {
    right: 5rem;
  }
}

.top_voice li:nth-child(even) .ttl {
  background: #5eb94d;
}

@media screen and (min-width: 768px) {
  .top_voice li:nth-child(even) .ttl {
    padding-left: 5rem;
  }
}

.top_voice li:nth-child(even) p em {
  color: #5eb94d;
}

.top_voice li:nth-child(even) p mark {
  color: #5eb94d;
  background: none;
}

.top_voice li p em {
  color: #389ece;
  font-weight: 500;
}

.top_voice li p mark {
  color: #389ece;
  font-weight: 500;
  background: linear-gradient(transparent 60%, #fdf1bf 60%);
}

.top_voice figure {
  position: absolute;
  top: 3rem;
}

@media screen and (max-width: 767px) {
  .top_voice figure {
    left: 2rem;
    top: 1.3rem;
  }
}

.top_voice figure img {
  width: 15rem;
}

@media screen and (max-width: 767px) {
  .top_voice figure img {
    width: 7.3rem;
  }
}

.top_voice figcaption {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 500;
  margin-top: .4em;
}

@media screen and (max-width: 767px) {
  .top_voice figcaption {
    color: #fff;
    font-size: 1rem;
  }
}

.top_voice .ttl {
  background: #389ece;
  color: #fff;
  font-size: 3.4rem;
  font-weight: bold;
  border-radius: 1rem 1rem 0 0;
  padding: .6em 0;
}

@media screen and (max-width: 767px) {
  .top_voice .ttl {
    height: 11.3rem;
    font-size: 2.2rem;
    display: flex;
    align-items: center;
    padding-left: 11rem;
    padding-right: 2rem;
  }
}

.top_voice .box {
  background: #fff;
  border-radius: 0 0 2rem 2rem;
  border: solid 1rem #c8e5f2;
  overflow: hidden;
  padding: 4rem;
  border-top: none;
}

@media screen and (max-width: 767px) {
  .top_voice .box {
    border-width: .7rem;
    padding: 2rem 2rem 3.5rem;
  }
}

.top_voice .box p {
  background-color: #fff;
  background-image: linear-gradient(180deg, #b2ccd9 1px, transparent 1px);
  background-size: 100% 2.5em;
  background-position: left -1px;
  line-height: 2.5em;
  letter-spacing: -.02em;
}

@media screen and (min-width: 768px) {
  .top_voice .box p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_voice .box p {
    line-height: 2.3em;
    background-size: 100% 2.3em;
    letter-spacing: 0;
  }
}

.top_service {
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_service {
    padding: 13rem 0 14rem;
  }
}

.top_service:before {
  content: '';
  position: absolute;
  background: #e2f3df;
  inset: 37rem 0 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_service:before {
    inset: 47rem 0 0;
  }
}

.top_service .head {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 9.5rem;
  padding: 0 7rem;
}

@media screen and (max-width: 767px) {
  .top_service .head {
    flex-wrap: wrap;
    gap: 2.5rem 1.6rem;
    margin: 6rem -2rem 8rem;
    padding: 0;
  }
}

.top_service .head li {
  background: #5eb94d;
  border-radius: 1rem;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  height: 17rem;
  border-radius: 1rem;
}

@media screen and (max-width: 767px) {
  .top_service .head li {
    height: 11.5rem;
    padding-right: 1.4rem;
    border-radius: .66rem;
  }
}

@media screen and (min-width: 768px) {
  .top_service .head li {
    width: 36rem;
  }
}

.top_service .head li:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/ico-pin-upward.png) no-repeat 50%/contain;
  width: 2rem;
  height: 2rem;
  top: -.8rem;
}

@media screen and (max-width: 767px) {
  .top_service .head li:before {
    width: 1.4rem;
    height: 1.4rem;
    top: -.7rem;
  }
}

.top_service .head p {
  font-size: 3.4rem;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .top_service .head p {
    font-size: 2.2rem;
  }
}

.top_service .head p i {
  margin: 0 -.2em;
}

.top_service .head p.b {
  font-size: 2.9rem;
  line-height: 1.2;
}

.top_service .head p.b mark {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .top_service .head p.b mark {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service .head p.b {
    font-size: 1.9rem;
    padding-bottom: 1rem;
  }
}

.top_service .head p em {
  font-size: 4.4rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .top_service .head p em {
    font-size: 2.9rem;
  }
}

.top_service .head p small {
  font-size: 1.6rem;
  background: #fff;
  padding: .2em 1em;
  border-radius: 3em;
  color: #5eb94d;
  display: inline-block;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_service .head p small {
    font-size: 1.06rem;
  }
}

.top_service .head figure {
  width: 13rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_service .head figure {
    width: 9rem;
  }
}

.top_service .head figure img {
  height: 9.3rem;
}

@media screen and (max-width: 767px) {
  .top_service .head figure img {
    height: 5.5rem;
  }
}

.top_service .head mark {
  background: none;
  position: relative;
  color: inherit;
  z-index: 0;
}

.top_service .head mark:before {
  content: '';
  position: absolute;
  background: #eac320;
  bottom: -.15em;
  line-height: 1;
  width: 100%;
  height: 1.8rem;
  z-index: -1;
}

.top_service .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .top_service .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
    margin-bottom: 5rem;
  }
}

.top_service .list figure {
  text-align: center;
}

.top_service .list figure img {
  width: 20.5rem;
}

@media screen and (max-width: 767px) {
  .top_service .list figure img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_service .list figure {
    width: 12.7rem;
  }
}

.top_service .list li {
  background: #fff;
  box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.04);
}

.top_service .list a {
  display: block;
  padding: 3rem;
}

.top_service .list a:hover {
  color: inherit;
}

@media screen and (max-width: 767px) {
  .top_service .list a {
    display: flex;
    justify-content: space-between;
    padding: 3rem 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .top_service .list dl {
    width: calc(100% - 15rem);
  }
}

.top_service .list dt {
  color: #5eb94d;
  font-weight: bold;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  gap: .4em;
  white-space: nowrap;
  margin: 1em 0 .5em;
}

@media screen and (max-width: 767px) {
  .top_service .list dt {
    font-size: 2.4rem;
    margin: 0 0 .4em;
  }
}

.top_service .list dt:after {
  content: '';
  background: url(../img/arrow-right04.svg) no-repeat 50%/contain;
  width: .75em;
  height: .75em;
}

.top_service .list dd {
  line-height: 1.88;
  letter-spacing: -.02em;
}

@media screen and (max-width: 767px) {
  .top_service .list dd {
    line-height: 1.7;
  }
}

.top_staff {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}

.top_staff figure {
  width: 50%;
}

.top_staff figure img {
  width: 100%;
}

.top_staff .box {
  background: url(../img/staff-bg.png) center top/1.6rem;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .top_staff .box {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 64rem;
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_staff .box {
    width: 100%;
    padding: 6rem 0 7.5rem;
  }
}

.top_staff .box img {
  width: 6.8rem;
}

@media screen and (max-width: 767px) {
  .top_staff .box img {
    width: 4.5rem;
  }
}

.top_staff p {
  font-size: 2.4rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_staff p {
    font-size: 1.6rem;
  }
}

.top_staff .c_ttl {
  color: #fff;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .top_staff .c_ttl {
    margin-bottom: 3rem;
  }
}

.top_staff .c_btn a {
  background-color: #fff;
  background-image: url(../img/arrow-right05.svg);
  color: #5eb94d;
}

@media screen and (max-width: 767px) {
  .top_staff .c_btn a {
    background-image: url(../img/arrow-right05-sp.svg);
  }
}

.top_flow li {
  border: solid 2px #dcdcdc;
  border-radius: 1rem;
  background: #fff;
  display: flex;
  align-items: center;
  margin-top: 4rem;
  padding: 4rem 7rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_flow li {
    margin-top: 3rem;
    border-width: 1px;
    padding: 7.2rem 2.7rem 4rem;
    align-items: flex-start;
  }
}

.top_flow li + li:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/arrow-down01.svg) no-repeat 50%/contain;
  height: 2rem;
  top: -4.2rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_flow li + li:before {
    height: 1.5rem;
    top: -3.1rem;
  }
}

.top_flow li p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .top_flow li p {
    border-bottom: solid 1px #dcdcdc;
    padding-bottom: .7em;
    position: absolute;
    top: 2.4rem;
    width: calc(100% - 5.4rem);
  }
}

@media screen and (min-width: 768px) {
  .top_flow li p {
    font-size: 1.5rem;
    width: 11rem;
    height: 10rem;
    border-right: solid 1px #dcdcdc;
    padding-top: 1.2em;
  }
}

.top_flow li p i {
  font-size: 4rem;
}

@media screen and (min-width: 768px) {
  .top_flow li p i {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .top_flow li p i {
    font-size: 1.7rem;
    margin-left: .3em;
    vertical-align: -.1em;
  }
}

.top_flow dl {
  width: calc(100% - 34.7rem);
}

@media screen and (max-width: 767px) {
  .top_flow dl {
    width: calc(100% - 12rem);
  }
}

.top_flow figure {
  width: 24.7rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_flow figure {
    width: 12rem;
    margin-top: 1rem;
    text-align: left;
    padding-left: .5rem;
  }
}

.top_flow figure img {
  width: 15.2rem;
}

@media screen and (max-width: 767px) {
  .top_flow figure img {
    width: 10rem;
  }
}

.top_flow dt {
  font-size: 2.8rem;
  font-weight: bold;
  color: #51483b;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_flow dt {
    font-size: 2.4rem;
    margin-bottom: .3em;
  }
}

.top_flow dd {
  line-height: 1.88;
}

@media screen and (max-width: 767px) {
  .top_flow dd {
    line-height: 1.7;
  }
}

.top_faq {
  background: url(../img/faq-bg.png) center top/1.6rem;
}

@media screen and (min-width: 768px) {
  .top_faq {
    padding-top: 18rem;
  }
  .top_faq .u_inner {
    width: 98rem;
  }
}

.top_faq .c_ttl {
  background: url(../img/faq-ttl-bg-left.svg) no-repeat left center/8.4rem, url(../img/faq-ttl-bg-right.svg) no-repeat right center/8.4rem;
}

@media screen and (max-width: 767px) {
  .top_faq .c_ttl {
    font-size: 3.4rem;
    background-size: 3.6rem;
    background-image: url(../img/faq-ttl-bg-left-sp.svg), url(../img/faq-ttl-bg-right-sp.svg);
  }
}

@media screen and (min-width: 768px) {
  .top_faq .c_ttl {
    width: 92rem;
    margin: 0 auto 6rem;
  }
}

.top_faq .c_ttl small {
  display: block;
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  .top_faq .c_ttl small {
    font-size: 2.6rem;
  }
}

.top_faq .c_ttl em {
  color: #389ece;
}

.top_faq dl em {
  position: relative;
  display: block;
  border-radius: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .top_faq dl em {
    border-radius: 1.33rem;
  }
}

.top_faq dl em:after {
  content: '';
}

.top_faq dl em:before {
  background: #fff9e7;
}

.top_faq dl em:before, .top_faq dl span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: inherit;
  z-index: -1;
}

.top_faq dl em:after, .top_faq dl span:after {
  content: '';
  width: 3rem;
  height: 3rem;
  background: inherit;
  position: absolute;
  top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .top_faq dl em:after, .top_faq dl span:after {
    top: 4.3rem;
    width: 2rem;
    height: 2rem;
  }
}

.top_faq dl span {
  display: block;
  background: inherit;
  border-radius: inherit;
}

.top_faq dl span:before {
  background: #a4d6ec;
  z-index: -2;
  top: .5rem;
}

@media screen and (max-width: 767px) {
  .top_faq dl span:before {
    top: .4rem;
  }
}

.top_faq dl span:after {
  background: #a4d6ec;
  margin-top: .5rem;
}

@media screen and (max-width: 767px) {
  .top_faq dl span:after {
    margin-top: .4rem;
  }
}

.top_faq dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}

@media screen and (min-width: 768px) {
  .top_faq dt {
    padding-left: 3rem;
    margin-bottom: 3rem;
  }
}

.top_faq dt span {
  padding: 3.5rem 6rem;
}

@media screen and (max-width: 767px) {
  .top_faq dt span {
    padding: 2.5rem 2rem;
  }
}

.top_faq dt em {
  background: #fff9e7;
  margin-right: .5rem;
  width: 70.6rem;
  font-size: 2.6rem;
  line-height: 1.64;
  color: #51483b;
}

@media screen and (max-width: 767px) {
  .top_faq dt em {
    font-size: 1.8rem;
    width: 29.6rem;
    margin-right: .4rem;
  }
}

.top_faq dt em:before {
  left: 0;
}

.top_faq dt em:after {
  left: -3rem;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

@media screen and (max-width: 767px) {
  .top_faq dt em:after {
    left: -2rem;
  }
}

.top_faq dt span:before {
  left: .5rem;
}

@media screen and (max-width: 767px) {
  .top_faq dt span:before {
    left: .4rem;
  }
}

.top_faq dt span:after {
  left: -3rem;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  margin-left: .5rem;
  margin-top: .7rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_faq dt span:after {
    left: -2rem;
    margin-left: .4rem;
    margin-top: .6rem;
  }
}

.top_faq dt img {
  width: 16rem;
}

@media screen and (max-width: 767px) {
  .top_faq dt img {
    width: 10.8rem;
  }
}

.top_faq dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .top_faq dd {
    align-items: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .top_faq dd {
    padding-right: 3rem;
  }
}

.top_faq dd span {
  padding: 3.5rem 4rem;
}

@media screen and (max-width: 767px) {
  .top_faq dd span {
    padding: 2.5rem 3rem;
  }
}

.top_faq dd span:before {
  right: .5rem;
}

@media screen and (max-width: 767px) {
  .top_faq dd span:before {
    right: .4rem;
  }
}

.top_faq dd span:after {
  right: -3rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: .5rem;
  margin-top: .7rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_faq dd span:after {
    right: -2rem;
    margin-right: .4rem;
    margin-top: .6rem;
  }
}

.top_faq dd em {
  background: #fff;
  margin-left: .5rem;
  width: 67.6rem;
  font-size: 2.4rem;
  color: #389ece;
}

@media screen and (max-width: 767px) {
  .top_faq dd em {
    width: 27.1rem;
    font-size: 1.8rem;
  }
}

.top_faq dd em:before {
  right: 0;
}

.top_faq dd em:after {
  right: -3rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

@media screen and (max-width: 767px) {
  .top_faq dd em:after {
    right: -2rem;
  }
}

.top_faq dd img {
  width: 22.9rem;
}

@media screen and (max-width: 767px) {
  .top_faq dd img {
    width: 15.3rem;
  }
}

.top_faq dd i {
  display: block;
  background-color: #fff;
  background-image: linear-gradient(180deg, #e0f3fc 1px, transparent 1px);
  background-size: 100% 2.1em;
  background-position: left -1px;
  line-height: 2.1em;
}

.top_faq dd mark {
  color: inherit;
  background: linear-gradient(transparent 60%, #fdf1bf 60%);
}

.top_faq .c_btn {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  .top_faq .c_btn {
    margin-top: 5rem;
  }
}

.top_faq .c_btn a {
  width: 100%;
  background-color: #389ece;
}

@media screen and (min-width: 768px) {
  .top_faq .c_btn a {
    background-position: calc(100% - 3rem) center;
  }
}

.top_slide {
  display: flex;
  overflow: hidden;
}

.top_slide p {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
}

.top_slide img {
  height: 40rem;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .top_slide img {
    height: 26.7rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_bnr {
  margin: 10rem 0;
}

@media screen and (max-width: 767px) {
  .top_bnr {
    margin: 5.5rem 0;
  }
}

.top_bnr a {
  display: block;
}

.top_bnr p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: .5em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_bnr p {
    font-size: 1.1rem;
    margin-top: 1em;
  }
}

@media screen and (min-width: 768px) {
  .top_bnr .u_inner {
    width: 108rem;
  }
}

.low_header {
  margin-top: 9rem;
  background: url(../img/header-bg01.png) center top/1.6rem;
  height: 39rem;
}

.low_header.b {
  background-image: url(../img/header-bg02.png);
}

@media screen and (max-width: 767px) {
  .low_header {
    margin-top: 6rem;
    height: 20rem;
    padding-top: 3rem;
    background-size: 1.1rem;
  }
}

.low_header .ttl {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    font-size: 3.6rem;
  }
}

.low_header .ttl i {
  display: none;
}

.low_service {
  padding: 15rem 0 30rem;
}

@media screen and (max-width: 767px) {
  .low_service {
    padding: 8rem 0 15rem;
  }
}

.serv_body {
  margin: 15rem 0;
}

@media screen and (max-width: 767px) {
  .serv_body {
    margin: 8rem 0 10rem;
  }
}

@media screen and (min-width: 768px) {
  .serv_body .u_inner {
    width: 104rem;
  }
}

.serv_body h1 {
  font-size: 4.6rem;
  font-weight: bold;
  color: #5eb94d;
  margin-bottom: .6em;
}

.serv_body p {
  line-height: 1.88;
}

.serv_body .mv {
  margin: 7.5rem 0;
}

@media screen and (max-width: 767px) {
  .serv_body .mv {
    margin: 5.5rem 0;
  }
}

.serv_body h2 {
  margin: 15rem 0 6rem;
  color: #5eb94d;
  background: #e2f3df;
  padding: .8em 1.2em;
  font-size: 3.4rem;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .serv_body h2 {
    margin: 9rem 0 4rem;
    font-size: 3rem;
  }
}

.serv_body h2:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: calc(100% - 2em);
  width: .3rem;
  left: 0;
  background: #5eb94d;
}

.serv_body h3 {
  font-size: 2.8rem;
  margin-bottom: .8em;
  font-weight: bold;
}

.serv_body .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.5rem;
}

@media screen and (max-width: 767px) {
  .serv_body .row {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 5rem;
  }
}

.serv_body .row p {
  letter-spacing: .02em;
}

@media screen and (min-width: 768px) {
  .serv_body .row figure {
    width: 40rem;
  }
  .serv_body .row .desc {
    width: calc(100% - 46rem);
  }
}

.serv_body .feature {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 3.25rem;
}

@media screen and (max-width: 767px) {
  .serv_body .feature {
    grid-template-columns: repeat(1, 1fr);
  }
}

.serv_body .feature h3 {
  font-size: 2.4rem;
  margin-top: 1.2em;
}

.serv_body .feature img {
  width: 100%;
  aspect-ratio: 325 / 217;
  object-fit: cover;
}

.serv_body .price {
  border-top: solid 1px #c8c8c8;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .serv_body .price {
    display: flex;
    flex-wrap: wrap;
  }
}

.serv_body .price dt, .serv_body .price dd {
  border-bottom: solid 1px #c8c8c8;
  padding: 1.3em 1.5em;
}

@media screen and (max-width: 767px) {
  .serv_body .price dt, .serv_body .price dd {
    padding: .8em 1em;
  }
}

.serv_body .price dt {
  background: #f5f5f5;
}

@media screen and (min-width: 768px) {
  .serv_body .price dt {
    width: 40rem;
  }
}

.serv_body .price dd {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .serv_body .price dd {
    width: calc(100% - 40rem);
  }
}

@media screen and (max-width: 767px) {
  .serv_body .top_flow dl {
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .serv_body .top_flow li {
    justify-content: space-between;
    padding: 5rem 7rem;
  }
  .serv_body .top_flow dl {
    width: calc(100% - 17rem);
  }
}

.serv_body .faq_body {
  margin: 0;
}

.serv_body .faq_body dl {
  background: #f3f3f3;
}

.serv_body .faq_body dt {
  color: #333333;
}

.serv_body .top_bnr {
  margin: 14rem 0;
}

@media screen and (max-width: 767px) {
  .serv_body .top_bnr {
    margin: 8rem 0;
  }
}

.serv_cta {
  border: solid 0.6rem #389ece;
  border-radius: 1rem;
  background: #fff9e7;
  padding: 2.4rem 2.4rem 3.4rem;
  margin: 14rem 0;
}

@media screen and (max-width: 767px) {
  .serv_cta {
    margin: 8rem 0;
  }
}

.serv_cta .row2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2.5rem;
}

@media screen and (max-width: 767px) {
  .serv_cta .row2 {
    flex-direction: column;
  }
}

.serv_cta ul {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .serv_cta ul {
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
  }
}

.serv_cta ul img {
  width: 48.5rem;
}

.serv_cta figure {
  text-align: center;
}

.serv_cta figure img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .serv_cta figure img {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .serv_cta figure {
    width: 42.6rem;
  }
}

.serv_cta .tel {
  text-align: center;
}

.serv_cta .tel small {
  display: block;
  border: solid 1px #389ece;
  text-align: center;
  padding: .25em 3.5em;
}

.serv_cta .tel small img {
  display: block;
  margin: 0 auto;
  width: 34.4rem;
}

.serv_cta .tel a {
  font-size: 8.2rem;
  font-weight: 900;
  color: #389ece;
  letter-spacing: -.02em;
  display: inline-block;
  background: url(../img/ico-tel.png) no-repeat left 0.2em/0.59756em;
  padding-left: .7em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .serv_cta .tel a {
    font-size: 6rem;
  }
}

.serv_cta .tel a i {
  position: relative;
  top: -.1em;
}

.com_body {
  margin: 15rem 0;
}

@media screen and (max-width: 767px) {
  .com_body {
    margin: 8rem 0 10rem;
  }
}

.com_body dl {
  border-top: solid 1px #c8c8c8;
  margin-bottom: 3rem;
}

@media screen and (min-width: 768px) {
  .com_body dl {
    display: flex;
    flex-wrap: wrap;
  }
}

.com_body dt, .com_body dd {
  border-bottom: solid 1px #c8c8c8;
  padding: 1.3em 1.5em;
}

@media screen and (max-width: 767px) {
  .com_body dt, .com_body dd {
    padding: .8em 1em;
  }
}

.com_body dt {
  background: #e0f3fc;
}

@media screen and (min-width: 768px) {
  .com_body dt {
    width: 40rem;
  }
}

.com_body dd {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .com_body dd {
    width: calc(100% - 40rem);
  }
}

.com_body .map {
  height: 50rem;
  margin: 10rem 0 0;
}

@media screen and (max-width: 767px) {
  .com_body .map {
    margin: 8rem 0 0;
    height: 30rem;
  }
}

.com_body iframe {
  width: 100%;
  height: 100%;
}

.staff_body {
  margin: 15rem 0;
}

@media screen and (max-width: 767px) {
  .staff_body {
    margin: 8rem 0 10rem;
  }
}

.staff_body article {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .staff_body article {
    flex-direction: column;
    gap: 3rem;
  }
}

.staff_body li + li {
  margin-top: 8rem;
  padding-top: 8rem;
  border-top: dashed 1px #5eb94d;
}

.staff_body li p {
  line-height: 1.88;
}

.staff_body li .sub {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: .8em;
}

.staff_body .ttl {
  color: #5eb94d;
  font-weight: bold;
  font-size: 3.4rem;
  background: url(../img/ico-staff-ttl.png) no-repeat left 0.4em/0.833em;
  padding-left: 1.5em;
  border-bottom: solid 1px #5eb94d;
  padding-bottom: .8em;
  margin-bottom: 1em;
}

.staff_body figure {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .staff_body figure {
    width: 30rem;
  }
}

.staff_body figure img {
  border-radius: 1rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .staff_body figure img {
    width: 70%;
  }
}

@media screen and (min-width: 768px) {
  .staff_body .desc {
    width: calc(100% - 36rem);
  }
}

.faq_body {
  margin: 15rem 0;
}

@media screen and (max-width: 767px) {
  .faq_body {
    margin: 8rem 0 10rem;
  }
}

.faq_body dl {
  background: #e0f3fc;
  padding: 2.4rem;
  margin-top: 3.3rem;
}

@media screen and (max-width: 767px) {
  .faq_body dl {
    margin-top: 2.5rem;
  }
}

.faq_body dt {
  font-size: 2.2rem;
  font-weight: 500;
  color: #389ece;
  letter-spacing: .08em;
  position: relative;
  padding-left: 2.2em;
  margin-bottom: 2.7rem;
}

.faq_body dt:before {
  content: 'Q.';
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: -.3em;
  font-weight: bold;
}

.faq_body dd {
  background: #fff;
  padding: 1.8em 2em;
}

@media screen and (max-width: 767px) {
  .faq_body dd {
    line-height: 1.875;
    padding: 1.3em 1.5em;
  }
}

.work_body {
  margin: 10rem 0;
}

@media screen and (min-width: 768px) {
  .work_body {
    width: 90rem;
    margin: 16rem auto 18rem;
  }
}

.work_body dl {
  display: flex;
  gap: 0 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .work_body dl {
    flex-wrap: wrap;
    gap: .3rem 0;
  }
}

.work_body dt {
  font-size: 1.5rem;
  background: #e1e1e1;
  padding: .2em 0;
  width: 8.6rem;
  text-align: center;
  letter-spacing: .06em;
}

.work_body dd {
  letter-spacing: .06em;
}

@media screen and (max-width: 767px) {
  .work_body dd {
    width: calc(100% - 8.6rem);
    padding-left: .6em;
  }
}

@media screen and (min-width: 768px) {
  .work_body dd + dt {
    margin-left: 2rem;
  }
}

.work_body .head {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  align-items: center;
  margin: 0 0 2rem;
}

@media screen and (max-width: 767px) {
  .work_body .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.3rem;
    margin: 0 0 1rem;
  }
}

.work_body .head p {
  color: #787878;
  font-size: 1.5rem;
}

.work_body .eval {
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.work_body .eval em {
  font-size: 2.8rem;
  color: #a4890d;
  font-weight: 900;
  margin: 0 .2em;
}

.work_body .eval i {
  color: #cc1d1d;
  font-size: 3.4rem;
  font-weight: bold;
}

.work_body .ttl {
  font-size: 3.4rem;
  line-height: 1.64;
  letter-spacing: .04em;
  font-weight: 600;
  border-top: solid 1px #dcdcdc;
  padding-top: 4rem;
  margin: 4.5rem 0 5rem;
}

@media screen and (max-width: 767px) {
  .work_body .ttl {
    font-size: 2.8rem;
    padding-top: 3rem;
    margin: 3rem 0 5rem;
  }
}

.work_body .ttl + figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1040 / 693;
}

.work_body p + p {
  margin-top: 2em;
}

.work_body table {
  margin: 6rem 0;
  border-top: solid 1px #dcdcdc;
}

@media screen and (max-width: 767px) {
  .work_body table {
    margin: 5rem 0;
  }
}

.work_body tr > * {
  border-bottom: solid 1px #dcdcdc;
}

.work_body th {
  background: #f0f0f0;
  padding: 1.5em 1.5em;
  width: 20rem;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .work_body th {
    width: 12rem;
    padding: 1.2em 1em;
  }
}

.work_body td {
  padding: 1.6em 2em;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .work_body td {
    padding: 1em 1.2em;
  }
}

.work_body td a {
  color: #5eb94d;
  text-decoration: underline;
}

.work_body .row {
  margin: 0 0 4rem;
  display: flex;
  gap: 6rem;
}

@media screen and (max-width: 767px) {
  .work_body .row {
    flex-direction: column;
    gap: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .work_body .row figure {
    flex: 1;
  }
}

.work_body .row figure {
  position: relative;
}

.work_body .row figure + figure {
  position: relative;
}

.work_body .row figure + figure:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #c8c8c8;
  width: 2rem;
  height: 3rem;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  left: -3.7rem;
}

@media screen and (max-width: 767px) {
  .work_body .row figure + figure:before {
    translate: -50% 0;
    left: 50%;
    top: -4rem;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 2rem;
    height: 1.5rem;
  }
}

.work_body .row figure + figure figcaption {
  background: #d05b1b;
}

.work_body .row figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 420 / 280;
}

.work_body .row figcaption {
  position: absolute;
  background: #333333;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: .06em;
  color: #fff;
  width: 5.7em;
  text-align: center;
  padding: .4em 0;
  top: 0;
  left: 0;
}

.work_body .voice {
  background: #f0f0f0;
  padding: 4rem;
  line-height: 1.88;
  letter-spacing: .06em;
  margin-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .work_body .voice {
    padding: 2.2rem 2.2rem 2.5rem;
    font-size: 1.4rem;
  }
}

.work_body .voice b {
  display: block;
  margin-bottom: .5em;
  color: #787878;
  background: url(../img/ico-voice.png) no-repeat left center/1.176em;
  padding-left: 1.8em;
  font-weight: 600;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 767px) {
  .work_body .voice b {
    font-size: 1.7rem;
    margin-bottom: .6em;
  }
}

.work_body .c_back {
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .work_body .c_back {
    margin-top: 6rem;
  }
}

body:has(.form_head) {
  background: #e2f3df;
}

body:has(.form_head) #header, body:has(.form_head) #footer {
  display: none;
}

.form_head {
  text-align: center;
  background: #fff;
}

.form_head a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
}

.form_head img {
  width: 14.6rem;
}

.form {
  padding: 10rem 0 16rem;
}

.form div.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  background-color: transparent;
}

.form div.wpcf7 .ajax-loader:before {
  content: none;
}

.form .wpcf7-spinner {
  display: none !important;
}

.form span.wpcf7-list-item {
  margin: 0;
  display: inline;
}

.form .wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
}

.form input:-webkit-autofill, .form select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
  -webkit-text-fill-color: #333;
}

.form input[readonly], .form textarea[readonly], .form select[readonly] {
  border: none !important;
  background: #f0f0f0;
}

@media screen and (max-width: 767px) {
  .form {
    padding: 8rem 0 10rem;
  }
}

.form .head {
  position: relative;
  padding-bottom: 8rem;
}

.form .head img {
  position: absolute;
  right: 23rem;
  bottom: 0;
  width: 19.3rem;
}

@media screen and (max-width: 767px) {
  .form .head img {
    right: 0;
    width: 12rem;
  }
}

.form .ttl {
  gap: 2px;
  display: flex;
  justify-content: center;
  font-size: 6rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .form .ttl {
    font-size: 4rem;
  }
}

.form .ttl i {
  padding: .2em;
  background: #5eb94d;
}

.form dl {
  background: #fff;
  border-radius: 1rem;
  padding: 11rem 15rem;
}

@media screen and (max-width: 767px) {
  .form dl {
    padding: 5rem 2rem;
  }
}

.form dt {
  font-weight: 500;
  letter-spacing: .02em;
  margin-bottom: .5em;
}

.form dt em {
  background: #5eb94d;
  color: #fff;
  font-size: 1.3rem;
  padding: .1em .8em;
  margin-left: 1.5em;
}

.form dd {
  margin-bottom: 4.2rem;
}

@media screen and (max-width: 767px) {
  .form dd {
    font-size: 16px;
  }
}

.form dd input[type="text"], .form dd input[type="email"], .form dd input[type="tel"], .form dd textarea, .form dd select {
  background: #f5f5f5;
  width: 100%;
  padding: 1em 1.2em;
}

.form dd .wpcf7-list-item {
  display: block;
}

.form dd input {
  margin-right: .5em;
  accent-color: #5eb94d;
}

.form dd label {
  display: block;
}

.form dd textarea {
  height: 12em;
}

.form .doui {
  text-align: center;
  margin: 8rem 0 3rem;
}

.form .doui a {
  color: #5eb94d;
  text-decoration: underline;
}

.form .doui input {
  margin-right: .5em;
  accent-color: #5eb94d;
}

.form .doui .wpcf7-list-item-label {
  display: none;
}

/*# sourceMappingURL=style.css.map */