@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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  -webkit-font-kerning: normal;
          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;
}

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

:-moz-placeholder-shown {
  opacity: 0.54;
}

:-ms-input-placeholder {
  opacity: 0.54;
}

: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-color: #333;
  z-index: 1;
}

.l-footer__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1175px;
  width: 100%;
  margin: 0 auto;
  padding: 75px 25px;
}

.l-footer-top {
  max-width: 221px;
  width: 100%;
  margin-right: 80px;
}

.l-footer-note {
  display: inline-block;
  margin-top: 35px;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
}

.l-footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 855px;
  width: 100%;
}

.l-footer-area {
  width: 100%;
}
.l-footer-area:first-child {
  margin-right: 90px;
}
.l-footer-area:nth-child(2) {
  margin-right: 32px;
}
.l-footer__item {
  margin-top: 38px;
}
.l-footer__item:first-child {
  margin-top: 0;
}

.l-footer__link {
  display: block;
  margin-top: 13px;
  color: #fff;
  font-size: 1.6rem;
}
.l-footer__link:first-child {
  margin-top: 0;
}
.l-footer__link:hover {
  text-decoration: underline;
}

.l-footer__link--second {
  font-size: 1.4rem;
}
.l-footer__link--second span {
  font-size: 1.2rem;
}

.l-footer__link--third {
  margin-top: 38px;
}

.l-footer-group {
  margin-top: 20px;
  padding-left: 15px;
}

.l-footer--bottom {
  width: 100%;
  padding: 20px 20px 25px;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 47px 15px;
  }
  .l-footer-middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 32px;
  }
  .l-footer-top {
    margin: 0 auto;
  }
  .l-footer-area {
    margin: 0 auto;
  }
  .l-footer-area:first-child {
    margin: 0 auto;
  }
  .l-footer-area:nth-child(2) {
    margin: 0 auto;
  }
  .l-footer__item {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #fff;
    text-align: center;
  }
  .l-footer__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .l-footer__link {
    font-size: 1.8rem;
  }
  .l-footer-area {
    text-align: center;
  }
  .l-footer-area:last-child {
    margin-top: 40px;
  }
  .l-footer-area .p-nav-contact {
    margin: 0;
  }
  .l-footer-area .p-nav-note {
    margin-top: 30px;
  }
  .l-footer-area .l-footer-note {
    margin: 27px auto 0 auto;
  }
  .l-footer__link--third {
    margin-top: 0;
    padding: 25px 0;
    border-bottom: 1px solid #fff;
  }
  .l-footer__link--third:first-child {
    margin-top: 35px;
    border-top: 1px solid #fff;
  }
}
/**
 * #Header
 */
.l-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 14px;
  z-index: 10;
}
.l-header.is-active {
  background-color: #333;
}

.l-header-logo {
  max-width: 168px;
  width: 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .l-header {
    display: block;
  }
}
/**
 * #Main
 */
.l-main {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.84)), color-stop(1%, rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.84) 0%, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.84) 0%, rgb(0, 0, 0) 1%, rgba(0, 0, 0, 0) 100%);
}

.l-main__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 30px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .l-main__inner {
    padding: 0 0 0 15px;
  }
}
/**
 * #Sidebar
 */
.l-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 30px;
  max-width: 219px;
  width: 100%;
  padding-bottom: 40px;
}
.l-sidebar .c-hamburger--side {
  display: block;
  position: relative;
  top: unset;
  right: unset;
}

.l-sidebar-logo {
  max-width: 168px;
  width: 100%;
  margin-top: 22px;
  z-index: 10;
}

.l-sidebar__list {
  margin-top: 30px;
}

.l-sidebar__item {
  margin-top: 15px;
}

.l-sidebar__link {
  display: block;
  color: #fff;
  font-size: 1.6rem;
}
.l-sidebar__link:hover {
  opacity: 0.8;
}

.l-sidebar-note {
  display: inline-block;
  margin-top: 32px;
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
}

.l-sidebar .p-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding-top: 80px;
  padding-right: 50px;
  background-color: #333;
}

@media screen and (max-width: 768px) {
  .l-sidebar {
    display: none;
  }
}
/**
 * #Section
 */
.l-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
  margin-top: 3px;
  background-color: #fff;
}
.l-section:nth-child(2) {
  margin-top: 0;
}

.l-section--second {
  background-color: #DDDAC5;
}

.l-section__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 70px 0 43px 130px;
}

.l-section__inner--second {
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
      -ms-flex-direction: unset;
          flex-direction: unset;
  gap: 70px;
  padding: 80px 60px 110px 95px;
}

.l-section__title {
  color: #333;
  font-size: 3.6rem;
}

.l-section__title--small {
  margin-top: 20px;
  color: #333;
  font-size: 1.4rem;
}

.l-section__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.6;
}

.l-section-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-top: auto;
}

.l-section__link {
  position: relative;
  display: block;
  max-width: 228px;
  width: 100%;
  padding: 14px 20px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-section__link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.l-section__link:hover {
  background-color: #fff;
  color: #333;
}
.l-section__link:hover::after {
  color: #333;
}

.l-section__link--second {
  max-width: 206px;
  width: 100%;
}

.l-section-catch {
  width: 50%;
}

.l-section-catch--second {
  width: 21%;
}

.l-section-detail {
  max-width: 640px;
  width: 100%;
}

.l-section__lead {
  margin-top: 20px;
  font-size: 1.6rem;
}

.l-section-group {
  margin-bottom: 47px;
}

.l-section__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 20px;
  border-top: 1px solid #333;
}
.l-section__list:first-child {
  margin-top: 0;
  border: none;
}
.l-section__list:last-child {
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
}

.l-section__term {
  width: 50%;
  font-size: 2.1rem;
}

.l-section__desc {
  width: 100%;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .l-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .l-section--second .l-section__title {
    font-size: 3rem;
  }
  .l-section__inner {
    padding: 35px 20px;
  }
  .l-section__inner--second {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .l-section-area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 30px;
  }
  .l-section__link {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .l-section-catch {
    width: 100%;
  }
  .l-section-detail {
    max-width: 100%;
    padding: 50px 25px;
  }
  .l-section__lead {
    margin-top: 25px;
  }
  .l-section__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 15px;
    padding-left: 0;
  }
  .l-section__term {
    width: 100%;
  }
}
/**
 * #Info
 */
.l-info {
  position: relative;
  margin-top: 190px;
  background-color: #DDDAC5;
  z-index: 2;
}

.l-info__inner {
  padding: 55px 15px 47px;
}

.l-info-content {
  max-width: 1185px;
  width: 100%;
  margin: 0 auto;
}

.l-info__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 15px;
}

.l-info__link {
  position: relative;
  display: block;
  max-width: 222px;
  width: 100%;
  padding: 18px 20px;
  border: 1px solid #333;
  background-color: #DDDAC5;
  color: #333;
  font-size: 2.4rem;
}
.l-info__link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #333;
  font-size: 2.4rem;
}
.l-info__link:hover {
  background-color: #333;
  color: #DDDAC5;
}
.l-info__link:hover::after {
  color: #DDDAC5;
}

.l-info__foot {
  margin-top: 45px;
}

.l-info__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.l-info__unit {
  position: relative;
  display: block;
  max-width: 580px;
  width: 100%;
  padding: 59px 32px;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 2.4rem;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-info__unit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(75%);
          filter: brightness(75%);
  /* 最背面へ */
  z-index: -1;
}
.l-info__unit::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.l-info__unit:hover {
  opacity: 0.8;
}

.l-info__unit--first {
  background-image: url(../img/top/nav-img01.jpg);
}

.l-info__unit--second {
  background-image: url(../img/top/nav-img02.jpg);
}

.l-info__text {
  position: relative;
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .l-info {
    margin-top: 80px;
  }
  .l-info__menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .l-info__link {
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .l-info__link::after {
    font-size: 1.6rem;
  }
  .l-info__unit {
    padding: 52px 25px 47px;
    font-size: 1.6rem;
  }
  .l-info__unit::after {
    font-size: 1.6rem;
  }
}
/* ==========================================================================
   Object
   ========================================================================== */
/* Component
   ----------------------------------------------------------------- */
/**
 * #Wrapper
 */
/**
 * 横幅を制限するラッパーオブジェクトです。
 * Modifierで左右のパディングが入ります。
 *
 * <div class="c-wrapper [c-wrapper--medium]">
 *   <div class="c-grid">
 *     <div class="c-grid__item u-col-8of12-md"></div>
 *     <div class="c-grid__item u-col-4of12-md"></div>
 *   </div>
 * </div>
 */
.c-wrapper {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.c-wrapper02 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

/**
 * #Grid
 */
/**
 * グリッドレイアウトオブジェクトです。
 * `width`はデフォルトで100%が指定されています。
 * ガターは左側にだけ指定されています。
 * `width`の変更は`Utility/_col.scss`のクラスを使用します。
 * [DEMO](https://jsfiddle.net/manabuyasuda/a0r2xcsr/4)
 *
 * <div class="c-wrapper">
 *   <div class="c-grid c-grid--medium">
 *     <div class="c-grid__item u-col-8of12-md"></div>
 *     <div class="c-grid__item u-col-4of12-md"></div>
 *   </div>
 * </div>
 */
.c-grid {
  display: block;
  margin: 0;
  padding: 0;
  /* カラム間の余白を除去する */
  font-size: 0;
  list-style-type: none;
}

.c-grid__item {
  display: inline-block;
  width: 100%;
  /* フォントサイズを戻す */
  font-size: 1rem;
  vertical-align: top;
}

/**
 * gutterを追加します。サイズは`font-size`のサイズキーワードをベースにします。
 * xx-small | x-small | small | medium | large | x-large | xx-large
 */
/**
 * デフォルトで`top`に指定されている垂直位置を変更します。
 *
 * <div class="c-grid c-grid--gutter c-grid--middle">
 *   <div class="c-grid__item u-col-8of12-md"></div>
 *   <div class="c-grid__item u-col-4of12-md"></div>
 * </div>
 */
.c-grid--middle > .c-grid__item {
  vertical-align: middle;
}

.c-grid--bottom > .c-grid__item {
  vertical-align: bottom;
}

/**
 * カラムをセンタリングします。
 * 1カラムレイアウトに使用します。
 *
 * <div class="c-grid c-grid--center">
 *   <div class="c-grid__item u-col-8of12-md"></div>
 * </div>
 */
.c-grid--center {
  text-align: center;
}
.c-grid--center > .c-grid__item {
  text-align: left;
}

.c-grid--right {
  text-align: right;
}
.c-grid--right > .c-grid__item {
  text-align: left;
}

/**
 * 左を起点とするレイアウトを反転させます。
 * 左サイドバーの2カラムレイアウトに使用します。
 * http://www.htmq.com/style/direction.shtml
 *
 * <div class="c-grid c-grid--medium c-grid--rev">
 *   <div class="c-grid__item u-col-8of12-md"></div>
 *   <div class="c-grid__item u-col-4of12-md"></div>
 * </div>
 */
.c-grid--rev {
  text-align: left;
  /* 文字表記を右から左に変更します。 */
  direction: rtl;
}
.c-grid--rev > .c-grid__item {
  /* IE以外ではテキストが右寄せのままになってしまう */
  text-align: left;
  /* derectionプロパティを元に戻します。*/
  direction: ltr;
}

/**
 * #Inline
 */
/**
 * 横並びになるリストオブジェクトです。
 * [DEMO](//jsfiddle.net/manabuyasuda/udbyrfbo/5/)
 *
 * <ul class="c-inline [c-inline--small]">
 *   <li class="c-inline__item">
 *     <a href="" class="c-inline__link"></a>
 *   </li>
 *   <li class="c-inline__item">
 *     <a href="" class="c-inline__link"></a>
 *   </li>
 * </ul>
 */
.c-inline {
  padding: 0;
  list-style-type: none;
}

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

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

/**
 * #Justify
 */
/**
 * 要素を両端揃えにするオブジェクトです。
 * 要素の合計が親要素の幅の合計に満たない場合は要素間に均等な余白を作り、
 * 要素の合計が幅の合計を超えた場合はカラム落ちします。
 * https://github.com/hiloki/kitecss
 * [DEMO](https://jsfiddle.net/manabuyasuda/jqb0r8mb/2)
 *
 * <div class="c-justify">
 *   <div class="c-justify__item"></div>
 *   <div class="c-justify__item"></div>
 * </div>
 */
.c-justify {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: justify;
  text-justify: distribute-all-lines;
}
.c-justify:after {
  content: "";
  display: inline-block;
  width: 100%;
}

.c-justify__item {
  display: inline-block;
  margin: 0;
  font-size: 1rem;
  text-align: left;
}

/**
 * #Scroll
 */
/**
 * `<table>`要素の横スクロールを可能にするオブジェクトです。
 *
 * <table class="c-scroll"></table>
 */
.c-scroll {
  display: block;
  overflow-x: auto;
  max-width: 100%;
  min-height: 0.01%;
}

.c-scroll th,
.c-scroll td {
  white-space: nowrap;
}

/**
 * #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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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;
  -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.5s ease 0s;
  transition: background-color 0.5s, -webkit-transform 0.5s ease 0s;
  transition: transform 0.5s ease 0s, background-color 0.5s;
  transition: transform 0.5s ease 0s, background-color 0.5s, -webkit-transform 0.5s ease 0s;
}

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

/**
 * カプセル状の錠剤のような形をしたボタンコンポーネントです。
 */
/**
 * #Card
 */
/**
 * カード型のオブジェクトです。
 * [DEMO](https://jsfiddle.net/manabuyasuda/qyspyLg1/2)
 *
 * <div class="c-card">
 *   <img class="c-card__image-top">
 *   <div class="c-card__body">
 *     <h2 class="c-card__title"></h2>
 *     <p class="c-card__text"></p>
 *   </div>
 *   <ul class="c-card__list">
 *     <li class="c-card__item"></li>
 *     <li class="c-card__item"></li>
 *   </ul>
 *   <div class="c-card__foot">
 *     <p class="c-card__text"></p>
 *   </div>
 * </div>
 */
.c-card__head > :last-child {
  margin-bottom: 0;
}

.c-card__body > :last-child {
  margin-bottom: 0;
}

.c-card__foot > :last-child {
  margin-bottom: 0;
}

/**
 * #Image
 */
/**
 * [DEMO](https://jsfiddle.net/manabuyasuda/wy8b3o6b/2)
 */
.c-image-circle {
  border-radius: 50%;
}

.c-image-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.c-image-right {
  float: right;
}

.c-image-left {
  float: left;
}

/**
 * 背景画像が縦横比を固定したまま表示領域いっぱいに表示されます。
 * モディファイアかprojectレイヤーで
 * `background-image`や`background-position`などを追加してください。
 *
 * <div class="c-image-cover [c-image-cover--fixed] p-image-example">
 *   <div class="c-central-box">
 *     <h1></h1>
 *   </div>
 * </div>
 *
 * .p-image-example {
 *     position: relative; // 子要素の中央配置の起点となる
 *     height: 300px; // 高さを固定
 *     background-position: left top; // 基準位置を指定
 *     background-image: url("http://placeimg.com/640/300/tech"); // 表示する画像を指定
 * }
 */
.c-image-cover {
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/**
 * 背景画像をフルードイメージのように可変させます。
 * 画像のURLとアスペクト比を指定するクラスを追加します。
 *
 * <div class="c-image-contain p-image-example"></div>
 *
 * .p-image-example {
 *     // 表示画像の高さ ÷ 表示画像の幅 × 100%
 *     padding-top: (1000 / 400) * 100%;
 *     background-image: url("http://lorempixel.com/1000/400/");
 * }
 */
.c-image-contain {
  height: 0;
  background-color: inherit;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

/**
 * 背景画像の上に透過された黒いレイヤーを覆います。
 * モディファイアで背景色を指定します。
 * elementを指定しないと、うまく表示、選択できなくなるので注意してください。
 *
 * <div class="c-image-overlay c-image-overlay--black">
 *   <div class="c-image-overlay__unit c-central-box">
 *     content
 *   </div>
 * </div>
 */
.c-image-overlay {
  position: relative;
}
.c-image-overlay:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-image-overlay__unit {
  position: absolute;
  z-index: my-z-indexs(default);
}

.c-image-overlay--black:after {
  background: rgba(0, 0, 0, 0.6);
}

.c-image-overlay--teal:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 128, 128, 0.9)), to(rgba(0, 128, 128, 0.6)));
  background: -webkit-linear-gradient(rgba(0, 128, 128, 0.9), rgba(0, 128, 128, 0.6));
  background: linear-gradient(rgba(0, 128, 128, 0.9), rgba(0, 128, 128, 0.6));
}

/**
 * #Flex
 */
.c-flex {
  display: flex;
  display: -webkit-box; /*Android4.3*/ /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.c-flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.c-flex-jcsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-flex-aice {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/**
 * #Kv
 */
.c-kv {
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center;
}

.c-kv--news {
  background-image: url(../img/news/news_main.png);
}

.c-kv--blog {
  background-image: url(../img/top/sample.jpg);
}

.c-kv--contact {
  background-image: url(../img/contact/contact_main.png);
}

.c-kv--mailing {
  background-image: url(../img/mailing/mailing_main.png);
}

.site_policy .c-kv {
  background-image: url(../img/top/policy.jpg);
}

.privacy_policy .c-kv {
  background-image: url(../img/top/policy.jpg);
}

.tp .c-kv {
  background-image: url(../img/tp/tp_main.png);
}

.ap .c-kv {
  background-image: url(../img/ap/ap_main.png);
}

.procedure .c-kv {
  background-image: url(../img/procedure/procedure_main.png);
}

.install .c-kv {
  background-image: url(../img/install/install_main.png);
}

.resource .c-kv {
  background-image: url(../img/resource/resource_main.png);
}

.profile .c-kv {
  background-image: url(../img/profile/profile_main.png);
}

@media screen and (max-width: 768px) {
  .tp .c-kv {
    background-image: url(../img/tp/tp-kv-sp.jpg);
  }
}
/**
 * #Inner
 */
.p-inner {
  width: 100%;
  margin: 0 auto;
}

.tp-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.tp-list__title {
  font-size: 45px;
}

.tp-list__item {
  width: 25%;
  padding: 20px;
  text-align: center;
}
.tp-list__item:nth-child(1) {
  background-color: #4AA9FD;
}
.tp-list__item:nth-child(2) {
  background-color: #458AF4;
}
.tp-list__item:nth-child(3) {
  background-color: #406FEC;
}
.tp-list__item:nth-child(4) {
  background-color: #3A4EE3;
}

.tp-list__img {
  width: 235px;
  height: 235px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.tp-list__text {
  margin-top: 20px;
  padding: 0px 10px;
  font-size: 23px;
  font-weight: bold;
  color: #4175EE;
  background-color: #fff;
  border-radius: 50px;
}

/**
 * #top_scroll
 */
.c-top_scroll {
  position: absolute;
  right: 30px;
  bottom: 16px;
}

@media screen and (max-width: 768px) {
  .c-top_scroll {
    max-width: 39px;
    right: 0;
    bottom: 0;
  }
}
/**
 * #Hamburger
 */
.c-hamburger,
.c-hamburger--side {
  width: 34px;
  height: 24px;
  position: absolute;
  top: 25px;
  right: 14px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.c-hamburger__line,
.c-hamburger--side .c-hamburger__line {
  position: absolute;
  left: 0;
  display: block;
  width: 34px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

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

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

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

.c-hamburger__line--top.is-active,
.c-hamburger--side.is-active .c-hamburger__line--top {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  top: calc(50% - 0px);
}

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

.c-hamburger__line--bottom.is-active,
.c-hamburger--side.is-active .c-hamburger__line--bottom {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  top: calc(50% + 0px);
}

.c-hamburger--second .c-hamburger__line {
  background-color: #000;
}

.c-hamburger--side.is-active {
  position: fixed;
  top: 25px;
  right: 50px;
}

@media screen and (max-width: 1024px) {
  .c-hamburger {
    display: block;
  }
}
/**
 * #table
 */
.c-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}

/**
 * #Definition
 */
.c-definition__list {
  margin-bottom: 0;
  padding: 10px 0;
  border-top: 1px solid #E2E2E2;
  display: flex;
  display: -webkit-box; /*Android4.3*/ /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
}
.c-definition__list:nth-last-child(1) {
  border-bottom: 1px solid #E2E2E2;
}

/**
 * #Fade
 */
/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}
.js-fadeUp.is-inview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/**
 * #Accordion
 */
.c-accordion {
  position: relative;
}
.c-accordion::before, .c-accordion::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 11px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-accordion::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-accordion::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion.js-active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.c-accordion__list {
  display: none;
}

.c-accordion__link {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 1.4rem;
}
.c-accordion__link span {
  font-size: 1.2rem;
}

/**
 * #Common
 */
.c-common-catch {
  padding: 100px 145px;
  background-color: rgba(255, 255, 255, 0.94);
}

.c-common-catch__title {
  position: relative;
  color: #333;
  font-size: 4.8rem;
}
.c-common-catch__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -21%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 127px;
  height: 1px;
  background-color: #333;
}

.c-common-content {
  margin-top: 3px;
  background-color: #fff;
}

.c-common-pdf {
  position: relative;
  display: block;
  max-width: 324px;
  width: 100%;
  margin-top: 30px;
  padding: 10px 17px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-common-pdf::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 24px;
  height: 30px;
  background-image: url(../img/icon-pdf.png);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-common-pdf::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.c-common-pdf:hover {
  background-color: #fff;
  color: #333;
}
.c-common-pdf:hover::after {
  color: #333;
}

.c-common-pdf--second {
  max-width: 275px;
}

@media screen and (max-width: 768px) {
  .c-common-catch {
    padding: 45px 26px 33px 26px;
  }
  .c-common-catch__title {
    font-size: 3rem;
  }
  .c-common-catch__title::before {
    left: -5%;
    width: 28px;
  }
}
@media screen and (max-width: 520px) {
  .c-common-catch__title::before {
    left: -10%;
    width: 28px;
  }
  .c-common-pdf {
    padding: 13px 17px;
  }
  .c-common-pdf::before {
    left: 5px;
    width: 18px;
    height: 22px;
  }
  .c-common-pdf--second {
    max-width: 100%;
  }
  .c-common-pdf--second::before {
    left: 15px;
    width: 18px;
    height: 22px;
  }
}
/* 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: 50px 60px 40px;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-breadcrumbs {
    padding: 20px 15px;
    font-size: 16px;
  }
}
/**
 * #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 {
  display: none;
  margin-top: 15px;
  padding: 35px 15px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  height: calc(100vh - 78px);
}

.p-nav__item {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #fff;
}

.p-nav__link {
  color: #fff;
  font-size: 1.8rem;
}

.p-nav-contact {
  margin-top: 44px;
  margin-bottom: 26px;
}

.p-nav-contact__link {
  position: relative;
  display: block;
  padding: 24px;
  border: 1px solid #fff;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.p-nav-contact__link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}

.p-nav-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav-note__link {
  color: #fff;
  font-size: 1.4rem;
}

.p-nav-language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 44px;
}

.p-nav-language__text {
  color: #fff;
  font-size: 1.2rem;
}

.p-nav-language__link {
  position: relative;
  display: block;
  padding-right: 15px;
  color: #fff;
  font-size: 1.2rem;
}
.p-nav-language__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.p-nav-language__link:last-child::after {
  content: none;
}

/**
 * #Slide
 */
.p-slide {
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
}

.p-slide__item {
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.p-slide__item--first {
  background-image: url(../img/top/top-kv1.jpg);
}

.p-slide__item--second {
  background-image: url(../img/top/top-kv2.jpg);
}

.p-slide__item--third {
  background-image: url(../img/top/top-kv3.jpg);
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 70%;
  width: 9px;
  height: 17px;
  z-index: 5;
}

.prev-arrow {
  left: 40%;
}

.next-arrow {
  right: 40%;
}

/**
 * #Content
 */
.p-content {
  max-width: 1064px;
  width: 100%;
  margin: 0 0 0 auto;
}

/**
 * #Intro
 */
.p-intro {
  padding: 280px 90px 100px 0;
  color: #fff;
  text-align: right;
}

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

.p-intro__title {
  margin-bottom: 37px;
  font-size: 4vw;
  text-align: left;
  letter-spacing: 0.1vw;
}

.p-intro__text {
  font-size: 2vw;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.03vw;
}

@media screen and (max-width: 768px) {
  .p-intro {
    padding: 125px 0 145px;
    text-align: left;
  }
}
/**
 * #News
 */
.p-news-top {
  background-color: #333;
}

.p-news-top__inner {
  width: 100%;
  padding: 70px 64px 40px 130px;
}

.p-news-top__title {
  margin-bottom: 45px;
  color: #fff;
  font-size: 2.4rem;
}

.p-news-top__item {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}

.p-news-top__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.p-news-top__time,
.p-news-top-category {
  color: #fff;
  font-size: 1.2rem;
}

.p-news-top__link {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: underline;
}
.p-news-top__link:hover {
  opacity: 0.8;
}

.p-news {
  padding-top: 280px;
}

.p-news__inner {
  padding: 90px 20px;
}

.p-news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
}

.p-news__item {
  max-width: 376px;
  width: 100%;
  margin-bottom: 70px;
}

.p-news__link {
  display: block;
  color: #333;
}

.p-news__head {
  position: relative;
  margin-bottom: 20px;
}

.p-news-category {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 99px;
  width: 100%;
  padding: 7px 10px;
  background-color: #153387;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.p-news__title {
  margin-bottom: 25px;
  font-size: 2.4rem;
}

.p-news__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-news-pagination {
  max-width: 155px;
  width: 100%;
  margin: 0 auto;
}

.nav-links {
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.page-numbers {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-numbers img {
  width: 9px;
}

a.page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  text-align: center;
}

.next.page-numbers {
  margin-left: 16px;
}

.prev.page-numbers {
  margin-right: 16px;
}

@media screen and (max-width: 768px) {
  .p-news-top__inner {
    padding: 45px 25px 35px 25px;
  }
  .p-news-top__title {
    margin-bottom: 35px;
  }
  .p-news__inner {
    padding: 47px 20px;
  }
  .p-news__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-news__item {
    margin-bottom: 36px;
  }
}
/**
 * #Single
 */
.p-single__inner {
  padding: 85px 145px;
}

.p-single-category {
  display: block;
  max-width: 99px;
  width: 100%;
  padding: 7px 10px;
  background-color: #153387;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}

.p-single__title {
  margin-top: 25px;
  font-size: 3.6rem;
}

.p-single__time {
  display: block;
  margin-top: 18px;
  font-size: 1.6rem;
}

.p-single-content {
  margin-top: 60px;
}
.p-single-content h2 {
  margin-top: 50px;
  padding-left: 30px;
  border-left: 1px solid #333;
  font-size: 2.4rem;
}
.p-single-content h2:first-child {
  margin-top: 0;
}
.p-single-content p {
  margin-top: 36px;
  padding-left: 5px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.p-single-content ul {
  margin-top: 35px;
  padding-left: 10px;
}
.p-single-content li {
  font-size: 1.6rem;
  line-height: 1.75;
  list-style: inside;
}
.p-single-content .wp-block-image {
  margin-top: 50px;
}
.p-single-content .wp-block-buttons {
  margin-top: 80px;
}
.p-single-content .wp-block-buttons > .wp-block-button {
  width: 100%;
}
.p-single-content .wp-block-button__link {
  position: relative;
  display: block;
  max-width: 206px;
  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
  border: 1px solid #333;
  border-radius: 0;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-single-content .wp-block-button__link::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.p-single-content .wp-block-button__link:hover {
  background-color: #fff;
  color: #333;
}
.p-single-content .wp-block-button__link:hover::after {
  color: #333;
}

.p-single-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 152px;
  width: 100%;
  margin: 55px auto 0;
}

.p-single__link {
  display: block;
  color: #333;
  font-size: 1.6rem;
}

.p-single__link--previous,
.p-single__link--next {
  max-width: 9px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-single__inner {
    padding: 47px 20px;
  }
  .p-single__title {
    font-size: 3rem;
  }
}
/**
 * #Contact
 */
.p-contact {
  padding-top: 280px;
}

.p-contact__title {
  padding: 55px 125px;
  font-size: 3.6rem;
}

.p-contact-content {
  padding: 70px 20px 65px;
  background-color: #DDDAC5;
}

.p-contact-area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.p-contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 26px;
}
.p-contact__list:last-child {
  margin-bottom: 0;
}

.p-contact__term {
  width: 20%;
  color: #333;
  font-size: 1.6rem;
}

.p-contact__desc {
  max-width: 645px;
  width: 100%;
  color: #333;
  font-size: 1.6rem;
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=url] {
  width: 100%;
  height: 55px;
  padding: 5px 10px;
  border: none;
  font-size: 1.6rem;
}

textarea.p-contact-text {
  min-height: 155px;
  padding: 5px;
  border: none;
}

.p-contact__text {
  margin-top: 40px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}

.p-contact__link {
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  color: #333;
}

.p-contact-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.p-contact-submit {
  position: relative;
  display: block;
  max-width: 206px;
  width: 100%;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-contact-submit::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.p-contact-submit:hover {
  background-color: #fff;
  color: #333;
}
.p-contact-submit:hover::after {
  color: #333;
}

.p-contact-submit--back::after {
  content: "〈";
  right: unset;
  left: 10px;
}

.page-parent .p-contact-submit--back,
.page-child .p-contact__text {
  display: none;
}

.page-child .p-contact-group {
  gap: 20px;
}

input.p-contact-btn,
input.p-contact-btn--back {
  width: 100%;
  margin: 0;
  padding: 15px 14px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-contact-back {
  display: block;
  max-width: 225px;
  width: 100%;
  border: none;
  border-radius: 25px;
  background-color: #ddd;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 600;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-contact__wrap {
  padding: 0 0 65px 0;
}

.p-contact__lead {
  font-size: 1.6rem;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  input[type=text],
  input[type=email],
  input[type=password],
  input[type=search],
  input[type=tel],
  input[type=url] {
    font-size: 1.6rem;
  }
  .p-contact__title {
    padding: 45px 20px;
    font-size: 3rem;
  }
  .p-contact-content {
    padding: 40px 20px 60px;
  }
  .p-contact__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 10px;
    margin-bottom: 35px;
  }
  .p-contact__term {
    width: 100%;
  }
  .p-contact__desc {
    max-width: 100%;
  }
  .p-contact__link {
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 2px;
  }
  .p-contact-group {
    margin-top: 30px;
  }
  .page-child .p-contact-group {
    gap: 10px;
  }
  .p-contact__wrap {
    padding: 0 20px 45px 20px;
  }
}
/**
 * #Mailing
 */
.p-mailing {
  padding-top: 280px;
}

.p-mailing__inner {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0 135px;
}

.p-mailing-group {
  margin-top: 70px;
}

.p-mailing__lead {
  font-size: 1.6rem;
}

.p-mailing__unit {
  margin-top: 48px;
}
.p-mailing__unit:first-child {
  margin-top: 0;
}

.p-mailing__title {
  padding-left: 30px;
  border-left: 1px solid #333;
  font-size: 2.4rem;
}

.p-mailing__text {
  margin-top: 33px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-mailing-content {
  margin-top: 55px;
  padding: 70px;
  background-color: #DDDAC5;
}

.p-mailing__list {
  margin-top: 30px;
}
.p-mailing__list:first-child {
  margin-top: 0;
}

.p-mailing__term {
  font-size: 1.6rem;
}

.mailpoet_text_label {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

#mailpoet_form_1 .mailpoet_paragraph.last {
  position: relative;
  display: block;
  max-width: 206px;
  width: 100%;
  margin: 65px auto 0;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: unset;
}
#mailpoet_form_1 .mailpoet_paragraph.last::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
#mailpoet_form_1 .mailpoet_paragraph.last:hover {
  background-color: #fff;
  color: #333;
}
#mailpoet_form_1 .mailpoet_paragraph.last:hover::after {
  color: #333;
}

.mailpoet_form .mailpoet_submit {
  width: 100%;
  margin: 0 !important;
  padding: 15px 14px !important;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}

.p-mailing__desc {
  margin-top: 10px;
}

.p-mailing-input {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-mailing-submit {
  position: relative;
  display: block;
  max-width: 206px;
  width: 100%;
  margin: 65px auto 0;
  border: none;
  background-color: #333;
  color: #fff;
  font-size: 1.6rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-mailing-submit::after {
  content: "〉";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 1.6rem;
}
.p-mailing-submit:hover {
  background-color: #fff;
  color: #333;
}
.p-mailing-submit:hover::after {
  color: #333;
}

.p-mailing-btn {
  width: 100%;
  margin: 0;
  padding: 15px 14px;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
}

.mailpoet_validate_success {
  font-size: 1.6rem;
}

#mailpoet_form_1 .mailpoet_form_loading {
  width: 100% !important;
  padding: 15px 14px !important;
}

#mailpoet_form_1 .mailpoet_form_loading > span {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-mailing__inner {
    padding: 48px 25px;
  }
  .p-mailing-group {
    margin-top: 60px;
  }
  .p-mailing-content {
    padding: 37px 33px;
  }
  .p-mailing-submit {
    margin-top: 45px;
  }
}
/**
 * #Policy
 */
.p-policy {
  padding-top: 280px;
}

.p-policy-area {
  max-width: 845px;
  width: 100%;
  margin: 0 auto;
  padding: 85px 20px 145px;
}

.p-policy__unit {
  margin-top: 70px;
}
.p-policy__unit:first-child {
  margin-top: 0;
}

.p-policy__title,
.p-policy__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-policy-area {
    padding: 45px 20px 75px;
  }
}
/**
 * #tp
 */
.p-tp {
  padding-top: 280px;
}

.p-tp-catch {
  margin-top: 40px;
  font-size: 1.4rem;
}

.p-tp-catch__lead {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.8;
}

.p-tp-catch__link {
  display: block;
  margin-top: 20px;
  color: #333;
  font-size: 1.4rem;
}
.p-tp-catch__link:first-child {
  margin-top: 0;
}

.p-tp-section {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 30px 75px;
}

.p-tp__title {
  font-size: 3.6rem;
}
.p-tp__title + .p-tp__text {
  margin-top: 25px;
}

.p-tp-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
  margin-bottom: 70px;
}

.p-tp__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-tp-intro__caption {
  max-width: 212px;
  width: 100%;
}

.p-tp-area {
  margin-top: 65px;
}

.p-tp-area--second {
  margin-top: 0;
  background-color: #F2F2F2;
}

.p-tp-area__title {
  margin-bottom: 35px;
  padding-left: 30px;
  border-left: 1px solid #333;
  font-size: 2.4rem;
}

.p-tp-area__text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-tp-composition {
  margin-top: 20px;
  margin-bottom: 30px;
}

.p-tp-composition__link {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 12px;
  padding: 18px 20px;
  border-bottom: 1px solid #333;
  background-color: #fff;
  color: #333;
  font-size: 2.1rem;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-tp-composition__link:first-child {
  margin-top: 0;
}
.p-tp-composition__link span {
  display: inline-block;
  font-size: 1.6rem;
}

.p-tp-composition__caption {
  max-width: 510px;
  width: 100%;
}

.p-tp-mentor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
}

.p-tp-mentor__detail {
  max-width: 386px;
  width: 100%;
}

.p-tp-mentor__caption {
  position: relative;
  max-width: 368px;
  width: 100%;
}

.p-tp-mentor__thumb {
  position: absolute;
  max-width: 253px;
  width: 100%;
}

.p-tp-mentor__thumb--first {
  top: 0;
  left: 0;
}

.p-tp-mentor__thumb--second {
  bottom: 0;
  right: 0;
}

.p-tp__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-tp__wrap .p-tp__text {
  max-width: 520px;
  width: 100%;
}

.p-tp__feature {
  max-width: 255px;
  width: 100%;
}

.p-tp-chart {
  max-width: 784px;
  width: 100%;
  margin: 45px auto 0;
}

.p-tp-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  margin-bottom: 65px;
}

.p-tp-card__unit {
  max-width: 270px;
  width: 100%;
  padding: 30px 20px;
  border: 1px solid #333;
}
.p-tp-card__unit:nth-child(2), .p-tp-card__unit:nth-child(3) {
  border-left: none;
}

.p-tp-card__title {
  font-size: 2.1rem;
}

.p-tp-card__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-tp-group {
  margin-top: 25px;
  padding: 50px 60px;
  border: 1px solid #B3B3B3;
}

@media screen and (max-width: 768px) {
  .p-tp-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-tp-intro__caption {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-tp-composition {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-tp-composition__list {
    width: 100%;
  }
  .p-tp-composition__link {
    max-width: 100%;
  }
  .p-tp-composition__caption {
    max-width: 100%;
  }
  .p-tp-mentor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-tp-mentor__detail {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .p-tp-mentor__caption {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
  .p-tp-mentor__thumb {
    position: unset;
    max-width: 100%;
    width: 50%;
  }
  .p-tp__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-tp__wrap .p-tp__text {
    max-width: 100%;
  }
  .p-tp__feature {
    max-width: 100%;
    margin-top: 40px;
  }
  .p-tp-chart {
    max-width: 300px;
  }
  .p-tp-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-tp-card__unit {
    max-width: 100%;
    margin: 0 auto;
  }
  .p-tp-card__unit:nth-child(2), .p-tp-card__unit:nth-child(3) {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 520px) {
  .p-tp__title {
    font-size: 3rem;
  }
  .p-tp-composition__link {
    font-size: 1.6rem;
  }
}
/**
 * #ap
 */
.p-ap-section {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 30px 30px;
}

.p-ap-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 50px;
}

/**
* #Procedure
*/
.p-procedure {
  padding-top: 280px;
}

.p-procedure-section {
  max-width: 865px;
  width: 100%;
  margin: 0 auto;
  padding: 65px 30px 75px;
}

.p-procedure__caption {
  margin-top: 50px;
}
.p-procedure__caption + .u-text {
  margin-top: 50px;
}

.p-procedure-process {
  max-width: 805px;
  width: 100%;
  margin: 0 auto 75px;
  padding: 60px 70px;
  background-color: #DDDAC5;
}

.p-procedure__list {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
  padding-left: 70px;
  border-bottom: 1px solid #333;
  cursor: pointer;
}
.p-procedure__list::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-procedure__list::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 0;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  position: absolute;
  top: 30%;
  right: 5px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-procedure__list:nth-child(1)::before {
  content: "1";
}
.p-procedure__list:nth-child(2)::before {
  content: "2";
}
.p-procedure__list:nth-child(3)::before {
  content: "3";
}
.p-procedure__list:nth-child(4)::before {
  content: "4";
}
.p-procedure__list:nth-child(5)::before {
  content: "5";
}
.p-procedure__list:nth-child(6)::before {
  content: "6";
}
.p-procedure__list:nth-child(7)::before {
  content: "7";
}
.p-procedure__list:nth-child(8)::before {
  content: "8";
}
.p-procedure__list:nth-child(9)::before {
  content: "9";
}
.p-procedure__list:last-child {
  margin-bottom: 0;
}
.p-procedure__list.js-active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.p-procedure__term {
  font-size: 2.4rem;
}

.p-procedure__desc {
  display: none;
  font-size: 1.6rem;
  line-height: 1.75;
}

.p-procedure-schedule {
  margin-top: 70px;
}

@media screen and (max-width: 520px) {
  .p-procedure-process {
    padding: 30px 35px;
  }
  .p-procedure__list {
    padding-left: 50px;
  }
  .p-procedure__list::before {
    top: 15px;
    left: 20px;
    width: 39px;
    height: 39px;
    font-size: 1.8rem;
  }
  .p-procedure__list::after {
    top: 10px;
    right: 0;
    width: 16px;
    height: 16px;
  }
  .p-procedure__term {
    font-size: 2.1rem;
  }
}
/**
 * #Install
 */
.p-install {
  padding-top: 280px;
}

.p-install-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

.p-install-group--second .p-install__heading {
  max-width: 410px;
}
.p-install-group--second .p-install__caption {
  max-width: 350px;
}

.p-install__heading {
  max-width: 470px;
}

.p-install-area {
  margin-top: 40px;
  padding: 48px 37px;
  border: 1px solid #000;
  font-size: 1.6rem;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .p-install-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 520px) {
  .p-install-area {
    padding: 35px 40px;
  }
}
/**
 * #Resource
 */
.p-resource {
  padding-top: 280px;
}

.p-resource__inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 20px 110px;
}

.p-resource-section {
  margin-bottom: 80px;
  padding-bottom: 70px;
  border-bottom: 1px solid #333;
}
.p-resource-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.p-resource-pamphlet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.p-resource-pamphlet__detail {
  max-width: 307px;
  width: 100%;
}

.p-resource__link {
  display: block;
  color: #333;
  font-size: 1.6rem;
  margin-top: 35px;
}
.p-resource__link:first-child {
  margin-top: 0;
}

.p-resource__link--second {
  position: relative;
  padding-bottom: 5px;
}
.p-resource__link--second::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 95%;
  height: 1px;
  background-color: #000;
}

.p-resource-pamphlet__feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 430px;
  width: 100%;
}

.p-resource-work {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.p-resource-work__feature {
  max-width: 436px;
  width: 100%;
}

.p-resource-work__caption img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-resource-books {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 25px;
  margin-top: 50px;
}

.p-resource-books__item {
  max-width: 217px;
  width: 100%;
}

.p-resource-books__caption {
  margin-bottom: 20px;
}

.p-resource-paper {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-resource__inner {
    padding: 40px 25px;
  }
  .p-resource-pamphlet {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 25px;
  }
  .p-resource-pamphlet__feature {
    margin-top: 45px;
  }
  .p-resource-work {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: 35px;
  }
  .p-resource-work__feature {
    margin-top: 35px;
  }
  .p-resource-books {
    margin-top: 40px;
  }
  .p-resource-paper {
    margin-top: 45px;
  }
}
@media screen and (max-width: 520px) {
  .p-resource-pamphlet__caption {
    max-width: 191px;
    width: 100%;
    padding-right: 30px;
  }
  .p-resource-books .slick-list {
    padding: 0 30% 0 0 !important;
  }
  .p-resource-books__item {
    padding-right: 30px;
  }
  .p-resource-books__caption {
    max-width: 217px;
  }
}
/**
 * #Profile
 */
.p-profile {
  padding-top: 280px;
}

.p-profile__inner {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  padding: 95px 20px 70px;
}

.p-profile-section {
  margin-top: 70px;
}
.p-profile-section:first-child {
  margin-top: 0;
}

.p-profile-section--second {
  margin-top: 40px;
  background-color: #DDDAC5;
}

.p-profile-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 35px;
}

.p-profile-intro__caption {
  max-width: 300px;
  width: 100%;
}

.p-profile-intro__detail {
  width: 100%;
}

.p-profile__title {
  padding-left: 30px;
  border-left: 1px solid #000;
  font-size: 2.4rem;
}

.p-profile-area {
  margin-top: 30px;
}

.p-profile__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 0;
}
.p-profile__list:first-child {
  margin-top: 0;
}

.p-profile__term {
  width: 25%;
}

.p-profile__term,
.p-profile__desc {
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-word;
}

.p-profile__text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 1.75;
  word-break: break-word;
}

.p-profile__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
.p-profile__wrap .p-profile__text {
  margin-top: 0;
}

.p-profile__wrap--second {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-profile__thumb {
  max-width: 260px;
  width: 100%;
}

.p-profile-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.p-profile__link {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-profile-section {
    margin-top: 50px;
  }
  .p-profile__inner {
    padding: 30px;
  }
  .p-profile__list {
    gap: 20px;
  }
  .p-profile__term {
    width: 33%;
  }
  .p-profile-group {
    gap: 15px;
  }
}
@media screen and (max-width: 520px) {
  .p-profile-intro {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-profile__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 0;
    margin-top: 20px;
  }
  .p-profile__term {
    width: 100%;
  }
  .p-profile__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    gap: 45px;
  }
  .p-profile__thumb {
    max-width: 100%;
  }
  .p-profile-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p-profile__link {
    max-width: 206px;
  }
  .p-profile-section--second .p-profile__inner {
    padding: 50px 30px;
  }
}
/* 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
 */
.u-mt-0 {
  margin-top: 0;
}

.u-mt-30 {
  margin-top: 30px;
}

/**
 * #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
 */
.u-hide-visually {
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
}

.u-display-none {
  display: none;
}

.u-display-block {
  display: block;
}

.u-display-inline {
  display: inline;
}

.u-display-inline-block {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

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

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

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

/**
* #Text
*/
.u-text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.u-text__link {
  color: #0033cc;
  text-decoration: underline;
  word-break: break-all;
}

/**
* #Title
*/
.c-title-h2 {
  font-size: 3.6rem;
}

.c-title-h3 {
  margin-bottom: 35px;
  padding-left: 30px;
  border-left: 1px solid #333;
  font-size: 2.4rem;
}

@media screen and (max-width: 520px) {
  .c-title-h2 {
    font-size: 3rem;
  }
}
/**
 * #Space
 */
.u-spacing--normal {
  letter-spacing: 3.5px;
}