@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;500;700&display=swap');
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 300;
  font-style: normal;
  src: url('/common/fonts/NotoSansCJKjp-DemiLight.woff') format('woff');
}

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

a {
  color: #222;
  text-decoration: underline;
}

a:active {
  background-color: transparent;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

@media screen and (max-width: 767px) {
  html {
    min-width: 0 !important;
    font-size: 87.5%;
  }
}

@media (max-width: 374px) {
  html {
    font-size: 3.7333333vw;
  }
}

body {
  background: none;
  color: #222;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .c-br.is-pc {
    display: none;
  }
}

@media print, (min-width: 768px) {
  .c-br.is-sp {
    display: none;
  }
}

.c-btn {
  position: relative;
  border-radius: 5px;
}

@media print, (min-width: 768px) {
  .c-btn {
    width: 436px;
  }
}

.c-btn__ag {
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #fff;
  background-mask: url('/LP/remoteheim/images/icon_angle01.svg') 50% 50%/contain no-repeat;
  -webkit-mask: url('/LP/remoteheim/images/icon_angle01.svg') 50% 50%/contain no-repeat;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, opaity 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.c-btn__ag:nth-child(1) {
  transform: translate(0, -50%);
}

@media print, (min-width: 768px) {
  .c-btn__ag:nth-child(1) {
    right: 19px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn__ag:nth-child(1) {
    right: 8px;
  }
}

.c-btn__ag:nth-child(2) {
  transform: translate(-40px, -50%);
  left: 19px;
}

.c-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  border-radius: 5px;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: border-color 400ms cubic-bezier(.215, .61, .355, 1), background-color 400ms cubic-bezier(.215, .61, .355, 1), color 400ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .c-btn > a {
    padding: 18px 0;
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .c-btn > a {
    padding: 12px 0;
    font-size: 16px;
  }
}

@media print, (min-width: 768px) {
  .c-btn > a:hover,
  .c-btn > a:active {
    background-color: transparent;
    color: #156082;
  }
  .c-btn > a:hover .c-btn__ag,
  .c-btn > a:active .c-btn__ag {
    background: #156082;
  }
  .c-btn > a:hover .c-btn__ag:nth-child(1),
  .c-btn > a:active .c-btn__ag:nth-child(1) {
    transform: translate(40px, -50%);
  }
  .c-btn > a:hover .c-btn__ag:nth-child(2),
  .c-btn > a:active .c-btn__ag:nth-child(2) {
    transform: translate(0, -50%);
  }
}

.simple-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, .95);
}

.simple-header__in {
  position: relative;
}

@media print, (min-width: 768px) {
  .simple-header__in {
    min-width: 1140px;
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__in {
    height: 65px;
  }
}

.simple-header__lg {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .simple-header__lg {
    left: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 36px;
    width: 267px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__lg {
    left: 20px;
    top: 20.5px;
    width: 170px;
    height: 24px;
  }
}

.simple-header__lg a {
  display: block;
  position: relative;
  height: 100%;
}

.simple-header__lg img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.simple-header__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .simple-header__bt {
    right: clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
    top: 37px;
    min-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt {
    right: 20px;
    top: 18.5px;
    min-width: 100px;
  }
}

.simple-header__bt a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #156082;
  background: #156082;
  overflow: hidden;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
  transition: background-color 300ms cubic-bezier(.215, .61, .355, 1), color 300ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .simple-header__bt a {
    height: 36px;
    padding: 0 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .simple-header__bt a {
    height: 28px;
    padding: 0 10px;
    font-size: 11px;
  }
}

@media print, (min-width: 768px) {
  .simple-header__bt a:hover,
  .simple-header__bt a:active {
    background-color: transparent;
    color: #156082;
  }
}

.siteWrapper {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .siteWrapper {
    min-width: 1140px;
  }
}

@media print, (min-width: 768px) {
  .l-headerHeight {
    height: 110px;
  }
}

@media screen and (max-width: 767px) {
  .l-headerHeight {
    height: 65px;
  }
}

.m-keyvis__mn {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media print, (min-width: 768px) {
  .m-keyvis__mn {
    height: 565px;
    background-image: url(/LP/remoteheim/images/bg_keyvis01.jpg);
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mn {
    padding-top: 158.66667%;
    background-image: url(/LP/remoteheim/images/bg_keyvis01_sp.jpg);
  }
}

.m-keyvis__mn__tt {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-keyvis__mn__tt {
    left: 50%;
    top: 65.5px;
    margin-left: -626.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mn__tt {
    left: .93333vw;
    top: 0;
    width: 98.26667vw;
    padding-top: 8.26667vw;
  }
}

.m-keyvis__mn__tt > span {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .m-keyvis__mn__tt > span {
    width: 635.5px;
    height: 279px;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mn__tt > span {
    padding-top: 44.09769%;
  }
}

.m-keyvis__mn__tt > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

@media print, (min-width: 768px) {
  .m-keyvis__mn__tt > span::before {
    width: 635.5px;
    height: 279px;
    background-image: url(/LP/remoteheim/images/bg_keyvis02.webp);
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mn__tt > span::before {
    padding-top: 44.09769%;
    background-image: url(/LP/remoteheim/images/bg_keyvis02_sp.webp);
  }
}

.m-keyvis__mn__tt > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-keyvis__mn__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .m-keyvis__mn__bt {
    left: 50%;
    top: 391px;
    margin-left: -527px;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mn__bt {
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 51.6vw;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__mn__bt__in {
    padding: 20px 37.5px 0;
  }
}

@media print, (min-width: 768px) {
  .m-keyvis__ft {
    margin-top: 17px;
  }
}

@media screen and (max-width: 767px) {
  .m-keyvis__ft {
    margin: 10px 16px 0;
  }
}

.m-keyvis__ft__n {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-worry {
    padding: 90px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-worry {
    padding: 60px 0 75px;
  }
}

.m-worry__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-worry__tt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-worry__tt {
    margin-bottom: 25px;
    font-size: 24px;
  }
}

.m-worry__ul {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-worry__ul {
    display: flex;
    justify-content: center;
    gap: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .m-worry__ul {
    height: 399px;
  }
}

.m-worry__ul > li {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(/LP/remoteheim/images/bg_worry01.webp) no-repeat;
  background-size: contain;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-worry__ul > li {
    width: 287px;
    height: 233px;
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .m-worry__ul > li {
    position: absolute;
    left: 50%;
    width: 182px;
    height: 148px;
    font-size: 15px;
  }
}

.m-worry__ul > li > span {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-worry__ul > li:nth-child(1) {
    top: 0;
    margin-left: -171.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-worry__ul > li:nth-child(2) {
    top: 120px;
    margin-left: -10.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-worry__ul > li:nth-child(3) {
    top: 251px;
    margin-left: -171.5px;
  }
}

.m-image__mn {
  position: relative;
}

@media print, (min-width: 768px) {
  .m-image__mn {
    height: 510px;
  }
}

.m-image__mn__tt {
  font-weight: 500;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-image__mn__tt {
    position: absolute;
    left: 50%;
    top: 35px;
    z-index: 1;
    margin-left: -115px;
    font-size: 34px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__mn__tt {
    margin-bottom: 20px;
    font-size: 25px;
    text-align: center;
  }
}

.m-image__mn__p > span {
  display: block;
}

@media print, (min-width: 768px) {
  .m-image__mn__p > span {
    position: absolute;
    left: 50%;
  }
}

@media screen and (max-width: 767px) {
  .m-image__mn__p > span {
    position: relative;
  }
}

.m-image__mn__p > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .m-image__mn__p > span:nth-child(n+2) {
    margin-top: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-image__mn__p > span:nth-child(1) {
    top: 0;
    width: 1023px;
    height: 510px;
    margin-left: -720px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__mn__p > span:nth-child(1) {
    padding-top: 69.86667%;
  }
}

@media print, (min-width: 768px) {
  .m-image__mn__p > span:nth-child(2) {
    top: 0;
    width: 406px;
    height: 250px;
    margin-left: 314px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__mn__p > span:nth-child(2) {
    padding-top: 61.33333%;
  }
}

@media print, (min-width: 768px) {
  .m-image__mn__p > span:nth-child(3) {
    top: 260px;
    width: 406px;
    height: 250px;
    margin-left: 314px;
  }
}

@media screen and (max-width: 767px) {
  .m-image__mn__p > span:nth-child(3) {
    padding-top: 61.33333%;
  }
}

@media print, (min-width: 768px) {
  .m-service {
    padding: 100px 0;
  }
}

@media screen and (max-width: 767px) {
  .m-service {
    padding: 115px 0 100px;
  }
}

@media print, (min-width: 768px) {
  .m-service__hd {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__hd {
    margin-bottom: 40px;
  }
}

.m-service__hd__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-service__hd__tt {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__hd__tt {
    font-size: 24px;
  }
}

.m-service__hd__n {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-service__hd__n {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__hd__n {
    margin: 20px 16px 0;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u {
    display: flex;
    justify-content: center;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u__tw {
    width: 402px;
  }
}

.m-service__mn__u__tw__bl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-height: 75px;
  box-sizing: border-box;
  padding: 10px 0;
  background: #8e8e8e;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-service__mn__u__tw__bl {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u__tw__bl {
    margin: 0 16px;
    font-size: 16px;
  }
}

.m-service__mn__u__tw__bl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  width: 32px;
  height: 21px;
  background: #8e8e8e;
}

@media screen and (max-width: 767px) {
  .m-service__mn__u__tw__bl::before {
    left: 50%;
    margin-left: -25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
}

.m-service__mn__u__tw__t {
  font-weight: 700;
  line-height: 1.5;
}

@media print, (min-width: 768px) {
  .m-service__mn__u__tw__t {
    margin-top: 50px;
    font-size: 32px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u__tw__t {
    margin-top: 30px;
    font-size: 28px;
    text-align: center;
  }
}

.m-service__mn__u__p {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-service__mn__u__p {
    margin-top: 25px;
    text-align: center;
  }
}

.m-service__mn__u__p img {
  vertical-align: top;
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(2n+1) {
    flex-direction: row;
  }
  .m-service__mn__u:nth-child(2n+1) .m-service__mn__u__tw__bl::before {
    left: 170px;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .m-service__mn__u:nth-child(2n+1) .m-service__mn__u__tw__t {
    text-align: right;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(2n+2) {
    flex-direction: row-reverse;
  }
  .m-service__mn__u:nth-child(2n+2) .m-service__mn__u__tw__bl::before {
    right: 170px;
    clip-path: polygon(0 0, 100% 0, 0 100%);
  }
  .m-service__mn__u:nth-child(2n+2) .m-service__mn__u__tw__t {
    text-align: left;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(n+2) {
    margin-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(n+2) {
    margin-top: 50px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(1) {
    gap: 0 84px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(1) .m-service__mn__u__tw {
    padding-top: 71px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(1) .m-service__mn__u__p {
    padding-left: 40px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(1) .m-service__mn__u__p img {
    width: 341.5px;
    height: 399px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(1) .m-service__mn__u__p img {
    width: 198.07px;
    height: 231.42px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(2) {
    gap: 0 7.5px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(2) .m-service__mn__u__tw {
    padding-top: 49.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(2) .m-service__mn__u__p {
    padding-left: 5px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(2) .m-service__mn__u__p img {
    width: 489px;
    height: 382.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(2) .m-service__mn__u__p img {
    width: 283.62px;
    height: 221.85px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(3) {
    gap: 0 71.5px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(3) .m-service__mn__u__tw {
    padding-top: 65px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(3) .m-service__mn__u__p {
    padding-left: 10px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(3) .m-service__mn__u__p img {
    width: 444px;
    height: 393px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(3) .m-service__mn__u__p img {
    width: 257.52px;
    height: 227.94px;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(4) {
    gap: 0;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(4) .m-service__mn__u__tw {
    padding-top: 24.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(4) .m-service__mn__u__p {
    padding-left: 0;
  }
}

@media print, (min-width: 768px) {
  .m-service__mn__u:nth-child(4) .m-service__mn__u__p img {
    width: 600px;
    height: 358.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__mn__u:nth-child(4) .m-service__mn__u__p img {
    width: 348px;
    height: 207.93px;
  }
}

@media print, (min-width: 768px) {
  .m-service__ft {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__ft {
    margin-top: 50px;
  }
}

.m-service__ft__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-service__ft__tt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-service__ft__tt {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media print, (min-width: 768px) {
  .m-service__ft__bt {
    width: 436px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-service__ft__bt {
    margin: 0 37.5px;
  }
}

.m-planConsider {
  padding: 100px 0;
  background: #efefef;
}

.m-plan__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-plan__tt {
    margin-bottom: 45px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__tt {
    margin-bottom: 35px;
    font-size: 24px;
  }
}

@media print, (min-width: 768px) {
  .m-plan__pw {
    width: 820px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__pw {
    margin: 0 16px;
  }
}

.m-plan__pw__p {
  position: relative;
  padding-top: 63.53659%;
}

.m-plan__pw__p > img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-plan__pw__n {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}

@media print, (min-width: 768px) {
  .m-plan__pw__n {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .m-plan__pw__n {
    text-align: center;
  }
}

@media print, (min-width: 768px) {
  .m-consider {
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .m-consider {
    margin-top: 75px;
  }
}

.m-consider__tt {
  margin-bottom: 45px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-consider__tt {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-consider__tt {
    font-size: 24px;
  }
}

@media print, (min-width: 768px) {
  .m-consider__ul {
    display: flex;
    justify-content: center;
    gap: 0 60px;
  }
}

.m-consider__ul__t {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.m-consider__ul__p {
  margin-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .m-consider__ul__p {
    text-align: center;
  }
}

.m-consider__ul__p > img {
  width: 263px;
  height: 206px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .m-consider__ul > li:nth-child(n+2) {
    margin-top: 50px;
  }
}

.m-consider__ft {
  margin-top: 40px;
}

.m-consider__ft__tt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-consider__ft__tt {
    margin-bottom: 30px;
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-consider__ft__tt {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media print, (min-width: 768px) {
  .m-consider__ft__bt {
    width: 436px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .m-consider__ft__bt {
    margin: 0 37.5px;
  }
}

@media print, (min-width: 768px) {
  .m-flow {
    padding: 105px 0 100px;
  }
}

@media screen and (max-width: 767px) {
  .m-flow {
    padding: 80px 0 90px;
  }
}

.m-flow__tt {
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-flow__tt {
    font-size: 28px;
  }
}

@media screen and (max-width: 767px) {
  .m-flow__tt {
    font-size: 24px;
  }
}

@media print, (min-width: 768px) {
  .m-flow__ol {
    display: flex;
    justify-content: center;
    gap: 0 52px;
  }
}

@media screen and (max-width: 767px) {
  .m-flow__ol {
    margin: 0 32px;
  }
}

.m-flow__ol__t {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media print, (min-width: 768px) {
  .m-flow__ol__t {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .m-flow__ol__t {
    font-size: 18px;
  }
}

.m-flow__ol__p {
  margin-top: 20px;
  line-height: 1;
  text-align: center;
}

.m-flow__ol__p > img {
  width: 180px;
  height: 165.5px;
  vertical-align: top;
}

.m-flow__ol > li {
  position: relative;
  padding: 20px 0;
  background: #f5f5f5;
}

@media print, (min-width: 768px) {
  .m-flow__ol > li {
    width: 312px;
  }
}

@media screen and (max-width: 767px) {
  .m-flow__ol > li:nth-child(n+2) {
    margin-top: 43px;
  }
}

.m-flow__ol > li:nth-child(n+2)::before {
  content: '';
  display: block;
  position: absolute;
  background: #222;
}

@media print, (min-width: 768px) {
  .m-flow__ol > li:nth-child(n+2)::before {
    left: -35px;
    top: 50%;
    width: 20px;
    height: 24px;
    margin-top: -12px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
  }
}

@media screen and (max-width: 767px) {
  .m-flow__ol > li:nth-child(n+2)::before {
    left: 50%;
    top: -30px;
    width: 24px;
    height: 20px;
    margin-left: -12px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.m-footvis {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

@media print, (min-width: 768px) {
  .m-footvis {
    height: 480px;
    background-image: url(/LP/remoteheim/images/bg_keyvis01.jpg);
  }
}

@media screen and (max-width: 767px) {
  .m-footvis {
    padding-top: 158.66667%;
    background-image: url(/LP/remoteheim/images/bg_keyvis01_sp.jpg);
  }
}

.m-footvis__tt {
  position: absolute;
  line-height: 1;
}

@media print, (min-width: 768px) {
  .m-footvis__tt {
    left: 50%;
    top: 52.5px;
    margin-left: -626.5px;
  }
}

@media screen and (max-width: 767px) {
  .m-footvis__tt {
    left: .93333vw;
    top: 0;
    width: 98.26667vw;
    padding-top: 8.26667vw;
  }
}

.m-footvis__tt > span {
  display: block;
  position: relative;
}

@media print, (min-width: 768px) {
  .m-footvis__tt > span {
    width: 635.5px;
    height: 279px;
  }
}

@media screen and (max-width: 767px) {
  .m-footvis__tt > span {
    padding-top: 44.09769%;
  }
}

.m-footvis__tt > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
}

@media print, (min-width: 768px) {
  .m-footvis__tt > span::before {
    width: 635.5px;
    height: 279px;
    background-image: url(/LP/remoteheim/images/bg_keyvis02.webp);
  }
}

@media screen and (max-width: 767px) {
  .m-footvis__tt > span::before {
    padding-top: 44.09769%;
    background-image: url(/LP/remoteheim/images/bg_keyvis02_sp.webp);
  }
}

.m-footvis__tt > span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.m-footvis__bt {
  position: absolute;
}

@media print, (min-width: 768px) {
  .m-footvis__bt {
    left: 50%;
    top: 371px;
    margin-left: -527px;
  }
}

@media screen and (max-width: 767px) {
  .m-footvis__bt {
    left: 0;
    top: 0;
    width: 100%;
    padding-top: 51.6vw;
  }
}

@media screen and (max-width: 767px) {
  .m-footvis__bt__in {
    padding: 20px 37.5px 0;
  }
}

.l-footer {
  position: relative;
  min-width: 970px;
  padding: 75px 0;
  background: #fff;
  font-family: 'NotoSansCJKjp', sans-serif;
}

@media screen and (max-width: 767px) {
  .l-footer {
    min-width: 0;
    padding: 40px 0;
  }
}

.l-footer__logo {
  line-height: 1.1;
  text-align: center;
}

.l-footer__logo > a {
  display: inline-block;
  width: 258px;
  height: 50px;
  background: url(/common/images/logo_gp_footer03.png) no-repeat;
  background-size: contain;
}

.l-footer__nav {
  margin-top: 50px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}

.l-footer__nav__window {
  display: inline-block;
  position: relative;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  background: #000;
  vertical-align: 10%;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__window {
    width: 10px;
    height: 7px;
    margin-left: 7px;
  }
}

.l-footer__nav__window::before,
.l-footer__nav__window::after {
  content: '';
  display: block;
  position: absolute;
  background: #000;
}

.l-footer__nav__window::before {
  left: -2px;
  top: 1px;
  width: 1px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__window::before {
    height: 8px;
  }
}

.l-footer__nav__window::after {
  left: -2px;
  top: 9px;
  width: 9px;
  height: 1px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav__window::after {
    top: 8px;
    width: 10px;
  }
}

.l-footer__nav > li {
  display: inline-block;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li {
    display: block;
    margin: 12px auto 0;
  }
}

.l-footer__nav > li > a {
  transition: opacity 150ms cubic-bezier(.215, .61, .355, 1);
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 15px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li > a {
    font-size: 12px;
  }
}

.l-footer__nav > li > a:hover,
.l-footer__nav > li > a:active {
  opacity: .5;
}

.l-footer__nav > li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .l-footer__nav > li:first-child {
    margin: 0 auto;
  }
}

.l-footer__copyright {
  margin-top: 50px;
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 25px;
    font-size: 12px;
  }
}
