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

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

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

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,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  line-height: 1.4em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
  font-size: 62.5%;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: none;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  letter-spacing: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  font-size: 1px;
}

a {
  overflow: hidden;
}
a:link {
  color: #0d71bd;
  text-decoration: underline;
}
a:visited {
  color: #636;
  text-decoration: underline;
}
a:hover {
  color: #f39a00;
}
a:active {
  color: #f39a00;
}
a.blank {
  padding: 0;
}
a:focus {
  outline: none;
}
a img {
  border: none;
}

body {
  margin: 0;
  padding: 0;
  letter-spacing: normal;
  -webkit-text-size-adjust: 100%;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

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

.btn-basis a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70rem;
  height: 6rem;
  margin: 0 auto;
  padding-bottom: 0.4rem;
  border-radius: 0.5rem;
  background-color: #e93d6f;
  line-height: 1.4;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  transition: opacity 0.3s;
}
.btn-basis a::after {
  content: "";
  position: absolute;
  bottom: 50%;
  right: 2rem;
  width: 2.6rem;
  height: 0.6rem;
  border-bottom: 0.1rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: skewX(45deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 768px) {
  .btn-basis a {
    flex-direction: column;
    width: 100%;
    height: 5.4rem;
    padding-bottom: 0;
    border-radius: 5.4rem;
    line-height: 1.8rem;
    font-size: 1.4rem;
  }
}
.btn-basis a:hover {
  opacity: 0.7;
}
.btn-basis a span {
  margin-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  .btn-basis a span {
    margin-right: 0;
  }
}
.btn-basis a span::last-child {
  margin-right: 0;
}

.list-disc {
  list-style-type: disc;
}

.page-header {
  width: 100%;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding-bottom: 3.5rem;
  }
}
.page-header .inner {
  position: relative;
  max-width: 137rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .page-header .inner {
    margin-bottom: -4%;
  }
}
.page-header .inner .logogroup {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .page-header .inner .logogroup {
    position: absolute;
    top: 6.6666666667dvw;
    left: 8.8%;
    width: 30.4%;
  }
}
.page-header .inner .logogroup h1 {
  width: 28.3rem;
  margin: 0 auto 2.7rem;
  padding-top: 8.7rem;
}
@media screen and (max-width: 768px) {
  .page-header .inner .logogroup h1 {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.page-header .inner::after {
  content: "";
}
@media screen and (min-width: 769px) {
  .page-header .inner::after {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 80%;
    height: 84.6rem;
    background: transparent url(/images/kajidaiko/mv_pc.jpg) center/cover no-repeat;
    clip-path: polygon(13% 0%, 100% 0%, 100% 100%, 0% 100%);
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .page-header .inner::after {
    display: block;
    width: 100%;
    aspect-ratio: 25/22;
    background: transparent url(/images/kajidaiko/mv_sp.jpg) center/cover no-repeat;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header-icon {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    -moz-column-gap: 2%;
         column-gap: 2%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header-icon li {
    width: 43.2%;
  }
}
@media screen and (min-width: 769px) {
  .page-header .header-icon li:not(:last-of-type) {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .page-header .btn-basis a {
    width: 88%;
  }
}

.form-header {
  padding: 1rem;
}
.form-header img {
  width: 24rem;
}
@media screen and (max-width: 768px) {
  .form-header img {
    width: 16rem;
  }
}

.form-title {
  margin-bottom: 30px;
  padding: 1.7rem 0;
  background-color: #8ec060;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form-title {
    padding: 1.5rem;
    margin-bottom: 20px;
  }
}
.form-title h1 {
  line-height: 3.6rem;
  font-weight: 700;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .form-title h1 {
    line-height: 1.4;
    font-size: 2rem;
  }
}

.sec {
  padding: 7rem;
}
@media screen and (max-width: 768px) {
  .sec {
    padding: 4rem 2.5rem;
  }
}

.sec-ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .sec-ttl {
    margin-bottom: 4rem;
  }
}
.sec-ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.9rem;
  background: transparent url(/images/kajidaiko/bg_ttl.png) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec-ttl::after {
    height: 1.4rem;
  }
}
.sec-ttl img {
  display: block;
  height: 4.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec-ttl img {
    height: 3.2rem;
  }
}
.sec-ttl .text {
  display: block;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-ttl .text {
    line-height: 1.75;
    font-size: 1.6rem;
  }
}

.sec-about {
  background-color: #ebf4e2;
}
.sec-about .intro p {
  margin-bottom: 4rem;
  line-height: 2;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-about .intro p {
    margin-bottom: 2.5rem;
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.sec-about .about-list {
  max-width: 72rem;
  margin: 0 auto;
}
.sec-about .about-list li {
  margin-top: 3.5rem;
  padding: 3rem 0;
  border-radius: 3rem;
  box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #3f3b3a;
}
@media screen and (max-width: 768px) {
  .sec-about .about-list li {
    margin-top: 3rem;
    padding: 1rem;
    border-radius: 1rem;
  }
}
.sec-about .about-list li h3 {
  margin-bottom: 2.5rem;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.2rem;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .sec-about .about-list li h3 {
    margin-bottom: 2rem;
    font-size: 1.8rem;
  }
}
.sec-about .about-list li h3 span {
  background: transparent linear-gradient(#fadfe8, #fadfe8) center bottom/100% 50% repeat-x;
  font-weight: inherit;
  padding: 0 0.9rem;
}
@media screen and (min-width: 769px) {
  .sec-about .about-list li h3 span:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .sec-about .about-list li h3 span + br + span {
    padding-left: 0;
  }
}
.sec-about .about-list li figure {
  width: 50rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .sec-about .about-list li figure {
    width: 26rem;
    margin-bottom: 2rem;
  }
}
.sec-about .about-list li figure img {
  border-radius: 0.7rem;
}
.sec-about .about-list li p {
  width: 50rem;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-about .about-list li p {
    width: 26rem;
    line-height: 2;
    font-size: 1.2rem;
  }
}
.sec-about .about-list li:nth-of-type(n+2) figure {
  padding: 0 1rem;
}
@media screen and (max-width: 768px) {
  .sec-about .about-list li:nth-of-type(n+2) figure {
    padding: 0 2rem;
  }
}

.sec-plan .plan-list {
  max-width: 100rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list {
    max-width: calc(100% - 1rem);
    margin-bottom: 2rem;
  }
}
.sec-plan .plan-list li {
  margin-bottom: 3.5rem;
  padding: 4rem 2rem;
  border: 1px solid #3f3b3a;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li {
    margin-bottom: 2rem;
    padding: 2rem 3rem 2.5rem;
  }
}
.sec-plan .plan-list li h3 {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto 5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #3f3b3a;
  line-height: 1;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li h3 {
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 1.6rem;
  }
}
.sec-plan .plan-list li h4 {
  line-height: 1.6;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #e93d6f;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li h4 {
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
.sec-plan .plan-list li figure {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 4rem;
  border-radius: 0.7rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li figure {
    margin-bottom: 2.5rem;
    border-radius: 0.4rem;
  }
}
.sec-plan .plan-list li p {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li p {
    line-height: 2;
    font-size: 1.2rem;
  }
}
.sec-plan .plan-list li p.note {
  line-height: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li p.note {
    line-height: 1.7rem;
    font-size: 1.1rem;
  }
}
.sec-plan .plan-list li .price-table {
  width: 100%;
  max-width: 50rem;
  margin: 5rem auto;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li .price-table {
    margin: 3rem auto;
  }
}
.sec-plan .plan-list li .price-table tr:nth-of-type(n+2) th, .sec-plan .plan-list li .price-table tr:nth-of-type(n+2) td {
  padding-top: 2rem;
}
.sec-plan .plan-list li .price-table tr, .sec-plan .plan-list li .price-table th {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li .price-table tr, .sec-plan .plan-list li .price-table th {
    font-size: 1.3rem;
  }
}
.sec-plan .plan-list li .price-table th {
  width: 12rem;
  border-right: 0.1rem solid #3f3b3a;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li .price-table th {
    width: 7rem;
  }
}
.sec-plan .plan-list li .price-table td {
  padding-left: 3.5rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li .price-table td {
    padding-left: 1.5rem;
  }
}
.sec-plan .plan-list li .price-table td div {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.sec-plan .plan-list li .price-table td div::after {
  content: "";
  flex: 1;
  height: 0.5rem;
  background: transparent radial-gradient(circle at center, #3f3b3a 0rem, #3f3b3a 0.2rem, #fff 0.21rem, #fff 100%) center left/1rem 0.5rem repeat-x;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li .price-table td div::after {
    background-image: radial-gradient(circle at center, #3f3b3a 0rem, #3f3b3a 0.1rem, #fff 0.11rem, #fff 100%);
    background-size: 0.4rem 0.3rem;
  }
}
.sec-plan .plan-list li .price-table td div .title {
  width: 5rem;
  word-break: keep-all;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-list li .price-table td div .title {
    width: 4rem;
  }
}
.sec-plan .plan-list li .price-table td div .price {
  order: 1;
}
.sec-plan .plan-list li:nth-of-type(3) h3 {
  max-width: 45rem;
}
.sec-plan .plan-note {
  margin-bottom: 7.5rem;
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-plan .plan-note {
    margin-bottom: 3rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .sec-cancel {
    padding: 4rem 3rem;
  }
}
.sec-cancel .cancel-list {
  width: 38rem;
  margin: 0 auto 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list {
    width: 22rem;
  }
}
.sec-cancel .cancel-list li {
  position: relative;
  margin-bottom: 10px;
  padding: 3rem 2rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li {
    padding: 1.5rem 1.5rem 2rem;
  }
}
.sec-cancel .cancel-list li::before, .sec-cancel .cancel-list li::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 50%;
  height: 100%;
}
.sec-cancel .cancel-list li::before {
  left: 0;
  transform-origin: top right;
  transform: skewY(10deg);
}
.sec-cancel .cancel-list li::after {
  right: 0;
  transform-origin: top left;
  transform: skewY(-10deg);
}
.sec-cancel .cancel-list li:nth-of-type(n+2) {
  padding-top: 1.5rem;
}
.sec-cancel .cancel-list li:nth-of-type(1)::before, .sec-cancel .cancel-list li:nth-of-type(1)::after {
  background-color: #f6f9f1;
}
.sec-cancel .cancel-list li:nth-of-type(2)::before, .sec-cancel .cancel-list li:nth-of-type(2)::after {
  background-color: #f1f7ea;
}
.sec-cancel .cancel-list li:nth-of-type(3)::before, .sec-cancel .cancel-list li:nth-of-type(3)::after {
  background-color: #e6f0da;
}
.sec-cancel .cancel-list li:nth-of-type(4)::before, .sec-cancel .cancel-list li:nth-of-type(4)::after {
  height: calc(100% + 5rem);
  background-color: #dceacb;
}
.sec-cancel .cancel-list li dl dt {
  vertical-align: bottom;
  line-height: 1;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dt {
    line-height: 1.6rem;
    font-size: 1.1rem;
  }
}
.sec-cancel .cancel-list li dl dt span {
  vertical-align: bottom;
  line-height: inherit;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dt span {
    font-size: 1.6rem;
  }
}
.sec-cancel .cancel-list li dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dd {
    row-gap: 0.5rem;
  }
}
.sec-cancel .cancel-list li dl dd .free {
  font-weight: 700;
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dd .free {
    font-size: 3.6rem;
  }
}
.sec-cancel .cancel-list li dl dd .text1 {
  line-height: 2.8rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dd .text1 {
    line-height: 1.6rem;
    font-size: 1.1rem;
  }
}
.sec-cancel .cancel-list li dl dd .text1 strong {
  line-height: 1;
  font-weight: 700;
  font-size: 4.5rem;
  color: #8ec060;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dd .text1 strong {
    font-size: 2.6rem;
  }
}
.sec-cancel .cancel-list li dl dd .text2 img {
  width: 2.2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dd .text2 img {
    width: 1.2rem;
    margin-right: 0.3rem;
  }
}
.sec-cancel .cancel-list li dl dd .text2 strong {
  line-height: 1;
  font-size: 3rem;
  font-weight: 700;
  color: #8ec060;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl dd .text2 strong {
    font-size: 1.8rem;
  }
}
.sec-cancel .cancel-list li dl.line1 dt {
  height: 2.8rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl.line1 dt {
    height: 1.6rem;
  }
}
.sec-cancel .cancel-list li dl.line1 dd {
  height: 10.8rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl.line1 dd {
    height: 6rem;
  }
}
.sec-cancel .cancel-list li dl.line2 dt {
  height: 5.6rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl.line2 dt {
    height: 3.2rem;
  }
}
.sec-cancel .cancel-list li dl.line2 dd {
  height: 8rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-list li dl.line2 dd {
    height: 4.5rem;
  }
}
.sec-cancel .cancel-note {
  max-width: 72rem;
  margin: 0 auto;
  line-height: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-cancel .cancel-note {
    line-height: 1.5;
    font-size: 1.2rem;
  }
}

.sec-payment p {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-payment p {
    line-height: 1.8;
    font-size: 1.4rem;
  }
}
.sec-payment figure {
  margin: 4.5rem 0 13rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-payment figure {
    margin: 1.5rem 0 8rem;
  }
}
.sec-payment figure img {
  width: 34.5rem;
}
@media screen and (max-width: 768px) {
  .sec-payment figure img {
    max-width: 31.5rem;
  }
}
.sec-payment h3 {
  margin-bottom: 5rem;
  line-height: 1;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-size: 3.5rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-payment h3 {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }
}
.sec-payment h3 span {
  display: inline-block;
  padding: 0 3.5rem;
  background: transparent linear-gradient(#fadfe8) center bottom/100% 50% repeat-x;
  vertical-align: bottom;
  line-height: 1;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .sec-payment h3 span {
    padding: 0 0.5rem;
  }
}
.sec-payment .request-list {
  margin-bottom: 5rem;
  padding: 4rem 4rem 5rem;
  border: 0.1rem solid #727172;
  border-radius: 1rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list {
    margin-bottom: 2rem;
    padding: 4rem 2rem 5rem;
    line-height: 2;
    font-size: 1.2rem;
  }
}
.sec-payment .request-list > * {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}
.sec-payment .request-list h4 {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  background: transparent url(/images/kajidaiko/bg_ttl_request.png) center bottom/auto 1rem no-repeat;
  line-height: 1.9;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  color: #eb517e;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list h4 {
    padding-bottom: 0.5rem;
    background-size: auto 0.5rem;
    font-size: 1.4rem;
  }
}
.sec-payment .request-list dl dt {
  display: inline-block;
  margin-bottom: 1rem;
  border-bottom: 1px solid #231815;
  vertical-align: bottom;
  line-height: 1.5;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list dl dt {
    font-size: 1.4rem;
  }
}
.sec-payment .request-list dl dd {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list dl dd {
    line-height: 2;
  }
}
.sec-payment .request-list dl dd:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list dl dd:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.sec-payment .request-list ul {
  margin-bottom: 5rem;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list ul {
    margin-bottom: 3rem;
    padding-left: 1.8rem;
  }
}
.sec-payment .request-list ul li {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list ul li {
    line-height: 2;
  }
}
.sec-payment .request-list p {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-payment .request-list p {
    font-size: 1.2rem;
  }
}
.sec-payment .impressum-list {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .impressum-list {
    margin-top: 3rem;
  }
}
.sec-payment .impressum-list h4 {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .impressum-list h4 {
    font-size: 1.4rem;
  }
}
.sec-payment .impressum-list ul {
  padding-left: 3rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-payment .impressum-list ul {
    padding-left: 1.8rem;
    font-size: 1.2rem;
  }
}
.sec-payment .impressum-list ul li {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-payment .impressum-list ul li {
    line-height: 2;
  }
}

.sec-example {
  background-color: #ebf4e2;
}
.sec-example .inner {
  position: relative;
}
.sec-example .swiper-slide {
  margin-bottom: 5rem;
  padding: 3rem;
  border: 0.1rem solid #231815;
  border-radius: 0.5rem;
  background-color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
.sec-example .swiper-slide h3 {
  margin-bottom: 1rem;
  line-height: 1.5;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #eb517e;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide h3 {
    margin-bottom: 2rem;
    line-height: 1.2;
    font-size: 1.6rem;
  }
}
.sec-example .swiper-slide h4 {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide h4 {
    font-size: 1.4rem;
  }
}
.sec-example .swiper-slide figure {
  text-align: center;
}
.sec-example .swiper-slide figure img {
  width: 32rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide figure img {
    width: 25rem;
  }
}
.sec-example .swiper-slide figure figcaption {
  min-height: 5.6rem;
  margin: 1.5rem 0 2rem;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide figure figcaption {
    min-height: 5.4rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-size: 1.5rem;
  }
}
.sec-example .swiper-slide .price-table .item {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  border-bottom: 0.1rem dashed #dcdddd;
}
.sec-example .swiper-slide .price-table .item span {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide .price-table .item span {
    font-size: 1.4rem;
  }
}
.sec-example .swiper-slide .price-table .total {
  border-bottom: 0.1rem solid #eb517e;
  color: #eb517e;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-slide .price-table .total {
    margin-top: 1rem;
  }
}
.sec-example .swiper-slide .price-table .total span {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-button-prev,
  .sec-example .swiper-button-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 3.2rem;
    height: auto;
    aspect-ratio: 1;
    padding: 0;
    border: none;
    background: transparent url(/images/kajidaiko/icon_swiper_nav.png) center/contain no-repeat;
  }
}
.sec-example .swiper-button-prev svg,
.sec-example .swiper-button-next svg {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-button-prev {
    left: 0;
    transform: translate(-62.5%, -50%);
  }
}
@media screen and (max-width: 768px) {
  .sec-example .swiper-button-next {
    right: 0;
    transform: translate(62.5%, -50%) rotate(180deg);
  }
}
.sec-example .note {
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .sec-example .note {
    font-size: 1.2rem;
  }
}

.sec-howto .howto-list {
  max-width: 83rem;
  margin: 6rem auto;
}
.sec-howto .howto-list li {
  position: relative;
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li {
    -moz-column-gap: 1.4rem;
         column-gap: 1.4rem;
  }
}
.sec-howto .howto-list li:not(:last-of-type) {
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
.sec-howto .howto-list li .number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #8ec060;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li .number {
    transform: translate(-12.5%, -25%);
    width: 3.2rem;
    font-size: 1.4rem;
  }
}
.sec-howto .howto-list li .image {
  display: flex;
  align-items: center;
  width: 31.4rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li .image {
    width: 12.6rem;
    height: 11.6rem;
    border-radius: 0.3rem;
  }
}
.sec-howto .howto-list li .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-howto .howto-list li .text {
  flex: 1;
  line-height: 1.4;
}
.sec-howto .howto-list li .text dt {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  color: #8ec060;
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li .text dt {
    margin-bottom: 1rem;
    line-height: 1;
    font-size: 1.4rem;
  }
}
.sec-howto .howto-list li .text dd {
  line-height: 1.5;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li .text dd {
    line-height: 1.6rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-howto .howto-list li:nth-of-type(3) .image img {
    height: 80%;
  }
}

.sec-contact {
  background-color: #ebf4e2;
}
.sec-contact h3 {
  margin-bottom: 2rem;
  line-height: 1.5;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-contact h3 {
    line-height: 1.2;
    font-size: 1.6rem;
  }
}
.sec-contact p {
  margin-bottom: 6rem;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .sec-contact p {
    margin-bottom: 5rem;
    line-height: 1.5;
    font-size: 1.4rem;
  }
}

.form-main {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .form-main {
    margin-bottom: 7rem;
  }
}
.form-main .error {
  width: 100%;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.5rem;
  color: #e93d6f;
}
.form-main .error.small {
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .form-main .error.small {
    font-size: 1rem;
  }
}
.form-main .step-wrapper {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form-main .step-wrapper {
    margin: 0 1rem 4rem;
  }
}
.form-main .step-wrapper li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 1.8rem 2.5rem 1.8rem 2rem;
}
@media screen and (max-width: 768px) {
  .form-main .step-wrapper li {
    padding: 0.8rem 1rem;
  }
}
.form-main .step-wrapper li::before, .form-main .step-wrapper li::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 50%;
}
.form-main .step-wrapper li::before {
  top: 0;
  transform: skewX(30deg);
  transform-origin: right bottom;
}
.form-main .step-wrapper li::after {
  bottom: 0;
  transform: skewX(-30deg);
  transform-origin: right top;
}
.form-main .step-wrapper li span {
  display: block;
  line-height: 1;
  font-weight: 700;
}
.form-main .step-wrapper li span.small {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form-main .step-wrapper li span.small {
    font-size: 1rem;
  }
}
.form-main .step-wrapper li span.txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .form-main .step-wrapper li span.txt {
    font-size: 1.2rem;
  }
}
.form-main .step-wrapper.step01-now li.step01 {
  color: #fff;
}
.form-main .step-wrapper.step01-now li.step01::before, .form-main .step-wrapper.step01-now li.step01::after {
  background-color: #8ec060;
}
.form-main .step-wrapper.step01-now li.step02::before, .form-main .step-wrapper.step01-now li.step02::after {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step01-now li.step03 {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step01-now li.step03::before, .form-main .step-wrapper.step01-now li.step03::after {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step02-now li.step01::before, .form-main .step-wrapper.step02-now li.step01::after {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step02-now li.step02 {
  color: #fff;
}
.form-main .step-wrapper.step02-now li.step02::before, .form-main .step-wrapper.step02-now li.step02::after {
  background-color: #8ec060;
}
.form-main .step-wrapper.step02-now li.step03 {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step02-now li.step03::before, .form-main .step-wrapper.step02-now li.step03::after {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step03-now li.step01::before, .form-main .step-wrapper.step03-now li.step01::after {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step03-now li.step02::before, .form-main .step-wrapper.step03-now li.step02::after {
  background-color: #ebf4e2;
}
.form-main .step-wrapper.step03-now li.step03 {
  background-color: #8ec060;
  color: #fff;
}
.form-main .step-wrapper.step03-now li.step03::before, .form-main .step-wrapper.step03-now li.step03::after {
  background-color: #8ec060;
}
.form-main .form-sec__box {
  display: flex;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  width: 72rem;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box {
    flex-direction: column;
    row-gap: 1.5rem;
    width: 100%;
    padding: 0 1rem;
  }
}
.form-main .form-sec__box .form-sec__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 21rem;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__item {
    justify-content: start;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: 100%;
    padding: 0;
  }
}
.form-main .form-sec__box .form-sec__item .text {
  line-height: 2rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 769px) {
  .form-main .form-sec__box .form-sec__item .text {
    margin-top: 0.8rem;
  }
}
.form-main .form-sec__box .form-sec__item .icon-required,
.form-main .form-sec__box .form-sec__item .icon-optional {
  padding: 0 1rem;
  border-radius: 0.1rem;
  line-height: 2rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .form-main .form-sec__box .form-sec__item .icon-required,
  .form-main .form-sec__box .form-sec__item .icon-optional {
    margin-top: 0.8rem;
  }
}
.form-main .form-sec__box .form-sec__item .icon-optional {
  background-color: #858585;
  color: #fff;
}
.form-main .form-sec__box .form-sec__item .icon-required {
  background-color: #ea5532;
  color: #fff;
}
.form-main .form-sec__box .form-sec__item label {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__item label {
    justify-content: flex-start;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    width: auto;
  }
}
.form-main .form-sec__box .form-sec__field {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 1rem 1.5rem;
  flex: 1;
  padding: 1rem 0 1rem 3rem;
  border-left: 0.1rem dotted #b2b2b2;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    padding: 1rem 0 0;
    border-top: 0.1rem dotted #b2b2b2;
    border-left: none;
  }
}
.form-main .form-sec__box .form-sec__field .text {
  line-height: 3.6rem;
  text-align: center;
  font-size: 1.5rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .text {
    line-height: 2rem;
    text-align: left;
    font-size: 1.4rem;
  }
}
.form-main .form-sec__box .form-sec__field .text.small {
  line-height: 1.5;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .text.small {
    font-size: 1rem;
  }
}
.form-main .form-sec__box .form-sec__field .textfield,
.form-main .form-sec__box .form-sec__field .zipfield,
.form-main .form-sec__box .form-sec__field select,
.form-main .form-sec__box .form-sec__field textarea {
  border: 0.1rem solid #b2b2b2;
  border-radius: 0.2rem;
  line-height: 1;
  font-size: 2rem;
  font-family: inherit;
  color: #231815;
}
.form-main .form-sec__box .form-sec__field .textfield:focus,
.form-main .form-sec__box .form-sec__field .zipfield:focus,
.form-main .form-sec__box .form-sec__field select:focus,
.form-main .form-sec__box .form-sec__field textarea:focus {
  border-color: #231815;
  outline: none;
}
.form-main .form-sec__box .form-sec__field .textfield {
  height: 3.6rem;
  padding: 0.7rem;
}
.form-main .form-sec__box .form-sec__field .zipfield {
  width: 19rem;
  height: 3.6rem;
  padding: 0.7rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .zipfield {
    width: 21rem;
  }
}
.form-main .form-sec__box .form-sec__field select {
  padding: 0.2rem 0.7rem;
  background-color: #fff;
}
.form-main .form-sec__box .form-sec__field select option {
  line-height: 2rem;
}
.form-main .form-sec__box .form-sec__field .main_field {
  width: 100%;
  max-width: 40rem;
}
.form-main .form-sec__box .form-sec__field .main_field:has(li) {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.form-main .form-sec__box .form-sec__field .main_field .textfield {
  width: 100%;
}
.form-main .form-sec__box .form-sec__field .main_field li {
  width: 100%;
}
.form-main .form-sec__box .form-sec__field .main_field li label {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 100%;
  padding: 0.7rem 1.1rem;
  border: 0.1rem solid #b2b2b2;
  border-radius: 0.2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #231815;
}
.form-main .form-sec__box .form-sec__field .main_field li label::before {
  content: "";
  width: 1.4rem;
  aspect-ratio: 1;
  border: 0.1rem solid #b2b2b2;
  border-radius: 50%;
}
.form-main .form-sec__box .form-sec__field .main_field li label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.4rem;
  width: 0.8rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #231815;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-main .form-sec__box .form-sec__field .main_field li label .radio__input {
  display: none;
}
.form-main .form-sec__box .form-sec__field .main_field li label:has(input:checked)::after {
  opacity: 1;
}
.form-main .form-sec__box .form-sec__field .name_field {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  width: 19.5rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .name_field {
    flex-direction: column;
    align-items: flex-start;
  }
}
.form-main .form-sec__box .form-sec__field .name_field .text {
  width: 3rem;
}
.form-main .form-sec__box .form-sec__field .name_field .textfield {
  width: 16rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .name_field .textfield {
    width: 22rem;
  }
}
.form-main .form-sec__box .form-sec__field .date_field {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  width: 11.5rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .date_field {
    width: 11rem;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.form-main .form-sec__box .form-sec__field .date_field select {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .date_field select {
    width: 9rem;
  }
}
.form-main .form-sec__box .form-sec__field .date_field .text {
  width: 1.5rem;
}
.form-main .form-sec__box .form-sec__field .zip_field {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .zip_field {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    align-items: center;
  }
}
.form-main .form-sec__box .form-sec__field .zip_field .text {
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .zip_field .textfield {
    width: 21rem;
  }
}
.form-main .form-sec__box .form-sec__field .zip_field button {
  padding: 0.8rem 1rem;
  border: none;
  border-radius: 0.2rem;
  background-color: #949494;
  line-height: 2rem;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
.form-main .form-sec__box .form-sec__field .zip_field button:focus {
  outline: none;
}
.form-main .form-sec__box .form-sec__field .address_field {
  display: flex;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .address_field {
    flex-direction: column;
  }
}
.form-main .form-sec__box .form-sec__field .address_field .text {
  width: 9rem;
  text-align: left;
  font-size: 1.2rem;
}
.form-main .form-sec__box .form-sec__field .address_field .textfield {
  flex: 1;
}
.form-main .form-sec__box .form-sec__field .p-country-name {
  display: none;
}
.form-main .form-sec__box .form-sec__field .time_field {
  display: flex;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .time_field {
    align-items: center;
  }
}
.form-main .form-sec__box .form-sec__field .narrow_field {
  width: 13rem;
}
.form-main .form-sec__box .form-sec__field .radio_narrow {
  max-width: none;
}
.form-main .form-sec__box .form-sec__field .radio_narrow li:nth-of-type(2) {
  order: 1;
}
.form-main .form-sec__box .form-sec__field .radio_narrow .radio {
  width: 13rem;
}
.form-main .form-sec__box .form-sec__field .radio_narrow .other {
  width: calc(100% - 3rem);
  margin: 0 0 0.5rem auto;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .radio_narrow .other {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.form-main .form-sec__box .form-sec__field .radio_narrow .other label {
  display: block;
  padding: 0;
  border: none;
}
.form-main .form-sec__box .form-sec__field .radio_narrow .other label::before, .form-main .form-sec__box .form-sec__field .radio_narrow .other label::after {
  display: none;
}
.form-main .form-sec__box .form-sec__field .radio_narrow .other label .text {
  line-height: 2rem;
  text-align: left;
}
.form-main .form-sec__box .form-sec__field .radio_narrow .other label input {
  width: 38rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .radio_narrow .other label input {
    width: 100%;
  }
}
.form-main .form-sec__box .form-sec__field p {
  margin-bottom: 1rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.form-main .form-sec__box .form-sec__field textarea {
  display: block;
  width: 100%;
  min-height: 16rem;
  padding: 0.7rem;
  resize: vertical;
}
.form-main .form-sec__box .form-sec__field .confirm_field {
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .form-main .form-sec__box .form-sec__field .confirm_field {
    font-size: 1.8rem;
  }
}
.form-main hr {
  width: 72rem;
  height: 0.1rem;
  margin: 5rem auto;
  border: none;
  background-color: #b2b2b2;
}
@media screen and (max-width: 768px) {
  .form-main hr {
    width: auto;
    margin: 5rem 1rem;
  }
}
.form-main .note_box {
  margin-bottom: 10rem;
  padding: 3rem;
  background-color: #ebf4e2;
}
@media screen and (max-width: 768px) {
  .form-main .note_box {
    margin: 5rem 0;
    padding: 1.5rem;
  }
}
@media screen and (min-width: 769px) {
  .form-main .note_box p {
    margin-bottom: 2rem;
    padding-left: 1.6rem;
    line-height: 1.5;
    text-indent: -1.6rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form-main .note_box p {
    margin-bottom: 2rem;
    line-height: 2rem;
    font-size: 1.4rem;
  }
}
.form-main .note_box p span {
  color: #e93d6f;
}
.form-main .note_box .note_box_info {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding: 1.6rem;
  background-color: #fff;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .form-main .note_box .note_box_info {
    align-items: flex-start;
    flex-direction: column;
    padding: 1rem calc(50% - 12.5rem);
  }
}
.form-main .note_box .note_box_info .text {
  line-height: 2.2rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .form-main .note_box .note_box_info .text {
    line-height: 1;
    font-size: 1.2rem;
  }
}
.form-main .note_box .note_box_info .label {
  border: 0.1rem solid #231815;
}
@media screen and (min-width: 769px) {
  .form-main .note_box .note_box_info .label {
    margin-left: 4.5rem;
    padding: 0.2rem 0.5rem;
    line-height: 2.2rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .form-main .note_box .note_box_info .label {
    margin-top: 1rem;
    padding: 0 0.5rem;
    line-height: 1;
    font-size: 1.2rem;
  }
}
.form-main .privacy {
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .form-main .privacy {
    margin-bottom: 1rem;
  }
}
.form-main .privacy a {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #3071b9;
}
@media screen and (max-width: 768px) {
  .form-main .privacy a {
    font-size: 1.4rem;
  }
}
.form-main .privacy a:hover, .form-main .privacy a:active {
  text-decoration: none;
}
.form-main .agree-check {
  margin-bottom: 5rem;
  padding: 4rem 2rem;
  background-color: #ebf4e2;
}
@media screen and (max-width: 768px) {
  .form-main .agree-check {
    margin-bottom: 3rem;
    padding: 1.5rem;
  }
}
.form-main .agree-check .check-box {
  display: flex;
  justify-content: center;
}
.form-main .agree-check .check-box label {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  line-height: 1.8rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form-main .agree-check .check-box label {
    font-size: 1.4rem;
  }
}
.form-main .agree-check .check-box label input {
  display: none;
}
.form-main .agree-check .check-box label input:checked + .check-box__border::after {
  opacity: 1;
}
.form-main .agree-check .check-box label .check-box__border {
  width: 1.8rem;
  padding: 0.2rem;
  aspect-ratio: 1;
  border: 0.1rem solid #b2b2b2;
  border-radius: 50%;
  background-color: #fff;
}
.form-main .agree-check .check-box label .check-box__border::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #231815;
  opacity: 0;
  transition: opacity 0.3s;
}
.form-main .agree-check .error {
  text-align: center;
}
.form-main .nav-btn {
  display: flex;
  justify-content: center;
  gap: 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .form-main .nav-btn {
    flex-direction: column;
    align-items: center;
  }
}
.form-main .nav-btn .btn-submit,
.form-main .nav-btn .btn-return {
  position: relative;
  width: 37rem;
  padding: 2rem;
  border: none;
  border: 0.2rem solid #8ec060;
  border-radius: 3.2rem;
  box-shadow: 0.2rem 0.2rem 0 rgba(0, 0, 0, 0.2);
  line-height: 1;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .form-main .nav-btn .btn-submit,
  .form-main .nav-btn .btn-return {
    width: 100%;
    max-width: 35rem;
    padding: 1.8rem;
  }
}
.form-main .nav-btn .btn-submit::before,
.form-main .nav-btn .btn-return::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1.6rem;
  aspect-ratio: 1;
}
.form-main .nav-btn .btn-submit {
  background-color: #8ec060;
  color: #fff;
}
.form-main .nav-btn .btn-submit::before {
  left: 2.4rem;
  border-top: 0.2rem solid #e1edd2;
  border-right: 0.2rem solid #e1edd2;
  transform: translateY(-50%) rotate(45deg);
}
.form-main .nav-btn .btn-return {
  background-color: #fff;
  color: #8ec060;
}
.form-main .nav-btn .btn-return::before {
  left: 3.2rem;
  border-bottom: 0.2rem solid #8ec060;
  border-left: 0.2rem solid #8ec060;
  transform: translateY(-50%) rotate(45deg);
}
.form-main .lead {
  width: 72rem;
  margin: 0 auto 4rem;
  line-height: 1.5;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .form-main .lead {
    width: 100%;
    font-size: 1.8rem;
  }
}

.page-footer .footer-main {
  padding: 5.5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main {
    padding: 4.5rem 3rem;
  }
}
.page-footer .footer-main h2 {
  width: 42rem;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main h2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main h2 img {
    width: 25rem;
  }
}
.page-footer .footer-main .company-nav {
  max-width: 36rem;
  margin: 0 auto;
}
.page-footer .footer-main .company-nav li:not(:last-of-type) {
  border-bottom: 0.1rem dashed #3f3b3a;
}
.page-footer .footer-main .company-nav li a {
  display: block;
  padding: 1.5rem 0;
  line-height: 2rem;
  text-decoration: none;
  font-size: 2rem;
  color: #3f3b3a;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main .company-nav li a {
    font-size: 1.6rem;
  }
}
.page-footer .footer-main .company-nav li a:hover, .page-footer .footer-main .company-nav li a:active {
  text-decoration: underline;
}
.page-footer .footer-main .socialmedia-nav {
  max-width: 36rem;
  margin: 0 auto;
}
.page-footer .footer-main .socialmedia-nav ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main .socialmedia-nav ul {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
.page-footer .footer-main .socialmedia-nav ul li {
  width: 5.7rem;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main .socialmedia-nav ul li {
    width: 3.2rem;
  }
}
.page-footer .footer-main .socialmedia-nav ul li:nth-of-type(4) {
  width: 9rem;
  margin-left: -0.5rem;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-main .socialmedia-nav ul li:nth-of-type(4) {
    width: 5rem;
    margin-left: -0.4rem;
  }
}
.page-footer .footer-main .socialmedia-nav ul li a {
  transition: opacity 0.3s;
}
.page-footer .footer-main .socialmedia-nav ul li a:hover, .page-footer .footer-main .socialmedia-nav ul li a:active {
  opacity: 0.7;
}
.page-footer .copyright {
  display: block;
  padding: 0.8rem;
  background-color: #dc1b5b;
  line-height: 1.9rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-footer .copyright {
    padding: 0.5rem;
    line-height: 2;
    font-size: 1.3rem;
  }
}

.form-footer {
  padding: 4rem 0 0;
  background-color: #f0f0f0;
  color: #231815;
}
@media screen and (max-width: 768px) {
  .form-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 2.5rem;
  }
}
.form-footer .inner {
  margin-bottom: 4rem;
  padding: 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .form-footer .inner {
    width: auto;
    margin-bottom: 2.5rem;
    padding: 0;
  }
}
.form-footer .inner p {
  line-height: 2.4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .form-footer .inner p {
    line-height: 2rem;
    font-size: 1.5rem;
  }
}
.form-footer .inner p span {
  line-height: 2.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .form-footer .inner p span {
    line-height: 2rem;
    font-size: 1.2rem;
  }
}
.form-footer .copyright {
  display: block;
  width: 100%;
  padding: 0.9rem 0;
  background-color: #8ec060;
  line-height: 1.5;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .form-footer .copyright {
    padding: 0.7rem 0;
    line-height: 1.8;
    font-size: 1rem;
  }
}/*# sourceMappingURL=kajidaiko.css.map */