/*
Theme Name: lp
Description:
Author:
Author URI:
*/

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
body {
  font-family: "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1e1e2f;
  background: #f4f4f4;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
  }
}

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

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

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

.orange {
  color: #ff4c1e;
}

.slash {
  letter-spacing: 0.1em;
  position: relative;
  font-weight: 600;
}

.slash:before,
.slash:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 1em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.slash:before {
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.slash:after {
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

.fadeup {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-animation: fadeup 1s ease forwards;
  animation: fadeup 1s ease forwards;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*----------------------------------------
FV
----------------------------------------*/
.fv {
  position: relative;
  max-width: 1920px;
  width: 100%;
  aspect-ratio: 16/9;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    height: 56.25vw;
    overflow: visible;
  }
}
.fv__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .fv__video {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
.fv__overlay {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.fv__title {
  position: absolute;
  z-index: 1;
  top: 2.5rem;
  left: calc(50% - 600px + 1.25rem);
  font-size: 2.1875rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1440px) {
  .fv__title {
    font-size: 2.43vw;
    top: 3vw;
    left: 3vw;
    text-align: left;
  }
}
.fv__header {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  background-color: rgba(27, 26, 26, 0.6);
}
@media screen and (max-width: 767px) {
  .fv__header {
    top: 56.25vw;
    bottom: auto;
    background-color: rgba(27, 26, 26, 0.8);
  }
}
.fv__nav {
  max-width: 930px;
  width: 100%;
  margin: 0 auto;
}
.fv__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .fv__nav-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.fv__nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .fv__nav-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.fv__nav-item a {
  display: block;
  padding: 1rem 0;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-align: center;
  line-height: 1.4;
  position: relative;
}
@media screen and (max-width: 767px) {
  .fv__nav-item a {
    padding: 4vw 0;
    font-size: 3vw;
  }
}
.fv__nav-item a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1.5px solid #ff4c1e;
  border-right: 1.5px solid #ff4c1e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .fv__nav-item a::after {
    margin-top: 1.5vw;
  }
}
.fv__nav-item a:hover,
.fv__nav-item a:active {
  background-color: #ff4c1e;
  color: #fff;
}
.fv__nav-item a:hover::after,
.fv__nav-item a:active::after {
  border-color: #fff;
}

/*----------------------------------------
intro
----------------------------------------*/
.intro {
  background: #f4f4f4;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .intro {
    padding-top: 56.25vw;
  }
}
.intro__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding: 10.7vw 3.84vw;
  }
}
@media screen and (max-width: 767px) {
  .intro__inner {
    padding-top: 0;
  }
}
.intro__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .intro__subheading {
    font-size: 5.38vw;
  }
}
.intro__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .intro__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.intro__item {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .intro__item {
    margin-top: 10.2vw;
  }
}
.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  text-align: left;
  background: #fff;
  padding: 2.75rem 2.375rem;
  margin-top: 3.125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .intro__list {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 9.23vw 5.89vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.17vw;
    margin-top: 5vw;
  }
}
.intro__list--odd::before,
.intro__list--even::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .intro__list--odd::before,
  .intro__list--even::before {
    display: none;
  }
}
.intro__list--odd::before {
  right: 0;
  width: 100vw;
}
.intro__list--even::before {
  left: 0;
  width: 100vw;
}
.intro__list > * {
  position: relative;
  z-index: 1;
}
.intro__list--even {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .intro__list--even {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 9.23vw 5.89vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7.17vw;
  }
}
.intro__text {
  max-width: 477px;
  width: 100%;
}
.intro__title {
  font-size: 1.875rem;
  font-weight: 600;
  border-left: 4px solid #ff4c1e;
  letter-spacing: 0.05em;
  padding-left: 1.5625rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .intro__title {
    font-size: 5vw;
    padding-left: 4vw;
    letter-spacing: 0.02em;
  }
}
.intro__txt {
  margin-top: 1.875rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .intro__txt {
    margin-top: 5vw;
    line-height: 1.7;
  }
}
.intro__image {
  max-width: 426px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .intro__image {
    width: 85%;
    margin: 0 auto;
  }
}
.intro__ref {
  font-size: 0.6875rem;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .intro__ref {
    font-size: 2.5vw;
    margin-top: 4vw;
  }
}

/*----------------------------------------
reduction
----------------------------------------*/
.large {
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  .large {
    font-size: 1.2em;
  }
}

.reduction {
  background: #f4f4f4;
}
.reduction__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .reduction__inner {
    padding: 10.7vw 3.84vw;
  }
}
.reduction__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reduction__subheading {
    font-size: 5.38vw;
  }
}
.reduction__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .reduction__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.reduction__heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4c1e;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .reduction__heading:before {
    height: 0.5vw;
    width: 10vw;
    bottom: -1vw;
  }
}
.reduction__item {
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .reduction__item {
    margin-top: 10.2vw;
  }
}
.reduction__en {
  position: absolute;
  top: 5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .reduction__en {
    width: 70vw;
    top: 3.2vw;
  }
}
.reduction__list {
  background: #fff;
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
  .reduction__list {
    margin-top: 5vw;
  }
}
.reduction__list:first-child {
  margin-top: 0;
}
.reduction__title {
  position: relative;
  font-size: 2.375rem;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/reduction-title01.webp") no-repeat center;
  background-size: cover;
  color: #fff;
  font-weight: 700;
  min-height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1875rem;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .reduction__title {
    min-height: auto;
    padding: 2.56vw 5.12vw;
    gap: 6.92vw;
    font-size: 6.41vw;
  }
}
@media screen and (max-width: 767px) {
  .reduction__title picture {
    width: 20.51vw;
  }
}
.reduction__title--secondary {
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/reduction-title02.webp") no-repeat center;
  background-size: cover;
}
.reduction__title--third {
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/reduction-title03.webp") no-repeat center;
  background-size: cover;
}
.reduction__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 26, 26, 0.55);
  z-index: 0;
}
.reduction__title > img,
.reduction__title__title,
.reduction__title span,
.reduction__title > * {
  position: relative;
  z-index: 1000;
}
.reduction__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2.6875rem 4.625rem;
  text-align: left;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .reduction__list-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 6.41vw;
    gap: 0;
  }
}
.reduction__image {
  max-width: 378px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .reduction__image {
    width: 85%;
    margin: 0 auto;
  }
}
.reduction__text {
  max-width: 410px;
  width: 100%;
  margin-top: 1.25rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .reduction__text {
    line-height: 1.7;
    margin-top: 5vw;
  }
}
.reduction__text--last {
  margin-top: 0.5rem;
}
.reduction__subtitle {
  color: #ff4c1e;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 2rem;
}
.reduction__ref {
  text-align: left;
  max-width: 994px;
  width: 100%;
  margin: 2rem auto 0;
  font-size: 0.6875rem;
  color: #646464;
}
@media screen and (max-width: 767px) {
  .reduction__ref {
    font-size: 2vw;
    margin-top: 4vw;
  }
}

.large02 {
  font-size: 1.3em;
  font-weight: 600;
}

/*----------------------------------------
cta
----------------------------------------*/
.cta {
  position: relative;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/cta-bg.webp") no-repeat top;
  background-size: cover;
}
.cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(27, 26, 26, 0.5);
  z-index: 0;
}
.cta__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding: 10.7vw 3.84vw;
  }
}
@media screen and (max-width: 767px) {
  .cta__inner {
    padding-top: 11.5vw;
    padding-bottom: 11.5vw;
  }
}
.cta__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__subheading {
    font-size: 5.38vw;
  }
}
.cta__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  color: #fff;
  z-index: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .cta__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.cta__heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4c1e;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .cta__heading:before {
    height: 0.5vw;
    width: 10vw;
    bottom: -1vw;
  }
}
.cta__title {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .cta__title {
    font-size: 4vw;
  }
}
.cta__text {
  color: #fff;
  padding: 5rem 0 4rem;
  font-size: 1.375rem;
  position: relative;
  z-index: 1;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .cta__text {
    font-size: 3.73vw;
    padding: 10.2vw 0;
    line-height: 1.7;
  }
}
.cta__btn {
  background: #ff4c1e;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 1.6875rem;
  font-weight: 700;
  max-width: 697px;
  width: 100%;
  margin: 0.4rem auto 0;
  border-radius: 3px;
  padding: 1rem 0;
  letter-spacing: 0.05em;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .cta__btn {
    font-size: 4.8vw;
    line-height: 1.4;
    width: 95%;
    margin: 1.5vw auto 0;
    padding: 3.33vw 0;
    padding-right: 3.5vw;
  }
}
.cta__btn::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/envelope-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 0.6em;
}
@media screen and (max-width: 767px) {
  .cta__btn::before {
    margin-right: 2.5vw;
  }
}
.cta__btn::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
@media screen and (max-width: 767px) {
  .cta__btn::after {
    right: 2vw;
  }
}
.cta__btn:hover {
  -webkit-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}

/*----------------------------------------
voice
----------------------------------------*/
.voice {
  background: #f4f4f4;
}
.voice__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice__inner {
    padding: 10.7vw 3.84vw;
  }
}
.voice__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .voice__subheading {
    font-size: 5.38vw;
  }
}
@media screen and (max-width: 767px) {
  .voice__subheading {
    line-height: 1.3;
  }
}
.voice__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .voice__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.voice__heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4c1e;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .voice__heading:before {
    height: 0.5vw;
    width: 10vw;
    bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .voice__heading {
    margin-top: 2vw;
  }
}
.voice__item {
  margin-top: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .voice__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5vw;
    margin-top: 10.2vw;
  }
}
.voice__list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 2.3125rem 1.6875rem;
  position: relative;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .voice__list {
    padding: 6.41vw;
  }
}
.voice__list-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .voice__list-inner {
    gap: 6vw;
  }
}
.voice__name {
  text-align: left;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 3.42vw;
  }
}
.voice__number {
  position: absolute;
  top: -0.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .voice__number {
    width: 22.5vw;
    top: -3vw;
  }
}
.voice__text {
  text-align: left;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .voice__text {
    margin-top: 4vw;
    line-height: 1.7;
  }
}

.example {
  margin-top: 5rem;
  background: #fff;
  position: relative;
  padding: 4rem 12.5rem;
}
@media screen and (max-width: 767px) {
  .example {
    margin-top: 8.97vw;
    padding: 7.69vw 2.56vw;
  }
}
.example__title {
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.example__title span {
  background: #fff;
  border: 1px solid #1e1e2f;
  font-size: 1.5625rem;
  font-weight: 600;
  padding: 0.5rem 1.6875rem;
  -webkit-box-shadow: 3px 4px 0 #1e1e2f;
  box-shadow: 3px 4px 0 #1e1e2f;
}
@media screen and (max-width: 767px) {
  .example__title span {
    font-size: 4.26vw;
    padding: 2vw 5vw;
    -webkit-box-shadow: 0.5vw 0.5vw 0 #1e1e2f;
    box-shadow: 0.5vw 0.5vw 0 #1e1e2f;
  }
}
.example__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .example__item {
    gap: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.example__list {
  position: relative;
  margin-top: 2rem;
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/voice-pressbg.webp") no-repeat center;
  background-size: cover;
  width: 300px;
  height: 180px;
  text-align: center;
  font-size: 1.5625rem;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .example__list {
    width: 60vw;
    height: 36vw;
    font-size: 3.59vw;
    margin: 0 auto;
  }
}
.example__list:hover {
  opacity: 0.85;
}
.example__list span {
  width: 100%;
  display: inline-block;
  background-color: rgba(233, 74, 33, 0.8);
  padding: 0.5rem 0;
  line-height: 1.5;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .example__list span {
    padding: 3vw 0;
  }
}
.example__list:nth-child(1) {
  margin-top: 0;
}
.example__list:nth-child(2) {
  margin-top: 0;
}

/*----------------------------------------
results
----------------------------------------*/
.blue {
  background: #215f9a;
  padding: 0.5rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .blue {
    padding: 1vw 1.5vw;
  }
}

.b {
  font-weight: 600;
}

.results {
  background: #f4f4f4;
  z-index: 0;
}
.results__deco {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .results__deco {
    width: 70vw;
    top: 3vw;
  }
}
.results__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .results__inner {
    padding: 10.7vw 3.84vw;
  }
}
.results__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .results__subheading {
    font-size: 5.38vw;
  }
}
@media screen and (max-width: 767px) {
  .results__subheading {
    font-size: 4vw;
  }
}
.results__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .results__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.results__heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4c1e;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .results__heading:before {
    height: 0.5vw;
    width: 10vw;
    bottom: -1vw;
  }
}
.results__box {
  background: #fff;
  position: relative;
  z-index: 1;
  max-width: 970px;
  width: 100%;
  margin: 4.375rem auto 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 2.625rem 0;
}
@media screen and (max-width: 767px) {
  .results__box {
    margin-top: 10.2vw;
    padding: 6vw;
  }
}
.results__text {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .results__text {
    font-size: 3.59vw;
    line-height: 1.7;
  }
}
.results__image {
  max-width: 777px;
  width: 100%;
  margin: 3.125rem auto 0;
}
@media screen and (max-width: 767px) {
  .results__image {
    margin-top: 5vw;
  }
}

/*----------------------------------------
flow
----------------------------------------*/
.flow {
  position: relative;
  background: #fff;
}
.flow__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .flow__inner {
    padding: 10.7vw 3.84vw;
  }
}
.flow__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .flow__subheading {
    font-size: 5.38vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__subheading {
    line-height: 1.3;
  }
}
.flow__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .flow__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.flow__heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4c1e;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .flow__heading:before {
    height: 0.5vw;
    width: 10vw;
    bottom: -1vw;
  }
}
@media screen and (max-width: 767px) {
  .flow__heading {
    margin-top: 1.5vw;
  }
}
.flow__image {
  max-width: 1050px;
  width: 100%;
  margin: 2.8125rem auto 0;
}
@media screen and (max-width: 767px) {
  .flow__image {
    margin-top: 7vw;
  }
}

/*----------------------------------------
association
----------------------------------------*/
.association {
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/association-bg.webp") no-repeat center;
  background-size: cover;
}
.association__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .association__inner {
    padding: 10.7vw 3.84vw;
  }
}
.association__subheading {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .association__subheading {
    font-size: 5.38vw;
  }
}
.association__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .association__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.association__heading:before {
  content: "";
  position: absolute;
  bottom: -10px;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff4c1e;
  margin-bottom: -0.6rem;
}
@media screen and (max-width: 767px) {
  .association__heading:before {
    height: 0.5vw;
    width: 10vw;
    bottom: -1vw;
  }
}
.association__box {
  background: #fff;
  padding: 2.5rem 0;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .association__box {
    padding: 6vw 3vw;
  }
}
.association__title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .association__title {
    font-size: 5.33vw;
  }
}
.association__text {
  margin-top: 3.4375rem;
  line-height: 2;
  font-size: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .association__text {
    margin-top: 4vw;
    line-height: 1.7;
    font-size: 3.59vw;
  }
}
.association__text--secondary {
  margin-top: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .association__text--secondary {
    margin-top: 3vw;
  }
}
.association__btn {
  display: inline-block;
  background: #6ad503;
  background: linear-gradient(146deg, rgb(106, 213, 3) 0%, rgb(56, 178, 26) 53%, rgb(9, 147, 48) 100%);
  color: #fff;
  max-width: 343px;
  width: 100%;
  margin: 2.5rem auto 0;
  padding: 1.25rem 0;
  border-radius: 3px;
  font-size: 1.0625rem;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .association__btn {
    margin-top: 6vw;
    width: 80%;
    font-size: 3.59vw;
  }
}
.association__btn:hover {
  opacity: 0.85;
}
.association__btn::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .association__btn::after {
    right: 3vw;
  }
}

/*----------------------------------------
contact
----------------------------------------*/
.contact {
  background: #f4f4f4;
}
.contact__inner {
  max-width: 1232px;
  width: 100%;
  padding: 5rem 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact__inner {
    padding: 10.7vw 3.84vw;
  }
}
.contact__heading {
  font-size: 3.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    font-size: 8.6vw;
    margin-top: 2vw;
  }
}
.contact__heading span {
  position: relative;
  z-index: 1;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .contact__heading span {
    font-size: 6.6vw;
  }
}
.contact__en {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 900px;
  width: 100%;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .contact__form {
    margin-top: 10.2vw;
  }
}
.contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2vw;
  }
}
.contact__item:first-child {
  margin-top: 0;
}
.contact__label {
  width: 200px;
  font-weight: 600;
  margin-right: 1rem;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contact__label {
    width: 100%;
    padding-left: 2vw;
  }
}
.contact__label .contact__required {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #215f9a;
  color: #fff;
  font-size: 0.75rem;
  padding: 0.125rem 0.5rem;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .contact__label .contact__required {
    right: auto;
    margin-left: 3vw;
    padding: 0.5vw 1.5vw;
    font-size: 2.5vw;
  }
}
.contact__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact__input {
    width: 100%;
  }
}
.contact__input--radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em;
}
.contact__input--radio label {
  white-space: nowrap;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
  cursor: pointer;
}
.contact__input input,
.contact__input textarea {
  width: 100%;
  padding: 1rem;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact__input input,
  .contact__input textarea {
    padding: 4vw;
    font-size: 16px;
  }
}
.contact__input input::-webkit-input-placeholder,
.contact__input textarea::-webkit-input-placeholder {
  color: #d2cdcd;
}
.contact__input input::-moz-placeholder,
.contact__input textarea::-moz-placeholder {
  color: #d2cdcd;
}
.contact__input input:-ms-input-placeholder,
.contact__input textarea:-ms-input-placeholder {
  color: #d2cdcd;
}
.contact__input input::-ms-input-placeholder,
.contact__input textarea::-ms-input-placeholder {
  color: #d2cdcd;
}
.contact__input input::placeholder,
.contact__input textarea::placeholder {
  color: #d2cdcd;
}
.contact__input textarea {
  min-height: 300px;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .contact__input textarea {
    min-height: 300px;
  }
}
.contact__input--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .contact__input--submit {
    margin-top: 4vw;
  }
}
.contact__input--submit .contact__btn {
  padding: 1rem 0;
  background-color: #ff4c1e;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: 600;
  max-width: 346px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.375rem;
  -webkit-box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 3px 4px 8px rgba(0, 0, 0, 0.16);
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .contact__input--submit .contact__btn {
    width: 80%;
    font-size: 4.6vw;
  }
}
.contact__input--submit .contact__btn:hover {
  opacity: 0.85;
}
.contact__input--submit .contact__btn::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: url("https://r-inverse.com/ctr-lp/wp-content/themes/lp/img/angle-right-solid-full.svg") no-repeat center;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .contact__input--submit .contact__btn::after {
    right: 3vw;
  }
}

.contact__input--radio input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 12px;
  height: 12px;
  border: 1px solid #7f7f7f;
  background-color: #fff;
  position: relative;
  padding: 0;
}
.contact__input--radio input[type="radio"]:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  background-color: #ff4c1e;
}
/*----------------------------------------
footer
----------------------------------------*/
.footer {
  background: #fff;
  text-align: center;
  padding: 2rem 0;
}
.footer__logo {
  width: 230px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 50vw;
  }
}
.footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .footer__item {
    gap: 4vw;
  }
}
.footer__link {
  font-size: 0.8125rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .footer__link {
    font-size: 3vw;
  }
}
.footer__link:hover {
  opacity: 0.85;
}

.copyright {
  background: #1e1e2f;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .copyright {
    font-size: 3vw;
    padding: 4vw;
  }
}
