@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  -webkit-text-size-adjust: none;
}

body,
html {
  width: 100%;
  font-size: 14px;
  color: #3d3d3d;
  line-height: 1.6;
  font-weight: 400;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  color: #3d3d3d;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: underline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

* {
  box-sizing: border-box;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

html, body {
  font-size: 16px;
}

@media (min-width: 1721px) {
  html, body {
    font-size: 22px;
  }
}
@media all and (max-width: 1080px) {
  html, body {
    font-size: 14px;
  }
}
@media all and (max-width: 740px) {
  html, body {
    font-size: 3.846vw;
  }
}
html {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  color: #6A6A6A;
}
body.hide {
  overflow: hidden;
}
body figure {
  margin: 0;
}

a {
  color: var(--main-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  letter-spacing: 0.1em;
}

:placeholder-shown {
  color: #C4C4C4;
}

::-webkit-input-placeholder {
  color: #C4C4C4;
}

[data-theme=dark] :placeholder-shown {
  color: #6A6A6A;
}
[data-theme=dark] ::-webkit-input-placeholder {
  color: #6A6A6A;
}

.anim {
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim--slow {
  animation-duration: 2s !important;
}

.anim--delay {
  animation-delay: 0.5s !important;
}

.anim-hide {
  opacity: 0;
}

.anim-fadeIn {
  opacity: 0;
}
.anim-fadeIn.onAnim {
  animation: fadeIn 2s ease 0s 1 alternate forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeUp {
  opacity: 0;
}
.anim-fadeUp.onAnim {
  animation: fadeUp 2s ease 0s 1 alternate forwards;
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeLeft.onAnim {
  animation: fadeLeft 2s ease 0s 1 alternate forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.anim-fadeRight.onAnim {
  animation: fadeRight 2s ease 0s 1 alternate forwards;
}

.hidden-box {
  overflow: hidden;
}

@media all and (min-width: 741px) {
  br.br-sp {
    display: none;
  }
}

.mt-0 {
  margin-top: calc(0 / 16 * 1rem);
}

.mt-10 {
  margin-top: calc(10 / 16 * 1rem);
}

.mt-20 {
  margin-top: calc(20 / 16 * 1rem);
}

.mt-30 {
  margin-top: calc(30 / 16 * 1rem);
}

.mt-40 {
  margin-top: calc(40 / 16 * 1rem);
}

.mt-50 {
  margin-top: calc(50 / 16 * 1rem);
}

.mt-60 {
  margin-top: calc(60 / 16 * 1rem);
}

.mt-70 {
  margin-top: calc(70 / 16 * 1rem);
}

.mt-80 {
  margin-top: calc(80 / 16 * 1rem);
}

.mt-90 {
  margin-top: calc(90 / 16 * 1rem);
}

.mt-100 {
  margin-top: calc(100 / 16 * 1rem);
}

.mt-150 {
  margin-top: calc(150 / 16 * 1rem);
}

.mb-0 {
  margin-bottom: calc(0 / 16 * 1rem);
}

.mb-10 {
  margin-bottom: calc(10 / 16 * 1rem);
}

.mb-20 {
  margin-bottom: calc(20 / 16 * 1rem);
}

.mb-30 {
  margin-bottom: calc(30 / 16 * 1rem);
}

.mb-40 {
  margin-bottom: calc(40 / 16 * 1rem);
}

.mb-50 {
  margin-bottom: calc(50 / 16 * 1rem);
}

.mb-60 {
  margin-bottom: calc(60 / 16 * 1rem);
}

.mb-70 {
  margin-bottom: calc(70 / 16 * 1rem);
}

.mb-80 {
  margin-bottom: calc(80 / 16 * 1rem);
}

.mb-90 {
  margin-bottom: calc(90 / 16 * 1rem);
}

.mb-100 {
  margin-bottom: calc(100 / 16 * 1rem);
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-0 {
  padding-top: calc(0 / 16 * 1rem);
}

.pt-10 {
  padding-top: calc(10 / 16 * 1rem);
}

.pt-20 {
  padding-top: calc(20 / 16 * 1rem);
}

.pt-30 {
  padding-top: calc(30 / 16 * 1rem);
}

.pt-40 {
  padding-top: calc(40 / 16 * 1rem);
}

.pt-50 {
  padding-top: calc(50 / 16 * 1rem);
}

.pt-60 {
  padding-top: calc(60 / 16 * 1rem);
}

.pt-70 {
  padding-top: calc(70 / 16 * 1rem);
}

.pt-80 {
  padding-top: calc(80 / 16 * 1rem);
}

.pt-90 {
  padding-top: calc(90 / 16 * 1rem);
}

.pt-100 {
  padding-top: calc(100 / 16 * 1rem);
}

.pb-0 {
  padding-bottom: calc(0 / 16 * 1rem);
}

.pb-10 {
  padding-bottom: calc(10 / 16 * 1rem);
}

.pb-20 {
  padding-bottom: calc(20 / 16 * 1rem);
}

.pb-30 {
  padding-bottom: calc(30 / 16 * 1rem);
}

.pb-40 {
  padding-bottom: calc(40 / 16 * 1rem);
}

.pb-50 {
  padding-bottom: calc(50 / 16 * 1rem);
}

.pb-60 {
  padding-bottom: calc(60 / 16 * 1rem);
}

.pb-70 {
  padding-bottom: calc(70 / 16 * 1rem);
}

.pb-80 {
  padding-bottom: calc(80 / 16 * 1rem);
}

.pb-90 {
  padding-bottom: calc(90 / 16 * 1rem);
}

.pb-100 {
  padding-bottom: calc(100 / 16 * 1rem);
}

.pl-0 {
  padding-left: calc(0 / 16 * 1rem);
}

.pl-10 {
  padding-left: calc(10 / 16 * 1rem);
}

.pl-20 {
  padding-left: calc(20 / 16 * 1rem);
}

.pl-30 {
  padding-left: calc(30 / 16 * 1rem);
}

.pl-40 {
  padding-left: calc(40 / 16 * 1rem);
}

.pl-50 {
  padding-left: calc(50 / 16 * 1rem);
}

.pl-60 {
  padding-left: calc(60 / 16 * 1rem);
}

.pl-70 {
  padding-left: calc(70 / 16 * 1rem);
}

.pl-80 {
  padding-left: calc(80 / 16 * 1rem);
}

.pl-90 {
  padding-left: calc(90 / 16 * 1rem);
}

.pl-100 {
  padding-left: calc(100 / 16 * 1rem);
}

.pr-0 {
  padding-right: calc(0 / 16 * 1rem);
}

.pr-10 {
  padding-right: calc(10 / 16 * 1rem);
}

.pr-20 {
  padding-right: calc(20 / 16 * 1rem);
}

.pr-30 {
  padding-right: calc(30 / 16 * 1rem);
}

.pr-40 {
  padding-right: calc(40 / 16 * 1rem);
}

.pr-50 {
  padding-right: calc(50 / 16 * 1rem);
}

.pr-60 {
  padding-right: calc(60 / 16 * 1rem);
}

.pr-70 {
  padding-right: calc(70 / 16 * 1rem);
}

.pr-80 {
  padding-right: calc(80 / 16 * 1rem);
}

.pr-90 {
  padding-right: calc(90 / 16 * 1rem);
}

.pr-100 {
  padding-right: calc(100 / 16 * 1rem);
}

.px-0 {
  padding-left: calc(0 / 16 * 1rem);
  padding-right: calc(0 / 16 * 1rem);
}

.px-10 {
  padding-left: calc(10 / 16 * 1rem);
  padding-right: calc(10 / 16 * 1rem);
}

.px-20 {
  padding-left: calc(20 / 16 * 1rem);
  padding-right: calc(20 / 16 * 1rem);
}

.px-30 {
  padding-left: calc(30 / 16 * 1rem);
  padding-right: calc(30 / 16 * 1rem);
}

.px-40 {
  padding-left: calc(40 / 16 * 1rem);
  padding-right: calc(40 / 16 * 1rem);
}

.px-50 {
  padding-left: calc(50 / 16 * 1rem);
  padding-right: calc(50 / 16 * 1rem);
}

.px-60 {
  padding-left: calc(60 / 16 * 1rem);
  padding-right: calc(60 / 16 * 1rem);
}

.px-70 {
  padding-left: calc(70 / 16 * 1rem);
  padding-right: calc(70 / 16 * 1rem);
}

.px-80 {
  padding-left: calc(80 / 16 * 1rem);
  padding-right: calc(80 / 16 * 1rem);
}

.px-90 {
  padding-left: calc(90 / 16 * 1rem);
  padding-right: calc(90 / 16 * 1rem);
}

.px-100 {
  padding-left: calc(100 / 16 * 1rem);
  padding-right: calc(100 / 16 * 1rem);
}

.p-10 {
  padding: calc(10 / 16 * 1rem);
}

.p-20 {
  padding: calc(20 / 16 * 1rem);
}

.p-30 {
  padding: calc(30 / 16 * 1rem);
}

.p-40 {
  padding: calc(40 / 16 * 1rem);
}

.p-50 {
  padding: calc(50 / 16 * 1rem);
}

.p-60 {
  padding: calc(60 / 16 * 1rem);
}

.p-100 {
  padding: calc(100 / 16 * 1rem);
}

.py-0 {
  padding-top: calc(0 / 16 * 1rem);
  padding-bottom: calc(0 / 16 * 1rem);
}

.py-10 {
  padding-top: calc(10 / 16 * 1rem);
  padding-bottom: calc(10 / 16 * 1rem);
}

.py-20 {
  padding-top: calc(20 / 16 * 1rem);
  padding-bottom: calc(20 / 16 * 1rem);
}

.py-30 {
  padding-top: calc(30 / 16 * 1rem);
  padding-bottom: calc(30 / 16 * 1rem);
}

.py-40 {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(40 / 16 * 1rem);
}

.py-50 {
  padding-top: calc(50 / 16 * 1rem);
  padding-bottom: calc(50 / 16 * 1rem);
}

.py-60 {
  padding-top: calc(60 / 16 * 1rem);
  padding-bottom: calc(60 / 16 * 1rem);
}

.py-70 {
  padding-top: calc(70 / 16 * 1rem);
  padding-bottom: calc(70 / 16 * 1rem);
}

.py-80 {
  padding-top: calc(80 / 16 * 1rem);
  padding-bottom: calc(80 / 16 * 1rem);
}

.py-90 {
  padding-top: calc(90 / 16 * 1rem);
  padding-bottom: calc(90 / 16 * 1rem);
}

.py-100 {
  padding-top: calc(100 / 16 * 1rem);
  padding-bottom: calc(100 / 16 * 1rem);
}

.my-0 {
  margin-top: calc(0 / 16 * 1rem);
  margin-bottom: calc(0 / 16 * 1rem);
}

.my-10 {
  margin-top: calc(10 / 16 * 1rem);
  margin-bottom: calc(10 / 16 * 1rem);
}

.my-20 {
  margin-top: calc(20 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
}

.my-30 {
  margin-top: calc(30 / 16 * 1rem);
  margin-bottom: calc(30 / 16 * 1rem);
}

.my-40 {
  margin-top: calc(40 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}

.my-50 {
  margin-top: calc(50 / 16 * 1rem);
  margin-bottom: calc(50 / 16 * 1rem);
}

.my-60 {
  margin-top: calc(60 / 16 * 1rem);
  margin-bottom: calc(60 / 16 * 1rem);
}

.my-70 {
  margin-top: calc(70 / 16 * 1rem);
  margin-bottom: calc(70 / 16 * 1rem);
}

.my-80 {
  margin-top: calc(80 / 16 * 1rem);
  margin-bottom: calc(80 / 16 * 1rem);
}

.my-90 {
  margin-top: calc(90 / 16 * 1rem);
  margin-bottom: calc(90 / 16 * 1rem);
}

.my-100 {
  margin-top: calc(100 / 16 * 1rem);
  margin-bottom: calc(100 / 16 * 1rem);
}

.align-center {
  align-items: center !important;
}

@media all and (max-width: 740px) {
  .mt-0-sp {
    margin-top: calc(0 / 16 * 1rem);
  }
  .mt-10-sp {
    margin-top: calc(10 / 16 * 1rem);
  }
  .mt-20-sp {
    margin-top: calc(20 / 16 * 1rem);
  }
  .mt-30-sp {
    margin-top: calc(30 / 16 * 1rem);
  }
  .mt-40-sp {
    margin-top: calc(40 / 16 * 1rem);
  }
  .mt-50-sp {
    margin-top: calc(50 / 16 * 1rem);
  }
  .mt-60-sp {
    margin-top: calc(60 / 16 * 1rem);
  }
  .mt-70-sp {
    margin-top: calc(70 / 16 * 1rem);
  }
  .mt-80-sp {
    margin-top: calc(80 / 16 * 1rem);
  }
  .mt-90-sp {
    margin-top: calc(90 / 16 * 1rem);
  }
  .mt-100-sp {
    margin-top: calc(100 / 16 * 1rem);
  }
  .mb-0-sp {
    margin-bottom: calc(0 / 16 * 1rem);
  }
  .mb-10-sp {
    margin-bottom: calc(10 / 16 * 1rem);
  }
  .mb-20-sp {
    margin-bottom: calc(20 / 16 * 1rem);
  }
  .mb-30-sp {
    margin-bottom: calc(30 / 16 * 1rem);
  }
  .mb-40-sp {
    margin-bottom: calc(40 / 16 * 1rem);
  }
  .mb-50-sp {
    margin-bottom: calc(50 / 16 * 1rem);
  }
  .mb-60-sp {
    margin-bottom: calc(60 / 16 * 1rem);
  }
  .mb-70-sp {
    margin-bottom: calc(70 / 16 * 1rem);
  }
  .mb-80-sp {
    margin-bottom: calc(80 / 16 * 1rem);
  }
  .mb-90-sp {
    margin-bottom: calc(90 / 16 * 1rem);
  }
  .mb-100-sp {
    margin-bottom: calc(100 / 16 * 1rem);
  }
  .pt-0-sp {
    padding-top: calc(0 / 16 * 1rem);
  }
  .pt-10-sp {
    padding-top: calc(10 / 16 * 1rem);
  }
  .pt-20-sp {
    padding-top: calc(20 / 16 * 1rem);
  }
  .pt-30-sp {
    padding-top: calc(30 / 16 * 1rem);
  }
  .pt-40-sp {
    padding-top: calc(40 / 16 * 1rem);
  }
  .pt-50-sp {
    padding-top: calc(50 / 16 * 1rem);
  }
  .pt-60-sp {
    padding-top: calc(60 / 16 * 1rem);
  }
  .pt-70-sp {
    padding-top: calc(70 / 16 * 1rem);
  }
  .pt-80-sp {
    padding-top: calc(80 / 16 * 1rem);
  }
  .pt-90-sp {
    padding-top: calc(90 / 16 * 1rem);
  }
  .pt-100-sp {
    padding-top: calc(100 / 16 * 1rem);
  }
  .pb-0-sp {
    padding-bottom: calc(0 / 16 * 1rem);
  }
  .pb-10-sp {
    padding-bottom: calc(10 / 16 * 1rem);
  }
  .pb-20-sp {
    padding-bottom: calc(20 / 16 * 1rem);
  }
  .pb-30-sp {
    padding-bottom: calc(30 / 16 * 1rem);
  }
  .pb-40-sp {
    padding-bottom: calc(40 / 16 * 1rem);
  }
  .pb-50-sp {
    padding-bottom: calc(50 / 16 * 1rem);
  }
  .pb-60-sp {
    padding-bottom: calc(60 / 16 * 1rem);
  }
  .pb-70-sp {
    padding-bottom: calc(70 / 16 * 1rem);
  }
  .pb-80-sp {
    padding-bottom: calc(80 / 16 * 1rem);
  }
  .pb-90-sp {
    padding-bottom: calc(90 / 16 * 1rem);
  }
  .pb-100-sp {
    padding-bottom: calc(100 / 16 * 1rem);
  }
  .py-0-sp {
    padding-top: calc(0 / 16 * 1rem);
    padding-bottom: calc(0 / 16 * 1rem);
  }
  .py-10-sp {
    padding-top: calc(10 / 16 * 1rem);
    padding-bottom: calc(10 / 16 * 1rem);
  }
  .py-20-sp {
    padding-top: calc(20 / 16 * 1rem);
    padding-bottom: calc(20 / 16 * 1rem);
  }
  .py-30-sp {
    padding-top: calc(30 / 16 * 1rem);
    padding-bottom: calc(30 / 16 * 1rem);
  }
  .py-40-sp {
    padding-top: calc(40 / 16 * 1rem);
    padding-bottom: calc(40 / 16 * 1rem);
  }
  .py-50-sp {
    padding-top: calc(50 / 16 * 1rem);
    padding-bottom: calc(50 / 16 * 1rem);
  }
  .py-60-sp {
    padding-top: calc(60 / 16 * 1rem);
    padding-bottom: calc(60 / 16 * 1rem);
  }
  .py-70-sp {
    padding-top: calc(70 / 16 * 1rem);
    padding-bottom: calc(70 / 16 * 1rem);
  }
  .py-80-sp {
    padding-top: calc(80 / 16 * 1rem);
    padding-bottom: calc(80 / 16 * 1rem);
  }
  .py-90-sp {
    padding-top: calc(90 / 16 * 1rem);
    padding-bottom: calc(90 / 16 * 1rem);
  }
  .py-100-sp {
    padding-top: calc(100 / 16 * 1rem);
    padding-bottom: calc(100 / 16 * 1rem);
  }
  .px-0-sp {
    padding-left: calc(0 / 16 * 1rem);
    padding-right: calc(0 / 16 * 1rem);
  }
  .px-10-sp {
    padding-left: calc(10 / 16 * 1rem);
    padding-right: calc(10 / 16 * 1rem);
  }
  .px-20-sp {
    padding-left: calc(20 / 16 * 1rem);
    padding-right: calc(20 / 16 * 1rem);
  }
  .px-30-sp {
    padding-left: calc(30 / 16 * 1rem);
    padding-right: calc(30 / 16 * 1rem);
  }
  .px-40-sp {
    padding-left: calc(40 / 16 * 1rem);
    padding-right: calc(40 / 16 * 1rem);
  }
  .px-50-sp {
    padding-left: calc(50 / 16 * 1rem);
    padding-right: calc(50 / 16 * 1rem);
  }
  .px-60-sp {
    padding-left: calc(60 / 16 * 1rem);
    padding-right: calc(60 / 16 * 1rem);
  }
  .px-70-sp {
    padding-left: calc(70 / 16 * 1rem);
    padding-right: calc(70 / 16 * 1rem);
  }
  .px-80-sp {
    padding-left: calc(80 / 16 * 1rem);
    padding-right: calc(80 / 16 * 1rem);
  }
  .px-90-sp {
    padding-left: calc(90 / 16 * 1rem);
    padding-right: calc(90 / 16 * 1rem);
  }
  .px-100-sp {
    padding-left: calc(100 / 16 * 1rem);
    padding-right: calc(100 / 16 * 1rem);
  }
  .my-0-sp {
    margin-top: calc(0 / 16 * 1rem);
    margin-bottom: calc(0 / 16 * 1rem);
  }
  .my-10-sp {
    margin-top: calc(10 / 16 * 1rem);
    margin-bottom: calc(10 / 16 * 1rem);
  }
  .my-20-sp {
    margin-top: calc(20 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
  }
  .my-30-sp {
    margin-top: calc(30 / 16 * 1rem);
    margin-bottom: calc(30 / 16 * 1rem);
  }
  .my-40-sp {
    margin-top: calc(40 / 16 * 1rem);
    margin-bottom: calc(40 / 16 * 1rem);
  }
  .my-50-sp {
    margin-top: calc(50 / 16 * 1rem);
    margin-bottom: calc(50 / 16 * 1rem);
  }
  .my-60-sp {
    margin-top: calc(60 / 16 * 1rem);
    margin-bottom: calc(60 / 16 * 1rem);
  }
  .my-70-sp {
    margin-top: calc(70 / 16 * 1rem);
    margin-bottom: calc(70 / 16 * 1rem);
  }
  .my-80-sp {
    margin-top: calc(80 / 16 * 1rem);
    margin-bottom: calc(80 / 16 * 1rem);
  }
  .my-90-sp {
    margin-top: calc(90 / 16 * 1rem);
    margin-bottom: calc(90 / 16 * 1rem);
  }
  .my-100-sp {
    margin-top: calc(100 / 16 * 1rem);
    margin-bottom: calc(100 / 16 * 1rem);
  }
  .align-center-sp {
    align-items: center !important;
  }
}
.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fz10 {
  font-size: calc(10 / 16 * 1rem);
}

.fz11 {
  font-size: calc(11 / 16 * 1rem);
}

.fz12 {
  font-size: calc(12 / 16 * 1rem);
}

.fz13 {
  font-size: calc(13 / 16 * 1rem);
}

.fz14 {
  font-size: calc(14 / 16 * 1rem);
}

.fz15 {
  font-size: calc(15 / 16 * 1rem);
}

.fz16 {
  font-size: calc(16 / 16 * 1rem);
}

.fz17 {
  font-size: calc(17 / 16 * 1rem);
}

.fz18 {
  font-size: calc(18 / 16 * 1rem);
}

.fz19 {
  font-size: calc(19 / 16 * 1rem);
}

.fz20 {
  font-size: calc(20 / 16 * 1rem);
}

.fz21 {
  font-size: calc(21 / 16 * 1rem);
}

.fz22 {
  font-size: calc(22 / 16 * 1rem);
}

.fz23 {
  font-size: calc(23 / 16 * 1rem);
}

.fz24 {
  font-size: calc(24 / 16 * 1rem);
}

.fz25 {
  font-size: calc(25 / 16 * 1rem);
}

.fz26 {
  font-size: calc(26 / 16 * 1rem);
}

.fz27 {
  font-size: calc(27 / 16 * 1rem);
}

.fz28 {
  font-size: calc(28 / 16 * 1rem);
}

.fz29 {
  font-size: calc(29 / 16 * 1rem);
}

.fz30 {
  font-size: calc(30 / 16 * 1rem);
}

.fz31 {
  font-size: calc(31 / 16 * 1rem);
}

.fz32 {
  font-size: calc(32 / 16 * 1rem);
}

.fz33 {
  font-size: calc(33 / 16 * 1rem);
}

.fz34 {
  font-size: calc(34 / 16 * 1rem);
}

.fz35 {
  font-size: calc(35 / 16 * 1rem);
}

.fz36 {
  font-size: calc(36 / 16 * 1rem);
}

.fz37 {
  font-size: calc(37 / 16 * 1rem);
}

.fz38 {
  font-size: calc(38 / 16 * 1rem);
}

.fz39 {
  font-size: calc(39 / 16 * 1rem);
}

.fz40 {
  font-size: calc(40 / 16 * 1rem);
}

@media all and (max-width: 740px) {
  .fz10-sp {
    font-size: calc(10 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz11-sp {
    font-size: calc(11 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz12-sp {
    font-size: calc(12 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz13-sp {
    font-size: calc(13 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz14-sp {
    font-size: calc(14 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz15-sp {
    font-size: calc(15 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz16-sp {
    font-size: calc(16 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz17-sp {
    font-size: calc(17 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz18-sp {
    font-size: calc(18 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz19-sp {
    font-size: calc(19 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz20-sp {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz21-sp {
    font-size: calc(21 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz22-sp {
    font-size: calc(22 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz23-sp {
    font-size: calc(23 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz24-sp {
    font-size: calc(24 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz25-sp {
    font-size: calc(25 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz26-sp {
    font-size: calc(26 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz27-sp {
    font-size: calc(27 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz28-sp {
    font-size: calc(28 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz29-sp {
    font-size: calc(29 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz30-sp {
    font-size: calc(30 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz31-sp {
    font-size: calc(31 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz32-sp {
    font-size: calc(32 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz33-sp {
    font-size: calc(33 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz34-sp {
    font-size: calc(34 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz35-sp {
    font-size: calc(35 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz36-sp {
    font-size: calc(36 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz37-sp {
    font-size: calc(37 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz38-sp {
    font-size: calc(38 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz39-sp {
    font-size: calc(39 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .fz40-sp {
    font-size: calc(40 / 16 * 1rem);
  }
}

.lh-1_4 {
  line-height: 1.4;
}

.lh-1_6 {
  line-height: 1.6;
}

.lh-1_8 {
  line-height: 1.8;
}

.lh-2_0 {
  line-height: 2;
}

[class*=items-].items-start {
  align-items: flex-start;
}

[class*=items-].items-center {
  align-items: center;
}

[class*=items-].items-end {
  align-items: flex-end;
}

.pos-relative {
  position: relative !important;
}

.pos-absolute {
  position: absolute !important;
}

.pos-fixed {
  position: fixed !important;
}

.pos-sticky {
  position: sticky !important;
}

.pos-static {
  position: static !important;
}

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

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

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

@media all and (max-width: 740px) {
  .sp-text-center {
    text-align: center;
  }
}

.w-8 {
  width: calc(8 / 16 * 1rem);
}

.w-9 {
  width: calc(9 / 16 * 1rem);
}

.w-10 {
  width: calc(10 / 16 * 1rem);
}

.w-11 {
  width: calc(11 / 16 * 1rem);
}

.w-12 {
  width: calc(12 / 16 * 1rem);
}

.w-13 {
  width: calc(13 / 16 * 1rem);
}

.w-14 {
  width: calc(14 / 16 * 1rem);
}

.w-15 {
  width: calc(15 / 16 * 1rem);
}

.w-16 {
  width: calc(16 / 16 * 1rem);
}

.w-17 {
  width: calc(17 / 16 * 1rem);
}

.w-18 {
  width: calc(18 / 16 * 1rem);
}

.w-19 {
  width: calc(19 / 16 * 1rem);
}

.w-20 {
  width: calc(20 / 16 * 1rem);
}

.w-25p {
  width: 25%;
}

.w-50p {
  width: 50%;
}

.w-75p {
  width: 75%;
}

.w-100p {
  width: 100%;
}

.reset-svg {
  width: 100%;
  display: block;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

@media all and (max-width: 740px) {
  .sp-flex-column {
    flex-direction: column;
  }
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.flex-1 {
  flex: 1;
}

.gap-5 {
  gap: calc(5 / 16 * 1rem);
}

.gap-10 {
  gap: calc(10 / 16 * 1rem);
}

.gap-15 {
  gap: calc(15 / 16 * 1rem);
}

.gap-20 {
  gap: calc(20 / 16 * 1rem);
}

.gap-25 {
  gap: calc(25 / 16 * 1rem);
}

.gap-30 {
  gap: calc(30 / 16 * 1rem);
}

.gap-40 {
  gap: calc(40 / 16 * 1rem);
}

.gap-50 {
  gap: calc(50 / 16 * 1rem);
}

.gap-60 {
  gap: calc(60 / 16 * 1rem);
}

.gap-70 {
  gap: calc(70 / 16 * 1rem);
}

.gap-80 {
  gap: calc(80 / 16 * 1rem);
}

.gap-90 {
  gap: calc(90 / 16 * 1rem);
}

.gap-100 {
  gap: calc(100 / 16 * 1rem);
}

.color-key {
  color: var(--key-color);
}

.color-key2 {
  color: var(--key2-color);
}

.color-main {
  color: var(--main-color);
}

.color-white {
  color: var(--white-color);
}

.color-negative {
  color: var(--negative-color);
}

.color-gray {
  color: var(--gray-color);
}

.color-link {
  color: var(--link-color);
}

.color-bg {
  color: var(--bg-color);
}

.bd-bt {
  border-bottom: calc(1 / 16 * 1rem) solid var(--gray-color);
}

@media all and (max-width: 740px) {
  .bd-bt-sp {
    border-bottom: calc(1 / 16 * 1rem) solid var(--gray-color);
  }
}

.bd-bb {
  border-bottom: calc(1 / 16 * 1rem) solid var(--gray-color);
}

@media all and (max-width: 740px) {
  .bd-bb-sp {
    border-bottom: calc(1 / 16 * 1rem) solid var(--gray-color);
  }
}

html[data-theme=dark] .dark-invert-white {
  filter: brightness(0) invert(1);
}

.u-hide-pc {
  display: none !important;
}

.u-hide-sp {
  display: block !important;
}

@media all and (max-width: 740px) {
  .u-hide-pc {
    display: block !important;
  }
  .u-hide-sp {
    display: none !important;
  }
}
.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

@media all and (min-width: 741px) {
  .d-flex-pc {
    display: flex;
  }
}

@media all and (min-width: 741px) {
  .d-block-pc {
    display: block;
  }
}

@media all and (min-width: 741px) {
  .d-none-pc {
    display: none;
  }
}

@media all and (min-width: 741px) {
  .d-inline-pc {
    display: inline;
  }
}

@media all and (min-width: 741px) {
  .d-iblock-pc {
    display: inline-block;
  }
}

@media all and (max-width: 740px) {
  .d-flex-sp {
    display: flex;
  }
}

@media all and (max-width: 740px) {
  .d-block-sp {
    display: block;
  }
}

@media all and (max-width: 740px) {
  .d-none-sp {
    display: none;
  }
}

@media all and (max-width: 740px) {
  .d-inline-sp {
    display: inline;
  }
}

@media all and (max-width: 740px) {
  .d-iblock-sp {
    display: inline-block;
  }
}

.maxw-400 {
  max-width: calc(400 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-580 {
  max-width: calc(580 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-640 {
  max-width: calc(640 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-680 {
  max-width: calc(680 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-720 {
  max-width: calc(720 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-740 {
  max-width: calc(740 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-760 {
  max-width: calc(760 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.maxw-800 {
  max-width: calc(800 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.h-auto {
  height: auto;
}

@media all and (max-width: 740px) {
  .sp-w90 {
    width: calc(100% + 20 / 16 * 1rem);
    position: relative;
    left: calc(-10 / 16 * 1rem);
  }
}

@media all and (max-width: 740px) {
  .sp-w100 {
    width: calc(100% + 40 / 16 * 1rem);
    position: relative;
    left: calc(-20 / 16 * 1rem);
  }
}

.inner {
  padding-left: calc(30 / 16 * 1rem);
  padding-right: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .inner {
    padding-left: calc(20 / 16 * 1rem);
    padding-right: calc(20 / 16 * 1rem);
  }
}

.inner-box-l {
  max-width: calc(1080 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.inner-box-ml {
  max-width: calc(920 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.inner-box-m {
  max-width: calc(800 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.inner-box-s {
  max-width: calc(700 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}

.bg-grad {
  background: linear-gradient(45deg, #EDF6FF 0%, #FCDAEB 100%);
}

.bg-grad2 {
  background: linear-gradient(90deg, #FF3668 50.5%, #ED3DC1 100%);
}

.bg-grad3 {
  background: linear-gradient(-135deg, #FFBACB 9%, #C4E3FB 100%);
}

.bg-white {
  background-color: #fff;
}

.color-key {
  color: #FF3668;
}

.grad-bt {
  background: linear-gradient(90deg, #E6C4FF 0%, #FFBACB 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50 / 16 * 1rem);
  min-width: calc(300 / 16 * 1rem);
  position: relative;
  color: #fff;
  border-radius: 3em;
  box-shadow: 0px calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.grad-bt:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .grad-bt:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.grad-bt:active {
  opacity: 0.7;
  text-decoration: none;
}
.grad-bt .arrow {
  position: absolute;
  right: calc(15 / 16 * 1rem);
  top: 50%;
  transform: translateY(-50%);
  width: calc(22 / 16 * 1rem);
  display: block;
}
.grad-bt .arrow.reverse {
  scale: -1 1;
  right: auto;
  left: calc(15 / 16 * 1rem);
}
.grad-bt .arrow img {
  display: block;
  height: auto;
  width: 100%;
}

.cv-area__btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .cv-area__btns {
    grid-template-columns: 1fr;
  }
}
.cv-area__btn {
  border-radius: calc(98 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(16 / 16 * 1rem);
  padding: calc(8 / 16 * 1rem) calc(15 / 16 * 1rem);
  box-shadow: 0 calc(3 / 16 * 1rem) calc(6 / 16 * 1rem) 0 rgba(0, 0, 0, 0.1);
  gap: calc(6 / 16 * 1rem);
  text-shadow: 0px 0px 10px rgba(18, 93, 18, 0.6);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
  height: calc(50 / 16 * 1rem);
}
.cv-area__btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cv-area__btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.cv-area__btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.cv-area__btn-icon {
  width: calc(30 / 16 * 1rem);
}
.cv-area__btn-arrow {
  width: calc(18 / 16 * 1rem);
}
.cv-area__btn--line {
  background: rgba(22, 208, 22, 0.8);
  color: #fff;
  text-shadow: 0 0 calc(7 / 16 * 1rem) rgba(18, 93, 18, 0.6);
}
@media all and (max-width: 740px) {
  .cv-area__btn--line {
    flex: 1.3;
  }
}
.cv-area__btn--entry {
  background: rgba(255, 87, 125, 0.8);
  color: #fff;
  text-shadow: 0 0 calc(7 / 16 * 1rem) rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 740px) {
  .cv-area__btn--entry {
    flex: 1;
    padding-left: calc(60 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .cv-area__btn {
    padding: calc(4 / 16 * 1rem) calc(10 / 16 * 1rem);
  }
  .cv-area__btn--entry {
    padding-left: calc(30 / 16 * 1rem);
  }
}
.cv-area__tel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .cv-area__tel {
    grid-template-columns: 1fr;
  }
}
.cv-area__tel .item {
  display: flex;
  justify-content: center;
}
.cv-area__tel .item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: calc(220 / 16 * 1rem);
  margin: 0 auto;
  gap: calc(5 / 16 * 1rem);
  background: rgba(255, 255, 255, 0.8);
  border: calc(2 / 16 * 1rem) solid #949494;
  border-radius: calc(135 / 16 * 1rem);
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) 0 rgba(0, 0, 0, 0.1);
  padding: calc(12 / 16 * 1rem) calc(40 / 16 * 1rem);
  transition: box-shadow 0.2s;
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.cv-area__tel .item a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .cv-area__tel .item a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.cv-area__tel .item a:active {
  opacity: 0.7;
  text-decoration: none;
}
@media all and (max-width: 740px) {
  .cv-area__tel .item a {
    width: 70%;
  }
}
.cv-area__tel .item a .text {
  font-size: calc(14 / 16 * 1rem);
  color: #6A6A6A;
  font-weight: 500;
  line-height: 1.45;
}
.cv-area__tel .item a .number {
  font-size: calc(18 / 16 * 1rem);
  color: #6A6A6A;
  font-weight: 500;
  line-height: 1.45;
}
.cv-area__tel .item a:hover {
  box-shadow: 0 calc(8 / 16 * 1rem) calc(16 / 16 * 1rem) 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 740px) {
  .cv-area__tel .item a {
    padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
    min-width: 0;
    max-width: 100%;
  }
}

.flex-item {
  display: flex;
  gap: calc(40 / 16 * 1rem);
}
@media all and (min-width: 741px) {
  .flex-item {
    align-items: center;
  }
  .flex-item__content {
    flex: 1.2;
  }
  .flex-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media all and (max-width: 740px) {
  .flex-item {
    flex-direction: column;
  }
}
.flex-item__img {
  flex: 1;
  position: relative;
}
@media all and (max-width: 740px) {
  .flex-item__img {
    width: 90%;
    margin: 0 auto;
  }
}
.flex-item__img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #EDF6FF 0%, #FCDAEB 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: calc(20 / 16 * 1rem);
}
.flex-item__img.white:before {
  background-image: none;
  background-color: #fff;
}
:nth-child(odd) > .flex-item__img:before {
  translate: calc(-20 / 16 * 1rem) calc(-20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  :nth-child(odd) > .flex-item__img {
    left: calc(10 / 16 * 1rem);
  }
}
:nth-child(even) > .flex-item__img:before {
  translate: calc(20 / 16 * 1rem) calc(-20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  :nth-child(even) > .flex-item__img {
    left: calc(-10 / 16 * 1rem);
  }
}
.flex-item__img img {
  width: 100%;
  position: relative;
  z-index: 5;
  border-radius: calc(20 / 16 * 1rem);
}

.blog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(32 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1000 / 16 * 1rem);
}
@media all and (max-width: 1080px) {
  .blog-list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(16 / 16 * 1rem);
  }
}
.blog-list__item {
  padding: calc(5 / 16 * 1rem);
  border-radius: calc(25 / 16 * 1rem);
  background: linear-gradient(45deg, #EDF6FF 0%, #FCDAEB 100%);
  position: relative;
}
@media all and (max-width: 740px) {
  .blog-list__item {
    padding: calc(3 / 16 * 1rem);
  }
}
.blog-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: calc(25 / 16 * 1rem);
  background: linear-gradient(45deg, #EDF6FF 0%, #FCDAEB 100%);
  translate: calc(5 / 16 * 1rem) calc(5 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .blog-list__item:before {
    translate: calc(3 / 16 * 1rem) calc(3 / 16 * 1rem);
  }
}
.blog-list__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  text-decoration: none;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  background-color: #fff;
  padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
  border-radius: calc(24 / 16 * 1rem);
  position: relative;
  z-index: 5;
  color: #6A6A6A;
}
.blog-list__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .blog-list__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.blog-list__link:active {
  opacity: 0.7;
  text-decoration: none;
}
.blog-list__img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: calc(20 / 16 * 1rem);
  overflow: hidden;
}
.blog-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list__date {
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.45;
  margin-bottom: calc(10 / 16 * 1rem);
  display: block;
}
.blog-list__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  margin-bottom: calc(15 / 16 * 1rem);
}
.blog-list__arrow {
  display: flex;
  align-items: center;
  gap: calc(5 / 16 * 1rem);
  justify-content: flex-end;
}
.blog-list__arrow .text {
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.45;
}

.faq-heading {
  font-size: calc(28 / 16 * 1rem);
  line-height: 1.25;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}
.faq-heading.bd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 / 16 * 1rem);
  flex-direction: row;
}
@media all and (max-width: 740px) {
  .faq-heading.bd {
    font-size: 1.25rem;
  }
}
.faq-heading.bd > span {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.faq-heading.bd .main {
  margin-bottom: calc(10 / 16 * 1rem);
}
.faq-heading.bd:before, .faq-heading.bd:after {
  content: "";
  width: calc(1 / 16 * 1rem);
  height: 3em;
  background-color: #6A6A6A;
}
@media all and (max-width: 740px) {
  .faq-heading.bd:before, .faq-heading.bd:after {
    position: relative;
  }
}
.faq-heading.bd:before {
  rotate: -18deg;
}
@media all and (max-width: 740px) {
  .faq-heading.bd:before {
    top: calc(-15 / 16 * 1rem);
    left: calc(35 / 16 * 1rem);
    height: 3.5em;
  }
}
.faq-heading.bd:after {
  rotate: 18deg;
}
@media all and (max-width: 740px) {
  .faq-heading.bd:after {
    top: calc(-15 / 16 * 1rem);
    left: calc(-35 / 16 * 1rem);
    height: 3.5em;
  }
}
@media all and (max-width: 740px) {
  .faq-heading {
    font-size: 1.5rem;
  }
}
.faq-heading strong {
  font-size: 1.2em;
  color: #FF3668;
}
.faq-heading .main span {
  background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
}
@media all and (max-width: 740px) {
  .faq-heading .sub {
    font-size: 0.8em;
  }
}

.faq-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: calc(20 / 16 * 1rem);
  gap: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .faq-nav {
    grid-template-columns: 1fr 1fr;
    gap: calc(10 / 16 * 1rem);
  }
}
.faq-nav a {
  border: calc(2 / 16 * 1rem) solid #FF3668;
  border-radius: 3em;
  padding: calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
  text-decoration: none;
  color: #FF3668;
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(5 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .faq-nav a {
    font-size: 0.875rem;
    padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
  }
  .faq-nav a span {
    flex: 1;
    text-align: center;
    padding-right: 0.4em;
  }
}
.faq-nav a:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/faq/nav_arrow.webp);
}
@media all and (max-width: 740px) {
  .faq-nav a:before {
    margin-right: auto;
  }
}

.faq-wrap {
  display: flex;
  flex-direction: column;
  gap: calc(100 / 16 * 1rem);
}

.faq-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .faq-list {
    max-width: 100%;
    gap: calc(8 / 16 * 1rem);
  }
}
.faq-list__row {
  padding: calc(5 / 16 * 1rem);
  border-radius: calc(12 / 16 * 1rem);
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(90deg, #E6C4FF 0%, #FCDAEB 100%);
}
.faq-list__question {
  cursor: pointer;
  font-size: calc(18 / 16 * 1rem);
  padding: calc(16 / 16 * 1rem) calc(20 / 16 * 1rem);
  padding-right: calc(40 / 16 * 1rem);
  margin: 0;
  border-radius: calc(8 / 16 * 1rem);
  transition: background 0.2s;
  position: relative;
  outline: none;
  transition: all 0.2s ease 0s;
}
.faq-list__question .text {
  position: relative;
  padding-left: 1.5em;
  display: block;
  padding-right: 0.5em;
}
.faq-list__question .text > span {
  position: absolute;
  left: 0;
  top: 0;
}
.faq-list__question .icon {
  position: absolute;
  right: calc(10 / 16 * 1rem);
  top: 50%;
  transform: translateY(-50%);
  width: calc(20 / 16 * 1rem);
}
.faq-list__question .icon:before, .faq-list__question .icon:after {
  content: "";
  display: block;
  width: 60%;
  height: calc(2 / 16 * 1rem);
  background-color: #6A6A6A;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.2s ease 0s;
}
.faq-list__question .icon:before:hover, .faq-list__question .icon:after:hover {
  text-decoration: none;
}
.faq-list__question .icon:after {
  rotate: 90deg;
}
.faq-list__question.is-open .icon:after {
  rotate: 0deg;
}
.faq-list__question:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .faq-list__question:hover {
    background-color: rgba(255, 255, 255, 0.05);
  }
}
.faq-list__question:active {
  background-color: rgba(255, 255, 255, 0.05);
}
@media all and (max-width: 740px) {
  .faq-list__question {
    font-size: calc(16 / 16 * 1rem);
    padding: calc(12 / 16 * 1rem) calc(14 / 16 * 1rem);
  }
}
.faq-list__answer {
  background: #fff;
  font-size: calc(16 / 16 * 1rem);
  margin: 0;
  padding: calc(16 / 16 * 1rem) calc(20 / 16 * 1rem);
  border-radius: 0 0 calc(8 / 16 * 1rem) calc(8 / 16 * 1rem);
  display: none;
  position: relative;
  padding-left: calc(44 / 16 * 1rem);
}
.faq-list__answer:before {
  content: "A.";
  position: absolute;
  left: calc(24 / 16 * 1rem);
  top: calc(16 / 16 * 1rem);
}
.faq-list__answer.is-open {
  display: block;
  animation: fadeInAccordion 0.3s;
}

@keyframes fadeInAccordion {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pageHeader {
  position: relative;
}
@media all and (max-width: 740px) {
  .pageHeader {
    padding-top: calc(56 / 16 * 1rem);
  }
}
.pageHeader__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: calc(40 / 16 * 1rem);
  line-height: 1.25;
  text-align: center;
  z-index: 5;
  padding-top: 2em;
  width: 100%;
  text-shadow: calc(2 / 16 * 1rem) calc(2 / 16 * 1rem) 0 rgba(255, 255, 255, 0.1254901961), calc(-2 / 16 * 1rem) calc(2 / 16 * 1rem) 0 rgba(255, 255, 255, 0.1254901961), calc(2 / 16 * 1rem) calc(-2 / 16 * 1rem) 0 rgba(255, 255, 255, 0.1254901961), calc(-2 / 16 * 1rem) calc(-2 / 16 * 1rem) 0 rgba(255, 255, 255, 0.1254901961), 0 calc(2 / 16 * 1rem) 0 rgba(255, 255, 255, 0.1254901961), calc(2 / 16 * 1rem) 0 0 rgba(255, 255, 255, 0.1254901961), 0 calc(-2 / 16 * 1rem) 0 rgba(255, 255, 255, 0.1254901961), calc(-2 / 16 * 1rem) 0 0 rgba(255, 255, 255, 0.1254901961);
}
.pageHeader__img {
  max-width: 1920px;
  margin: 0 auto;
}
.pageHeader__img img {
  width: 100%;
}

.chat-lady-lead__heading {
  font-size: calc(24 / 16 * 1rem);
  line-height: 1.25;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
}
@media all and (max-width: 740px) {
  .chat-lady-lead__heading {
    font-size: 1.25rem;
  }
}
.chat-lady-lead__heading:before, .chat-lady-lead__heading:after {
  content: "";
  background-color: #6A6A6A;
  width: calc(1 / 16 * 1rem);
  height: 1.5em;
  margin-top: 0.3em;
}
.chat-lady-lead__heading:before {
  rotate: -15deg;
}
.chat-lady-lead__heading:after {
  rotate: 15deg;
}
.chat-lady-lead__heading > span {
  display: block;
  padding-bottom: 0.3em;
  background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
}
.chat-lady-lead__heading strong {
  font-size: 1.2em;
  color: #FF3668;
}

.chat-lady-point__heading {
  font-size: calc(28 / 16 * 1rem);
  line-height: 1.25;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-weight: 700;
  color: #FF3668;
}
@media all and (max-width: 740px) {
  .chat-lady-point__heading {
    font-size: 1.5rem;
  }
}
.chat-lady-point__heading:before, .chat-lady-point__heading:after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/pages/chat-lady/effect.webp);
}
.chat-lady-point__heading:before {
  scale: -1 1;
}
@media all and (max-width: 740px) {
  .chat-lady-point__heading:before {
    margin-right: -1em;
  }
  .chat-lady-point__heading:after {
    margin-left: -1em;
  }
}
.chat-lady-point__heading .logo {
  display: inline-block;
  width: 5.5em;
}
.chat-lady-point__heading .logo img {
  display: inline;
  width: 100%;
}
@media all and (max-width: 740px) {
  .chat-lady-point .flex-item__content {
    display: contents;
  }
}
.chat-lady-point__item-heading {
  font-weight: bold;
  display: flex;
  align-items: flex-end;
  font-size: calc(22 / 16 * 1rem);
  gap: 0.5em;
  margin-bottom: calc(10 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .chat-lady-point__item-heading {
    order: -1;
    justify-content: center;
    font-size: calc(20 / 16 * 1rem);
  }
}
.chat-lady-point__item-heading .icon {
  width: 4em;
  flex-shrink: 0;
}
.chat-lady-point__item-heading .icon img {
  display: block;
  width: 100%;
}
.chat-lady-point__item-heading .text {
  padding-bottom: 1em;
}

.chat-lady-income__heading {
  max-width: calc(350 / 16 * 1rem);
  width: 100%;
  margin: 0 auto calc(60 / 16 * 1rem);
  line-height: 1.25;
  text-align: center;
  padding: calc(5 / 16 * 1rem);
  translate: 0 -50%;
  border-radius: calc(10 / 16 * 1rem);
}
.chat-lady-income__heading span {
  background-color: #fff;
  display: block;
  border-radius: calc(10 / 16 * 1rem);
  font-size: 2.125rem;
  font-weight: bold;
  color: #FF3668;
  padding: 0.3em;
}
.chat-lady-income .income-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: calc(40 / 16 * 1rem);
}
.chat-lady-income .income-box {
  background-color: #fff;
  border-radius: calc(20 / 16 * 1rem);
  padding: calc(40 / 16 * 1rem);
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) 0 rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: flex-start;
  gap: calc(40 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .chat-lady-income .income-box {
    align-items: center;
    flex-direction: column;
    padding: calc(40 / 16 * 1rem) calc(15 / 16 * 1rem);
  }
}
.chat-lady-income .income-box__header {
  flex: 0.3;
}
.chat-lady-income .income-box__header figure {
  width: 80%;
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1/1;
}
.chat-lady-income .income-box__header figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.chat-lady-income .income-box__content {
  flex: 0.7;
}
@media all and (max-width: 740px) {
  .chat-lady-income .income-box__content h3 {
    text-align: center;
  }
}

.chat-lady-lovetip__heading {
  display: flex;
  justify-content: center;
}
.chat-lady-lovetip__heading .label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  padding: calc(0 / 16 * 1rem) calc(0 / 16 * 1rem) calc(0 / 16 * 1rem) calc(15 / 16 * 1rem);
  padding-left: calc(45 / 16 * 1rem);
  border-radius: calc(10 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
}
.chat-lady-lovetip__heading .label:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-14 / 16 * 1rem);
  transform: translateX(-50%);
  width: calc(24 / 16 * 1rem);
  height: calc(14 / 16 * 1rem);
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.chat-lady-lovetip__heading .label__text {
  font-size: calc(26 / 16 * 1rem);
  background: linear-gradient(90deg, #FF3668 50.5%, #ED3DC1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}
@media all and (max-width: 740px) {
  .chat-lady-lovetip__heading .label__text {
    font-size: 1.625rem;
  }
}
.chat-lady-lovetip__heading .label__icon {
  width: calc(50 / 16 * 1rem);
  transform-origin: bottom left;
  scale: 1.075;
}
.chat-lady-lovetip__heading .label__icon img {
  width: 100%;
}
@media all and (max-width: 740px) {
  .chat-lady-lovetip__heading .label__icon {
    width: calc(50 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .chat-lady-lovetip .flex-item__content {
    display: contents;
  }
}
@media all and (max-width: 740px) {
  .chat-lady-lovetip__item-heading {
    order: -1;
    text-align: center;
    margin-bottom: calc(10 / 16 * 1rem);
  }
}
.chat-lady-lovetip__box {
  background-color: #fff;
  padding: calc(60 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) 0 rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 740px) {
  .chat-lady-lovetip__box {
    padding: calc(20 / 16 * 1rem);
  }
}
.chat-lady-lovetip__box .main {
  display: flex;
  align-items: center;
  gap: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .chat-lady-lovetip__box .main {
    flex-direction: column;
    gap: calc(20 / 16 * 1rem);
  }
}
.chat-lady-lovetip__box .main .img {
  flex-shrink: 0;
}
@media all and (min-width: 741px) {
  .chat-lady-lovetip__box .main .img {
    width: 40%;
  }
}
.chat-lady-lovetip__box .main .img img {
  width: 100%;
}
.chat-lady-lovetip__box .main strong {
  background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
}
.chat-lady-lovetip__caption {
  margin-top: calc(40 / 16 * 1rem);
  background: #FCDAEB;
  border-radius: calc(20 / 16 * 1rem);
  padding: calc(40 / 16 * 1rem);
}

@media all and (max-width: 740px) {
  .support-lead .flex-item__content {
    display: contents;
  }
}
.support-lead__item-heading {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: calc(22 / 16 * 1rem);
  font-weight: 700;
  margin-bottom: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .support-lead__item-heading {
    order: -1;
    margin-bottom: calc(0 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .support-lead__item-heading .text {
    flex: 1;
    padding-right: 3.5em;
    text-align: center;
  }
}
.support-lead__item-heading .icon {
  width: 4em;
  flex-shrink: 0;
}

.support-fund {
  padding: calc(100 / 16 * 1rem) calc(10 / 16 * 1rem);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/pages/support/fund_bg.webp);
}
@media all and (max-width: 740px) {
  .support-fund {
    padding: calc(60 / 16 * 1rem) 0 calc(100 / 16 * 1rem);
  }
}
.support-fund__text {
  background-color: #fff;
  padding: calc(30 / 16 * 1rem);
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
  margin-top: calc(-10 / 16 * 1rem);
  font-size: 1.25rem;
}
.support-fund__text p {
  max-width: calc(580 / 16 * 1rem);
}
@media all and (min-width: 741px) {
  .support-fund__text {
    text-align: center;
  }
}
@media all and (max-width: 740px) {
  .support-fund__text {
    max-width: calc(100% - 20 / 16 * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.support-tax {
  position: relative;
}
.support-tax__heading {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  max-width: calc(100% - 30 / 16 * 1rem);
}
.support-tax__heading .label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #FF3668;
  padding: calc(15 / 16 * 1rem);
  border-radius: calc(10 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  text-align: center;
  max-width: calc(500 / 16 * 1rem);
  width: 100%;
}
.support-tax__heading .label:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-14 / 16 * 1rem);
  transform: translateX(-50%);
  width: calc(24 / 16 * 1rem);
  height: calc(14 / 16 * 1rem);
  background: #FF3668;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.support-tax__heading .label__text {
  font-size: calc(26 / 16 * 1rem);
  color: #fff;
  font-weight: 500;
}
@media all and (max-width: 740px) {
  .support-tax__heading .label__text {
    font-size: 1.625rem;
  }
}
.support-tax__heading .label__icon {
  width: calc(50 / 16 * 1rem);
  transform-origin: bottom left;
  scale: 1.075;
}
.support-tax__heading .label__icon img {
  width: 100%;
}
@media all and (max-width: 740px) {
  .support-tax__heading .label__icon {
    width: calc(50 / 16 * 1rem);
  }
}
.support-tax__header {
  position: relative;
}
@media all and (min-width: 741px) {
  .support-tax__header {
    height: calc(1000 / 16 * 1rem);
  }
}
.support-tax__header img {
  width: 100%;
}
@media all and (min-width: 741px) {
  .support-tax__header img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 400vw;
    height: 100%;
    width: auto;
  }
}
.support-tax__box {
  background-color: #fff;
  padding: calc(40 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .support-tax__box {
    padding: calc(30 / 16 * 1rem);
  }
}
.support-tax__box .item {
  padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(20 / 16 * 1rem);
  font-size: 1.2em;
}
@media all and (max-width: 740px) {
  .support-tax__box .item {
    font-size: 0.9em;
  }
}
.support-tax__box .item.item1 {
  background-color: #EDF6FF;
}
.support-tax__box .item.item2 {
  background-color: #FFEFF7;
}
.support-tax__box .item__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.6;
  min-height: 3.2em;
  text-align: center;
}
.support-tax__box .item__heading span span {
  display: inline;
  background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
}
.support-tax__box .arrow {
  width: calc(180 / 16 * 1rem);
  aspect-ratio: 4/1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media all and (max-width: 740px) {
  .support-tax__box .arrow {
    width: calc(80 / 16 * 1rem);
    aspect-ratio: 3/1;
  }
}
.support-tax__box .arrow.arrow1 {
  background-color: #4baaf3;
}
.support-tax__box .arrow.arrow2 {
  background-color: #ff3668;
}

.support-summary__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 16 * 1rem);
}
.support-summary__heading .icon {
  width: calc(60 / 16 * 1rem);
  flex-shrink: 0;
}
@media all and (max-width: 740px) {
  .support-summary__heading .icon {
    scale: -1 1;
  }
}
.support-summary__heading .text {
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
  color: #FF3668;
}
@media all and (max-width: 740px) {
  .support-summary__heading .text {
    font-size: 1.75rem;
  }
}
.support-summary__lead {
  font-size: calc(20 / 16 * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .support-summary__lead {
    text-align: center;
  }
}
.support-summary__lead:before, .support-summary__lead:after {
  content: "";
  height: calc(1 / 16 * 1rem);
  background-color: #6A6A6A;
  flex: 1;
  max-width: calc(60 / 16 * 1rem);
}
.support-summary__box {
  background-color: #FFF1F8;
  padding: calc(40 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .support-summary__box {
    padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.support-summary__box .text span {
  background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
}
@media all and (min-width: 741px) {
  .support-summary__box .text {
    text-align: center;
  }
}
@media all and (max-width: 740px) {
  .support-summary__box .text {
    font-size: calc(14 / 16 * 1rem);
  }
}
.support-summary__list {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  font-size: 1.25rem;
  max-width: calc(580 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 740px) {
  .support-summary__list {
    font-size: 1rem;
  }
}
.support-summary__list li {
  display: flex;
  align-items: flex-start;
  gap: calc(20 / 16 * 1rem);
}
.support-summary__list li:before {
  content: "";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/top/entry_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.4em;
}

.comic-wrap {
  display: flex;
  flex-direction: column;
  max-width: calc(800 / 16 * 1rem);
  margin: 0 auto;
}
.comic-wrap img {
  width: 100%;
}

.comic-flow__heading {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
}
@media all and (max-width: 740px) {
  .comic-flow__heading {
    font-size: calc(28 / 16 * 1rem);
  }
}
@media all and (min-width: 741px) {
  .comic-flow__heading > span {
    border-bottom: calc(10 / 16 * 1rem) solid #FFF8A6;
  }
}
@media all and (max-width: 740px) {
  .comic-flow__heading .bb {
    background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
  }
}
.comic-flow__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: calc(100 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 741px) {
  .comic-flow__list {
    width: 100%;
  }
}
.comic-flow__item {
  position: relative;
  padding: 0 calc(30 / 16 * 1rem);
  max-width: calc(800 / 16 * 1rem);
  width: 100%;
}
@media all and (max-width: 740px) {
  .comic-flow__item {
    padding: 0 calc(15 / 16 * 1rem);
  }
}
.comic-flow__item:before {
  content: "";
  width: 100%;
  height: 70%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  border-radius: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .comic-flow__item:before {
    border-radius: 0;
    height: 50%;
  }
}
.comic-flow__item:after {
  content: "";
  width: calc(64 / 16 * 1rem);
  aspect-ratio: 8/5;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 180%;
  background-image: url(../images/pages/comic/flow_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
@media all and (max-width: 740px) {
  .comic-flow__item:after {
    width: calc(48 / 16 * 1rem);
    translate: -50% 220%;
  }
}
.comic-flow__item:last-child:after {
  display: none;
}
.comic-flow__inner {
  position: relative;
  z-index: 5;
  max-width: calc(720 / 16 * 1rem);
  margin: 0 auto;
}
.comic-flow__header {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: calc(30 / 16 * 1rem);
  top: calc(-5 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .comic-flow__header {
    flex-wrap: wrap;
    gap: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem);
    margin-bottom: calc(20 / 16 * 1rem);
  }
}
.comic-flow__header .label {
  width: calc(90 / 16 * 1rem);
  flex-shrink: 0;
}
@media all and (max-width: 740px) {
  .comic-flow__header .label {
    width: calc(64 / 16 * 1rem);
  }
}
.comic-flow__header-content {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  padding-top: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .comic-flow__header-content {
    display: contents;
  }
}
.comic-flow__header-heading {
  font-size: calc(24 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: calc(10 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .comic-flow__header-heading {
    flex: 1;
    padding-top: 1.5em;
    font-size: 1.25rem;
  }
}
@media all and (max-width: 740px) {
  .comic-flow__text {
    font-size: 0.875rem;
  }
}
.comic-flow__text .line {
  color: #45da45;
}
.comic-flow__img img {
  width: 100%;
  height: auto;
}

.comic-cv {
  margin-top: calc(100 / 16 * 1rem);
  background-color: #fff;
  padding: calc(40 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
  max-width: calc(780 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 740px) {
  .comic-cv {
    padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
    border-radius: 0;
  }
}
.comic-cv__btns {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}

.blog-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(32 / 16 * 1rem);
  font-weight: 700;
}
.blog-heading span {
  position: relative;
}
.blog-heading span:after {
  content: "";
  width: 100%;
  height: calc(8 / 16 * 1rem);
  background-color: #6A6A6A;
  position: absolute;
  bottom: calc(-8 / 16 * 1rem);
  left: 0;
  background: linear-gradient(-90deg, var(--main-grad1, #f9e7ff) 0%, var(--main-grad2, #e3f0ff) 100%);
}

.pager {
  display: flex;
  justify-content: center;
  margin: calc(60 / 16 * 1rem) 0 0;
}
.pager .nav-links {
  display: flex;
  gap: calc(8 / 16 * 1rem);
  flex-wrap: wrap;
  align-items: center;
}
.pager .nav-links a,
.pager .nav-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: calc(36 / 16 * 1rem);
  height: calc(36 / 16 * 1rem);
  padding: 0 calc(12 / 16 * 1rem);
  font-size: calc(16 / 16 * 1rem);
  border-radius: calc(8 / 16 * 1rem);
  color: #6A6A6A;
  background: #fff;
  border: 1px solid #6A6A6A;
  text-decoration: none;
  transition: background 0.2s, color 0.2s, border 0.2s;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover,
.pager .nav-links span:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover,
  .pager .nav-links span:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.pager .nav-links a:active,
.pager .nav-links span:active {
  opacity: 0.7;
  text-decoration: none;
}
.pager .nav-links a {
  cursor: pointer;
  transition: all 0.2s ease 0s;
}
.pager .nav-links a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links a:hover {
    background: rgba(255, 54, 104, 0.08);
    color: #FF3668;
    border-color: #FF3668;
  }
}
.pager .nav-links a:active {
  background: rgba(255, 54, 104, 0.08);
  color: #FF3668;
  border-color: #FF3668;
}
.pager .nav-links .current,
.pager .nav-links span.current {
  background: #FF3668;
  color: #fff;
  border-color: #FF3668;
  font-weight: bold;
  cursor: default;
}
.pager .nav-links .dots {
  background: transparent;
  border: none;
  color: #6A6A6A;
  cursor: default;
  pointer-events: none;
}
.pager .nav-links .prev,
.pager .nav-links .next {
  font-size: calc(14 / 16 * 1rem);
  padding: 0 calc(10 / 16 * 1rem);
  color: #FF3668;
  background: #fff;
  border: 1px solid #6A6A6A;
  border-radius: calc(8 / 16 * 1rem);
  transition: all 0.2s ease 0s;
}
.pager .nav-links .prev:hover,
.pager .nav-links .next:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pager .nav-links .prev:hover,
  .pager .nav-links .next:hover {
    background: rgba(255, 54, 104, 0.08);
    color: #FF3668;
    border-color: #FF3668;
  }
}
.pager .nav-links .prev:active,
.pager .nav-links .next:active {
  background: rgba(255, 54, 104, 0.08);
  color: #FF3668;
  border-color: #FF3668;
}

.blog-single {
  padding: calc(200 / 16 * 1rem) 0 calc(100 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .blog-single {
    padding: calc(140 / 16 * 1rem) 0 calc(80 / 16 * 1rem);
  }
}

.column-singleWrap {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: calc(30 / 16 * 1rem);
}
@media all and (max-width: 800px) {
  .column-singleWrap {
    grid-template-columns: 1fr;
  }
}
.column-singleWrap__main-inner {
  padding: calc(4 / 16 * 1rem);
  border-radius: calc(10 / 16 * 1rem);
}
.column-singleWrap__side {
  display: flex;
  flex-direction: column;
  gap: calc(30 / 16 * 1rem);
}
.column-singleWrap__sideSection {
  padding: calc(4 / 16 * 1rem);
  position: relative;
  z-index: 2;
}
.column-singleWrap__sideSection:before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #EDF6FF 0%, #FCDAEB 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: calc(10 / 16 * 1rem);
}
.column-singleWrap__sideSection-inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: calc(10 / 16 * 1rem);
  padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
}
.column-singleWrap__sideSection__heading {
  font-size: calc(20 / 16 * 1rem);
  font-weight: 700;
  margin-bottom: calc(30 / 16 * 1rem);
}
.column-singleWrap__sideSection__heading span {
  position: relative;
  width: 100%;
  display: block;
  padding-bottom: calc(10 / 16 * 1rem);
}
.column-singleWrap__sideSection__heading span:after {
  content: "";
  width: 100%;
  height: calc(5 / 16 * 1rem);
  background-color: #6A6A6A;
  position: absolute;
  bottom: calc(-5 / 16 * 1rem);
  left: 0;
  background: linear-gradient(-90deg, var(--main-grad1, #f9e7ff) 0%, var(--main-grad2, #e3f0ff) 100%);
}

.postlist-child {
  display: flex;
  flex-direction: column;
  gap: calc(20 / 16 * 1rem);
  font-size: 0.75rem;
}
.postlist-child__link {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: calc(15 / 16 * 1rem);
}
.postlist-child__img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: calc(10 / 16 * 1rem);
}
.postlist-child__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.postlist-child__content {
  display: flex;
  flex-direction: column;
  gap: calc(5 / 16 * 1rem);
}
.postlist-child__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.columnSingle {
  background-color: #fff;
  padding: calc(40 / 16 * 1rem);
  border-radius: calc(10 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .columnSingle {
    padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.columnSingle__header {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  border-bottom: calc(1 / 16 * 1rem) solid #e0e0e0;
  padding-bottom: calc(20 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
.columnSingle__header .title {
  font-size: calc(28 / 16 * 1rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: calc(10 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .columnSingle__header .title {
    font-size: calc(22 / 16 * 1rem);
  }
}
.columnSingle__header .date {
  font-size: calc(14 / 16 * 1rem);
  color: #666;
}

.singleContent {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.8;
  word-break: break-word;
}
.singleContent h1,
.singleContent h2,
.singleContent h3,
.singleContent h4,
.singleContent h5,
.singleContent h6 {
  font-weight: bold;
  margin: calc(40 / 16 * 1rem) 0 calc(20 / 16 * 1rem);
  line-height: 1.3;
}
.singleContent h1 {
  font-size: calc(28 / 16 * 1rem);
  border-bottom: calc(3 / 16 * 1rem) solid var(--key-color, #ed3dc1);
  padding-bottom: calc(6 / 16 * 1rem);
  margin-top: calc(40 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
  letter-spacing: 0.02em;
}
.singleContent h2 {
  font-size: calc(24 / 16 * 1rem);
  border-left: calc(5 / 16 * 1rem) solid var(--main-color, #0073aa);
  padding-left: calc(10 / 16 * 1rem);
  border-radius: calc(4 / 16 * 1rem);
  margin-top: calc(40 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
.singleContent h3 {
  font-size: calc(20 / 16 * 1rem);
  border-bottom: calc(2 / 16 * 1rem) solid var(--main-color, #0073aa);
  padding-bottom: calc(4 / 16 * 1rem);
  margin-top: calc(40 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
}
.singleContent h4 {
  font-size: calc(18 / 16 * 1rem);
  color: var(--key-color, #ed3dc1);
  margin-top: calc(32 / 16 * 1rem);
  margin-bottom: calc(16 / 16 * 1rem);
}
.singleContent h5 {
  font-size: calc(16 / 16 * 1rem);
  color: var(--main-color, #0073aa);
  margin-top: calc(28 / 16 * 1rem);
  margin-bottom: calc(12 / 16 * 1rem);
}
.singleContent h6 {
  font-size: calc(15 / 16 * 1rem);
  color: var(--main-color, #666);
  margin-top: calc(24 / 16 * 1rem);
  margin-bottom: calc(8 / 16 * 1rem);
}
.singleContent p {
  margin: 0 0 calc(24 / 16 * 1rem);
}
.singleContent p:last-child {
  margin-bottom: 0;
}
.singleContent ul,
.singleContent ol {
  margin: 0 0 calc(24 / 16 * 1rem) 0;
  padding: 0 0 0 calc(15 / 16 * 1rem);
}
.singleContent ul {
  list-style: disc inside;
}
.singleContent ol {
  list-style: decimal inside;
}
.singleContent li {
  margin-bottom: calc(8 / 16 * 1rem);
}
.singleContent li:last-child {
  margin-bottom: 0;
}
.singleContent img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: calc(24 / 16 * 1rem) auto;
  border-radius: calc(8 / 16 * 1rem);
}
.singleContent figure {
  margin: calc(24 / 16 * 1rem) 0;
  text-align: center;
}
.singleContent figure img {
  margin: 0 auto;
}
.singleContent figcaption {
  font-size: calc(14 / 16 * 1rem);
  color: var(--main-color, #666);
  margin-top: calc(8 / 16 * 1rem);
}
.singleContent table {
  width: 100%;
  border-collapse: collapse;
  margin: calc(32 / 16 * 1rem) 0;
  font-size: calc(15 / 16 * 1rem);
}
.singleContent table th,
.singleContent table td {
  border: 1px solid #ddd;
  padding: calc(10 / 16 * 1rem);
  text-align: left;
}
.singleContent table th {
  background: #f9f9f9;
  font-weight: bold;
}
.singleContent table tr:nth-child(even) td {
  background: #fafafa;
}
.singleContent blockquote {
  border-left: calc(6 / 16 * 1rem) solid var(--main-color, #b3b3b3);
  background: #f7f7fa;
  margin: calc(32 / 16 * 1rem) 0;
  padding: calc(16 / 16 * 1rem) calc(24 / 16 * 1rem);
  color: var(--main-color, #555);
  font-style: italic;
  border-radius: calc(8 / 16 * 1rem);
  position: relative;
  transition: all 0.2s ease 0s;
}
.singleContent blockquote:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleContent blockquote:hover {
    background: #f0e6f7;
  }
}
.singleContent blockquote:active {
  background: #f0e6f7;
}
.singleContent pre,
.singleContent code {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: calc(15 / 16 * 1rem);
  background: #f4f4f4;
  color: #333;
  border-radius: calc(6 / 16 * 1rem);
}
.singleContent pre {
  padding: calc(16 / 16 * 1rem);
  overflow-x: auto;
  margin: calc(24 / 16 * 1rem) 0;
}
.singleContent code {
  padding: 0 calc(4 / 16 * 1rem);
}
.singleContent .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: calc(8 / 16 * 1rem);
  margin: calc(24 / 16 * 1rem) 0;
}
.singleContent .wp-block-gallery .blocks-gallery-item {
  flex: 1 1 calc(160 / 16 * 1rem);
  margin: 0;
}
.singleContent .wp-block-gallery .blocks-gallery-item img {
  border-radius: calc(8 / 16 * 1rem);
}
.singleContent .wp-block-button__link {
  display: inline-block;
  padding: calc(10 / 16 * 1rem) calc(32 / 16 * 1rem);
  border-radius: calc(30 / 16 * 1rem);
  background: var(--main-color, #ff3668);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease 0s;
}
.singleContent .wp-block-button__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleContent .wp-block-button__link:hover {
    background: var(--key-color, #ed3dc1);
    color: #fff;
  }
}
.singleContent .wp-block-button__link:active {
  background: var(--key-color, #ed3dc1);
  color: #fff;
}
.singleContent a {
  color: var(--main-color, #0073aa);
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
.singleContent a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .singleContent a:hover {
    color: var(--key-color, #ed3dc1);
  }
}
.singleContent a:active {
  color: var(--key-color, #ed3dc1);
}
@media all and (max-width: 740px) {
  .singleContent {
    font-size: calc(15 / 16 * 1rem);
  }
  .singleContent h1 {
    font-size: calc(20 / 16 * 1rem);
    margin-top: calc(28 / 16 * 1rem);
    margin-bottom: calc(28 / 16 * 1rem);
  }
  .singleContent h2 {
    font-size: calc(18 / 16 * 1rem);
    margin-top: calc(28 / 16 * 1rem);
    margin-bottom: calc(28 / 16 * 1rem);
  }
  .singleContent h3 {
    font-size: calc(16 / 16 * 1rem);
    margin-top: calc(24 / 16 * 1rem);
    margin-bottom: calc(12 / 16 * 1rem);
  }
  .singleContent h4,
  .singleContent h5,
  .singleContent h6 {
    font-size: calc(15 / 16 * 1rem);
    margin-top: calc(16 / 16 * 1rem);
    margin-bottom: calc(8 / 16 * 1rem);
  }
  .singleContent table,
  .singleContent th,
  .singleContent td {
    font-size: calc(13 / 16 * 1rem);
  }
}

.form-list {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
.form-list dt {
  color: #FF3668;
  font-weight: 500;
  font-size: calc(18 / 16 * 1rem);
  margin-bottom: calc(10 / 16 * 1rem);
  text-align: left;
}
.form-list dd {
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
.form-list input[type=text],
.form-list input[type=email],
.form-list input[type=tel],
.form-list input[type=date],
.form-list .mwform-datepicker,
.form-list textarea {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
  box-shadow: none;
  line-height: 1.4;
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  border: calc(3 / 16 * 1rem) solid #FF3668;
  border-radius: calc(20 / 16 * 1rem);
  padding: calc(20 / 16 * 1rem) calc(24 / 16 * 1rem);
  font-size: calc(18 / 16 * 1rem);
  font-weight: 400;
  color: #6A6A6A;
  box-sizing: border-box;
  transition: border-color 0.2s;
  transition: all 0.2s ease 0s;
}
.form-list input[type=text]:hover,
.form-list input[type=email]:hover,
.form-list input[type=tel]:hover,
.form-list input[type=date]:hover,
.form-list .mwform-datepicker:hover,
.form-list textarea:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .form-list input[type=text]:hover,
  .form-list input[type=email]:hover,
  .form-list input[type=tel]:hover,
  .form-list input[type=date]:hover,
  .form-list .mwform-datepicker:hover,
  .form-list textarea:hover {
    border-color: rgb(255, 3, 65.6865671642);
  }
}
.form-list input[type=text]:active,
.form-list input[type=email]:active,
.form-list input[type=tel]:active,
.form-list input[type=date]:active,
.form-list .mwform-datepicker:active,
.form-list textarea:active {
  border-color: rgb(255, 3, 65.6865671642);
}
.form-list input[type=text]::placeholder,
.form-list input[type=email]::placeholder,
.form-list input[type=tel]::placeholder,
.form-list input[type=date]::placeholder,
.form-list .mwform-datepicker::placeholder,
.form-list textarea::placeholder {
  color: #aaa;
  opacity: 1;
}
.form-list textarea {
  min-height: calc(180 / 16 * 1rem);
  resize: vertical;
}
@media all and (max-width: 740px) {
  .form-list dt {
    font-size: calc(16 / 16 * 1rem);
  }
  .form-list dd {
    margin-bottom: calc(30 / 16 * 1rem);
  }
  .form-list input[type=text],
  .form-list input[type=email],
  .form-list input[type=tel],
  .form-list input[type=date],
  .form-list .mwform-datepicker,
  .form-list textarea {
    font-size: calc(16 / 16 * 1rem);
    padding: calc(14 / 16 * 1rem) calc(12 / 16 * 1rem);
  }
  .form-list textarea {
    min-height: calc(120 / 16 * 1rem);
  }
}

.pp {
  margin: calc(30 / 16 * 1rem) auto calc(60 / 16 * 1rem);
  max-width: calc(500 / 16 * 1rem);
}
.pp label {
  display: flex;
  align-items: center;
  gap: calc(8 / 16 * 1rem);
  font-size: calc(15 / 16 * 1rem);
  color: #6A6A6A;
}
.pp label a {
  color: #4baaf3;
  transition: all 0.2s ease 0s;
}
.pp label a:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .pp label a:hover {
    color: #FF3668;
  }
}
.pp label a:active {
  color: #FF3668;
}
.pp .mwform-checkbox-field input[type=checkbox] {
  width: calc(20 / 16 * 1rem);
  height: calc(20 / 16 * 1rem);
  accent-color: #FF3668;
}

.submit-wrap {
  margin-top: calc(30 / 16 * 1rem);
  display: flex;
  justify-content: center;
  gap: calc(30 / 16 * 1rem);
}
.submit-wrap br {
  display: none;
}
.submit-wrap input[type=submit],
.submit-wrap button[type=submit] {
  display: inline-block;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1.4;
  box-sizing: border-box;
  background: url("../images/common/ic_arrow.svg") no-repeat, linear-gradient(90deg, #FF6F9C 0%, #FF3668 100%);
  background-position: center right calc(18 / 16 * 1rem), 0 0;
  background-size: calc(24 / 16 * 1rem) calc(24 / 16 * 1rem), auto;
  color: #fff;
  font-size: calc(18 / 16 * 1rem);
  font-weight: 700;
  border-radius: calc(30 / 16 * 1rem);
  padding: calc(16 / 16 * 1rem) calc(48 / 16 * 1rem) calc(16 / 16 * 1rem) calc(48 / 16 * 1rem);
  box-shadow: 0 calc(4 / 16 * 1rem) calc(16 / 16 * 1rem) rgba(255, 54, 104, 0.15);
  display: inline-flex;
  align-items: center;
  gap: calc(10 / 16 * 1rem);
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: calc(300 / 16 * 1rem);
  text-align: center;
  transition: background 0.2s, box-shadow 0.2s;
  transition: all 0.2s ease 0s;
}
.submit-wrap input[type=submit]:hover,
.submit-wrap button[type=submit]:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .submit-wrap input[type=submit]:hover,
  .submit-wrap button[type=submit]:hover {
    opacity: 0.9;
    box-shadow: 0 calc(8 / 16 * 1rem) calc(24 / 16 * 1rem) rgba(255, 54, 104, 0.22);
  }
}
.submit-wrap input[type=submit]:active,
.submit-wrap button[type=submit]:active {
  opacity: 0.9;
  box-shadow: 0 calc(8 / 16 * 1rem) calc(24 / 16 * 1rem) rgba(255, 54, 104, 0.22);
}
@media all and (max-width: 740px) {
  .submit-wrap {
    flex-direction: column;
    align-items: center;
  }
  .submit-wrap input[type=submit],
  .submit-wrap button[type=submit] {
    font-size: calc(16 / 16 * 1rem);
    padding: calc(12 / 16 * 1rem) calc(20 / 16 * 1rem) calc(12 / 16 * 1rem) calc(16 / 16 * 1rem);
  }
  .submit-wrap input[type=submit]::after,
  .submit-wrap button[type=submit]::after {
    width: calc(24 / 16 * 1rem);
    height: calc(24 / 16 * 1rem);
    right: calc(8 / 16 * 1rem);
  }
  .submit-wrap input[type=submit]::before,
  .submit-wrap button[type=submit]::before {
    right: calc(14 / 16 * 1rem);
    font-size: calc(14 / 16 * 1rem);
  }
}

.confirm-wrap {
  padding: calc(180 / 16 * 1rem) 0 calc(100 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .confirm-wrap {
    padding: calc(140 / 16 * 1rem) 0 calc(80 / 16 * 1rem);
  }
}

.confirm-form {
  border: calc(5 / 16 * 1rem) solid #FF577D;
  background-color: #fff;
  padding: calc(40 / 16 * 1rem);
}
.confirm-form .pp {
  display: none;
}
@media all and (max-width: 740px) {
  .confirm-form {
    padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.confirm-form .form-list {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .confirm-form .form-list {
    gap: calc(10 / 16 * 1rem);
  }
}
.confirm-form .form-list dt {
  display: flex;
  align-items: flex-start;
  gap: calc(5 / 16 * 1rem);
}
.confirm-form .form-list dt:before {
  content: "";
  margin-top: 0.35em;
  width: 1em;
  height: 1em;
  background-image: url(../images/pages/contact/check.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 740px) {
  .confirm-form .form-list {
    grid-template-columns: 1fr;
  }
}
.confirm-form input[name=submitBack] {
  background: url("../images/common/ic_arrow.svg") no-repeat, linear-gradient(90deg, #919691 0%, #919691 100%);
  background-position: center right calc(18 / 16 * 1rem), 0 0;
  background-size: calc(24 / 16 * 1rem) calc(24 / 16 * 1rem), auto;
}

.thanks-wrap {
  position: relative;
}

.thanks-inner {
  position: relative;
  z-index: 2;
  max-width: calc(1000 / 16 * 1rem);
  margin: 0 auto;
  padding: calc(220 / 16 * 1rem) 0 calc(120 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .thanks-inner {
    padding: calc(140 / 16 * 1rem) 0 0;
  }
}

.thanks-content {
  width: 100%;
  background-color: #fff;
  padding: calc(100 / 16 * 1rem) calc(40 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
  border: calc(4 / 16 * 1rem) solid #FF577D;
}
@media all and (max-width: 740px) {
  .thanks-content {
    padding: calc(50 / 16 * 1rem) calc(20 / 16 * 1rem) calc(200 / 16 * 1rem);
  }
}
.thanks-content__inner {
  max-width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 740px) {
  .thanks-content__inner {
    width: 100%;
    max-width: 100%;
  }
}
.thanks-content__inner .heading {
  font-size: calc(28 / 16 * 1rem);
  line-height: 1.25;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  margin-bottom: calc(40 / 16 * 1rem);
}
.thanks-content__inner .heading.bd {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 / 16 * 1rem);
  flex-direction: row;
}
@media all and (max-width: 740px) {
  .thanks-content__inner .heading.bd {
    font-size: 1.25rem;
  }
}
.thanks-content__inner .heading.bd > span {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.thanks-content__inner .heading.bd .main {
  margin-bottom: calc(10 / 16 * 1rem);
}
.thanks-content__inner .heading.bd:before, .thanks-content__inner .heading.bd:after {
  content: "";
  width: calc(1 / 16 * 1rem);
  height: 2em;
  background-color: #6A6A6A;
}
.thanks-content__inner .heading.bd:before {
  rotate: -15deg;
}
.thanks-content__inner .heading.bd:after {
  rotate: 15deg;
}
@media all and (max-width: 740px) {
  .thanks-content__inner .heading {
    font-size: 1.5rem;
  }
}
.thanks-content__inner .heading strong {
  font-size: 1.2em;
  color: #FF3668;
}
.thanks-content__inner .heading .main span {
  background: linear-gradient(0deg, #FFF8A6 0.4em, transparent 0.41em, transparent 100%);
}
@media all and (max-width: 740px) {
  .thanks-content__inner .heading .sub {
    font-size: 0.8em;
  }
}

.thanks-person {
  position: absolute;
  bottom: 0;
  right: -9%;
  width: 52%;
  z-index: 5;
}
@media all and (max-width: 740px) {
  .thanks-person {
    width: 90%;
    margin-top: calc(-180 / 16 * 1rem);
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

.ppWrap {
  padding: calc(200 / 16 * 1rem) 0;
}

.ppInner {
  max-width: calc(1000 / 16 * 1rem);
  margin: 0 auto;
  padding: calc(60 / 16 * 1rem) calc(40 / 16 * 1rem);
  background-color: #fff;
  border-radius: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .ppInner {
    padding: calc(50 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 calc(16 / 16 * 1rem) 0 rgba(0, 0, 0, 0.08);
  z-index: 1000;
  height: calc(90 / 16 * 1rem);
  padding: calc(15 / 16 * 1rem) calc(29 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .mainHeader {
    height: calc(56 / 16 * 1rem);
    padding: calc(0 / 16 * 1rem) calc(15 / 16 * 1rem);
    display: flex;
    align-items: center;
  }
}
.mainHeader__container {
  width: 100%;
  margin: 0 auto;
}
.mainHeader__row {
  width: 100%;
  gap: calc(20 / 16 * 1rem);
}
@media all and (min-width: 741px) {
  .mainHeader__row {
    min-height: calc(64 / 16 * 1rem);
  }
}
.mainHeader__logo {
  max-width: calc(100 / 16 * 1rem);
}
.mainHeader__right {
  gap: calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .mainHeader__nav {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visibility 0.3s;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    backdrop-filter: blur(calc(5 / 16 * 1rem));
  }
  .mainHeader__nav.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
}
.mainHeader__nav ul {
  gap: calc(15 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .mainHeader__nav ul {
    gap: calc(10 / 16 * 1rem);
  }
  .mainHeader__nav ul li {
    border-top: calc(1 / 16 * 1rem) solid rgba(0, 0, 0, 0.1);
  }
}
.mainHeader__nav-link {
  color: #6A6A6A;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: calc(13 / 16 * 1rem);
  line-height: 1.2;
  letter-spacing: 0.05em;
  padding: calc(3 / 16 * 1rem) calc(6 / 16 * 1rem);
  border-radius: calc(3 / 16 * 1rem);
  transition: background 0.2s, color 0.2s;
  display: flex;
  transition: all 0.2s ease 0s;
}
@media all and (max-width: 740px) {
  .mainHeader__nav-link {
    padding: calc(15 / 16 * 1rem) calc(15 / 16 * 1rem);
    font-size: 0.9375rem;
  }
}
.mainHeader__nav-link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__nav-link:hover {
    background: #FCDAEB;
    color: #FF3668;
  }
}
.mainHeader__nav-link:active {
  background: #FCDAEB;
  color: #FF3668;
}
.mainHeader__btns {
  gap: calc(10 / 16 * 1rem);
  margin-left: calc(0 / 16 * 1rem);
}
@media all and (max-width: 1080px) {
  .mainHeader__btns {
    position: absolute;
    right: calc(20 / 16 * 1rem);
    bottom: 0;
    translate: 0 calc(100% + 10 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .mainHeader__btns {
    width: 100%;
    padding: 0 calc(15 / 16 * 1rem);
    margin: 0;
    right: 0;
  }
}
.mainHeader__btn {
  border-radius: calc(98 / 16 * 1rem);
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(13 / 16 * 1rem);
  padding: calc(4 / 16 * 1rem) calc(15 / 16 * 1rem);
  box-shadow: 0 calc(3 / 16 * 1rem) calc(6 / 16 * 1rem) 0 rgba(0, 0, 0, 0.1);
  gap: calc(6 / 16 * 1rem);
  height: calc(40 / 16 * 1rem);
  text-shadow: 0px 0px 10px rgba(18, 93, 18, 0.6);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  text-align: center;
}
.mainHeader__btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .mainHeader__btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.mainHeader__btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.mainHeader__btn--line {
  background: rgba(22, 208, 22, 0.8);
  color: #fff;
  text-shadow: 0 0 calc(7 / 16 * 1rem) rgba(18, 93, 18, 0.6);
}
@media all and (max-width: 740px) {
  .mainHeader__btn--line {
    flex: 1.3;
  }
}
.mainHeader__btn--entry {
  background: rgba(255, 87, 125, 0.8);
  color: #fff;
  text-shadow: 0 0 calc(7 / 16 * 1rem) rgba(0, 0, 0, 0.35);
}
@media all and (max-width: 740px) {
  .mainHeader__btn--entry {
    flex: 1;
    padding-left: calc(60 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .mainHeader__btn {
    padding: calc(4 / 16 * 1rem) calc(10 / 16 * 1rem);
    font-size: 0.75rem;
  }
  .mainHeader__btn--entry {
    padding-left: calc(30 / 16 * 1rem);
  }
}
.mainHeader__btn-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: calc(6 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .mainHeader__btn-icon {
    margin-right: calc(4 / 16 * 1rem);
    width: calc(24 / 16 * 1rem);
  }
}
.mainHeader__btn-arrow {
  display: inline-block;
  vertical-align: middle;
  margin-left: calc(8 / 16 * 1rem);
  width: calc(14 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .mainHeader__hamburger {
    display: inline-block;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    color: inherit;
    text-align: inherit;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    line-height: 1.4;
    box-sizing: border-box;
    display: flex;
    width: calc(40 / 16 * 1rem);
    height: calc(40 / 16 * 1rem);
    padding: calc(8 / 16 * 1rem) 0;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .mainHeader__hamburger span {
    display: block;
    width: 100%;
    height: calc(2 / 16 * 1rem);
    background: #6A6A6A;
    border-radius: calc(1 / 16 * 1rem);
    margin-bottom: calc(4 / 16 * 1rem);
    transition: transform 0.3s, opacity 0.3s;
  }
  .mainHeader__hamburger span:last-child {
    margin-bottom: 0;
  }
  .mainHeader__hamburger.active span:nth-child(1) {
    transform: translateY(calc(11 / 16 * 1rem)) rotate(45deg);
  }
  .mainHeader__hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .mainHeader__hamburger.active span:nth-child(3) {
    transform: translateY(calc(-11 / 16 * 1rem)) rotate(-45deg);
  }
}

.footer-sns {
  padding: calc(40 / 16 * 1rem) 0 calc(100 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .footer-sns {
    padding: calc(20 / 16 * 1rem) 0 calc(60 / 16 * 1rem);
  }
}
.footer-sns__list {
  display: flex;
  justify-content: center;
  gap: calc(30 / 16 * 1rem);
}
.footer-sns__item {
  width: calc(100 / 16 * 1rem);
}
.footer-sns__link {
  display: block;
  box-shadow: calc(4 / 16 * 1rem) calc(4 / 16 * 1rem) calc(10 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
  border-radius: calc(40 / 16 * 1rem);
}
.footer-sns__link:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .footer-sns__link:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.footer-sns__link:active {
  opacity: 0.7;
  text-decoration: none;
}
.footer-sns__link img {
  width: 100%;
}

.mainFooter {
  padding: calc(40 / 16 * 1rem) 0;
  background-color: #C4E3FB;
}
.mainFooter__nav {
  margin-bottom: calc(70 / 16 * 1rem);
}
.mainFooter__list {
  display: flex;
  justify-content: center;
  gap: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .mainFooter__list {
    flex-direction: column;
    gap: calc(10 / 16 * 1rem);
  }
}
.mainFooter__sublist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}

.top-fv {
  position: relative;
  padding-top: calc(36 / 16 * 1rem);
  overflow: hidden;
  z-index: 10;
}
@media all and (max-width: 1080px) {
  .top-fv {
    padding-top: calc(130 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .top-fv {
    padding-top: calc(55 / 16 * 1rem);
  }
}
.top-fv__inner {
  max-width: 1920px;
  display: flex;
  position: relative;
  margin: 0 auto;
}
@media all and (max-width: 740px) {
  .top-fv__inner {
    flex-direction: column;
  }
}
.top-fv__inner__box {
  max-width: calc(1580 / 16 * 1rem);
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  top: calc(54 / 16 * 1rem);
  left: 0;
  width: 100%;
  bottom: 0;
  padding: calc(30 / 16 * 1rem) calc(30 / 16 * 1rem) calc(50 / 16 * 1rem);
  padding-left: 8%;
  display: flex;
  align-items: center;
}
@media all and (max-width: 1080px) {
  .top-fv__inner__box {
    top: 0;
  }
}
@media all and (max-width: 740px) {
  .top-fv__inner__box {
    position: relative;
    padding: 0 calc(20 / 16 * 1rem) calc(30 / 16 * 1rem);
    margin-top: calc(-10 / 16 * 1rem);
  }
}
.top-fv__person {
  margin-left: auto;
  width: 50%;
  height: 100%;
  object-fit: contain;
  margin-right: 3%;
}
@media all and (max-width: 740px) {
  .top-fv__person {
    width: 116%;
  }
}
.top-fv__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  position: relative;
}
@media all and (max-width: 1080px) {
  .top-fv__content {
    width: 60%;
  }
}
@media all and (max-width: 740px) {
  .top-fv__content {
    width: 100%;
  }
}
.top-fv__content__heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media all and (max-width: 740px) {
  .top-fv__content__heading {
    align-items: center;
    position: relative;
    z-index: 10;
  }
}
.top-fv__content__heading .label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #fff;
  padding: calc(0 / 16 * 1rem) calc(0 / 16 * 1rem) calc(0 / 16 * 1rem) calc(15 / 16 * 1rem);
  border-radius: calc(10 / 16 * 1rem);
  gap: calc(10 / 16 * 1rem);
  margin-bottom: calc(30 / 16 * 1rem);
}
.top-fv__content__heading .label:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: calc(-14 / 16 * 1rem);
  transform: translateX(-50%);
  width: calc(24 / 16 * 1rem);
  height: calc(14 / 16 * 1rem);
  background: #fff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.top-fv__content__heading .label__text {
  font-size: calc(17 / 16 * 1rem);
  background: linear-gradient(90deg, #FF3668 50.5%, #ED3DC1 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 500;
}
@media all and (max-width: 740px) {
  .top-fv__content__heading .label__text {
    font-size: 1.625rem;
  }
}
.top-fv__content__heading .label__icon {
  width: calc(50 / 16 * 1rem);
  transform-origin: bottom left;
  scale: 1.075;
}
.top-fv__content__heading .label__icon img {
  width: 100%;
}
@media all and (max-width: 740px) {
  .top-fv__content__heading .label__icon {
    width: calc(50 / 16 * 1rem);
  }
}
.top-fv__content .heading {
  width: 80%;
  position: relative;
  display: block;
}
@media all and (max-width: 740px) {
  .top-fv__content .heading {
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
.top-fv__content .heading__main {
  display: block;
}
.top-fv__content .heading__main img {
  width: 100%;
  height: auto;
}
.top-fv__content .heading__main:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 14%;
  aspect-ratio: 1/1;
  translate: 80% -80%;
  background-image: url("../images/top/fv_heading_effect.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media all and (max-width: 740px) {
  .top-fv__content .heading__main:after {
    translate: 35% -80%;
  }
}
.top-fv__content__subheading__inner {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: calc(20 / 16 * 1rem);
  font-size: calc(24 / 16 * 1rem);
  gap: 0.5em;
}
@media all and (max-width: 740px) {
  .top-fv__content__subheading__inner {
    width: 100%;
    position: relative;
    z-index: 10;
  }
}
.top-fv__content__subheading__inner:before, .top-fv__content__subheading__inner:after {
  content: "";
  flex: 1;
  height: calc(1 / 16 * 1rem);
  background-color: #6A6A6A;
  max-width: calc(70 / 16 * 1rem);
}
.top-fv__point-list {
  display: flex;
  justify-content: center;
  gap: calc(20 / 16 * 1rem);
  width: 80%;
}
@media all and (max-width: 740px) {
  .top-fv__point-list {
    width: 100%;
    gap: calc(10 / 16 * 1rem);
  }
}
.top-fv__point-list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  border-radius: calc(30 / 16 * 1rem);
  padding: calc(2 / 16 * 1rem);
  box-shadow: 0px calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  border-radius: calc(30 / 16 * 1rem);
  width: calc(177 / 16 * 1rem);
}
.top-fv__point-list__item__inner {
  border-radius: calc(30 / 16 * 1rem);
  padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(30 / 16 * 1rem);
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(10 / 16 * 1rem);
  position: relative;
}
@media all and (max-width: 740px) {
  .top-fv__point-list__item__inner {
    padding: calc(10 / 16 * 1rem) calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.top-fv__point-list__item__point {
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  color: #6A6A6A;
}
.top-fv__point-list__item__icon {
  width: 100%;
  aspect-ratio: 2/1;
  display: block;
  position: relative;
}
.top-fv__point-list__item__icon img {
  position: absolute;
  width: auto;
  left: 50%;
  translate: -50% 0;
  height: 100%;
}
.top-fv__point-list__item__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 50%;
  white-space: nowrap;
  display: flex;
  align-items: center;
  z-index: 10;
  color: #fff;
  background-color: #FF3668;
  font-size: calc(16 / 16 * 1rem);
  padding: calc(5 / 16 * 1rem) calc(10 / 16 * 1rem) calc(8 / 16 * 1rem);
  border-radius: calc(10 / 16 * 1rem);
  line-height: 1;
  font-weight: 500;
}
@media all and (max-width: 740px) {
  .top-fv__point-list__item__text {
    font-size: 0.875rem;
  }
}
.top-fv__result {
  position: absolute;
  width: calc(200 / 16 * 1rem);
  z-index: 5;
  right: -5%;
  bottom: 0;
  translate: 40% 0;
}
@media all and (max-width: 1080px) {
  .top-fv__result {
    right: -55%;
  }
}
@media all and (max-width: 740px) {
  .top-fv__result {
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    translate: -5% -80%;
    width: calc(180 / 16 * 1rem);
  }
}

.top-lead {
  background-image: url(../images/common/bg-grid.webp);
  background-size: calc(20 / 16 * 1rem);
}
.top-lead__heading__upper {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.top-lead__heading__upper strong {
  color: #FF3668;
  font-size: 1.1em;
}
.top-lead__heading__lower {
  margin-top: calc(40 / 16 * 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  gap: 2em;
}
@media all and (max-width: 740px) {
  .top-lead__heading__lower {
    flex-wrap: wrap;
    gap: 0.5em 1em;
  }
}
.top-lead__heading__lower span img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 740px) {
  .top-lead__heading__lower span {
    width: calc(150 / 16 * 1rem);
  }
  .top-lead__heading__lower span:first-child {
    width: 100%;
  }
  .top-lead__heading__lower span:first-child img {
    width: calc(150 / 16 * 1rem);
    margin: 0 auto;
  }
}
.top-lead__interview {
  margin-top: calc(40 / 16 * 1rem);
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
}
.top-lead__interview iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top-lead__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-lead__list {
    gap: calc(15 / 16 * 1rem);
  }
}
.top-lead__list__item {
  padding: calc(5 / 16 * 1rem);
  border-radius: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-lead__list__item {
    padding: calc(3 / 16 * 1rem);
  }
}
.top-lead__list__item__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: calc(30 / 16 * 1rem);
  background-color: #fff;
  border-radius: calc(30 / 16 * 1rem);
  padding: calc(40 / 16 * 1rem) calc(10 / 16 * 1rem) calc(20 / 16 * 1rem);
  height: 100%;
}
@media all and (max-width: 740px) {
  .top-lead__list__item__inner {
    gap: calc(15 / 16 * 1rem);
    padding: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem) calc(10 / 16 * 1rem);
  }
}
.top-lead__list__item__img {
  width: 65%;
  height: auto;
}
@media all and (max-width: 740px) {
  .top-lead__list__item__img {
    width: 80%;
  }
}
.top-lead__list__item__text {
  text-align: center;
}
@media all and (max-width: 740px) {
  .top-lead__list__item__text {
    font-size: 0.875rem;
  }
}
.top-lead__list__item__text strong {
  background: linear-gradient(0deg, #FFF8A6 40%, transparent 40.01%, transparent 100%);
}
@media all and (max-width: 740px) {
  .top-lead__comic-heading {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-lead__comic-btn {
  display: block;
  width: 100%;
  max-width: calc(625 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-lead__comic-btn:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-lead__comic-btn:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-lead__comic-btn:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-lead__comic-btn img {
  width: 100%;
}
.top-lead__foot-image {
  width: calc(100% + 60 / 16 * 1rem);
  left: calc(-30 / 16 * 1rem);
  position: relative;
  overflow: hidden;
}
.top-lead__foot-image__wrap {
  position: relative;
  z-index: 10;
  width: 200%;
  display: flex;
  animation: slide 20s linear infinite;
}
@media all and (max-width: 740px) {
  .top-lead__foot-image__wrap {
    animation: slide 10s linear infinite;
  }
}
.top-lead__foot-image__wrap__slide {
  flex: 1;
  padding: 0 calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-lead__foot-image__wrap__slide {
    padding: 0 calc(6 / 16 * 1rem);
  }
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media all and (max-width: 740px) {
  .top-lead__foot-image {
    width: calc(100% + 40 / 16 * 1rem);
    left: calc(-20 / 16 * 1rem);
  }
}
.top-lead__foot-image img {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(1796 / 16 * 1rem);
}

.top-campaign {
  margin-top: calc(-30 / 16 * 1rem);
  overflow: hidden;
}
.top-campaign__box {
  background-color: #fff;
  width: 100%;
  padding: calc(50 / 16 * 1rem) calc(30 / 16 * 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-campaign__box {
    padding: calc(30 / 16 * 1rem) calc(20 / 16 * 1rem);
  }
}
.top-campaign__heading {
  max-width: calc(620 / 16 * 1rem);
  margin: 0 auto calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-campaign__heading {
    margin-bottom: calc(40 / 16 * 1rem);
  }
}
.top-campaign__arrow {
  display: block;
  width: calc(240 / 16 * 1rem);
  aspect-ratio: 6/1;
  background-color: #FF3668;
  margin: calc(20 / 16 * 1rem) auto calc(50 / 16 * 1rem);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media all and (max-width: 740px) {
  .top-campaign__arrow {
    margin-bottom: 0;
  }
}
.top-campaign__box2 {
  padding: calc(80 / 16 * 1rem) 0 calc(160 / 16 * 1rem);
  position: relative;
}
.top-campaign__box2__inner {
  position: relative;
  z-index: 10;
}
.top-campaign__box2__heading {
  max-width: calc(1010 / 16 * 1rem);
  margin: calc(0 / 16 * 1rem) auto calc(30 / 16 * 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading {
    padding-top: calc(70 / 16 * 1rem);
  }
}
.top-campaign__box2__heading .item1 {
  width: calc(480 / 16 * 1rem);
  position: relative;
  z-index: 10;
  margin-bottom: calc(50 / 16 * 1rem);
  transition: all 1s ease 0.5s;
  scale: 1.5;
  opacity: 0;
}
.onAnim .top-campaign__box2__heading .item1 {
  scale: 1;
  opacity: 1;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading .item1 {
    width: 90%;
    margin-bottom: calc(40 / 16 * 1rem);
  }
}
.top-campaign__box2__heading .item2 {
  width: calc(530 / 16 * 1rem);
  position: relative;
  z-index: 10;
  margin-left: calc(40 / 16 * 1rem);
  transition: all 1s ease 0.75s;
  scale: 1.5;
  opacity: 0;
}
.onAnim .top-campaign__box2__heading .item2 {
  scale: 1;
  opacity: 1;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading .item2 {
    width: 75%;
    margin-left: 0;
  }
}
.top-campaign__box2__heading .item3 {
  width: calc(840 / 16 * 1rem);
  position: relative;
  z-index: 10;
  margin-top: calc(-30 / 16 * 1rem);
  margin-bottom: calc(-30 / 16 * 1rem);
  margin-left: calc(40 / 16 * 1rem);
  transition: all 1s ease 1s;
  scale: 2;
  opacity: 0;
}
@keyframes bounce-zoom {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.15);
  }
  35% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.15);
  }
  65% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.onAnim .top-campaign__box2__heading .item3 {
  scale: 1;
  opacity: 1;
  animation: bounce-zoom 3s cubic-bezier(0.68, -0.55, 0.27, 1.55) 2.5s infinite;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading .item3 {
    width: 92%;
    margin: 0 0 calc(20 / 16 * 1rem);
  }
}
.top-campaign__box2__heading .item4 {
  width: calc(610 / 16 * 1rem);
  position: relative;
  z-index: 10;
  margin-left: calc(70 / 16 * 1rem);
  margin-bottom: calc(20 / 16 * 1rem);
  transition: all 1.5s ease 1.25s;
  scale: 1.5;
  opacity: 0;
}
.onAnim .top-campaign__box2__heading .item4 {
  scale: 1;
  opacity: 1;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading .item4 {
    width: 85%;
    margin-left: calc(18 / 16 * 1rem);
  }
}
.top-campaign__box2__heading .confetti {
  position: absolute;
  top: 80%;
  left: 50%;
  translate: -50% -50%;
  width: calc(680 / 16 * 1rem);
  z-index: 1;
  animation: confetti-rotate-scale 14s linear infinite;
  opacity: 0.7;
  transition: all 1.5s ease 1.25s;
  scale: 1.5;
  opacity: 0;
}
.onAnim .top-campaign__box2__heading .confetti {
  scale: 1;
  opacity: 1;
}
@keyframes confetti-rotate-scale {
  0% {
    transform: rotate(0deg) scale(1);
  }
  25% {
    transform: rotate(90deg) scale(0.9);
  }
  50% {
    transform: rotate(180deg) scale(1);
  }
  75% {
    transform: rotate(270deg) scale(0.9);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading .confetti {
    width: 110%;
    top: 64%;
  }
}
.top-campaign__box2__heading .bg2 {
  position: absolute;
  top: 60%;
  left: 50%;
  translate: -50% -50%;
  width: calc(1100 / 16 * 1rem);
  z-index: 3;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading .bg2 {
    width: 100%;
    opacity: 0.9;
    top: 55%;
  }
}
@media all and (max-width: 740px) {
  .top-campaign__box2__heading {
    margin: calc(-40 / 16 * 1rem) 0 0;
    width: calc(100% + 40 / 16 * 1rem);
    position: relative;
    left: calc(-20 / 16 * 1rem);
  }
}
.top-campaign__box2__text {
  padding: calc(20 / 16 * 1rem);
  background-color: #fff;
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  z-index: 10;
  animation-delay: 1.5s !important;
}
@media all and (min-width: 741px) {
  .top-campaign__box2__text {
    line-height: 2;
    text-align: center;
  }
}
@media all and (max-width: 740px) {
  .top-campaign__box2__text {
    font-size: 1.25em;
  }
}
.top-campaign__box2__text span {
  background: linear-gradient(0deg, #FFF8A6 40%, transparent 40.01%, transparent 100%);
}
.top-campaign__box2__img {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0%;
  max-width: 2011px;
  width: calc(1700 / 16 * 1rem);
  z-index: 1;
}
@media all and (max-width: 740px) {
  .top-campaign__box2__img {
    width: 100vw;
  }
}
.top-campaign__box2__img img {
  width: 100%;
  height: auto;
}

.top-income__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(30 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-income__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-income__list__item {
  background: rgba(252, 218, 235, 0.3);
  box-shadow: 0px calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  border-radius: calc(20 / 16 * 1rem);
  padding: calc(20 / 16 * 1rem) calc(20 / 16 * 1rem) calc(40 / 16 * 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 740px) {
  .top-income__list__item {
    padding-top: calc(40 / 16 * 1rem);
  }
}
.top-income__list__img {
  width: 90%;
  margin: 0 auto calc(20 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-income__list__img {
    width: 80%;
  }
}
.top-income__list__person {
  text-align: center;
  margin-bottom: calc(10 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-income__list__person {
    font-size: 1.25rem;
  }
}
.top-income__list__income {
  position: relative;
  margin-bottom: calc(20 / 16 * 1rem);
}
.top-income__list__income .label {
  display: inline-block;
  font-weight: 700;
  padding: 0.2em 0.4em;
  background-color: #FF3668;
  color: #fff;
  border-radius: calc(10 / 16 * 1rem);
  font-size: 1.25em;
  line-height: 1.2;
}
.top-income__list__income .main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 2.25em;
  line-height: 1;
  margin-top: -0.2em;
  font-weight: 700;
  color: #FF3668;
}
@media all and (max-width: 1080px) {
  .top-income__list__income .main {
    font-size: 1.8em;
  }
}
@media all and (max-width: 740px) {
  .top-income__list__income .main {
    font-size: 2.5em;
  }
}
.top-income__list__income .main strong {
  font-size: 1.5em;
}

.top-other {
  position: relative;
  padding: calc(100 / 16 * 1rem) 0 calc(140 / 16 * 1rem);
  background-color: #F8FBFF;
  overflow: hidden;
}
@media all and (max-width: 1080px) {
  .top-other {
    padding: calc(70 / 16 * 1rem) 0 calc(80 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .top-other {
    padding: calc(40 / 16 * 1rem) 0 0;
  }
}
.top-other__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.top-other__heading {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background-color: #FF3668;
  padding: calc(20 / 16 * 1rem) calc(40 / 16 * 1rem);
  border-radius: calc(20 / 16 * 1rem);
  margin-bottom: calc(70 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-other__heading {
    max-width: 90%;
    padding: calc(20 / 16 * 1rem);
  }
}
.top-other__heading:before {
  content: "";
  width: calc(54 / 16 * 1rem);
  aspect-ratio: 1/1;
  background-size: contain;
  background-image: url(../images/top/other_heading_effect.webp);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  translate: 100% -80%;
}
@media all and (max-width: 740px) {
  .top-other__heading:before {
    translate: 80% -80%;
  }
}
.top-other__heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(60 / 16 * 1rem);
  aspect-ratio: 2/1;
  background-color: #FF3668;
  translate: -50% 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.top-other__text {
  font-size: 1.2em;
  line-height: 2.2;
  margin: 0 auto;
  max-width: calc(900 / 16 * 1rem);
  text-shadow: calc(2 / 16 * 1rem) calc(2 / 16 * 1rem) 0 #fff, calc(-2 / 16 * 1rem) calc(2 / 16 * 1rem) 0 #fff, calc(2 / 16 * 1rem) calc(-2 / 16 * 1rem) 0 #fff, calc(-2 / 16 * 1rem) calc(-2 / 16 * 1rem) 0 #fff, 0 calc(2 / 16 * 1rem) 0 #fff, calc(2 / 16 * 1rem) 0 0 #fff, 0 calc(-2 / 16 * 1rem) 0 #fff, calc(-2 / 16 * 1rem) 0 0 #fff;
}
@media all and (max-width: 740px) {
  .top-other__text {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: calc(30 / 16 * 1rem);
  }
}
.top-other__text strong {
  background: linear-gradient(0deg, #FFF8A6 40%, transparent 40.01%, transparent 100%);
}
.top-other__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media all and (max-width: 740px) {
  .top-other__bg {
    position: relative;
    top: auto;
    left: auto;
    width: calc(100% + 40 / 16 * 1rem);
    left: calc(-20 / 16 * 1rem);
  }
}
.top-other__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.top-merit__heading {
  margin: 0 auto calc(100 / 16 * 1rem);
}
.top-merit__heading img {
  width: 100%;
  height: auto;
}
@media all and (min-width: 741px) {
  .top-merit__heading {
    max-width: calc(580 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .top-merit__heading {
    margin-bottom: calc(50 / 16 * 1rem);
  }
}
.top-merit__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: calc(20 / 16 * 1rem);
  margin: 0 auto;
  max-width: calc(1200 / 16 * 1rem);
  padding: 0;
  list-style: none;
}
@media all and (max-width: 1080px) {
  .top-merit__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 740px) {
  .top-merit__list {
    grid-template-columns: repeat(2, 1fr);
    gap: calc(20 / 16 * 1rem);
  }
}
.top-merit__item {
  background: #fff;
  border-radius: calc(20 / 16 * 1rem);
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(32 / 16 * 1rem) calc(16 / 16 * 1rem) calc(24 / 16 * 1rem);
  text-align: center;
}
.top-merit__item:first-child .top-merit__icon {
  width: calc(50 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .top-merit__item {
    padding: calc(20 / 16 * 1rem) calc(10 / 16 * 1rem) calc(16 / 16 * 1rem);
  }
  .top-merit__item:last-child {
    grid-column: 1/-1;
    justify-self: center;
  }
}
.top-merit__icon {
  width: calc(80 / 16 * 1rem);
  height: calc(80 / 16 * 1rem);
  margin-bottom: calc(16 / 16 * 1rem);
}
.top-merit__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media all and (max-width: 740px) {
  .top-merit__icon {
    width: calc(72 / 16 * 1rem);
    height: calc(72 / 16 * 1rem);
    margin-bottom: calc(10 / 16 * 1rem);
  }
}
.top-merit__text {
  color: var(--main-color);
  font-size: 0.9em;
  line-height: 1.7;
  font-weight: 500;
  min-height: 3.4em;
  display: flex;
  align-items: center;
}

.top-support {
  background: rgba(196, 227, 251, 0.3);
}
@media all and (min-width: 741px) {
  .top-support {
    background-image: url(../images/top/support_bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.top-bonus__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: calc(20 / 16 * 1rem);
  max-width: calc(660 / 16 * 1rem);
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 740px) {
  .top-bonus__nav {
    grid-template-columns: repeat(1, 1fr);
    max-width: calc(300 / 16 * 1rem);
  }
}
.top-bonus__nav__item {
  transition: opacity 0.3s ease 0s;
  transition: all 0.2s ease 0s;
}
.top-bonus__nav__item:hover {
  text-decoration: none;
}
@media (hover: hover) {
  .top-bonus__nav__item:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
.top-bonus__nav__item:active {
  opacity: 0.7;
  text-decoration: none;
}
.top-bonus__nav__item__img {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
  width: 100%;
}

.top-entry {
  padding: calc(40 / 16 * 1rem) 0 0;
}
@media all and (max-width: 740px) {
  .top-entry {
    padding-top: calc(15 / 16 * 1rem);
  }
}
.top-entry__inner {
  max-width: 1840px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
}
@media all and (max-width: 740px) {
  .top-entry__inner {
    flex-direction: column;
  }
}
.top-entry__img {
  transform-origin: bottom left;
  z-index: 10;
  position: relative;
}
@media all and (min-width: 741px) {
  .top-entry__img {
    width: 35%;
    transform: scale(1.2);
  }
}
@media all and (max-width: 740px) {
  .top-entry__img {
    width: 80%;
    margin: 0 auto;
    margin-top: calc(-80 / 16 * 1rem);
  }
}
.top-entry__img img {
  width: 100%;
  height: auto;
}
.top-entry__content {
  padding: calc(40 / 16 * 1rem) calc(70 / 16 * 1rem);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 calc(4 / 16 * 1rem) calc(8 / 16 * 1rem) rgba(0, 0, 0, 0.1);
  border-radius: calc(30 / 16 * 1rem);
}
@media all and (min-width: 741px) {
  .top-entry__content {
    margin-left: auto;
    width: 60%;
    margin-bottom: calc(60 / 16 * 1rem);
  }
}
@media all and (max-width: 740px) {
  .top-entry__content {
    width: calc(100% + 20 / 16 * 1rem);
    position: relative;
    left: calc(-10 / 16 * 1rem);
    margin: 0 auto;
    padding: calc(50 / 16 * 1rem) calc(20 / 16 * 1rem) calc(90 / 16 * 1rem);
  }
}
.top-entry__list {
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  gap: calc(10 / 16 * 1rem);
}
.top-entry__item {
  display: flex;
  align-items: flex-start;
  gap: calc(10 / 16 * 1rem);
}
.top-entry__item:before {
  content: "";
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  background-image: url(../images/top/entry_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0.4em;
}

.lp1-cv-area .cv-area__btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp1-cv-area .cv-area__btn {
  font-size: 2rem;
  font-weight: 500;
  height: calc(90 / 16 * 1rem);
  padding: 0 calc(30 / 16 * 1rem);
  gap: 1em;
}
@media all and (max-width: 740px) {
  .lp1-cv-area .cv-area__btn {
    font-size: 1.375rem;
    height: calc(70 / 16 * 1rem);
    padding: 0 calc(20 / 16 * 1rem);
    gap: 0.5em;
  }
}
.lp1-cv-area .cv-area__btn-icon {
  width: calc(52 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .lp1-cv-area .cv-area__btn-icon {
    width: calc(42 / 16 * 1rem);
  }
}
.lp1-cv-area .cv-area__btn-arrow {
  width: calc(32 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .lp1-cv-area .cv-area__btn-arrow {
    width: calc(22 / 16 * 1rem);
  }
}

.lp1-support {
  background-image: url(../images/lp1/support_bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: calc(120 / 16 * 1rem);
}
.lp1-support__heading {
  position: relative;
  z-index: 5;
}
@media all and (max-width: 740px) {
  .lp1-support__heading {
    width: calc(100% + 40 / 16 * 1rem);
    margin-left: calc(-20 / 16 * 1rem);
  }
}
.lp1-support__heading img {
  width: 100%;
  height: auto;
}
.lp1-support__content {
  position: relative;
  padding: calc(160 / 16 * 1rem) calc(60 / 16 * 1rem) calc(100 / 16 * 1rem);
  margin-top: calc(-100 / 16 * 1rem);
}
@media all and (max-width: 740px) {
  .lp1-support__content {
    padding: calc(130 / 16 * 1rem) calc(20 / 16 * 1rem) calc(50 / 16 * 1rem);
  }
}
.lp1-support__content__bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: blur(calc(30 / 16 * 1rem));
}
.lp1-support__content:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  width: calc(278 / 16 * 1rem);
  aspect-ratio: 1/1;
  background-image: url(../images/lp1/support_circle1.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 740px) {
  .lp1-support__content:before {
    width: calc(148 / 16 * 1rem);
    top: 0;
    left: auto;
    right: 0;
    transform: translate(5%, 25%);
  }
}
.lp1-support__content:after {
  content: "";
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  transform: translate(30%, 0%);
  width: calc(308 / 16 * 1rem);
  aspect-ratio: 1/1;
  background-image: url(../images/lp1/support_circle2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 740px) {
  .lp1-support__content:after {
    width: calc(178 / 16 * 1rem);
    transform: translate(10%, 65%);
  }
}
.lp1-support__content__text {
  font-size: 1.5rem;
  line-height: 1.6;
  position: relative;
  margin: 0 auto;
  max-width: calc(840 / 16 * 1rem);
  z-index: 5;
}
@media all and (max-width: 740px) {
  .lp1-support__content__text {
    font-size: 1rem;
  }
}

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