html {
  font-feature-settings: 'palt';
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

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

body {
  background: #f8f9fa;
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

.body_container {
  opacity: 0;
  overflow: hidden;
  padding-top: 9rem;
  transition: .6s ease;
}

.lazy .body_container {
  opacity: 1;
}

.max1000 {
  margin: 0 auto;
  max-width: 100rem;
}

.max1090 {
  margin: 0 auto;
  max-width: 109rem;
}

.max1184 {
  margin: 0 auto;
  max-width: 118.4rem;
}

img:not(.cover) {
  height: auto;
  max-width: 100%;
  width: 100%;
}

img.cover {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .body_container {
    padding-top: 6.7rem;
  }
}

a {
  transition: .3s;
}

.anchor {
  display: block;
  margin-top: -9rem;
  padding-top: 9rem;
}

@media screen and (max-width: 768px) {
  .anchor {
    margin-top: -6rem;
    padding-top: 6rem;
  }
}

strong {
  font-weight: inherit;
}

/* ---------------------------------------------------------------------------
//  f_animation
--------------------------------------------------------------------------- */
.f_animation {
  opacity: 1 !important;
  /* 親要素自体は消さない */
}

.f_animation span {
  display: inline-block;
  opacity: 0;
  /* 最初は透明 */
  transform: translateY(20px);
  /* 下に下げておく */
  transition: opacity .6s ease, transform .6s ease;
}

/* クラスがついたら表示 */
.f_animation span.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------------------------------------------------------------------------
//  top_fv
--------------------------------------------------------------------------- */
.top_fv {
  align-items: center;
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 80rem;
  display: flex;
  height: 84.7rem;
  position: relative;
}

.top_fv::before {
  background-image: url(../img/fvN.jpg);
  background-position: center right 3rem;
  background-repeat: no-repeat;
  background-size: 80rem;
  content: '';
  height: 100%;
  left: 0;
  margin: auto;
  max-width: 192rem;
  mix-blend-mode: multiply;
  opacity: .7;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.top_fv .container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top_fv .container .tag {
  border: solid 1px;
  border-radius: 100vh;
  color: #004098;
  font-size: 1.6rem;
  font-weight: 700;
  padding: .8rem 2rem;
}

.top_fv .container .h1 {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 4rem;
}

.top_fv .container .h1 span {
  background: linear-gradient(transparent 70%, #ffeb00 70%);
}

.top_fv .container .p01 {
  font-size: 2rem;
  line-height: 1.65;
  margin-top: 2rem;
  text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
}

.top_fv .container .links {
  display: flex;
  gap: 2rem;
  margin-top: 6rem;
}

.top_fv .container .links .link {
  border-radius: 2rem;
  box-shadow: 0 1rem 1.5rem -.3rem rgba(0, 0, 0, .10), 0 .4rem .6rem -.4rem rgba(0, 0, 0, .10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  position: relative;
}

.top_fv .container .links .link:hover {
  opacity: .7;
}

.top_fv .container .links .link.tel {
  background: #fff;
  padding-bottom: 1rem;
  background: #F9FAFB;
  border: 2px solid #F3F4F6;
}

.top_fv .container .links .link.mail {
  background: #004098;
  color: #fff;
  padding-right: 2.5rem;
}

.top_fv .container .links .link .head {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 4.8rem;
  width: 100%;
}

.top_fv .container .links .link .head .icon {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  width: 4.8rem;
}

.top_fv .container .links .link.mail .head .icon {
  background: #ffeb00;
}

.top_fv .container .links .link.tel .head .icon {
  background: #ffeb00;
}

.top_fv .container .links .link.tel .head .icon img {
  width: 2rem;
}

.top_fv .container .links .link.mail .head .icon img {
  width: 2rem;
}

.top_fv .container .links .link .head .ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  width: calc(100% - 4.8rem - 1rem);
}

.top_fv .container .links .link.mail .head .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}

.top_fv .container .links .link .head .ttl small {
  color: #9ca3af;
  font-size: 1.4rem;
}

.top_fv .container .links .link .head .ttl strong {
  color: #004098;
  font-family: Roboto;
  font-size: 3.4rem;
  font-weight: bold;
}

.top_fv .container .links .link .txts {
  border-top: solid 1px #e5e7eb;
  display: flex;
  /* position: absolute;
    bottom: 0; */
  font-size: 1.2rem;
  gap: 2rem;
  justify-content: space-between;
  left: 0;
  line-height: 1;
  margin-top: 1rem;
  padding: .7rem 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.top_fv .container .links .link .txts dl {
  align-items: center;
  display: flex;
  gap: .6rem;
}

.top_fv .container .links .link .txts dl dt {
  align-items: center;
  background: #004098;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 6rem;
}

@media screen and (max-width: 768px) {
  .top_fv {
    height: auto;
  }

  .top_fv::before {
    background-position: center bottom 16rem;
    background-repeat: no-repeat;
    background-size: 40rem;
    content: '';
    height: 100%;
    left: 0;
    margin: auto;
    max-width: 192rem;
    mix-blend-mode: multiply;
    opacity: .7;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
  }

  .top_fv .container {
    padding: 2rem 2rem 6rem;
  }

  .top_fv .container .h1 {
    font-size: 3.5rem;
    margin-top: 2rem;
    white-space: nowrap;
  }

  .top_fv .container .p01 {
    font-size: 1.6rem;
    margin-top: 1rem;
    text-shadow: 0 0 1rem #fff, 0 0 1rem #fff, 0 0 1rem #fff;
  }

  .top_fv .container .links {
    flex-wrap: wrap;
    gap: 2rem;
    margin-top: 4rem;
    margin-top: 30rem;
  }

  .top_fv .container .links .link {
    border-radius: 1rem;
    padding: 1rem !important;
    width: 100%;
  }

  .top_fv .container .links .link.tel {
    background: #fff;
    padding-bottom: 1rem;
  }

  .top_fv .container .links .link.mail {
    background: #004098;
    color: #fff;
    padding-right: 2.5rem;
  }

  .top_fv .container .links .link .head {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: 4.8rem;
    width: 100%;
  }

  .top_fv .container .links .link .head .icon {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 3.6rem;
    justify-content: center;
    width: 3.6rem;
  }

  .top_fv .container .links .link.mail .head .icon {
    background: #ffeb00;
  }

  .top_fv .container .links .link.tel .head .icon {
    background: #ffeb00;
  }

  .top_fv .container .links .link.tel .head .icon img {
    width: 1.8rem;
  }

  .top_fv .container .links .link.mail .head .icon img {
    width: 1.8rem;
  }

  .top_fv .container .links .link .head .ttl {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    width: calc(100% - 3.6rem - 1rem);
  }

  .top_fv .container .links .link.mail .head .ttl {
    font-size: 2rem;
    white-space: nowrap;
  }

  .top_fv .container .links .link .head .ttl small {
    font-size: 1.2rem;
  }

  .top_fv .container .links .link .head .ttl strong {
    font-size: 2.9rem;
  }

  .top_fv .container .links .link .txts {
    justify-content: center;
  }
}

/* ---------------------------------------------------------------------------
//  ttlA
--------------------------------------------------------------------------- */
.ttlA {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.ttlA .eng {
  color: #004098;
  font-family: Roboto;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: calc(.1em);
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.ttlA .jp {
  font-size: 3.6rem;
  font-weight: 700;
}

.ttlA .jp strong {
  background: linear-gradient(transparent 70%, #ffeb00 70%);
}

@media screen and (max-width: 768px) {
  .ttlA .eng {
    font-size: 1.8rem;
  }

  .ttlA .jp {
    font-size: 2.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec01
--------------------------------------------------------------------------- */
.top_sec01 {
  background: #fff;
  position: relative;
}

.top_sec01 .container {
  padding: 12rem 0 7rem;
}

.top_sec01 .container .contents {
  margin-top: 6rem;
}

.top_sec01 .container .contents .checklists {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.top_sec01 .container .contents .checklists .checklist {
  align-items: center;
  aspect-ratio: 1/1;
  background: #f8f9fa;
  border-radius: 2.5rem;
  box-shadow: 0 1rem 1.5rem -.3rem rgba(0, 0, 0, .10), 0 .4rem .6rem -.4rem rgba(0, 0, 0, .10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  width: calc((100% - 8rem) / 3);
}

.top_sec01 .container .contents .checklists .checklist .h3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 1.5rem;
  white-space: nowrap;
}

.top_sec01 .container .contents .checklists .checklist .h3 .pict {
  align-items: center;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 .1rem .5rem 0 rgba(0, 0, 0, .05);
  display: flex;
  height: 5rem;
  justify-content: center;
  width: 5rem;
}

.top_sec01 .container .contents .checklists .checklist .h3 .pict img {
  width: 3rem;
}

.top_sec01 .container .contents .checklists .checklist .ul01 {
  margin-top: 2rem;
}

.top_sec01 .container .contents .checklists .checklist .ul01 li {
  color: #4b5563;
  display: flex;
  font-size: 1.9rem;
  font-weight: 700;
  gap: 1rem;
  white-space: nowrap;
}

.top_sec01 .container .contents .checklists .checklist .ul01 li+li {
  margin-top: 1.6rem;
}

.top_sec01 .container .contents .checklists .checklist .ul01 li::before {
  color: #004098;
  content: '●';
}

@media screen and (max-width:768px) {
  .top_sec01 .container {
    padding: 6rem 2rem;
  }

  .top_sec01 .container .contents {
    margin-top: 4rem;
  }

  .top_sec01 .container .contents .checklists {
    gap: 3rem;
  }

  .top_sec01 .container .contents .checklists .checklist {
    border-radius: 2rem;
    margin: auto;
    max-width: 26rem;
    max-width: 30rem;
    padding: 2rem;
    width: 100%;
  }

  .top_sec01 .container .contents .checklists .checklist .h3 {
    font-size: 2rem;
  }

  .top_sec01 .container .contents .checklists .checklist .ul01 {
    margin-top: 2rem;
  }

  .top_sec01 .container .contents .checklists .checklist .ul01 li {
    font-size: 1.6rem;
    gap: .6rem;
  }

  .top_sec01 .container .contents .checklists .checklist .ul01 li+li {
    margin-top: 1rem;
  }
}

/* ---------------------------------------------------------------------------
//  cta_sec
--------------------------------------------------------------------------- */
.cta_sec {
  background: #004098;
  color: #fff;
  position: relative;
}

.cta_sec .container {
  padding: 12rem 0;
}

.cta_sec .container .contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.cta_sec .container .contents .p01 {
  color: #ffeb00;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.cta_sec .container .contents .strongs {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin-top: 3rem;
}

.cta_sec .container .contents .strongs .strong {
  align-items: center;
  backdrop-filter: blur(.6rem);
  background: rgba(255, 255, 255, .10);
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 1.6rem;
  display: flex;
  font-size: 2rem;
  gap: 1.4rem;
  height: 8.2rem;
  justify-content: center;
  width: 24rem;
}

.cta_sec .container .contents .strongs .strong:has(.ttl) {
  flex-direction: column;
  font-weight: 700;
  font-family: Roboto;
  gap: .6rem;
  padding: 2rem;
  height: auto;
}

.cta_sec .container .contents .strongs .strong .ttl {
  font-size: 3rem;
  height: 4.1rem;
  align-items: center;
  justify-content: center;
  display: flex;
  color: #ffeb00;
}

.cta_sec .container .contents .strongs .strong .ttl .txt {
  font-size: 1.8rem;
}

.cta_sec .container .contents .btn {
  align-items: center;
  background: #fff;
  border-radius: 1.6rem;
  box-shadow: 0 2.5rem 2.5rem -1.2rem rgba(0, 0, 0, .25);
  color: #004098;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  justify-content: center;
  margin: 4rem auto 0;
  min-width: 39.2rem;
  padding: 3rem 6rem;
  position: relative;
}

.cta_sec .container .contents .btn:hover {
  /* background: #ffeb00; */
  opacity: .7;
}

.cta_sec .container .contents .btn::before {
  background: #ffeb00;
  border-radius: .5rem;
  bottom: 1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  transition: .3s;
  width: 2.5rem;
}

/* .cta_sec .container .contents .btn:hover:before {
  background: #fff;
} */
@media screen and (max-width:768px) {
  .cta_sec .container {
    padding: 6rem 2rem;
  }

  .cta_sec .container .contents .p01 {
    font-size: 1.6rem;
  }

  .cta_sec .container .contents .strongs {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 3rem;
    width: 100%;
  }

  .cta_sec .container .contents .strongs .strong {
    border-radius: 1rem;
    font-size: 1.6rem;
    gap: 1rem;
    height: 6rem;
    white-space: nowrap;
    width: calc((100% - 1rem) / 2);
  }

  .cta_sec .container .contents .strongs .strong:has(.ttl) {
    padding: 1rem;
    height: auto;
    font-size: 1.2rem;
    width: calc((100% - 2rem) / 3);
    gap: 0;
  }

  .cta_sec .container .contents .strongs .strong .ttl {
    font-size: 2rem;
    height: 3.2rem;
  }

  .cta_sec .container .contents .btn {
    border-radius: 1rem;
    font-size: 1.8rem;
    min-width: auto;
    padding: 2rem;
    width: 100%;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec02
--------------------------------------------------------------------------- */
.top_sec02::before {
  background: #fff;
  border-radius: .5rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
  height: 9rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  top: -4.8rem;
  transform: rotate(45deg);
  transition: .3s;
  width: 9rem;
}

@media screen and (max-width:768px) {
  .top_sec02 .container {
    padding: 6rem 2rem 9rem;
  }

  .top_sec02::before {
    height: 5rem;
    top: -3rem;
    width: 5rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec03
--------------------------------------------------------------------------- */
.top_sec03 {
  position: relative;
}

.top_sec03 .container {
  padding: 12rem 0;
}

.top_sec03 .container .contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.top_sec03 .container .contents .p01 {
  color: #004098;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.top_sec03 .container .contents .p01 strong {
  background: linear-gradient(transparent 70%, #ffeb00 70%);
}

.top_sec03 .container .contents .p02 {
  align-items: center;
  background: linear-gradient(90deg, #fb923c 0%, #f97316 100%);
  border: 4px solid #fff;
  border-radius: 2.5rem;
  box-shadow: 0 2rem 2.5rem -.5rem rgba(0, 0, 0, .10), 0 .8rem 1rem -.6rem rgba(0, 0, 0, .10);
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
  padding: 2rem 3rem;
  width: 100%;
}

.top_sec03 .container .contents .p02 .pict {
  width: 4rem;
}

.top_sec03 .container .contents .p02 .txt {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

.top_sec03 .container .contents .p02 .txt strong {
  background: #fff;
  color: #ea580c;
  margin: 0 .5rem;
  font-family: Roboto;
  padding: .5rem;
  font-size: 3.5rem;
}

.top_sec03 .container .contents .plans {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 8rem;
  width: 100%;
  flex-wrap: wrap;
}

.top_sec03 .container .contents .plans .plan {
  background: #fff;
  border: 4px solid #f3f4f6;
  border-radius: 2.5rem;
  box-shadow: 0 2rem 2.5rem -.5rem rgba(0, 0, 0, .10), 0 .8rem 1rem -.6rem rgba(0, 0, 0, .10);
  padding: 4rem 2.5rem 2.5rem;
  position: relative;
  width: calc((100% - 4rem) / 2);
}

.top_sec03 .container .contents .plans .plan .tag {
  background: #004098;
  border-radius: 100vh;
  color: #fff;
  font-size: 1.2rem;
  padding: .2rem 1.6rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
}

.top_sec03 .container .contents .plans .plan .h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.top_sec03 .container .contents .plans .plan .p03 {
  color: #6b7280;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

.top_sec03 .container .contents .plans .plan .dl01 {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #F3F4F6;
  padding: 2rem 0;
  position: relative;
}

.top_sec03 .container .contents .plans .plan .dl01::before {
  background: #9ca3af;
  border-radius: .5rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
  height: 2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 6rem;
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
  transition: .3s;
  width: 2rem;
  opacity: ;
}

.top_sec03 .container .contents .plans .plan .dl01 dt {
  color: #9ca3af;
  font-family: Roboto;
  font-size: 2rem;
}

.top_sec03 .container .contents .plans .plan .dl01 dt span {
  display: block;
  font-weight: 700;
}

.top_sec03 .container .contents .plans .plan .dl01 dd {
  color: #004098;
}

.top_sec03 .container .contents .plans .plan .dl01 dd .price {
  font-family: Roboto;
  font-size: 3.4rem;
  font-weight: 900;
}

.top_sec03 .container .contents .plans .plan .dl01 dd .price small {
  font-size: 1.4rem;
}

.top_sec03 .container .contents .plans .plan .dl01 dd .sup {
  font-size: 1.2rem;
  text-align: right;
  display: block;
}

.top_sec03 .container .contents>.h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 12rem;
  margin-bottom: 5rem;
  text-align: center;
}

.top_sec03 .container .contents .services {
  display: flex;
  justify-content: center;
  gap: 4rem;
  flex-wrap: wrap;
  width: 100%;
}

.top_sec03 .container .contents .services .service {
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 2.5rem;
  box-shadow: 0 1rem 1.5rem -.3rem rgba(0, 0, 0, .10), 0 .4rem .6rem -.4rem rgba(0, 0, 0, .10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  width: calc((100% - 8rem) / 3);
}

.top_sec03 .container .contents .services .service .pict {
  width: 5rem;
  margin-bottom: 1rem;
}

.top_sec03 .container .contents .services .service .dl02 dt {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.top_sec03 .container .contents .services .service .dl02 dd {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
  color: #6B7280;
}

@media screen and (max-width:768px) {
  .top_sec03 .container {
    padding: 9rem 2rem;
  }

  .top_sec03 .container .contents .p01 {
    font-size: 2rem;
  }

  .top_sec03 .container .contents .p02 {
    border: 2px solid #fff;
    border-radius: 2rem;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
  }

  .top_sec03 .container .contents .p02 .txt {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.65;
  }

  .top_sec03 .container .contents .p02 .txt strong {
    background: #fff;
    color: #ea580c;
    margin: 0;
    font-size: 2.9rem;
    white-space: nowrap;
  }

  .top_sec03 .container .contents .plans {
    gap: 4rem;
    margin-top: 6rem;
  }

  .top_sec03 .container .contents .plans .plan {
    border: 2px solid #f3f4f6;
    border-radius: 2rem;
    padding: 6rem 2rem 2.5rem;
    width: 100%;
  }

  .top_sec03 .container .contents .plans .plan .h3 {
    font-size: 2.4rem;
  }

  .top_sec03 .container .contents .plans .plan .dl01 dt {
    font-size: 1.4rem;
  }

  .top_sec03 .container .contents .plans .plan .dl01 dd .price {
    font-size: 2.4rem;
  }

  .top_sec03 .container .contents .plans .plan .dl01 dd .price small {
    font-size: 1.2rem;
  }

  .top_sec03 .container .contents .plans .plan .dl01 dd .sup {
    font-size: 1rem;
  }

  .top_sec03 .container .contents>.h3 {
    font-size: 2.4rem;
    margin-top: 9rem;
  }

  .top_sec03 .container .contents .services {
    gap: 3rem;
  }

  .top_sec03 .container .contents .services .service {
    border-radius: 2rem;
    margin: auto;
    max-width: 26rem;
    padding: 2rem;
    width: 100%;
  }

  .top_sec03 .container .contents .services .service .pict {
    width: 4rem;
    margin-bottom: 1rem;
  }

  .top_sec03 .container .contents .services .service .dl02 dt {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
  }

  .top_sec03 .container .contents .services .service .dl02 dd {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec05
--------------------------------------------------------------------------- */
.bnr_sec {
  position: relative;
}

.bnr_sec .container {
  padding: 12rem 0;
}

.bnr_sec .container .contents .bnrs .bnr {
  background: #fff;
  border: 4px solid #f3f4f6;
  border-radius: 2.5rem;
  box-shadow: 0 2rem 2.5rem -.5rem rgba(0, 0, 0, .10), 0 .8rem 1rem -.6rem rgba(0, 0, 0, .10);
  padding: 6rem;
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
}

.bnr_sec .container .contents .bnrs .bnr .sup {
  font-size: 1.2rem;
  position: absolute;
  bottom: 7rem;
  right: 8rem;
  font-weight: 400;
}

.bnr_sec .container .contents .bnrs .bnr::before {
  width: 28rem;
  position: absolute;
  left: 6rem;
  top: 0;
  background: #FFEB00;
  border-radius: 0 0 100vh 100vh;
  content: "";
  height: 2rem;
}

.bnr_sec .container .contents .bnrs .bnr .txts {
  width: calc(100% - 40rem);
}

.bnr_sec .container .contents .bnrs .bnr .txts .ttlA {
  text-align: left;
  align-items: flex-start;
}

.bnr_sec .container .contents .bnrs .bnr .txts .p01 {
  font-size: 2rem;
  margin-top: 2rem;
}

.bnr_sec .container .contents .bnrs .bnr .txts .info {
  background: #F9FAFB;
  border-radius: 1.6rem;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 3rem;
}

.bnr_sec .container .contents .bnrs .bnr .txts .info::before {
  background-image: url(../img/info.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 3rem;
  height: 3rem;
}

.bnr_sec .container .contents .bnrs .bnr .txts .info span {
  width: calc(100% - 4rem);
  font-size: 1.4rem;
  color: #6B7280;
}

.bnr_sec .container .contents .bnrs .bnr .img {
  width: 36rem;
  border-radius: 2.4rem;
  box-shadow: 0 2.5rem 5rem -1.2rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transform: rotate(2deg);
}

.bnr_sec .container .contents .bnrs .bnr .img img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  height: 100%;
  transform: scale(1.05);
}

@media screen and (max-width:768px) {
  .bnr_sec .container {
    padding: 9rem 2rem;
  }

  .bnr_sec .container .contents .bnrs .bnr {
    border: 2px solid #f3f4f6;
    border-radius: 2rem;
    padding: 4rem 2rem 0;
    width: 100%;
    flex-direction: column;
    gap: 3rem;
    overflow: hidden;
  }

  .bnr_sec .container .contents .bnrs .bnr .sup {
    font-size: 1rem;
    bottom: 1rem;
    right: 1rem;
  }

  .bnr_sec .container .contents .bnrs .bnr::before {
    width: 10rem;
    left: 0;
    right: 0;
    margin: auto;
    height: 1.5rem;
  }

  .bnr_sec .container .contents .bnrs .bnr .txts {
    width: 100%;
  }

  .bnr_sec .container .contents .bnrs .bnr .txts .p01 {
    font-size: 1.67rem;
  }

  .bnr_sec .container .contents .bnrs .bnr .txts .info {
    border-radius: 1rem;
    padding: 1rem;
    gap: 1rem;
    margin-top: 3rem;
  }

  .bnr_sec .container .contents .bnrs .bnr .txts .info::before {
    width: 3rem;
    height: 3rem;
  }

  .bnr_sec .container .contents .bnrs .bnr .txts .info span {
    width: auto;
    font-size: 1.2rem;
  }

  .bnr_sec .container .contents .bnrs .bnr .img {
    width: 100%;
    width: calc(100% + 4rem);
    border-radius: 0;
    transform: rotate(0);
  }
}

/* ---------------------------------------------------------------------------
//  top_sec06
--------------------------------------------------------------------------- */
.top_sec06 {
  background: #fff;
  position: relative;
  background-image: url(https://www.replace-takasaki.com/cms/wp-content/themes/replace/assets/img/top/top_contact_back.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.top_sec06 .container {
  padding: 12rem 0 4rem;
  padding: 12rem 0;
}

.top_sec06 .container .contents {
  margin-top: 8rem;
}

.top_sec06 .container .contents .reasons {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}

.top_sec06 .container .contents .reasons .reason {
  align-items: center;
  aspect-ratio: 1/1;
  background: #f8f9fa;
  border-radius: 2.5rem;
  box-shadow: 0 1rem 1.5rem -.3rem rgba(0, 0, 0, .10), 0 .4rem .6rem -.4rem rgba(0, 0, 0, .10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 5rem 2.5rem 2.5rem;
  width: calc((100% - 8rem) / 3);
  position: relative;
}

.top_sec06 .container .contents .reasons .reason .num {
  width: 8rem;
  height: 8rem;
  border-radius: 2.5rem;
  background: #004098;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-family: Roboto;
  font-weight: 900;
  box-shadow: 0 2rem 2.5rem -.5rem rgba(0, 0, 0, 0.10), 0 .8rem 1rem -.6rem rgba(0, 0, 0, 0.10);
  position: absolute;
  left: 2.5rem;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}

.top_sec06 .container .contents .reasons .reason .h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.top_sec06 .container .contents .reasons .reason .p01 {
  font-size: 1.6rem;
  line-height: 1.75;
  color: #4B5563;
  margin-top: 1rem;
  text-align: justify;
}

@media screen and (max-width:768px) {
  .top_sec06 {
    background-attachment: inherit;
  }

  .top_sec06 .container {
    padding: 9rem 2rem;
  }

  .top_sec06 .container .contents {
    margin-top: 7rem;
  }

  .top_sec06 .container .contents .reasons {
    gap: 6rem;
  }

  .top_sec06 .container .contents .reasons .reason {
    border-radius: 2rem;
    margin: auto;
    max-width: 30rem;
    padding: 2rem;
    width: 100%;
  }

  .top_sec06 .container .contents .reasons .reason .num {
    width: 5rem;
    height: 5rem;
    border-radius: 1rem;
    font-size: 2.4rem;
  }

  .top_sec06 .container .contents .reasons .reason .h3 {
    font-size: 2rem;
  }

  .top_sec06 .container .contents .reasons .reason .p01 {
    text-align: justify;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec07
--------------------------------------------------------------------------- */
.top_sec07 {
  position: relative;
}

.top_sec07 .container {
  padding: 12rem 0;
}

.top_sec07 .container .contents {
  margin-top: 6rem;
}

.top_sec07 .container .contents .qas .qa {
  border-radius: 2.4rem;
  border: 2px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, 0.05);
}

.top_sec07 .container .contents .qas .qa+.qa {
  margin-top: 4rem;
}

.top_sec07 .container .contents .qas .qa .qa_ttl {
  padding: 2.4rem 7.4rem 2.4rem 2.4rem;
  display: flex;
  gap: 2.4rem;
  position: relative;
  cursor: pointer;
}

.top_sec07 .container .contents .qas .qa .qa_ttl::before {
  background-image: url(../img/arrow01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  width: 2.6rem;
  height: 2.6rem;
  position: absolute;
  right: 2.4rem;
  top: 4rem;
  transition: .3s;
}

.top_sec07 .container .contents .qas .qa .qa_ttl.is-open::before {
  transform: rotate(180deg);
}

.top_sec07 .container .contents .qas .qa .qa_ttl .q {
  background: #FFEB00;
  color: #004098;
  font-family: Roboto;
  font-size: 3rem;
  width: 5rem;
  height: 5rem;
  border-radius: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
}

.top_sec07 .container .contents .qas .qa .qa_ttl .txt {
  font-size: 2.4rem;
  color: #004098;
  font-weight: 700;
  width: calc(100% - 7.4rem);
  padding-top: .5rem;
}

.top_sec07 .container .contents .qas .qa .qa_contents {
  padding: 0 2.4rem 2.4rem;
  font-size: 1.8rem;
  line-height: 1.65;
  font-weight: 700;
  display: none;
}

@media screen and (max-width:768px) {
  .top_sec07 .container {
    padding: 9rem 2rem;
  }

  .top_sec07 .container .contents {
    margin-top: 6rem;
  }

  .top_sec07 .container .contents .qas .qa {
    border-radius: 1.6rem;
  }

  .top_sec07 .container .contents .qas .qa+.qa {
    margin-top: 3rem;
  }

  .top_sec07 .container .contents .qas .qa .qa_ttl {
    padding: 3rem 1rem 4rem 1rem;
    gap: 1rem;
    align-items: center;
  }

  .top_sec07 .container .contents .qas .qa .qa_ttl::before {
    width: 2rem;
    height: 2rem;
    right: 0;
    left: 0;
    bottom: 1rem;
    margin: auto;
    top: auto;
  }

  .top_sec07 .container .contents .qas .qa .qa_ttl .q {
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    /* position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -2.5rem; */
  }

  .top_sec07 .container .contents .qas .qa .qa_ttl .txt {
    font-size: 1.6rem;
    width: calc(100% - 5rem);
    padding-top: 0;
  }

  .top_sec07 .container .contents .qas .qa .qa_contents {
    padding: 0 2rem 2rem;
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec08
--------------------------------------------------------------------------- */
.top_sec08 {
  position: relative;
  background: #fff;
}

.top_sec08 .container {
  padding: 6rem 0 12rem;
}

.top_sec08 .container .contents>.h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 5rem;
  text-align: center;
  color: #004098;
}

.top_sec08 .container .contents .datas {
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.top_sec08 .container .contents .datas .data {
  align-items: center;
  /* aspect-ratio: 1/1; */
  background: #f8f9fa;
  border-radius: 2.5rem;
  box-shadow: 0 1rem 1.5rem -.3rem rgba(0, 0, 0, .10), 0 .4rem .6rem -.4rem rgba(0, 0, 0, .10);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2.5rem;
  width: calc((100% - 8rem) / 3);
  position: relative;
  text-align: center;
}

.top_sec08 .container .contents .datas .data .dl01 dt {
  font-size: 3rem;
  font-weight: 900;
  color: #004098;
  margin-bottom: 1rem;
  font-family: Roboto;
}

.top_sec08 .container .contents .datas .data .dl01 dd {
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width:768px) {
  .top_sec08 .container {
    padding: 0 2rem 9rem;
  }

  .top_sec08 .container .contents .datas {
    gap: 2rem;
    max-width: 30rem;
    margin: auto;
  }

  .top_sec08 .container .contents .datas .data {
    border-radius: 1.6rem;
    padding: 1rem;
    width: calc((100% - 2rem) / 2);
  }

  .top_sec08 .container .contents .datas .data .dl01 dt {
    font-size: 2.4rem;
  }

  .top_sec08 .container .contents .datas .data .dl01 dd {
    font-size: 1.4rem;
  }
}

/* ---------------------------------------------------------------------------
//  top_sec09
--------------------------------------------------------------------------- */
.top_sec09 {
  position: relative;
  background: #004098;
  padding: 12rem 0;
}

.top_sec09 .container {
  background: #fff;
  border-radius: 2.4rem;
  box-shadow: 0 2.5rem 5rem -1.2rem rgba(0, 0, 0, 0.25);
  padding: 12rem;
}

.top_sec09 .container .contents {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_sec09 .container .contents .link {
  border-radius: 2rem;
  /* box-shadow: 0 .3rem 1.5rem .3rem rgba(0, 0, 0, .10), 0 .4rem .6rem -.4rem rgba(0, 0, 0, .10); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  position: relative;
  border: 2px solid #F3F4F6;
}

.top_sec09 .container .contents .link:hover {
  opacity: .7;
}

.top_sec09 .container .contents .link.tel {
  padding-bottom: 1rem;
  background: #F9FAFB;
}

.top_sec09 .container .contents .link .head {
  align-items: center;
  display: flex;
  gap: 1rem;
  height: 4.8rem;
  width: 100%;
}

.top_sec09 .container .contents .link .head .icon {
  align-items: center;
  border-radius: 100%;
  display: flex;
  height: 4.8rem;
  justify-content: center;
  width: 4.8rem;
}

.top_sec09 .container .contents .link.tel .head .icon {
  background: #ffeb00;
}

.top_sec09 .container .contents .link.tel .head .icon img {
  width: 2rem;
}

.top_sec09 .container .contents .link .head .ttl {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  width: calc(100% - 4.8rem - 1rem);
}

.top_sec09 .container .contents .link .head .ttl small {
  color: #9ca3af;
  font-size: 1.4rem;
}

.top_sec09 .container .contents .link .head .ttl strong {
  color: #004098;
  font-family: Roboto;
  font-size: 3.4rem;
  font-weight: bold;
}

.top_sec09 .container .contents .link .txts {
  border-top: solid 1px #e5e7eb;
  display: flex;
  /* position: absolute;
    bottom: 0; */
  font-size: 1.2rem;
  gap: 2rem;
  justify-content: space-between;
  left: 0;
  line-height: 1;
  margin-top: 1rem;
  padding: .7rem 0;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}

.top_sec09 .container .contents .link .txts dl {
  align-items: center;
  display: flex;
  gap: .6rem;
}

.top_sec09 .container .contents .link .txts dl dt {
  align-items: center;
  background: #004098;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  height: 2rem;
  justify-content: center;
  width: 6rem;
}

.top_sec09 .container .contents .p01 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6B7280;
  margin-top: 5rem;
  margin-bottom: 6rem;
  text-align: center;
}

.top_sec09 .container .contents .desc {
  margin-top: 5rem;
  margin-bottom: 6rem;
}

.top_sec09 .container .contents .desc ul li {
  font-size: 1.6rem;
  font-weight: 700;
  color: #6B7280;
  display: flex;
  gap: .6rem
}

.top_sec09 .container .contents .desc ul li+li {
  margin-top: 1rem;
}

.top_sec09 .container .contents .desc ul li::before {
  content: "●";
  color: #004098;
  flex-shrink: 0;
}

.top_sec09 .container .contents .wpcf7_custom_form .form01 {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}

.top_sec09 .container .contents .wpcf7_custom_form .form01 dl {
  width: 100%;
}

.top_sec09 .container .contents .form01 dl.half {
  width: calc((100% - 3rem) / 2);
}

.top_sec09 .container .contents .form01 dl dt {
  font-weight: 700;
  margin-bottom: 1.6rem;
}

.top_sec09 .container .contents .form01 dl dt span {
  color: #EF4444;
  font-size: 1.2rem;
}

.top_sec09 .container .contents .form01 dl dd input {
  border-radius: 1.6rem;
  border: 2px solid #F3F4F6;
  background: #F9FAFB;
  width: 100%;
  padding: 2rem;
}

.top_sec09 .container .contents .form01 dl dd textarea {
  border-radius: 1.6rem;
  border: 2px solid #F3F4F6;
  background: #F9FAFB;
  width: 100%;
  padding: 2rem;
  resize: none;
  height: 20rem;
}

/* --- ここからCF7用カスタムCSS --- */
/* リストアイテムの並び */
.wpcf7_custom_form .wpcf7-list-item {
  display: inline-block;
  margin: 0 2.0rem 0 0;
  font-weight: 700;
}

.wpcf7_custom_form label {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}

/* デフォルトの入力を隠す（アクセシビリティ維持） */
.wpcf7_custom_form input[type="radio"],
.wpcf7_custom_form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* パーツの土台となるラベルテキストの余白 */
.wpcf7_custom_form .wpcf7-list-item-label {
  position: relative;
  padding-left: 3.5rem;
  display: inline-block;
}

/* 外枠（共通） */
.wpcf7_custom_form .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  background-color: #ffffff;
  border: .2rem solid #E5E7EB;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

/* --- ラジオボタン固有 --- */
.wpcf7_custom_form input[type="radio"]+.wpcf7-list-item-label::before {
  border-radius: 50%;
}

/* チェック時の中点 */
.wpcf7_custom_form input[type="radio"]+.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s;
  border: solid .8rem #004098;
}

/* --- チェックボックス固有 --- */
.wpcf7_custom_form input[type="checkbox"]+.wpcf7-list-item-label::before {
  border-radius: 0.4rem;
}

/* チェック時のL字マーク */
.wpcf7_custom_form input[type="checkbox"]+.wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  top: 50%;
  width: 0.6rem;
  height: 1.1rem;
  border: solid #ffffff;
  border-width: 0 0.3rem 0.3rem 0;
  transform: translateY(-65%) rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s;
}

/* --- 選択時の状態変化 --- */
/* ラジオボタン */
.wpcf7_custom_form input[type="radio"]:checked+.wpcf7-list-item-label::before {
  border-color: #004098;
}

.wpcf7_custom_form input[type="radio"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

/* チェックボックス */
.wpcf7_custom_form input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
  background-color: #004098;
  border-color: #004098;
}

.wpcf7_custom_form input[type="checkbox"]:checked+.wpcf7-list-item-label::after {
  opacity: 1;
}

/* ホバー時（共通） */
.wpcf7_custom_form label:hover .wpcf7-list-item-label::before {
  border-color: #004098;
}

.top_sec09 .container .contents .form02 {
  margin-top: 3.4rem;
}

.top_sec09 .container .contents .form02 .privacy {
  border-radius: 1.6rem;
  border: 2px solid #F3F4F6;
  width: 100%;
  padding: 2rem;
  overflow-y: auto;
  height: 30rem;
  font-size: 1.4rem;
  margin-bottom: 3.4rem;
}

.top_sec09 .container .contents .form02 .privacy .h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.top_sec09 .container .contents .form02 .privacy .h4 {
  margin-top: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  border-top: 1px solid #F3F4F6;
  padding-top: 2rem;
}

.top_sec09 .container .contents .form02 .privacy ul li {
  display: flex;
}

.top_sec09 .container .contents .form02 .privacy ul li span {
  flex-shrink: 0;
}

.top_sec09 .container .contents .form03 {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top_sec09 .container .contents .form03 .submit_btn {
  background: #004098;
  border-radius: 1.6rem;
  box-shadow: 0 2.5rem 2.5rem -1.2rem rgba(0, 0, 0, .25);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  width: 39.2rem;
  position: relative;
  transition: .2s;
  margin: auto;
}

.top_sec09 .container .contents .form03 .submit_btn:hover {
  /* background: #ffeb00; */
  opacity: .7;
}

.top_sec09 .container .contents .form03 .submit_btn::before {
  background: #fff;
  border-radius: .5rem;
  bottom: 1rem;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  content: '';
  height: 2.5rem;
  position: absolute;
  right: 1rem;
  transition: .3s;
  width: 2.5rem;
}

.top_sec09 .container .contents .form03 .submit_btn input {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 3rem 6rem;
}

.top_sec09 .container .contents .form03 .sups {
  margin-top: 6rem;
}

.top_sec09 .container .contents .form03 .sups .sup {
  display: flex;
  color: #9CA3AF;
  font-size: 1.4rem;
  line-height: 1.65;
}

.wpcf7-spinner {
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
}

@media screen and (max-width: 768px) {
  .top_sec09 {
    padding: 9rem 2rem;
  }

  .top_sec09 .container {
    background: #fff;
    border-radius: 1.6rem;
    padding: 4rem 2rem;
  }

  .top_sec09 .container .contents {
    margin-top: 2rem;
  }

  .top_sec09 .container .contents .link {
    border-radius: 1rem;
    padding: 1rem !important;
    width: 100%;
    box-shadow: none;
  }

  .top_sec09 .container .contents .link.tel {
    background: #fff;
    padding-bottom: 1rem;
  }

  .top_sec09 .container .contents .link .head {
    align-items: center;
    display: flex;
    gap: 1rem;
    height: 4.8rem;
    width: 100%;
    justify-content: center;
  }

  .top_sec09 .container .contents .link .head .icon {
    align-items: center;
    border-radius: 100%;
    display: flex;
    height: 3.6rem;
    justify-content: center;
    width: 3.6rem;
  }

  .top_sec09 .container .contents .link.tel .head .icon {
    background: #ffeb00;
  }

  .top_sec09 .container .contents .link.tel .head .icon img {
    width: 1.8rem;
  }

  .top_sec09 .container .contents .link .head .ttl {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    width: auto;
  }

  .top_sec09 .container .contents .link.mail .head .ttl {
    font-size: 2rem;
    white-space: nowrap;
  }

  .top_sec09 .container .contents .link .head .ttl small {
    font-size: 1.2rem;
  }

  .top_sec09 .container .contents .link .head .ttl strong {
    font-size: 2.9rem;
  }

  .top_sec09 .container .contents .link .txts {
    justify-content: center;
    font-size: 1.1rem;
    gap: 1rem;
  }

  .top_sec09 .container .contents .p01 {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .top_sec09 .container .contents .desc {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }

  .top_sec09 .container .contents .desc ul li {
    font-size: 1.4rem;
  }

  .top_sec09 .container .contents .form01 dl.half {
    width: 100%;
  }

  .top_sec09 .container .contents .form01 dl dd input {
    padding: 1.6rem;
    border-radius: 1rem;
  }

  .top_sec09 .container .contents .form01 dl dd textarea {
    padding: 1.6rem;
    border-radius: 1rem;
  }

  .top_sec09 .container .contents .form02 .privacy {
    border-radius: 1rem;
    padding: 1.6rem;
    font-size: 1.2rem;
  }

  .top_sec09 .container .contents .form02 .privacy .h3 {
    font-size: 1.6rem;
  }

  .top_sec09 .container .contents .form02 .privacy .h4 {
    font-size: 1.4rem;
  }

  .top_sec09 .container .contents .form03 {
    margin-top: 3.4rem;
  }

  .top_sec09 .container .contents .form03 .submit_btn {
    border-radius: 1rem;
    font-size: 1.8rem;
    width: 100%;
  }

  .top_sec09 .container .contents .form03 .submit_btn input {
    padding: 2rem;
  }

  .top_sec09 .container .contents .form03 .sups {
    margin-top: 4rem;
  }

  .top_sec09 .container .contents .form03 .sups .sup {
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------------------
//  .thanks_sec
--------------------------------------------------------------------------- */
.thanks_sec {
  padding: 12rem 0;
}

@media screen and (max-width:768px) {
  .thanks_sec {
    padding: 6rem 0;
  }
}

/* ---------------------------------------------------------------------------
//  .その他
--------------------------------------------------------------------------- */
.grecaptcha-badge {
  bottom: 7rem !important;
  mix-blend-mode: multiply;
}

/* ---------------------------------------------------------------------------
//  PC/SP
--------------------------------------------------------------------------- */
.forSP {
  display: none;
}

@media screen and (max-width:768px) {
  .forSP {
    display: block;
  }

  .forPC {
    display: none;
  }
}