@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

@keyframes hoverSway {
  0% {
    transform: translateY(1px);
  }
  49% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.txtup {
  display: block;
  transform: translateY(100%);
  transition: ease-in 0.5s;
}

.txtup.is-up {
  transform: translateY(0);
}

@keyframes shinyshiny {
  0% {
    transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  html {
    font-size: 0.8333333333vw;
  }
}

body {
  --space: 1.5rem;
  --ripple-color: #1b85fb;
  font-family: "Inter", sans-serif;
  color: #232323;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
}

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

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

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

.page_wrap {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100dvh;
  overflow: hidden;
}
.page_wrap #site_footer {
  margin-top: auto;
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding-left: var(--space);
  padding-right: var(--space);
  margin-left: auto;
  margin-right: auto;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 var(--ripple-color);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes imageBlur {
  from {
    opacity: 0;
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }
  to {
    opacity: 1;
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}
.inner {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--space);
  padding-right: var(--space);
}
@media screen and (max-width: 767px) {
  .inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .inner {
    padding-top: 7rem;
    padding-bottom: 10rem;
  }
}

ul {
  padding-left: 2em;
}

.returntop {
  position: fixed;
  right: 10px;
  bottom: 10px;
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 30;
}

.returntop.is-show {
  opacity: 1;
  transition: all 0.6s ease;
}

.returntop a {
  display: block;
  width: 44px;
  height: 44px;
  position: relative;
  background-color: #3b3f42;
  opacity: 0.8;
  text-indent: -999em;
}

.returntop a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 9px;
  background: url(../images/returntop.png) 0 0 no-repeat;
  background-size: 16px 9px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.page_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page_title .en {
  padding: 1rem 1.4rem;
  border-radius: 10rem;
  background: #f5d208;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.page_title .ja {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1rem;
  color: #f5d208;
  text-shadow: -2px -1px 0 #0d9341, -2px 0px 0 #0d9341, -2px 1px 0 #0d9341, -1px -2px 0 #0d9341, -1px -1px 0 #0d9341, -1px 0px 0 #0d9341, -1px 1px 0 #0d9341, -1px 2px 0 #0d9341, 0px -2px 0 #0d9341, 0px -1px 0 #0d9341, 0px 0px 0 #0d9341, 0px 1px 0 #0d9341, 0px 2px 0 #0d9341, 1px -2px 0 #0d9341, 1px -1px 0 #0d9341, 1px 0px 0 #0d9341, 1px 1px 0 #0d9341, 1px 2px 0 #0d9341, 2px -1px 0 #0d9341, 2px 0px 0 #0d9341, 2px 1px 0 #0d9341;
}
@media screen and (max-width: 767px) {
  .page_title .en {
    font-size: 1.6rem;
    padding: 0.7rem 1.2rem;
  }
  .page_title .ja {
    font-size: 2.6rem;
  }
}

.page_desc {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.page_desc span {
  background: linear-gradient(transparent 70%, #f5d208 71%, #f5d208 100%);
}
@media screen and (max-width: 767px) {
  .page_desc {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.page_content {
  margin-top: 6rem;
}

.c-button {
  width: 18rem;
  padding: 1.5rem 2rem;
  background-color: #111;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid #111;
  box-shadow: 5px 5px 0 rgba(245, 210, 8, 0.48);
  border-radius: 20px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  transition: all 0.32s cubic-bezier(0.25, 1, 0.5, 1);
}
.c-button-wrap {
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.c-button:hover {
  color: #111;
  background-color: #fff;
}

body:not(.top) .right-contact {
  display: none;
}
body:not(.top) .l-main {
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  body:not(.top) .l-main {
    padding-top: 7rem;
  }
}

.bd-bg {
  margin: 2rem auto;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
  background: #fff2a1 no-repeat center/70rem;
  border-radius: 4.8rem;
  max-width: 152rem;
}
@media screen and (max-width: 767px) {
  .bd-bg {
    width: calc(100% - 2rem);
    margin: 1rem auto;
    border-radius: 2.8rem;
  }
}

.l-header {
  width: 100%;
  background-color: #f5f5f4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 67;
}
.l-header.header-scroll {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 1rem 1rem;
  }
  .l-header .header-logo img {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 1rem 1rem;
  }
}

#logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#logo a {
  display: inline-block;
  transition: 0.3s;
}
#logo a:hover {
  opacity: 0.8;
}

.header-cta-button a {
  width: 30rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  border: 2px solid #fff;
  background: #0d9341;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.35);
  display: flex;
  padding: 1rem 2.5rem 1rem 1.2rem;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.header-cta-button a:hover {
  box-shadow: none;
  animation: 0.2s forwards infinite hoverSway;
}
.header-cta-button a::after {
  content: "";
  position: absolute;
  width: 2.8rem;
  height: 2.8rem;
  right: 1.2rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
.header-cta-button .cta-button-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  border-radius: 10rem;
  background: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: initial;
}
.header-cta-button .cta-button-txt {
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .header-cta-button a {
    width: 20rem;
    padding: 0.8rem 2rem 0.8rem 0.7rem;
    gap: 1rem;
  }
  .header-cta-button a::after {
    width: 2.5rem;
    height: 2.7rem;
    right: 1.2rem;
  }
  .header-cta-button .cta-button-time {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1rem;
    letter-spacing: 0;
  }
  .header-cta-button .cta-button-txt {
    font-size: 1.2rem;
    letter-spacing: 0em;
  }
}

.top .l-header {
  visibility: hidden;
  transition: ease-out 0.3s;
  transform: translateY(-100%);
}
.top .l-header.header-scroll {
  visibility: visible;
  transform: translateY(0);
}

#site_footer {
  text-align: center;
  padding: 2.5rem 0;
  background-color: #F5F5F4;
}
#site_footer .container {
  position: relative;
}
#site_footer #logo_footer a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #site_footer #logo_footer img {
    width: 19rem;
  }
}
#site_footer .menu_footer {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
#site_footer .menu_footer ul {
  display: flex;
  gap: 1rem 6rem;
  justify-content: center;
  flex-wrap: wrap;
  padding-left: 0;
}
#site_footer .menu_footer ul li {
  display: block;
}
@media screen and (max-width: 767px) {
  #site_footer .menu_footer ul {
    gap: 3rem 5rem;
  }
}
#site_footer .menu_footer a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
#site_footer .menu_footer a:hover {
  text-decoration: underline;
}
#site_footer .footer-bottom {
  padding-top: 1.6rem;
  border-top: 1px solid #000;
}
#site_footer .copyright {
  font-size: 1.4rem;
}

.to-top {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  width: 7rem;
  padding-top: 10%;
  margin: 0 auto;
  position: relative;
  border-radius: 100%;
  transition: all 0.3s;
  background: linear-gradient(to bottom, #fefff4 0%, #e5eb94 40%, #ffe87a 100%);
  box-shadow: inset 0.5rem 3rem 2rem rgba(255, 255, 255, 0.5), 0 6px 10px rgba(0, 0, 0, 0.2);
}
.to-top::before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  width: 1rem;
  aspect-ratio: 1;
  display: block;
  top: 2rem;
  left: 50%;
  border: 0.2rem solid;
  border-color: #000000 transparent transparent #000;
  transform: rotate(45deg) translateX(-70%);
}
.to-top:hover {
  box-shadow: inset 1.5rem 3rem 4rem rgba(255, 255, 255, 0.55), 0 3px 7px rgba(0, 0, 0, 0.2);
}
.to-top:hover::before {
  top: 1.5rem;
}

#right_fixed {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s opacity;
}
#right_fixed.active {
  opacity: 1;
  visibility: visible;
}

.right_fixed {
  position: fixed;
  z-index: 999;
  right: 2rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .right_fixed {
    gap: 0;
    justify-content: flex-end;
    width: calc(100% - 4rem);
  }
  .right_fixed .btn-top {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .right_fixed {
    gap: 2rem;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .top #site_footer {
    padding-bottom: 15rem;
  }
}

.kv {
  background: url(../images/top/kv-bg.jpg) no-repeat center center/cover;
  overflow: hidden;
}
.kv .kv-logo {
  position: absolute;
  left: 4rem;
  top: 4rem;
  width: 29.6rem;
  z-index: 3;
}
@media screen and (max-width: 1500px) {
  .kv .kv-logo {
    width: 22.6rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-logo {
    width: 19rem;
    top: 2rem;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
  }
}
.kv .kv-inner {
  position: relative;
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner {
    padding-bottom: 5rem;
  }
}
.kv .kv-inner::after, .kv .kv-inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.kv .kv-inner::before {
  width: 57.7rem;
  aspect-ratio: 577/726;
  background-image: url(../images/top/kv-img-01.png);
  left: 4rem;
  width: 30.052083vw;
  left: 2.083333vw;
}
@media screen and (max-width: 1700px) {
  .kv .kv-inner::before {
    left: 0vw;
  }
}
@media screen and (max-width: 1500px) {
  .kv .kv-inner::before {
    left: -1.5625vw;
  }
}
@media screen and (max-width: 1367px) {
  .kv .kv-inner::before {
    width: 32.65625vw;
    left: -6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-inner::before {
    width: 25rem;
    left: -7rem;
  }
}
.kv .kv-inner::after {
  width: 48.8rem;
  aspect-ratio: 488/710;
  background-image: url(../images/top/kv-img-02.png);
  right: 13rem;
  width: 25.416667vw;
  right: 6.770833vw;
}
@media screen and (max-width: 1700px) {
  .kv .kv-inner::after {
    right: 3.125vw;
  }
}
@media screen and (max-width: 1500px) {
  .kv .kv-inner::after {
    right: 1.5625vw;
  }
}
@media screen and (max-width: 1367px) {
  .kv .kv-inner::after {
    right: -1.5625vw;
    width: 28.541667vw;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-inner::after {
    width: 21rem;
    right: -4rem;
  }
}
.kv .kv-inner .kv-box {
  width: 78.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: rgba(245, 210, 8, 0.2);
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-box {
    padding-top: 9rem;
    padding-bottom: 15rem;
  }
}
.kv .kv-inner .kv-txt {
  text-align: center;
  font-size: 3.6rem;
  font-size: 1.875vw;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  position: relative;
  padding-top: 2rem;
  background: url(../images/top/safe_reliable.png) no-repeat center/contain;
  color: transparent;
  min-height: 12rem;
  /* &::before {
    content: "";
    position: absolute;
    left: 1rem;
    top: 0;
    width: 17.4rem;
    aspect-ratio: 174/13;
    background: url(../images/top/four-dots.svg) no-repeat center center /
      contain;
  } */
}
@media screen and (max-width: 1500px) {
  .kv .kv-inner .kv-txt {
    min-height: 10.5rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-txt {
    font-size: 1.8rem;
    padding-top: 1rem;
    min-height: 6rem;
  }
  .kv .kv-inner .kv-txt::before {
    width: 9rem;
    left: 0.5rem;
  }
}
.kv .kv-inner .kv-subtxt {
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 1rem;
  color: transparent;
  background: url(../images/top/conversion_rate.png) no-repeat center/contain;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 1500px) {
  .kv .kv-inner .kv-subtxt {
    font-size: 5.5rem;
  }
}
.kv .kv-inner .kv-subtxt .hl {
  padding-top: 0.1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-subtxt {
    font-size: 3.1rem;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
  .kv .kv-inner .kv-subtxt .hl {
    padding: 0.1em;
    padding-bottom: 0;
  }
}
.kv .kv-inner .kv-ttl {
  color: #0d9341;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: center;
  filter: drop-shadow(3px 4px 0 #8b908e);
  position: relative;
  z-index: 1;
  color: transparent;
  background: url(../images/top/top_text.png) no-repeat center/contain;
}
@media screen and (max-width: 1500px) {
  .kv .kv-inner .kv-ttl {
    font-size: 10.5rem;
  }
}
.kv .kv-inner .kv-ttl::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  color: #0d9341;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.1em;
  text-align: center;
  text-shadow: -4px -1px 0 #0d9341, -4px 0px 0 #0d9341, -4px 1px 0 #0d9341, -3px -3px 0 #0d9341, -3px -2px 0 #0d9341, -3px -1px 0 #0d9341, -3px 0px 0 #0d9341, -3px 1px 0 #0d9341, -3px 2px 0 #0d9341, -3px 3px 0 #0d9341, -2px -3px 0 #0d9341, -2px -2px 0 #0d9341, -2px -1px 0 #0d9341, -2px 0px 0 #0d9341, -2px 1px 0 #0d9341, -2px 2px 0 #0d9341, -2px 3px 0 #0d9341, -1px -4px 0 #0d9341, -1px -3px 0 #0d9341, -1px -2px 0 #0d9341, -1px -1px 0 #0d9341, -1px 0px 0 #0d9341, -1px 1px 0 #0d9341, -1px 2px 0 #0d9341, -1px 3px 0 #0d9341, -1px 4px 0 #0d9341, 0px -4px 0 #0d9341, 0px -3px 0 #0d9341, 0px -2px 0 #0d9341, 0px -1px 0 #0d9341, 0px 0px 0 #0d9341, 0px 1px 0 #0d9341, 0px 2px 0 #0d9341, 0px 3px 0 #0d9341, 0px 4px 0 #0d9341, 1px -4px 0 #0d9341, 1px -3px 0 #0d9341, 1px -2px 0 #0d9341, 1px -1px 0 #0d9341, 1px 0px 0 #0d9341, 1px 1px 0 #0d9341, 1px 2px 0 #0d9341, 1px 3px 0 #0d9341, 1px 4px 0 #0d9341, 2px -3px 0 #0d9341, 2px -2px 0 #0d9341, 2px -1px 0 #0d9341, 2px 0px 0 #0d9341, 2px 1px 0 #0d9341, 2px 2px 0 #0d9341, 2px 3px 0 #0d9341, 3px -3px 0 #0d9341, 3px -2px 0 #0d9341, 3px -1px 0 #0d9341, 3px 0px 0 #0d9341, 3px 1px 0 #0d9341, 3px 2px 0 #0d9341, 3px 3px 0 #0d9341, 4px -1px 0 #0d9341, 4px 0px 0 #0d9341, 4px 1px 0 #0d9341;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-ttl {
    font-size: 6.3rem;
  }
}
.kv .kv-inner .kv-txt02 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #fede6d;
  padding: 1.2rem 4.8rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .kv-txt02 {
    font-size: 1.6rem;
    padding: 1rem 1rem;
    margin-top: 1.5rem;
  }
}
.kv .kv-inner .high-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.8rem;
  margin-top: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.kv .kv-inner .high-point .item {
  height: 26.6rem;
  background: url(../images/top/rewa.png) no-repeat center top/contain;
  padding-top: 5rem;
  aspect-ratio: 143/170;
}
.kv .kv-inner .high-point .item .item-title {
  color: #a06903;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.kv .kv-inner .high-point .item .item-text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1367px) {
  .kv .kv-inner .high-point {
    gap: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .kv .kv-inner .high-point {
    grid-template-columns: 1fr 1fr;
  }
  .kv .kv-inner .high-point .item {
    height: 18rem;
    padding-top: 3.6rem;
  }
  .kv .kv-inner .high-point .item .item-title {
    font-size: 1.6rem;
  }
  .kv .kv-inner .high-point .item .item-text {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .kv .kv-inner .high-point .item:nth-child(3) {
    grid-column: 1/3;
    margin-left: auto;
    margin-right: auto;
    margin-top: -2rem;
  }
}

.top1 {
  border-radius: 10rem 10rem 0 0;
  background: #fff;
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.25);
}
.top1 .hl {
  font-weight: 700;
  background-color: #f5d208;
}
.top1-inner {
  width: 77.7rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4.8rem;
  border: 1rem solid #b67d06;
  background: #fff;
  padding: 5rem 1rem;
  transform: translateY(-9rem);
  margin-bottom: -9rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top1-inner {
    margin-bottom: -5rem;
    border-radius: 3.8rem;
    transform: translateY(-5rem);
    border-width: 0.6rem;
    padding: 3rem 1rem;
  }
}
.top1-list {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
.top1-list li {
  font-weight: 500;
  line-height: normal;
  position: relative;
  padding-left: 4rem;
  display: block;
}
.top1-list li + li {
  margin-top: 2rem;
}
.top1-list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/top/check.svg) no-repeat center/contain;
}
.top1-bottom {
  width: 77.7rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  padding-top: 2.6rem;
  padding-bottom: 10rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .top1-bottom {
    font-size: 1.8rem;
    padding-bottom: 6rem;
  }
}
.top1-bottom::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: -5rem;
  background: url(../images/top/top1.svg) no-repeat bottom center/cover;
  background-size: 73.6rem 48.8rem;
  z-index: -1;
}
.top1-cta {
  padding-top: 8rem;
  padding-bottom: 10rem;
  display: flex;
  justify-content: center;
  gap: 3.4rem;
}
@media screen and (max-width: 767px) {
  .top1-cta {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
.top1-cta::after, .top1-cta::before {
  content: "";
  display: inline-block;
  width: 19.1rem;
  height: 25rem;
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .top1-cta::after, .top1-cta::before {
    display: none;
  }
}
.top1-cta::before {
  background-image: url(../images/top/cta-1.png);
}
.top1-cta::after {
  background-image: url(../images/top/cta-2.png);
}
.top1-cta__txt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top1-cta__txt {
    letter-spacing: 0;
    font-size: 1.6rem;
  }
}
.top1 .cta-button {
  margin-top: 3.4rem;
}
.top1 .cta-button a {
  width: 41.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  border: 2px solid #fff;
  background: #0d9341;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.35);
  display: flex;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  align-items: center;
  gap: 2.4rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.top1 .cta-button a:hover {
  box-shadow: none;
}
.top1 .cta-button a::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -18rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 500ms;
  animation: shinyshiny 2s ease-in-out infinite;
  pointer-events: none;
}
.top1 .cta-button a::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .top1 .cta-button a {
    padding: 1rem 2rem 1rem 1rem;
    gap: 1rem;
    width: 32rem;
  }
  .top1 .cta-button a::after {
    width: 3rem;
    height: 3rem;
    right: 1.4rem;
  }
}
.top1 .cta-button .cta-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 10rem;
  background: #fff;
  color: #232323;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top1 .cta-button .cta-time {
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.top1 .cta-button .cta-txt {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .top1 .cta-button .cta-txt {
    font-size: 1.8rem;
    letter-spacing: 0em;
    padding-left: 2rem;
  }
}

.section {
  border-radius: 10rem 10rem 0 0;
  background: #fff;
  padding: 10rem 0;
}
.section.--gray {
  background: #f5f5f4;
  padding-bottom: 20rem;
  margin-bottom: -10rem;
}
.section-ttl {
  padding: 1rem 2.4rem;
  border-radius: 10rem;
  background: #f5d208;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section-ttl {
    padding: 0.6rem 1rem;
    font-size: 1.8rem;
  }
}
.section-desc {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.section-desc span {
  background: linear-gradient(transparent 70%, #f5d208 71%, #f5d208 100%);
}
@media screen and (max-width: 767px) {
  .section-desc {
    font-size: 1.6rem;
  }
}
.section .section-content {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .section .section-content {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .section {
    border-radius: 4rem 4rem 0 0;
    padding: 5rem 0;
  }
  .section.--gray {
    padding-bottom: 10rem;
    margin-bottom: -5rem;
  }
}

.section:nth-of-type(1) {
  z-index: 1;
  position: relative;
}

.section:nth-of-type(2) {
  z-index: 2;
  position: relative;
}

.section:nth-of-type(3) {
  z-index: 3;
  position: relative;
}

.section:nth-of-type(4) {
  z-index: 4;
  position: relative;
}

.section:nth-of-type(5) {
  z-index: 5;
  position: relative;
}

.section:nth-of-type(6) {
  z-index: 6;
  position: relative;
}

.section:nth-of-type(7) {
  z-index: 7;
  position: relative;
}

.faq .box-list {
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
}
.faq .box-list .item {
  border-radius: 2.4rem;
  background: #f5d208;
  border: 3px solid #f5d208;
}
@media screen and (max-width: 767px) {
  .faq .box-list .item {
    border-radius: 1.9rem;
  }
}
.faq .box-list .item + .item {
  margin-top: 3.6rem;
}
.faq .box-list .item .item-q {
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.faq .box-list .item .item-q::before, .faq .box-list .item .item-q::after {
  position: absolute;
  top: 50%;
  right: 2.5rem;
  width: 2.5rem;
  content: "";
  border-bottom: 2px solid #0d9341;
  transition: all 0.3s ease;
  transform: rotate(270deg);
}
.faq .box-list .item .item-q::after {
  transform: rotate(180deg);
}
.faq .box-list .item .item-q.is_active::before, .faq .box-list .item .item-q.is_active::after {
  transform: rotate(180deg);
}
.faq .box-list .item .item-q span {
  color: #fff;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  display: flex;
  width: 5rem;
  height: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  background: #0d9341;
  margin-right: 2.4rem;
  position: relative;
}
.faq .box-list .item .item-q span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1.2rem;
  border-right: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .faq .box-list .item .item-q {
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    padding-right: 4rem;
  }
  .faq .box-list .item .item-q::before, .faq .box-list .item .item-q::after {
    right: 1.5rem;
    width: 2rem;
  }
  .faq .box-list .item .item-q span {
    width: 3.2rem;
    min-width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.faq .box-list .item .item-a {
  background: #fff;
  padding: 2.4rem;
  border-radius: 0 0 2.4rem 2.4rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq .box-list .item .item-a {
    border-radius: 0 0 1.7rem 1.7rem;
    padding: 1.7rem;
  }
}

.voice .section-content {
  margin-top: 9.6rem;
}
.voice .list-voice {
  max-width: 93rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem 4.8rem;
}
.voice .list-voice .item {
  border-radius: 2.4rem;
  border: 5px solid #0d9341;
  background: #fff;
  padding: 7.2rem 3.6rem 3.6rem 3.6rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice .list-voice .item {
    padding: 5.2rem 1.6rem 1.6rem 1.6rem;
    border-width: 0.4rem;
  }
}
.voice .list-voice .item .item-img {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.voice .list-voice .item .item-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2rem;
  display: flex;
  padding: 0.6rem 1.2rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border-radius: 1.2rem;
  background: #f5d208;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.voice .list-voice .item .item-subtitle {
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.1em;
  margin-top: 1.2rem;
  text-align: center;
}
.voice .list-voice .item .item-text {
  padding-top: 1.2rem;
  border-top: 1px solid #c0c0c0;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767px) {
  .voice .list-voice {
    grid-template-columns: 1fr;
    gap: 6rem;
    max-width: 90%;
  }
}

.point .point-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
  gap: 4.8rem;
}
.point .point-list .item {
  border-radius: 4.8rem;
  border: 3px solid #0d9341;
  background: #fff;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.35);
  display: flex;
  padding-top: 4.8rem;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  width: calc(33.3333333333% - 3.2rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  .point .point-list .item {
    border-radius: 3.8rem;
  }
}
.point .point-list .item .item-label {
  text-align: center;
  font-weight: 900;
  letter-spacing: 0.1em;
  border-radius: 10rem;
  background: #f5d208;
  padding: 0.6rem 0.6rem;
  width: 14.4rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.point .point-list .item .item-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.point .point-list .item .item-body {
  background: #fff2a1;
  padding: 3.6rem 2.4rem 2.4rem 2.4rem;
  flex: 1;
  border-radius: 0 0 4.6rem 4.6rem;
}
@media screen and (max-width: 767px) {
  .point .point-list .item .item-body {
    border-radius: 0 0 3.6rem 3.6rem;
  }
}
@media screen and (max-width: 767px) {
  .point .point-list {
    max-width: 90%;
  }
  .point .point-list .item {
    width: 100%;
  }
}

.step .step-list {
  max-width: 78.9rem;
  margin-left: auto;
  margin-right: auto;
}
.step .step-list .item {
  border-radius: 2.4rem;
  border: 5px solid #0d9341;
  background: #f6f6f6;
  display: flex;
  padding: 2.4rem;
  align-items: center;
  gap: 2.7rem;
}
.step .step-list .item + .item {
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .step .step-list .item {
    flex-direction: column;
    gap: 2rem;
  }
}
.step .step-list .item .item-label {
  color: #f5d208;
  font-size: 3.6rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .step .step-list .item .item-label {
    width: 14rem;
  }
}
.step .step-list .item .item-label .num {
  color: #f5d208;
  text-align: center;
  font-size: 9.6rem;
  font-weight: 900;
  line-height: 0.8;
  display: block;
}
@media screen and (max-width: 767px) {
  .step .step-list .item .item-label {
    font-size: 2rem;
  }
  .step .step-list .item .item-label .num {
    font-size: 5rem;
  }
}
.step .step-list .item .item-body {
  padding-left: 2.7rem;
  border-left: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .step .step-list .item .item-body {
    width: calc(100% - 14rem);
  }
}
.step .step-list .item .item-body .item-title {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .step .step-list .item .item-body .item-title {
    text-align: center;
  }
}
.step .step-list .item .item-body .item-txt {
  margin-top: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .step .step-list .item .item-body {
    border-top: 1px solid #000;
    border-left: 0;
    padding-top: 2rem;
    padding-left: 0;
  }
}

.cta-box {
  max-width: 92.1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5.4rem;
  border: 6px solid #ffdc00;
  padding: 1.2rem;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .cta-box {
    border-width: 0.3rem;
    border-radius: 3.4rem;
    padding: 0.8rem;
    width: calc(100% - 2rem);
  }
}
.cta-box:first-child {
  margin-top: 0;
}
.cta-box:last-child {
  margin-bottom: 0;
}
.cta-box-inner {
  border-radius: 4.8rem;
  border: 5px solid #ffdc00;
  padding: 2.4rem 1rem 3px 1rem;
  padding-top: 3rem;
  background: url(../images/top/cta-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .cta-box-inner {
    padding: 2rem 1rem;
    border-width: 0.3rem;
    border-radius: 3rem;
  }
}
.cta-box .cta-text {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: normal;
}
.cta-box .cta-text .hl {
  background-color: #ffdc00;
}
@media screen and (max-width: 767px) {
  .cta-box .cta-text {
    font-size: 1.6rem;
  }
}
.cta-box .cta-body {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  .cta-box .cta-body {
    gap: 2rem;
  }
}
.cta-box .cta-body .cta-img {
  position: relative;
}
.cta-box .cta-body .cta-img .bl-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  text-align: center;
  font-weight: 600;
  width: 20rem;
  height: 8.3rem;
  top: -8rem;
  left: 70%;
  background: url(../images/top/bl-img.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .cta-box .cta-body .cta-img {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .cta-box .cta-body .cta-img .bl-text {
    left: 7rem;
    width: 17rem;
    height: 8rem;
  }
}
.cta-box .cta-body .cta-button a {
  width: 41.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  border: 2px solid #fff;
  background: #0d9341;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.35);
  display: flex;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  align-items: center;
  gap: 2.4rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.cta-box .cta-body .cta-button a:hover {
  box-shadow: none;
  animation: 0.2s forwards infinite hoverSway;
}
.cta-box .cta-body .cta-button a::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -18rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 500ms;
  animation: shinyshiny 2s ease-in-out infinite;
  pointer-events: none;
}
.cta-box .cta-body .cta-button a::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
.cta-box .cta-body .cta-button .cta-button-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 10rem;
  background: #fff;
  color: #232323;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.cta-box .cta-body .cta-button .cta-button-txt {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .cta-box .cta-body .cta-button a {
    width: 29rem;
    padding: 1rem 2rem 1rem 1rem;
    gap: 1rem;
  }
  .cta-box .cta-body .cta-button a::after {
    width: 3rem;
    height: 3rem;
    right: 1.4rem;
  }
  .cta-box .cta-body .cta-button .cta-button-time {
    width: 5rem;
    height: 5rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .cta-box .cta-body .cta-button .cta-button-txt {
    font-size: 1.8rem;
    letter-spacing: 0em;
  }
}

.exchange .exchange-item:not(:last-child) {
  margin-bottom: 8rem;
}
.exchange .exchange-item--ttl {
  color: #0d9341;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-item--ttl {
    font-size: 2.4rem;
  }
}
.exchange .exchange-item--subtitle {
  margin-top: 2.4rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-item--subtitle {
    font-size: 1.6rem;
  }
}
.exchange .exchange-item--txt {
  margin-top: 2.4rem;
  text-align: center;
  font-weight: 500;
}
.exchange .exchange-item--img {
  margin-top: 2.4rem;
  text-align: center;
}
.exchange .exchange-item--bottom {
  margin-top: 2.4rem;
  text-align: center;
}
.exchange .exchange-item--bottom ul {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-item--bottom {
    text-align: left;
  }
  .exchange .exchange-item--bottom ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.exchange .exchange-table {
  max-width: 104.2rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2.4rem;
  overflow: hidden;
}
.exchange .exchange-table .row-item {
  display: grid;
  grid-template-columns: 0.6fr 1.2fr 1.1fr;
  gap: 1.6rem;
}
.exchange .exchange-table .row-item + .row-item {
  margin-top: 1.6rem;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-table .row-item {
    gap: 1rem;
  }
  .exchange .exchange-table .row-item + .row-item {
    margin-top: 1rem;
  }
}
.exchange .exchange-table .row-item .col {
  padding: 1.6rem;
  background: #fcf9e6;
  text-align: center;
}
.exchange .exchange-table .row-item .col .col-ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  margin-bottom: 1rem;
}
.exchange .exchange-table .row-item .col .col-ttl span {
  background: #f5d208;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-table .row-item .col .col-ttl {
    font-size: 1.8rem;
  }
}
.exchange .exchange-table .row-item .col .col-txt {
  font-size: 1.4rem;
}
.exchange .exchange-table .row-item .col-2 {
  grid-column: 2/4;
}
.exchange .exchange-table .row-item--head .col {
  padding: 2.4rem 1.6rem;
  background: #fdf894;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-table .row-item--head .col {
    padding: 2rem 1rem;
  }
}
.exchange .exchange-table-wrap {
  overflow: auto;
  margin-top: 3.6rem;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-table-wrap .exchange-table {
    width: 74rem;
  }
}
.exchange .exchange-top {
  display: flex;
  gap: 2.4rem;
}
.exchange .exchange-top .item {
  width: 50%;
}
.exchange .exchange-top .item .item-txt {
  width: 26rem;
  height: 23.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  margin-bottom: -14rem;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item .item-txt {
    margin-bottom: 0rem;
  }
}
.exchange .exchange-top .item .item-txt::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/top/ex.svg) no-repeat center/contain;
  z-index: -1;
}
.exchange .exchange-top .item .item-txt .item-txt-num {
  color: #fff;
  font-size: 8rem;
  line-height: 1;
  font-weight: 700;
  text-shadow: -2px -1px 0 #0d9341, -2px 0px 0 #0d9341, -2px 1px 0 #0d9341, -1px -2px 0 #0d9341, -1px -1px 0 #0d9341, -1px 0px 0 #0d9341, -1px 1px 0 #0d9341, -1px 2px 0 #0d9341, 0px -2px 0 #0d9341, 0px -1px 0 #0d9341, 0px 0px 0 #0d9341, 0px 1px 0 #0d9341, 0px 2px 0 #0d9341, 1px -2px 0 #0d9341, 1px -1px 0 #0d9341, 1px 0px 0 #0d9341, 1px 1px 0 #0d9341, 1px 2px 0 #0d9341, 2px -1px 0 #0d9341, 2px 0px 0 #0d9341, 2px 1px 0 #0d9341;
}
.exchange .exchange-top .item .item-txt .item-txt-num.small {
  font-size: 5.6rem;
}
.exchange .exchange-top .item .item-txt .item-txt-num .unit {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item .item-txt .item-txt-num {
    font-size: 3.6rem;
  }
  .exchange .exchange-top .item .item-txt .item-txt-num.small {
    font-size: 3rem;
  }
  .exchange .exchange-top .item .item-txt .item-txt-num .unit {
    font-size: 1.6rem;
  }
}
.exchange .exchange-top .item .item-txt .item-txt-label {
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  padding-right: 2rem;
  text-shadow: -2px -1px 0 #0d9341, -2px 0px 0 #0d9341, -2px 1px 0 #0d9341, -1px -2px 0 #0d9341, -1px -1px 0 #0d9341, -1px 0px 0 #0d9341, -1px 1px 0 #0d9341, -1px 2px 0 #0d9341, 0px -2px 0 #0d9341, 0px -1px 0 #0d9341, 0px 0px 0 #0d9341, 0px 1px 0 #0d9341, 0px 2px 0 #0d9341, 1px -2px 0 #0d9341, 1px -1px 0 #0d9341, 1px 0px 0 #0d9341, 1px 1px 0 #0d9341, 1px 2px 0 #0d9341, 2px -1px 0 #0d9341, 2px 0px 0 #0d9341, 2px 1px 0 #0d9341;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item .item-txt .item-txt-label {
    font-size: 1.6rem;
    padding-right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item .item-txt {
    width: 13rem;
    height: 12.3rem;
  }
}
.exchange .exchange-top .item .item-img {
  position: relative;
  width: 25rem;
}
.exchange .exchange-top .item .item-img .item-img-caption {
  position: absolute;
  bottom: 4rem;
  left: 0;
  right: 0;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item .item-img {
    width: 16rem;
  }
  .exchange .exchange-top .item .item-img .item-img-caption {
    bottom: 3rem;
    font-size: 1.4rem;
  }
}
.exchange .exchange-top .item:first-child .item-txt {
  margin-left: auto;
  margin-right: 17rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item:first-child .item-txt {
    margin-right: 2rem;
    padding-right: 1rem;
  }
}
.exchange .exchange-top .item:first-child .item-img {
  margin-left: auto;
}
.exchange .exchange-top .item:last-child .item-txt {
  padding-left: 2rem;
  margin-left: 17rem;
}
.exchange .exchange-top .item:last-child .item-txt::after {
  transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top .item:last-child .item-txt {
    padding-left: 1rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .exchange .exchange-top {
    gap: 1.4rem;
  }
}
.exchange .exchange-pay {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.4rem;
  margin-top: 8rem;
  margin-bottom: 8rem;
  max-width: 92rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-pay {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
}
.exchange .exchange-pay__title {
  text-align: center;
  font-weight: 900;
  min-width: 28.5rem;
  display: inline-block;
  padding: 1.3rem;
  padding-right: 2.9rem;
  background: #f5d208;
  margin-bottom: 2.4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-pay__title {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.exchange .exchange-pay__title::before {
  content: "";
  position: absolute;
  width: 1.5rem;
  background-color: #f5d208;
  top: 0;
  bottom: -4rem;
  left: 0;
  z-index: -1;
}
.exchange .exchange-pay__title::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-right: 1.3rem solid white;
  border-top: 2.5rem solid transparent;
  border-bottom: 2.5rem solid transparent;
}
.exchange .exchange-pay__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.4rem;
  padding: 2rem 3rem;
  border-radius: 2.4rem;
  background: #fdf894;
  min-height: 12.6rem;
}
.exchange .exchange-pay__list._list2 {
  padding: 2rem 2rem;
}
.exchange .exchange-pay__list._list2 .item2 img {
  height: 2.6rem;
}
.exchange .exchange-pay__list .item img {
  height: 3.6rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.exchange .exchange-pay__list .list-inner {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .exchange .exchange-pay__list {
    padding: 2.4rem 1rem;
    gap: 1.4rem;
    min-height: auto;
  }
}

.cashing .cashing-list {
  max-width: 91.6rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}
.cashing .cashing-list .item {
  display: flex;
  width: 29rem;
  height: 29rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 1000px;
  background: linear-gradient(180deg, #ffdc00 0%, #ffdc00 47.31%, #fff 47.38%, #fff 100%);
  position: relative;
}
.cashing .cashing-list .item .item-num {
  display: flex;
  width: 4rem;
  height: 4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #0d9341;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.cashing .cashing-list .item .item-body {
  padding-inline: 2.5rem;
  padding-top: 2rem;
}
@media screen and (max-width: 767px) {
  .cashing .cashing-list .item .item-body {
    padding-top: 1rem;
  }
}
.cashing .cashing-list .item .item-body .item-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cashing .cashing-list .item .item-body .item-txt {
  margin-top: 0.4rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .cashing .cashing-list {
    grid-template-columns: 1fr;
  }
  .cashing .cashing-list .item {
    margin-left: auto;
    margin-right: auto;
  }
}

.right-contact {
  position: fixed;
  z-index: 30;
  bottom: 8rem;
  right: 1rem;
  padding: 2.4rem;
  border-radius: 4.8rem;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  transition: opacity 0.2s ease;
  opacity: 0;
  visibility: hidden;
}
.right-contact.is-show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  .right-contact {
    padding: 1rem;
    right: 7rem;
    bottom: 1rem;
    border-radius: 2.6rem;
  }
}
.right-contact .right-tel {
  text-align: center;
}
.right-contact .right-tel a {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .right-contact .right-tel a {
    font-size: 2rem;
  }
}
.right-contact .right-tel .tel-icon {
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/tel-icon.svg) no-repeat center/contain;
  display: block;
}
@media screen and (max-width: 767px) {
  .right-contact .right-tel .tel-icon {
    width: 2rem;
    height: 2rem;
  }
}
.right-contact .right-work {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .right-contact .right-work {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
}
.right-contact .cta-button {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .right-contact .cta-button {
    margin-top: 0.5rem;
  }
}
.right-contact .cta-button a {
  width: 41.8rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10rem;
  border: 2px solid #fff;
  background: #0d9341;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.35);
  display: flex;
  padding: 1.6rem 2.4rem 1.6rem 1.6rem;
  align-items: center;
  gap: 2.4rem;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.right-contact .cta-button a:hover {
  box-shadow: none;
  animation: 0.2s forwards infinite hoverSway;
}
.right-contact .cta-button a::before {
  position: absolute;
  z-index: 2;
  content: "";
  display: inline-block;
  top: -18rem;
  left: 0;
  width: 3rem;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  transition: 500ms;
  animation: shinyshiny 2s ease-in-out infinite;
  pointer-events: none;
}
.right-contact .cta-button a::after {
  content: "";
  position: absolute;
  width: 3.6rem;
  height: 3.6rem;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/arrow.svg) no-repeat center/contain;
}
.right-contact .cta-button .cta-button-time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.8rem;
  height: 5.8rem;
  border-radius: 10rem;
  background: #fff;
  color: #232323;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.1em;
}
.right-contact .cta-button .cta-button-txt {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .right-contact .cta-button a {
    width: 25rem;
    padding: 0.7rem 2rem 0.7rem 0.7rem;
    gap: 1rem;
  }
  .right-contact .cta-button a::after {
    width: 2.6rem;
    height: 3rem;
    right: 1.2rem;
  }
  .right-contact .cta-button .cta-button-time {
    width: 4rem;
    height: 4rem;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .right-contact .cta-button .cta-button-txt {
    font-size: 1.4rem;
    letter-spacing: 0em;
  }
}

.kv-logo-sp {
  width: 19rem;
  top: 2rem;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 10;
}

.page_content h2, .page_content h3 {
  font-weight: bold;
  margin-top: 2.5rem;
  font-size: 1.2em;
}
.page_content h2:first-child, .page_content h3:first-child {
  margin-top: 0;
}
.page_content p + p {
  margin-top: 2.5rem;
}
.page_content ul {
  margin: 0;
  padding-left: 3rem;
}

.company-outline {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
.company-outline dt, .company-outline dd {
  padding: 2em 0;
  border-bottom: 1px solid #ddd;
}
.company-outline dt {
  width: 15rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .company-outline dt {
    width: 11rem;
  }
}
.company-outline dd {
  width: calc(100% - 15rem);
}
@media screen and (max-width: 767px) {
  .company-outline dd {
    width: calc(100% - 11rem);
  }
}

/* ----入力フォーム共通---- */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
input[type=url],
input[type=number],
select,
textarea {
  padding: 4px;
  border: 1px solid #ccc;
  background-color: #fff;
}

input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=search]:hover,
input[type=password]:hover,
input[type=url]:hover,
input[type=number]:hover,
select:hover,
textarea:hover {
  border: 1px solid #666;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 5px;
}

label.radio,
label.checkbox,
input[type=radio],
input[type=radio] + label,
input[type=checkbox],
input[type=checkbox] + label,
select {
  cursor: pointer;
}

input[type=text][disabled] {
  background: #dcdcdc;
  cursor: not-allowed;
}

/* ----画面上部メッセージ---- */
.alert {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

.alert:before {
  font-family: FontAwesome;
  content: "\f071";
  position: absolute;
  left: 10px;
}

.success {
  margin-top: 5px;
  padding: 10px 10px 10px 30px;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #bce8f1;
  color: #31708f;
  background-color: #d9edf7;
}

.success:before {
  font-family: FontAwesome;
  content: "\f05a";
  position: absolute;
  left: 10px;
}

/* ----入力フォームタイトル---- */
.legend {
  margin: 40px 0 20px;
  padding: 0 0 5px 2px;
  font-size: 26px;
  font-weight: normal;
  border-bottom: #999 1px solid;
}

/* ----縦型入力フォーム---- */
.fieldset-vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fieldset-vertical .form-group {
  margin: 5px 0 10px 0;
}

.fieldset-vertical .form-label,
.fieldset-vertical .constraint {
  margin: 0 0 5px 0;
}

.fieldset-vertical .form-label {
  padding: 10px;
  margin-right: 10px;
  text-align: left;
  background: #f9f9f9;
  vertical-align: middle;
}

.fieldset-vertical .form-label label {
  font-weight: bold;
}

.fieldset-vertical .form-control {
  clear: both;
}

/* ----横型入力フォーム---- */
.fieldset {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.fieldset .form-group {
  display: table;
  width: 100%;
  border-top: #e5e5e5 1px solid;
}

.fieldset .form-group:last-child {
  border-bottom: #e5e5e5 1px solid;
}

.fieldset .form-label,
.fieldset .constraint,
.fieldset .form-control {
  display: table-cell;
}

.fieldset .form-label {
  width: 23%;
  padding: 25px 10px 25px 25px;
  text-align: left;
  background: #f9f9f9;
}

.fieldset .form-label label {
  font-weight: bold;
}

.fieldset .constraint {
  width: 65px;
  padding: 5px;
  background: #f9f9f9;
}

.fieldset .form-control {
  padding: 5px 0 5px 20px;
}

/* ----入力支援---- */
.form-error {
  display: block;
  color: #a94442;
}

.required:after {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #d9534f;
  content: "必須";
}

.optional:after {
  display: inline-block;
  padding: 0.2em 0.6em;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  color: #fff;
  background-color: #a6b3b1;
  content: "任意";
}

.help-block {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #737373;
}

.count-msg-another {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #555;
}

.count-msg {
  display: block;
  font-size: 11px;
  margin-top: 5px;
  color: #f66;
}

/* ----入力フォームボタン---- */
.action-buttons {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  display: block;
}

.action {
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
}

.action .btn {
  margin-top: 10px;
  padding: 8px 8px;
  font-size: 16px;
  border-bottom-width: 2px;
  min-width: 160px;
}

/* ----ラジオボタン、チェックボックス---- */
.radio {
  margin-right: 10px;
}

.checkbox {
  margin-right: 10px;
}

/* ----EFO---- */
.efo-icon {
  border: none;
  vertical-align: middle;
}

input[type=text].efo-error,
input[type=tel].efo-error,
input[type=email].efo-error,
input[type=search].efo-error,
input[type=password].efo-error,
input[type=url].efo-error,
input[type=number].efo-error,
select.efo-error,
textarea.efo-error {
  background-color: #f2dede;
}

input[type=text].efo-valid,
input[type=tel].efo-valid,
input[type=email].efo-valid,
input[type=search].efo-valid,
input[type=password].efo-valid,
input[type=url].efo-valid,
input[type=number].efo-valid,
select.efo-valid,
textarea.efo-valid {
  background-color: #e9f2d7;
}

.tab {
  display: none;
}

.tab.current {
  display: block;
}

.page-ttl {
  background: url(../images/top/faq_title_bg.svg) center/contain no-repeat;
  text-align: center;
}

.page-subttl {
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .page-subttl {
    font-size: 1.8rem;
  }
}

.form-confirm-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-confirm-ttl {
    font-size: 2rem;
  }
}

:root {
  --space: 2rem;
}

.bold {
  font-weight: bold;
}

.btn-common {
  max-width: 25rem;
}

.more {
  margin-top: 5rem;
}
.more .btn {
  margin-left: auto;
  margin-right: auto;
}

.red {
  color: #f00;
}

input[type=text],
input[type=tel],
input[type=email],
select,
textarea {
  width: 100%;
  padding: 1rem;
}

input[type=file]::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  background: #fffff0;
  height: 3.7rem;
  padding: 0rem 1.5rem 0;
  line-height: 1;
  border-radius: 0.5rem;
  border: 0.1rem solid #ccc;
}

input[type=file].mask + input[type=file] {
  display: none !important;
}

select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='11' viewBox='0 0 13 11'%3E%3Cpath id='三角形_1662' data-name='三角形 1662' d='M1310.02,418.293l-6.5-11h13Z' transform='translate(-1303.52 -407.292)' fill='%23393939'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.6rem);
  padding-right: 3.5rem;
}

.form .container {
  max-width: 1000px;
}

.section-form {
  padding: 6rem 3rem;
  border-radius: 4.8rem;
  /*  background-color: #fff2a1;
  width: calc(100% - 4rem);
  max-width: 152rem;
  margin-left: auto;
  margin-right: auto;
  word-break: break-all;
  margin: 8rem auto;
  background: #fff2a1 url(../images/character.svg) no-repeat center/115rem; */
}
.section-form .block-form {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .section-form {
    padding: 3rem 0rem;
    border-radius: 2.6rem;
  }
}

.form-group {
  display: table;
  width: 100%;
  border-top: #eceae7 1px solid;
  border-top: #969696 1px solid;
}
.form-group .form-label,
.form-group .form-control {
  display: table-cell;
}
.form-group .form-label {
  width: 25%;
  padding: 2.5rem 1rem 2.5rem 2.5rem;
  text-align: left;
  font-weight: bold;
  position: relative;
  vertical-align: top;
  padding-left: 0;
}
.form-group .form-label .required,
.form-group .form-label .optional {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.form-group .form-label .required::after,
.form-group .form-label .optional::after {
  margin-right: 1rem;
}
.form-group .form-control {
  vertical-align: middle;
  width: 75%;
  padding: 1rem 0 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .form-group {
    display: block;
    border-top: 0;
  }
  .form-group + .form-group {
    margin-top: 2rem;
  }
  .form-group .form-label,
  .form-group .form-control {
    width: 100%;
    display: block;
  }
  .form-group .form-label {
    padding: 0rem;
  }
  .form-group .form-control {
    padding: 1rem 0;
    padding-bottom: 0;
  }
}

.form-action {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 4rem;
}
.form-action .action-btn {
  font-weight: bold;
  padding: 16px 26px;
  max-width: 100%;
  border-radius: 100px;
  border: 2px solid #fff;
  background: #0d9341;
  color: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.5);
  outline: none;
  cursor: pointer;
  transition: 0.15s ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.form-action .action-btn .arrow {
  width: 2.4rem;
  height: 2.4rem;
  -webkit-mask: url(../images/arrow.svg) no-repeat center/contain;
          mask: url(../images/arrow.svg) no-repeat center/contain;
  background-color: currentColor;
}
.form-action .action-btn:hover {
  opacity: 0.8;
  box-shadow: none;
}
.form-action .action-btn--back {
  background-color: #dbdbdb;
  color: inherit;
}
.form-action .action-btn--back .arrow {
  transform: rotate(180deg);
}

.form-group-block {
  /*  & + .form-group-block {
    margin-top: 5rem;
  } */
}
.form-group-block .legend {
  font-weight: bold;
}
.form-group-block--note {
  margin: 1rem 0;
  padding: 2rem;
  background: #fffdf3;
  border-radius: 2px;
  border: 2px dashed #f7b731;
  border-radius: 2.6rem;
  max-width: 84rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .form-group-block--note {
    padding: 1rem;
  }
}
.form-group-block .note {
  font-size: 0.9em;
  margin-top: 0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.form-group-block--title {
  font-weight: 900;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.form-group-block ul {
  margin: 0;
}
.form-group-block p + p {
  margin-top: 0;
}

.form-error {
  margin-top: 0.5rem;
}

.radio-list label {
  display: inline-flex;
  align-items: center;
  margin-right: 2rem;
}

.preview_img {
  max-width: 35rem;
  margin-top: 1rem;
}

.step-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 2rem;
}
.step-title .c-primary {
  color: green;
}

.step-confirm .required::after,
.step-confirm .optional::after {
  content: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}

.loader::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #fff;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
#sender {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.78);
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}
#sender.active {
  opacity: 1;
  visibility: visible;
}

.form-first {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem;
  max-width: 70rem;
  border-radius: 2.6rem;
  background-color: rgba(255, 255, 255, 0.8);
  margin-left: auto;
  margin-right: auto;
  border: none;
  box-shadow: 0px 0px 4px 0px #ccc;
  margin-bottom: 5rem;
}
.form-first .form-label,
.form-first .form-control {
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
}
.form-first .form-label {
  padding-bottom: 1rem;
}

.form-birthday {
  display: flex;
  gap: 2rem;
}
.form-birthday-item {
  width: 15rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.f-zipcode {
  display: flex;
  align-items: center;
}
.f-zipcode input {
  width: 12rem;
}
.f-zipcode .post1 {
  width: 10rem;
}

.input-flex {
  display: flex;
}

.input-group {
  align-items: center;
  display: flex;
}
.input-group .unit {
  padding: 0 1em;
}

#kibou {
  width: 40rem;
}

.form-group-block--red {
  border-color: #f00;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5rem;
}

.sample-photo-id {
  display: block;
  margin-top: 3rem;
  margin-bottom: 3rem;
  /*  display: flex;
   flex-direction: column; */
}
.sample-photo-id .item {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #888;
}
.sample-photo-id .item .item-head {
  text-align: center;
  margin-bottom: 2em;
}
.sample-photo-id .sample-photo-ttl {
  font-weight: 900;
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.sample-photo-id .sample-photo-group {
  margin: 1rem 0;
  padding: 2rem;
  background: #fffdf3;
  border-radius: 2px;
  border: 2px dashed #f7b731;
  border-radius: 2.6rem;
}
.sample-photo-id .sample-photo-group .sample-photo-heading {
  font-weight: 900;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 1em;
}
.sample-photo-id .p-sample-photo {
  font-size: clamp(8px, 8px + 0.5vw, 14px);
  text-align: center;
  display: grid;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sample-photo-id .p-sample-photo {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .sample-photo-id .p-sample-photo {
    grid-template-columns: repeat(6, 1fr);
  }
}
.sample-photo-id .has-asterisk {
  text-indent: -1em;
  padding-left: 1em;
}
.sample-photo-id .sample-photo-note {
  font-feature-settings: "palt" 1;
  margin-top: 1em;
  font-size: 0.9em;
}
.sample-photo-id ul.sample-photo-note {
  padding-left: 2rem;
}
.sample-photo-id .p-uploadbox_area {
  display: flex;
  flex-direction: column;
  margin-top: 1em;
  /* label {
    cursor: pointer;
    background-color: #f7b731;
    text-align: center;
    display: block;
    padding: 1.5rem 1rem;
    font-weight: bold;
    font-size: 1.2em;
    border-radius: 5rem;
    border-color: #f7b731;
    transition: 0.3s;
    box-shadow: inset 0 0 2px 2px #fff, 0 0 0 2px rgba(0, 0, 0, 0.15);
    &:hover {
      box-shadow: 0 8px 10px -2px rgba(0, 0, 0, 0.2);
    }
  } */
}
.sample-photo-id .p-uploadbox_area .form-item__file {
  display: flex;
}
.sample-photo-id .p-uploadbox_area .form-item__file .file-control {
  flex: 1;
}
.sample-photo-id .p-uploadbox_area .file-input .preview .preview_img {
  max-width: 20rem;
}
.sample-photo-id .p-uploadbox_area .file-label {
  width: 25%;
  font-size: 1.2em;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
.sample-photo-id .p-uploadbox_area input[type=file] {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  max-width: 100%;
}
.sample-photo-id .p-uploadbox_area .upload-note {
  font-size: 0.9em;
  margin-top: 0.5em;
}

.box-scroll {
  max-height: 20rem;
  overflow-y: auto;
  padding: 1rem;
  background-color: #fffdf3;
  border-radius: 4px;
}

.box-scroll-wrap {
  margin-bottom: 1em;
}
.box-scroll-wrap p + p {
  margin-top: 1em;
}

.checkbox-control {
  font-feature-settings: "palt" 1;
  display: flex;
  align-items: center;
}
.checkbox-control a {
  color: #0d9341;
}

.formthanks .page_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.formthanks .section-thanks {
  padding: 6rem 0;
}
.formthanks .thanks-content {
  font-weight: 500;
  line-height: 1.6;
  padding: 6rem 0;
}
.formthanks .txt {
  text-align: center;
  margin-bottom: 1em;
}
.formthanks .more-btn {
  text-decoration: underline;
}
.formthanks .line-wrap {
  background: url(../images/thanks/bg.jpg) no-repeat center/cover;
  margin-top: 7rem;
  padding: 5rem;
  max-width: 94rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.formthanks .line-wrap::after {
  content: "";
  position: absolute;
  top: 4rem;
  right: 4rem;
  width: 19rem;
  height: 19rem;
  background: url(../images/thanks/line-img.png) no-repeat center/contain;
  z-index: 3;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap {
    margin-top: 5rem;
    padding: 2rem 2rem;
  }
  .formthanks .line-wrap::after {
    width: 10rem;
    height: 10rem;
    top: 1rem;
    right: 1rem;
    display: none;
  }
}
.formthanks .line-wrap-top {
  max-width: 800px;
}
.formthanks .line-wrap .line-ttl {
  color: #ffd226;
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 3rem;
}
.formthanks .line-wrap .line-ttl span {
  display: inline-block;
  padding: 1rem 2rem;
  border-bottom: 3px dashed #fff;
  position: relative;
}
.formthanks .line-wrap .line-ttl span::before, .formthanks .line-wrap .line-ttl span::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  height: 80%;
  width: 0.2rem;
  background-color: #ffd226;
}
.formthanks .line-wrap .line-ttl span::before {
  transform: rotate(-15deg);
  left: 0;
}
.formthanks .line-wrap .line-ttl span::after {
  right: 0;
  transform: rotate(15deg);
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap .line-ttl {
    text-align: center;
    font-size: 1.8rem;
  }
  .formthanks .line-wrap .line-ttl span {
    padding: 0.4rem 1.4rem;
  }
  .formthanks .line-wrap .line-ttl span::before, .formthanks .line-wrap .line-ttl span::after {
    bottom: 0.5rem;
  }
}
.formthanks .line-wrap .line-txt {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap .line-txt {
    text-align: center;
  }
}
.formthanks .line-wrap .line-box {
  background-color: #fff;
  border-radius: 2.8rem;
  padding: 3rem 5rem;
  display: flex;
  gap: 2rem 5rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap .line-box {
    flex-direction: column;
    padding: 2rem 2rem;
  }
}
.formthanks .line-wrap .line-box__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap .line-box__text {
    text-align: center;
  }
}
.formthanks .line-wrap .line-box__img {
  width: 25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem;
  border: 1px solid #ccc;
}
.formthanks .line-wrap .line-box-ttl {
  color: #0eb12c;
  font-size: 2.5rem;
  font-weight: 900;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap .line-box-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.formthanks .line-wrap .line-box-btn {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .formthanks .line-wrap .line-box-btn {
    margin-top: 2rme;
  }
}
.formthanks .line-wrap .line-box-btn a {
  display: inline-flex;
  border-radius: 1.6rem;
  border: 3px solid #0eb12c;
  background: #0eb12c;
  padding: 1.5rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 2.5rem 0 rgba(0, 0, 0, 0.35);
  transition: ease-out 0.3s;
}
.formthanks .line-wrap .line-box-btn a:hover {
  box-shadow: none;
}
.formthanks .line-wrap .line-box-btn a::after {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/arrow.svg) no-repeat center/contain;
}

.section-form-error {
  padding: 6rem 0;
  padding-top: 16rem;
}
.section-form-error .form-error-content {
  margin-top: 6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-form-error .form-error-content {
    margin-top: 4rem;
  }
}