@charset "UTF-8";
/*============================================================
リセット
============================================================*/
/*! A Modern CSS Reset https://github.com/hankchizljaw/modern-css-reset*/
*, *::before, *::after {
  box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}
ul[role="list"], ol[role="list"] {
  list-style: none;
}
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
  -webkit-text-decoration-skip: ink;
}
img, picture {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
/*============================================================
デフォルト
============================================================*/
body {
  background: #fff8f1;
  color: #0e1f3c;
  line-height: 1;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
  word-wrap: break-word;
}
a:focus:not(:focus-visible) {
  outline: 0;
}
a:focus-visible {
  outline: 2px solid #ccc;
}
.is-focus-hidden a {
  pointer-events: none;
}
a, a img {
  transition: opacity .2s linear, color .2s linear, border .2s linear, background .2s linear;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  height: auto;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
form {
  margin: 0;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
}
textarea {
  line-height: 150%;
}
select::-ms-expand {
  /*IE10以上　select矢印を非表示*/
  display: none;
}
select:not([disabled]) {
  cursor: pointer;
}
input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  transition: .2s linear;
  -webkit-tap-highlight-color: transparent;
}
input[type="submit"]:not([disabled]), input[type="reset"]:not([disabled]), input[type="button"]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}
input[type="submit"]:focus:not(:focus-visible), input[type="reset"]:focus:not(:focus-visible), input[type="button"]:focus:not(:focus-visible), button:focus:not(:focus-visible) {
  outline: 0;
}
input[type="submit"]:focus-visible, input[type="reset"]:focus-visible, input[type="button"]:focus-visible, button:focus-visible {
  outline: 2px solid #ccc;
}
/*----------------------------------------
アイコンフォント
----------------------------------------*/
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-display: block;
  src: url("../fonts/icon/icomoon.ttf?6iwgo7") format("truetype"), url("../fonts/icon/icomoon.woff?6iwgo7") format("woff"), url("../fonts/icon/icomoon.svg?6iwgo7#icomoon") format("svg");
}
[class^="fa-"], [class*=" fa-"] {
  line-height: 1;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: never;
}
[class^="fa-"]::before, [class^="fa-"]::after, [class*=" fa-"]::before, [class*=" fa-"]::after {
  font-family: "icomoon";
}
/*============================================================
レイアウト
============================================================*/
.l-wrapper {
  overflow: hidden;
  font-size: 18px;
}
.l-wrapper.is-fixed {
  position: fixed;
  right: 0;
  left: 0;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .l-wrapper.is-fixed.type-pc {
  right: 17px;
}
@-moz-document url-prefix() {
  .l-wrapper.is-fixed {
    right: 17px;
  }
}
_:-ms-lang(x)::-ms-backdrop, .l-wrapper.is-fixed {
  right: 17px;
}
@supports (-ms-ime-align: auto) {
  .l-wrapper.is-fixed {
    right: 16px;
  }
}
.l-wrapper.is-fixed-footer {
  /*フッター下固定のため*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
_:-ms-lang(x)::-ms-backdrop, .l-wrapper.is-fixed-footer {
  display: block;
  position: relative;
}
/*----------------------------------------
メインエリア
----------------------------------------*/
.l-main {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-main {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin: 56px 0 0;
  }
}
/*----------------------------------------
ヘッダー
----------------------------------------*/
.type-column1-header {
  position: relative;
  z-index: 10;
  width: 100%;
}
.header-inner {
  display: flex;
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  transition: opacity .2s, box-shadow .2s, background .2s;
}
@media screen and (min-width: 768px) {
  .header-inner {
    align-items: center;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .header-inner {
    position: fixed;
    z-index: 10;
    top: 0;
    min-width: 320px;
    height: 56px;
    padding: 0 10px;
    background: #fff8f1;
  }
  _:-ms-lang(x)::-ms-backdrop, .header-inner {
    top: 0;
  }
}
.header-inner.is-scroll {
  opacity: .95;
  box-shadow: 0 0 8px rgba(184, 184, 184, .8);
  background: #fff;
}
.type-pc .header-inner.is-scroll:hover {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .logo-header {
    align-self: center;
  }
}
.logo-link {
  display: flex;
  align-items: center;
}
.type-pc .logo-link:hover {
  opacity: .7;
}
.logo-cross {
  position: relative;
  width: 1.5em;
  height: 1em;
  color: #0e1f3c;
  font-size: 34px;
  font-weight: bold;
  transform: translate(23px, 3px);
}
.logo-cross::before, .logo-cross::after {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: .85em;
  background: #0e1f3c;
  content: "";
}
.logo-cross::before {
  transform: rotate(-45deg);
}
.logo-cross::after {
  transform: rotate(45deg);
}
.nav {
  margin-left: auto;
}
/*--- pcメニュー -------------------*/
.menu-header-pc {
  display: flex;
}
@media screen and (max-width: 767px) {
  .menu-header-pc {
    display: none;
  }
}
.menu-header-pc li:not(:first-of-type) {
  margin-left: 58px;
}
.menu-header-pc a:not([class]) {
  color: #0e1f3c;
  font-weight: bold;
}
.menu-header-pc a:not([class])::before {
  content: ">";
}
.menu-header-pc .type-button {
  padding: 12px 2em;
  border-radius: 8px;
  background: #ff6f7a;
  color: #fff;
}
.type-pc .menu-header-pc a:hover {
  opacity: .8;
}
/*--- spメニュー -------------------*/
.menu-header-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-header-sp {
    display: flex;
    position: fixed;
    z-index: 12;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 100px 20px 0;
    background: rgba(255, 248, 241, .95);
    transition: all .2s linear;
    transform: translateX(-100vw);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .menu-header-sp {
    flex-direction: column;
    align-items: center;
  }
}
.menu-header-sp.is-visible {
  transform: translateX(0vw);
}
@media screen and (max-width: 767px) {
  .menu-header-sp li {
    width: 100%;
  }
  .menu-header-sp li:not(:first-of-type) {
    margin-top: 20px;
  }
}
.menu-header-sp a {
  display: block;
  padding: 1em 20px .8em;
  border-radius: 8px;
  text-align: center;
  color: #0e1f3c;
}
.menu-header-sp a:not([class]) {
  border: 1px solid;
  background: #f7e8d9;
  font-weight: bold;
}
.menu-header-sp a:not([class])::before {
  content: ">";
}
.menu-header-sp .type-button {
  background: #ff6f7a;
  color: #fff;
}
.type-pc .menu-header-sp a:hover {
  opacity: .8;
}
.menu-header-sp a:focus:not(:focus-visible) {
  outline: 0;
}
.menu-header-sp a:focus-visible {
  opacity: .8;
}
/*--- メニュー開閉ボタン -------------------*/
.btn-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    display: flex;
    position: absolute;
    z-index: 13;
    top: 9px;
    right: 9px;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    background: #fff;
    color: #333;
  }
  .btn-menu:hover {
    cursor: pointer;
  }
}
/*--- ハンバーガーライン -------------------*/
.type-pc .btn-menu:not(.is-active):hover span:nth-of-type(1) {
  top: 13px;
}
.type-pc .btn-menu:not(.is-active):hover span:nth-of-type(3) {
  top: 23px;
}
.btn-menu span {
  display: block;
  position: absolute;
  left: 9px;
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: #0e1f3c;
  transition: .2s linear;
}
.btn-menu span:nth-of-type(1) {
  top: 12px;
  transform: scale(1);
}
.btn-menu span:nth-of-type(2) {
  top: 18px;
  background: none;
}
.btn-menu span:nth-of-type(2)::before, .btn-menu span:nth-of-type(2)::after {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #0e1f3c;
  content: "";
  transition: .2s linear;
  transform: rotate(0);
}
.btn-menu span:nth-of-type(3) {
  top: 24px;
  transform: scale(1);
}
.btn-menu.is-active span:nth-of-type(1) {
  top: 48%;
  transform: translateY(0) scale(0);
}
.btn-menu.is-active span:nth-of-type(2)::before {
  transform: rotate(45deg);
}
.btn-menu.is-active span:nth-of-type(2)::after {
  transform: rotate(-45deg);
}
.btn-menu.is-active span:nth-of-type(3) {
  top: 48%;
  transform: translateY(0) scale(0);
}
/*----------------------------------------
フッター
----------------------------------------*/
footer {
  background: #0e1f3c;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
  }
}
.is-fixed-footer footer {
  margin-top: auto;
}
_:-ms-lang(x)::-ms-backdrop, .is-fixed-footer footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.footer-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 60px 80px 120px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 40px 10px 60px;
  }
}
.footer-tel-number {
  margin: 1em 0 0;
  font-size: 26px;
  font-weight: bold;
}
.footer-tel-number::before {
  margin: 0 5px 0 0;
  font-family: "icomoon";
  font-weight: normal;
  content: "\f2a0";
}
.footer-tel-time {
  margin: 1em 0 0;
}
.footer-link {
  margin: 62px 0 0;
}
.footer-link ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-link ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-link li {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer-link li:not(:first-of-type) {
    margin: 0 0 0 62px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .footer-link li:not(:first-of-type) {
    margin: 0 0 0 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .footer-link li:not(:first-of-type) {
    margin: 1.5em 0 0;
  }
}
.footer-link li a {
  color: #fff;
  text-decoration: underline;
}
.type-pc .footer-link li a:hover {
  text-decoration: none;
}
.footer-logo {
  margin: 62px 0 0;
}
/*============================================================
汎用スタイル
============================================================*/
.btn-to-top {
  opacity: 0;
  position: fixed;
  z-index: 5;
  right: 20px;
  bottom: 20px;
  transition: .2s linear;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn-to-top {
    right: 6px;
    bottom: 6px;
  }
}
.btn-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.btn-to-top a {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .7;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #0e1f3c;
  color: #fff;
  transition: .2s linear;
  transform: scale(1);
}
.btn-to-top a::before {
  font-family: "icomoon";
  content: "\f062";
}
.type-pc .btn-to-top a:hover {
  opacity: .9;
  transform: scale(1.05);
}
.s-ttl-01 {
  text-align: center;
  font-size: 52px;
  line-height: 130%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .s-ttl-01 {
    font-size: 28px;
    font-weight: bold;
  }
}
.s-ttl-01 rt {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .s-ttl-01 rt {
    font-size: 10px;
  }
}
@media screen and (min-width: 769px) {
  .s-ttl-01 .sp-only {
    display: none;
  }
}
.s-ttl-02 {
  font-size: 36px;
  line-height: 130%;
  font-weight: normal;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-ttl-02 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .s-ttl-02 {
    font-size: 26px;
    font-weight: bold;
  }
}
.s-ttl-02 rt {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .s-ttl-02 rt {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .s-ttl-02 .sp-only {
    display: none;
  }
}
.s-ttl-02 .sp-only-2 {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .s-ttl-02 .sp-only-2 {
    display: block;
  }
}
.cmn-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 80px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .cmn-inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .cmn-inner {
    padding: 0 10px;
  }
}
.cmn-txt {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  .cmn-txt + .cmn-txt {
    margin: 1.5em 0 0;
  }
}
@media screen and (min-width: 768px) {
  .s-column2 {
    display: flex;
    justify-content: space-between;
  }
  .s-column2.type-reverse {
    flex-direction: row-reverse;
  }
  .s-column2:not(.type-reverse) {
    align-items: center;
  }
}
/*============================================================
トップページ
============================================================*/
.sec-top-hero {
  position: relative;
  margin: 47px 0 0;
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .sec-top-hero {
    margin: 87px 0 0;
  }
}
.top-hero-img {
  margin: 45px 0 0;
}
.top-hero-img img {
  width: 100%;
  height: auto;
}
.top-hero-scroll {
  display: inline-block;
  opacity: .8;
  position: absolute;
  z-index: 2;
  top: calc(100vh - 350px);
  left: calc(50% - .5em);
  overflow: hidden;
  padding: 10px 10px 110px;
  color: #0e1f3c;
  font-size: 14px;
  letter-spacing: .2em;
  font-weight: bold;
  text-shadow: 2px  2px 2px #fff, -2px  2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff, 2px  0 2px #fff, 0  2px 2px #fff, -2px  0 2px #fff, 0 -2px 2px #fff;
      writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
}
@media screen and (max-width: 1023px) {
  .top-hero-scroll {
    display: none;
  }
}
@media screen and (min-height: 1080px) {
  .top-hero-scroll {
    display: none;
  }
}
@media screen and (max-height: 480px) {
  .top-hero-scroll {
    display: none;
  }
}
.top-hero-scroll::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(14, 31, 60, .8);
  content: "";
  -webkit-animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
          animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@-webkit-keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.sec-top-remo {
  padding: 120px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-top-remo {
    padding: 80px 0;
  }
}
.top-remo-txt {
  max-width: 600px;
  margin: 24px auto 0;
}
.sec-top-kit {
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-top-kit {
    padding: 20px 0 0;
  }
}
.sec-top-kit::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -5%;
  width: 110%;
  height: 256px;
  border-radius: 50%;
  background: #fff8f1;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec-top-kit::before {
    height: 132px;
  }
}
.sec-top-kit .cmn-inner {
  position: relative;
  z-index: 2;
}
.sec-top-kit .cmn-txt {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .sec-top-kit .cmn-txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .top-kit-article {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.top-kit-article.type-reverse {
  flex-direction: row-reverse;
}
.top-kit-article + .top-kit-article {
  margin: 240px 0 0;
}
.top-kit-txt {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .top-kit-txt {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top-kit-article:not(.type-reverse) .top-kit-txt {
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .top-kit-article.type-reverse .top-kit-txt {
    margin: 0 0 0 40px;
  }
}
.top-kit-img {
  width: 50%;
  max-width: 482px;
}
@media screen and (max-width: 767px) {
  .top-kit-img {
    width: 80%;
    margin: 20px auto 0;
  }
}
.top-kit-link {
  margin: 50px 0 0;
}
.top-kit-link a {
  display: block;
  width: 240px;
  padding: 21px 0;
  border-radius: 8px;
  background: #ff6f7a;
  text-align: center;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .top-kit-link a {
    margin: 0 auto;
  }
}
.type-pc .top-kit-link a:hover {
  opacity: .8;
}
.sec-top-service {
  position: relative;
  margin: 100px 0 0;
  padding: 126px 0 0;
  background-image: url("/remo/asset/img/bg_top_dot_01.png"), url("/remo/asset/img/bg_top_dot_01.png");
  background-position: top 20px left -19px, top 274px left 72px;
  background-size: 70px auto, 22px auto;
  background-repeat: no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .sec-top-service {
    background-position: top 20px left -19px, top 174px left 60px;
    background-size: 60px auto, 22px auto;
  }
}
.sec-top-service::before, .sec-top-service::after {
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 400px;
  background: url("/remo/asset/img/bg_top_dot_02.png") no-repeat;
  background-size: contain;
  content: "";
}
.sec-top-service::before {
  bottom: -320px;
  left: -200px;
}
.sec-top-service::after {
  top: 0;
  right: -260px;
  transform: rotate(45deg);
}
.sec-top-service .cmn-inner {
  position: relative;
  z-index: 2;
}
.top-service-txt {
  position: relative;
  max-width: 630px;
  margin: 45px auto 0;
}
.top-service-txt::before, .top-service-txt::after {
  position: absolute;
  z-index: 1;
  width: 34px;
  height: 34px;
  background: url("/remo/asset/img/bg_top_dot_01.png") no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 768px) {
  .top-service-txt::before, .top-service-txt::after {
    display: none;
  }
}
.top-service-txt::before {
  top: 5px;
  left: -102px;
  transform: rotate(135deg);
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-service-txt::before {
    left: -80px;
  }
}
.top-service-txt::after {
  top: -22px;
  right: -75px;
  transform: rotate(225deg);
}
.top-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-service-list {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .top-service-list {
    width: 240px;
  }
}
.top-service-list::before {
  position: absolute;
  z-index: 1;
  right: -80px;
  bottom: 140px;
  width: 57px;
  height: 57px;
  background: url("/remo/asset/img/bg_top_dot_02.png") no-repeat;
  background-size: contain;
  content: "";
  transform: rotate(112deg);
}
.top-service-list-item {
  position: relative;
  z-index: 2;
  width: calc((100% - 120px)/4);
  max-width: 240px;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(184, 184, 184, .8);
  background: #fff;
}
@media screen and (max-width: 1240px) and (min-width: 768px) {
  .top-service-list-item {
    width: calc((100% - 40px)/2);
  }
  .top-service-list-item:nth-child(2n) {
    margin-left: 40px;
  }
  .top-service-list-item:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-service-list-item {
    width: 100%;
  }
  .top-service-list-item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.top-service-list-img img {
  border-radius: 24px 24px 0 0;
}
.top-service-list-txt {
  padding: 32px;
  line-height: 150%;
}
@media screen and (max-width: 1240px) {
  .top-service-list-txt {
    padding: 16px;
  }
}
.top-service-list-ttl {
  font-size: 27px;
  line-height: 120%;
}
@media screen and (min-width: 768px) {
  .top-service-list-ttl {
    min-height: 3em;
  }
}
@media screen and (max-width: 767px) {
  .top-service-list-ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .top-service-list-info {
    margin: 16px 0 0;
  }
}
.sec-top-design {
  margin: 140px 0 0;
  padding: 100px 0;
  background: url("/remo/asset/img/bg_top_dot_03.png") right -400px top 0 no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 767px) {
  .sec-top-design {
    background-position: right -400px bottom 0;
    background-size: auto 60%;
  }
}
.sec-top-design .cmn-inner {
  position: relative;
  z-index: 2;
}
.top-design-txt {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .top-design-txt {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top-design-txt {
    margin: 0 40px 0 0;
  }
}
.top-design-img {
  display: flex;
  flex-direction: column;
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .top-design-img {
    width: 80%;
    margin: 20px auto 0;
  }
}
@media screen and (max-width: 1023px) {
  .top-design-img-item {
    width: 80%;
  }
}
.top-design-img-item + .top-design-img-item {
  margin: 25px 0 0;
}
.top-design-img-item:nth-of-type(odd) {
  align-self: flex-end;
}
.top-design-img-item img {
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(184, 184, 184, .8);
}
.sec-top-case {
  margin: 140px 0 0;
  padding: 0 0 240px;
  background: url("/remo/asset/img/bg_top_dot_03.png") left -100px top 360px no-repeat;
  background-size: 852px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sec-top-case {
    padding: 0 0 200px;
    background-position: left -120px top 250px;
    background-size: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec-top-case {
    padding: 0 0 100px;
    background-position: left -60px top 780px;
    background-size: 100%;
  }
}
.top-case-txt {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .top-case-txt {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top-case-txt {
    margin: 0 0 0 40px;
  }
}
.top-case-list {
  margin: 46px 0 0;
}
.top-case-list li {
  position: relative;
  padding: 0 0 0 1.5em;
  font-size: 26px;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .top-case-list li {
    font-size: 20px;
  }
}
.top-case-list li + li {
  margin: .75em 0 0;
}
.top-case-list li:not(:last-of-type)::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("/remo/asset/img/icon_top_case_dot.png") no-repeat;
  background-size: 100%;
  content: "";
}
@media screen and (min-width: 769px) {
  .top-case-list li br {
    display: none;
  }
}
.top-case-img {
  width: 50%;
  max-width: 480px;
}
@media screen and (max-width: 767px) {
  .top-case-img {
    width: 80%;
    margin: 20px auto 0;
  }
}
.sec-case-entries {
  margin: 120px 0 0;
}
.top-case-ttl {
  text-align: center;
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .top-case-ttl {
    font-size: 26px;
    font-weight: bold;
  }
}
.case-entries-item {
  display: flex;
  position: relative;
  z-index: 2;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(184, 184, 184, .8);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .case-entries-item {
    display: block;
  }
}
.case-entries-item + .case-entries-item {
  margin: 40px 0 0;
}
.case-entries-thumb {
  overflow: hidden;
  width: 246px;
  border-radius: 24px 0 0 24px;
}
@media screen and (max-width: 767px) {
  .case-entries-thumb {
    width: 100%;
    border-radius: 24px 24px 0 0;
  }
}
.case-entries-thumb img {
  width: 246px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
_:-ms-lang(x)::-ms-backdrop, .case-entries-thumb img {
  height: auto;
  object-fit: none;
}
@media screen and (max-width: 767px) {
  .case-entries-thumb img {
    width: 100%;
    height: auto;
  }
}
.case-entries-desc {
  position: relative;
  width: calc(100% - 246px);
  padding: 30px 60px;
}
.top-case-entries-desc {
  padding: 30px 80px 30px 60px;
}
.top-case-entries-desc::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #226dff;
  color: #fff;
  font-size: 22px;
  font-family: "icomoon";
  content: "\f103";
  transition: transform .2s, right .2s;
  transform: rotate(270deg);
  transform-origin: center;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .top-case-entries-desc::after {
    top: calc(50% - 18px);
    right: 10px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .top-case-entries-desc::after {
    top: calc(50% - 12px);
    right: 5px;
    width: 24px;
    height: 24px;
    font-size: 11px;
  }
}
.type-pc .top-case-entries-desc:hover::after {
  right: 38px;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .type-pc .top-case-entries-desc:hover::after {
    right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .type-pc .top-case-entries-desc:hover::after {
    right: 3px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .case-entries-desc {
    padding: 15px;
  }
  .top-case-entries-desc {
    padding: 15px 50px 15px 15px;
  }
}
@media screen and (max-width: 767px) {
  .case-entries-desc {
    width: 100%;
    padding: 10px;
  }
  .top-case-entries-desc {
    padding: 10px 30px 10px 10px;
  }
}
.case-entries-date {
  color: #0e1f3c;
}
.case-entries-ttl {
  margin: 28px 0 0;
  color: #0e1f3c;
  line-height: 150%;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .case-entries-ttl {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .case-entries-ttl br {
    display: none;
  }
}
.page-case-entries {
  margin: 100px 0 240px;
}
@media screen and (max-width: 767px) {
  .page-case-entries {
    margin: 60px 0 120px;
  }
}
.case-entries {
  margin: 90px 0 0;
}
@media screen and (max-width: 767px) {
  .case-entries {
    margin: 60px 0 0;
  }
}
.case-contents {
  margin: 124px 0 0;
}
.case-contents-item {
  padding: 60px;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(184, 184, 184, .8);
  background: #fff;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .case-contents-item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .case-contents-item {
    padding: 20px 10px;
  }
}
.case-contents-item + .case-contents-item {
  margin: 40px 0 0;
}
.case-contents-ttl {
  margin: 0 0 32px;
  font-size: 32px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .case-contents-ttl {
    font-size: 28px;
  }
}
.sec-top-movie {
  padding: 0 0 300px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec-top-movie {
    padding: 0 0 200px;
  }
}
.top-movie-ttl {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
}
.top-movie-contents {
  margin: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .top-movie-contents {
    display: flex;
    justify-content: center;
  }
}
.top-movie-item {
  width: calc((100% - 40px)/2);
}
@media screen and (max-width: 767px) {
  .top-movie-item {
    width: 100%;
  }
}
.top-movie-item + .top-movie-item {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767px) {
  .top-movie-item + .top-movie-item {
    margin: 40px 0 0;
  }
}
.s-angle_bracket {
  font-size: 25px;
}
.s-angle_bracket::before {
  display: inline-block;
  margin-right: 1em;
  font-family: "icomoon";
  content: "\f103";
  transform: rotate(270deg);
}
@media screen and (max-width: 767px) {
  .s-angle_bracket {
    font-size: 22px;
  }
}
.case-contents-txt {
  margin: 1.5em 0 0;
  line-height: 150%;
}
.case-contents-txt a {
  color: inherit;
  text-decoration: underline;
}
.case-contents-img {
  float: right;
  box-sizing: content-box;
  width: 340px;
  padding: 30px 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .case-contents-img {
    float: none;
    width: auto;
    margin: 20px 0 0;
    padding: 0;
  }
}
.case-contents-img-item + .case-contents-img-item {
  margin: 20px 0 0;
}
.case-contents-img-item-ttl {
  font-weight: bold;
}
.case-contents-img-item-desc {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 120%;
}
.case-contents-img-block {
  margin: 5px 0 0;
}
.case-contents-list-number {
  margin: 1em 0 0 1em;
  line-height: 150%;
}
.case-contents-list-number li + li {
  margin: 1em 0 0;
}
.s-bd-b {
  margin: 60px 0 0;
  padding: 0 0 1em;
  border-bottom: 1px solid #e1e1e1;
  font-size: 27px;
}
.case-cotents-opinions-item {
  display: flex;
  align-items: center;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .case-cotents-opinions-item {
    display: block;
  }
}
.case-cotents-opinions-img {
  width: 120px;
}
@media screen and (max-width: 767px) {
  .case-cotents-opinions-img {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
  }
}
.case-cotents-opinions-txt {
  width: calc(100% - 120px);
  padding: 0 0 0 60px;
  line-height: 150%;
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .case-cotents-opinions-txt {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .case-cotents-opinions-txt {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .case-cotents-opinions-comment {
    order: 2;
    margin: .5em 0 0;
  }
}
@media screen and (max-width: 767px) {
  .case-cotents-opinions-author {
    order: 1;
    margin: 10px 0 0;
    text-align: center;
  }
}
/*============================================================
よくある質問
============================================================*/
.sec-faq, .faq-list {
  margin: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .sec-faq, .faq-list {
    margin: 60px 0 0;
  }
}
.sec-faq {
  position: relative;
}
.sec-faq::before {
  position: absolute;
  top: 120px;
  left: -400px;
  width: 800px;
  height: 800px;
  background: url("/remo/asset/img/bg_top_dot_03.png") no-repeat;
  background-size: 100% auto;
  content: "";
  transform: rotate(66deg);
}
@media screen and (max-width: 767px) {
  .sec-faq::before {
    top: 100px;
    left: -50%;
    height: 80%;
  }
}
@media screen and (max-width: 650px) {
  .sec-faq::before {
    left: -440px;
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .sec-faq {
    margin: 100px 0 0;
  }
}
.sec-faq .cmn-inner {
  position: relative;
  z-index: 2;
}
.faq-item {
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(184, 184, 184, .8);
  background: #fff;
  line-height: 150%;
  transition: .2s linear;
}
.type-mobile .faq-item {
  outline: 0;
}
.faq-item + .faq-item {
  margin: 40px 0 0;
}
.faq-item:focus:not(:focus-visible) {
  outline: 0;
}
.faq-item:focus-visible {
  outline: 2px solid #ccc;
}
.faq-txt-q, .faq-txt-a {
  position: relative;
  line-height: 150%;
}
.faq-txt-q::before, .faq-txt-a::before {
  position: absolute;
  left: 24px;
  color: #0e1f3c;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .faq-txt-q::before, .faq-txt-a::before {
    left: 12px;
  }
}
.faq-txt-q {
  padding: 45px 70px 45px 47px;
  font-size: 25px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 767px) {
  .faq-txt-q {
    padding: 20px 40px 20px 34px;
    font-size: 20px;
  }
}
.faq-txt-q::before {
  content: "Q.";
}
.faq-txt-q::after {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 20px);
  right: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #226dff;
  color: #fff;
  font-size: 22px;
  font-family: "icomoon";
  content: "\f103";
  transition: transform .2s, top .2s;
  transform-origin: center;
}
@media screen and (max-width: 767px) {
  .faq-txt-q::after {
    top: calc(50% - 12px);
    right: 12px;
    width: 24px;
    height: 24px;
    font-size: 18px;
  }
}
.type-pc .faq-txt-q:not(.is-active):hover::after {
  top: calc(50% - 17px);
}
@media screen and (max-width: 767px) {
  .type-pc .faq-txt-q:not(.is-active):hover::after {
    top: calc(50% - 9px);
  }
}
.faq-txt-q.is-active::after {
  transform: rotate(180deg);
}
.faq-txt-a {
  overflow: hidden;
  box-sizing: content-box;
  padding: 0 27px 0 47px;
  font-size: 18px;
  transition: .2s;
}
@media screen and (max-width: 767px) {
  .faq-txt-a {
    padding: 0 14px 0 34px;
  }
}
.faq-txt-a::before {
  content: "A.";
}
.faq-txt-a.is-visible {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq-txt-a.is-visible {
    padding-bottom: 20px;
  }
}
/*============================================================
お問い合わせ
============================================================*/
.sec-contact {
  margin: 120px 0 60px;
}
.contact-contents {
  margin: 100px 0;
  padding: 40px;
  border-radius: 24px;
  box-shadow: 0 0 24px rgba(184, 184, 184, .8);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .contact-contents {
    margin: 60px 0 0;
    padding: 20px 10px;
  }
}
.sec-thanks {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .sec-thanks {
    margin: 100px 0 0;
  }
}
.sec-thanks a {
  color: #226dff;
  text-decoration: underline;
}
.type-pc .sec-thanks a:hover {
  text-decoration: none;
}
/*============================================================
Youtube軽量化
============================================================*/
lite-youtube {
  display: block;
  position: relative;
  width: 100%;
  max-width: 720px;
  background: #000 none no-repeat center center;
  background-size: cover;
  cursor: pointer;
  aspect-ratio: 16/9;
  transition: opacity 0.2s cubic-bezier(0, 0, 0.2, 1);
}
@media (hover: hover) {
  lite-youtube:not(.lyt-activated):hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  lite-youtube:not(.lyt-activated):active {
    opacity: 0.7;
  }
}
lite-youtube:not(.lyt-activated):has(.lty-playbtn:focus) {
  opacity: 0.7;
  outline: 2px solid #333;
  border-radius: 1px;
}
lite-youtube::before {
  display: block;
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 70px;
  padding: 20px 0 0 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.52) 5%, rgba(0, 0, 0, 0.38) 20%, rgba(0, 0, 0, 0.29) 30%, rgba(0, 0, 0, 0.23) 40%, rgba(0, 0, 0, 0.18) 50%, rgba(0, 0, 0, 0) 100%);
  background-position: top;
  background-repeat: repeat-x;
  white-space: nowrap;
  font-size: 18px;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: #eee;
  line-height: 1.3;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-overflow: ellipsis;
  content: attr(playlabel);
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  word-wrap: normal;
}
lite-youtube > iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
}
.lty-playbtn {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  cursor: pointer;
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  transform: translate3d(-50%, -50%, 0);
}
.lty-playbtn:focus-visible {
  outline: 0;
}
@-moz-document url-prefix() {
  .lty-playbtn {
    transition: none;
  }
  .lty-playbtn:focus-visible {
    outline: 2px solid #333;
    border-radius: 12px;
  }
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before, lite-youtube.lyt-activated > .lty-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}