@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 {
    -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
   ----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* 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: inherit;
    box-sizing: inherit;
}

html {
    font-size: 62.5%;
    line-height: 1.7;
    /* iOSとAndroidでのリンクをタップ時のハイライトをリセットする。 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    color: #2E3A47;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-style: normal;
    font-weight: 400;
    background-color: #FFFEF2;
    /* アンチエイリアスを指定する */
    -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: #fff;
    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: 1.7rem 0 1.7rem 0;
    padding-left: 1em;
    border-left: 1px solid #666;
    color: #666;
}

blockquote > :first-child {
    margin-top: 0;
}

blockquote > :last-child {
    margin-bottom: 0;
}

/* `<cite>`の先頭にemダッシュが付く */
blockquote cite:before {
    content: '\2014 \00A0';
}

fieldset {
    min-width: 0;
    margin: 0;
    padding: 1em;
    background-color: #fff;
}

legend {
    padding: 0 0.5em;
    background-color: #fff;
}

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: 0.5em;
}

textarea {
    width: 100%;
    min-height: 8rem;
    padding: 1.5em 0.5em;
    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: .54;
    color: inherit;
}

::-webkit-input-placeholder {
    opacity: .54;
    color: inherit;
}

:placeholder-shown {
    opacity: .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;
    border-radius: 3px;
}

/**
 * Vertical Rhythmを指定しているクラスセレクタをまとめて指定します。
 */
h1, h2, h3, h4, h5, h6,
p,
ul, ol, dl,
table,
pre,
address {
    margin-top: 0;
    margin-bottom: 1.7rem;
}

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
 */
footer {
    position: relative;
    background-color: #1a2e63;
    overflow: hidden;
}

footer .bottom {
    width: auto;
    margin: 52px 88px 80px 80px;
    overflow: hidden;
}

footer ul.linkBottom1,
footer ul.linkBottom2,
footer ul.linkBottom3 {
    margin: 0;
    padding: 0;
    float: left;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: -webkit-wrap;
    flex-wrap: -webkit-wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 560px) {
    footer ul.linkBottom1,
    footer ul.linkBottom2,
    footer ul.linkBottom3 {
        float: none;
    }
}

footer ul.linkBottom1 {
    margin-right: 55px;
}

footer ul.linkBottom2 {
    margin-right: 55px;
}

footer ul.linkBottom3 {
    margin-right: 20px;
}

footer ul.linkBottom1 li,
footer ul.linkBottom2 li,
footer ul.linkBottom3 li {
    list-style: none;
    color: #fff;
    font-family: "Yu Mincho", "YuMincho";
    margin-bottom: 14px;
    line-height: 1.6;
}

footer ul.linkBottom1 li,
footer ul.linkBottom2 li,
footer ul.linkBottom3 li {
    font-size: 1.1rem;
}

footer ul.linkBottom3 li {
    margin-bottom: 10px;
}

footer ul.linkBottom3 li:first-child {
    font-size: 1.1rem;
    margin-bottom: 14px;
}

footer ul.linkBottom3 li:last-child {
    margin-bottom: 0;
}

footer ul.linkBottom1 li a,
footer ul.linkBottom2 li a,
footer ul.linkBottom3 li a {
    color: #fff;
    text-decoration: none;
}

footer ul.linkBottom1 li a:hover,
footer ul.linkBottom2 li a:hover,
footer ul.linkBottom3 li a:hover {
    text-decoration: underline;
}

footer ul.snsBottom {
    /* width: 84px; */
    width: 145px;
    margin: 85px 193px 0 0;
    float: right;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer ul.snsBottom li:first-child img {
    width: 40px;
}

footer ul.snsBottom li:nth-child(2) img{
    width: 16px;
}

footer ul.snsBottom li:last-child img {
    width: 35px;
}

footer .btnTop {
    width: 98px;
    height: 81px;
    margin: 0;
    position: absolute;
    right: 90px;
    bottom: 66px;
    text-align: center;
}

footer .btnTop img {
    margin: 0 0 5px;
}

footer .btnTop a {
    font-family: "Yu Mincho", "YuMincho";
    color: #aa7d49;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    font-weight: 500;
}

footer p {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #fff;
    background-color: #aa7d49;
    font-size: 1.1rem;
    line-height: 1;
    padding: 6px;
    font-family: "Yu Mincho", "YuMincho";
}

@media screen and (max-width: 1088px) {
    footer .bottom {
        width: auto;
        margin: 133px 30px 80px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
    footer ul.snsBottom {
        margin: 85px 140px 0 0;
    }
    footer .btnTop {
        right: 30px;
    }
    footer .bottom {
        width: auto;
        margin: 52px 30px 80px;
    }
    footer ul.linkBottom1 {
        margin-right: 30px;
    }
    footer ul.linkBottom2 {
        margin-right: 30px;
    }
    footer ul.linkBottom3 {
        margin-right: 40px;
    }
}

@media screen and (max-width: 826px) {
    footer ul.linkBottom3 {
        margin-right: 30px;
    }
}

@media screen and (max-width: 630px) {
    footer ul.linkBottom3 {
        margin-right: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    footer ul.linkBottom1,
    footer ul.linkBottom2 {
        width: 50%;
        float: left;
        -webkit-justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        float: none;
    }
    footer ul.linkBottom1 {
        margin-right: 0;
    }
    footer ul.linkBottom2 {
        margin-right: 0;
    }
    footer ul.linkBottom1 li,
    footer ul.linkBottom2 li,
    footer ul.linkBottom3 li {
        margin-bottom: 25px;
    }
    footer ul.linkBottom3 li:first-child {
        margin-bottom: 25px;
    }
    footer ul.linkBottom1 li {
        font-size: 80%;
        font-size: 1.3rem;
    }
    footer ul.linkBottom2 li {
        font-size: 80%;
        font-size: 1.3rem;
    }
    footer ul.linkBottom3 li {
        font-size: 90%;
        font-size: 1.4rem;
    }
    footer ul.linkBottom3 li:first-child {
        font-size: 80%;
        font-size: 1.3rem;
    }
    footer ul.snsBottom {
        margin: 85px 0 0 0;
        float: left;
        float: none;
    }
}

@media screen and (max-width: 394px) {
    footer ul.linkBottom3 {
        margin-right: 0;
    }
}

/**
 * #Header
 */
header {
    width: auto;
    height: 103px;
    background-color: #fff;
    margin: 0 43px 0 36px;
    font-family: "Yu Mincho", "YuMincho";
}

#top header {
    width: auto;
    height: 60px;
    margin: 0 43px 0 36px;
}

#futari header, #calendar header, #policy header, #support header, #sitemap header, #design header, #matching header, #event header {
    width: auto;
    height: 103px;
    background-color: #fff;
    margin: 0 43px 0 36px;
    font-family: "Yu Mincho", "YuMincho";
}

.logo {
    width: 97px;
    float: left;
    margin: 32px 30px 0 0;
}

.link {
    width: 680px;
    /*検索窓あり*/
    /*width: 440px; 検索窓無し*/
    float: right;
}

.link nav {
    width: 440px;
    float: left;
    margin: 46px 0 0;
}

header nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.link nav li {
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}

header .link nav li a {
    color: #aa7d49;
    text-decoration: none;
}

#top .link nav, #futari .link nav, #calendar .link nav, #policy .link nav, #support .link nav, #sitemap .link nav, #design .link nav, #matching .link nav, #event .link nav {
    width: 440px;
    float: left;
    margin: 46px 0 0;
}

#top .link nav ul, #futari .link nav ul, #calendar .link nav ul, #policy .link nav ul, #support .link nav ul, #sitemap .link nav ul, #design .link nav ul, #matching .link nav ul, #event .link nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#top .link nav li, #futari .link nav li, #calendar .link nav li, #policy .link nav li, #support .link nav li, #sitemap .link nav li, #design .link nav li, #matching .link nav li, #event .link nav li {
    list-style: none;
    font-size: 90%;
    font-weight: 500;
}

#top .link nav li a {
    color: #4d4d4d;
    text-decoration: none;
    font-weight: 500;
}

#top .link nav li a:hover {
    text-decoration: underline;
    opacity: 1;
}

#futari .link nav li a, #calendar .link nav li a, #policy .link nav li a, #support .link nav li a, #sitemap .link nav li a, #design .link nav li a, #matching .link nav li a, #event .link nav li a {
    color: #aa7d49;
    text-decoration: none;
}

#futari .link nav li a:hover, #calendar .link nav li a:hover, #policy .link nav li a:hover, #support .link nav li a:hover, #sitemap .link nav li a:hover, #design .link nav li a:hover, #matching .link nav li a:hover, #event .link nav li a:hover {
    text-decoration: underline;
    opacity: 1;
}

.menu-trigger {
    display: none;
}

.g-nav {
    display: none;
}

.tokyo form {
    float: right;
    max-width: 200px;
    margin: 40px 0 0;
    padding: 0;
}

.search_container {
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}

.search_container input[type="text"] {
    width: 88%;
    background: #fff;
    border: 1px solid #7E7E7F;
    height: 23px;
    margin: 0;
    padding: 0 5px;
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Yu Mincho", "YuMincho";
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    border: none;
    background: #4C4C4C;
    color: #fff;
    outline: none;
    width: 23px;
    height: 23px;
    margin: 0;
    padding: 0;
    font-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width: 870px) {
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    header {
        height: 60px;
        margin: 0 10px;
    }
    #top header {
        height: 70px;
        margin: 0 20px;
    }
    #futari header, #calendar header, #policy header, #support header, #sitemap header, #matching header, #event header {
        height: 70px;
        margin: 0 20px;
    }
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer;
    }
    .menu-trigger {
        position: relative;
        width: 50px;
        height: 50px;
        z-index: 2;
        float: right;
        position: fixed;
        top: 10px;
        right: 10px;
        background-color: rgba(255, 255, 255, 0.5);
    }
    .menu-trigger span {
        position: absolute;
        background: #4C4C4C;
        width: 30px;
        height: 2px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 15px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 15px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
    }
    .g-nav {
        display: none;
        /*position: absolute;*/
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #fff;
        font-family: "Yu Mincho", "YuMincho";
    }
    .g-nav .list {
        padding: 0;
    }
    .g-nav .list .item {
        border-bottom: 1px solid #7F7F80;
    }
    .g-nav .list .item a {
        display: block;
        text-align: left;
        text-decoration: none;
        color: #4C4C4C;
        padding: 18px;
    }
    .g-nav li.hp a {
        border: 12px solid #F3F3F3;
    }
    .g-nav .list li.hp a {
        text-align: center;
        padding: 10px 0;
    }
    .g-nav .list li.hp {
        border-bottom: none;
    }
    form {
        float: none;
        max-width: 800px;
        margin: 35px 0 0;
        padding: 0;
    }
    .search_container_sp {
        width: auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 20px 0;
        padding: 0;
    }
    .search_container_sp input[type="text"] {
        width: 80%;
        background: #fff;
        border: 1px solid #7E7E7F;
        height: 39px;
        -webkit-appearance: none;
        border-radius: 0;
        margin: 0;
        padding: 0 5px;
        font-size: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Yu Mincho", "YuMincho";
    }
    .search_container_sp input[type="text"]:focus {
        outline: 0;
    }
    .search_container_sp input[type="submit"] {
        cursor: pointer;
        font-family: FontAwesome;
        border: none;
        background: #4C4C4C;
        color: #fff;
        outline: none;
        width: 39px;
        height: 39px;
        margin: 0 0 2px;
        padding: 0;
        -webkit-appearance: none;
        border-radius: 0;
        font-size: 100%;
    }
    .logo {
        margin: 20px 0 0;
    }
}

/**
 * #Main
 */
.l-main {
    overflow: hidden;
}

/**
 * #Sidebar
 */
/**
 * #Section
 */
.l-section {
    padding: 100px 0;
}

@media (max-width: 560px) {
    .l-section {
        padding: 50px 0;
    }
}

/* ==========================================================================
   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>
 */
@media (max-width: 1024px) {
    .c-wrapper {
        width: 95%;
        margin: 0 auto;
    }
}

.c-wrapper02 {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

.c-wrapper--small {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.c-wrapper--medium {
    padding-right: 1em;
    padding-left: 1em;
}

.c-wrapper--large {
    padding-right: 2em;
    padding-left: 2em;
}

/**
 * #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
 */
.c-grid--small {
    margin-left: -0.75em;
}

.c-grid--small > .c-grid__item {
    padding-left: 0.75em;
}

.c-grid--medium {
    margin-left: -1.5em;
}

.c-grid--medium > .c-grid__item {
    padding-left: 1.5em;
}

.c-grid--large {
    margin-left: -3em;
}

.c-grid--large > .c-grid__item {
    padding-left: 3em;
}

/**
 * デフォルトで`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 {
    margin: 0 0 0 -0.5em;
    padding: 0;
    list-style-type: none;
}

.c-inline:after {
    content: "";
    display: table;
    clear: both;
}

.c-inline__item {
    float: left;
    padding-left: 0.5em;
}

.c-inline__link {
    display: inline-block;
}

.c-inline--small {
    margin-left: -0.25em;
}

.c-inline--small > .c-inline__item {
    padding-left: 0.25em;
}

.c-inline--large {
    margin-left: -1em;
}

.c-inline--large > .c-inline__item {
    padding-left: 1em;
}

/**
 * #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;
}

/**
 * #Rank
 */
/**
 * 横並び（ranked）になるリストオブジェクトです。
 * リンクがない場合でも余白が変わりません。
 * モディファイアで余白が変更できます。
 * [DEMO](https://jsfiddle.net/manabuyasuda/k93rhad6/3)
 *
 * <ul class="c-rank [c-rank--small]">
 *   <li class="c-rank__item">
 *     <a href="#" class="c-rank__link"></a>
 *   </li>
 *   <li class="c-rank__item">
 *     <a href="#" class="c-rank__link"></a>
 *   </li>
 * </ul>
 */
.c-rank {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-rank:after {
    content: "";
    display: table;
    clear: both;
}

.c-rank__item {
    float: left;
    padding: 0.5em 1em;
}

.c-rank__link {
    display: inline-block;
    margin: -0.5em -1em;
    padding: 0.5em 1em;
}

.c-rank--small > .c-rank__item {
    padding: 0 0.5em;
}

.c-rank--small .c-rank__link {
    margin: 0 -0.5em;
    padding: 0 0.5em;
}

.c-rank--large > .c-rank__item {
    padding: 1em 2em;
}

.c-rank--large .c-rank__link {
    margin: -1em -2em;
    padding: 1em 2em;
}

/**
 * #Pack
 */
/**
 * 横幅いっぱいで均等、中央揃えのナビゲーションオブジェクトです。
 * リンクがない場合でも余白が変わりません。
 * モディファイアで余白を変更できます。
 * [DEMO](https://jsfiddle.net/manabuyasuda/bnrepy5e/2)
 *
 * <ul class="c-pack [c-pack--small]">
 *   <li class="c-pack__item">
 *     <a href="#" class="c-pack__link"></a>
 *   </li>
 *   <li class="c-pack__item">
 *     <a href="#" class="c-pack__link"></a>
 *   </li>
 * </ul>
 */
.c-pack {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    table-layout: fixed;
}

.c-pack__item {
    display: table-cell;
    padding: 1em 0.5em;
    line-height: 1;
}

.c-pack__link {
    display: block;
    margin: -1em -0.5em;
    padding: 1em 0.5em;
    text-decoration: none;
}

.c-pack--small > .c-pack__item {
    padding: 0.5em 0.5em;
}

.c-pack--small .c-pack__link {
    margin: -0.5em -0.5em;
    padding: 0.5em 0.5em;
}

.c-pack--large > .c-pack__item {
    padding: 2em 0.5em;
}

.c-pack--large .c-pack__link {
    margin: -2em -0.5em;
    padding: 2em 0.5em;
}

/**
 * #Stack
 */
/**
 * 縦に積み重なる（stack up）シンプルなナビゲーションオブジェクトです。
 * リンクがない場合でも余白が変わりません。
 * モディファイアで余白が変更できます。
 * [DEMO](https://jsfiddle.net/manabuyasuda/3rcgp8t6/2)
 *
 * <ul class="c-stack [c-stack--small]">
 *     <li class="c-stack__item">
 *         <a href="#" class="c-stack__link">
 *            [content]
 *         </a>
 *     </li>
 *     <li class="c-stack__item">
 *          [content]
 *     </li>
 * </ul>
 */
.c-stack {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.c-stack__item {
    padding: 1em 0;
}

.c-stack__link {
    display: block;
    margin: -1em 0;
    padding: 1em 0;
}

.c-stack--center {
    text-align: center;
}

.c-stack--right {
    text-align: right;
}

.c-stack--small > .c-stack__item {
    padding: 0.5em 0;
}

.c-stack--small .c-stack__link {
    margin: -0.5em 0;
    padding: 0.5em 0;
}

.c-stack--large > .c-stack__item {
    padding: 2em 0;
}

.c-stack--large .c-stack__link {
    margin: -2em 0;
    padding: 2em 0;
}

/**
 * #Media
 */
/**
 * 画像とテキストを横並びにするオブジェクトです。
 * Modifierで余白の変更、垂直方向の変更、要素の配置順の反転、
 * 任意の横幅以下で縦に積み重なるレスポンシブ対応にすることができます。
 *
 * <div class="c-media [c-media--small c-media--middle c-media--rev c-media--stack-md-down]">
 *   <figure class="c-media__item">
 *     <img>
 *   </figure>
 *   <div class="c-media__item">
 *     <p></p>
 *   </div>
 * </div>
 */
.c-media {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}

.c-media__item {
    display: table-cell;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.c-media__item:not(:first-child) {
    padding-left: 1em;
}

.c-media__item > :first-child {
    margin-top: 0;
}

.c-media__item > :last-child {
    margin-bottom: 0;
}

.c-media__item > img {
    display: block;
}

.c-media--middle > .c-media__item {
    vertical-align: middle;
}

.c-media--bottom > .c-media__item {
    vertical-align: bottom;
}

.c-media--rev {
    text-align: left;
    direction: rtl;
}

.c-media--rev > .c-media__item {
    text-align: left;
    direction: ltr;
}

.c-media--rev > .c-media__item:not(:first-child) {
    padding-right: 1em;
    padding-left: 0;
}

.c-media--small > .c-media__item:not(:first-child) {
    padding-left: 0.5em;
}

.c-media--small.c-media--rev > .c-media__item:not(:first-child) {
    padding-right: 0.5em;
    padding-left: 0;
}

.c-media--large > .c-media__item:not(:first-child) {
    padding-left: 2em;
}

.c-media--large.c-media--rev > .c-media__item:not(:first-child) {
    padding-right: 2em;
    padding-left: 0;
}

@media screen and (max-width: 399px) {
    .c-media--stack-sm-down > .c-media__item {
        display: block;
    }
    .c-media--stack-sm-down > .c-media__item:not(:first-child) {
        padding: 1em 0 0;
    }
    .c-media--stack-sm-down > .c-media__item > img {
        margin: auto;
    }
    .c-media--stack-sm-down.c-media--small > .c-media__item:not(:first-child) {
        padding: 0.5em 0 0;
    }
    .c-media--stack-sm-down.c-media--large > .c-media__item:not(:first-child) {
        padding: 2em 0 0;
    }
}

@media screen and (max-width: 767px) {
    .c-media--stack-md-down > .c-media__item {
        display: block;
    }
    .c-media--stack-md-down > .c-media__item:not(:first-child) {
        padding: 1em 0 0;
    }
    .c-media--stack-md-down > .c-media__item > img {
        margin: auto;
    }
    .c-media--stack-md-down.c-media--small > .c-media__item:not(:first-child) {
        padding: 0.5em 0 0;
    }
    .c-media--stack-md-down.c-media--large > .c-media__item:not(:first-child) {
        padding: 2em 0 0;
    }
}

/**
 * #Split
 */
/**
 * 2つの要素をブロックから横並びにするオブジェクトです。
 * 定義リストで使用することを想定しています。
 * デフォルトで`c-split__name`が10文字を越えるとレイアウトが崩れます。
 * [DEMO](https://jsfiddle.net/manabuyasuda/yzLa898k/2)
 *
 * <dl class="c-split [c-split--has-border]">
 *   <dt class="c-split__name"></dt>
 *   <dd class="c-split__value"></dd>
 * </dl>
 */
.c-split {
    margin: 0;
    padding: 0;
}

.c-split__name {
    padding-top: 0.5em;
}

.c-split__value {
    margin-left: 0;
    padding-bottom: 0.5em;
}

.c-split--has-border {
    border-top: 1px solid #aaa;
}

.c-split--has-border > .c-split__value {
    border-bottom: 1px solid #aaa;
}

@media screen and (min-width: 768px) {
    .c-split__name {
        float: left;
        clear: left;
    }
    .c-split__value {
        padding: 0.5em 0 0.5em 10em;
    }
}

/**
 * #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;
}

/**
 * #Central
 */
/**
 * 上下左右の中央配置に利用するオブジェクトです。
 * [DEMO](https://jsfiddle.net/manabuyasuda/p479y7hs/2)
 *
 * <div class="c-central [c-central--full]">
 *     <div class="c-central__item">
 *        [content]
 *     </div>
 * </div>
 */
.c-central {
    position: relative;
    margin: 0;
    padding: 0;
}

.c-central__item {
    position: absolute;
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.c-central--full {
    width: 100%;
    height: 100%;
}

/**
 * #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;
    border-radius: 3px;
    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--primary {
    display: block;
    max-width: 392px;
    width: 100%;
    margin: auto;
    padding: 30px 100px;
    border-radius: 50px;
    background-color: #FFEA69;
    color: #2E3A47;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .c-button--primary {
        font-size: 2rem;
        padding: 30px 50px;
    }
}

/**
 * カプセル状の錠剤のような形をしたボタンコンポーネントです。
 */
.c-button--pill {
    border-radius: 3em;
}

.c-button--pill-right {
    border-radius: 0 3em 3em 0;
}

.c-button--pill-center {
    border-radius: 0;
}

.c-button--pill-left {
    border-radius: 3em 0 0 3em;
}

/**
 * #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 {
    padding: 1em;
}

.c-card__head > :last-child {
    margin-bottom: 0;
}

.c-card__body {
    padding: 1.5em 1em;
}

.c-card__body > :last-child {
    margin-bottom: 0;
}

.c-card__foot {
    padding: 1em;
    border-top: 1px solid #d0d0d0;
}

.c-card__foot > :last-child {
    margin-bottom: 0;
}

.c-card__head,
.c-card__image-top,
.c-card__item--top,
.c-card__link--top {
    border-radius: 3px 3px 0 0;
}

.c-card__foot,
.c-card__image-bottom,
.c-card__item--bottom,
.c-card__link--bottom {
    border-radius: 0 0 3px 3px;
}

/**
 * #Embed
 */
/**
 * YouTubeなどのエンベディットコンテンツを埋め込むオブジェクトです。
 * `.c-embed--16to9`などと指定してアスペクト比を固定します。
 *
 * <div class="c-embed c-embed--16to9">
 *     <iframe></iframe>
 * </div>
 */
.c-embed {
    display: block;
    overflow: hidden;
    position: relative;
    height: 0;
    margin: 0;
    padding: 0;
}

.c-embed iframe,
.c-embed embed,
.c-embed object,
.c-embed video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.c-embed--16to9 {
    padding-bottom: 56.25% !important;
}

.c-embed--4to3 {
    padding-bottom: 75% !important;
}

/**
 * #Image
 */
/**
 * [DEMO](https://jsfiddle.net/manabuyasuda/wy8b3o6b/2)
 */
.c-image-round {
    border-radius: 3px;
}

.c-image-circle {
    border-radius: 50%;
}

.c-image-center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.c-image-right {
    float: right;
    margin-left: 1em;
}

.c-image-left {
    float: left;
    margin-right: 1em;
}

/**
 * 背景画像が縦横比を固定したまま表示領域いっぱいに表示されます。
 * モディファイアか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;
}

@media screen and (min-width: 1000px) {
    .c-image-cover--fixed {
        background-attachment: fixed;
    }
}

/**
 * 背景画像をフルードイメージのように可変させます。
 * 画像の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: 1;
}

.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;
}

@media (max-width: 960px) {
    .c-flex-jcsb--sp {
        -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
 */
/**
 * #Inner
 */
.p-inner {
    max-width: 1160px;
    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;
}

@media (max-width: 560px) {
    .tp-list__title {
        font-size: 20px;
    }
}

.tp-list__item {
    width: 25%;
    padding: 20px;
    text-align: center;
}

@media (max-width: 560px) {
    .tp-list__item {
        width: 50%;
    }
}

.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;
}

@media (max-width: 960px) {
    .tp-list__img {
        width: 100%;
        height: 150px;
    }
}

@media (max-width: 560px) {
    .tp-list__img {
        width: 125px;
        height: 125px;
    }
}

.tp-list__text {
    margin-top: 20px;
    padding: 0px 10px;
    font-size: 23px;
    font-weight: bold;
    color: #4175EE;
    background-color: #fff;
    border-radius: 50px;
}

@media (max-width: 960px) {
    .tp-list__text {
        font-size: 14px;
    }
}

@media (max-width: 560px) {
    .tp-list__text {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .tp-list__text {
        font-size: 11px;
    }
}

/**
 * #top_scroll
 */
/**
 * #Hamburger
 */
.c-hamburger {
    width: 32px;
    height: 64px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 100;
}

@media (max-width: 960px) {
    .c-hamburger {
        display: block;
    }
}

.c-hamburger__line {
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 1px;
    background-color: #fff;
}

.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 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% - 0px);
}

.c-hamburger__line--middle.is-active {
    width: 0;
}

.c-hamburger__line--bottom.is-active {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: calc(50% + 0px);
}

/**
 * #table
 */
.c-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
}

/**
 * #Definition
 */
.c-definition__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-bottom: 25px;
}

.c-definition__term {
    position: relative;
    color: #333333;
    font-size: 3.5rem;
    font-weight: bold;
}

@media (max-width: 560px) {
    .c-definition__term {
        font-size: 2rem;
        width: 30%;
    }
}

.c-definition__term::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 10px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
}

.c-definition__desc {
    margin-left: 25px;
    font-size: 3rem;
    font-weight: bold;
}

@media (max-width: 560px) {
    .c-definition__desc {
        font-size: 2rem;
        margin-left: 5px;
    }
}

.c-definition-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.c-definition-wrap .c-definition__list:last-child {
    margin-left: 60px;
}

/**
 * #Effect
 */
.js-effect-fade {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
    transform: translate(0, 45px);
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.js-effect-fade.js-effect-scroll {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* 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: "\003E";
    margin: 0 0.5em;
}

/**
 * #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: 1em;
}

.p-pagination__link--prev:before {
    content: "\003C" "\00A0";
}

.p-pagination__link--next:after {
    content: "\00A0" "\003E";
}

/**
 * #Tag-cloud
 */
/**
 * タグクラウドのコンポーネントです。
 * `inline`オブジェクトと組み合わせてマークアップします。
 *
 * <ul class="c-inline p-tag-cloud">
 *   <li class="c-inline__item p-tag-cloud__item">
 *     <a href="" class="c-inline__link p-tag-cloud__link">CSS<span class="p-tag-cloud__count">(20)</span></a>
 *   </li>
 *   <li class="c-inline__item p-tag-cloud__item">
 *     <a href="" class="c-inline__link p-tag-cloud__link">HTML<span class="p-tag-cloud__count">(100)</span></a>
 *   </li>
 * </ul>
 */
.p-tag-cloud {
    font-size: 0.75rem;
}

.p-tag-cloud__item {
    margin-bottom: 0.5em;
}

.p-tag-cloud__link {
    padding: 0.5em 1em;
    border: 1px solid #aaa;
    border-radius: 3px;
    color: inherit;
    line-height: 1;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.p-tag-cloud__link:hover {
    color: #fff;
    background-color: #fff;
}

/**
 * 投稿数用のラベルです。
 * タグ名との間に半角スペースが入ります。
 */
.p-tag-cloud__count {
    font-size: 0.75em;
}

.p-tag-cloud__count:before {
    content: "\00A0";
}

/**
 * #Alert
 */
/**
 * エラーメッセージなどを表示するコンポーネントです。
 * [DEMO](https://jsfiddle.net/manabuyasuda/mbhfjw55/)
 *
 * <p class="p-alert [p-alert--success]"></p>
 */
.p-alert {
    padding: 1em;
    border: 1px solid #e7edf0;
    border-radius: 3px;
    color: #47525d;
    background-color: #f7f9fa;
}

.p-alert__link {
    color: currentColor;
}

.p-alert__link:hover, .p-alert__link:focus {
    color: inherit;
}

.p-alert--success {
    border-color: #d9f4e1;
    color: #2c683f;
    background-color: #edfaf1;
}

.p-alert--warning {
    border-color: #fffad3;
    color: #996e00;
    background-color: #fffdec;
}

.p-alert--error {
    border-color: #ffcaca;
    color: #921515;
    background-color: #ffe3e3;
}

/**
 * #Badge
 */
/**
 * 投稿数のような数値を表示するバッジコンポーネントです。
 *
 * <span class="p-badge [p-badge--success]"></span>
 */
.p-badge {
    display: inline-block;
    min-width: 0.75rem;
    padding: 0.5em;
    border-radius: 50%;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    background-color: #fff;
}

.p-badge--neutral {
    background-color: #47525d;
}

.p-badge--success {
    background-color: #2c683f;
}

.p-badge--warning {
    background-color: #996e00;
}

.p-badge--error {
    background-color: #921515;
}

/**
 * #Label
 */
/**
 * インラインでメッセージを表示するラベルコンポーネントです。
 *
 * <span class="p-label [p-label--success]"></span>
 */
.p-label {
    display: inline-block;
    padding: 0.5em;
    border-radius: 3px;
    color: #fff;
    font-size: 0.75rem;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
}

.p-label--neutral {
    background-color: #47525d;
}

.p-label--success {
    background-color: #2c683f;
}

.p-label--warning {
    background-color: #996e00;
}

.p-label--error {
    background-color: #921515;
}

/**
 * #Balloon
 */
/**
 * 吹き出しを作るコンポーネントです。
 * [DEMO](https://jsfiddle.net/manabuyasuda/pc237gL3/4)
 *
 * <div class="p-balloon p-balloon--left-middle"></div>
 */
.p-balloon {
    display: inline-block;
    position: relative;
    padding: 1em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    vertical-align: top;
    -webkit-box-shadow: 0 1px 2px rgba(208, 208, 208, 0.3);
    box-shadow: 0 1px 2px rgba(208, 208, 208, 0.3);
}

.p-balloon--top-left,
.p-balloon--top-center,
.p-balloon--top-right {
    margin-top: 1em;
}

.p-balloon--bottom-right,
.p-balloon--bottom-center,
.p-balloon--bottom-left {
    margin-bottom: 1em;
}

.p-balloon--right-top,
.p-balloon--right-middle,
.p-balloon--right-bottom {
    margin-right: 1em;
}

.p-balloon--left-bottom,
.p-balloon--left-middle,
.p-balloon--left-top {
    margin-left: 1em;
}

.p-balloon--top-left:before, .p-balloon--top-left:after,
.p-balloon--top-center:before,
.p-balloon--top-center:after,
.p-balloon--top-right:before,
.p-balloon--top-right:after,
.p-balloon--right-top:before,
.p-balloon--right-top:after,
.p-balloon--right-middle:before,
.p-balloon--right-middle:after,
.p-balloon--right-bottom:before,
.p-balloon--right-bottom:after,
.p-balloon--bottom-right:before,
.p-balloon--bottom-right:after,
.p-balloon--bottom-center:before,
.p-balloon--bottom-center:after,
.p-balloon--bottom-left:before,
.p-balloon--bottom-left:after,
.p-balloon--left-bottom:before,
.p-balloon--left-bottom:after,
.p-balloon--left-middle:before,
.p-balloon--left-middle:after,
.p-balloon--left-top:before,
.p-balloon--left-top:after {
    content: "";
    position: absolute;
    border-collapse: separate;
}

.p-balloon--top-left:before,
.p-balloon--top-center:before,
.p-balloon--top-right:before,
.p-balloon--right-top:before,
.p-balloon--right-middle:before,
.p-balloon--right-bottom:before,
.p-balloon--bottom-right:before,
.p-balloon--bottom-center:before,
.p-balloon--bottom-left:before,
.p-balloon--left-bottom:before,
.p-balloon--left-middle:before,
.p-balloon--left-top:before {
    border: 12px solid transparent;
}

.p-balloon--top-left:after,
.p-balloon--top-center:after,
.p-balloon--top-right:after,
.p-balloon--right-top:after,
.p-balloon--right-middle:after,
.p-balloon--right-bottom:after,
.p-balloon--bottom-right:after,
.p-balloon--bottom-center:after,
.p-balloon--bottom-left:after,
.p-balloon--left-bottom:after,
.p-balloon--left-middle:after,
.p-balloon--left-top:after {
    border: 11px solid transparent;
}

.p-balloon--top-left:before, .p-balloon--top-left:after,
.p-balloon--top-center:before,
.p-balloon--top-center:after,
.p-balloon--top-right:before,
.p-balloon--top-right:after {
    bottom: 100%;
}

.p-balloon--top-left:before,
.p-balloon--top-center:before,
.p-balloon--top-right:before {
    border-bottom-color: #aaaaaa;
}

.p-balloon--top-left:after,
.p-balloon--top-center:after,
.p-balloon--top-right:after {
    border-bottom-color: #fff;
}

.p-balloon--right-top:before, .p-balloon--right-top:after,
.p-balloon--right-middle:before,
.p-balloon--right-middle:after,
.p-balloon--right-bottom:before,
.p-balloon--right-bottom:after {
    left: 100%;
}

.p-balloon--right-top:before,
.p-balloon--right-middle:before,
.p-balloon--right-bottom:before {
    border-left-color: #aaaaaa;
}

.p-balloon--right-top:after,
.p-balloon--right-middle:after,
.p-balloon--right-bottom:after {
    border-left-color: #fff;
}

.p-balloon--bottom-right:before, .p-balloon--bottom-right:after,
.p-balloon--bottom-center:before,
.p-balloon--bottom-center:after,
.p-balloon--bottom-left:before,
.p-balloon--bottom-left:after {
    top: 100%;
}

.p-balloon--bottom-right:before,
.p-balloon--bottom-center:before,
.p-balloon--bottom-left:before {
    border-top-color: #aaaaaa;
}

.p-balloon--bottom-right:after,
.p-balloon--bottom-center:after,
.p-balloon--bottom-left:after {
    border-top-color: #fff;
}

.p-balloon--left-bottom:before, .p-balloon--left-bottom:after,
.p-balloon--left-middle:before,
.p-balloon--left-middle:after,
.p-balloon--left-top:before,
.p-balloon--left-top:after {
    right: 100%;
}

.p-balloon--left-bottom:before,
.p-balloon--left-middle:before,
.p-balloon--left-top:before {
    border-right-color: #aaaaaa;
}

.p-balloon--left-bottom:after,
.p-balloon--left-middle:after,
.p-balloon--left-top:after {
    border-right-color: #fff;
}

.p-balloon--right-top:before,
.p-balloon--left-top:before {
    top: 11px;
}

.p-balloon--right-top:after,
.p-balloon--left-top:after {
    top: 12px;
}

.p-balloon--right-middle:before, .p-balloon--right-middle:after,
.p-balloon--left-middle:before,
.p-balloon--left-middle:after {
    top: 50%;
    margin-top: -12px;
}

.p-balloon--right-middle:after,
.p-balloon--left-middle:after {
    margin-top: -11px;
}

.p-balloon--right-bottom:before,
.p-balloon--left-bottom:before {
    bottom: 11px;
}

.p-balloon--right-bottom:after,
.p-balloon--left-bottom:after {
    bottom: 12px;
}

.p-balloon--top-left:before,
.p-balloon--bottom-left:before {
    left: 11px;
}

.p-balloon--top-left:after,
.p-balloon--bottom-left:after {
    left: 12px;
}

.p-balloon--top-center:before, .p-balloon--top-center:after,
.p-balloon--bottom-center:before,
.p-balloon--bottom-center:after {
    left: 50%;
    margin-left: -12px;
}

.p-balloon--top-center:after,
.p-balloon--bottom-center:after {
    margin-left: -11px;
}

.p-balloon--top-right:before,
.p-balloon--bottom-right:before {
    right: 11px;
}

.p-balloon--top-right:after,
.p-balloon--bottom-right:after {
    right: 12px;
}

/**
 * #Nav
 */
/**
 * #Kv
 */
/**
 * #Concept
 */
.p-concept {
    padding: 100px 0;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
    .p-concept {
        padding: 40px 0;
    }
}

.p-concept__inner {
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
}

@media (max-width: 560px) {
    .p-concept__inner {
        padding: 0 20px;
    }
}

.p-concept__text {
    color: #004371;
    font-size: 3.1rem;
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

@media (max-width: 560px) {
    .p-concept__text {
        font-size: 4vw;
    }
}

/**
 * #Contact
 */
.p-contact {
    padding-bottom: 0;
}

.p-contact__inner {
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}

.p-contact__title {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-contact__title {
        font-size: 3rem;
    }
}

.p-contact__text {
    font-size: 2.5rem;
    text-align: center;
}

@media (max-width: 560px) {
    .p-contact__text {
        font-size: 2rem;
    }
}

.p-contact__text--large {
    color: #E94730;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-contact__text--large {
        font-size: 3rem;
    }
}

/**
 * #Event
 */
.p-event {
    margin-top: 115px;
    margin-bottom: 115px;
    padding: 0;
}

@media (max-width: 560px) {
    .p-event {
        margin-top: 25px;
        margin-bottom: 80px;
    }
}

.p-event__inner {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    /* padding: 165px 0 250px; */
    padding: 85px 0;
    background-image: url(../img/event.png);
    background-size: cover;
    /* background-size: contain; */
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px;
}

@media (max-width: 1024px) {
    .p-event__inner {
        padding: 40px 20px;
        background-size: cover;
    }
}

.p-event__title {
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
    color: #004371;
    font-size: 6rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-event__title {
        font-size: 4rem;
    }
}

.p-event__title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 23px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
}

.p-event__lead {
    max-width: 1020px;
    width: 100%;
    margin: 50px auto 0;
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.8);
    opacity: 100;
    color: #FF7F50;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1024px) {
    .p-event__lead {
        font-size: 3rem;
    }
}

@media (max-width: 560px) {
    .p-event__lead {
        margin-top: 0;
        font-size: 2.2rem;
    }
}

.p-event-group {
    max-width: 997px;
    width: 100%;
    /* margin: 40px auto 0; */
    margin: 0 auto 70px;
}

@media (max-width: 560px) {
    .p-event-group {
        margin-top: 45px;
    }
}

.p-event-group--second {
    margin-bottom: 105px;
}

@media (max-width: 560px) {
    .p-event-group--second {
        margin-bottom: 65px;
    }
}

.p-event-group-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-bottom: 70px; */
    margin-bottom: 116px;
}

@media (max-width: 560px) {
    .p-event-group-content {
        margin-bottom: 25px;
    }
}

.p-event-group-content:last-child {
    margin-bottom: 0;
}

@media (max-width: 560px) {
    .p-event-group-content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
}

.p-event-feature {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 211px;
    height: 172px;
    background-image: url(../img/square.png);
    background-size: contain;
    background-repeat: no-repeat;
    line-height: 1.3;
}

@media (max-width: 960px) {
    .p-event-feature {
        width: 135px;
        height: 110px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media (max-width: 560px) {
    .p-event-feature {
        width: 135px;
        height: 110px;
    }
}

.p-event-feature__title {
    color: #044471;
    font-size: 3.5rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 1024px) {
    .p-event-feature__title {
        font-size: 3rem;
    }
}

@media (max-width: 560px) {
    .p-event-feature__title {
        font-size: 2rem;
    }
}

.p-event-feature__text {
    display: block;
    color: #2E3A47;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-event-feature__text {
        font-size: 2rem;
    }
}

.p-event-area {
    max-width: 760px;
    width: 100%;
}

.p-event-area--second {
    max-width: 100%;
}

@media (max-width: 960px) {
    .p-event-area {
        max-width: 100%;
        width: 78%;
    }
}

@media (max-width: 768px) {
    .p-event-area {
        margin: 0 auto;
    }
}

@media (max-width: 560px) {
    .p-event-area {
        width: 100%;
        margin-top: 15px;
    }
}

.p-event-area__title {
    position: relative;
    margin-bottom: 50px;
    color: #044471;
    font-size: 4rem;
    font-weight: bold;
}

@media (max-width: 960px) {
    .p-event-area__title {
        font-size: 2.8rem;
    }
}

@media (max-width: 560px) {
    .p-event-area__title {
        margin-bottom: 25px;
        font-size: 1.8rem;
    }
}

.p-event-area__title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
}

@media (max-width: 560px) {
    .p-event-area__title::after {
        background-origin: -10px;
        height: 10px;
    }
}

.p-event-area__text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
}

@media (max-width: 560px) {
    .p-event-area__text {
        font-size: 1.8rem;
        font-size: 1.6rem;
    }
}

.p-event-article {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /* margin-top: 40px; */
    margin-top: 80px;
}

@media (max-width: 560px) {
    .p-event-article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-top: 40px;
    }
}

.p-event-article--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media (max-width: 960px) {
    .p-event-thumb {
        width: 28%;
    }
}

@media (max-width: 560px) {
    .p-event-thumb {
        /* width: 50%; */
        width: 100%;
    }
}

.p-event-img {
    max-width: 200px;
    width: 100%;
    max-height: 200px;
    height: 100%;
}

@media (max-width: 560px) {
    .p-event-img {
        margin: 0 auto;
    }
}

.p-event-name {
    display: block;
    margin-top: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-event-name {
        font-size: 1.6rem;
    }
}

.p-event-name--small {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.p-event-detail {
    max-width: 520px;
    width: 100%;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}

@media (max-width: 960px) {
    .p-event-detail {
        width: 70%;
    }
}

@media (max-width: 560px) {
    .p-event-detail {
        width: 100%;
    }
}

.p-event-group--second .p-event-detail {
    max-width: 730px;
}

.p-event-group--third .p-event-group-content {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
}

.p-event-overview {
    margin-left: 40px;
}

@media (max-width: 560px) {
    .p-event-overview {
        margin: 25px 0 0 0;
    }
}

/**
 * #Movie
 */

 .p-movie {
     padding: 135px 0 60px;
 }

 @media (max-width: 560px) {
    .p-movie {
        padding: 50px 0;
    }
}

.p-movie__inner {
    max-width: 825px;
    width: 100%;
    margin: 0 auto;
}

.p-movie__title {
    position: relative;
    color: #044471;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
}

.p-movie__title::before,
.p-movie__title::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 85px;
    background-color: #044471;
}

@media (max-width: 560px) {
    .p-movie__title::before,
    .p-movie__title::after {
        height: 35px;
    }
}

.p-movie__title::before {
    bottom: 50%;
    left: 12%;
    transform: translateY(60%)rotate(-35deg);
}

@media (max-width: 560px) {
    .p-movie__title::before {
        left: 2%;
    }
}

.p-movie__title::after {
    bottom: 50%;
    right: 12%;
    transform: translateY(60%)rotate(35deg);
}

@media (max-width: 560px) {
    .p-movie__title::after {
        right: 2%;
    }
}

@media (max-width: 560px) {
    .p-movie__title {
        font-size: 2.6rem;
    }
}

.p-movie__text {
    margin-top: 30px;
    color: #044471;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 960px) {
    .p-movie__text {
        font-size: 2.2rem;
    }
}

.p-movie-img {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
}

@media (max-width: 560px) {
    .p-movie-img iframe {
        height: 205px;
    }
}

.p-movie-img--second {
    max-width: 800px;
    width: 100%;
    margin: 40px auto 0;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/**
 * #Precautions
 */
.p-precautions {
    max-width: 1160px;
    width: 100%;
    margin: 100px auto;
    padding: 0;
    border-radius: 40px;
    background-color: #FFEAB1;
    color: #333;
}

.p-precautions--second {
    background-color: #1A2E63;
    color: #fff;
}

.p-precautions__inner {
    padding: 60px 100px;
}

@media (max-width: 560px) {
    .p-precautions__inner {
        padding: 40px 20px;
    }
}

.p-precautions__title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-precautions__title {
        font-size: 2.8rem;
    }
}

.p-precautions__list {
    margin: 40px auto 30px;
    padding-bottom: 30px;
    border-bottom: 2px dotted #fff;
}

.p-precautions__item {
    margin-bottom: 20px;
    font-size: 1.9rem;
    font-weight: bold;
}

.p-precautions__item:last-child {
    margin-bottom: 0;
}

.p-precautions-info {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 560px) {
    .p-precautions-info {
        font-size: 2rem;
    }
}

.p-precautions__link {
    font-weight: bold;
    word-break: break-all;
}

.p-precautions-privacy__title {
    margin-bottom: 30px;
    font-size: 1.9rem;
    font-weight: bold;
    text-align: center;
}

.p-precautions-privacy__text {
    font-size: 1.9rem;
    font-weight: bold;
}

/* 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-common {
    margin-top: 50px;
}

.u-mt-common--second {
    margin-top: 45px;
}

.u-ma-0 {
    margin: 0;
}

.u-mt-0 {
    margin-top: 0;
}

.u-mr-0 {
    margin-right: 0;
}

.u-mb-0 {
    margin-bottom: 0;
}

.u-ml-0 {
    margin-left: 0;
}

.u-my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.u-mx-0 {
    margin-right: 0;
    margin-left: 0;
}

.u-ma-s {
    margin: 0.85rem;
}

.u-mt-s {
    margin-top: 0.85rem;
}

.u-mr-s {
    margin-right: 0.85rem;
}

.u-mb-s {
    margin-bottom: 0.85rem;
}

.u-ml-s {
    margin-left: 0.85rem;
}

.u-my-s {
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
}

.u-mx-s {
    margin-right: 0.85rem;
    margin-left: 0.85rem;
}

.u-ma-m {
    margin: 1.7rem;
}

.u-mt-m {
    margin-top: 1.7rem;
}

.u-mr-m {
    margin-right: 1.7rem;
}

.u-mb-m {
    margin-bottom: 1.7rem;
}

.u-ml-m {
    margin-left: 1.7rem;
}

.u-my-m {
    margin-top: 1.7rem;
    margin-bottom: 1.7rem;
}

.u-mx-m {
    margin-right: 1.7rem;
    margin-left: 1.7rem;
}

.u-ma-l {
    margin: 3.4rem;
}

.u-mt-l {
    margin-top: 3.4rem;
}

.u-mr-l {
    margin-right: 3.4rem;
}

.u-mb-l {
    margin-bottom: 3.4rem;
}

.u-ml-l {
    margin-left: 3.4rem;
}

.u-my-l {
    margin-top: 3.4rem;
    margin-bottom: 3.4rem;
}

.u-mx-l {
    margin-right: 3.4rem;
    margin-left: 3.4rem;
}

/**
 * #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
 */
.u-ma-0 {
    padding: 0;
}

.u-mt-0 {
    padding-top: 0;
}

.u-mr-0 {
    padding-right: 0;
}

.u-mb-0 {
    padding-bottom: 0;
}

.u-ml-0 {
    padding-left: 0;
}

.u-my-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.u-mx-0 {
    padding-right: 0;
    padding-left: 0;
}

.u-ma-s {
    padding: 0.5em;
}

.u-mt-s {
    padding-top: 0.5em;
}

.u-mr-s {
    padding-right: 0.5em;
}

.u-mb-s {
    padding-bottom: 0.5em;
}

.u-ml-s {
    padding-left: 0.5em;
}

.u-my-s {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.u-mx-s {
    padding-right: 0.5em;
    padding-left: 0.5em;
}

.u-ma-m {
    padding: 1em;
}

.u-mt-m {
    padding-top: 1em;
}

.u-mr-m {
    padding-right: 1em;
}

.u-mb-m {
    padding-bottom: 1em;
}

.u-ml-m {
    padding-left: 1em;
}

.u-my-m {
    padding-top: 1em;
    padding-bottom: 1em;
}

.u-mx-m {
    padding-right: 1em;
    padding-left: 1em;
}

.u-ma-l {
    padding: 1.5em;
}

.u-mt-l {
    padding-top: 1.5em;
}

.u-mr-l {
    padding-right: 1.5em;
}

.u-mb-l {
    padding-bottom: 1.5em;
}

.u-ml-l {
    padding-left: 1.5em;
}

.u-my-l {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

.u-mx-l {
    padding-right: 1.5em;
    padding-left: 1.5em;
}

/**
 * #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;
}

@media screen and (max-width: 399px) {
    .u-display-none-sm-down {
        display: none;
    }
    .u-display-block-sm-down {
        display: block;
    }
    .u-display-inline-sm-down {
        display: inline;
    }
    .u-display-inline-block-sm-down {
        display: inline-block;
    }
}

@media screen and (min-width: 400px) {
    .u-display-none-sm {
        display: none;
    }
    .u-display-block-sm {
        display: block;
    }
    .u-display-inline-sm {
        display: inline;
    }
    .u-display-inline-block-sm {
        display: inline-block;
    }
}

@media screen and (max-width: 767px) {
    .u-display-none-md-down {
        display: none;
    }
    .u-display-block-md-down {
        display: block;
    }
    .u-display-inline-md-down {
        display: inline;
    }
    .u-display-inline-block-md-down {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .u-display-none-md {
        display: none;
    }
    .u-display-block-md {
        display: block;
    }
    .u-display-inline-md {
        display: inline;
    }
    .u-display-inline-block-md {
        display: inline-block;
    }
}

@media screen and (min-width: 1000px) {
    .u-display-none-lg {
        display: none;
    }
    .u-display-block-lg {
        display: block;
    }
    .u-display-inline-lg {
        display: inline;
    }
    .u-display-inline-block-lg {
        display: inline-block;
    }
}

@media screen and (min-width: 1200px) {
    .u-display-none-xl {
        display: none;
    }
    .u-display-block-xl {
        display: block;
    }
    .u-display-inline-xl {
        display: inline;
    }
    .u-display-inline-block-xl {
        display: inline-block;
    }
}

.pc {
    display: block;
}

@media (max-width: 560px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 560px) {
    .sp {
        display: block;
    }
}

/**
 * #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;
}
@media (min-width: 575px){
    .u-md-text-center {
        text-align: center;
    }
}

.u-text-left {
    text-align: left;
}

.u-bg-white {
    padding: 3px;
    color: #2e3a47;
    background: #fff;
    font-size: 2.4rem;
}

.u-text-white {
    color: #fff;
}

.u-text-under {
    position: relative;
    font-size: 3rem;
}

@media (max-width: 560px) {
    .u-text-under {
        font-size: 1.8rem;
    }
}

.u-text-under::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 5px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.2));
}

/**
* #Title
*/
/**
 * #Space
 */
.u-spacing--normal {
    letter-spacing: 3.5px;
}
/*# sourceMappingURL=style.css.map */

.p-answer{
    padding-bottom: 100px;
}
.p-answer .p-answer__inner{
    max-width: 925px;
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    line-height: 40px;
    color: #020202;
}
.p-answer .p-answer__title{
    position: relative;
    margin-bottom: 50px;
    color: #020202;
    font-size: 4rem;
    font-weight: bold;
}
.p-answer .p-answer__title::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(103, 204, 179, 0.7)), to(rgba(103, 204, 179, 0.15)));
    background: -webkit-linear-gradient(left, rgba(103, 204, 179, 0.7), rgba(103, 204, 179, 0.15));
    background: linear-gradient(
        90deg
        , rgba(103, 204, 179, 0.7), rgba(103, 204, 179, 0.15));
}

.p-kv-bottom {
    display: flex;
    align-items: center;
    justify-content: end;
    /* max-width: 1270px; */
    width: 100%;
    margin: 0 auto;
    padding: 7px 10px;

    display: block;
    padding: 40px 0;
}

.p-kv-deco {
    max-width: 23px;
    width: 100%;
    margin-right: 11px;
}

.p-kv-deco:last-child {
    margin-right: 0;
}

/* ポップアップ */
.p-listen__list {
    display: flex;
    justify-content: space-around;
    flex-flow: row wrap;
}

.p-listen__item {
    position: relative;
}

.p-listen-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row wrap;
    max-width: 340px;
    width: 100%;
    height: 135px;
    margin: 0 auto;
    padding: 15px 30px;
    border-radius: 20px;
    cursor: pointer;
}

.p-listen-block--first {
    background-color: #bdd7ee;
    border: 2px solid #deebf7;
}

.p-listen-block--second {
    /* margin: 0 30px; */
    background-color: #c5e0b4;
    border: 2px solid #e2f0d9;
}

.p-listen-block--third {
    background-color: #ffcccc;
    border: 2px solid #ffcccc;
}

.p-listen__title {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
}

.p-listen__title--small {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.p-listen-area-overlay {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 90;
    background-color: #fff;
    opacity: .6;
}

.p-listen-area-scroll {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 95%;
    z-index: 100;
    overflow-y: scroll;
}

.p-listen-area--first {
    padding: 20px;
    background-color: #f3946c;
    border-radius: 120px;
}

.p-listen-area__title {
    margin-bottom: 30px;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.p-listen-area__title span {
    display: block;
    font-weight: bold;
}

.p-listen-area__text {
    margin-bottom: 30px;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.p-listen-area-content {
    padding: 60px;
    background-color: #fff;
    border-radius: 120px;
}

.p-listen-area-content__title {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
}

.p-listen-area__item {
    display: flex;
}

.p-listen-area__item--first {
    flex-direction: row-reverse;
}

.p-listen-area__item--first .p-listen-area-comment::before {
    content: "";
    position: absolute;
    top: 20px;
    right: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-left: 12px solid #FFF;
    z-index: 2;
}

.p-listen-area__item--first .p-listen-area-comment::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-left: 14px solid #555;
    z-index: 1;
}

.p-listen-area__item--second .p-listen-area-comment::before {
    content: "";
    position: absolute;
    top: 20px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.p-listen-area__item--second .p-listen-area-comment::after {
    content: "";
    position: absolute;
    top: 20px;
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

.p-listen-area__caption {
    max-width: 60px;
    width: 100%;
    margin-top: 20px;
}

.p-listen-area__item--first .p-listen-area-block {
    margin-right: 25px;
}

.p-listen-area__item--second .p-listen-area-block {
    margin-left: 25px;
}

.p-listen-area-block {
    margin-bottom: 30px;
}

.p-listen-area__item--second .p-listen-area__name {
    text-align: left;
}

.p-listen-area__name {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: right;
}

.p-listen-area-comment {
    position: relative;
    padding: 25px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 1.6rem;
}

.p-listen-area-example__title {
    margin-bottom: 15px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.p-listen-area-example__text {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.p-listen-area-example__caption {
    max-width: 700px;
    width: 100%;
    margin: 0 auto 40px;
}

.p-listen-area-example__link {
    color: #4472C4;
    font-weight: bold;
    text-decoration: underline;
}

.p-listen-btn {
    display: block;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
    border-radius: 10px;
    background-color: #002060;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    cursor: pointer;
}

.p-method {
    max-width: 750px;
    width: 100%;
    margin: 15px auto 20px;
}

.p-method__title {
    padding-left: 50px;
    margin-bottom: 15px;
    color: #002060;
    /* font-size: 2.8rem; */
    font-size: 2rem;
    font-weight: bold;
    text-decoration: underline;
}

.p-method__title--large {
    margin-bottom: 30px;
    /* font-size: 3rem; */
}

.p-method-area {
    display: flex;
}

.p-method__caption {
    max-width: 60px;
    width: 100%;
    margin-right: 25px;
}

.p-method--second .p-method__caption {
    margin-left: 15px;
    margin-right: auto;
}

.p-method__comment {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 30px;
    border: 1px solid #000;
    background-color: #fff;
    font-size: 1.6rem;
    line-height: 2;
}

.p-method__comment::before {
    content: "";
    position: absolute;
    top: 30px;
    left: -24px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #FFF;
    z-index: 2;
}

.p-method__comment::after {
    content: "";
    position: absolute;
    top: 30px;
    left: -28px;
    margin-top: -14px;
    border: 14px solid transparent;
    border-right: 14px solid #555;
    z-index: 1;
}

.p-base-content {
    padding: 60px 120px;
}

.p-base__title {
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px 30px;
    color: #fff;
    border-radius: 15px;
    background-color: #1a2c63;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.p-base {
    max-width: 100%;
}

.p-base .p-method__caption {
    margin-right: 10px;
}

.p-base.p-method--second .p-method__caption {
    margin-left: 20px;
}

.p-method__link {
    color: #4472C4;
    font-weight: bold;
    text-decoration: underline;
}

.p-base__unit {
    margin: 0 auto 35px;
}

.p-base__unit:last-child {
    margin-bottom: 60px;
}

.p-base__text {
    max-width: 270px;
    width: 100%;
    margin: 0 auto 15px;
    padding: 15px 30px;
    border-radius: 15px;
    color: #000;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.p-base__text--yellow {
    background-color: #fff2cc;
}

.p-base__text--blue {
    background-color: #dae3f3;
}

.p-base__lead {
    padding-left: 50px;
    margin-bottom: 20px;
    color: #1a2c63;
    font-size: 2rem;
    font-weight: bold;
}

.p-base__list {
    display: flex;
    justify-content: space-around;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}

.p-base__item {
    width: 50%;
    /* margin: 0 30px; */
}

.p-base__caption {
    max-width: 190px;
    width: 100%;
    margin: 0 auto;
}

.p-base-color__title {
    margin-bottom: 20px;
    color: #002060;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.p-base-color__caption {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.u-mb-40 {
    margin-bottom: 40px;
}

@media (max-width: 768px){

    .p-listen__item {
        margin-bottom: 25px;
    }

    .p-listen-area--first {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .p-base-content {
        padding: 60px 20px;
    }

    .p-base__text {
        padding: 15px 10px;
        font-size: 2.1rem;
    }
}

@media (max-width: 560px) {
    .p-listen__item {
        margin-bottom: 15px;
    }

    .p-listen-area-scroll {
        width: 90%;
    }

    .p-listen-area--first {
        padding: 40px 20px;
    }

    .p-listen-area__title {
        font-size: 2.3rem;
    }

    .p-listen-area-content {
        padding: 40px 25px;
        border-radius: 20px;
    }

    .p-listen-area-content__title {
        margin: 35px auto 15px;
        font-size: 1.8rem;
    }

    .p-listen-area__text {
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .p-listen-area__caption {
        margin-top: 20px;
    }

    .p-listen-area-comment {
        padding: 15px;
        font-size: 1.4rem;
    }

    .p-listen-area-example__title {
        font-size: 2rem;
    }

    .p-listen-area-example__text {
        font-size: 2rem;
    }

    .p-method--second .p-method__comment::after {
        left: 10%;
    }

    .p-base__title {
        font-size: 2rem;
    }

    .p-base__text {
        margin: 0 auto 15px;
        padding: 15px;
    }

    .p-base__lead {
        padding: 0;
        font-size: 1.8rem;
        text-align: center;
    }

    .p-base__list {
        flex-flow: row wrap;
    }

    .p-base__list--second {
        flex-flow: inherit;
    }

    .p-base__list--second .p-base__item {
        margin: 0 5px;
    }

    .p-base__list--second .p-base__text {
        padding: 5px;
        /* font-size: 1.8rem; */
        font-size: 1.5rem;
    }

    .p-base__item {
        width: 100%;
        margin-bottom: 35px;
    }

    .p-listen-block {
        max-width: 290px;
    }

    .p-base-color__title {
        font-size: 1.8rem;
    }

    .p-method-area {
        flex-flow: row wrap;
    }

    .p-listen-area__item {
        flex-flow: row wrap;
    }

    .p-listen-area__item--first .p-listen-area-block {
        margin: 0;
    }

    .p-listen-area__item--first .p-listen-area-comment::before {
        top: -12px;
        right: auto;
        left: 15px;
        border-bottom: 12px solid #FFF;
        border-left: 12px solid transparent;
    }

    .p-listen-area__item--first .p-listen-area-comment::after {
        top: -14px;
        /* right: 203px; */
        right: auto;
        left: 13px;
        border-bottom: 14px solid #555;
        border-left: 14px solid transparent;
    }

    .p-listen-area__item--second .p-listen-area__caption {
        margin-left: auto;
    }

    .p-listen-area__item--second .p-listen-area-block {
        margin: 0 0 30px 0;
    }

    .p-listen-area__item--second .p-listen-area-comment::before {
        top: -12px;
        /* left: 205px; */
        left: auto;
        right: 18px;
        border-bottom: 12px solid #FFF;
        border-right: 12px solid transparent;
    }

    .p-listen-area__item--second .p-listen-area-comment::after {
        top: -14px;
        /* left: 203px; */
        left: auto;
        right: 16px;
        border-bottom: 14px solid #555;
        border-right: 14px solid transparent;
    }

    .p-method__caption {
        max-width: 60px;
        margin: 0 0 25px 0;
    }

    .p-method__title {
        padding: 0;
        font-size: 1.8rem;
    }

    .p-method__comment {
        padding: 20px 15px;
        font-size: 1.4rem;
    }

    .p-method__comment::before {
        top: -12px;
        left: 15px;
        border-bottom: 12px solid #fff;
        border-right: 12px solid transparent;
    }

    .p-method__comment::after {
        top: -14px;
        left: 13px;
        border-bottom: 14px solid #555;
        border-right: 14px solid transparent;
    }
}


.p-member{
    padding-bottom: 100px;
}
.p-member__inner{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-member__card{
    width: calc(33.333333% - 20px);
    background: rgb(83,245,205);
    background: linear-gradient(215deg, rgba(83,245,205,1) 0%, rgba(75,194,232,1) 100%);
    border-radius: 11px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
}
.p-member__card:before{
    position: absolute;
    left: 10px;
    top: 10px;
    background: rgba(255,255,255,0.5);
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 50%;
}
.p-member_box{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.p-member__card .txt__card{
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translate(0, -50%);
}
.p-member__card .txt__card h3{
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}
.p-member__card .txt__card a{
    font-size: 13px;
    line-height: 21px;
    height: 24px;
    color: #2E3A47;
    display: block;
    width: 145px;
    margin: 15px auto 0;
    background: #fff;
    border-radius: 12px;
    text-align: center;
}
.p-member__card .txt__card .image_card{
    width: 172px;
}

.p-member__qa{
    position: relative;
    width: 1000px;
    max-width: calc(100% - 30px);
    padding: 80px 40px 40px;
    background: #1C2D63;
    text-align: center;
    border-radius: 18px;
    z-index: 9991;
    display: none;
    margin: 50px auto;
}

.p-member__card .blur{
    background: rgba(255,255,255,0.58);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    content: "";
    height: 100vh;
    overflow-y: scroll;
    display: none;
}
.p-member__qa .close_modal{
    position: absolute;
    top: 21px;
    right: 45px;
    font-size: 33px;
    color: #fff;
}
.p-member__qa__title{
    display: inline-block;
    position: relative;
    margin-bottom: 80px;
    color: #fff;
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
}
.p-member__qa__title:after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 23px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0.15)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
    background: linear-gradient(
        90deg
        , rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.15));
}
.p-member__qa__list{
    counter-reset: section;
    padding: 15px;
}
.p-member__qa__list::-webkit-scrollbar-track
{
    background-color: transparent;
    border-radius: 5px;
}

.p-member__qa__list::-webkit-scrollbar
{
    width: 5px;
    background-color: transparent;
    position: absolute;
}

.p-member__qa__list::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    background: transparent;
}
.p-member__qa__list dl{
    padding: 0;
    margin: 0 0 40px;
    text-align: left;
    counter-increment: section;            
    position: relative;
}
.p-member__qa__list dl:before{
    content:  counter(section);
    position: absolute;
    left: -10px;
    top: -10px;
    background: #1C2D63;
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 45px;
    z-index: 9;
}
.p-member__qa__list dl dt{
    padding: 43px 38px 43px 120px;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    position: relative;
    border-radius: 18px 18px 0 0;
    background: #fff;
    min-height: 125px;
    cursor: pointer;
}
.p-member__qa__list dl dt:before{
    position: absolute;
    left: 63px;
    top: 48px;
    content: "Q";
    color: #C10000;
    font-size: 38px;
    line-height: 31px;
    width: 35px;
    text-align: center;
}
.p-member__qa__list dl dt .viewall{
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 19px solid transparent;
    border-right: 19px solid transparent;

    border-top: 15px solid #707070;
}
.p-member__qa__list dl dt .viewall.active{
    display: none;
}
.p-member__qa__list dl dd{
    padding: 43px 38px 43px 120px;
    font-size: 18px;
    line-height: 31px;
    color: #000;
    position: relative;
    border-radius: 0 0 18px 18px;
    background: #fff;
    display: none;
}
.p-member__qa__list dl dd:before{
    position: absolute;
    left: 63px;
    top: 50px;
    content: "A";
    color: #C10000;
    font-size: 38px;
    line-height: 31px;
    width: 35px;
    text-align: center;
}
.p-member__qa__list dl dd:after{
    position: absolute;
    top: 0;
    border: 1px solid #D2B071;
    left: 38px;
    right: 38px;
    content: "";
}
.c-definition__desc+.c-definition__term{
    margin-left: 64px;
}
@media (max-width: 560px) {
    .c-definition__desc+.c-definition__term {
        margin-left: 15px;
    }
}
@media (max-width: 767px){
    .p-answer{
        padding-bottom: 50px;
    }
    .p-answer .p-answer__inner{
        font-size: 16px;
        line-height: 24px;
    }
    .p-answer .p-answer__title{
        font-size: 4.4vw;
        text-align: center;
    }
    .p-answer .p-answer__title::after{
        bottom: -15px;
        height: 10px;
    }
    .p-member{
        padding-bottom: 50px;
    }
    .p-member__inner{
        flex-wrap: wrap;
    }
    .p-member__card{
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .p-member__qa__title{
        font-size: 2rem;
        margin-bottom: 40px;
    }
    .p-member__qa__title:after{
        bottom: -15px;
        height: 10px;
    }
    .p-member__qa{
        padding: 80px 0 40px;
    }

    .p-member__qa__list dl dt:before,.p-member__qa__list dl dd:before{
        position: static;
        display: block;
        margin-bottom: 10px;
        font-size: 24px;
        line-height: 1;
        text-align: left;
    }
    .p-member__qa__list dl dt{
        padding: 35px 15px 15px;
    }
    .p-member__qa__list dl dd{
        padding: 15px;
    }
    .p-member__qa__list dl:before {
        height: 40px;
        width: 40px;
        font-size: 18px;
        line-height: 36px;
    }
    .p-member__qa__list{
        height: calc(100% - 70px);
    }
}
@media screen and (min-width: 1024px){   
    .pcbr { display:block; }
    .spbr { display:none; }
}
@media screen and (max-width: 1024px){   
    .pcbr { display:none; }
    .spbr { display:block; }
}