@charset "UTF-8";
/**
 * FUNCTION
 * Function.............
 *
 * VARIABLE
 * Global...............プロジェクト全体を通して使用される変数です。
 * Color................カラー用の変数（マップ）を管理します。
 * Config...............
 *
 * MIXIN
 * Media-query..........メディアクエリ用のmixinです。
 * Clearfix.............`float`を解除する`clearfix`のmixinです。
 *
 * VENDORS
 * Normalize.css........Normalize cssのインポートします。
 *
 * VENDORS-EXTENSION
 * Normalize.css........Normalize.cssのスタイルを上書きします。
 *
 * BASE
 * Base.................要素セレクタと属性セレクタのデフォルトスタイルです。
 *
 * LAYOUT
 * Header...............ヘッダーエリアのコンテナブロックのスタイルを指定します。
 * Footer...............フッターエリアのコンテナブロックのスタイルを指定します。
 * Main.................メインコンテンツエリアのコンテナブロックのスタイルを指定します。
 * Sidebar..............サイドバーエリアのコンテナブロックのスタイルを指定します。
 *
 * COMPONENT
 * Wrapper..............コンポーネントをラップするオブジェクトです。`max-width`が指定されています。
 * Grid.................グリッドレイアウトのベーススタイルです。
 * Inline...............横並びになるリストオブジェクトです。
 * Block................縦並びになるリストオブジェクトです。
 * Rank.................横並びになるリストオブジェクトです。アンカータグのクリック範囲が大きく指定されています。
 * Pac..................子要素を折り返さず、横幅内に収めるリストオブジェクトです。
 * Stac.................縦に積み上げていくタイプのリストオブジェクトです。
 * Media................画像とテキストを横並びにするために使用するオブジェクトです。
 * Split................2つの要素をブロックから横並びにするオブジェクトです。
 * Justify..............子要素を両端揃えにするオブジェクトです。
 * Scroll...............横スクロールに対応したテーブルオブジェクトです。
 * Central..............上下左右の中央配置オブジェクトです。
 * Button...............ボタンコンポーネントのベーススタイルです。
 * Card.................カード型のコンポーネントです。
 * Embed................YouTubeなどの埋め込みコンテンツのアスペクト比を固定するオブジェクトです。
 * Images...............画像コンポーネントです。
 *
 * PROJECT
 * Breadcrumbs..........パンくずリストです。セパレーターは`>`です。
 * Pagination...........前後のページに遷移するためのナビゲーションです。アイコンは`<`, `>`です。
 * Tag-cloud............タグクラウドのコンポーネントです。
 * Alert................エラーメッセージなどを表示するコンポーネントです。
 * Badge................投稿数のような数値を表示するコンポーネントです。
 * Label................インラインでメッセージを表示するコンポーネントです。
 * Balloon..............吹き出しのコンポーネントです。
 *
 * UTILITY
 * Col..................レスポンシブに対応した`width`を指定するためのヘルパークラスです。
 * Push.................レスポンシブに対応した`left`を指定するためのヘルパークラスです。
 * Pull.................レスポンシブに対応した`right`を指定するためのヘルパークラスです。
 * Column...............レスポンシブに対応した`column-count`を指定するためのヘルパークラスです。
 * Margin...............レスポンシブに対応した`margin`を指定するためのヘルパークラスです。
 * Padding..............`padding`を指定するためのヘルパークラスです。
 * Display..............要素の表示を切り替えるヘルパークラスです。
 * Float................`float`とクリアーフィックスのヘルパークラスです。
 * Position.............`position`のヘルパークラスです。
 * Text.................テキストのスタイルを変更するヘルパークラスです。
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Vendors
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Vendors-extension
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
/**
 * #Base
 */
/**
 * ボックスモデルを`border-box`にリセットします。
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: my-strip-unit(my-margins());
  /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: my-colors(text);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: my-colors(bg);
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  position: relative;
}

/* 日本語にitalicは使用されないためリセットする */
i,
cite,
em,
address,
dfn {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.4;
}

h1, .u-h1 {
  font-size: 2rem;
}

h2, .u-h2 {
  font-size: 1.6rem;
}

h3, .u-h3 {
  font-size: 1.4rem;
}

h4, .u-h4 {
  font-size: 1.2rem;
}

h5, .u-h5 {
  font-size: 1rem;
}

h6, .u-h6 {
  font-size: 1rem;
}

a {
  color: my-colors(link);
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: my-colors(link, visited);
}

a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* マージンを持たないブロックとする。 */
figure {
  margin: 0;
}

/* `padding-strat: 40px;`の相対値 */
ul, ol {
  padding-left: 2.5em;
}

/* ネストされたリストのマージンをリセットする */
li {
  list-style: none;
}
li > ul,
li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

/**
 * <blockquote cite="#">
 *     <p><small></small></p>
 *     <footer>
 *         <cite><a href="#"></a></cite>
 *     </footer>
 * </blockquote>
 */
blockquote {
  margin: my-margins() 0 my-margins() 0;
  padding-left: my-paddings();
  border-left: 1px solid my-colors(text, light);
  color: my-colors(text, light);
}
blockquote > :first-child {
  margin-top: 0;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
  content: "— ";
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: my-paddings();
  background-color: my-colors(bg);
}

legend {
  padding: 0 my-paddings(small);
  background-color: my-colors(bg);
}

label {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  padding-left: my-paddings(small);
}

textarea {
  width: 100%;
  min-height: 8rem;
  padding: my-paddings(large) my-paddings(small);
  vertical-align: top;
  resize: vertical;
}

optgroup {
  font-weight: normal;
  font-style: normal;
}

/**
 * プレイスホルダーのcolorを無効化してopacityでコントラストを抑える
 * http://hail2u.net/blog/webdesign/placeholder-normalization.html
 */
:-ms-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

::-webkit-input-placeholder {
  opacity: 0.54;
  color: inherit;
}

:placeholder-shown {
  opacity: 0.54;
}

code,
kbd,
pre,
samp {
  font-size: 1rem;
}

code,
pre {
  font-family: Menlo, Consolas, Courier, monospace;
}

kbd {
  /* ユーザーに入力を促す要素 */
  font-family: inherit;
}
kbd > kbd {
  /* キーボードのキーを示す要素に変化するためボーダーで囲われます */
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  padding: 3px 6px;
  font-size: 0.75rem;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
  margin-top: 0;
  margin-bottom: my-margins();
}

html, body, div, span, iframe, h1, h2, h3, h4, h5, p, a, img, ul, li, table, tr, th, td, tbody, footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  list-style: none;
  text-decoration: none;
}

/* ==========================================================================
   Layout
   ========================================================================== */
/**
 * #Footer
 */
.l-footer {
  position: relative;
  background: #000;
}

.l-footer-top__inner {
  padding: 42px 24px 62px;
  background: #1A1A1A;
}

.l-footer-top-logo {
  max-width: 165px;
  width: 100%;
  margin: 0 auto;
}

.l-footer-content {
  margin-top: 16px;
}

.l-footer__list {
  display: flex;
  flex-flow: row wrap;
  gap: 28px 80px;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}

.l-footer-top__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
}
.l-footer-top__link::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_nav.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.l-footer-top__link:hover {
  opacity: 0.6;
}

.l-footer-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 45px;
}

.l-footer-page__link {
  display: block;
  max-width: 156px;
  width: 100%;
  transition: 0.3s;
}
.l-footer-page__link:hover {
  opacity: 0.6;
}

.l-footer-bottom {
  margin-top: 2px;
  background: #E80000;
}

.l-footer-bottom__inner {
  padding: 36px 50px;
}

.l-footer-bottom-logo {
  display: block;
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
}

.l-footer__copy {
  margin-top: 32px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .l-footer-top__inner {
    display: flex;
    align-items: center;
    padding: 21px 55px;
  }
  .l-footer-top-logo {
    margin: 0;
  }
  .l-footer-content {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 44px;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
  }
  .l-footer__list {
    gap: 24px 32px;
    max-width: 290px;
    margin: 0;
  }
  .l-footer-top__link {
    font-size: 1.4rem;
  }
  .l-footer-top__link::before {
    width: 12px;
    height: 12px;
  }
  .l-footer-page {
    gap: 18px;
    margin-top: 0;
  }
  .l-footer-page__link {
    max-width: 176px;
  }
  .l-footer-bottom {
    position: relative;
    margin-top: 0;
  }
  .l-footer-bottom__inner {
    padding: 35px 57px;
  }
  .l-footer-bottom-logo {
    position: absolute;
    top: 50%;
    left: 57px;
    max-width: 160px;
    transform: translateY(-50%);
  }
  .l-footer__copy {
    margin-top: 0;
  }
}
/**
 * #Header
 */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.l-header__inner {
  display: flex;
  align-items: center;
}

.l-header-logo {
  display: block;
  max-width: 158px;
  width: 100%;
  padding: 15px;
  background: #E60012;
}

.l-header-logo__link {
  display: block;
  max-width: 110px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .l-header {
    width: 100%;
    background: transparent;
  }
  .l-header__inner {
    max-width: 853px;
    width: 100%;
  }
  .l-header-logo {
    display: block;
    max-width: 273px;
  }
  .l-header-logo__link {
    max-width: 158px;
  }
}
/**
 * #Main
 */
.l-main {
  overflow: hidden;
  background: #000;
}

.l-main-content {
  position: relative;
  padding-top: 30px;
  padding-bottom: 175px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/bg_sp.png);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.l-main__cta {
  position: relative;
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
}

.l-main__link {
  position: relative;
  display: block;
  max-width: 273px;
  width: 100%;
  margin: 0 auto;
  padding: 21px 24px;
  border-radius: 8px;
  border: 1px solid #18BB28;
  background: #18BB28;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-main__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.l-main__link:hover {
  background: #fff;
  color: #18BB28;
}
.l-main__link:hover::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_active01.png);
}

.l-main__caption {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  max-width: 200px;
  width: 100%;
  padding: 3px;
  border: 1px solid #18BB28;
  border-radius: 3px;
  background: #fff;
  color: #18BB28;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.l-main-close {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 18px;
  cursor: pointer;
  z-index: 110;
}

@media screen and (min-width: 768px) {
  .l-main-content {
    background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/bg_pc.png);
  }
}
@media screen and (min-width: 1024px) {
  .l-main__cta {
    position: fixed;
    right: 27px;
    bottom: 15px;
    max-width: 283px;
    z-index: 100;
  }
  .l-main__link {
    max-width: 283px;
    padding: 29px 24px;
  }
}
/**
 * #Sidebar
 */
/**
 * #Section
 */
.l-section__title {
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .l-section__title {
    max-width: 191px;
  }
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Block
 */
/**
 * 縦に配置するオブジェクトです。
 * [DEMO](https://jsfiddle.net/manabuyasuda/7ebqpj8b/5)
 *
 * <ul class="c-block">
 *   <li class="c-block__unit">
 *     <label class="c-block__item"></label>
 *     <input class="c-block__item" />
 *   </li>
 * </ul>
 */
.c-block {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.c-block__unit {
  display: inline-block;
}

.c-block__item {
  display: block;
}

/**
 * #Scroll
 */
.c-scroll {
  position: absolute;
  top: -40px;
  right: 24px;
  max-width: 70px;
  width: 100%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Oswald", serif;
  text-align: center;
}
.c-scroll img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .c-scroll {
    position: unset;
    margin-left: 50px;
  }
}
/**
 * #Button
 */
/**
 * ベーシックなボタンオブジェクトです。
 * `<a>`, `<button>`, `<input>`要素のスタイルをリセットしています。
 * サイズやスタイルの変更はモディファイアクラスを指定します。
 * [DEMO](https://jsfiddle.net/manabuyasuda/yoLg0g9h/2)
 *
 * <div class="l-page-content">
 *   <a href="#" class="c-button [c-button--full]">First Button</a>
 *   <button class="c-button [c-button--full]">Second Button</button>
 *   <input type="button" value="Button" class="c-button [c-button--full]" />
 * </div>
 */
.c-button {
  display: inline-block;
  margin: 0;
  padding: 0.75em;
  border: none;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  appearance: none;
}
.c-button:hover, .c-button:active, .c-button:focus {
  text-decoration: none;
}
.c-button[disabled], .c-button.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.c-button__link02 {
  padding: 12px 45px;
  font-size: 23px;
  color: #fff;
  background-color: #4175EE;
  border-radius: 50px;
}

.c-button__link03 {
  padding: 10px 35px;
  font-size: 16px;
  color: #fff;
  background-color: #4175EE;
  border-radius: 50px;
}

.c-button--full {
  width: 100%;
}

.c-button--circle {
  border-radius: 50%;
}

.c-button--primary,
.c-button--secondary {
  padding: 5px 40px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  color: #fff;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease 0s, background-color 0.5s;
}

.c-button--primary {
  background-color: #DC5050;
}

/**
 * カプセル状の錠剤のような形をしたボタンコンポーネントです。
 */
/**
 * #Kv
 */
.c-kv__lead {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 4px 0;
  background: #35A300;
  overflow: hidden;
}
.c-kv__lead p {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  white-space: nowrap;
}
.c-kv__lead p:nth-child(odd) {
  animation: MoveLeft 24s -12s infinite linear;
}
.c-kv__lead p:nth-child(even) {
  animation: MoveLeft2 24s infinite linear;
}

@keyframes MoveLeft {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/**
 * #top_scroll
 */
/**
 * #Hamburger
 */
.c-hamburger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 5px;
  right: 14px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  background: #000;
  transition: 0.3s;
  z-index: 100;
}
.c-hamburger.is-active {
  background: #fff;
}

.c-hamburger__line {
  position: absolute;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 50%;
  background: #fff;
  transform: translateX(-50%);
}
.c-hamburger__line.is-active {
  background: #000;
}

.c-hamburger__line--top {
  top: calc(50% - 8px);
}

.c-hamburger__line--middle {
  top: 50%;
}

.c-hamburger__line--bottom {
  top: calc(50% + 8px);
}

.c-hamburger__line--top.is-active {
  transform: translateX(-50%) rotate(45deg);
  top: calc(50% - 0px);
}

.c-hamburger__line--middle.is-active {
  width: 0;
}

.c-hamburger__line--bottom.is-active {
  transform: translateX(-50%) rotate(-45deg);
  top: calc(50% + 0px);
}

@media screen and (min-width: 1024px) {
  .c-hamburger {
    display: none;
  }
}
/**
 * #Campaign
 */
.c-campaign {
  display: block;
  max-width: 731px;
  width: 100%;
  margin: 0 auto;
  transition: 0.5s;
}
.c-campaign:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/**
 * #Animation
 */
.c-animation--fadeUp {
  opacity: 0;
  transform: translateY(50px);
}

.c-animation--flip {
  opacity: 0;
  transition: 1s;
  transform: translate(0px, -80px);
}
.c-animation--flip.is-active {
  opacity: 1;
  transform: translate(0px, 0px);
}

.c-animation--campaign {
  opacity: 0;
  transition: 0.3s;
  transform: translate(0px, -80px);
}
.c-animation--campaign.is-active {
  opacity: 1;
  transform: translate(0px, 0px);
}
.c-animation--campaign.is-active:hover {
  transform: translate(0px, 0px) scale(1.05);
}

.c-animation--popUp {
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: 1.4s;
}
.c-animation--popUp.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Project
   ----------------------------------------------------------------- */
/**
 * #Breadcrumbs
 */
/**
 * パンくずリストのコンポーネントです。
 *
 * <ul class="p-breadcrumbs">
 *   <li class="p-breadcrumbs__item"><a href="#" class="p-breadcrumbs__link">home</a></li>
 *   <li class="p-breadcrumbs__item"><a href="#" class="p-breadcrumb__link">category</a></li>
 *   <li class="p-breadcrumbs__item">content title</li>
 * </ul>
 */
.p-breadcrumbs {
  padding-left: 0;
  list-style-type: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.p-breadcrumbs__item {
  display: inline-block;
}
.p-breadcrumbs__item:last-child {
  display: inline;
}

.p-breadcrumbs__link {
  display: inline-block;
}

.p-breadcrumbs__item + .p-breadcrumbs__item:before {
  content: ">";
  margin: 0 my-paddings(small);
}

/**
 * #Pagenation
 */
/**
 * ページネーションのコンポーネントです。
 * `c-rank`オブジェクトと組み合わせてマークアップします。
 *
 * <ol class="c-rank p-pagination">
 *   <li class="c-rank__item p-pagination__item">
 *     <a href="#" class="c-rank__link p-pagination__link p-pagination__link--prev">Prev</a>
 *   </li>
 *   <li class="c-rank__item p-pagination__item">
 *     <a href="#" class="c-rank__link p-pagination__link">1</a>
 *   </li>
 *   <li class="c-rank__item p-pagination__item">
 *     <a href="#" class="c-rank__link p-pagination__link">2</a>
 *   </li>
 *   <li class="c-rank__item p-pagination__item">
 *     <a href="#" class="c-rank__link p-pagination__link">3</a>
 *   </li>
 *   <li class="c-rank__item p-pagination__item">
 *     <a href="#" class="c-rank__link p-pagination__link p-pagination__link--next">Next</a>
 *   </li>
 * </ol>
 */
.p-pagination {
  line-height: 1;
  text-align: center;
}

.p-pagination__link {
  display: inline-block;
  padding: my-paddings();
}

.p-pagination__link--prev:before {
  content: "<" " ";
}

.p-pagination__link--next:after {
  content: " " ">";
}

/**
 * #Nav
 */
.p-nav {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: #1A1A1A;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.p-nav__inner {
  padding: 12px 13px 76px;
}

.p-nav-top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-nav-top img {
  display: block;
  width: 88px;
}

.p-nav__text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}

.p-nav__list {
  max-width: 327px;
  width: 100%;
  margin: 40px auto 45px;
}

.p-nav__item:first-child .p-nav__link {
  padding-top: 0;
}

.p-nav__link {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.p-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_nav.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}

.p-nav__figure {
  max-width: 327px;
  width: 100%;
  margin: 0 auto;
}

.p-nav-contact {
  margin-bottom: 45px;
}

.p-nav-contact__link {
  position: relative;
  display: block;
  max-width: 287px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  border: 1px solid #54B923;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-nav-contact__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: 0.3s;
}

.p-nav-contact__link--first {
  padding: 9px 14px 9px 32px;
  background-color: #54B923;
  color: #fff;
}
.p-nav-contact__link--first::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow.png);
}
.p-nav-contact__link--first:hover {
  background-color: #fff;
  color: #54B923;
}
.p-nav-contact__link--first:hover::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_active.png);
}

.p-nav-contact__link--second {
  margin-top: 18px;
  padding: 19px 14px 19px 32px;
  background-color: #fff;
  color: #000;
}
.p-nav-contact__link--second::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_page.png);
}
.p-nav-contact__link--second:hover {
  background-color: #35A500;
  color: #fff;
}
.p-nav-contact__link--second:hover::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow.png);
}

.p-nav-page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.p-nav-page__link {
  display: block;
  max-width: 156px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .p-nav {
    position: unset;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .p-nav__inner {
    padding: 30px 46px;
  }
  .p-nav-top {
    display: none;
  }
  .p-nav__list {
    display: flex;
    align-items: center;
    gap: 45px;
    max-width: 580px;
    margin: 0;
  }
  .p-nav__item:first-child .p-nav__link {
    padding-top: 0;
  }
  .p-nav__link {
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    color: #000;
    font-size: 1.4rem;
  }
  .p-nav__link::after {
    content: none;
  }
  .p-nav-bottom {
    display: none;
  }
  .p-nav-contact__link {
    max-width: 474px;
    margin: 0;
    padding: 33px 36px;
    font-size: 2rem;
  }
  .p-nav-contact__link::after {
    width: 44px;
    height: 44px;
  }
}
/**
 * #Application
 */
.p-application__inner {
  padding: 10px 24px 0;
}

.p-application-content {
  position: relative;
}
.p-application-content::after {
  content: "";
  position: absolute;
  bottom: -160px;
  right: -70px;
  display: block;
  width: 187px;
  height: 187px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/img_deco_sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.p-application__lead {
  max-width: 331px;
  width: 100%;
  margin: 0 auto;
}

.p-application-catch {
  max-width: 327px;
  width: 100%;
  margin: 80px auto 0;
}

.p-application-cta {
  position: relative;
  max-width: 327px;
  width: 100%;
  margin: 32px auto 0;
}

.p-application-logo {
  position: absolute;
  top: -70px;
  left: -30px;
  width: 125px;
}

.p-application-cta__figure {
  padding: 26px 31px;
  border-radius: 8px 8px 0 0;
  background: #E72E35;
}

.p-application-cta__caption {
  padding: 24px 27px 33px 27px;
  border-radius: 0 0 8px 8px;
  border: 2px solid #54B923;
  border-top: none;
  background: #fff;
}

.p-application-cta__text {
  margin-bottom: 32px;
  color: #000;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.p-application-cta__text span {
  color: #54B923;
  font-weight: bold;
}

.p-application-cta__link {
  position: relative;
  display: block;
  max-width: 287px;
  width: 100%;
  margin: 0 auto;
  padding: 9px 14px 9px 32px;
  border-radius: 12px;
  border: 1px solid #18BB28;
  background-color: #18BB28;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0.3s;
}
.p-application-cta__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  width: 31px;
  height: 31px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.p-application-cta__link:hover {
  background-color: #fff;
  color: #18BB28;
}
.p-application-cta__link:hover::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_active01.png);
}

@media screen and (min-width: 1024px) {
  .p-application__inner {
    padding-top: 90px;
  }
  .p-application-content::after {
    content: none;
  }
  .p-application__lead {
    max-width: 843px;
  }
  .p-application-catch {
    max-width: 1062px;
  }
  .p-application-cta {
    display: flex;
    max-width: 1148px;
    margin: 45px auto 0;
  }
  .p-application-logo {
    top: -60px;
    left: -80px;
    width: 172px;
  }
  .p-application-cta__figure {
    max-width: 470px;
    width: 100%;
    padding: 43px 18px 43px 35px;
    border-radius: 8px 0 0 8px;
  }
  .p-application-cta__figure img {
    display: block;
    width: 416px;
    margin: 0 auto;
  }
  .p-application-cta__caption {
    width: 100%;
    padding: 51px 65px;
    border-radius: 0 8px 8px 0;
    border-top: 2px solid #54B923;
    border-left: none;
  }
  .p-application-cta__text {
    margin-bottom: 24px;
    font-size: 3.2rem;
    text-align: left;
  }
  .p-application-cta__link {
    max-width: 366px;
    margin: 0;
    padding: 20px 24px;
    border-radius: 8px;
    font-size: 1.8rem;
  }
}
/**
 * #Method
 */
.p-method__inner {
  padding: 108px 24px 0;
}

.p-method-content {
  margin-top: 30px;
}

.p-method__list {
  display: flex;
  justify-content: center;
  gap: 57px 14px;
  flex-flow: row wrap;
}

.p-method__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 327px;
  width: 100%;
  margin: 0;
  padding: 84px 10px 24px 10px;
  border-radius: 8px;
  background: #1A1A1A;
}

.p-method-step {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 125px;
}

.p-method__lead {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.p-method__lead span {
  color: #5EE81B;
  font-weight: bold;
}

.p-method__item,
.p-method-step,
.p-method__figure,
.p-method__desc {
  opacity: 0;
  transform: translateY(20px); /* 初期位置を少し下に */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.p-method-animation {
  opacity: 1;
  transform: translateY(0);
}

.p-method-step.p-method-animation {
  transform: translate(-50%, 0);
}

.p-method__text {
  margin-top: 12px;
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (min-width: 1024px) {
  .p-method__item {
    flex-flow: row wrap;
    flex-direction: column-reverse;
    gap: 36px;
    max-width: 283px;
    padding: 94px 24px 0 24px;
  }
  .p-method-step {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 125px;
  }
  .p-method__desc {
    max-width: 240px;
    margin: 0 auto;
  }
  .p-method__lead {
    font-size: 2.2rem;
    text-align: center;
  }
}
/**
 * #Product
 */
.p-product__inner {
  padding: 150px 24px 0;
}

.p-product__list {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 24px 12px;
  margin-bottom: 45px;
}

.p-product__item {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 101px;
  width: 100%;
  text-align: center;
}

.p-product-deco {
  position: absolute;
  top: -30px;
  right: -30px;
  display: none;
  width: 78px;
}

.p-product__figure img {
  height: 140px;
  object-fit: contain;
}

.p-product__text {
  flex-grow: 1;
  margin: 8px auto;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.p-product-catch {
  display: inline-block;
  padding: 1px 10px;
  border-radius: 10px;
  background: #1A1A1A;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}

.p-product__link {
  position: relative;
  display: block;
  max-width: 287px;
  width: 100%;
  margin: 0 auto;
  padding: 19px 32px;
  border: 1px solid #54B923;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-product__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_page.png);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.3s;
}
.p-product__link:hover {
  background-color: #18BB28;
  color: #fff;
}
.p-product__link:hover::after {
  background-image: url(/business/consumer/lp/wp/wp-content/themes/cleanview/assets2411/img/common/icon_arrow_page_active.png);
}

@media screen and (min-width: 1024px) {
  .p-product__item {
    display: block;
    max-width: 152px;
  }
  .p-product-deco {
    display: block;
  }
  .p-product-catch {
    margin: 12px auto;
  }
  .p-product-catch {
    padding: 3px 10px;
    font-size: 1.2rem;
  }
}
/**
 * #Introduction
 */
.p-introduction {
  margin-top: 120px;
  margin-bottom: 120px;
}

.p-introduction__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  gap: 24px;
  max-width: 1058px;
  width: 100%;
  margin: 0 auto;
}

.p-introduction__thumb {
  max-width: 587px;
  width: 100%;
}

.p-introduction__caption {
  max-width: 411px;
  width: 100%;
}

.p-introduction__title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
}

.p-introduction__text {
  margin-top: 16px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}

@media screen and (min-width: 1024px) {
  .p-introduction__wrap {
    gap: 60px;
    flex-flow: nowrap;
  }
  .p-introduction__title {
    font-size: 3.2rem;
  }
  .p-introduction__text {
    margin-top: 18px;
  }
}
/**
 * #Points
 */
.p-points__inner {
  padding: 120px 24px 0;
}

.p-points-content {
  border-radius: 8px;
  background: #1A1A1A;
}

.p-points__wrap {
  padding: 21px 20px;
}

.p-points__title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  text-align: center;
}

.p-points-article {
  height: 307px;
  margin-top: 24px;
  padding-right: 8px;
  overflow-y: scroll;
}
.p-points-article::-webkit-scrollbar {
  width: 2px;
}
.p-points-article::-webkit-scrollbar-track {
  background-color: #393939;
}
.p-points-article::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.p-points__text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
}
.p-points__text span {
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .p-points-content {
    max-width: 981px;
    width: 100%;
    margin: 0 auto;
  }
  .p-points__wrap {
    padding: 25px 40px;
  }
  .p-points__title {
    font-size: 1.8rem;
  }
  .p-points-article {
    height: 821px;
  }
  .p-points__text {
    font-size: 1.4rem;
  }
}
/**
 * #Contact
 */
.p-contact__inner {
  padding-top: 120px;
}

.p-contact__title {
  max-width: 281px;
}

.p-contact__menu {
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .p-contact__menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}
/* Utitlity
   ----------------------------------------------------------------- */
/**
 * #Margin
 */
/**
 * m - margin
 * a - all
 * t, r, b, l - top, right, bottom, left
 * x, y - top and bottom, right and left
 * 0, s, m, l - zero, small, medium, large
 */
/**
 * #Padding
 */
/**
 * m - padding
 * a - all
 * t, r, b, l - top, right, bottom, left
 * x, y - top and bottom, right and left
 * 0, s, m, l - zero, small, medium, large
 */
/**
 * #Display
 */
.pc {
  display: none;
}

.sp {
  display: block;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/**
 * #Position
 */
.u-position-static {
  position: static;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

.u-position-fixed {
  position: fixed;
}

.u-text-bold {
  font-weight: 600;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

/**
* #Title
*/
/**
 * #Space
 */
.u-spacing--normal {
  letter-spacing: 3.5px;
}/*# sourceMappingURL=style.css.map */