@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
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 {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

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

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.8rem;
  line-height: 1.5;
  background: #fff;
  color: #1A1A1A;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.2rem;
  }
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

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

.evt.done {
  visibility: visible;
}

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

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

.c_ttl {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 4rem;
}

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

.c_ttl:before, .c_ttl:after {
  content: '';
  position: absolute;
  height: 9rem;
  width: 2px;
  top: .1em;
  background: linear-gradient(#77ad32 0%, #0082c6 100%);
  opacity: .5;
  rotate: 30deg;
}

.c_ttl:before {
  left: calc(50% - 26.5rem);
}

.c_ttl:after {
  right: calc(50% - 26.5rem);
}

.c_ttl.w {
  color: #fff;
}

.c_ttl.w:before, .c_ttl.w:after {
  background: #fff;
}

.c_ttl.w i {
  color: #fff;
}

.c_ttl i {
  display: block;
  color: #77AD32;
  font-size: 2.8rem;
  letter-spacing: .05em;
}

.c_btn {
  text-align: center;
}

.c_btn a {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  height: 7.6rem;
  background: #fff;
  font-size: 2.2rem;
  gap: 1em;
  border-radius: 2rem;
  color: #77AD32;
  width: 50rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  border: solid 2px #77AD32;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    font-size: 2.8rem;
    height: 8.6rem;
    width: 48rem;
  }
}

.c_btn a:after {
  content: '';
  background: url(../img/arrow-right02.svg) no-repeat 50%/contain;
  width: 2rem;
  height: .8rem;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 112rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

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

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

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

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 9.8rem;
  background: #fff;
  padding-left: 4rem;
}

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

@media screen and (max-width: 767px) {
  #header {
    height: 9.6rem;
    padding-top: 3rem;
  }
}

.h_logo img {
  width: 29.7rem;
}

@media screen and (min-width: 768px) {
  .h_mail {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 2rem;
    width: 22rem;
  }
}

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

.h_mail a {
  text-align: center;
  color: #fff;
  background: #77AD32;
  font-size: 2rem;
  line-height: 5.6rem;
  border-radius: .4em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
}

@media screen and (max-width: 767px) {
  .h_mail a {
    font-size: 2.4rem;
    line-height: 7rem;
  }
}

.h_mail img {
  width: 1em;
}

.h_nav {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .h_nav {
    font-size: 3rem;
  }
  .h_nav li {
    border-bottom: solid 1px #77AD32;
  }
  .h_nav a {
    padding: 1.1em 0;
  }
  .h_nav i {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    justify-content: flex-end;
    font-size: 2rem;
    gap: 2em;
    margin-right: 30rem;
  }
  .h_nav i {
    display: block;
    color: #77AD32;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 4rem;
    top: 3rem;
    width: 4rem;
    height: 3rem;
    cursor: pointer;
    z-index: 10;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 2rem);
    top: calc(50% - 0.1rem);
  }
  .h_menu .icon, .h_menu .icon:before, .h_menu .icon:after {
    width: 4rem;
    height: 0.2rem;
    background: #29241d;
    transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: calc(((3rem / 2) - 0.1rem) * -1);
    left: 0;
  }
  .h_menu .icon:after {
    top: calc((3rem / 2 - 0.1rem));
  }
  body.open .h_menu .icon {
    background: transparent;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 9.6rem;
    height: calc(100% - 9.6rem);
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 0 0 4rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body.close #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.f_contact {
  background: url(../img/f-contact-bg.jpg) no-repeat 50%/cover;
  padding: 8.5rem 0 8rem;
  position: relative;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .f_contact {
    background-image: url(../img/f-contact-bg-sp.jpg);
    padding: 7rem 0;
  }
}

.f_contact .img {
  position: absolute;
  width: 13.8rem;
  right: calc(50% - 56rem);
  top: 7.2rem;
}

@media screen and (max-width: 767px) {
  .f_contact .img {
    right: 2rem;
    top: -2rem;
  }
}

.f_contact .ttl {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: .5em;
}

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

.f_contact p {
  text-align: center;
  line-height: 2;
  margin-bottom: 4.5rem;
}

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

@media screen and (max-width: 767px) {
  .f_contact ul {
    flex-direction: column;
    gap: 1.4rem;
  }
}

.f_contact a {
  border-radius: .8rem;
  height: 9rem;
  width: 48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  gap: 0 .6em;
}

@media screen and (max-width: 767px) {
  .f_contact a {
    background: #FF800B;
    height: 12rem;
    width: auto;
    flex-wrap: wrap;
    font-size: 3.2rem;
    letter-spacing: .05em;
  }
}

@media screen and (max-width: 767px) {
  .f_contact .tel {
    display: block;
    padding-top: .8em;
  }
}

.f_contact .tel em {
  background: url(../img/f-tel.svg) no-repeat left 0.6em/3rem;
  font-size: 5.2rem;
  letter-spacing: .05em;
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  .f_contact .tel em {
    font-size: inherit;
    background-position: left center;
    padding-left: 1.5em;
  }
}

.f_contact .tel small {
  display: block;
  font-size: 1.6rem;
}

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

@media screen and (min-width: 768px) {
  .f_contact .tel {
    flex-direction: column;
    gap: 0;
  }
}

.f_contact .mail {
  background: #77AD32;
}

.f_contact .mail:before {
  content: '';
  background: url(../img/ico-email.svg) no-repeat left center/contain;
  width: 2rem;
  height: 1.5rem;
}

@media screen and (max-width: 767px) {
  .f_contact .mail:before {
    width: 3rem;
    height: 2.25rem;
  }
}

#footer {
  padding: 5rem 0 6.5rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 6rem 0 5rem;
    text-align: center;
  }
}

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

.f_logo img {
  width: 36.9rem;
}

@media screen and (max-width: 767px) {
  .f_info {
    font-size: 2rem;
  }
  .f_info br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .f_info {
    line-height: 1.66;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}

.f_nav {
  display: flex;
  font-size: 2rem;
  gap: .8em 2.5em;
}

@media screen and (max-width: 767px) {
  .f_nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 4.5rem 8rem 5rem;
    font-size: 2.4rem;
    text-align: left;
  }
}

.f_nav i {
  display: block;
  color: #77AD32;
  font-size: 1.4rem;
}

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

.f_nav a {
  padding-left: 1em;
  background: url(../img/arrow-right03.svg) no-repeat left 0.44em/0.4em;
}

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

@media screen and (max-width: 767px) {
  .f_copy {
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
#particles-js {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
}

.top_main {
  margin: 9.8rem 0 6.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main {
    margin: 9.6rem 0 7.5rem;
  }
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main img {
  height: calc(100vh - 9.8rem);
  width: 100%;
  object-fit: cover;
  min-height: 60rem;
}

@media screen and (max-width: 767px) {
  .top_main img {
    height: calc(100vh - 9.6rem);
    height: calc(100svh - 9.6rem);
  }
}

.top_main .catch {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  font-weight: bold;
  font-size: 5rem;
  line-height: 9rem;
  color: #fff;
  z-index: 3;
  left: calc(50% - 53rem);
  text-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.85);
}

@media screen and (max-width: 767px) {
  .top_main .catch {
    left: 0;
    text-align: center;
    font-size: 4.6rem;
    width: 100%;
    line-height: 7.6rem;
  }
}

.top_main .scroll {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -2.5rem;
  z-index: 2;
}

.top_main .scroll a {
  position: relative;
  color: #fff;
  padding-bottom: 5.5rem;
  display: block;
}

.top_main .scroll a:before, .top_main .scroll a:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 2.4rem;
  width: 1px;
  background: #fff;
  bottom: 2.4rem;
}

.top_main .scroll a:after {
  background: #BABABA;
  bottom: 0;
}

.top_yt {
  margin-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .top_yt {
    margin-bottom: 10rem;
  }
}

.top_yt .ttl {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: .8em;
}

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

.top_yt li {
  width: auto;
  margin: 0 1.5rem;
}

.top_yt li img {
  width: 42.9rem;
}

.top_lead {
  position: relative;
  margin-bottom: 18rem;
}

@media screen and (max-width: 767px) {
  .top_lead {
    margin-bottom: 12rem;
  }
}

.top_lead:before {
  content: '';
  position: absolute;
  background: url(../img/idx-lead-bg.png) no-repeat 50%/contain;
  width: 101.4rem;
  height: 56.4rem;
  left: calc(50% - 70.9rem);
  top: -2rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_lead:before {
    top: -4.5rem;
    left: 16.2rem;
  }
}

@media screen and (max-width: 767px) {
  .top_lead figure {
    text-align: center;
    margin-top: 5rem;
  }
  .top_lead figure img {
    width: 42rem;
  }
}

@media screen and (min-width: 768px) {
  .top_lead .u_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .top_lead figure {
    width: 35.9rem;
    margin-bottom: 1.2rem;
  }
  .top_lead .desc {
    width: 70rem;
  }
}

.top_lead .ttl {
  font-weight: bold;
  font-size: 3.8rem;
  margin-bottom: .7em;
}

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

.top_lead .ttl em {
  font-weight: 900;
  font-size: 5rem;
  color: #77AD32;
}

@media screen and (max-width: 767px) {
  .top_lead .ttl em {
    display: block;
    font-size: 5.8rem;
  }
}

.top_lead p {
  line-height: 2.5;
  font-size: 2rem;
}

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

.top_service {
  position: relative;
  padding-bottom: 12rem;
}

@media screen and (max-width: 767px) {
  .top_service {
    padding-bottom: 10rem;
  }
}

.top_service:before {
  content: '';
  position: absolute;
  background: url(../img/idx-service-bg.png) no-repeat 50%/contain;
  width: 26.5rem;
  height: 41.5rem;
  right: calc(50% - 67.7rem);
  bottom: -13.8rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_service:before {
    bottom: -26.5rem;
    right: -3.5rem;
  }
}

.top_service .c_ttl {
  text-align: left;
  font-size: 3.6rem;
  display: flex;
  align-items: center;
  gap: 1em;
  margin-bottom: 3rem;
  padding-left: 5.5rem;
}

.top_service .c_ttl:before {
  left: 0;
  top: -.8em;
  transform-origin: left bottom;
}

.top_service .c_ttl:after {
  content: none;
}

.top_service p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top_service .row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5.5rem;
  }
  .top_service .row figure {
    width: 20rem;
  }
  .top_service .row p {
    width: calc(100% - 23rem);
  }
}

@media screen and (min-width: 768px) {
  .top_service .box {
    position: relative;
    margin-bottom: 4rem;
  }
  .top_service .box figure {
    position: absolute;
    right: 0;
    width: 20rem;
    bottom: -2rem;
  }
}

.top_service ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 4rem;
  text-align: center;
}

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

.top_service li a {
  display: block;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
}

.top_service li p {
  background: #77AD32;
  color: #fff;
  font-weight: bold;
  line-height: 5.4rem;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .top_service li p {
    line-height: 6.2rem;
  }
}

.top_service li img {
  width: 100%;
}

.top_service .ttl {
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 8.6rem;
  color: #77AD32;
}

@media screen and (max-width: 767px) {
  .top_service .ttl {
    font-size: 3rem;
    line-height: 10rem;
  }
}

.top_service .c_btn {
  margin-top: 5rem;
}

.top_strength {
  background: url(../img/idx-strengths-bg.jpg) no-repeat 50%/cover;
  padding: 9rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .top_strength {
    padding: 9rem 0 8rem;
    background-image: url(../img/idx-strengths-bg-sp.jpg);
  }
}

.top_strength .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_strength .c_ttl i {
  opacity: 0.65;
}

@media screen and (min-width: 768px) {
  .top_strength .u_inner {
    width: 134rem;
  }
  .top_strength ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .top_strength .swiper {
    width: 46rem;
    margin: 0 auto;
    overflow: visible;
  }
  .top_strength li {
    height: auto;
  }
}

.top_strength li {
  background: rgba(255, 255, 255, 0.84);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: .5rem;
  padding: 7rem 12%;
  text-align: center;
}

.top_strength li p {
  line-height: 2;
}

.top_strength .ttl {
  font-size: 2.6rem;
  font-weight: 900;
  position: relative;
  line-height: 1.38;
  margin-bottom: 1.2em;
}

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

.top_strength .ttl i {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100%;
  color: #77AD32;
  opacity: .3;
  font-size: 12rem;
  margin-top: -.1em;
  font-weight: bold;
}

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

.top_strength .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 100%;
  background: url(../img/btn-prev01.svg) no-repeat 50%/contain;
}

.top_strength .btn .prev {
  left: -6rem;
}

.top_strength .btn .next {
  background-image: url(../img/btn-next01.svg);
  right: -6rem;
}

.top_feature {
  position: relative;
  padding: 13rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .top_feature {
    padding: 11rem 0 12rem;
  }
}

.top_feature:before {
  content: '';
  position: absolute;
  background: url(../img/idx-feature-bg01.png) no-repeat 50%/contain;
  width: 20.9rem;
  height: 47.6rem;
  left: calc(50% - 62.6rem);
  top: -17.8rem;
}

@media screen and (max-width: 767px) {
  .top_feature:before {
    top: -14.4rem;
    left: -1.5rem;
  }
}

.top_feature:after {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../img/idx-feature-bg02.png) no-repeat center bottom/100%;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top_feature:after {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .top_feature:after {
    background-image: url(../img/idx-feature-bg02-sp.png);
  }
}

.top_feature figure {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_feature figure {
    margin-right: 1.1rem;
    margin-bottom: 5rem;
  }
}

.top_feature figure:before {
  content: '';
  position: absolute;
  background: #77AD32;
  width: 100%;
  height: 100%;
  top: 1rem;
  left: 1rem;
}

@media screen and (max-width: 767px) {
  .top_feature figure:before {
    top: 1.1rem;
    left: 1.1rem;
  }
}

.top_feature figure img {
  position: relative;
  width: 100%;
}

.top_feature .ttl {
  font-weight: 900;
  font-size: 2.8rem;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .top_feature .ttl {
    text-align: center;
    font-size: 3.2rem;
  }
}

.top_feature li {
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .top_feature li {
    margin-bottom: 6rem;
  }
  .top_feature li:nth-child(1) {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .top_feature li {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top_feature li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .top_feature li:nth-child(even) figure {
    -left: 1rem;
  }
  .top_feature li figure {
    width: 51rem;
  }
  .top_feature li .desc {
    width: 56rem;
  }
}

.top_feature li p {
  line-height: 2;
}

.top_feature li p em {
  color: #F44B00;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #FFE65F 60%);
}

.top_feature .msg {
  text-align: center;
  margin-top: 10rem;
  font-size: 3.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top_feature .msg {
    font-size: 3.4rem;
    margin: 8.5rem -2rem 0;
  }
}

.top_feature .msg em {
  color: #77AD32;
  font-size: 5.2rem;
  display: block;
  line-height: 1.34;
  margin-top: .3em;
}

.c_flow li {
  margin-top: 1.2rem;
  border: solid 1px #77AD32;
  border-radius: .5rem;
  display: flex;
}

.c_flow p {
  background: #77AD32;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 2rem;
  line-height: 1.2;
  width: 10rem;
  letter-spacing: .05em;
}

.c_flow p i {
  font-size: 4.2rem;
  letter-spacing: .05em;
}

.c_flow dl {
  padding: 4rem 5rem 4rem 4rem;
}

@media screen and (max-width: 767px) {
  .c_flow dl {
    width: calc(100% - 10rem);
    padding: 5rem 4rem 4rem;
  }
}

.c_flow dt {
  font-weight: 900;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .c_flow dt {
    margin-bottom: .4em;
  }
}

@media screen and (min-width: 768px) {
  .c_flow dt {
    font-size: 2.6rem;
    width: 15.6rem;
    text-align: center;
  }
}

.c_flow dd {
  line-height: 2;
}

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

@media screen and (min-width: 768px) {
  .c_flow dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.top_flow {
  margin: 11rem 0 10rem;
}

.top_partner {
  padding: 11rem 0 10rem;
  background: linear-gradient(90deg, #77ad32 0%, #0082c6 100%);
}

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

.top_partner figure img {
  width: 100%;
  border-radius: .5rem;
}

.top_voice {
  padding: 11rem 0 10rem;
}

.top_voice .swiper-wrapper {
  padding: 5rem 0 1rem;
}

@media screen and (max-width: 767px) {
  .top_voice .swiper-wrapper {
    padding: 1rem 0;
  }
}

@incldue pc {
  .top_voice .swiper-container {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .top_voice .swiper {
    width: 58rem;
    margin: 0 auto;
    padding: 0 6rem;
  }
  .top_voice figure {
    width: 27rem;
    margin: 0 auto 3rem;
  }
}

.top_voice figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 220 / 200;
}

.top_voice li {
  padding: 4rem 6.5rem 5rem;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  height: auto;
  margin: 0 5rem;
}

@media screen and (min-width: 768px) {
  .top_voice li {
    padding: 5rem;
    margin: 0 2.5rem;
    width: 75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: top .5s !important;
    position: relative;
    top: 0;
  }
  .top_voice li figure {
    width: 22rem;
  }
  .top_voice li .desc {
    width: 39rem;
  }
}

.top_voice li p {
  line-height: 2;
}

.top_voice .ttl {
  font-weight: 900;
  font-size: 2.6rem;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .top_voice .ttl {
    text-align: center;
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_voice .swiper-slide-active, .top_voice .swiper-slide-duplicate-active {
    top: -4rem;
  }
}

.top_voice .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 4rem;
  height: 100%;
  background: url(../img/btn-prev02.svg) no-repeat 50%/contain;
}

.top_voice .btn .prev {
  left: calc(50% - 40rem);
}

@media screen and (max-width: 767px) {
  .top_voice .btn .prev {
    left: 0;
  }
}

.top_voice .btn .next {
  background-image: url(../img/btn-next02.svg);
  right: calc(50% - 40rem);
}

@media screen and (max-width: 767px) {
  .top_voice .btn .next {
    right: 0;
  }
}

.low {
  margin-top: 9.8rem;
}

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

.low_header {
  margin: 9.8rem 0 5rem;
  height: 27.5rem;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .low_header {
    margin: 9.6rem 0 4rem;
    text-align: center;
  }
  .low_header .u_inner {
    flex: 1;
  }
}

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

.low_header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  z-index: -1;
}

.low_header .ttl {
  font-size: 5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .low_header .ttl {
    margin-bottom: .3em;
  }
}

.low_header p {
  font-size: 2.2rem;
  line-height: 2;
}

.low_path {
  color: #7E7E7E;
  display: flex;
  margin-bottom: 5.5rem;
}

@media screen and (max-width: 767px) {
  .low_path {
    margin-bottom: 5rem;
  }
}

.low_path a {
  color: #77AD32;
  text-decoration: underline;
  text-underline-offset: .1em;
}

.low_path li + li:before {
  content: '＞';
  margin: 0 .6em;
}

.low_sec {
  position: relative;
}

.low_sec:before, .low_sec:after {
  content: '';
  position: absolute;
  background: url(../img/sec-bg01.png) no-repeat 50%/contain;
  width: 26.5rem;
  height: 41.5rem;
}

.low_sec:before {
  right: calc(50% - 67.7rem);
  top: -27.4rem;
}

@media screen and (max-width: 767px) {
  .low_sec:before {
    top: -29.2rem;
    right: -5rem;
  }
}

.low_sec:after {
  background-image: url(../img/sec-bg02.png);
  width: 20.9rem;
  height: 47.6rem;
  left: calc(50% - 62.3rem);
  bottom: -26.5rem;
}

@media screen and (max-width: 767px) {
  .low_sec:after {
    left: -1.2rem;
    bottom: -33rem;
  }
}

.serv_lead {
  text-align: center;
  margin-bottom: 11rem;
}

.serv_lead .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .serv_lead .ttl {
    margin-bottom: 3rem;
    font-size: 4rem;
    white-space: nowrap;
  }
}

.serv_lead .lead {
  font-size: 2rem;
  line-height: 2.5;
  margin-bottom: 6.5rem;
}

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

.serv_lead .ttl2 {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 900;
  position: relative;
  color: #77AD32;
  margin-bottom: 1em;
}

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

.serv_lead .ttl2:before, .serv_lead .ttl2:after {
  content: '';
  height: 1em;
  width: 2px;
  background: #77AD32;
  position: absolute;
  bottom: -.2em;
  margin-left: -2em;
}

.serv_lead .ttl2:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .serv_lead .ttl2:before {
    left: 0;
    margin: 0;
  }
}

.serv_lead .ttl2:after {
  transform: rotate(45deg);
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .serv_lead .ttl2:after {
    right: 0;
    margin: 0;
  }
}

.serv_lead ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1;
}

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

.serv_lead li {
  border: solid 2px #77AD32;
  position: relative;
  background: #fff url(../img/ico-check01.svg) no-repeat center 3.4rem/2.5rem;
  height: 19rem;
  font-size: 2.4rem;
  font-weight: 900;
  padding-top: 3.4em;
}

@media screen and (max-width: 767px) {
  .serv_lead li {
    height: 12rem;
    padding-top: .6em;
    background-position: 7rem center;
    text-align: left;
    padding-left: 13rem;
    font-size: 2.8rem;
  }
}

.serv_lead li:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #77AD32;
  translate: 1rem 1rem;
  z-index: -1;
}

.serv_merit {
  background: linear-gradient(135deg, #77ad32 0%, #0082c6 100%);
  color: #fff;
  padding: 9rem 0 8rem;
  text-align: center;
}

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

.serv_merit .ttl {
  font-size: 5rem;
  position: relative;
  line-height: 1.45;
  margin-bottom: 4.5rem;
}

@media screen and (max-width: 767px) {
  .serv_merit .ttl {
    font-size: 4.8rem;
    white-space: nowrap;
  }
}

.serv_merit .ttl small {
  font-size: 4rem;
}

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

.serv_merit .ttl i {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.2);
  letter-spacing: .05em;
  line-height: 1;
  top: -.2em;
}

@media screen and (max-width: 767px) {
  .serv_merit .ttl i {
    font-size: 18rem;
    top: -.55em;
  }
}

.serv_merit .list {
  color: #1A1A1A;
  display: flex;
  gap: 2.2rem;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .serv_merit .list {
    width: 77rem;
  }
}

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

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

.serv_merit dl {
  border-radius: .5rem;
  background: rgba(255, 255, 255, 0.84);
  padding: 5.5rem 6rem 5rem;
}

@media screen and (min-width: 768px) {
  .serv_merit dl {
    padding: 4.5rem 5.2rem;
    width: 37.4rem;
  }
  .serv_merit dl:nth-child(1) {
    padding-top: 4rem;
    padding-bottom: 4rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .serv_merit dl:nth-child(1) dt {
    width: 21.6rem;
    margin: 0;
    text-align: left;
    padding-left: 1rem;
  }
  .serv_merit dl:nth-child(1) dd {
    width: calc(100% - 21.6rem);
  }
}

.serv_merit dt {
  font-size: 2.6rem;
  font-weight: 900;
  position: relative;
  line-height: 1.38;
  padding-bottom: .45em;
  margin-bottom: .7em;
}

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

.serv_merit dt:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #77AD32;
  width: 6rem;
  height: 2px;
  bottom: 0;
}

.serv_merit dd {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .serv_merit dd {
    text-align: left;
  }
}

.serv_merit figure img {
  width: 28.4rem;
}

.serv_merit .catch {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 4.4rem;
}

@media screen and (max-width: 767px) {
  .serv_merit .catch {
    line-height: 1.4;
    font-size: 5rem;
    padding: 15rem 0;
  }
}

.serv_merit .catch small {
  display: block;
  font-size: 3.4rem;
  margin-bottom: .3em;
}

@media screen and (max-width: 767px) {
  .serv_merit .catch small {
    margin-bottom: .8em;
  }
}

.serv_merit .catch:before, .serv_merit .catch:after {
  content: '';
  position: absolute;
  background: url(../img/merit-bkt01.svg) no-repeat 50%/contain;
  width: 9.6rem;
  height: 100%;
  top: 0;
}

@media screen and (max-width: 767px) {
  .serv_merit .catch:before, .serv_merit .catch:after {
    width: 100%;
    background-image: url(../img/merit-bkt01-sp.svg);
    height: 9.6rem;
    left: 0;
  }
}

.serv_merit .catch:before {
  left: 0;
}

.serv_merit .catch:after {
  background-image: url(../img/merit-bkt02.svg);
  right: 0;
}

@media screen and (max-width: 767px) {
  .serv_merit .catch:after {
    background-image: url(../img/merit-bkt02-sp.svg);
    top: auto;
    bottom: 0;
  }
}

.serv_info {
  position: relative;
  padding: 11rem 0 10rem;
}

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

.serv_info:after {
  content: '';
  position: absolute;
  inset: 0;
  background: url(../img/service-bg.png) no-repeat center bottom/100%;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .serv_info:after {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .serv_info:after {
    background-image: url(../img/service-bg-sp.png);
  }
}

.serv_info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

@media screen and (max-width: 767px) {
  .serv_info li {
    margin-top: 6rem;
    flex-direction: column;
    gap: 4rem;
    text-align: center;
  }
}

.serv_info li p {
  line-height: 2;
}

.serv_info .ttl {
  font-weight: 900;
  font-size: 3.1rem;
  margin-bottom: .5em;
}

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

.serv_info figure img {
  width: 100%;
}

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

.serv_flow {
  margin: 11rem 0 10rem;
}

.serv_faq {
  padding: 11rem 0 10rem;
  background: linear-gradient(135deg, #77ad32 0%, #0082c6 100%);
}

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

.serv_faq .ttl {
  color: #fff;
  font-weight: bold;
  font-size: 2.8rem;
  margin: 4rem 0 .8em;
  background: url(../img/arrow-right04.svg) no-repeat left 0.5em/1.5rem;
  padding-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .serv_faq .ttl {
    font-size: 3.2rem;
    background-size: 1.8rem;
    margin: 4.5rem 0 .8em;
  }
}

.serv_faq dl {
  background: #fff;
  border-radius: .5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  padding: 3rem 3rem 3rem 5.8rem;
  margin-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .serv_faq dl {
    padding: 3rem 4rem 3rem 4.5rem;
  }
}

.serv_faq dt {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 1.53em;
  cursor: pointer;
  letter-spacing: .05em;
  background: url(../img/btn-open.svg) no-repeat right center/2.5rem;
  line-height: 1.33;
}

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

.serv_faq dt:before {
  content: 'Q';
  left: 0;
  position: absolute;
  color: #77AD32;
  font-size: 3rem;
}

.serv_faq dt.open {
  background-image: url(../img/btn-close.svg);
}

.serv_faq dt.open + dd {
  display: block;
}

.serv_faq dd {
  line-height: 2;
  display: none;
  margin: .8em 0 0;
}

.com_lead {
  text-align: center;
  margin-bottom: 10rem;
}

.com_lead .ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .com_lead .ttl {
    font-size: 4rem;
    margin: 0 -2rem .8em;
  }
}

.com_lead .ttl em {
  color: #77AD32;
  font-size: 4.6rem;
}

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

.com_lead p {
  font-size: 2rem;
  line-height: 2.5;
}

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

.com_lead p + p {
  margin-top: 2.5em;
}

.com_lead .sign {
  font-weight: bold;
  font-size: 2.6rem;
  margin-top: 1.5em;
}

@media screen and (max-width: 767px) {
  .com_lead .sign {
    font-size: 3rem;
  }
}

.com_info {
  background: linear-gradient(135deg, #77ad32 0%, #0082c6 100%);
  padding: 10rem 0;
}

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

.com_info dl {
  background: #fff;
  border-radius: .5rem .5rem 0 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  padding: 4rem 14rem 6rem;
}

@media screen and (max-width: 767px) {
  .com_info dl {
    padding: 4rem 6rem 4.5rem;
  }
}

@media screen and (min-width: 768px) {
  .com_info dl {
    display: flex;
    flex-wrap: wrap;
  }
  .com_info dt {
    width: 21rem;
    display: flex;
    align-items: center;
  }
  .com_info dd {
    width: calc(100% - 21rem);
  }
  .com_info dt, .com_info dd {
    border-bottom: dotted 2px #77AD32;
  }
}

.com_info dt, .com_info dd {
  padding: 3.5rem 0;
  font-size: 2.4rem;
  letter-spacing: .05em;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .com_info dt, .com_info dd {
    font-size: 2.8rem;
    text-align: center;
    line-height: 1.785;
    padding: 4.5rem 0;
  }
}

.com_info dt {
  color: #77AD32;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .com_info dt {
    padding-bottom: .4em;
  }
}

.com_info dd {
  border-bottom: dotted 2px #77AD32;
}

@media screen and (max-width: 767px) {
  .com_info dd {
    padding-top: 0;
  }
}

.com_info .map {
  height: 40rem;
}

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

.com_info iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.form {
  padding-bottom: 7.3rem;
}

.form:after {
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .form {
    padding-bottom: 5rem;
  }
  .form .u_inner {
    width: 100rem;
  }
  .form .item {
    display: flex;
    flex-wrap: wrap;
    gap: 3.5rem 0;
  }
  .form .item dt {
    width: 26rem;
  }
  .form .item dd {
    width: calc(100% - 26rem);
  }
}

.form .lead {
  text-align: center;
  line-height: 2;
  margin-bottom: 6rem;
}

.form .lead em {
  display: block;
  color: #F44B00;
}

.form .item {
  position: relative;
}

.form .item dt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .form .item dt {
    font-size: 2.8rem;
    margin-bottom: .6em;
  }
}

.form .item dt em {
  font-size: 1.8rem;
  color: #F44B00;
  vertical-align: .2em;
  margin-left: 1em;
}

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

.form .item input[type="text"], .form .item input[type="email"], .form .item input[type="tel"], .form .item textarea, .form .item select {
  width: 100%;
  border-radius: .5rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  padding: .6em 1em;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .form .item input[type="text"], .form .item input[type="email"], .form .item input[type="tel"], .form .item textarea, .form .item select {
    padding: .7em 1em;
  }
}

.form .item textarea {
  height: 16em;
  display: block;
}

@media screen and (max-width: 767px) {
  .form .item dd {
    font-size: 16px;
  }
  .form .item dd + dt {
    margin-top: 6rem;
  }
}

.form .pp {
  border: solid 1px #77AD32;
  border-radius: .5rem;
  padding: 5rem;
  height: 35rem;
  overflow-y: auto;
  margin: 5rem 0 2rem;
  position: relative;
  z-index: 1;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .form .pp {
    padding: 6rem;
    margin: 9rem 0 3rem;
    height: 45rem;
  }
}

.form .pp p, .form .pp dd, .form .pp dt {
  line-height: 2;
}

.form .pp dl {
  margin-top: 7rem;
}

.form .pp dt {
  font-weight: 900;
}

.form .ttl {
  text-align: center;
  color: #77AD32;
  font-size: 2.2rem;
  margin-bottom: 1em;
  font-weight: bold;
}

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

.form .doui2 {
  text-align: center;
  background: rgba(119, 173, 50, 0.2);
  font-size: 1.6rem;
  line-height: 5.6rem;
  border-radius: .5rem;
}

@media screen and (max-width: 767px) {
  .form .doui2 {
    font-size: 2.2rem;
    line-height: 9rem;
  }
}

.form .doui2 input {
  width: 1.25em;
  height: 1.25em;
  margin-right: 1em;
  vertical-align: -.3em;
}

.form .btn {
  margin-top: 6rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.form .btn input {
  width: 50rem;
  height: 8rem;
  border-radius: 2rem;
  background: rgba(119, 173, 50, 0.9);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  font-weight: 900;
  font-size: 2.2rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .form .btn input {
    width: 48rem;
    height: 9rem;
    font-size: 2.8rem;
  }
}

.thanks_wrap {
  overflow: visible;
}

.thanks_body {
  padding: 10rem 0 5rem;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .thanks_body {
    padding: 13rem 0 0;
    margin-bottom: -14rem;
  }
}

.thanks_body .low_sec {
  padding-top: 3rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .low_sec {
    padding-bottom: 17rem;
  }
}

.thanks_body .low_sec:before {
  top: 2rem;
}

.thanks_body .low_sec:after {
  bottom: 21rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .low_sec:after {
    bottom: 0;
  }
}

.thanks_body .ttl {
  text-align: center;
  font-size: 4.6rem;
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .ttl {
    margin-bottom: 5rem;
    font-size: 5rem;
  }
}

.thanks_body .ttl i {
  color: #77AD32;
  opacity: .2;
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -.5em;
  line-height: 1;
  font-size: 15rem;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .thanks_body .ttl i {
    font-size: 10rem;
    top: -.25em;
  }
}

.thanks_body .lead {
  line-height: 2.5;
  font-size: 2rem;
}

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

.thanks_body .tel {
  background: linear-gradient(45deg, #77ad32 0%, #0082c6 100%);
  margin: 7rem 0;
  color: #fff;
  padding: 5rem 4rem 4rem;
}

@media screen and (min-width: 768px) {
  .thanks_body .tel {
    width: 100rem;
    margin: 8rem auto;
    padding: 3.5rem 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

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

.thanks_body .tel figure img {
  width: 22rem;
}

.thanks_body .tel a {
  font-size: 7.2rem;
  background: url(../img/ico-tel.svg) no-repeat left 0.6em/3.4rem;
  padding-left: .7em;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .thanks_body .tel a {
    font-size: 5.6rem;
    background-size: 3rem;
  }
}

.thanks_body .tel small {
  display: block;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .thanks_body .tel small {
    margin-top: .4em;
  }
}

.thanks_body dt {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  .thanks_body dt {
    font-size: 2.6rem;
    margin-bottom: .4em;
  }
}

.thanks_body dt:before, .thanks_body dt:after {
  content: '';
  height: 1em;
  width: 2px;
  background: #fff;
  position: absolute;
  bottom: -.3em;
  margin-left: -2em;
}

.thanks_body dt:before {
  transform: rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .thanks_body dt:before {
    left: 0;
    margin: 0;
  }
}

.thanks_body dt:after {
  transform: rotate(45deg);
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .thanks_body dt:after {
    right: 0;
    margin: 0;
  }
}

.thanks_body .c_btn {
  position: relative;
  z-index: 1;
}

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