/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.marker {
  background: linear-gradient(transparent 80%, rgba(61, 64, 67, 0.2) 20%);
}

.border {
  border: 1px solid #3d4043;
}

@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}

.font-16 {
  font-size: min(4.1vw, 26.24px);
  font-weight: 400;
}
.font-20 {
  font-size: min(5.1vw, 32.64px);
  font-weight: 500;
}
.font-24 {
  font-size: min(6.1vw, 39.04px);
  font-weight: 500;
}
.font-26 {
  font-size: min(6.6vw, 42.24px);
  font-weight: 700;
}
.font-28 {
  font-size: min(7.1vw, 45.44px);
  font-weight: 700;
}
.font-32 {
  font-size: min(8.2vw, 52.48px);
  font-weight: 700;
}
.font-34 {
  font-size: min(8.7vw, 55.68px);
  font-weight: 700;
}
.font-40 {
  font-size: min(10vw, 64px);
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

.center {
  text-align: center;
}
@media (min-width: 640px) {
  .center-pc {
    text-align: center;
  }
}

.block {
  background: #3d4043;
  color: #fff;
}
.block h2 {
  line-height: 1.4;
}

.conversion-btn {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 5em;
  margin: 0 auto;
  box-shadow: 0.1em 0.25em 0 rgba(33, 33, 33, 0.1);
  background: linear-gradient(to right, #cc0504, #ffa9a5);
}
.conversion-btn a {
  display: block;
  width: calc(100% - 0.375rem);
  padding: 1.4em 1.75rem 1.2em;
  margin: 0 auto;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  font-size: min(4.6vw, 29px);
}
.conversion-btn a::before {
  content: "";
  position: absolute;
  top: max(-5vw, -33px);
  left: 0;
  right: 0;
  margin: auto;
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_conversion.svg) no-repeat top center/contain;
  width: 100%;
  height: min(10.25vw, 65.6px);
  -webkit-animation: dec_conversion 1s linear infinite;
          animation: dec_conversion 1s linear infinite;
}
.conversion-btn a::after {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/conversion_arrow.svg) no-repeat right center/contain;
  width: 0.5em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
@-webkit-keyframes dec_conversion {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.3125rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes dec_conversion {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0.3125rem);
  }
  100% {
    transform: translateY(0);
  }
}

.header {
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 5rem;
  font-size: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  padding-top: 1rem;
  z-index: 999;
}
@media (min-width: 640px) {
  .header {
    height: 7rem;
  }
}
.header img {
  width: 90vw;
}
@media (min-width: 640px) {
  .header img {
    width: 640px;
  }
}

.inner {
  margin: 0 1rem;
}

.lp_ver2 {
  max-width: 640px;
  color: #3d4043;
  margin: 0 auto;
  letter-spacing: 0.02em;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.appeal {
  background: #efeeed;
}
.appeal h2 {
  font-weight: 700;
  line-height: 1.3;
}
.appeal_ttl {
  padding-top: 1.25rem;
  letter-spacing: 0.02em;
}
.appeal_pic {
  margin-top: -2em;
}
.appeal_result {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
}

.risk {
  margin-bottom: 0.25rem;
}
.risk_ttl {
  font-weight: bold;
  padding: 1rem 2rem 1.25rem;
}

.competition {
  background: #efeeed;
}
.competition .inner {
  line-height: 1.4;
}
.competition_ttl {
  padding-top: 4.9rem;
  margin-bottom: 1rem;
}
.competition_ttl .font-32 {
  display: inline-block;
  margin-top: 0.5rem;
  padding-left: 1.3rem;
}
.competition_txt {
  margin-bottom: 1.25rem;
}
.competition .block {
  position: relative;
  padding: 2rem 1rem;
}
.competition .block h3 {
  line-height: 1.4;
  margin-bottom: 1.2rem;
}
.competition .block p {
  line-height: 1.4;
}
.competition .block_top::before {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_competition_left.svg) no-repeat left bottom;
  position: absolute;
  left: 0.5rem;
  bottom: 5.5rem;
  width: 4.5rem;
  height: 5.1875rem;
}
@media (min-width: 640px) {
  .competition .block_top::before {
    left: 4rem;
  }
}
.competition .block_top::after {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_competition_right.svg) no-repeat right top;
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  width: 4.5rem;
  height: 5.1875rem;
}
@media (min-width: 640px) {
  .competition .block_top::after {
    right: 4rem;
  }
}
.competition .block_bottom {
  position: relative;
  padding: min(14.35vw, 92px) 0 min(6.15vw, 40px);
}
.competition .block_bottom .inner {
  padding-top: 0.5em;
}
.competition .block_bottom h3 {
  margin: 0.25rem 0 0.75rem;
}
.competition .block_bottom h4 {
  margin-top: 1.25rem;
  line-height: 1.6;
  padding: 0.8rem 0;
  background: #fff;
  color: #000;
}
.competition .block_bottom .marker {
  background: linear-gradient(transparent 80%, rgba(255, 255, 255, 0.2) 20%);
}
.competition .block_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: min(12.3vw, 78.72px) solid #efeeed;
  border-right: min(50vw, 320px) solid transparent;
  border-left: min(50vw, 320px) solid transparent;
}
.competition .block_bottom::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  border-top: min(12.3vw, 78.72px) solid #3d4043;
  border-right: min(50vw, 320px) solid transparent;
  border-left: min(50vw, 320px) solid transparent;
  transform: translateY(min(12.3vw, 78.72px));
}
.competition_list {
  margin: 2rem 0 0.9rem;
}
.competition_list_item:nth-child(2)::before {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_competition_01.svg) no-repeat center/cover;
  display: block;
  margin: 1rem auto;
  width: 12.5vw;
  height: 14.6vw;
}
@media (min-width: 640px) {
  .competition_list_item:nth-child(2)::before {
    width: 80px;
    height: 94px;
  }
}
.competition_list_item:nth-child(2)::after {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_competition_02.svg) no-repeat center/cover;
  display: block;
  margin: 1.5rem auto;
  width: 12.5vw;
  height: 6.4vw;
}
@media (min-width: 640px) {
  .competition_list_item:nth-child(2)::after {
    width: 80px;
    height: 41px;
  }
}

.check_ttl {
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/check_bg.jpg) no-repeat top center/cover;
}
.check h2 {
  margin-left: 2rem;
  padding: 6.75rem 0 0.8rem;
  width: 75vw;
}
@media (min-width: 640px) {
  .check h2 {
    width: 75%;
    margin: 0 auto;
  }
}
.check_list img {
  margin-bottom: 3.4rem;
}
.check_list_item:first-child {
  margin: -1.25rem 0 1.25rem;
}

.introduction {
  margin-top: 0.75rem;
}

.attention {
  margin-top: 3.4rem;
}

.simulation {
  margin-top: 3.4rem;
}
.simulation_txt {
  margin: 0.5rem 0 0.5rem;
  text-align: center;
}
.simulation_txt h3 {
  margin: 1rem 0;
  color: #c01920;
  font-weight: bold;
}
.simulation_bg {
  background: #f5f5f5;
  padding: 0.75rem 0 2rem;
}
.simulation_container {
  display: flex;
  gap: 0.7rem;
}
@media (min-width: 640px) {
  .simulation_container {
    display: block;
  }
}
.simulation_container_pic {
  width: 45vw;
}
@media (min-width: 640px) {
  .simulation_container_pic {
    width: 45%;
    margin: 0 auto 0.75rem;
  }
}
.simulation_container_pic img {
  width: 100%;
  height: auto;
  border-radius: 0.625rem;
}
.simulation_container_content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.simulation_container_content h4 {
  line-height: 1.4;
  text-align: center;
  padding: 0.3rem;
  background: #3d4043;
  color: #fff;
  font-weight: bold;
  font-size: min(3.6vw, 23px);
  text-align: center;
}
.simulation_container_content p {
  font-size: min(3.6vw, 23px);
  margin-top: 1rem;
  line-height: 1.6;
  margin: 0.5rem;
  margin-bottom: 0;
}
.simulation_container_content p small {
  text-align: center;
  font-size: min(3.1vw, 20px);
}
.simulation_container_content .online {
  text-align: center;
  margin-top: auto;
}
.simulation .conversion-btn {
  margin: calc(1.25em + 1.25rem) auto 0;
}

.benefit_txt {
  position: relative;
  margin: 0.3em auto 1.25em;
  font-size: min(4.1vw, 26.24px);
  text-align: center;
  line-height: 1.4;
}
.benefit_txt::before {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_benefit_line.svg) no-repeat;
  transform: rotateY(180deg);
  width: 1.4375rem;
  height: 3.0625rem;
  position: absolute;
  bottom: 0;
  left: 1rem;
}
@media (min-width: 640px) {
  .benefit_txt::before {
    left: 3rem;
  }
}
.benefit_txt::after {
  content: "";
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/dec_benefit_line.svg) no-repeat;
  width: 1.4375rem;
  height: 3.0625rem;
  position: absolute;
  bottom: 0;
  right: 1.2rem;
}
@media (min-width: 640px) {
  .benefit_txt::after {
    right: 3rem;
  }
}
.benefit_pic {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922);
  display: block;
  margin: 0 auto;
  width: 77vw;
}
@media (min-width: 640px) {
  .benefit_pic {
    width: 77%;
  }
}
.benefit_container {
  position: relative;
  font-weight: normal;
  background: #f4f2f0;
  text-align: center;
  line-height: 1.4;
  margin-top: -2.25rem;
  padding: 2rem 0;
}
.benefit_book {
  font-size: min(4.6vw, 29.44px);
  font-weight: bolder;
  padding: 0.5rem 0;
  color: #cc0504;
}
.benefit_book span {
  color: #3d4043;
}
.benefit_conversion {
  padding: 1.65em 0;
  text-align: center;
  line-height: 1.6;
}
.benefit_conversion p {
  font-weight: bold;
}
.benefit_conversion p small {
  display: block;
  margin-top: 0.25em;
  font-size: min(3vw, 19.2px);
  font-weight: normal;
}
.benefit_conversion .conversion-txt {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}
.benefit_another .benefit_txt {
  margin: 1.25rem auto 2.25rem;
}
.benefit_another .benefit_txt::before {
  bottom: -1rem;
  left: 1.2rem;
}
@media (min-width: 640px) {
  .benefit_another .benefit_txt::before {
    left: 3rem;
  }
}
.benefit_another .benefit_txt::after {
  bottom: -1rem;
  right: 1.4rem;
}
@media (min-width: 640px) {
  .benefit_another .benefit_txt::after {
    right: 3rem;
  }
}
.benefit_another .benefit_container {
  padding: 2rem 0;
  margin-top: -3.5rem;
}
.benefit_another .benefit_container .font-16 {
  line-height: 1.6;
}

.support_ttl {
  position: relative;
  text-align: center;
  line-height: 1.4;
  padding: 3.5rem 0 3rem;
}
.support_ttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-color: #cc0504 transparent transparent transparent;
  border-width: 0.65em 0.6em 0 0.6em;
  border-style: solid;
  transform: translate(-50%, -0.75em);
}
.support_ttl .marker {
  background: linear-gradient(transparent 80%, rgba(204, 5, 4, 0.1) 20%);
}
.support_ttl .marker::after {
  content: "";
}
.support_container {
  background: url(/wp-content/themes/affinger-child/img/lp/ver2/bg_support.jpg) no-repeat top center/contain;
}
.support_container_logo {
  display: block;
  padding-top: 2rem;
  margin: 0 auto;
  width: 37vw;
}
@media (min-width: 640px) {
  .support_container_logo {
    width: 37%;
  }
}
.support_container h3 {
  padding: 0.3em 0 1.4em;
  line-height: 1.6;
  font-weight: normal;
  text-align: center;
}
.support_point_list_item {
  counter-increment: point-item;
  margin-bottom: 2rem;
}
.support_point_list_item h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.support_point_list_item h4::after {
  content: counter(point-item);
}
.support_sales_list {
  margin: -0.5em 1rem 2.75em;
}
.support_sales_list_item {
  margin-bottom: 3.4rem;
}
.support_sales_list_item:last-child {
  margin: 0;
}
.support .block {
  text-align: center;
  line-height: 1.4;
  padding: 0.75rem 0 1rem;
}
.support .block h3 {
  letter-spacing: -0.06em;
}
.support_table_ttl {
  margin-bottom: 3.4rem;
}
.support_table_ttl h2 {
  padding: 1rem 0 1.25rem;
  text-align: center;
  line-height: 1.4;
}

.flow {
  padding-top: 3.4rem;
  margin-bottom: 3.4rem;
  border-top: 1px solid #cc0504;
}
.flow_list {
  margin-top: 0.75rem;
}
.flow_list_item {
  counter-increment: flow-item;
  display: flex;
  border: 1px solid #3d4043;
  box-sizing: border-box;
  margin-bottom: 1rem;
}
.flow_list_item h3 {
  width: 11vw;
  background: #3d4043;
  border-right: 1px solid #3d4043;
  box-sizing: border-box;
  color: #fff;
  font-size: min(3.6vw, 23px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 640px) {
  .flow_list_item h3 {
    width: 11%;
  }
}
.flow_list_item h3::after {
  content: counter(flow-item);
  display: block;
  margin-top: 0.25em;
}
.flow_list_item .flow_content {
  padding: 0.8rem 0 0.5rem;
  box-sizing: border-box;
  flex: 1;
}
.flow_list_item .flow_content h4 {
  font-size: min(4.1vw, 26.24px);
  text-align: center;
  margin-bottom: 0.25rem;
  line-height: 1.4;
}
.flow_list_item .flow_content p {
  margin: 0 0.75rem;
  font-size: min(3.6vw, 23px);
  line-height: 1.4;
}

.qa {
  position: relative;
}
.qa h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.5rem;
}
.qa_block {
  position: relative;
  padding: 1.5rem 0 1rem;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(61, 64, 67, 0.4);
  cursor: pointer;
  font-size: 4.1025641026vw;
}
@media (min-width: 640px) {
  .qa_block {
    width: 100%;
    font-size: 26.2564102564px;
  }
}
.qa_block-question {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.qa_block-question p {
  font-weight: 700;
  line-height: 1.4;
  margin-left: 0.5rem;
  width: 71vw;
}
@media (min-width: 640px) {
  .qa_block-question p {
    width: 100%;
  }
}
.qa_block-question::before {
  content: "Q.";
  font-size: min(5.1vw, 32.6px);
  border-radius: 50%;
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  color: #3d4043;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.4;
}
.qa_block-question::after {
  content: "";
  margin-left: auto;
  background: #3d4043 url(/wp-content/themes/affinger-child/img/lp/ver3/icon_qa_plus.svg) no-repeat center/70%;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 0.7em;
  width: 0.7em;
  height: 0.7em;
  align-self: center;
  transition: background 0.3s ease-in-out;
}
.qa_block-question.open::after {
  content: "";
  background: #3d4043 url(/wp-content/themes/affinger-child/img/lp/ver3/icon_qa_minus.svg) no-repeat center/70%;
}
.qa_block-answer {
  width: 100%;
  display: none;
  cursor: auto;
}
.qa_block-answer div {
  display: flex;
  justify-content: space-between;
  margin-top: 0.75rem;
}
.qa_block-answer div p {
  text-indent: 0;
  padding: 1rem;
  margin-left: 0.5rem;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  background: #f4f2f0;
  flex: 1;
}
@media (min-width: 640px) {
  .qa_block-answer div p {
    width: 100%;
  }
}
.qa_block-answer div::before {
  content: "A.";
  color: #c01920;
  font-size: min(5.1vw, 32.6px);
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.qa_block.open .qa_block-answer {
  display: flex !important;
  align-items: center;
}

.footer_pic_01 {
  margin: 3.4rem 0;
}
.footer_pic_02 {
  margin-bottom: 1.25rem;
}
.footer .inner h3 {
  line-height: 1.4;
  margin: 1.5em 0 2em;
}
.footer .conversion-btn {
  margin: 2rem 0 1.5rem;
}
.footer_logo {
  display: block;
  margin: 0 auto 2.4rem;
  margin-left: 1.25rem;
  width: 86vw;
}
@media (min-width: 640px) {
  .footer_logo {
    width: 86%;
  }
}
.footer_list {
  padding: 1em 4em;
  border-top: 1px solid #ffa9a5;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
@media (min-width: 640px) {
  .footer_list {
    padding: 5rem;
  }
}
.footer_list_item {
  font-size: min(3.1vw, 20px);
}
.footer_list_item a {
  color: #3d4043;
}
.footer_list_item a:hover {
  opacity: 0.7;
}

.lp_ver2_footer {
  max-width: 640px;
  margin: 2em auto 0;
  box-sizing: border-box;
  overflow: hidden;
  color: #3d4043;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 4.1025641026vw;
}
@media (min-width: 640px) {
  .lp_ver2_footer {
    font-size: 26.2564102564px;
  }
}
/*# sourceMappingURL=style-lp-ver2.css.map */