@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ブレイクポイント
***************************************************************/
/* positionで要素を中央
***************************************************************/
.sample {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

@media (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* pxをrem化
***************************************************************/
/* 色
***************************************************************/
/* table of contents

	初期化
	フォント設定
	テキスト
	ボタン
	横並び（flex）
	円
	リンク
	画像
	子要素横幅いっぱい
	display: block
	スムーズスクロール
	幅
	shadow
***************************************************************/
/* 初期化
***************************************************************/
h1, h2, h3, h4, ol, ul, dl, dt, dd, figure, p {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

* {
  box-sizing: border-box !important;
}

@media (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/* フォント設定
***************************************************************/
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
  color: #333;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

/* テキスト
***************************************************************/
.txt-center {
  text-align: center;
}

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

.txt-bold {
  font-weight: 700;
}

.txt-normal {
  font-weight: normal;
}

/* 横並び（flex）
***************************************************************/
.dflex {
  display: flex;
}

.dflex-center {
  justify-content: center;
  align-items: center;
}

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

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

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

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

.dflex-aic {
  align-items: center;
}

.dgrid {
  display: grid;
}

/* 円
***************************************************************/
.circle {
  border-radius: 50%;
}

/* リンク
***************************************************************/
a {
  transition: all 0.2s ease-in;
  text-decoration: none;
}

/* 画像
***************************************************************/
img {
  vertical-align: bottom;
  display: block;
}

.img-center {
  margin: 0 auto;
}

/* 子要素横幅いっぱい
***************************************************************/
.m5050vw {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

/* display: block
***************************************************************/
.dblock {
  display: block;
}

/* スムーズスクロール
***************************************************************/
html {
  scroll-behavior: smooth;
}

/* 幅
***************************************************************/
.w100 {
  width: 100%;
}

/* 非表示
***************************************************************/
.none {
  display: none;
}

/* table of contents
ボタン
wrapper
色つきテキスト
各セクション共通パーツ
白背景シャドウ
ふわっと表示
TOPへ戻るボタン
フォーム用のエラー
***************************************************************/
/*-------------------------------------------------------------
ボタン
-------------------------------------------------------------*/
.btn a {
  display: block;
  text-align: center;
  font-weight: 700;
}
.btn a:hover {
  opacity: 0.7;
}

.btn-pink a {
  background-color: #E43A7E;
  color: #fff;
  box-shadow: 0px 4px 6px 0px #B82D65;
}
.btn-pink .wall {
  position: relative;
}
.btn-pink .wall:after {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/icon_arrow_right_btn.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1.25rem;
}
.btn-pink .wall .free {
  color: #fff;
  background-color: #0F286B;
  line-height: 1.375rem;
  font-size: 0.875rem;
  padding: 0 0.5rem;
  border-radius: 0.5rem;
  margin-right: 0.5rem;
}

/*-------------------------------------------------------------
wrapper
-------------------------------------------------------------*/
.wrapper {
  position: relative;
}
.wrapper.active:before {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
}

/*-------------------------------------------------------------
色つきテキスト
-------------------------------------------------------------*/
.txt-blue {
  color: #0F286B;
}

.txt-pink {
  color: #E43A7E;
}

/*-------------------------------------------------------------
各セクション共通パーツ
-------------------------------------------------------------*/
.sec {
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .sec {
    padding: 2.5rem 0;
  }
}
.sec .sec_ttl {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .sec .sec_ttl {
    font-size: 1.5rem;
  }
}
.sec .sec_ttl .txt-pink {
  display: block;
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 0.25rem;
}

/*-------------------------------------------------------------
白背景シャドウ
-------------------------------------------------------------*/
.bg-white-shadow {
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.16);
  position: relative;
}

/*-------------------------------------------------------------
ふわっと表示
-------------------------------------------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

/*-------------------------------------------------------------
TOPへ戻るボタン
-------------------------------------------------------------*/
#page-top {
  bottom: 1.875rem;
  position: fixed;
  right: 1.875rem;
  z-index: 10;
}
@media (max-width: 767px) {
  #page-top {
    bottom: 1.25rem;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

#page-top a:hover {
  opacity: 0.7;
}

/*-------------------------------------------------------------
フォーム用のエラー
-------------------------------------------------------------*/
.error-message {
  color: red;
  font-size: 0.875rem;
  margin-top: 0.5rem;
  display: none;
}
@media (max-width: 767px) {
  .error-message {
    font-size: 0.75rem;
  }
}

/* table of contents
footer
***************************************************************/
.footer {
  width: 100%;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .footer {
    padding: 0 0 4rem;
    text-align: left;
  }
}
.footer a {
  color: #0F286B;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .footer a {
    font-size: 0.875rem;
  }
}
.footer a:hover {
  text-decoration: underline;
}
.footer .inner > .dflex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .footer .inner > .dflex {
    flex-direction: column;
    align-items: unset;
  }
}
.footer .inner > .dflex:first-of-type {
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .footer .inner > .dflex:first-of-type {
    padding-right: 0;
    margin-bottom: 0.625rem;
  }
}
.footer .inner > .dflex:last-of-type {
  padding-left: 0.5rem;
}
@media (max-width: 767px) {
  .footer .inner > .dflex:last-of-type {
    flex-direction: unset;
    padding: 0;
    margin-top: 1.5rem;
  }
}
@media (max-width: 767px) {
  .footer .logo {
    margin: 0 0 1rem;
  }
}
.footer .logo img {
  width: 14rem;
}
.footer nav ul {
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .footer nav ul {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.footer .txt-right {
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer .txt-right .stxt {
  font-size: 0.75rem;
}
.footer small {
  font-size: 0.875rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .footer small {
    line-height: 1.4;
  }
}

/* table of contents
ヘッダー
SP版ハンバーガーメニュー
固定ヘッダースクロール
***************************************************************/
/*-----------------------------------------------------------------------------
ヘッダー
-------------------------------------------------------------------------------*/
.header {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  position: fixed;
  top: 2.625rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.16);
  border-radius: 2.5rem;
}
@media (max-width: 1050px) {
  .header {
    max-width: unset;
    width: 90%;
    top: 0;
  }
}
@media (max-width: 767px) {
  .header {
    width: 96%;
  }
}
.header .header_inner {
  padding: 1rem 2.5rem;
}
@media (max-width: 1050px) {
  .header .header_inner {
    padding: 0.5rem 1rem;
  }
}
.header .header_inner > .dflex {
  justify-content: space-between;
  align-items: center;
}
.header .logo img {
  width: 14rem;
}
@media (max-width: 1050px) {
  .header .logo img {
    width: 11.375rem;
  }
}
.header .header__nav .dflex {
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 1050px) {
  .header .header__nav .dflex {
    flex-direction: column;
  }
}
.header .gnavi ul {
  gap: 1rem;
}
.header .gnavi ul li a {
  color: #0F286B;
  font-size: 0.875rem;
  display: block;
  line-height: 1;
}
.header .gnavi ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 1050px) {
  .header .btnarea {
    width: 100%;
  }
}
.header .btn {
  width: 11.25rem;
}
@media (max-width: 1050px) {
  .header .btn {
    width: 25rem;
  }
}
@media (max-width: 767px) {
  .header .btn {
    width: 90%;
  }
}
.header .btn a {
  font-size: 1rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  box-shadow: none;
}

/*-----------------------------------------------------------------------------
SP版ハンバーガーメニュー
-------------------------------------------------------------------------------*/
.header__hamburger {
  display: none;
}

@media (max-width: 1050px) {
  .header__nav {
    position: fixed;
    right: 0;
    left: 0;
    top: 3.5rem;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    height: calc(100vh - 3.5rem);
    transform: translateX(100%);
    background-color: #fff;
    transition: ease 0.4s;
    z-index: -1;
    padding: 24px 0 0 0;
  }
  .header__nav > .dflex {
    width: 100%;
  }
  .header__nav > .dflex > .naviarea {
    width: 100%;
    flex-direction: column-reverse !important;
  }
  /* ハンバーガーメニュー */
  /* ハンバーガーメニュークリック後のスタイル */
}
@media (max-width: 1050px) and (max-width: 1050px) {
  .header__nav > .dflex > .naviarea {
    width: 90%;
  }
}
@media (max-width: 1050px) and (max-width: 767px) {
  .header__nav > .dflex > .naviarea {
    width: 94%;
  }
}
@media (max-width: 1050px) {
  .header__nav nav.gnavi {
    width: 100%;
  }
  .header__nav nav.gnavi ul.gnavi_list li a {
    color: #0F286B;
    display: block;
    text-decoration: none;
  }
  .header__nav .gnavi-upper ul {
    flex-wrap: wrap;
    gap: 30px 0;
    padding: 16px 10px;
  }
  .header__nav .gnavi-upper ul li {
    width: 50%;
  }
  .header__nav .gnavi-bottom {
    width: 100%;
    margin-top: 0;
  }
  .header__nav .gnavi-bottom ul.gnavi_list {
    flex-direction: column;
  }
  .header__nav .gnavi-bottom ul.gnavi_list li {
    width: 100%;
  }
  .header__nav .gnavi-bottom ul.gnavi_list li a {
    padding: 10px 16px !important;
    font-size: 18px;
    line-height: 1.6;
  }
  .nav-items__item:last-child a {
    margin-bottom: 0;
  }
  .header__hamburger {
    width: 40px !important;
    height: 100%;
    display: block;
  }
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    position: relative;
    padding: 0;
  }
  .hamburger span {
    width: 100%;
    height: 3px;
    background-color: #0F286B;
    position: relative;
    transition: ease 0.4s;
    display: block;
    border-radius: 2px;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    margin: 8px 0;
  }
  .hamburger span:nth-child(3) {
    top: 0;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .hamburger.active span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    top: -13px;
    transform: rotate(-45deg);
  }
}
/*-----------------------------------------------------------------------------
固定ヘッダースクロール
-------------------------------------------------------------------------------*/
html {
  scroll-padding-top: 7.625rem;
}

/* table of contents

枠

***************************************************************/
/*-------------------------------------------------------------
枠
-------------------------------------------------------------*/
main {
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  main {
    padding: 0 0 40px;
  }
}

.inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: unset;
    padding: 0 1.25rem;
  }
}

/* table of contents
kv
このようなお悩みはございませんか？
QuQuMoならそのお悩みすべて解決いたします！
QuQuMoとは
QuQuMoが選ばれる理由
ボタンエリア
CLOUDSIGN
ご利用の流れ
お客様の声
よくある質問
***************************************************************/
.l-main {
  /*-------------------------------------------------------------
  kv
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  このようなお悩みはございませんか？
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  QuQuMoならそのお悩みすべて解決いたします！
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  QuQuMoとは
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  QuQuMoが選ばれる理由
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  ボタンエリア
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  CLOUDSIGN
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  ご利用の流れ
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  お客様の声
  -------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------
  よくある質問
  -------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------
  アコーディオン
  -------------------------------------------------------------------------------*/
  /*-------------------------------------------------------------
  運営会社
  -------------------------------------------------------------*/
  /*-------------------------------------------------------------
  フォームエリア
  -------------------------------------------------------------*/
}
.l-main .kv {
  position: relative;
}
.l-main .kv .kv_img img {
  width: 100%;
}
@media (min-width: 768px) {
  .l-main .kv .btn {
    width: 33vw;
    position: absolute;
    bottom: 9vw;
    left: 10.5vw;
  }
}
@media (max-width: 767px) {
  .l-main .kv .btn {
    width: 92%;
    margin: 0 auto;
  }
}
.l-main .kv .btn a {
  line-height: 3.5rem;
  line-height: 3.3vw;
  font-size: 1.25rem;
  border-radius: 0.5rem;
  font-size: 1.4vw;
}
@media (max-width: 767px) {
  .l-main .kv .btn a {
    display: block;
    font-size: 1.25rem;
    line-height: 3.5rem;
  }
}
.l-main .kv .video {
  aspect-ratio: 1920/1080;
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.16);
  border-radius: 1rem;
  position: absolute;
  top: 15.4vw;
  right: 10.5vw;
}
@media (max-width: 767px) {
  .l-main .kv .video {
    top: 64.5vw;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
.l-main .kv .video .video_inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-main .kv .video .video_inner img {
  position: absolute;
  right: -6vw;
  bottom: -3vw;
  width: 9.5vw;
}
@media (max-width: 767px) {
  .l-main .kv .video .video_inner img {
    display: none;
  }
}
.l-main .kv .video video {
  aspect-ratio: 1920/1080;
  width: 40vw;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .l-main .kv .video video {
    width: 90vw;
  }
}
.l-main .box-problems {
  padding-top: 5rem;
  margin-top: 5rem;
}
.l-main .box-problems .box_header {
  background: url("../img/bg_cloud.svg") no-repeat top center;
  background-size: contain;
  height: 13.125rem;
  margin-bottom: 8.75rem;
}
@media (max-width: 767px) {
  .l-main .box-problems .box_header {
    height: 8.25rem;
    margin-bottom: 10.625rem;
  }
}
.l-main .box-problems .box_header .box_ttl {
  font-size: 2.25rem;
  line-height: 1.5;
  padding-top: 2.4375rem;
}
@media (max-width: 767px) {
  .l-main .box-problems .box_header .box_ttl {
    font-size: 1.25rem;
    padding-top: 1.625rem;
  }
}
.l-main .box-problems .box_header .box_ttl .stxt {
  font-size: 1.5rem;
  display: block;
}
@media (max-width: 767px) {
  .l-main .box-problems .box_header .box_ttl .stxt {
    font-size: 1rem;
  }
}
.l-main .box-problems .list {
  gap: 3rem;
}
@media (max-width: 950px) {
  .l-main .box-problems .list {
    flex-direction: column;
    gap: 12.5rem;
  }
}
.l-main .box-problems .list li {
  width: 20.5rem;
  min-height: 11.25rem;
  padding: 4.5rem 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.0625rem;
}
@media (max-width: 950px) {
  .l-main .box-problems .list li {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 767px) {
  .l-main .box-problems .list li {
    margin: 0 auto;
    width: 100%;
  }
}
.l-main .box-problems .list li img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: -10.625rem;
}
.l-main .solution {
  background: #0F286B url("../img/bg_lines_solution.svg") repeat-x bottom 50px center;
  padding: 1.75rem 0 1.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-main .solution {
    padding: 2rem 0 0;
    height: 8.75rem;
    background: #0F286B url("../img/bg_lines_solution_sp.png") no-repeat top center;
    background-size: cover;
  }
}
.l-main .solution p {
  color: #fff;
  font-size: 2.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-main .solution p {
    font-size: 1.25rem;
  }
  .l-main .solution p span {
    font-size: 1.5rem;
  }
}
.l-main .solution:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 2.5rem solid transparent;
  border-top: 1.25rem solid #0F286B;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -3.75rem;
}
@media (max-width: 767px) {
  .l-main .solution:after {
    border: 1.25rem solid transparent;
    border-top: 1.875rem solid #0F286B;
    bottom: -2.75rem;
  }
}
.l-main .sec-aboutus .sec_ttl img {
  display: inline-block;
  width: 25rem;
  vertical-align: middle;
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .l-main .sec-aboutus .sec_ttl img {
    width: 15.625rem;
  }
}
.l-main .sec-aboutus .lead {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-main .sec-aboutus .lead {
    font-size: 1.25rem;
  }
}
.l-main .sec-aboutus figure {
  width: 55rem;
  margin: 0 auto 1rem;
}
@media (max-width: 950px) {
  .l-main .sec-aboutus figure {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .l-main .sec-aboutus figure {
    width: 100%;
  }
}
.l-main .sec-aboutus figure img {
  width: 100%;
}
.l-main .sec-aboutus .txt {
  font-size: 1.125rem;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .l-main .sec-aboutus .txt {
    font-size: 1rem;
  }
}
.l-main .sec-reason {
  background-color: #F9FAFF;
}
.l-main .sec-reason .dflex {
  justify-content: center;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-reason .dflex {
    flex-direction: column;
    justify-content: unset;
    gap: 0.5rem;
  }
}
.l-main .sec-reason .dflex:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-reason .dflex:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.l-main .sec-reason .card {
  position: relative;
  width: 21.5rem;
  padding: 0.5rem 0.5rem 0.625rem;
}
@media (max-width: 767px) {
  .l-main .sec-reason .card {
    width: 100%;
    display: flex;
    gap: 0.625rem;
    padding: 1rem;
    align-items: center;
  }
  .l-main .sec-reason .card figure {
    width: 6.25rem;
  }
  .l-main .sec-reason .card figure img {
    width: 100%;
  }
}
.l-main .sec-reason .card:before {
  content: "";
  display: block;
  width: 2.25rem;
  height: 2rem;
  background: url("../img/icon_bg_reason.svg") no-repeat center;
  position: absolute;
  top: 0.375rem;
  left: 0.375rem;
}
.l-main .sec-reason .card dl {
  margin-top: 0.75rem;
}
@media (max-width: 767px) {
  .l-main .sec-reason .card dl {
    width: calc(100% - 110px);
  }
}
.l-main .sec-reason .card dl dt {
  font-size: 1.375rem;
  font-weight: 700;
  color: #0F286B;
  line-height: 1;
  margin-bottom: 0.375rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-main .sec-reason .card dl dt {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}
.l-main .sec-reason .card dl dd {
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 700;
}
@media (max-width: 767px) {
  .l-main .sec-reason .card dl dd {
    font-size: 0.75rem;
  }
}
.l-main .sec-reason .btn {
  margin: 2.5rem auto;
  width: 30rem;
}
@media (max-width: 767px) {
  .l-main .sec-reason .btn {
    width: 100%;
  }
}
.l-main .sec-reason .btn a {
  font-size: 1.25rem;
  line-height: 3.5rem;
  border-radius: 0.5rem;
}
.l-main .sec-reason .btn a .wall:after {
  right: -1.5rem;
}
.l-main .sec-reason .box .box_ttl {
  font-size: 1.75rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-reason .box .box_ttl {
    font-size: 1.25rem;
  }
}
.l-main .sec-reason .box figure {
  width: 100%;
  max-width: 61.25rem;
}
@media (max-width: 950px) {
  .l-main .sec-reason .box figure {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .l-main .sec-reason .box figure {
    width: 100%;
  }
}
.l-main .sec-reason .box figure img {
  width: 100%;
}
.l-main .ctrarea {
  background: #0F286B url("../img/bg_lines_ctr.svg") repeat-x center;
  color: #fff;
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .l-main .ctrarea {
    padding: 1.5625rem 0;
  }
}
.l-main .ctrarea .txt-center:first-of-type {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .l-main .ctrarea .txt-center:first-of-type {
    font-size: 1.125rem;
  }
}
.l-main .ctrarea .txt-center:nth-child(2) {
  font-size: 2.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-main .ctrarea .txt-center:nth-child(2) {
    font-size: 1.5rem;
  }
}
.l-main .ctrarea .btn {
  width: 30rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-main .ctrarea .btn {
    width: 90%;
  }
}
.l-main .ctrarea .btn a {
  line-height: 3.5rem;
  font-size: 1.25rem;
  border-radius: 0.5rem;
}
.l-main .ctrarea .btn a .wall:after {
  right: -1.625rem;
}
.l-main .sec-cloudsign .sec_header {
  display: flex;
  flex-direction: column-reverse;
}
.l-main .sec-cloudsign .sec_header .ttl {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-main .sec-cloudsign .sec_header .ttl img {
    width: 100%;
  }
}
.l-main .sec-cloudsign .sec_header .lead {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-main .sec-cloudsign .sec_header .lead {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
}
.l-main .sec-cloudsign .sec_header + .dflex {
  background: #F9FAFF url("../img/bg_cloudsign.svg") no-repeat right top;
  padding: 2rem;
  border-radius: 1rem;
  gap: 3rem;
  align-items: center;
}
@media (max-width: 767px) {
  .l-main .sec-cloudsign .sec_header + .dflex {
    padding: 1.5rem 0.5rem;
    flex-direction: column-reverse;
    background: #F9FAFF url("../img/bg_cloudsign_sp.svg") no-repeat top center;
    background-size: contain;
    gap: 1rem;
  }
}
.l-main .sec-cloudsign .sec_header + .dflex img {
  width: 100%;
  max-width: 30.1875rem;
}
@media (max-width: 767px) {
  .l-main .sec-cloudsign .sec_header + .dflex img {
    max-width: unset;
  }
}
.l-main .sec-cloudsign .contentsarea {
  width: 100%;
  max-width: 30.3125rem;
}
.l-main .sec-cloudsign .contentsarea .ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-main .sec-cloudsign .contentsarea .ttl {
    text-align: center;
    margin-bottom: 0.25rem;
  }
}
.l-main .sec-cloudsign .contentsarea .txt {
  font-size: 1rem;
  line-height: 1.75;
}
.l-main .sec-flow nav {
  background-color: #F9FAFF;
  padding: 1.5rem 0;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-flow nav {
    padding: 1.5rem 0.5rem;
    margin-bottom: 1.5rem;
  }
}
.l-main .sec-flow nav ul {
  justify-content: center;
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-flow nav ul {
    gap: 1rem;
  }
}
.l-main .sec-flow nav ul li {
  width: 100%;
  max-width: 13.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-flow nav ul li {
    max-width: unset;
  }
}
.l-main .sec-flow nav ul li a {
  color: #333;
  padding: 1rem 0;
}
.l-main .sec-flow nav ul li a .dflex {
  flex-direction: column;
}
.l-main .sec-flow nav ul li a .step {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .l-main .sec-flow nav ul li a .step {
    font-size: 0.75rem;
  }
}
.l-main .sec-flow nav ul li a .ttl {
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-flow nav ul li a .ttl {
    font-size: 0.875rem;
  }
}
.l-main .sec-flow nav ul li a:hover {
  opacity: 0.7;
}
.l-main .sec-flow .box {
  background-color: #F9FAFF;
  padding: 2.5rem 0;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box {
    padding: 2.5rem 1rem;
  }
}
.l-main .sec-flow .box:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.l-main .sec-flow .box .box_header {
  flex-direction: column-reverse;
  margin-bottom: 1rem;
}
.l-main .sec-flow .box .box_header img {
  width: 2.5rem;
}
.l-main .sec-flow .box .box_header .box_ttl {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box .box_header .box_ttl {
    font-size: 1.25rem;
  }
}
.l-main .sec-flow .box .box_header .txt-pink {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box .box_header .txt-pink {
    font-size: 0.875rem;
  }
}
.l-main .sec-flow .box .box_lead {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.l-main .sec-flow .box ul.dflex {
  gap: 2.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box ul.dflex {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.l-main .sec-flow .box ul.dflex li {
  width: 100%;
  max-width: 16rem;
  padding: 0.5rem 1rem;
  position: relative;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box ul.dflex li {
    margin: 0 auto;
  }
}
.l-main .sec-flow .box ul.dflex li:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  background-color: #0F286B;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -2.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box ul.dflex li:not(:last-of-type):after {
    width: 0.5rem;
    height: 1.5rem;
    top: unset;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -1.5rem;
  }
}
.l-main .sec-flow .box ul.dflex li img {
  width: 100%;
}
@media (max-width: 767px) {
  .l-main .sec-flow .box ul.dflex li img {
    width: 6.25rem;
    display: block;
    margin: 0 auto;
  }
}
.l-main .sec-flow .box ul.dflex li figcaption {
  font-size: 0.875rem;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.l-main .sec-flow .box ul.dflex + div {
  width: 100%;
  max-width: 53rem;
  margin: 0 auto;
  padding: 1rem;
}
.l-main .sec-flow .box ul.dflex + div dl.iconnote dt {
  background: url("../img/icon_document.svg") no-repeat left center;
  padding-left: 1.625rem;
  color: #0F286B;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 0.625rem;
}
.l-main .sec-flow .box ul.dflex + div dl.iconnote dd {
  font-size: 1rem;
  line-height: 1.5;
}
.l-main .sec-flow .box ul.dflex + div dl.iconnote dd .stxt {
  font-size: 0.875rem;
  font-weight: 400;
}
.l-main .sec-voice .box {
  background-color: #F9FAFF;
  padding: 1.5rem 2.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-voice .box {
    padding: 0.5rem;
  }
}
.l-main .sec-voice .box .box_header {
  flex-direction: row-reverse;
  width: 100%;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .l-main .sec-voice .box .box_header {
    position: relative;
    padding-bottom: 2.5rem;
  }
}
@media (max-width: 619px) {
  .l-main .sec-voice .box .box_header {
    padding-bottom: 4.375rem;
  }
}
.l-main .sec-voice .box .box_header figure {
  width: 5rem;
}
@media (max-width: 767px) {
  .l-main .sec-voice .box .box_header figure {
    width: 4rem;
  }
}
.l-main .sec-voice .box .box_header figure img {
  width: 100%;
}
.l-main .sec-voice .box .box_header .contents {
  width: calc(100% - 5rem);
}
.l-main .sec-voice .box .box_header .contents .box_ttl {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #0F286B;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .l-main .sec-voice .box .box_header .contents .box_ttl {
    font-size: 1.125rem;
  }
}
.l-main .sec-voice .box .box_header .contents dl {
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-voice .box .box_header .contents dl {
    position: absolute;
    left: 0;
    bottom: 0;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.l-main .sec-voice .box .box_header .contents dl div {
  align-items: center;
  gap: 0.5rem;
}
.l-main .sec-voice .box .box_header .contents dl div dt {
  background-color: #E1E9FF;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .l-main .sec-voice .box .box_header .contents dl div dd {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.l-main .sec-voice .box:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.l-main .sec-voice .box .box_txt {
  font-size: 1rem;
  line-height: 1.75;
}
.l-main #sec-faq {
  background-color: #F9FAFF;
}
@media (max-width: 767px) {
  .l-main #sec-faq {
    padding: 40px 16px;
  }
}
.l-main #sec-faq .inner {
  padding: 0;
}
.l-main #sec-faq .item {
  box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.16);
  border-radius: 0.5rem;
}
.l-main #sec-faq .item:not(:last-of-type) {
  margin-bottom: 40px;
}
.l-main .js-accordion--close {
  display: none;
}
.l-main .accordion-box {
  height: 0;
  overflow: hidden;
  transition: 0.4s ease;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.16);
}
.l-main .accordion-box div {
  padding: 16px 16px 16px 70px;
  background: #FFF2FE url("../img/icon_a.svg") no-repeat left 16px center;
}
@media (max-width: 767px) {
  .l-main .accordion-box div {
    background-size: 24px auto;
    padding: 16px 16px 16px 40px;
    background-position: left 8px center;
  }
}
.l-main .accordion-box div p {
  line-height: 1.6;
  font-weight: 700;
  color: #E43A7E;
}
.l-main .accordion-box div p:not(:first-of-type) {
  margin-top: 20px;
}
.l-main .accordion-box .btns {
  gap: 16px;
  padding: 0;
}
.l-main .accordion-box .btn {
  padding: 0;
  margin-top: 16px;
}
.l-main .accordion-box .btn a {
  line-height: 40px;
  width: 140px;
  font-size: 14px;
  font-weight: 700;
}
.l-main .js-accordion {
  position: relative;
  padding: 1.5rem 2rem 1.5rem 4.375rem;
  border: none;
  background: #fff url("../img/icon_q.svg") no-repeat left 16px center;
  color: #0F286B;
  width: 100%;
  border-radius: 8px 8px 0px 0px;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  border-radius: 8px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .l-main .js-accordion {
    font-size: 16px;
    padding: 16px 50px 16px 40px;
    background-size: 24px auto;
    background-position: left 8px center;
    line-height: 1.4;
  }
}
.l-main .js-accordion::before {
  content: "";
  width: 3px;
  height: 24px;
  background: #0F286B;
  position: absolute;
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.l-main .js-accordion::after {
  content: "";
  width: 24px;
  height: 3px;
  background: #0F286B;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.6s ease;
}
.l-main .js-accordion.is-accordion--open {
  border-radius: 8px 8px 0px 0px;
}
.l-main .js-accordion.is-accordion--open::before {
  transform: rotate(90deg);
}
.l-main .js-accordion.is-accordion--open::after {
  transform: rotate(-180deg);
}
.l-main .js-accordion.is-accordion--open + .accordion-box {
  height: auto;
  opacity: 1;
  border-radius: 0px 0px 8px 8px;
}
.l-main .sec-company .inner {
  max-width: 48.875rem;
}
.l-main .sec-company .logo {
  margin-bottom: 1.5rem;
}
.l-main .sec-company dl div {
  border-bottom: 1px solid #F1F1EC;
  padding: 0.5rem 0;
  display: flex;
}
@media (max-width: 767px) {
  .l-main .sec-company dl div {
    flex-direction: column;
  }
}
.l-main .sec-company dl div dt, .l-main .sec-company dl div dd {
  line-height: 1.5;
  padding: 0.5rem;
}
.l-main .sec-company dl dt {
  width: 15.1875rem;
}
@media (max-width: 767px) {
  .l-main .sec-company dl dt {
    width: 100%;
    font-size: 1rem;
  }
}
.l-main .sec-company dl dd {
  width: calc(100% - 15.1875rem);
}
@media (max-width: 767px) {
  .l-main .sec-company dl dd {
    width: 100%;
    font-size: 1rem;
  }
}
.l-main .sec-company dl + .dflex {
  align-items: center;
  margin-top: 0.5rem;
}
.l-main .sec-company dl + .dflex figure {
  width: 5.625rem;
}
@media (max-width: 767px) {
  .l-main .sec-company dl + .dflex figure {
    width: 3rem;
  }
  .l-main .sec-company dl + .dflex figure img {
    width: 100%;
  }
}
.l-main .sec-company dl + .dflex p {
  width: calc(100% - 5.625rem);
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .l-main .sec-company dl + .dflex p {
    width: calc(100% - 3rem);
    font-size: 0.75rem;
  }
}
.l-main .contactform {
  background-color: #F9FAFF;
  padding: 2.5rem 0;
  border-radius: 0.5rem;
}
@media (max-width: 767px) {
  .l-main .contactform {
    padding: 2.5rem 1.25rem;
    border-radius: 0.5rem;
  }
}
.l-main .contactform .list {
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.l-main .contactform .list > .dflex {
  gap: 2.5rem;
}
@media (max-width: 767px) {
  .l-main .contactform .list > .dflex {
    flex-direction: column;
    gap: unset;
  }
}
.l-main .contactform .list > .dflex:not(:last-of-type) {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .l-main .contactform .list > .dflex:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
.l-main .contactform .list .ttl {
  width: 12.5rem;
  position: relative;
  min-height: 1.5rem;
  padding-top: 0.625rem;
  color: #0F286B;
}
@media (max-width: 767px) {
  .l-main .contactform .list .ttl {
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.25rem;
  }
}
.l-main .contactform .list .ttl .must {
  background-color: #E43A7E;
  color: #fff;
  width: 2.5rem;
  text-align: center;
  line-height: 1.25rem;
  height: 1.25rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 0.625rem;
  right: 0;
}
@media (max-width: 767px) {
  .l-main .contactform .list .ttl .must {
    top: 50%;
    transform: translate(0, -50%);
  }
}
.l-main .contactform .list .field {
  width: calc(100% - 15rem);
}
@media (max-width: 767px) {
  .l-main .contactform .list .field {
    width: 100%;
  }
}
.l-main .contactform .list .field input, .l-main .contactform .list .field textarea {
  width: 100%;
  border: 0.0625rem solid #EFEFEF;
  padding: 1rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.5rem;
}
.l-main .contactform .list .field textarea {
  min-height: 14.875rem;
  resize: none;
}
@media (max-width: 767px) {
  .l-main .contactform .list .field textarea {
    min-height: 12.5rem;
  }
}
.l-main .contactform .submit {
  margin: 2.5rem auto 0;
  display: block;
  width: 30rem;
  height: 3.5rem;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 0.5rem;
  background: #E43A7E;
  position: relative;
  box-shadow: 0px 4px 6px 0px #B82D65;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
@media (max-width: 767px) {
  .l-main .contactform .submit {
    width: 100%;
  }
}
.l-main .contactform .submit:hover {
  opacity: 0.7;
}
.l-main .contactform .submit:after {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  content: "";
  background: url("../img/icon_arrow_right_btn.svg") no-repeat center;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10.625rem;
}
@media (max-width: 767px) {
  .l-main .contactform .submit:after {
    right: 18vw;
  }
}
.l-main .contactform .submit input {
  background: unset;
  border: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  height: 100%;
  width: 100%;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */