﻿/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* @import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;500;600&display=swap"); */

@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.p-post-item.is-horizon,
.p-post-item.is-line,
.p-profile-box {
    zoom: 1
}

.p-post-item.is-horizon:before,
.p-post-item.is-line:before,
.p-profile-box:before,
.p-post-item.is-horizon:after,
.p-post-item.is-line:after,
.p-profile-box:after {
    content: " ";
    display: table
}

.p-post-item.is-horizon:after,
.p-post-item.is-line:after,
.p-profile-box:after {
    clear: both
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-size: 16px;
    font-family: "Lato", "Noto Sans JP", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    vertical-align: baseline
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline
}

body {
    color: #202229;
    margin: 0;
    line-height: 1.7
}

body.is-slidebar-active {
    overflow: hidden
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0
}

h2 {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem
}

h3 {
    font-size: 1.6rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 1rem
}

h5 {
    font-size: 1.4rem;
    margin-top: 1.3rem;
    margin-bottom: 0.5rem
}

h6 {
    font-size: 1.2rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem
}

mark {
    background: #ff0;
    color: #000
}

small,
.c-dropdown__list li a {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

dl,
dd {
    margin: 0
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    margin: 0
}

.heading,
.heading.is-xxxlg span,
.c-cases-detail__title,
.c-cases-head__title,
.c-content-head__title,
.c-example__title,
.c-example__box-name,
.c-example__box-title,
.c-features__title,
.c-frame-work__title,
.c-full-panel__title,
.c-gradation-head__title,
.c-landing__title,
.c-message-head__title,
.c-offer__title,
.c-opening__title,
.c-point__title,
.c-privacy-policy__title,
.c-relation-case__title,
.c-relation__title,
.c-service-cases__title,
.c-service-content__title,
.c-special-block__title,
.c-special__title,
.l-post-content h2,
.l-post-content h3,
.l-post-content h4,
.l-post-content h5,
.l-post-content h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.5;
    font-weight: 400
}

.heading small,
.heading.is-xxxlg span small,
.c-cases-detail__title small,
.c-cases-head__title small,
.c-content-head__title small,
.c-example__title small,
.c-example__box-name small,
.c-example__box-title small,
.c-features__title small,
.c-frame-work__title small,
.c-full-panel__title small,
.c-gradation-head__title small,
.c-landing__title small,
.c-message-head__title small,
.c-offer__title small,
.c-opening__title small,
.c-point__title small,
.c-privacy-policy__title small,
.c-relation-case__title small,
.c-relation__title small,
.c-service-cases__title small,
.c-service-content__title small,
.c-special-block__title small,
.c-special__title small,
.l-post-content h2 small,
.l-post-content h3 small,
.l-post-content h4 small,
.l-post-content h5 small,
.l-post-content h6 small,
.heading .c-dropdown__list li a,
.c-dropdown__list li .heading a,
.c-cases-detail__title .c-dropdown__list li a,
.c-dropdown__list li .c-cases-detail__title a,
.c-cases-head__title .c-dropdown__list li a,
.c-dropdown__list li .c-cases-head__title a,
.c-content-head__title .c-dropdown__list li a,
.c-dropdown__list li .c-content-head__title a,
.c-example__title .c-dropdown__list li a,
.c-dropdown__list li .c-example__title a,
.c-example__box-name .c-dropdown__list li a,
.c-dropdown__list li .c-example__box-name a,
.c-example__box-title .c-dropdown__list li a,
.c-dropdown__list li .c-example__box-title a,
.c-features__title .c-dropdown__list li a,
.c-dropdown__list li .c-features__title a,
.c-frame-work__title .c-dropdown__list li a,
.c-dropdown__list li .c-frame-work__title a,
.c-full-panel__title .c-dropdown__list li a,
.c-dropdown__list li .c-full-panel__title a,
.c-gradation-head__title .c-dropdown__list li a,
.c-dropdown__list li .c-gradation-head__title a,
.c-landing__title .c-dropdown__list li a,
.c-dropdown__list li .c-landing__title a,
.c-message-head__title .c-dropdown__list li a,
.c-dropdown__list li .c-message-head__title a,
.c-offer__title .c-dropdown__list li a,
.c-dropdown__list li .c-offer__title a,
.c-opening__title .c-dropdown__list li a,
.c-dropdown__list li .c-opening__title a,
.c-point__title .c-dropdown__list li a,
.c-dropdown__list li .c-point__title a,
.c-privacy-policy__title .c-dropdown__list li a,
.c-dropdown__list li .c-privacy-policy__title a,
.c-relation-case__title .c-dropdown__list li a,
.c-dropdown__list li .c-relation-case__title a,
.c-relation__title .c-dropdown__list li a,
.c-dropdown__list li .c-relation__title a,
.c-service-cases__title .c-dropdown__list li a,
.c-dropdown__list li .c-service-cases__title a,
.c-service-content__title .c-dropdown__list li a,
.c-dropdown__list li .c-service-content__title a,
.c-special-block__title .c-dropdown__list li a,
.c-dropdown__list li .c-special-block__title a,
.c-special__title .c-dropdown__list li a,
.c-dropdown__list li .c-special__title a,
.l-post-content h2 .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h2 a,
.l-post-content h3 .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h3 a,
.l-post-content h4 .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h4 a,
.l-post-content h5 .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h5 a,
.l-post-content h6 .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h6 a {
    font-size: 0.65em
}

.heading.is-xxxlg,
.heading.is-xxxlg span.is-xxxlg,
.is-xxxlg.c-cases-detail__title,
.is-xxxlg.c-cases-head__title,
.is-xxxlg.c-content-head__title,
.is-xxxlg.c-example__title,
.is-xxxlg.c-example__box-name,
.is-xxxlg.c-example__box-title,
.is-xxxlg.c-features__title,
.is-xxxlg.c-frame-work__title,
.is-xxxlg.c-full-panel__title,
.is-xxxlg.c-gradation-head__title,
.is-xxxlg.c-landing__title,
.is-xxxlg.c-message-head__title,
.is-xxxlg.c-offer__title,
.is-xxxlg.c-opening__title,
.is-xxxlg.c-point__title,
.is-xxxlg.c-privacy-policy__title,
.is-xxxlg.c-relation-case__title,
.is-xxxlg.c-relation__title,
.is-xxxlg.c-service-cases__title,
.is-xxxlg.c-service-content__title,
.is-xxxlg.c-special-block__title,
.is-xxxlg.c-special__title,
.l-post-content h2.is-xxxlg,
.l-post-content h3.is-xxxlg,
.l-post-content h4.is-xxxlg,
.l-post-content h5.is-xxxlg,
.l-post-content h6.is-xxxlg {
    margin-bottom: 44px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-xxxlg,
    .heading.is-xxxlg span.is-xxxlg,
    .is-xxxlg.c-cases-detail__title,
    .is-xxxlg.c-cases-head__title,
    .is-xxxlg.c-content-head__title,
    .is-xxxlg.c-example__title,
    .is-xxxlg.c-example__box-name,
    .is-xxxlg.c-example__box-title,
    .is-xxxlg.c-features__title,
    .is-xxxlg.c-frame-work__title,
    .is-xxxlg.c-full-panel__title,
    .is-xxxlg.c-gradation-head__title,
    .is-xxxlg.c-landing__title,
    .is-xxxlg.c-message-head__title,
    .is-xxxlg.c-offer__title,
    .is-xxxlg.c-opening__title,
    .is-xxxlg.c-point__title,
    .is-xxxlg.c-privacy-policy__title,
    .is-xxxlg.c-relation-case__title,
    .is-xxxlg.c-relation__title,
    .is-xxxlg.c-service-cases__title,
    .is-xxxlg.c-service-content__title,
    .is-xxxlg.c-special-block__title,
    .is-xxxlg.c-special__title,
    .l-post-content h2.is-xxxlg,
    .l-post-content h3.is-xxxlg,
    .l-post-content h4.is-xxxlg,
    .l-post-content h5.is-xxxlg,
    .l-post-content h6.is-xxxlg {
        margin-bottom: 32px
    }
}

.heading.is-xxxlg span,
.is-xxxlg.c-cases-detail__title span,
.is-xxxlg.c-cases-head__title span,
.is-xxxlg.c-content-head__title span,
.is-xxxlg.c-example__title span,
.is-xxxlg.c-example__box-name span,
.is-xxxlg.c-example__box-title span,
.is-xxxlg.c-features__title span,
.is-xxxlg.c-frame-work__title span,
.is-xxxlg.c-full-panel__title span,
.is-xxxlg.c-gradation-head__title span,
.is-xxxlg.c-landing__title span,
.is-xxxlg.c-message-head__title span,
.is-xxxlg.c-offer__title span,
.is-xxxlg.c-opening__title span,
.is-xxxlg.c-point__title span,
.is-xxxlg.c-privacy-policy__title span,
.is-xxxlg.c-relation-case__title span,
.is-xxxlg.c-relation__title span,
.is-xxxlg.c-service-cases__title span,
.is-xxxlg.c-service-content__title span,
.is-xxxlg.c-special-block__title span,
.is-xxxlg.c-special__title span,
.l-post-content h2.is-xxxlg span,
.l-post-content h3.is-xxxlg span,
.l-post-content h4.is-xxxlg span,
.l-post-content h5.is-xxxlg span,
.l-post-content h6.is-xxxlg span {
    position: relative;
    padding-top: 16px;
    margin-top: 0;
    margin-bottom: 2px;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-xxxlg span,
    .is-xxxlg.c-cases-detail__title span,
    .is-xxxlg.c-cases-head__title span,
    .is-xxxlg.c-content-head__title span,
    .is-xxxlg.c-example__title span,
    .is-xxxlg.c-example__box-name span,
    .is-xxxlg.c-example__box-title span,
    .is-xxxlg.c-features__title span,
    .is-xxxlg.c-frame-work__title span,
    .is-xxxlg.c-full-panel__title span,
    .is-xxxlg.c-gradation-head__title span,
    .is-xxxlg.c-landing__title span,
    .is-xxxlg.c-message-head__title span,
    .is-xxxlg.c-offer__title span,
    .is-xxxlg.c-opening__title span,
    .is-xxxlg.c-point__title span,
    .is-xxxlg.c-privacy-policy__title span,
    .is-xxxlg.c-relation-case__title span,
    .is-xxxlg.c-relation__title span,
    .is-xxxlg.c-service-cases__title span,
    .is-xxxlg.c-service-content__title span,
    .is-xxxlg.c-special-block__title span,
    .is-xxxlg.c-special__title span,
    .l-post-content h2.is-xxxlg span,
    .l-post-content h3.is-xxxlg span,
    .l-post-content h4.is-xxxlg span,
    .l-post-content h5.is-xxxlg span,
    .l-post-content h6.is-xxxlg span {
        font-weight: 500
    }
}

.heading.is-xxxlg span:before,
.is-xxxlg.c-cases-detail__title span:before,
.is-xxxlg.c-cases-head__title span:before,
.is-xxxlg.c-content-head__title span:before,
.is-xxxlg.c-example__title span:before,
.is-xxxlg.c-example__box-name span:before,
.is-xxxlg.c-example__box-title span:before,
.is-xxxlg.c-features__title span:before,
.is-xxxlg.c-frame-work__title span:before,
.is-xxxlg.c-full-panel__title span:before,
.is-xxxlg.c-gradation-head__title span:before,
.is-xxxlg.c-landing__title span:before,
.is-xxxlg.c-message-head__title span:before,
.is-xxxlg.c-offer__title span:before,
.is-xxxlg.c-opening__title span:before,
.is-xxxlg.c-point__title span:before,
.is-xxxlg.c-privacy-policy__title span:before,
.is-xxxlg.c-relation-case__title span:before,
.is-xxxlg.c-relation__title span:before,
.is-xxxlg.c-service-cases__title span:before,
.is-xxxlg.c-service-content__title span:before,
.is-xxxlg.c-special-block__title span:before,
.is-xxxlg.c-special__title span:before,
.l-post-content h2.is-xxxlg span:before,
.l-post-content h3.is-xxxlg span:before,
.l-post-content h4.is-xxxlg span:before,
.l-post-content h5.is-xxxlg span:before,
.l-post-content h6.is-xxxlg span:before {
    content: "";
    display: block;
    width: 160px;
    height: 3px;
    background-color: #202229;
    position: absolute;
    top: 0;
    left: 0
}

.heading.is-xxxlg small,
.is-xxxlg.c-cases-detail__title small,
.is-xxxlg.c-cases-head__title small,
.is-xxxlg.c-content-head__title small,
.is-xxxlg.c-example__title small,
.is-xxxlg.c-example__box-name small,
.is-xxxlg.c-example__box-title small,
.is-xxxlg.c-features__title small,
.is-xxxlg.c-frame-work__title small,
.is-xxxlg.c-full-panel__title small,
.is-xxxlg.c-gradation-head__title small,
.is-xxxlg.c-landing__title small,
.is-xxxlg.c-message-head__title small,
.is-xxxlg.c-offer__title small,
.is-xxxlg.c-opening__title small,
.is-xxxlg.c-point__title small,
.is-xxxlg.c-privacy-policy__title small,
.is-xxxlg.c-relation-case__title small,
.is-xxxlg.c-relation__title small,
.is-xxxlg.c-service-cases__title small,
.is-xxxlg.c-service-content__title small,
.is-xxxlg.c-special-block__title small,
.is-xxxlg.c-special__title small,
.l-post-content h2.is-xxxlg small,
.l-post-content h3.is-xxxlg small,
.l-post-content h4.is-xxxlg small,
.l-post-content h5.is-xxxlg small,
.l-post-content h6.is-xxxlg small,
.heading.is-xxxlg .c-dropdown__list li a,
.c-dropdown__list li .heading.is-xxxlg a,
.is-xxxlg.c-cases-detail__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-cases-detail__title a,
.is-xxxlg.c-cases-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-cases-head__title a,
.is-xxxlg.c-content-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-content-head__title a,
.is-xxxlg.c-example__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-example__title a,
.is-xxxlg.c-example__box-name .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-example__box-name a,
.is-xxxlg.c-example__box-title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-example__box-title a,
.is-xxxlg.c-features__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-features__title a,
.is-xxxlg.c-frame-work__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-frame-work__title a,
.is-xxxlg.c-full-panel__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-full-panel__title a,
.is-xxxlg.c-gradation-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-gradation-head__title a,
.is-xxxlg.c-landing__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-landing__title a,
.is-xxxlg.c-message-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-message-head__title a,
.is-xxxlg.c-offer__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-offer__title a,
.is-xxxlg.c-opening__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-opening__title a,
.is-xxxlg.c-point__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-point__title a,
.is-xxxlg.c-privacy-policy__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-privacy-policy__title a,
.is-xxxlg.c-relation-case__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-relation-case__title a,
.is-xxxlg.c-relation__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-relation__title a,
.is-xxxlg.c-service-cases__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-service-cases__title a,
.is-xxxlg.c-service-content__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-service-content__title a,
.is-xxxlg.c-special-block__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-special-block__title a,
.is-xxxlg.c-special__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxxlg.c-special__title a,
.l-post-content h2.is-xxxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h2.is-xxxlg a,
.l-post-content h3.is-xxxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h3.is-xxxlg a,
.l-post-content h4.is-xxxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h4.is-xxxlg a,
.l-post-content h5.is-xxxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h5.is-xxxlg a,
.l-post-content h6.is-xxxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h6.is-xxxlg a {
    font-size: 14px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 500;
    color: #969694;
    display: block
}

.heading.is-xxlg,
.heading.is-xxxlg span.is-xxlg,
.is-xxlg.c-cases-detail__title,
.is-xxlg.c-cases-head__title,
.c-content-head__title,
.is-xxlg.c-example__title,
.is-xxlg.c-example__box-name,
.is-xxlg.c-example__box-title,
.is-xxlg.c-features__title,
.is-xxlg.c-frame-work__title,
.is-xxlg.c-full-panel__title,
.is-xxlg.c-gradation-head__title,
.is-xxlg.c-landing__title,
.is-xxlg.c-message-head__title,
.is-xxlg.c-offer__title,
.is-xxlg.c-opening__title,
.is-xxlg.c-point__title,
.is-xxlg.c-privacy-policy__title,
.is-xxlg.c-relation-case__title,
.is-xxlg.c-relation__title,
.is-xxlg.c-service-cases__title,
.is-xxlg.c-service-content__title,
.is-xxlg.c-special-block__title,
.is-xxlg.c-special__title,
.l-post-content h2.is-xxlg,
.l-post-content h3.is-xxlg,
.l-post-content h4.is-xxlg,
.l-post-content h5.is-xxlg,
.l-post-content h6.is-xxlg {
    margin-bottom: 88px;
    text-align: center;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-xxlg,
    .heading.is-xxxlg span.is-xxlg,
    .is-xxlg.c-cases-detail__title,
    .is-xxlg.c-cases-head__title,
    .c-content-head__title,
    .is-xxlg.c-example__title,
    .is-xxlg.c-example__box-name,
    .is-xxlg.c-example__box-title,
    .is-xxlg.c-features__title,
    .is-xxlg.c-frame-work__title,
    .is-xxlg.c-full-panel__title,
    .is-xxlg.c-gradation-head__title,
    .is-xxlg.c-landing__title,
    .is-xxlg.c-message-head__title,
    .is-xxlg.c-offer__title,
    .is-xxlg.c-opening__title,
    .is-xxlg.c-point__title,
    .is-xxlg.c-privacy-policy__title,
    .is-xxlg.c-relation-case__title,
    .is-xxlg.c-relation__title,
    .is-xxlg.c-service-cases__title,
    .is-xxlg.c-service-content__title,
    .is-xxlg.c-special-block__title,
    .is-xxlg.c-special__title,
    .l-post-content h2.is-xxlg,
    .l-post-content h3.is-xxlg,
    .l-post-content h4.is-xxlg,
    .l-post-content h5.is-xxlg,
    .l-post-content h6.is-xxlg {
        margin-bottom: 32px
    }
}

.heading.is-xxlg span,
.heading.is-xxxlg span.is-xxlg span,
.is-xxlg.c-cases-detail__title span,
.is-xxlg.c-cases-head__title span,
.c-content-head__title span,
.is-xxlg.c-example__title span,
.is-xxlg.c-example__box-name span,
.is-xxlg.c-example__box-title span,
.is-xxlg.c-features__title span,
.is-xxlg.c-frame-work__title span,
.is-xxlg.c-full-panel__title span,
.is-xxlg.c-gradation-head__title span,
.is-xxlg.c-landing__title span,
.is-xxlg.c-message-head__title span,
.is-xxlg.c-offer__title span,
.is-xxlg.c-opening__title span,
.is-xxlg.c-point__title span,
.is-xxlg.c-privacy-policy__title span,
.is-xxlg.c-relation-case__title span,
.is-xxlg.c-relation__title span,
.is-xxlg.c-service-cases__title span,
.is-xxlg.c-service-content__title span,
.is-xxlg.c-special-block__title span,
.is-xxlg.c-special__title span,
.l-post-content h2.is-xxlg span,
.l-post-content h3.is-xxlg span,
.l-post-content h4.is-xxlg span,
.l-post-content h5.is-xxlg span,
.l-post-content h6.is-xxlg span {
    font-size: 36px;
    display: block
}

.heading.is-xxlg strong,
.heading.is-xxxlg span.is-xxlg strong,
.is-xxlg.c-cases-detail__title strong,
.is-xxlg.c-cases-head__title strong,
.c-content-head__title strong,
.is-xxlg.c-example__title strong,
.is-xxlg.c-example__box-name strong,
.is-xxlg.c-example__box-title strong,
.is-xxlg.c-features__title strong,
.is-xxlg.c-frame-work__title strong,
.is-xxlg.c-full-panel__title strong,
.is-xxlg.c-gradation-head__title strong,
.is-xxlg.c-landing__title strong,
.is-xxlg.c-message-head__title strong,
.is-xxlg.c-offer__title strong,
.is-xxlg.c-opening__title strong,
.is-xxlg.c-point__title strong,
.is-xxlg.c-privacy-policy__title strong,
.is-xxlg.c-relation-case__title strong,
.is-xxlg.c-relation__title strong,
.is-xxlg.c-service-cases__title strong,
.is-xxlg.c-service-content__title strong,
.is-xxlg.c-special-block__title strong,
.is-xxlg.c-special__title strong,
.l-post-content h2.is-xxlg strong,
.l-post-content h3.is-xxlg strong,
.l-post-content h4.is-xxlg strong,
.l-post-content h5.is-xxlg strong,
.l-post-content h6.is-xxlg strong {
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 500
}

.heading.is-xxlg small,
.heading.is-xxxlg span.is-xxlg small,
.is-xxlg.c-cases-detail__title small,
.is-xxlg.c-cases-head__title small,
.c-content-head__title small,
.is-xxlg.c-example__title small,
.is-xxlg.c-example__box-name small,
.is-xxlg.c-example__box-title small,
.is-xxlg.c-features__title small,
.is-xxlg.c-frame-work__title small,
.is-xxlg.c-full-panel__title small,
.is-xxlg.c-gradation-head__title small,
.is-xxlg.c-landing__title small,
.is-xxlg.c-message-head__title small,
.is-xxlg.c-offer__title small,
.is-xxlg.c-opening__title small,
.is-xxlg.c-point__title small,
.is-xxlg.c-privacy-policy__title small,
.is-xxlg.c-relation-case__title small,
.is-xxlg.c-relation__title small,
.is-xxlg.c-service-cases__title small,
.is-xxlg.c-service-content__title small,
.is-xxlg.c-special-block__title small,
.is-xxlg.c-special__title small,
.l-post-content h2.is-xxlg small,
.l-post-content h3.is-xxlg small,
.l-post-content h4.is-xxlg small,
.l-post-content h5.is-xxlg small,
.l-post-content h6.is-xxlg small,
.heading.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .heading.is-xxlg a,
.heading.is-xxxlg span.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .heading.is-xxxlg span.is-xxlg a,
.is-xxlg.c-cases-detail__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-cases-detail__title a,
.is-xxlg.c-cases-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-cases-head__title a,
.c-content-head__title .c-dropdown__list li a,
.c-dropdown__list li .c-content-head__title a,
.is-xxlg.c-example__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-example__title a,
.is-xxlg.c-example__box-name .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-example__box-name a,
.is-xxlg.c-example__box-title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-example__box-title a,
.is-xxlg.c-features__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-features__title a,
.is-xxlg.c-frame-work__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-frame-work__title a,
.is-xxlg.c-full-panel__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-full-panel__title a,
.is-xxlg.c-gradation-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-gradation-head__title a,
.is-xxlg.c-landing__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-landing__title a,
.is-xxlg.c-message-head__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-message-head__title a,
.is-xxlg.c-offer__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-offer__title a,
.is-xxlg.c-opening__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-opening__title a,
.is-xxlg.c-point__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-point__title a,
.is-xxlg.c-privacy-policy__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-privacy-policy__title a,
.is-xxlg.c-relation-case__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-relation-case__title a,
.is-xxlg.c-relation__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-relation__title a,
.is-xxlg.c-service-cases__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-service-cases__title a,
.is-xxlg.c-service-content__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-service-content__title a,
.is-xxlg.c-special-block__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-special-block__title a,
.is-xxlg.c-special__title .c-dropdown__list li a,
.c-dropdown__list li .is-xxlg.c-special__title a,
.l-post-content h2.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h2.is-xxlg a,
.l-post-content h3.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h3.is-xxlg a,
.l-post-content h4.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h4.is-xxlg a,
.l-post-content h5.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h5.is-xxlg a,
.l-post-content h6.is-xxlg .c-dropdown__list li a,
.c-dropdown__list li .l-post-content h6.is-xxlg a {
    font-size: 16px;
    color: #969694;
    font-weight: 400;
    display: block;
    font-family: 'Lato', "Noto Sans JP", sans-serif
}

.heading.is-xlg,
.heading.is-xxxlg span.is-xlg,
.is-xlg.c-cases-detail__title,
.is-xlg.c-cases-head__title,
.is-xlg.c-content-head__title,
.is-xlg.c-example__title,
.is-xlg.c-example__box-name,
.is-xlg.c-example__box-title,
.is-xlg.c-features__title,
.is-xlg.c-frame-work__title,
.is-xlg.c-full-panel__title,
.is-xlg.c-gradation-head__title,
.is-xlg.c-landing__title,
.is-xlg.c-message-head__title,
.is-xlg.c-offer__title,
.is-xlg.c-opening__title,
.is-xlg.c-point__title,
.is-xlg.c-privacy-policy__title,
.is-xlg.c-relation-case__title,
.is-xlg.c-relation__title,
.is-xlg.c-service-cases__title,
.is-xlg.c-service-content__title,
.is-xlg.c-special-block__title,
.is-xlg.c-special__title,
.l-post-content h2.is-xlg,
.l-post-content h3.is-xlg,
.l-post-content h4.is-xlg,
.l-post-content h5.is-xlg,
.l-post-content h6.is-xlg {
    font-size: 40px
}

.heading.is-lg,
.heading.is-xxxlg span.is-lg,
.is-lg.c-cases-detail__title,
.is-lg.c-cases-head__title,
.is-lg.c-content-head__title,
.is-lg.c-example__title,
.is-lg.c-example__box-name,
.is-lg.c-example__box-title,
.is-lg.c-features__title,
.is-lg.c-frame-work__title,
.is-lg.c-full-panel__title,
.is-lg.c-gradation-head__title,
.is-lg.c-landing__title,
.is-lg.c-message-head__title,
.c-offer__title,
.is-lg.c-opening__title,
.is-lg.c-point__title,
.is-lg.c-privacy-policy__title,
.is-lg.c-relation-case__title,
.is-lg.c-relation__title,
.is-lg.c-service-cases__title,
.is-lg.c-service-content__title,
.c-special-block__title,
.c-special__title,
.l-post-content h2.is-lg,
.l-post-content h3.is-lg,
.l-post-content h4.is-lg,
.l-post-content h5.is-lg,
.l-post-content h6.is-lg {
    font-size: 36px;
    margin-bottom: 6px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-lg,
    .heading.is-xxxlg span.is-lg,
    .is-lg.c-cases-detail__title,
    .is-lg.c-cases-head__title,
    .is-lg.c-content-head__title,
    .is-lg.c-example__title,
    .is-lg.c-example__box-name,
    .is-lg.c-example__box-title,
    .is-lg.c-features__title,
    .is-lg.c-frame-work__title,
    .is-lg.c-full-panel__title,
    .is-lg.c-gradation-head__title,
    .is-lg.c-landing__title,
    .is-lg.c-message-head__title,
    .c-offer__title,
    .is-lg.c-opening__title,
    .is-lg.c-point__title,
    .is-lg.c-privacy-policy__title,
    .is-lg.c-relation-case__title,
    .is-lg.c-relation__title,
    .is-lg.c-service-cases__title,
    .is-lg.c-service-content__title,
    .c-special-block__title,
    .c-special__title,
    .l-post-content h2.is-lg,
    .l-post-content h3.is-lg,
    .l-post-content h4.is-lg,
    .l-post-content h5.is-lg,
    .l-post-content h6.is-lg {
        font-size: 28px
    }
}

.heading.is-md,
.heading.is-xxxlg span.is-md,
.is-md.c-cases-detail__title,
.c-cases-head__title,
.is-md.c-content-head__title,
.c-example__title,
.c-example__box-name,
.c-example__box-title,
.c-features__title,
.is-md.c-frame-work__title,
.c-full-panel__title,
.c-gradation-head__title,
.c-landing__title,
.is-md.c-message-head__title,
.is-md.c-offer__title,
.c-opening__title,
.c-point__title,
.is-md.c-privacy-policy__title,
.is-md.c-relation-case__title,
.is-md.c-relation__title,
.is-md.c-service-cases__title,
.c-service-content__title,
.is-md.c-special-block__title,
.is-md.c-special__title,
.l-post-content h2.is-md,
.l-post-content h3.is-md,
.l-post-content h4.is-md,
.l-post-content h5.is-md,
.l-post-content h6.is-md {
    font-size: 32px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-md,
    .heading.is-xxxlg span.is-md,
    .is-md.c-cases-detail__title,
    .c-cases-head__title,
    .is-md.c-content-head__title,
    .c-example__title,
    .c-example__box-name,
    .c-example__box-title,
    .c-features__title,
    .is-md.c-frame-work__title,
    .c-full-panel__title,
    .c-gradation-head__title,
    .c-landing__title,
    .is-md.c-message-head__title,
    .is-md.c-offer__title,
    .c-opening__title,
    .c-point__title,
    .is-md.c-privacy-policy__title,
    .is-md.c-relation-case__title,
    .is-md.c-relation__title,
    .is-md.c-service-cases__title,
    .c-service-content__title,
    .is-md.c-special-block__title,
    .is-md.c-special__title,
    .l-post-content h2.is-md,
    .l-post-content h3.is-md,
    .l-post-content h4.is-md,
    .l-post-content h5.is-md,
    .l-post-content h6.is-md {
        font-size: 28px
    }
}

.heading.is-sm,
.heading.is-xxxlg span,
.is-sm.c-cases-detail__title,
.is-sm.c-cases-head__title,
.is-sm.c-content-head__title,
.is-sm.c-example__title,
.is-sm.c-example__box-name,
.is-sm.c-example__box-title,
.is-sm.c-features__title,
.is-sm.c-frame-work__title,
.is-sm.c-full-panel__title,
.is-sm.c-gradation-head__title,
.is-sm.c-landing__title,
.c-message-head__title,
.is-sm.c-offer__title,
.is-sm.c-opening__title,
.is-sm.c-point__title,
.is-sm.c-privacy-policy__title,
.is-sm.c-relation-case__title,
.is-sm.c-relation__title,
.is-sm.c-service-cases__title,
.is-sm.c-service-content__title,
.is-sm.c-special-block__title,
.is-sm.c-special__title,
.l-post-content h2,
.l-post-content h3.is-sm,
.l-post-content h4.is-sm,
.l-post-content h5.is-sm,
.l-post-content h6.is-sm {
    font-size: 28px
}

.heading.is-xs,
.heading.is-xxxlg span.is-xs,
.is-xs.c-cases-detail__title,
.is-xs.c-cases-head__title,
.is-xs.c-content-head__title,
.is-xs.c-example__title,
.is-xs.c-example__box-name,
.is-xs.c-example__box-title,
.is-xs.c-features__title,
.is-xs.c-frame-work__title,
.is-xs.c-full-panel__title,
.is-xs.c-gradation-head__title,
.is-xs.c-landing__title,
.is-xs.c-message-head__title,
.is-xs.c-offer__title,
.is-xs.c-opening__title,
.is-xs.c-point__title,
.is-xs.c-privacy-policy__title,
.c-relation-case__title,
.c-relation__title,
.c-service-cases__title,
.is-xs.c-service-content__title,
.is-xs.c-special-block__title,
.is-xs.c-special__title,
.l-post-content h2.is-xs,
.l-post-content h3,
.l-post-content h4.is-xs,
.l-post-content h5.is-xs,
.l-post-content h6.is-xs {
    font-size: 24px;
    margin-bottom: 24px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-xs,
    .heading.is-xxxlg span.is-xs,
    .is-xs.c-cases-detail__title,
    .is-xs.c-cases-head__title,
    .is-xs.c-content-head__title,
    .is-xs.c-example__title,
    .is-xs.c-example__box-name,
    .is-xs.c-example__box-title,
    .is-xs.c-features__title,
    .is-xs.c-frame-work__title,
    .is-xs.c-full-panel__title,
    .is-xs.c-gradation-head__title,
    .is-xs.c-landing__title,
    .is-xs.c-message-head__title,
    .is-xs.c-offer__title,
    .is-xs.c-opening__title,
    .is-xs.c-point__title,
    .is-xs.c-privacy-policy__title,
    .c-relation-case__title,
    .c-relation__title,
    .c-service-cases__title,
    .is-xs.c-service-content__title,
    .is-xs.c-special-block__title,
    .is-xs.c-special__title,
    .l-post-content h2.is-xs,
    .l-post-content h3,
    .l-post-content h4.is-xs,
    .l-post-content h5.is-xs,
    .l-post-content h6.is-xs {
        margin-bottom: 18px
    }
}

.heading.is-xxs,
.heading.is-xxxlg span.is-xxs,
.c-cases-detail__title,
.is-xxs.c-cases-head__title,
.is-xxs.c-content-head__title,
.is-xxs.c-example__title,
.is-xxs.c-example__box-name,
.is-xxs.c-example__box-title,
.is-xxs.c-features__title,
.c-frame-work__title,
.is-xxs.c-full-panel__title,
.is-xxs.c-gradation-head__title,
.is-xxs.c-landing__title,
.is-xxs.c-message-head__title,
.is-xxs.c-offer__title,
.is-xxs.c-opening__title,
.is-xxs.c-point__title,
.c-privacy-policy__title,
.is-xxs.c-relation-case__title,
.is-xxs.c-relation__title,
.is-xxs.c-service-cases__title,
.is-xxs.c-service-content__title,
.is-xxs.c-special-block__title,
.is-xxs.c-special__title,
.l-post-content h2.is-xxs,
.l-post-content h3.is-xxs,
.l-post-content h4,
.l-post-content h5.is-xxs,
.l-post-content h6.is-xxs {
    font-size: 20px;
    margin-bottom: 10px
}

.heading.is-xxxs,
.heading.is-xxxlg span.is-xxxs,
.is-xxxs.c-cases-detail__title,
.is-xxxs.c-cases-head__title,
.is-xxxs.c-content-head__title,
.is-xxxs.c-example__title,
.is-xxxs.c-example__box-name,
.is-xxxs.c-example__box-title,
.is-xxxs.c-features__title,
.is-xxxs.c-frame-work__title,
.is-xxxs.c-full-panel__title,
.is-xxxs.c-gradation-head__title,
.is-xxxs.c-landing__title,
.is-xxxs.c-message-head__title,
.is-xxxs.c-offer__title,
.is-xxxs.c-opening__title,
.is-xxxs.c-point__title,
.is-xxxs.c-privacy-policy__title,
.is-xxxs.c-relation-case__title,
.is-xxxs.c-relation__title,
.is-xxxs.c-service-cases__title,
.is-xxxs.c-service-content__title,
.is-xxxs.c-special-block__title,
.is-xxxs.c-special__title,
.l-post-content h2.is-xxxs,
.l-post-content h3.is-xxxs,
.l-post-content h4.is-xxxs,
.l-post-content h5.is-xxxs,
.l-post-content h6.is-xxxs {
    font-size: 16px
}

.heading.is-bottom,
.heading.is-xxxlg span.is-bottom,
.is-bottom.c-cases-detail__title,
.is-bottom.c-cases-head__title,
.is-bottom.c-content-head__title,
.is-bottom.c-example__title,
.is-bottom.c-example__box-name,
.is-bottom.c-example__box-title,
.is-bottom.c-features__title,
.is-bottom.c-frame-work__title,
.is-bottom.c-full-panel__title,
.is-bottom.c-gradation-head__title,
.is-bottom.c-landing__title,
.is-bottom.c-message-head__title,
.is-bottom.c-offer__title,
.is-bottom.c-opening__title,
.is-bottom.c-point__title,
.is-bottom.c-privacy-policy__title,
.is-bottom.c-relation-case__title,
.is-bottom.c-relation__title,
.is-bottom.c-service-cases__title,
.is-bottom.c-service-content__title,
.is-bottom.c-special-block__title,
.is-bottom.c-special__title,
.l-post-content h2.is-bottom,
.l-post-content h3.is-bottom,
.l-post-content h4.is-bottom,
.l-post-content h5.is-bottom,
.l-post-content h6.is-bottom {
    margin-top: 0 !important
}

.heading.is-top,
.heading.is-xxxlg span.is-top,
.is-top.c-cases-detail__title,
.is-top.c-cases-head__title,
.is-top.c-content-head__title,
.is-top.c-example__title,
.is-top.c-example__box-name,
.is-top.c-example__box-title,
.is-top.c-features__title,
.is-top.c-frame-work__title,
.is-top.c-full-panel__title,
.is-top.c-gradation-head__title,
.is-top.c-landing__title,
.is-top.c-message-head__title,
.is-top.c-offer__title,
.is-top.c-opening__title,
.is-top.c-point__title,
.is-top.c-privacy-policy__title,
.is-top.c-relation-case__title,
.is-top.c-relation__title,
.is-top.c-service-cases__title,
.is-top.c-service-content__title,
.is-top.c-special-block__title,
.is-top.c-special__title,
.l-post-content h2.is-top,
.l-post-content h3.is-top,
.l-post-content h4.is-top,
.l-post-content h5.is-top,
.l-post-content h6.is-top {
    margin-bottom: 0 !important
}

.heading.is-underline,
.heading.is-xxxlg span.is-underline,
.is-underline.c-cases-detail__title,
.is-underline.c-cases-head__title,
.is-underline.c-content-head__title,
.is-underline.c-example__title,
.is-underline.c-example__box-name,
.is-underline.c-example__box-title,
.is-underline.c-features__title,
.is-underline.c-frame-work__title,
.is-underline.c-full-panel__title,
.is-underline.c-gradation-head__title,
.is-underline.c-landing__title,
.is-underline.c-message-head__title,
.is-underline.c-offer__title,
.c-opening__title,
.is-underline.c-point__title,
.is-underline.c-privacy-policy__title,
.is-underline.c-relation-case__title,
.is-underline.c-relation__title,
.is-underline.c-service-cases__title,
.is-underline.c-service-content__title,
.is-underline.c-special-block__title,
.is-underline.c-special__title,
.l-post-content h2.is-underline,
.l-post-content h3.is-underline,
.l-post-content h4.is-underline,
.l-post-content h5.is-underline,
.l-post-content h6.is-underline {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
    font-weight: 600
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .heading.is-underline,
    .heading.is-xxxlg span.is-underline,
    .is-underline.c-cases-detail__title,
    .is-underline.c-cases-head__title,
    .is-underline.c-content-head__title,
    .is-underline.c-example__title,
    .is-underline.c-example__box-name,
    .is-underline.c-example__box-title,
    .is-underline.c-features__title,
    .is-underline.c-frame-work__title,
    .is-underline.c-full-panel__title,
    .is-underline.c-gradation-head__title,
    .is-underline.c-landing__title,
    .is-underline.c-message-head__title,
    .is-underline.c-offer__title,
    .c-opening__title,
    .is-underline.c-point__title,
    .is-underline.c-privacy-policy__title,
    .is-underline.c-relation-case__title,
    .is-underline.c-relation__title,
    .is-underline.c-service-cases__title,
    .is-underline.c-service-content__title,
    .is-underline.c-special-block__title,
    .is-underline.c-special__title,
    .l-post-content h2.is-underline,
    .l-post-content h3.is-underline,
    .l-post-content h4.is-underline,
    .l-post-content h5.is-underline,
    .l-post-content h6.is-underline {
        font-weight: 500;
        padding-bottom: 36px;
        margin-bottom: 38px
    }
}

.heading.is-underline:after,
.heading.is-xxxlg span.is-underline:after,
.is-underline.c-cases-detail__title:after,
.is-underline.c-cases-head__title:after,
.is-underline.c-content-head__title:after,
.is-underline.c-example__title:after,
.is-underline.c-example__box-name:after,
.is-underline.c-example__box-title:after,
.is-underline.c-features__title:after,
.is-underline.c-frame-work__title:after,
.is-underline.c-full-panel__title:after,
.is-underline.c-gradation-head__title:after,
.is-underline.c-landing__title:after,
.is-underline.c-message-head__title:after,
.is-underline.c-offer__title:after,
.c-opening__title:after,
.is-underline.c-point__title:after,
.is-underline.c-privacy-policy__title:after,
.is-underline.c-relation-case__title:after,
.is-underline.c-relation__title:after,
.is-underline.c-service-cases__title:after,
.is-underline.c-service-content__title:after,
.is-underline.c-special-block__title:after,
.is-underline.c-special__title:after,
.l-post-content h2.is-underline:after,
.l-post-content h3.is-underline:after,
.l-post-content h4.is-underline:after,
.l-post-content h5.is-underline:after,
.l-post-content h6.is-underline:after {
    content: "";
    display: block;
    width: 96px;
    height: 4px;
    background-color: #202229;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -48px
}

.heading.is-bold,
.heading.is-xxxlg span.is-bold,
.is-bold.c-cases-detail__title,
.is-bold.c-cases-head__title,
.is-bold.c-content-head__title,
.is-bold.c-example__title,
.is-bold.c-example__box-name,
.is-bold.c-example__box-title,
.is-bold.c-features__title,
.is-bold.c-frame-work__title,
.is-bold.c-full-panel__title,
.is-bold.c-gradation-head__title,
.c-landing__title,
.is-bold.c-message-head__title,
.is-bold.c-offer__title,
.is-bold.c-opening__title,
.is-bold.c-point__title,
.c-privacy-policy__title,
.is-bold.c-relation-case__title,
.is-bold.c-relation__title,
.is-bold.c-service-cases__title,
.is-bold.c-service-content__title,
.is-bold.c-special-block__title,
.c-special__title,
.l-post-content h2.is-bold,
.l-post-content h3.is-bold,
.l-post-content h4.is-bold,
.l-post-content h5.is-bold,
.l-post-content h6.is-bold {
    font-weight: 600
}

input[type="text"],
input[type="url"],
input[type="search"],
input[type="email"],
input[type="tel"] {
    font-size: 16px;
    line-height: 1.8;
    border: 2px solid rgba(32, 34, 41, 0.3);
    padding: 9px 16px;
    max-width: 100%;
    width: 100%;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
    font-family: "Noto Sans JP"
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="tel"]:focus,
input[type="tel"]:active {
    outline: none;
    border-color: #014DB2;
    -webkit-box-shadow: inset 0 0 0px 1px #014DB2;
    box-shadow: inset 0 0 0px 1px #014DB2
}

textarea {
    border: 2px solid rgba(32, 34, 41, 0.3);
    font-size: 16px;
    width: 100%;
    padding: 16px 8px;
    transition: all ease-in-out 0.2s;
    background-color: #fff;
    font-family: "Noto Sans JP";
    padding: 12px 16px
}

textarea:focus,
textarea:active {
    outline: none;
    border-color: #014DB2;
    -webkit-box-shadow: inset 0 0 0px 1px #014DB2;
    box-shadow: inset 0 0 0px 1px #014DB2
}

input[type="checkbox"] {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    vertical-align: middle
}

select {
    text-transform: none;
    display: block;
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #202229;
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(32, 34, 41, 0.3);
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    select {
        width: 100%
    }
}

:placeholder-shown {
    color: rgba(32, 34, 41, 0.5)
}

::-webkit-input-placeholder {
    color: rgba(32, 34, 41, 0.5)
}

:-moz-placeholder {
    color: rgba(32, 34, 41, 0.5)
}

::-moz-placeholder {
    color: rgba(32, 34, 41, 0.5)
}

:-ms-input-placeholder {
    color: #9FA0A0
}

p,
.text-normal {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 2.1
}

small,
.c-dropdown__list li a,
.text-small {
    font-size: 0.85em
}

strong,
.text-strong {
    font-weight: 600
}

del,
.text-del {
    text-decoration: line-through
}

.text-webfont {
    font-family: 'Lato', "Noto Sans JP", sans-serif
}

a,
.text-link {
    color: #1994d1;
    text-decoration: underline;
    font-weight: 400
}

a:hover,
.text-link.text-link--hover {
    opacity: 0.7
}

a:active,
.text-link.text-link--active {
    opacity: 0.7
}

hr,
.hr {
    border: 1px solid rggba(#202229, 0.4);
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 100px
}

.inline-list {
    list-style: none;
    padding-left: 0
}

.inline-list li {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px
}

blockquote {
    border-left: 4px solid #014DB2;
    padding-left: 32px;
    margin-top: 32px;
    margin-bottom: 32px
}

blockquote cite {
    display: block;
    text-align: right
}

.c-about-head {
    display: flex;
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 107px
}

@media (max-width: 940px) {
    .c-about-head {
        padding-bottom: 56px;
        margin-bottom: 56px;
        display: block
    }
}

.c-about-head:after {
    content: "";
    display: block;
    width: 90%;
    max-width: 472px;
    height: 2px;
    background-color: #202229;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width: 940px) {
    .c-about-head:after {
        width: 49.12281%
    }
}

.c-about-head__box {
    width: 100%;
    max-width: 548px;
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1140px) {
    .c-about-head__box {
        width: 50%;
        max-width: inherit
    }
}

@media (max-width: 940px) {
    .c-about-head__box {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 28px
    }
}

.c-about-head__title {
    font-size: 36px;
    font-weight: 500;
    text-align: left;
    letter-spacing: 0.4px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-about-head__title {
        font-size: 26px
    }
}

@media (max-width: 340px) {
    .c-about-head__title {
        font-size: 24px
    }
}

.c-about-head__title span {
    display: block
}

.c-about-head__title02 {
    padding-left: 24px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-about-head__title02 {
        padding-left: 16px
    }
}

.c-about-head__title03 {
    padding-left: 56px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-about-head__title03 {
        padding-left: 40px
    }
}

.c-about-head__text {
    width: calc(100% - 548px);
    font-size: 17px;
    line-height: 2.1;
    letter-spacing: 1px;
    color: #202229
}

@media (max-width: 1140px) {
    .c-about-head__text {
        width: 50%;
        padding-left: 16px
    }
}

@media (max-width: 940px) {
    .c-about-head__text {
        width: 100%;
        padding: 0
    }
}

.c-accordion__title {
    background: #014DB2;
    color: #fff;
    padding: 32px 64px;
    margin-bottom: 0;
    font-size: 1.125rem;
    border-radius: 3px 3px 0 0
}

.c-accordion__content {
    padding: 32px 64px;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 3px 3px
}

.c-accordion.is-danger .c-accordion__title {
    background: #cc2919
}

.c-accordion.is-warning .c-accordion__title {
    background: #cc9e12
}

.c-accordion.is-success .c-accordion__title {
    background: #13a83a
}

.c-accordion.is-info .c-accordion__title {
    background: #378da3
}

.c-accordion.is-faq .c-accordion__title {
    position: relative;
    padding-left: 4.125rem
}

.c-accordion.is-faq .c-accordion__title:before {
    content: "Q";
    left: 1.5rem;
    top: .875rem;
    font-size: 1.125rem;
    background: #5ABDB2;
    text-align: center;
    border-radius: 62.5rem;
    display: block;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    padding-top: .125rem;
    margin-right: .5rem;
    position: absolute
}

.c-badge {
    background: #014DB2;
    color: #fff;
    font-size: 12.8px;
    border-radius: 1000px;
    display: inline-block;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: .5rem;
    padding-right: .5rem;
    vertical-align: middle
}

.c-badge.is-lg {
    font-size: 1rem
}

.c-badge.is-sm {
    font-size: .64rem
}

.c-badge.is-secondary {
    background: #5286CA
}

.c-badge.is-tertiary {
    background: #EFEFEF
}

.c-badge.is-danger {
    background: #cc2919
}

.c-badge.is-warning {
    background: #cc9e12
}

.c-badge.is-info {
    background: #378da3
}

.c-badge.is-success {
    background: #13a83a
}

.c-breadcrumb {
    padding: 18px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    background-color: #f7f7f7
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-breadcrumb {
        padding: 16px 0
    }
}

.c-breadcrumb span {
    padding-right: 8px
}

.c-breadcrumb span,
.c-breadcrumb a {
    text-decoration: none;
    color: #202229;
    font-weight: 400;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif
}

.c-breadcrumb .l-container>span>span>span:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.c-breadcrumb .l-container>span>span>span>span:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.c-breadcrumb .l-container>span>span>span>span>span:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px
}

.c-button-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 120px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-button-list {
        margin-bottom: 64px
    }
}

.c-button-list .c-button,
.c-button-list .c-form-block__button,
.c-button-list .c-form-block__submit button,
.c-form-block__submit .c-button-list button,
.c-button-list .c-relation__button ul li a,
.c-relation__button ul li .c-button-list a,
.c-button-list .c-social-share>a,
.c-button-list .l-header__button {
    display: block;
    margin: 0 8px;
    max-width: 440px;
    padding: 28px;
    font-size: 18px;
    text-align: left;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button-list .c-button,
    .c-button-list .c-form-block__button,
    .c-button-list .c-form-block__submit button,
    .c-form-block__submit .c-button-list button,
    .c-button-list .c-relation__button ul li a,
    .c-relation__button ul li .c-button-list a,
    .c-button-list .c-social-share>a,
    .c-button-list .l-header__button {
        font-size: 15px;
        padding: 12px;
        margin: 0
    }

    .c-button-list .c-button:first-child,
    .c-button-list .c-form-block__button:first-child,
    .c-button-list .c-form-block__submit button:first-child,
    .c-form-block__submit .c-button-list button:first-child,
    .c-button-list .c-relation__button ul li a:first-child,
    .c-relation__button ul li .c-button-list a:first-child,
    .c-button-list .c-social-share>a:first-child,
    .c-button-list .l-header__button:first-child {
        margin-right: 8px
    }
}

.c-button-list .c-button:before,
.c-button-list .c-form-block__button:before,
.c-button-list .c-form-block__submit button:before,
.c-form-block__submit .c-button-list button:before,
.c-button-list .c-relation__button ul li a:before,
.c-relation__button ul li .c-button-list a:before,
.c-button-list .c-social-share>a:before,
.c-button-list .l-header__button:before {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: 32px;
    top: 50%;
    font-size: 28px;
    margin-top: -22px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button-list .c-button:before,
    .c-button-list .c-form-block__button:before,
    .c-button-list .c-form-block__submit button:before,
    .c-form-block__submit .c-button-list button:before,
    .c-button-list .c-relation__button ul li a:before,
    .c-relation__button ul li .c-button-list a:before,
    .c-button-list .c-social-share>a:before,
    .c-button-list .l-header__button:before {
        font-size: 18px;
        right: 12px;
        margin-top: -16px
    }
}

.c-button-list.is-three {
    flex-wrap: wrap;
    margin-bottom: 88px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-button-list.is-three {
        margin-bottom: 44px
    }
}

.c-button-list.is-three .c-button,
.c-button-list.is-three .c-form-block__button,
.c-button-list.is-three .c-form-block__submit button,
.c-form-block__submit .c-button-list.is-three button,
.c-button-list.is-three .c-relation__button ul li a,
.c-relation__button ul li .c-button-list.is-three a,
.c-button-list.is-three .c-social-share>a,
.c-button-list.is-three .l-header__button {
    max-width: 290px;
    padding: 18px 28px;
    margin-bottom: 16px
}

@media (max-width: 950px) {

    .c-button-list.is-three .c-button,
    .c-button-list.is-three .c-form-block__button,
    .c-button-list.is-three .c-form-block__submit button,
    .c-form-block__submit .c-button-list.is-three button,
    .c-button-list.is-three .c-relation__button ul li a,
    .c-relation__button ul li .c-button-list.is-three a,
    .c-button-list.is-three .c-social-share>a,
    .c-button-list.is-three .l-header__button {
        max-width: inherit;
        margin: 0 0 16px
    }

    .c-button-list.is-three .c-button:last-child,
    .c-button-list.is-three .c-form-block__button:last-child,
    .c-button-list.is-three .c-form-block__submit button:last-child,
    .c-form-block__submit .c-button-list.is-three button:last-child,
    .c-button-list.is-three .c-relation__button ul li a:last-child,
    .c-relation__button ul li .c-button-list.is-three a:last-child,
    .c-button-list.is-three .c-social-share>a:last-child,
    .c-button-list.is-three .l-header__button:last-child {
        margin-bottom: 0
    }
}

.c-button,
.c-form-block__button,
.c-form-block__submit button,
.c-relation__button ul li a,
.c-social-share>a,
.l-header__button {
    display: inline-block;
    font-size: 14px;
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    color: #014DB2;
    text-decoration: none;
    border: 2px solid #014DB2;
    border-radius: 35px;
    text-align: center;
    padding: 14px 12px;
    transition: all .3s;
    font-weight: 600
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button,
    .c-form-block__button,
    .c-form-block__submit button,
    .c-relation__button ul li a,
    .c-social-share>a,
    .l-header__button {
        max-width: 100%
    }
}

.c-button:hover,
.c-form-block__button:hover,
.c-form-block__submit button:hover,
.c-relation__button ul li a:hover,
.c-social-share>a:hover,
.l-header__button:hover {
    opacity: 1;
    color: #fff;
    background-color: #014DB2
}

.c-button:active,
.c-form-block__button:active,
.c-form-block__submit button:active,
.c-relation__button ul li a:active,
.c-social-share>a:active,
.l-header__button:active {
    border-color: #01377f;
    background-color: #01377f
}

.c-button.is-header-contact,
.is-header-contact.c-form-block__button,
.c-form-block__submit button.is-header-contact,
.c-relation__button ul li a.is-header-contact,
.c-social-share>a.is-header-contact,
.is-header-contact.l-header__button {
    font-size: 1rem;
    padding: 8px 12px;
    font-weight: 400;
    font-size: .875rem;
    letter-spacing: 1.31px
}

.c-button.is-xs,
.is-xs.c-form-block__button,
.c-form-block__submit button.is-xs,
.c-relation__button ul li a.is-xs,
.c-social-share>a.is-xs,
.is-xs.l-header__button {
    max-width: 177px;
    padding: 10px 8px
}

.c-button.is-sm,
.is-sm.c-form-block__button,
.c-form-block__submit button.is-sm,
.c-relation__button ul li a.is-sm,
.c-social-share>a.is-sm,
.is-sm.l-header__button {
    max-width: 212px;
    padding: 11px 12px
}

.c-button.is-md,
.is-md.c-form-block__button,
.c-form-block__submit button.is-md,
.c-relation__button ul li a,
.c-social-share>a.is-md,
.is-md.l-header__button {
    padding: 11px 12px
}

.c-button.is-lg,
.is-lg.c-form-block__button,
.c-form-block__submit button,
.c-relation__button ul li a.is-lg,
.c-social-share>a.is-lg,
.is-lg.l-header__button {
    font-size: 16px;
    padding: 17px 12px
}

.c-button.is-xlg,
.is-xlg.c-form-block__button,
.c-form-block__submit button.is-xlg,
.c-relation__button ul li a.is-xlg,
.c-social-share>a.is-xlg,
.is-xlg.l-header__button {
    max-width: 320px;
    padding: 20px 12px;
    font-size: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-xlg,
    .is-xlg.c-form-block__button,
    .c-form-block__submit button.is-xlg,
    .c-relation__button ul li a.is-xlg,
    .c-social-share>a.is-xlg,
    .is-xlg.l-header__button {
        max-width: 100%;
        padding: 18px 12px
    }
}

.c-button.is-xxlg,
.is-xxlg.c-form-block__button,
.c-form-block__submit button.is-xxlg,
.c-relation__button ul li a.is-xxlg,
.c-social-share>a.is-xxlg,
.is-xxlg.l-header__button {
    max-width: 592px;
    font-size: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-xxlg,
    .is-xxlg.c-form-block__button,
    .c-form-block__submit button.is-xxlg,
    .c-relation__button ul li a.is-xxlg,
    .c-social-share>a.is-xxlg,
    .is-xxlg.l-header__button {
        max-width: 100%;
        padding: 18px 12px
    }
}

.c-button.is-xxxlg,
.is-xxxlg.c-form-block__button,
.c-form-block__submit button.is-xxxlg,
.c-relation__button ul li a.is-xxxlg,
.c-social-share>a.is-xxxlg,
.is-xxxlg.l-header__button {
    max-width: 440px;
    padding: 17px;
    font-size: 16px
}

.c-button.is-xxxxlg,
.is-xxxxlg.c-form-block__button,
.c-form-block__submit button.is-xxxxlg,
.c-relation__button ul li a.is-xxxxlg,
.c-social-share>a.is-xxxxlg,
.is-xxxxlg.l-header__button {
    max-width: 592px;
    padding: 17px;
    font-size: 16px
}

.c-button.is-purple,
.is-purple.c-form-block__button,
.c-form-block__submit button.is-purple,
.c-relation__button ul li a.is-purple,
.c-social-share>a.is-purple,
.is-purple.l-header__button {
    background-color: #9a4ea0;
    border-color: #9a4ea0;
    color: #fff
}

.c-button.is-purple:hover,
.is-purple.c-form-block__button:hover,
.c-form-block__submit button.is-purple:hover,
.c-relation__button ul li a.is-purple:hover,
.c-social-share>a.is-purple:hover,
.is-purple.l-header__button:hover {
    background-color: #793d7e;
    border-color: #793d7e
}

.c-button.is-purple:active,
.is-purple.c-form-block__button:active,
.c-form-block__submit button.is-purple:active,
.c-relation__button ul li a.is-purple:active,
.c-social-share>a.is-purple:active,
.is-purple.l-header__button:active {
    background-color: #582d5b;
    border-color: #582d5b
}

.c-button.is-orange,
.is-orange.c-form-block__button,
.c-form-block__submit button.is-orange,
.c-relation__button ul li a.is-orange,
.c-social-share>a.is-orange,
.is-orange.l-header__button {
    background-color: #D14721;
    border-color: #D14721;
    color: #fff
}

.c-button.is-orange:hover,
.is-orange.c-form-block__button:hover,
.c-form-block__submit button.is-orange:hover,
.c-relation__button ul li a.is-orange:hover,
.c-social-share>a.is-orange:hover,
.is-orange.l-header__button:hover {
    background-color: #a5381a;
    border-color: #a5381a
}

.c-button.is-orange:active,
.is-orange.c-form-block__button:active,
.c-form-block__submit button.is-orange:active,
.c-relation__button ul li a.is-orange:active,
.c-social-share>a.is-orange:active,
.is-orange.l-header__button:active {
    background-color: #792913;
    border-color: #792913
}

.c-button.is-blue,
.is-blue.c-form-block__button,
.c-form-block__submit button.is-blue,
.c-relation__button ul li a.is-blue,
.c-social-share>a.is-blue,
.is-blue.l-header__button {
    background-color: #0074ed;
    color: #fff;
    border-color: #0074ed
}

.c-button.is-blue:hover,
.is-blue.c-form-block__button:hover,
.c-form-block__submit button.is-blue:hover,
.c-relation__button ul li a.is-blue:hover,
.c-social-share>a.is-blue:hover,
.is-blue.l-header__button:hover {
    background-color: #005bba;
    border-color: #005bba
}

.c-button.is-blue:active,
.is-blue.c-form-block__button:active,
.c-form-block__submit button.is-blue:active,
.c-relation__button ul li a.is-blue:active,
.c-social-share>a.is-blue:active,
.is-blue.l-header__button:active {
    background-color: #004287;
    border-color: #004287
}

.c-button.is-blue2,
.is-blue2.c-form-block__button,
.c-form-block__submit button.is-blue2,
.c-relation__button ul li a.is-blue2,
.c-social-share>a.is-blue2,
.is-blue2.l-header__button {
    background-color: #1994D1;
    color: #fff;
    border-color: #1994D1
}

.c-button.is-blue2:hover,
.is-blue2.c-form-block__button:hover,
.c-form-block__submit button.is-blue2:hover,
.c-relation__button ul li a.is-blue2:hover,
.c-social-share>a.is-blue2:hover,
.is-blue2.l-header__button:hover {
    background-color: #1474a3;
    border-color: #1474a3
}

.c-button.is-blue2:active,
.is-blue2.c-form-block__button:active,
.c-form-block__submit button.is-blue2:active,
.c-relation__button ul li a.is-blue2:active,
.c-social-share>a.is-blue2:active,
.is-blue2.l-header__button:active {
    background-color: #0e5376;
    border-color: #0e5376
}

.c-button.is-primary,
.is-primary.c-form-block__button,
.c-form-block__submit button.is-primary,
.c-relation__button ul li a,
.c-social-share>a.is-primary,
.is-primary.l-header__button {
    border-color: #014DB2;
    color: #014DB2;
    border-radius: 50px
}

.c-button.is-primary:hover,
.is-primary.c-form-block__button:hover,
.c-form-block__submit button.is-primary:hover,
.c-relation__button ul li a:hover,
.c-social-share>a.is-primary:hover,
.is-primary.l-header__button:hover {
    background-color: #014DB2;
    color: #fff
}

.c-button.is-primary:active,
.is-primary.c-form-block__button:active,
.c-form-block__submit button.is-primary:active,
.c-relation__button ul li a:active,
.c-social-share>a.is-primary:active,
.is-primary.l-header__button:active {
    border-color: #67a8fe;
    background-color: #67a8fe
}

.c-button.is-primary-filled,
.is-primary-filled.c-form-block__button,
.c-form-block__submit button.is-primary-filled,
.c-relation__button ul li a.is-primary-filled,
.c-social-share>a.is-primary-filled,
.is-primary-filled.l-header__button {
    background-color: #014DB2;
    color: #fff
}

.c-button.is-primary-filled:hover,
.is-primary-filled.c-form-block__button:hover,
.c-form-block__submit button.is-primary-filled:hover,
.c-relation__button ul li a.is-primary-filled:hover,
.c-social-share>a.is-primary-filled:hover,
.is-primary-filled.l-header__button:hover {
    background-color: #67a8fe;
    border-color: #dbe6f4
}

.c-button.is-primary-filled:active,
.is-primary-filled.c-form-block__button:active,
.c-form-block__submit button.is-primary-filled:active,
.c-relation__button ul li a.is-primary-filled:active,
.c-social-share>a.is-primary-filled:active,
.is-primary-filled.l-header__button:active {
    background-color: #00214d;
    border-color: #2b558b
}

.c-button.is-black,
.is-black.c-form-block__button,
.c-form-block__submit button.is-black,
.c-relation__button ul li a.is-black,
.c-social-share>a.is-black,
.is-black.l-header__button {
    border-color: #ACACAC;
    color: #202229;
    background-color: #fff
}

.c-button.is-black:hover,
.is-black.c-form-block__button:hover,
.c-form-block__submit button.is-black:hover,
.c-relation__button ul li a.is-black:hover,
.c-social-share>a.is-black:hover,
.is-black.l-header__button:hover {
    border-color: #014DB2;
    color: #014DB2
}

.c-button.is-black:active,
.is-black.c-form-block__button:active,
.c-form-block__submit button.is-black:active,
.c-relation__button ul li a.is-black:active,
.c-social-share>a.is-black:active,
.is-black.l-header__button:active {
    border-color: #014DB2;
    color: #014DB2;
    background-color: #014DB2
}

.c-button.is-gold,
.is-gold.c-form-block__button,
.c-form-block__submit button.is-gold,
.c-relation__button ul li a.is-gold,
.c-social-share>a.is-gold,
.is-gold.l-header__button {
    background-color: #014DB2;
    color: #fff
}

.c-button.is-gold:hover,
.is-gold.c-form-block__button:hover,
.c-form-block__submit button.is-gold:hover,
.c-relation__button ul li a.is-gold:hover,
.c-social-share>a.is-gold:hover,
.is-gold.l-header__button:hover {
    border-color: #67a8fe;
    background-color: #67a8fe
}

.c-button.is-clear,
.is-clear.c-form-block__button,
.c-form-block__submit button.is-clear,
.c-relation__button ul li a.is-clear,
.c-social-share>a.is-clear,
.is-clear.l-header__button {
    background-color: transparent;
    border-color: transparent;
    color: #014DB2
}

.c-button.is-clear:hover,
.is-clear.c-form-block__button:hover,
.c-form-block__submit button.is-clear:hover,
.c-relation__button ul li a.is-clear:hover,
.c-social-share>a.is-clear:hover,
.is-clear.l-header__button:hover {
    background-color: #EBEBEB
}

.c-button.is-clear:active,
.is-clear.c-form-block__button:active,
.c-form-block__submit button.is-clear:active,
.c-relation__button ul li a.is-clear:active,
.c-social-share>a.is-clear:active,
.is-clear.l-header__button:active {
    background-color: #b8b8b8
}

.c-button.is-danger,
.is-danger.c-form-block__button,
.c-form-block__submit button.is-danger,
.c-relation__button ul li a.is-danger,
.c-social-share>a.is-danger,
.is-danger.l-header__button {
    background: #cc2919
}

.c-button.is-warning,
.is-warning.c-form-block__button,
.c-form-block__submit button.is-warning,
.c-relation__button ul li a.is-warning,
.c-social-share>a.is-warning,
.is-warning.l-header__button {
    background: #cc9e12
}

.c-button.is-info,
.is-info.c-form-block__button,
.c-form-block__submit button.is-info,
.c-relation__button ul li a.is-info,
.c-social-share>a.is-info,
.is-info.l-header__button {
    background: #378da3
}

.c-button.is-success,
.is-success.c-form-block__button,
.c-form-block__submit button.is-success,
.c-relation__button ul li a.is-success,
.c-social-share>a.is-success,
.is-success.l-header__button {
    background: #13a83a
}

.c-button.is-round,
.is-round.c-form-block__button,
.c-form-block__submit button.is-round,
.c-relation__button ul li a.is-round,
.c-social-share>a.is-round,
.is-round.l-header__button {
    border-radius: 1000px
}

.c-button.is-outline,
.is-outline.c-form-block__button,
.c-form-block__submit button.is-outline,
.c-relation__button ul li a.is-outline,
.c-social-share>a.is-outline,
.is-outline.l-header__button {
    border-color: #fff;
    color: #fff;
    background-color: transparent
}

.c-button.is-outline:hover,
.is-outline.c-form-block__button:hover,
.c-form-block__submit button.is-outline:hover,
.c-relation__button ul li a.is-outline:hover,
.c-social-share>a.is-outline:hover,
.is-outline.l-header__button:hover {
    background-color: #fff;
    color: #202229
}

.c-button.is-outline:active,
.is-outline.c-form-block__button:active,
.c-form-block__submit button.is-outline:active,
.c-relation__button ul li a.is-outline:active,
.c-social-share>a.is-outline:active,
.is-outline.l-header__button:active {
    background-color: #fff;
    color: #202229;
    opacity: 0.9
}

.c-button.is-expand,
.is-expand.c-form-block__button,
.c-form-block__submit button.is-expand,
.c-relation__button ul li a.is-expand,
.c-social-share>a.is-expand,
.is-expand.l-header__button {
    width: 100%;
    text-align: center
}

.c-button.is-form,
.is-form.c-form-block__button,
.c-form-block__submit button.is-form,
.c-relation__button ul li a.is-form,
.c-social-share>a.is-form,
.is-form.l-header__button {
    font-size: 1rem;
    min-width: 10rem;
    background-color: rgba(32, 34, 41, 0.3);
    padding: .8125rem;
    vertical-align: top;
    border: none
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-button.is-form,
    .is-form.c-form-block__button,
    .c-form-block__submit button.is-form,
    .c-relation__button ul li a.is-form,
    .c-social-share>a.is-form,
    .is-form.l-header__button {
        min-width: 47%
    }
}

.c-capsule-nav>ul {
    display: table;
    width: 100%
}

.c-capsule-nav>ul>li {
    display: table-cell;
    padding-left: 4px;
    padding-right: 4px
}

.c-card__inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.c-card__block {
    display: block;
    color: #202229;
    font-weight: 400;
    text-decoration: none;
    width: calc(33.3333% - 22px);
    margin-right: 32px;
    margin-bottom: 64px;
    background-color: #f5f5f5;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.4s
}

@media (min-width: 768px) {
    .c-card__block {
        visibility: hidden
    }
}

@media (max-width: 1080px) {
    .c-card__block {
        width: calc(50% - 16px);
        margin-right: 32px
    }

    .c-card__block:nth-child(2n) {
        margin-right: 0 !important
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card__block {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 24px
    }
}

@media (min-width: 1080px) {
    .c-card__block:nth-child(3n) {
        margin-right: 0 !important
    }
}

.c-card__block.is-button {
    background-color: #5ABDB2;
    color: #fff;
    position: relative;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card__block.is-button {
        padding: 18px 12px
    }
}

.c-card__block.is-button:hover {
    background-color: #91d3cc
}

.c-card__block.is-button:active {
    background-color: #a3dad4
}

.c-card__block.is-button .c-card__text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card__block.is-button .c-card__text {
        position: static;
        transform: translateY(0)
    }
}

.c-card__block:hover {
    opacity: 1;
    box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.3)
}

.c-card__overflow {
    position: relative;
    width: 100%;
    padding-top: 62.5%;
    height: 0;
    overflow: hidden
}

.c-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.5s 0.05s
}

.c-card__detail {
    padding: 14px 16px 10px
}

.c-card__name {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 8px
}

.c-card__title {
    font-size: 16px;
    line-height: 1.5
}

.c-card.is-white .c-card__block {
    background-color: #fff;
    width: calc(33.3333% - 12px);
    margin-right: 16px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-card.is-white .c-card__block {
        width: 100% !important;
        margin-right: 0 !important
    }
}

.c-card.is-white .c-card__block:nth-child(3n) {
    margin-right: 0 !important
}

.c-cases-detail {
    overflow: hidden;
    font-family: "Noto Sans JP", sans-serif
}

.c-cases-detail__inner {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-cases-detail__category {
    display: flex;
    padding-bottom: 32px;
    border-bottom: 4px solid #202229
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__category {
        display: block
    }
}

.c-cases-detail__label {
    margin-right: 4px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__label {
        width: 100%;
        display: block;
        margin-bottom: 4px
    }
}

.c-cases-detail__label:last-child {
    margin-right: 0
}

.c-cases-detail__block {
    padding-top: 80px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__block {
        padding-top: 56px
    }
}

.c-cases-detail__title {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 40px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__title {
        margin-bottom: 32px
    }
}

.c-cases-detail__text p {
    font-size: 18px;
    margin-bottom: 32px
}

@media (max-width: 1080px) {
    .c-cases-detail__text p {
        font-size: 16px
    }
}

.c-cases-detail__text p:last-child {
    margin-bottom: 0
}

.c-cases-detail__flex {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__flex {
        display: block
    }
}

.c-cases-detail__flex:last-child {
    margin-bottom: 0
}

.c-cases-detail__flex .c-cases-detail__image {
    width: 388px;
    position: relative;
    right: -32px;
    margin-left: auto
}

@media (max-width: 1080px) {
    .c-cases-detail__flex .c-cases-detail__image {
        width: 43.30357%;
        right: 0 !important;
        left: 0 !important
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__flex .c-cases-detail__image {
        width: 100% !important;
        margin-top: 32px
    }
}

.c-cases-detail__flex .c-cases-detail__image:after {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    position: absolute;
    background-color: #ebebeb;
    left: 24px;
    top: 24px;
    z-index: -1
}

.c-cases-detail__flex .c-cases-detail__text {
    width: calc(100% - 388px);
    padding-right: 16px
}

@media (max-width: 1080px) {
    .c-cases-detail__flex .c-cases-detail__text {
        width: 54% !important
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-detail__flex .c-cases-detail__text {
        width: 100% !important
    }
}

.c-cases-detail__flex.is-even .c-cases-detail__image {
    order: 1;
    right: auto;
    left: -32px;
    margin-left: 0
}

.c-cases-detail__flex.is-even .c-cases-detail__image:after {
    left: auto;
    right: 24px
}

.c-cases-detail__flex.is-even .c-cases-detail__text {
    order: 2;
    padding-right: 0;
    padding-left: 16px;
    margin-left: auto
}

.c-cases-head {
    width: 100%;
    max-width: 960px;
    margin: 0 auto 48px;
    font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-head {
        margin-bottom: 32px
    }
}

.c-cases-head__head {
    background-color: #202229;
    color: #fff;
    position: relative;
    min-height: 374px;
    margin-bottom: 112px;
    padding: 54px 64px 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-head__head {
        padding: 28px 28px 0;
        margin-bottom: 88px
    }
}

.c-cases-head__content {
    width: calc(100% - 313px);
    padding-right: 24px
}

@media (max-width: 1080px) {
    .c-cases-head__content {
        width: 62%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-head__content {
        width: 100%;
        padding: 0
    }
}

.c-cases-head__title {
    margin-top: 0;
    margin-bottom: 64px
}

@media (max-width: 1080px) {
    .c-cases-head__title {
        font-size: 24px;
        margin-bottom: 14px
    }
}

.c-cases-head__image {
    position: absolute;
    bottom: -32px;
    right: -32px;
    width: 43.75%
}

@media (max-width: 1080px) {
    .c-cases-head__image {
        width: 43.75%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-cases-head__image {
        width: 100%;
        position: relative;
        right: -44px;
        bottom: -40px;
        margin-top: -28px
    }
}

.c-cases-head__text {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-cases-head__text p {
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 600
}

@media (max-width: 1080px) {
    .c-cases-head__text p {
        font-size: 16px
    }
}

.c-clients__title {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 42px;
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-clients__title {
        margin-bottom: 32px
    }
}

.c-clients__title span {
    letter-spacing: 0;
    padding-right: 32px;
    font-size: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-clients__title span {
        padding-right: 24px
    }
}

.c-clients__title strong {
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 500
}

.c-clients__title small,
.c-clients__title .c-dropdown__list li a,
.c-dropdown__list li .c-clients__title a {
    font-size: 16px;
    color: #969694;
    display: block;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding-bottom: 3px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-clients__title small,
    .c-clients__title .c-dropdown__list li a,
    .c-dropdown__list li .c-clients__title a {
        font-size: 14px;
        padding-bottom: 0
    }
}

@media (min-width: 751px) {
    .c-clients__content {
        -webkit-columns: 3;
        -ms-columns: 3;
        columns: 3;
        -webkit-column-gap: 36px;
        column-gap: 36px
    }
}

.c-clients__content ul li {
    font-size: 14px;
    margin-bottom: 9px
}

.c-column-block__head {
    display: flex;
    background-color: #414552
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-column-block__head {
        display: block
    }
}

.c-column-block__heading {
    width: 50%;
    height: 30.4055vw;
    position: relative;
    padding: 68px 72px
}

@media (max-width: 1080px) {
    .c-column-block__heading {
        padding: 68px 48px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-column-block__heading {
        width: 100%;
        height: 52vw !important;
        padding: 64px 16px
    }
}

.c-column-block__heading__title span {
    font-size: 36px;
    font-weight: 300;
    display: block;
    letter-spacing: -2px;
    color: #fff
}

.c-column-block__heading__title small,
.c-column-block__heading__title .c-dropdown__list li a,
.c-dropdown__list li .c-column-block__heading__title a {
    display: block;
    font-size: 16px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: #969694
}

.c-column-block__content {
    display: flex;
    flex-wrap: wrap
}

.c-column-block__block {
    width: 33.3333333%;
    height: 20.5vw;
    position: relative;
    text-decoration: none;
    color: #fff;
    padding: 18px 24px;
    display: flex;
    align-items: flex-end;
    font-weight: 400;
    overflow: hidden
}

@media (max-width: 1080px) {
    .c-column-block__block {
        width: 50%;
        height: 30.4vw !important
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-column-block__block {
        width: 100% !important;
        height: 62.4vw !important
    }
}

.c-column-block__block.is-head {
    width: 50%;
    height: 31.3vw
}

.c-column-block__block.is-head .c-column-block__image:after {
    background-color: rgba(31, 60, 122, 0.5)
}

.c-column-block__block.is-button {
    background-color: #5286CA;
    color: #fff;
    position: relative;
    display: block;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.4s
}

@media (max-width: 1080px) {
    .c-column-block__block.is-button {
        height: inherit !important;
        margin-top: 24px;
        margin-left: auto;
        margin-right: auto;
        padding: 32px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-column-block__block.is-button {
        margin: 24px 16px 0
    }
}

.c-column-block__block.is-button:hover {
    background-color: #376cb2
}

.c-column-block__block.is-button:active {
    background-color: #2b558b
}

.c-column-block__block.is-button .c-column-block__text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%)
}

.c-column-block__block:hover {
    opacity: 1
}

.c-column-block__block:hover .c-column-block__image {
    transform: scale(1.15)
}

.c-column-block__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.4s
}

.c-column-block__image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(32, 34, 41, 0.3)
}

.c-column-block__item {
    position: relative;
    z-index: 99
}

.c-column-block__name {
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 300;
    font-size: 19px;
    margin-bottom: 10px
}

.c-column-block__title {
    font-size: 27.2px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36)
}

.c-column-block.is-page .c-column-block__block {
    width: calc(33.33% - 6px);
    height: 220px !important;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 14px 16px
}

@media (max-width: 1200px) {
    .c-column-block.is-page .c-column-block__block {
        height: 17.6vw !important
    }
}

@media (max-width: 1080px) {
    .c-column-block.is-page .c-column-block__block {
        width: calc(50% - 4px);
        height: 28vw !important
    }

    .c-column-block.is-page .c-column-block__block:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 1080px) {
    .c-column-block.is-page .c-column-block__block:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-column-block.is-page .c-column-block__block {
        height: 57vw !important;
        margin-right: 0 !important
    }
}

.c-column-block.is-page .c-column-block__name {
    font-size: 14px;
    margin-bottom: 6px
}

@media (min-width: 1080px) and (max-width: 1200px) {
    .c-column-block.is-page .c-column-block__name {
        font-size: 1.2vw
    }
}

@media (min-width: 751px) and (max-width: 1080px) {
    .c-column-block.is-page .c-column-block__name {
        font-size: 1.8vw
    }
}

.c-column-block.is-page .c-column-block__title {
    font-size: 20px;
    line-height: 1.5
}

@media (min-width: 1080px) and (max-width: 1200px) {
    .c-column-block.is-page .c-column-block__title {
        font-size: 1.7vw
    }
}

@media (min-width: 751px) and (max-width: 1080px) {
    .c-column-block.is-page .c-column-block__title {
        font-size: 2.65vw
    }
}

.c-contact-head {
    text-align: center;
    padding-bottom: 36px
}

.c-contact-head__text {
    font-size: 1.125rem;
    font-weight: bold
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__text {
        font-size: 1rem
    }
}

.c-contact-head__arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 22px 0 22px;
    border-color: #014DB2 transparent transparent transparent;
    margin: 10px auto 18px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__arrow {
        border-width: 16px 18px 0 18px
    }
}

.c-contact-head__tel {
    padding-bottom: 1rem
}

.c-contact-head__tel a {
    text-decoration: none;
    font-size: 2.5rem;
    position: relative;
    line-height: 0.8;
    display: inline-block;
    padding-left: 3.125rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__tel a {
        font-size: 2.375rem;
        padding-left: 2.1875rem
    }
}

.c-contact-head__tel a i {
    font-size: 2.5rem;
    position: absolute;
    left: 0;
    top: -3px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-contact-head__tel a i {
        font-size: 2.125rem;
        top: -1px
    }
}

.c-content-head {
    text-align: center;
    margin-bottom: 56px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-content-head {
        margin-bottom: 32px
    }
}

.c-content-head__title {
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-content-head__title {
        margin-bottom: 46px
    }
}

.c-content-head__text {
    font-weight: 600;
    font-size: 18px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-content-head__text {
        font-weight: 500
    }
}

.c-dropdown {
    position: relative;
    text-align: center
}

.c-dropdown__list {
    padding-left: 0;
    border-left: 1px solid #6A6E7A;
    border-right: 1px solid #6A6E7A;
    border-top: 1px solid #6A6E7A;
    list-style: none;
    max-width: 240px;
    border-radius: 1.5px;
    position: absolute;
    left: 50%;
    margin-top: 16px;
    margin-bottom: 0;
    margin-left: -102px;
    display: none;
    opacity: 0;
    z-index: 10000000
}

.c-dropdown__list li {
    border-bottom: 1px solid #6A6E7A
}

.c-dropdown__list li:last-child {
    border-radius: 0 0 1.5px 1.5px
}

.c-dropdown__list li a {
    text-decoration: none;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px
}

.c-dropdown__list li a:hover {
    background: #014DB2;
    color: #fff
}

.c-dropdown__trigger:hover {
    cursor: pointer
}

.c-dropdown__trigger:hover .c-dropdown__list {
    display: block;
    opacity: 1
}

.c-example {
    max-width: 944px;
    margin: 0 auto
}

.c-example__title {
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 52px;
    text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__title {
        margin-bottom: 24px
    }
}

.c-example__text {
    margin-bottom: 50px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__text {
        margin-bottom: 32px
    }
}

.c-example__box {
    padding: 70px 98px;
    background-color: #F5F4F2
}

@media (max-width: 950px) {
    .c-example__box {
        padding: 36px 20px;
    }
}

.c-example__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px
}

.c-example__block:last-child {
    margin-bottom: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__block {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__content {
        order: 2;
        margin-bottom: 24px;
    }
}

.c-example__box-name {
    line-height: 1.21429;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 46px;
    text-align: center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__box-name {
        margin-bottom: 32px
    }
}

.c-example__box-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.18182;
    margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__box-title {
        margin-bottom: 16px
    }
}

.c-example__image {
    min-width: 258px;
    margin-left: 36px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-example__image {
        margin-left: auto;
        margin-right: auto;
        order: 1;
        margin-bottom: 16px
    }
}

.c-faq {
    max-width: 944px;
    margin: 0 auto
}

.c-faq .heading,
.c-faq .heading.is-xxxlg span,
.heading.is-xxxlg .c-faq span,
.c-faq .c-cases-detail__title,
.c-faq .c-cases-head__title,
.c-faq .c-content-head__title,
.c-faq .c-example__title,
.c-faq .c-example__box-name,
.c-faq .c-example__box-title,
.c-faq .c-features__title,
.c-faq .c-frame-work__title,
.c-faq .c-full-panel__title,
.c-faq .c-gradation-head__title,
.c-faq .c-landing__title,
.c-faq .c-message-head__title,
.c-faq .c-offer__title,
.c-faq .c-opening__title,
.c-faq .c-point__title,
.c-faq .c-privacy-policy__title,
.c-faq .c-relation-case__title,
.c-faq .c-relation__title,
.c-faq .c-service-cases__title,
.c-faq .c-service-content__title,
.c-faq .c-special-block__title,
.c-faq .c-special__title,
.c-faq .l-post-content h2,
.l-post-content .c-faq h2,
.c-faq .l-post-content h3,
.l-post-content .c-faq h3,
.c-faq .l-post-content h4,
.l-post-content .c-faq h4,
.c-faq .l-post-content h5,
.l-post-content .c-faq h5,
.c-faq .l-post-content h6,
.l-post-content .c-faq h6 {
    margin-top: 0;
    margin-bottom: 48px;
    font-weight: 400;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-faq .heading,
    .c-faq .heading.is-xxxlg span,
    .heading.is-xxxlg .c-faq span,
    .c-faq .c-cases-detail__title,
    .c-faq .c-cases-head__title,
    .c-faq .c-content-head__title,
    .c-faq .c-example__title,
    .c-faq .c-example__box-name,
    .c-faq .c-example__box-title,
    .c-faq .c-features__title,
    .c-faq .c-frame-work__title,
    .c-faq .c-full-panel__title,
    .c-faq .c-gradation-head__title,
    .c-faq .c-landing__title,
    .c-faq .c-message-head__title,
    .c-faq .c-offer__title,
    .c-faq .c-opening__title,
    .c-faq .c-point__title,
    .c-faq .c-privacy-policy__title,
    .c-faq .c-relation-case__title,
    .c-faq .c-relation__title,
    .c-faq .c-service-cases__title,
    .c-faq .c-service-content__title,
    .c-faq .c-special-block__title,
    .c-faq .c-special__title,
    .c-faq .l-post-content h2,
    .l-post-content .c-faq h2,
    .c-faq .l-post-content h3,
    .l-post-content .c-faq h3,
    .c-faq .l-post-content h4,
    .l-post-content .c-faq h4,
    .c-faq .l-post-content h5,
    .l-post-content .c-faq h5,
    .c-faq .l-post-content h6,
    .l-post-content .c-faq h6 {
        margin-bottom: 32px
    }
}

.c-faq {
    max-width: 944px;
    margin: 0 auto
  }

  .c-faq .heading, .c-faq .heading.is-xxxlg span, .heading.is-xxxlg .c-faq span, .c-faq .c-cases-detail__title, .c-faq .c-cases-head__title, .c-faq .c-content-head__title, .c-faq .c-example__title, .c-faq .c-example__box-name, .c-faq .c-example__box-title, .c-faq .c-features__title, .c-faq .c-frame-work__title, .c-faq .c-full-panel__title, .c-faq .c-gradation-head__title, .c-faq .c-landing__title, .c-faq .c-message-head__title, .c-faq .c-offer__title, .c-faq .c-opening__title, .c-faq .c-point__title, .c-faq .c-privacy-policy__title, .c-faq .c-relation-case__title, .c-faq .c-relation__title, .c-faq .c-service-cases__title, .c-faq .c-service-content__title, .c-faq .c-special-block__title, .c-faq .c-special__title, .c-faq .l-post-content h2, .l-post-content .c-faq h2, .c-faq .l-post-content h3, .l-post-content .c-faq h3, .c-faq .l-post-content h4, .l-post-content .c-faq h4, .c-faq .l-post-content h5, .l-post-content .c-faq h5, .c-faq .l-post-content h6, .l-post-content .c-faq h6 {
    margin-top: 0;
    margin-bottom: 48px;
    font-weight: 400;
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faq .heading, .c-faq .heading.is-xxxlg span, .heading.is-xxxlg .c-faq span, .c-faq .c-cases-detail__title, .c-faq .c-cases-head__title, .c-faq .c-content-head__title, .c-faq .c-example__title, .c-faq .c-example__box-name, .c-faq .c-example__box-title, .c-faq .c-features__title, .c-faq .c-frame-work__title, .c-faq .c-full-panel__title, .c-faq .c-gradation-head__title, .c-faq .c-landing__title, .c-faq .c-message-head__title, .c-faq .c-offer__title, .c-faq .c-opening__title, .c-faq .c-point__title, .c-faq .c-privacy-policy__title, .c-faq .c-relation-case__title, .c-faq .c-relation__title, .c-faq .c-service-cases__title, .c-faq .c-service-content__title, .c-faq .c-special-block__title, .c-faq .c-special__title, .c-faq .l-post-content h2, .l-post-content .c-faq h2, .c-faq .l-post-content h3, .l-post-content .c-faq h3, .c-faq .l-post-content h4, .l-post-content .c-faq h4, .c-faq .l-post-content h5, .l-post-content .c-faq h5, .c-faq .l-post-content h6, .l-post-content .c-faq h6 {
      margin-bottom: 32px
    }
  }

  .c-faqbox {
    border: 1px solid #014DB2;
    border-radius: 3px;
    padding: 23px 30px 5px;
    margin-bottom: 16px
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faqbox {
      padding-left: 16px;
      padding-right: 16px
    }
  }

  .c-faqbox.is-open .c-faqbox__title:after {
    background-image: url(../images/icon-minus.png)
  }

  .c-faqbox__title {
    font-weight: 400;
    color: #000;
    font-size: 1.25rem;
    padding-bottom: 18px;
    position: relative;
    padding-left: 68px;
    position: relative;
    position: relative;
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faqbox__title {
      padding-left: 32px;
      padding-right: 24px;
      font-size: 1rem
    }
  }

  .c-faqbox__title:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    right: 4px;
    top: calc(50% - 20px);
    background-image: url(../images/icon-plus-sm.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faqbox__title:after {
      width: 16px;
      height: 16px;
      top: calc(50% - 16px)
    }
  }

  .c-faqbox__title:before {
    content: "Q";
    color: #014DB2;
    font-size: 36px;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: -3px;
    left: 0px
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faqbox__title:before {
      font-size: 24px
    }
  }

  .c-faqbox__content {
    border-top: 1px solid #D6D5D5;
    font-weight: 300;
    padding-top: 16px;
    padding-left: 68px;
    margin-bottom: 12px;
    position: relative
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faqbox__content {
      padding-left: 48px
    }
  }

  .c-faqbox__content:after {
    content: "A";
    color: #1994D1;
    font-size: 36px;
    position: absolute;
    text-align: center;
    line-height: 1;
    top: 15px;
    left: 0px
  }

  @media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-faqbox__content:after {
      font-size: 24px
    }
  }

.c-features {
    text-align: center;
    padding-bottom: 192px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-features {
        padding-top: 48px;
        padding-bottom: 96px
    }
}

.c-features__title {
    margin-top: 0;
    margin-bottom: 42px;
    font-weight: 400;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-features__title {
        font-size: 24px;
        margin-bottom: 24px
    }
}

.c-features__inner {
    width: 100%;
    max-width: 460px;
    margin: 0 auto
}

.c-features__block {
    display: flex;
    align-items: center;
    margin-bottom: 24px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-features__block {
        text-align: left
    }
}

.c-features__number {
    border: 1px solid #0074ed;
    border-radius: 35px;
    color: #0074ed;
    min-width: 48px;
    height: 48px;
    font-size: 22px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    text-align: center;
    padding-top: 5px
}

.c-features__text {
    font-size: 20px;
    font-weight: 600;
    padding-left: 24px
}

.c-features__button {
    margin-top: 96px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-features__button {
        margin-top: 40px
    }
}

.c-features__button .c-button,
.c-features__button .c-form-block__button,
.c-features__button .c-form-block__submit button,
.c-form-block__submit .c-features__button button,
.c-features__button .c-relation__button ul li a,
.c-relation__button ul li .c-features__button a,
.c-features__button .c-social-share>a,
.c-features__button .l-header__button {
    max-width: 440px;
    background-color: #0074ed;
    color: #fff;
    border-color: #0074ed;
    padding: 17px;
    font-size: 16px
}

.c-features__button .c-button:hover,
.c-features__button .c-form-block__button:hover,
.c-features__button .c-form-block__submit button:hover,
.c-form-block__submit .c-features__button button:hover,
.c-features__button .c-relation__button ul li a:hover,
.c-relation__button ul li .c-features__button a:hover,
.c-features__button .c-social-share>a:hover,
.c-features__button .l-header__button:hover {
    background-color: #005bba;
    border-color: #005bba
}

.c-features__button .c-button:active,
.c-features__button .c-form-block__button:active,
.c-features__button .c-form-block__submit button:active,
.c-form-block__submit .c-features__button button:active,
.c-features__button .c-relation__button ul li a:active,
.c-relation__button ul li .c-features__button a:active,
.c-features__button .c-social-share>a:active,
.c-features__button .l-header__button:active {
    background-color: #004287;
    border-color: #004287
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-features.is-ux-design {
        padding-top: 8px
    }
}

.c-features.is-ux-design .c-features__inner {
    max-width: 740px
}

.c-features.is-ux-design .c-features__number {
    border-color: #D14721;
    color: #D14721
}

.c-features.is-ux-design .c-features__button .c-button,
.c-features.is-ux-design .c-features__button .c-form-block__button,
.c-features.is-ux-design .c-features__button .c-form-block__submit button,
.c-form-block__submit .c-features.is-ux-design .c-features__button button,
.c-features.is-ux-design .c-features__button .c-relation__button ul li a,
.c-relation__button ul li .c-features.is-ux-design .c-features__button a,
.c-features.is-ux-design .c-features__button .c-social-share>a,
.c-features.is-ux-design .c-features__button .l-header__button {
    background-color: #D14721;
    border-color: #D14721
}

.c-features.is-ux-design .c-features__button .c-button:hover,
.c-features.is-ux-design .c-features__button .c-form-block__button:hover,
.c-features.is-ux-design .c-features__button .c-form-block__submit button:hover,
.c-form-block__submit .c-features.is-ux-design .c-features__button button:hover,
.c-features.is-ux-design .c-features__button .c-relation__button ul li a:hover,
.c-relation__button ul li .c-features.is-ux-design .c-features__button a:hover,
.c-features.is-ux-design .c-features__button .c-social-share>a:hover,
.c-features.is-ux-design .c-features__button .l-header__button:hover {
    background-color: #a5381a;
    border-color: #a5381a
}

.c-features.is-ux-design .c-features__button .c-button:active,
.c-features.is-ux-design .c-features__button .c-form-block__button:active,
.c-features.is-ux-design .c-features__button .c-form-block__submit button:active,
.c-form-block__submit .c-features.is-ux-design .c-features__button button:active,
.c-features.is-ux-design .c-features__button .c-relation__button ul li a:active,
.c-relation__button ul li .c-features.is-ux-design .c-features__button a:active,
.c-features.is-ux-design .c-features__button .c-social-share>a:active,
.c-features.is-ux-design .c-features__button .l-header__button:active {
    background-color: #792913;
    border-color: #792913
}

.c-features.is-cutting-edge-technology {
    padding-bottom: 148px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-features.is-cutting-edge-technology {
        padding-top: 0;
        padding-bottom: 48px
    }
}

.c-features.is-cutting-edge-technology .c-features__inner {
    max-width: 360px
}

.c-features.is-cutting-edge-technology .c-features__number {
    border-color: #9A4EA0;
    color: #9A4EA0
}

.c-features.is-cutting-edge-technology .c-features__button .c-button,
.c-features.is-cutting-edge-technology .c-features__button .c-form-block__button,
.c-features.is-cutting-edge-technology .c-features__button .c-form-block__submit button,
.c-form-block__submit .c-features.is-cutting-edge-technology .c-features__button button,
.c-features.is-cutting-edge-technology .c-features__button .c-relation__button ul li a,
.c-relation__button ul li .c-features.is-cutting-edge-technology .c-features__button a,
.c-features.is-cutting-edge-technology .c-features__button .c-social-share>a,
.c-features.is-cutting-edge-technology .c-features__button .l-header__button {
    background-color: #9A4EA0;
    border-color: #9A4EA0
}

.c-features.is-cutting-edge-technology .c-features__button .c-button:hover,
.c-features.is-cutting-edge-technology .c-features__button .c-form-block__button:hover,
.c-features.is-cutting-edge-technology .c-features__button .c-form-block__submit button:hover,
.c-form-block__submit .c-features.is-cutting-edge-technology .c-features__button button:hover,
.c-features.is-cutting-edge-technology .c-features__button .c-relation__button ul li a:hover,
.c-relation__button ul li .c-features.is-cutting-edge-technology .c-features__button a:hover,
.c-features.is-cutting-edge-technology .c-features__button .c-social-share>a:hover,
.c-features.is-cutting-edge-technology .c-features__button .l-header__button:hover {
    background-color: #793d7e;
    border-color: #793d7e
}

.c-features.is-cutting-edge-technology .c-features__button .c-button:active,
.c-features.is-cutting-edge-technology .c-features__button .c-form-block__button:active,
.c-features.is-cutting-edge-technology .c-features__button .c-form-block__submit button:active,
.c-form-block__submit .c-features.is-cutting-edge-technology .c-features__button button:active,
.c-features.is-cutting-edge-technology .c-features__button .c-relation__button ul li a:active,
.c-relation__button ul li .c-features.is-cutting-edge-technology .c-features__button a:active,
.c-features.is-cutting-edge-technology .c-features__button .c-social-share>a:active,
.c-features.is-cutting-edge-technology .c-features__button .l-header__button:active {
    background-color: #582d5b;
    border-color: #582d5b
}

.c-features.is-single {
    padding-bottom: 0
}

.c-features.is-single .c-features__inner {
    max-width: 748px
}

.c-features.is-single .c-features__block {
    margin-bottom: 16px
}

.c-features.is-single .c-features__number {
    border-color: #9a4ea0;
    color: #9a4ea0
}

.c-features.is-single .c-features__wrap {
    margin-bottom: 44px
}

.c-features.is-single .c-features__wrap:last-child {
    margin-bottom: 0
}

.c-features.is-single .c-features__subtext {
    text-align: left
}

.c-form-block {
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block {
        padding-top: 24px
    }
}

.c-form-block__block {
    margin-bottom: 24px
}

.c-form-block__flex {
    display: flex;
    justify-content: space-between
}

.c-form-block__flex .c-form-block__block {
    width: calc(50% - 8px)
}

.c-form-block__title {
    padding-top: 10px;
    font-weight: 600;
    padding-bottom: 10px
}

.c-form-block__title span {
    color: #f44336;
    font-size: 14px;
    padding-left: 12px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__title {
        width: 100%;
        padding-bottom: 8px;
        padding-top: 0
    }
}

.c-form-block__label {
    margin-left: auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__content {
        width: 100%
    }
}

.c-form-block .mwform-checkbox-field {
    margin-bottom: 10px
}

.c-form-block__button {
    max-width: 160px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0;
    margin-left: 8px;
    width: calc(40% - 8px)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__button {
        font-size: 13px;
        padding-right: 0;
        padding-left: 0
    }

    .c-form-block__button:before {
        padding-right: 6px
    }
}

.c-form-block__input.is-sm {
    width: 60%;
    max-width: 300px
}

.c-form-block__textarea {
    height: 200px
}

.c-form-block__checkbox {
    margin-top: 40px;
    margin-bottom: 40px
}

.c-form-block__checkbox a {
    text-decoration: none;
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-form-block__checkbox {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

.c-form-block__submit {
    text-align: center;
    margin-top: 16px
}

.c-form-block__submit button {
    max-width: 100%;
    background-color: #014DB2;
    border-color: #014DB2;
    border-radius: 35px;
    color: #fff
}

.c-form-block__submit button:hover {
    background-color: #01377f;
    border-color: #01377f
}

.c-form-block__submit button:active {
    background-color: #00214d;
    border-color: #00214d
}

.mw_wp_form .c-form-block__checkbox.is-privacy .vertical-item {
    display: inline-block
}

.mw_wp_form_confirm button.is-back {
    background: #fff;
    color: #0339bb;
    border-color: transparent
}

.mw_wp_form_confirm button.is-back:hover {
    background: #fff;
    color: #0339bb;
    border-color: #0339bb;
    opacity: 0.8
}

.c-frame-work {
    width: 100%;
    max-width: 908px;
    margin: 0 auto
}

.c-frame-work__title {
    margin-top: 0;
    margin-bottom: 48px;
    text-align: center
}

.c-frame-work__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-frame-work__inner {
        display: block;
        margin: 0 32px
    }
}

.c-frame-work__block {
    width: 22.02643%;
    padding-bottom: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-frame-work__block {
        width: 100% !important;
        text-align: center;
        position: relative;
        padding-bottom: 24px;
        margin-bottom: 8px
    }

    .c-frame-work__block:last-child:after {
        display: none
    }

    .c-frame-work__block:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 14px 0 14px;
        border-color: #4C525C transparent transparent transparent;
        position: absolute;
        bottom: 0;
        margin-top: 0;
        right: 50%;
        margin-right: -14px
    }
}

.c-frame-work__block:last-child .c-frame-work__image:after {
    display: none
}

.c-frame-work__image {
    position: relative
}

.c-frame-work__image:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 0 14px 14px;
    border-color: transparent transparent transparent #4C525C;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: -13%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-frame-work__image:after {
        display: none
    }
}

.c-frame-work img {
    width: 100%;
    height: auto
}

.c-frame-work__text {
    color: #6a6e7a;
    font-size: 14px;
    letter-spacing: 0;
    padding: 14px 8px 0;
    font-family: "Noto Sans JP"
}

.c-frame-work.is-ux-design .c-frame-work__block {
    width: 27.97357%
}

.c-frame-work.is-ux-design .c-frame-work__image:after {
    right: -17%;
    margin-top: 0
}


.c-full-panel {
    background-color: #F5F5F5;
    padding: 64px 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-full-panel {
        padding: 50px 0
    }
}

.c-full-panel .heading,
.c-full-panel .heading.is-xxxlg span,
.heading.is-xxxlg .c-full-panel span,
.c-full-panel .c-cases-detail__title,
.c-full-panel .c-cases-head__title,
.c-full-panel .c-content-head__title,
.c-full-panel .c-example__title,
.c-full-panel .c-example__box-name,
.c-full-panel .c-example__box-title,
.c-full-panel .c-features__title,
.c-full-panel .c-frame-work__title,
.c-full-panel .c-full-panel__title,
.c-full-panel .c-gradation-head__title,
.c-full-panel .c-landing__title,
.c-full-panel .c-message-head__title,
.c-full-panel .c-offer__title,
.c-full-panel .c-opening__title,
.c-full-panel .c-point__title,
.c-full-panel .c-privacy-policy__title,
.c-full-panel .c-relation-case__title,
.c-full-panel .c-relation__title,
.c-full-panel .c-service-cases__title,
.c-full-panel .c-service-content__title,
.c-full-panel .c-special-block__title,
.c-full-panel .c-special__title,
.c-full-panel .l-post-content h2,
.l-post-content .c-full-panel h2,
.c-full-panel .l-post-content h3,
.l-post-content .c-full-panel h3,
.c-full-panel .l-post-content h4,
.l-post-content .c-full-panel h4,
.c-full-panel .l-post-content h5,
.l-post-content .c-full-panel h5,
.c-full-panel .l-post-content h6,
.l-post-content .c-full-panel h6 {
    margin-bottom: 64px;
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-full-panel .heading,
    .c-full-panel .heading.is-xxxlg span,
    .heading.is-xxxlg .c-full-panel span,
    .c-full-panel .c-cases-detail__title,
    .c-full-panel .c-cases-head__title,
    .c-full-panel .c-content-head__title,
    .c-full-panel .c-example__title,
    .c-full-panel .c-example__box-name,
    .c-full-panel .c-example__box-title,
    .c-full-panel .c-features__title,
    .c-full-panel .c-frame-work__title,
    .c-full-panel .c-full-panel__title,
    .c-full-panel .c-gradation-head__title,
    .c-full-panel .c-landing__title,
    .c-full-panel .c-message-head__title,
    .c-full-panel .c-offer__title,
    .c-full-panel .c-opening__title,
    .c-full-panel .c-point__title,
    .c-full-panel .c-privacy-policy__title,
    .c-full-panel .c-relation-case__title,
    .c-full-panel .c-relation__title,
    .c-full-panel .c-service-cases__title,
    .c-full-panel .c-service-content__title,
    .c-full-panel .c-special-block__title,
    .c-full-panel .c-special__title,
    .c-full-panel .l-post-content h2,
    .l-post-content .c-full-panel h2,
    .c-full-panel .l-post-content h3,
    .l-post-content .c-full-panel h3,
    .c-full-panel .l-post-content h4,
    .l-post-content .c-full-panel h4,
    .c-full-panel .l-post-content h5,
    .l-post-content .c-full-panel h5,
    .c-full-panel .l-post-content h6,
    .l-post-content .c-full-panel h6 {
        margin-bottom: 24px
    }
}

.c-full-panel__inner {
    max-width: 748px;
    margin: 0 auto
}

.c-full-panel__block {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-full-panel__block {
        margin-bottom: 32px;
    }
}

.c-full-panel__block:nth-of-type(2) {
    /*margin-bottom: 0*/
}

.c-full-panel__title {
    font-size: 22px;
    line-height: 1.09091;
    letter-spacing: 0;
    padding-bottom: 36px;
    margin-bottom: 16px !important;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-full-panel__title {
        padding-bottom: 16px
    }
}

.c-full-panel__title:before {
    content: '';
    display: block;
    width: 62px;
    height: 2px;
    background-color: #202229;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

.c-full-panel__image {
    min-width: 196px;
    margin-left: 4.27807%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-full-panel__image {
        order: 1;
        margin-left: 10px;
        margin-right: auto;
        margin-bottom: 16px;
        min-width: 100px;
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-full-panel__content {
        order: 0;
    }
}

.c-full-panel__button {
    margin-top: 64px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-full-panel__button {
        margin-top: 32px
    }
}

.c-gradation-head {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: linear-gradient(to bottom, #f5f5f5, #fff)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-gradation-head {
        padding-top: 40px;
        padding-bottom: 64px
    }
}

.c-gradation-head__title {
    margin-top: 0;
    font-weight: 300;
    margin-bottom: 8px
}

.c-gradation-head__text {
    font-weight: 600
}

.container,
.l-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.row {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .row {
        margin-left: -8px;
        margin-right: -8px
    }
}

.small-1 {
    width: 8.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-1 {
    margin-left: 8.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-2 {
    width: 16.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-2 {
    margin-left: 16.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-3 {
    width: 25%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-3 {
    margin-left: 25%;
    padding-left: 8px;
    padding-right: 8px
}

.small-4 {
    width: 33.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-4 {
    margin-left: 33.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-5 {
    width: 41.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-5 {
    margin-left: 41.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-6 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-6 {
    margin-left: 50%;
    padding-left: 8px;
    padding-right: 8px
}

.small-7 {
    width: 58.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-7 {
    margin-left: 58.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-8 {
    width: 66.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-8 {
    margin-left: 66.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-9 {
    width: 75%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-9 {
    margin-left: 75%;
    padding-left: 8px;
    padding-right: 8px
}

.small-10 {
    width: 83.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-10 {
    margin-left: 83.33333%;
    padding-left: 8px;
    padding-right: 8px
}

.small-11 {
    width: 91.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-11 {
    margin-left: 91.66667%;
    padding-left: 8px;
    padding-right: 8px
}

.small-12 {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px
}

.is-push-sm-12 {
    margin-left: 100%;
    padding-left: 8px;
    padding-right: 8px
}

@media screen and (min-width: 46.875em) and (max-width: 87.4375em) {
    .medium-1 {
        width: 8.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-1 {
        margin-left: 8.33333%
    }

    .medium-2 {
        width: 16.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-2 {
        margin-left: 16.66667%
    }

    .medium-3 {
        width: 25%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-3 {
        margin-left: 25%
    }

    .medium-4 {
        width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-4 {
        margin-left: 33.33333%
    }

    .medium-5 {
        width: 41.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-5 {
        margin-left: 41.66667%
    }

    .medium-6 {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-6 {
        margin-left: 50%
    }

    .medium-7 {
        width: 58.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-7 {
        margin-left: 58.33333%
    }

    .medium-8 {
        width: 66.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-8 {
        margin-left: 66.66667%
    }

    .medium-9 {
        width: 75%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-9 {
        margin-left: 75%
    }

    .medium-10 {
        width: 83.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-10 {
        margin-left: 83.33333%
    }

    .medium-11 {
        width: 91.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-11 {
        margin-left: 91.66667%
    }

    .medium-12 {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-md-12 {
        margin-left: 100%
    }
}

@media screen and (min-width: 87.5em) {
    .large-1 {
        width: 8.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-1 {
        margin-left: 8.33333%
    }

    .large-2 {
        width: 16.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-2 {
        margin-left: 16.66667%
    }

    .large-3 {
        width: 25%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-3 {
        margin-left: 25%
    }

    .large-4 {
        width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-4 {
        margin-left: 33.33333%
    }

    .large-5 {
        width: 41.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-5 {
        margin-left: 41.66667%
    }

    .large-6 {
        width: 50%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-6 {
        margin-left: 50%
    }

    .large-7 {
        width: 58.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-7 {
        margin-left: 58.33333%
    }

    .large-8 {
        width: 66.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-8 {
        margin-left: 66.66667%
    }

    .large-9 {
        width: 75%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-9 {
        margin-left: 75%
    }

    .large-10 {
        width: 83.33333%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-10 {
        margin-left: 83.33333%
    }

    .large-11 {
        width: 91.66667%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-11 {
        margin-left: 91.66667%
    }

    .large-12 {
        width: 100%;
        padding-left: 8px;
        padding-right: 8px
    }

    .is-push-lg-12 {
        margin-left: 100%
    }
}

@media (max-width: 920px) {
    .c-header-nav {
        display: none
    }
}

.c-header-nav ul {
    display: flex;
    justify-content: space-between
}

.c-header-nav ul li a {
    text-decoration: none;
    line-height: 1.3
}

.c-header-nav.is-primary {
    flex-basis: 494px;
    padding-right: 2.222222222vw;
    margin-right: 2.222222222vw;
    border-right: 1px solid #6A6E7A
}

.c-header-nav.is-primary ul {
    padding-top: 5px
}

.c-header-nav.is-primary ul li a {
    line-height: 1.3;
    color: #202229;
    text-decoration: none;
    font-size: .875rem;
    font-weight: 400;
    position: relative;
    display: block
}

.c-header-nav.is-primary ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    background-color: #014DB2;
    opacity: 0;
    transition: all .3s
}

.c-header-nav.is-primary ul li a.is-current:after {
    opacity: 1;
    width: 100%;
    left: 0
}

.c-header-nav.is-secondary {
    flex-basis: 185px;
    justify-content: space-between
}

.c-header-nav.is-secondary ul li a {
    color: #6A6E7A;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 400
}

.c-image-link {
    margin-top: 88px
}

@media (max-width: 950px) {
    .c-image-link {
        margin-top: 32px;
        margin-left: 88px;
        margin-right: 88px
    }
}

@media (max-width: 540px) {
    .c-image-link {
        margin-left: 0;
        margin-right: 0
    }
}

.c-image-link__inner {
    display: flex
}

@media (max-width: 950px) {
    .c-image-link__inner {
        display: block
    }
}

.c-image-link__block {
    width: calc(50% - 32px);
    display: block;
    text-decoration: none;
    color: #202229;
    font-weight: 400;
    position: relative;
    margin-right: 64px;
    padding-top: 16px
}

@media (max-width: 950px) {
    .c-image-link__block {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 32px !important;
        padding-left: 16px !important
    }

    .c-image-link__block:last-child {
        margin-bottom: 0
    }
}

.c-image-link__block:nth-child(2n) {
    margin-right: 0
}

.c-image-link__block:hover {
    opacity: 1
}

.c-image-link__block:hover .c-image-link__image:before {
    opacity: 1
}

.c-image-link__overflow {
    width: 100%;
    padding-top: 49.28571%;
    height: 0;
    position: relative;
    overflow: hidden
}

.c-image-link__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    transition: all .3s
}

.c-image-link__image:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.24);
    top: 0;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.24s;
    left: 0;
    opacity: 0
}

.c-image-link__box {
    position: absolute;
    top: 0;
    left: -16px;
    background-color: #202229;
    width: 193px;
    height: 104px;
    display: flex;
    align-items: flex-end;
    padding: 5px 16px
}

@media (max-width: 950px) {
    .c-image-link__box {
        left: 0
    }
}

.c-image-link__box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 104px 8px 0 0;
    border-color: #202229 transparent transparent transparent
}

@media (max-width: 1080px) {
    .c-image-link__box:after {
        border-width: 80px 8px 0 0
    }
}

.c-image-link__title {
    color: #fff;
    font-size: 18px
}

.c-image-link.is-three-column {
    margin-top: 0
}

.c-image-link.is-three-column .c-image-link__block {
    margin-right: 48px;
    width: calc(33.3% - 32px)
}

.c-image-link.is-three-column .c-image-link__block:nth-child(3n) {
    margin-right: 0
}

.c-image-link.is-three-column .c-image-link__overflow {
    padding-top: 80.11364%
}

.c-image-link.is-three-column .c-image-link__box {
    width: 153px
}

.c-inline-list {
    list-style: disc;
    margin-left: 0;
    padding-left: 0;
    overflow: hidden;
    list-style-position: outside
}

.c-inline-list li {
    float: left;
    margin-left: 4rem;
    margin-right: .5rem
}

.c-label,
.c-cases-detail__label,
.c-form-block__label {
    display: inline-block;
    font-size: 12px;
    color: #5286CA;
    border: 1px solid #5286CA;
    border-radius: 35px;
    padding: 1px 10px;
    letter-spacing: 0;
    text-align: center
}

.c-label>a,
.c-cases-detail__label>a,
.c-form-block__label>a {
    color: #fff;
    text-decoration: none
}

.c-label.is-required,
.is-required.c-cases-detail__label,
.c-form-block__label {
    min-width: 54px;
    text-align: center;
    border-radius: 0;
    padding: 4px 8px 5px;
    background-color: #cc2919
}

.c-label.is-lg,
.is-lg.c-cases-detail__label,
.is-lg.c-form-block__label {
    font-size: 1rem
}

.c-label.is-sm,
.is-sm.c-cases-detail__label,
.is-sm.c-form-block__label {
    font-size: .64rem
}

.c-label.is-secondary,
.is-secondary.c-cases-detail__label,
.is-secondary.c-form-block__label {
    background: #5286CA
}

.c-label.is-tertiary,
.is-tertiary.c-cases-detail__label,
.is-tertiary.c-form-block__label {
    background: #EFEFEF
}

.c-label.is-danger,
.is-danger.c-cases-detail__label,
.is-danger.c-form-block__label {
    background: #cc2919
}

.c-label.is-warning,
.is-warning.c-cases-detail__label,
.is-warning.c-form-block__label {
    background: #cc9e12
}

.c-label.is-info,
.is-info.c-cases-detail__label,
.is-info.c-form-block__label {
    background: #378da3
}

.c-label.is-success,
.is-success.c-cases-detail__label,
.is-success.c-form-block__label {
    background: #13a83a
}

.c-landing {
    overflow: hidden;
    padding-bottom: 32px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing {
        padding-bottom: 0
    }
}

.c-landing__block {
    margin-bottom: 192px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__block {
        margin-bottom: 56px
    }
}

.c-landing__block:last-child {
    margin-bottom: 0 !important
}

.c-landing__inner {
    display: flex;
    padding-top: 72px;
    padding-bottom: 88px;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__inner {
        display: block;
        padding-top: 48px;
        padding-bottom: 48px
    }
}

.c-landing__inner:after {
    content: "";
    display: block;
    width: 3000px;
    height: 100%;
    position: absolute;
    background-color: #f5f4f2;
    top: 0;
    right: 96px;
    z-index: -1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__inner:after {
        right: 0
    }
}

.c-landing__content {
    width: 548px;
    z-index: 99
}

@media (max-width: 1140px) {
    .c-landing__content {
        width: 50%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__content {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px
    }
}

.c-landing__title {
    margin-right: -102px
}

@media (max-width: 1140px) {
    .c-landing__title {
        letter-spacing: -1px
    }

    .c-landing__title br {
        display: none
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__title {
        margin-right: 0;
        font-size: 24px
    }
}

.c-landing .c-button,
.c-landing .c-form-block__button,
.c-landing .c-form-block__submit button,
.c-form-block__submit .c-landing button,
.c-landing .c-relation__button ul li a,
.c-relation__button ul li .c-landing a,
.c-landing .c-social-share>a,
.c-landing .l-header__button {
    margin-top: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-landing .c-button,
    .c-landing .c-form-block__button,
    .c-landing .c-form-block__submit button,
    .c-form-block__submit .c-landing button,
    .c-landing .c-relation__button ul li a,
    .c-relation__button ul li .c-landing a,
    .c-landing .c-social-share>a,
    .c-landing .l-header__button {
        margin-top: 24px
    }
}

.c-landing__image {
    width: 454px;
    position: absolute;
    bottom: -32px;
    right: 0
}

@media (max-width: 1140px) {
    .c-landing__image {
        width: 40.625%;
        min-width: 364px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__image {
        position: relative;
        bottom: auto;
        right: auto;
        margin-top: 24px;
        width: 100%
    }
}

.c-landing__bg {
    position: absolute;
    right: -32px;
    bottom: 32px
}

.c-landing__block:nth-child(even) .c-landing__inner:after {
    right: auto;
    left: 96px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__block:nth-child(even) .c-landing__inner:after {
        left: 0
    }
}

.c-landing__block:nth-child(even) .c-landing__content {
    margin-left: auto
}

.c-landing__block:nth-child(even) .c-landing__title {
    margin-right: 0
}

.c-landing__block:nth-child(even) .c-landing__image {
    right: auto;
    left: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-landing__block:nth-child(even) .c-landing__image {
        left: -32px
    }
}

.c-landing__block:nth-child(even) .c-landing__bg {
    right: auto;
    left: -32px
}

.c-lead {
    font-size: 1.125rem
}

.c-link-box {
    padding: 48px 40px 28px;
    margin-right: 36px;
    background-color: #fff
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-link-box {
        margin-right: 0px;
        padding: 32px 0px 16px;
        margin-left: -16px;
    }
}

.c-link-box__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

@media (max-width: 950px) {
    .c-link-box__inner {
        display: block
    }
}

.c-link-box__block {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 48.3945%;
    margin-right: 2.29358%;
    margin-bottom: 20px;
    text-decoration: none;
    color: #202229;
    background-color: #F7F7F7;
    transition: all .2s
}

.c-link-box__block:nth-child(2n) {
    margin-right: 0
}

.c-link-box__block:hover {
    opacity: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.2)
}

@media (max-width: 950px) {
    .c-link-box__block {
        width: 100%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-link-box__block {
        display: flex;
        align-items: center;
    }
}

.c-link-box__image {
    max-width: 142px;
    width: 100%;
    overflow: hidden
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-link-box__image {
        min-width: inherit;
        /* height: 0; */
        width: 100%;
        /* padding-top: 53.76344%; */
        position: relative;
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-link-box__image img {
        width: 100%;
        /* position: absolute; */
        /* top: 50%; */
        /* left: 0; */
        /* transform: translateY(-50%); */
    }
}

.c-link-box__content {
    padding: 14px 14px 18px;
    min-height: 146px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-link-box__content {
        min-height: inherit;
        padding: 0px 10px 0px;
    }
}

.c-link-box__title {
    font-family: 'Lytiga', "Noto Sans JP", sans-serif;
    line-height: 1.375;
    margin-bottom: 8px
}

.c-link-box__text p,
.c-link-box__text {
    line-height: 1.57143;
    font-size: 14px;
}
.c-main-visual {
    width: 100%;
    min-height: 524px;
    position: relative
}

@media screen and (min-width: 46.875em) {
    /*.c-main-visual {*/
    /*    visibility: hidden*/
    /*}*/
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual {
        min-height: 276px
    }
}

@media (max-width: 820px) {
    .c-main-visual {
        margin-top: 48px;
        height: inherit
    }
}

.c-main-visual__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual__image {
        background-image: url("../images/main-visual.jpg") !important;
        min-height: 276px
    }
}

.c-media>img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0
}

.c-media>figcaption {
    margin-top: 0;
    background: #EFEFEF;
    text-align: center;
    padding: .5rem 2rem
}

.c-member {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-member__block {
    margin-bottom: 96px
}

@media (max-width: 830px) {
    .c-member__block {
        overflow: hidden;
        margin-bottom: 56px
    }
}

.c-member__block:last-child {
    margin-bottom: 0 !important
}

.c-member__head {
    display: flex;
    background-color: #202229;
    min-height: 208px;
    position: relative
}

@media (max-width: 830px) {
    .c-member__head {
        display: block
    }
}

.c-member__image {
    width: 50.89286%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    background-position: center right;
    background-color: transparent
}

@media (max-width: 1004px) {
    .c-member__image {
        width: 420px
    }
}

@media (max-width: 830px) {
    .c-member__image {
        width: calc(100% - 16px);
        height: 200px;
        position: relative;
        margin-right: 16px
    }

    .c-member__image.is-background-left {
        background-position: left center
    }
}

.c-member__image:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 208px 16px;
    border-color: transparent transparent #202229 transparent;
    position: absolute;
    right: 0;
    bottom: 0
}

.c-member__inner {
    color: #fff;
    padding: 36px 40px 24px;
    margin-left: 50.89286%
}

@media (max-width: 1004px) {
    .c-member__inner {
        padding: 24px 40px 0px;
        margin-left: 420px
    }
}

@media (max-width: 830px) {
    .c-member__inner {
        padding: 40px 24px 64px;
        margin-left: 0
    }
}

.c-member__title {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 12px
}

@media (max-width: 1004px) {
    .c-member__title {
        display: block
    }
}

.c-member__name {
    font-size: 28px;
    letter-spacing: 1px
}

.c-member__en {
    font-size: 16px;
    opacity: 0.7;
    padding-bottom: 4px;
    padding-left: 32px
}

@media (max-width: 1004px) {
    .c-member__en {
        padding-left: 0
    }
}

.c-member__sup {
    font-size: 14px;
    letter-spacing: 0.5px
}

.c-member__content {
    max-height: 112px;
    overflow: hidden;
    padding: 24px 32px 32px 32px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    position: relative;
    transition: max-height .5s
}

.c-member__content:before {
    content: "...";
    position: absolute;
    z-index: 10000;
    right: 77px;
    top: 55px;
    padding-left: 6px;
    padding-right: 7px;
    background: #fff;
    display: inline-block;
    transition: all ease .2s;
    opacity: 1
}

@media (max-width: 830px) {
    .c-member__content {
        max-height: 184px;
        padding: 24px 14px 80px
    }
}

.c-member__content:after {
    content: "";
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    left: 0
}

@media (max-width: 830px) {
    .c-member__content:after {
        height: 60px
    }
}

.c-member__content.is-open {
    max-height: 2000px
}

.c-member__content.is-open:before {
    opacity: 0
}

.c-member__content.is-open .u-display-block {
    display: none !important
}

.c-member__content.is-open .u-display-none {
    display: block !important
}

.c-member__content.is-open:after {
    display: none
}

@media (max-width: 830px) {
    .c-member__content.is-open .c-member__button {
        top: auto;
        bottom: 16px
    }
}

.c-member__button {
    position: absolute;
    top: 32px;
    right: 24px;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    z-index: 999;
    transition: all .5s
}

@media (max-width: 830px) {
    .c-member__button {
        top: 126px;
        right: 50%;
        margin-right: -1.5rem
    }
}

.c-member__button img {
    width: 100%;
    height: auto
}

.c-member__text p {
    margin-bottom: 24px
}

.c-member__text p:last-child {
    margin-bottom: 0
}

.c-menu {
    padding-left: 0;
    margin-left: 0;
    border-top: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF
}

.c-menu>li {
    list-style: none
}

.c-menu>li>a {
    display: block;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 32px;
    padding-right: 32px;
    text-decoration: none
}

.c-menu>li>a:hover,
.c-menu>li>a.is-active {
    background: #014DB2;
    color: #fff
}

.c-message-head {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-message-head__block {
    margin-bottom: 96px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-message-head__block {
        margin-bottom: 56px
    }
}

.c-message-head__block:last-child {
    margin-bottom: 0
}

.c-message-head__head {
    display: flex;
    background-color: #202229;
    position: relative;
    min-height: 280px;
    margin-bottom: 40px;
    margin-top: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-message-head__head {
        display: block;
        width: calc(100% + 32px);
        margin-left: -16px
    }
}

.c-message-head__image {
    position: absolute;
    top: -16px;
    left: -16px
}

@media (max-width: 900px) {
    .c-message-head__image {
        width: 260px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-message-head__image {
        position: relative
    }
}

.c-message-head__inner {
    margin-left: 289px;
    padding: 32px 24px
}

@media (max-width: 900px) {
    .c-message-head__inner {
        margin-left: 244px;
        padding: 16px 16px 32px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-message-head__inner {
        margin-left: 0
    }
}

.c-message-head__title {
    color: #fff;
    margin: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-message-head__title {
        margin-bottom: 24px
    }
}

.c-message-head__sup {
    color: #fff;
    position: absolute;
    bottom: 24px;
    left: 289px;
    padding-left: 24px
}

@media (max-width: 900px) {
    .c-message-head__sup {
        left: 244px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-message-head__sup {
        position: static;
        padding: 0
    }
}

.c-message-head__post {
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 4px
}

.c-message-head__name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px
}

.c-message-head__content p {
    margin-bottom: 24px
}

.c-message {
    padding: 1rem;
    background: #EFEFEF;
    border: 1px solid #6A6E7A;
    border-radius: 3px;
    margin-bottom: 32px
}

.c-message .c-message__icon {
    margin-right: .375rem
}

.c-message .c-message__icon.is-right {
    float: right;
    margin-top: .25rem
}

.c-message>p {
    margin-bottom: 0
}

.c-message.is-primary {
    background: #014DB2;
    border: 1px solid #0146a3
}

.c-message.is-primary>p {
    color: #fff
}

.c-message.is-secondary {
    background: #5286CA;
    border: 1px solid #467ec6
}

.c-message.is-secondary>p {
    color: #fff
}

.c-message.is-danger {
    background: #cc2919;
    border: 1px solid #be2617
}

.c-message.is-danger>* {
    color: #fff
}

.c-message.is-warning {
    background: #cc9e12;
    border: 1px solid #be9311
}

.c-message.is-warning>p {
    color: #fff
}

.c-message.is-info {
    background: #378da3;
    border: 1px solid #338398
}

.c-message.is-info>p {
    color: #fff
}

.c-message.is-success {
    background: #13a83a;
    border: 1px solid #119a35
}

.c-message.is-success>p {
    color: #fff
}

.c-navs-list>li {
    display: inline-block
}

.c-navs-list>li>a {
    display: inline-block;
    padding: .5rem 2rem;
    background: #EFEFEF;
    text-decoration: none;
    border-radius: 3px
}

.c-navs-list>li>a:hover,
.c-navs-list>li>a.is-active {
    background: #014DB2;
    color: #fff
}

.c-navs-list.is-expand>li>a {
    padding: .5rem 4rem
}

.c-news-head {
    width: 100%;
    max-width: 744px;
    margin: 0 auto 96px;
    display: flex;
    font-size: 14px;
    padding: 22px 0 18px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.48)
}

@media (max-width: 1200px) {
    .c-news-head {
        margin-bottom: 24px;
        padding: 16px 0 14px
    }
}

.c-news-head__title {
    color: #5c5c5c
}

.c-news-head__category {
    display: flex
}

.c-news-head__category li a {
    color: #1994d1;
    padding-left: 16px;
    text-decoration: none;
    font-weight: 400
}

.c-news {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-news__title {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 88px;
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__title {
        margin-bottom: 32px
    }
}

.c-news__title span {
    letter-spacing: 0;
    padding-right: 32px;
    font-size: 24px;
    font-weight: 600
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__title span {
        padding-right: 24px
    }
}

.c-news__title small,
.c-news__title .c-dropdown__list li a,
.c-dropdown__list li .c-news__title a {
    font-size: 16px;
    padding-bottom: 3px;
    color: #969694;
    display: block;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-news__title small,
    .c-news__title .c-dropdown__list li a,
    .c-dropdown__list li .c-news__title a {
        font-size: 14px
    }
}

.c-news__content {
    border-top: 1px solid rgba(0, 0, 0, 0.32)
}

.c-news__block {
    text-decoration: none;
    color: #202229;
    display: flex;
    align-items: flex-start;
    font-weight: 400;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
    padding: 28px 16px;
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__block {
        display: block;
        padding: 22px 0
    }
}

.c-news__block:hover {
    opacity: 1;
    background-color: #F5F5F5
}

.c-news__date {
    margin-right: 48px;
    color: #414552;
    font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__date {
        margin-right: 0;
        margin-bottom: 8px;
        font-size: 14px
    }
}

.c-news__title {
    color: #202229
}

.c-news__button {
    margin-top: 48px;
    text-align: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-news__button {
        margin-top: 24px
    }
}

.c-offer {
    background-color: #414552;
    color: #fff;
    text-align: center;
    padding-bottom: 42px;
    padding-top: 48px;
    position: relative
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-offer {
        padding-top: 38px;
        padding0bottom: 40px
    }
}

.c-offer__title {
    margin-top: 0
}

.c-offer__text {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 26px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-offer__text {
        margin-bottom: 20px
    }
}

.c-offer__text:after {
    content: "";
    display: block;
    width: 142px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -71px
}

.c-offer__tel {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 600;
    /* letter-spacing: 6px */
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-offer__tel {
        font-size: 1.75rem
    }
}

.c-offer__tel:hover {
    opacity: 1
}

.c-offer__button {
    margin-top: 24px
}

.c-offer__pagetop {
    position: fixed;
    width: 4.75rem;
    display: block;
    right: 32px;
    bottom: 80px;
    transition: transform cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.6s, opacity cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.6s;
    opacity: 0;
    transform: translate3d(0px, 0px, 0);
    z-index: 1000
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-offer__pagetop {
        right: 32px;
        bottom: 40px !important;
        width: 3.16667rem
    }
}

.c-offer__pagetop.is-show {
    opacity: 1;
    transform: translate3d(0px, 0px, 0);
    transition: transform cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.6s, opacity cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.6s
}

.c-offer__pagetop.is-absolute {
    right: 32px;
    position: absolute;
    bottom: initial !important;
    top: -40px;
    transition: transform cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.6s, opacity cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.6s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-offer__pagetop.is-absolute {
        top: 0px
    }
}

.c-offer__pagetop:hover {
    opacity: 1;
    transform: translate3d(0px, -8px, 0)
}

.c-opening-text {
    text-align: center;
    margin-bottom: 96px
}

.c-opening-text.is-contact {
    margin-bottom: 40px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-opening-text {
        margin-bottom: 56px
    }
}

.c-opening-text__text {
    font-weight: 600;
    position: relative;
    padding-bottom: 56px;
    letter-spacing: 1px
}

.c-opening-text__text p {
    margin-bottom: 32px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-opening-text__text {
        padding-bottom: 32px
    }
}

.c-opening-text__text:after {
    content: "";
    display: block;
    width: 136px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #202229
}

.c-opening {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-opening__title {
    text-align: center
}

.c-opening__text {
    font-size: 20px;
    line-height: 2.1;
    letter-spacing: 1px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-opening__text {
        font-size: 18px
    }
}

.c-opening__button {
    text-align: center;
    margin-top: 30px;
    margin-top: 46px
}

.c-opening__button .c-button,
.c-opening__button .c-form-block__button,
.c-opening__button .c-form-block__submit button,
.c-form-block__submit .c-opening__button button,
.c-opening__button .c-relation__button ul li a,
.c-relation__button ul li .c-opening__button a,
.c-opening__button .c-social-share>a,
.c-opening__button .l-header__button {
    font-size: 14px
}

@keyframes page-header-fade-in {
    0% {
        opacity: 0;
        transform: translateY(10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0px)
    }
}

.c-page-header {
    width: 100%;
    min-height: 360px;
    height: 25vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    position: relative;
    background-color: #014DB2;
    /*animation: page-header-fade-in both cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.4s 0.5s*/
}

@media (max-width: 920px) {
    .c-page-header {
        margin-top: 48px;
        min-height: 300px
    }
}

.c-page-header.is-blur {
    overflow: hidden
}

.c-page-header:after {
    content: "";
    filter: blur(12px);
    width: 100%;
    z-index: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

.c-page-header__inner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    text-align: center;
    padding: 0 16px;
    z-index: 10
}

.c-page-header__title {
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0;
    position: relative;
    z-index: 10;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-header__title {
        font-size: 28px
    }
}

.c-page-header__text {
    color: #fff;
    margin-top: 4px;
    position: relative;
    z-index: 10;
    letter-spacing: 1.4px;
    font-weight: 300;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
    animation: page-header-fade-in both cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.4s 0.7s
}

.c-page-header.is-sm {
    min-height: 176px;
    height: 12.223vw
}

.c-page-header.is-normal {
    background-color: #014DB2
}

.c-page-header.is-normal .c-page-header__title {
    text-shadow: none
}

.c-page-header.is-overlay:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 1
}

.c-page-header.is-overlay .c-page-header__inner {
    z-index: 999
}

.c-page-header.is-news {
    min-height: 240px
}

.c-page-header.is-news .c-page-header__date {
    position: relative;
    min-height: 240px;
    width: 100%;
    max-width: 928px;
    margin: 0 auto
}

.c-page-header.is-news .c-page-header__date span {
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 0
}

.c-page-header.is-news .c-page-header__inner {
    width: 100%;
    max-width: 928px;
    left: 50%;
    text-align: left;
    transform: translate(-50%, -50%);
    padding: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-header.is-news .c-page-header__inner {
        padding: 0 16px
    }
}

.c-page-header.is-news .c-page-header__title {
    font-size: 32px;
    line-height: 1.5
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-header.is-news .c-page-header__title {
        font-size: 24px
    }
}

.single-columns .c-page-header__title,
.single-cases .c-page-header__title,
.single-seminar .c-page-header__title {
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.48) !important;
    position: relative;
    z-index: 2
}

.single-columns .c-page-header__date,
.single-cases .c-page-header__date,
.single-seminar .c-page-header__date {
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.48) !important;
    position: relative;
    z-index: 2
}

.single-columns .c-page-header:before,
.single-cases .c-page-header:before,
.single-seminar .c-page-header:before {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.24)
}

.single-columns .c-page-header .c-page-header__date,
.single-cases .c-page-header .c-page-header__date,
.single-seminar .c-page-header .c-page-header__date {
    position: relative;
    z-index: 11
}

.c-page-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    background-color: #414552
}

.c-page-nav.is-next .c-page-nav__inner {
    justify-content: flex-end
}

.c-page-nav.is-prev .c-page-nav__inner {
    justify-content: space-between
}

.c-page-nav__inner {
    display: flex;
    justify-content: space-between
}

.c-page-nav__inner a {
    display: block;
    background-color: #414552;
    width: 50%;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 40px 0;
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-nav__inner a {
        padding: 16px 0
    }
}

.c-page-nav__inner a:hover {
    opacity: 1;
    background-color: #4c5160
}

.c-page-nav__prev {
    position: relative;
    border-right: 1px solid rgba(255, 255, 255, 0.32);
    padding-left: 84px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-nav__prev {
        padding-left: 48px !important
    }
}

.c-page-nav__prev:before {
    content: url("../images/icon-prev.png");
    position: absolute;
    left: 48px;
    top: 50%;
    margin-top: -12px;
    line-height: 1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-nav__prev:before {
        left: 20px
    }
}

.c-page-nav__next {
    position: relative;
    padding-right: 84px !important;
    text-align: right
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-nav__next {
        padding-right: 48px !important
    }
}

.c-page-nav__next:before {
    content: url("../images/icon-next.png");
    position: absolute;
    right: 48px;
    top: 50%;
    margin-top: -12px;
    line-height: 1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-page-nav__next:before {
        right: 20px
    }
}

.c-pagination>ul {
    list-style: none;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.c-pagination>ul>li {
    display: inline-block
}

.c-pagination>ul>li>span,
.c-pagination>ul>li>a {
    font-family: "Lato", "Noto Sans JP", sans-serif;
    font-size: 16px;
    display: inline-block;
    padding: 16px 26px;
    text-decoration: none;
    color: #5286CA;
    border: 2px solid #fff;
    border-radius: 35px;
    background-color: #fff;
    font-weight: 300;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    transition: all .3s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-pagination>ul>li>span,
    .c-pagination>ul>li>a {
        padding: 4px 8px
    }
}

.c-pagination>ul>li>span:hover,
.c-pagination>ul>li>a:hover {
    opacity: 1;
    color: #fff;
    background: #014DB2;
    border-color: #014DB2
}

.c-pagination>ul>li>span.current,
.c-pagination>ul>li>a.current {
    background: #5286CA;
    border-color: #5286CA;
    color: #fff
}

.c-pagination__next,
.c-pagination__prev {
    width: 128px;
    height: 64px;
    font-size: 36px !important;
    border-color: #5286CA !important;
    position: relative;
    text-align: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-pagination__next,
    .c-pagination__prev {
        width: 50px;
        height: 39px;
        font-size: 20px !important
    }
}

.c-pagination__next:hover,
.c-pagination__prev:hover {
    background-color: #5286CA !important;
    color: #fff !important
}

.c-pagination__next i,
.c-pagination__prev i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.c-pagination__next {
    margin-left: 64px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-pagination__next {
        margin-left: 8px
    }
}

.c-pagination__prev {
    margin-right: 24px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-pagination__prev {
        margin-right: 8px
    }
}

.c-panel__title {
    background: #014DB2;
    color: #fff;
    padding: 32px 64px;
    margin-bottom: 0;
    font-size: 1.125rem;
    border-radius: 3px 3px 0 0
}

.c-panel__content {
    padding: 32px 64px;
    border: 1px solid #EFEFEF;
    border-radius: 0 0 3px 3px;
    background: #fff
}

.c-panel.is-danger .c-panel__title {
    background: #cc2919
}

.c-panel.is-warning .c-panel__title {
    background: #cc9e12
}

.c-panel.is-success .c-panel__title {
    background: #13a83a
}

.c-panel.is-info .c-panel__title {
    background: #378da3
}

.c-point {
    overflow: hidden;
}

.c-point__inner {
    width: 100%;
    max-width: 1326px;
    margin: 0 auto;
    padding: 0 48px
}

@media (max-width: 1230px) {
    .c-point__inner {
        padding: 0 16px
    }
}

.c-point__block {
    margin-bottom: 192px;
    display: flex;
    position: relative;
    padding-left: 120px;
    align-items: center;
}

.c-point__block:last-child {
    margin-bottom: 0
}

@media (max-width: 1230px) {
    .c-point__block {
        padding: 0 !important
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-point__block {
        display: block;
        margin-bottom: 80px
    }
}

.c-point__block:after {
    content: "";
    display: block;
    width: 2000px;
    height: 286px;
    position: absolute;
    z-index: -1;
    left: 302px;
    top: 22px;
    background-color: #f5f4f2
}

@media (max-width: 1230px) {
    .c-point__block:after {
        left: 182px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-point__block:after {
        display: none
    }
}

.c-point__content {
    width: calc(100% - 470px - 64px)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-point__content {
        width: 100%;
        margin-bottom: 56px
    }
}

.c-point__label {
    font-size: 13px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    color: #fff;
    background-color: #202229;
    max-width: 182px;
    width: 100%;
    padding: 0px 8px;
    margin-bottom: 22px
}

.c-point__image {
    width: 470px;
    transform: skewX(-2deg) rotate(-2deg) scale(1);
    margin-left: auto;
    overflow: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-point__image {
        width: calc(100% + 16px);
        position: relative;
        margin-right: -16px
    }

    .c-point__image:after {
        content: "";
        display: block;
        width: calc(100% + 32px);
        height: calc(100% - 44px);
        position: absolute;
        z-index: -1;
        left: -16px;
        top: 22px;
        background-color: #f5f4f2
    }
}

.c-point__image img {
    width: 100%;
    height: auto;
    transform: skewX(2deg) rotate(2deg) scale(1.1);
}

.c-point__title {
    line-height: 1.4;
    font-weight: 400;
    margin-right: -40px;
    letter-spacing: -0.4px;
    margin-top: 0
}

@media (max-width: 1230px) {
    .c-point__title {
        margin-right: 0
    }
}

.c-point__text {
    line-height: 2.2
}

.c-point__block:nth-child(even) {
    padding-left: 0;
    padding-right: 120px
}

.c-point__block:nth-child(even):after {
    left: auto;
    right: calc(100% - 470px - 64px)
}

.c-point__block:nth-child(even) .c-point__image {
    order: 1;
    margin-left: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-point__block:nth-child(even) .c-point__image {
        margin-right: 0;
        margin-left: -16px
    }
}

.c-point__block:nth-child(even) .c-point__content {
    order: 2;
    margin-left: auto
}

.c-point__block:nth-child(even) .c-point__title,
.c-point__block:nth-child(even) .c-point__text {
    padding-left: 72px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-point__block:nth-child(even) .c-point__title,
    .c-point__block:nth-child(even) .c-point__text {
        padding: 0
    }
}

@media (max-width: 950px) {
    .c-point.is-single .c-point__block {
        display: block
    }
}

@media (max-width: 950px) {
    .c-point.is-single .c-point__content {
        width: 100%;
        margin-bottom: 56px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-point.is-single .c-point__content {
        margin-bottom: 32px
    }
}

@media (max-width: 950px) {
    .c-point.is-single .c-point__image {
        margin-right: auto
    }
}

.c-post-navs ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    overflow: hidden
}

.c-post-navs__prev a,
.c-post-navs__next a {
    border-radius: 1000px;
    border: 2px solid #014DB2;
    padding: 8px 64px;
    display: inline-block;
    text-decoration: none
}

.c-post-navs__prev a:hover,
.c-post-navs__next a:hover {
    background: #014DB2;
    color: #fff
}

.c-post-navs__prev {
    float: left
}

.c-post-navs__next {
    float: right
}

.c-privacy-policy {
    font-family: "Noto Sans JP"
}

.c-privacy-policy__title {
    margin-top: 0
}

.c-privacy-policy__text p {
    font-size: 14px;
    margin-bottom: 24px
}

.c-privacy-policy__block {
    margin-bottom: 34px
}

.c-privacy-policy__address {
    border-top: 1px solid rgba(0, 0, 0, 0.48);
    padding-top: 32px;
    font-size: 14px;
    letter-spacing: 0.5px
}

.c-privacy-policy__address__title {
    font-weight: bold;
    margin-bottom: 8px
}

.c-privacy-policy__address address {
    font-style: normal;
    line-height: 2.1
}

.c-profile {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-profile__block {
    margin-bottom: 160px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-profile__block {
        margin-bottom: 96px
    }
}

.c-profile__block:last-child {
    margin-bottom: 0 !important
}

.c-profile__image {
    margin: 0 auto 28px;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-profile__image {
        height: 140px;
        width: calc(100% - 48px);
        margin: 0 24px
    }
}

.c-profile__image img {
    width: 100%;
    max-width: 30.3125rem
}

.c-profile__text {
    line-height: 2.1
}

@keyframes refineToggleSlide {
    0% {}

    100% {}
}

.c-refine {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.c-refine__title {
    text-align: center;
    font-size: 14px;
    padding: 12px 0 12px;
    margin-bottom: 0px;
    cursor: pointer;
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.3s
}

.c-refine__title.is-active:before {
    content: "\f106"
}

.c-refine__title:before {
    content: "\f107";
    font-family: "FontAwesome";
    padding-right: 8px;
    font-size: 16px
}

.c-refine__title:hover {
    background: rgba(0, 0, 0, 0.08)
}

.c-refine__inner {
    display: none;
    position: relative;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto
}

.c-refine.is-active .c-refine__inner {
    display: block
}

.c-refine__reset {
    position: absolute;
    right: 0;
    top: -44px;
    text-decoration: none;
    font-size: 14px;
    color: #014DB2;
    letter-spacing: 1px;
    text-align: right;
    line-height: 14px
}

.c-refine__list {
    flex-wrap: wrap;
    width: 100%;
    max-width: 896px;
    margin: 0 auto;
    margin-top: 12px;
    padding-bottom: 16px;
    display: flex
}

.c-refine__list li {
    width: calc(25% - 12px);
    border: 1px solid #014DB2;
    border-radius: 35px;
    margin-right: 16px;
    margin-bottom: 12px
}

.c-refine__list li.is-active {
    border-color: #014DB2
}

@media (max-width: 1080px) {
    .c-refine__list li {
        width: calc(50% - 8px)
    }

    .c-refine__list li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-refine__list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4px
    }
}

.c-refine__list li:nth-child(4n) {
    margin-right: 0
}

.c-refine__list li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #014DB2;
    font-size: 14px;
    font-weight: 400;
    padding: 12px
}

.c-refine__list li a.is-active {
    background: #014DB2;
    color: #fff;
    border-color: #014DB2
}

.c-relation-case {
    background-color: #f5f5f5;
    padding-top: 52px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation-case {
        padding-top: 40px;
        padding-bottom: 24px
    }
}

.c-relation-case__inner {
    width: 100%;
    max-width: 896px;
    margin: 0 auto
}

.c-relation-case__title {
    margin-top: 0;
    margin-bottom: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation-case__title {
        margin-bottom: 24px
    }
}

.c-relation-link {
    width: 100%;
    max-width: 744px;
    margin: 48px auto 0;
    padding-top: 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.5)
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation-link {
        margin: 32px auto 0;
        padding-top: 32px
    }
}

.c-relation-link__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation-link__title {
        margin-bottom: 14px
    }
}

.c-relation-link ul li {
    margin-bottom: 4px
}

.c-relation-link ul li a {
    color: #202229;
    font-weight: 500
}

.c-relation-site {
    max-width: 896px;
    width: 100%;
    margin: 48px auto 0;
    border-top: 4px solid #202229;
    padding-top: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation-site {
        padding-top: 32px;
        margin-top: 40px
    }
}

.c-relation-site__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px
}

.c-relation-site__url {
    font-family: "Noto Sans JP";
    font-weight: 400
}

.c-relation {
    padding-top: 32px;
    padding-bottom: 48px;
    background-color: #F7F7F7
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation {
        padding-top: 26px;
        padding-bottom: 24px
    }
}

.c-relation__title {
    margin-top: 0
}

.c-relation__button ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.c-relation__button ul li {
    width: 21.73913%;
    margin-right: .72464%
}

.c-relation__button ul li:nth-child(4n) {
    margin-right: 0
}

@media (max-width: 900px) {
    .c-relation__button ul li {
        width: calc(50% - 8px);
        margin-right: 16px;
        margin-bottom: 16px
    }

    .c-relation__button ul li:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-relation__button ul li {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 8px
    }
}

.c-relation__button ul li a {
    border-color: #5ABDB2;
    color: #5ABDB2;
    max-width: 100% !important
}

.c-relation__button ul li a:hover {
    background-color: #5ABDB2
}

.c-seminar__title {
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 88px;
    margin-top: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-seminar__title {
        margin-bottom: 32px
    }
}

.c-seminar__title span {
    letter-spacing: 0;
    padding-right: 32px;
    font-size: 24px;
    font-weight: 600
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-seminar__title span {
        padding-right: 12px
    }
}

.c-seminar__title small,
.c-seminar__title .c-dropdown__list li a,
.c-dropdown__list li .c-seminar__title a {
    font-size: 16px;
    padding-bottom: 3px;
    color: #969694;
    display: block;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-seminar__title small,
    .c-seminar__title .c-dropdown__list li a,
    .c-dropdown__list li .c-seminar__title a {
        font-size: 14px
    }
}

.c-seminar__inner {
    display: flex;
    flex-wrap: wrap
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-seminar__inner {
        display: block
    }
}

.c-seminar__block {
    display: block;
    color: #202229;
    font-weight: 400;
    text-decoration: none;
    width: calc(33.3333% - 33px);
    margin-right: 32px;
    background-color: #202229
}

@media (min-width: 768px) {
    .c-seminar__block {
        /*visibility: hidden*/
    }
}

@media (max-width: 1080px) {
    .c-seminar__block {
        width: calc(50% - 16px);
        margin-right: 32px
    }

    .c-seminar__block:nth-child(2n) {
        margin-right: 0
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-seminar__block {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 24px !important
    }
}

@media (min-width: 1080px) {
    .c-seminar__block:nth-child(3n) {
        margin-right: 0
    }
}

.c-seminar__overflow {
    position: relative;
    width: 100%;
    padding-top: 49.10714%;
    height: 0;
    overflow: hidden
}

.c-seminar__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #CCC;
    transition: all .3s
}

.c-seminar__detail {
    color: #fff;
    padding: 12px 14px
}

.c-seminar__text {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 0px;
    height: 99px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-seminar__text {
        height: inherit;
        margin-bottom: 32px
    }
}

.c-seminar__sup {
    font-size: 15px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.64)
}

.c-seminar__button {
    margin-top: 48px;
    text-align: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-seminar__button {
        margin-top: 0
    }
}

.c-seminar.is-page .c-seminar__block {
    margin-bottom: 32px
}

.c-service-cases {
    margin-bottom: 160px
}

@media (max-width: 900px) {
    .c-service-cases {
        margin-bottom: 56px
    }
}

.c-service-cases__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.c-service-cases__title {
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 48px
}

@media (max-width: 900px) {
    .c-service-cases__title {
        margin-bottom: 8px
    }
}

.c-service-cases__content {
    margin-left: 48px
}

@media (max-width: 900px) {
    .c-service-cases__content {
        margin-left: 16px
    }
}

.c-service-cases__block {
    background-color: #e9edf0;
    position: relative;
    padding: 32px 50px 24px;
    width: 100%;
    max-width: 720px;
    margin-bottom: 32px
}

@media (max-width: 900px) {
    .c-service-cases__block {
        padding: 28px 16px 16px 28px;
        margin-bottom: 24px
    }

    .c-service-cases__block:nth-child(3):after {
        height: 24px;
        top: -24px
    }
}

.c-service-cases__block:last-child {
    margin-bottom: 0
}

.c-service-cases__block:after {
    content: "";
    display: block;
    width: 4px;
    height: 500px;
    position: absolute;
    background-color: #ebeae8;
    left: 28px;
    top: -500px;
    z-index: -1
}

@media (max-width: 900px) {
    .c-service-cases__block:after {
        z-index: -1;
        height: 300px;
        top: -299px
    }
}

.c-service-cases__block:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24px 0 0 24px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.c-service-cases__subtitle {
    font-weight: 700;
    margin-bottom: 16px
}

.c-service-cases__detail {
    font-family: "Noto Sans JP";
    font-size: 14px
}

.c-service-cases__detail tr th,
.c-service-cases__detail tr td {
    border-bottom: 1px solid #b8b8b8;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 14px 0;
    vertical-align: top
}

.c-service-cases__detail tr:last-child th,
.c-service-cases__detail tr:last-child td {
    border-bottom: none
}

.c-service-cases__detail tr th {
    font-weight: 400;
    width: 96px
}

.c-service-cases.is-even .c-service-cases__inner {
    display: flex
}

.c-service-cases.is-even .c-service-cases__content {
    margin-left: auto;
    margin-right: 48px
}

@media (max-width: 900px) {
    .c-service-cases.is-even .c-service-cases__content {
        margin-right: 16px
    }
}

@media (max-width: 900px) {
    .c-service-cases.is-even .c-service-cases__block {
        padding: 28px 28px 16px 16px
    }
}

.c-service-cases.is-even .c-service-cases__block:before {
    left: auto;
    right: 0;
    border-width: 0 0 24px 24px;
    border-color: transparent transparent #fff transparent
}

@media (max-width: 900px) {
    .c-service-cases.is-even .c-service-cases__block:after {
        z-index: -1 !important
    }
}

.c-service-cases.is-ux-design .c-service-cases__block {
    background-color: #EAEBDD;
    border-radius: 0 0 32px 0
}

.c-service-cases.is-ux-design .c-service-cases__block:before {
    display: none
}

.c-service-cases.is-ux-design.is-even .c-service-cases__block {
    border-radius: 0 32px 0 0
}

.c-service-cases.is-cutting-edge-technology {
    margin-bottom: 96px
}

@media (max-width: 900px) {
    .c-service-cases.is-cutting-edge-technology {
        margin-bottom: 32px
    }
}

.c-service-cases.is-cutting-edge-technology .c-service-cases__block {
    padding-bottom: 64px;
    background-color: #e4dce4
}

.c-service-cases.is-cutting-edge-technology .c-service-cases__block:before {
    border-width: 0 0 48px 720px;
    border-color: transparent transparent #fff transparent;
    left: 0
}

.c-service-cases.is-cutting-edge-technology.is-even .c-service-cases__block:nth-child(3):after {
    height: 78px;
    top: -78px;
    z-index: 1 !important
}

@media (max-width: 900px) {
    .c-service-cases.is-cutting-edge-technology.is-even .c-service-cases__block:nth-child(3):after {
        height: 46px;
        top: -46px
    }
}

.c-service-cases.is-cutting-edge-technology.is-even .c-service-cases__block:before {
    border-width: 48px 0 0 720px;
    border-color: transparent transparent transparent #fff;
    left: auto;
    right: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #post-33.hentry {
        width: 100%;
        overflow: hidden
    }
}

.c-service-content {
    overflow: hidden
}

.c-service-content__inner {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto
}

.c-service-content__block {
    background-color: #ebebeb;
    position: relative;
    min-height: 470px;
    padding: 64px 48px;
    margin-bottom: 144px
}

@media (max-width: 1200px) {
    .c-service-content__block {
        margin-left: 24px;
        margin-right: 24px
    }
}

@media (max-width: 900px) {
    .c-service-content__block {
        padding: 48px 40px 200px 28px;
        min-height: inherit;
        margin-left: 16px;
        margin-bottom: 80px;
        margin-right: 0
    }
}

.c-service-content__block:after {
    content: "";
    display: block;
    width: 2000px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2000px;
    background-color: #ebebeb
}

.c-service-content__block:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 48px 0 0 48px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 0
}

.c-service-content__content {
    width: calc(100% - 454px)
}

@media (max-width: 900px) {
    .c-service-content__content {
        width: 100%
    }
}

.c-service-content__title {
    margin-top: 0;
    font-weight: 600;
    letter-spacing: -0.6px
}

@media (max-width: 900px) {
    .c-service-content__title {
        font-size: 24px
    }
}

.c-service-content__text {
    max-width: 548px;
    line-height: 2.1
}

.c-service-content__image {
    width: 454px;
    position: absolute;
    top: 48px;
    right: 0
}

@media (max-width: 900px) {
    .c-service-content__image {
        width: 225px;
        top: auto;
        bottom: -48px;
        right: 16px
    }
}

@media (max-width: 900px) {
    .c-service-content.is-even .c-service-content__block {
        margin-right: 16px
    }
}

.c-service-content.is-even .c-service-content__block:after {
    right: auto;
    left: -2000px
}

.c-service-content.is-even .c-service-content__block:before {
    border-width: 0 0 48px 48px;
    border-color: transparent transparent #fff transparent;
    left: auto;
    right: 0
}

.c-service-content.is-even .c-service-content__image {
    right: auto;
    left: 0
}

.c-service-content.is-even .c-service-content__content {
    margin-left: auto
}

.c-service-content.is-even .c-service-content__text {
    max-width: 642px
}

.c-service-content.is-ux-design .c-service-content__block {
    position: relative;
    background-color: transparent
}

.c-service-content.is-ux-design .c-service-content__block:before {
    content: "";
    display: block;
    background-color: #ebebeb;
    position: absolute;
    width: calc(100% + 400px);
    height: 100%;
    z-index: -1;
    border-radius: 72px 0 0 80px;
    border: none;
    transform: skewX(15deg);
    left: -16px;
    top: 0
}

.c-service-content.is-ux-design.is-even .c-service-content__block {
    border-radius: 0 80px 64px 0
}

.c-service-content.is-ux-design.is-even .c-service-content__block:before {
    left: auto;
    right: -16px;
    transform: skewX(-15deg);
    border-radius: 0 72px 80px 0px
}

.c-service-content.is-cutting-edge-technology .c-service-content__block {
    background-color: transparent;
    margin-top: 32px;
    padding-top: 88px;
    margin-bottom: 72px
}

.c-service-content.is-cutting-edge-technology .c-service-content__block:before {
    display: none
}

.c-service-content.is-cutting-edge-technology .c-service-content__block:after {
    right: auto;
    left: 0;
    height: 94%;
    z-index: -1;
    transform: skewX(-2deg) rotate(-2deg)
}

.c-service-content.is-cutting-edge-technology.is-even .c-service-content__block:after {
    transform: skewX(2deg) rotate(2deg);
    left: auto;
    right: 0
}

.c-service__inner {
    display: flex;
    max-width: 1080px;
    margin: 0 auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service__inner {
        display: block
    }
}

.c-service__block {
    text-align: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-service__block {
        width: 100% !important;
        position: relative
    }
}

.c-service__block:nth-child(1) {
    width: 50.09259%
}

.c-service__block:nth-child(1) .c-button,
.c-service__block:nth-child(1) .c-form-block__button,
.c-service__block:nth-child(1) .c-form-block__submit button,
.c-form-block__submit .c-service__block:nth-child(1) button,
.c-service__block:nth-child(1) .c-relation__button ul li a,
.c-relation__button ul li .c-service__block:nth-child(1) a,
.c-service__block:nth-child(1) .c-social-share>a,
.c-service__block:nth-child(1) .l-header__button {
    margin-left: 40px
}

@media (max-width: 970px) and (min-width: 751px) {

    .c-service__block:nth-child(1) .c-button,
    .c-service__block:nth-child(1) .c-form-block__button,
    .c-service__block:nth-child(1) .c-form-block__submit button,
    .c-form-block__submit .c-service__block:nth-child(1) button,
    .c-service__block:nth-child(1) .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block:nth-child(1) a,
    .c-service__block:nth-child(1) .c-social-share>a,
    .c-service__block:nth-child(1) .l-header__button {
        margin-left: 24px
    }
}

.c-service__block:nth-child(2) {
    width: 42.59259%
}

@media (max-width: 970px) and (min-width: 751px) {

    .c-service__block:nth-child(2) .c-button,
    .c-service__block:nth-child(2) .c-form-block__button,
    .c-service__block:nth-child(2) .c-form-block__submit button,
    .c-form-block__submit .c-service__block:nth-child(2) button,
    .c-service__block:nth-child(2) .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block:nth-child(2) a,
    .c-service__block:nth-child(2) .c-social-share>a,
    .c-service__block:nth-child(2) .l-header__button {
        margin-left: -6px
    }
}

.c-service__block:nth-child(3) {
    width: 45.83333%
}

.c-service__block:nth-child(3) .c-button,
.c-service__block:nth-child(3) .c-form-block__button,
.c-service__block:nth-child(3) .c-form-block__submit button,
.c-form-block__submit .c-service__block:nth-child(3) button,
.c-service__block:nth-child(3) .c-relation__button ul li a,
.c-relation__button ul li .c-service__block:nth-child(3) a,
.c-service__block:nth-child(3) .c-social-share>a,
.c-service__block:nth-child(3) .l-header__button {
    margin-left: -20px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-service__block:nth-child(3) .c-button,
    .c-service__block:nth-child(3) .c-form-block__button,
    .c-service__block:nth-child(3) .c-form-block__submit button,
    .c-form-block__submit .c-service__block:nth-child(3) button,
    .c-service__block:nth-child(3) .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block:nth-child(3) a,
    .c-service__block:nth-child(3) .c-social-share>a,
    .c-service__block:nth-child(3) .l-header__button {
        bottom: 28vw
    }
}

.c-service__block:nth-child(4) {
    width: 61.48148%
}

.c-service__block:nth-child(4) .c-button,
.c-service__block:nth-child(4) .c-form-block__button,
.c-service__block:nth-child(4) .c-form-block__submit button,
.c-form-block__submit .c-service__block:nth-child(4) button,
.c-service__block:nth-child(4) .c-relation__button ul li a,
.c-relation__button ul li .c-service__block:nth-child(4) a,
.c-service__block:nth-child(4) .c-social-share>a,
.c-service__block:nth-child(4) .l-header__button {
    margin-left: 60px
}

@media (max-width: 970px) and (min-width: 751px) {

    .c-service__block:nth-child(4) .c-button,
    .c-service__block:nth-child(4) .c-form-block__button,
    .c-service__block:nth-child(4) .c-form-block__submit button,
    .c-form-block__submit .c-service__block:nth-child(4) button,
    .c-service__block:nth-child(4) .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block:nth-child(4) a,
    .c-service__block:nth-child(4) .c-social-share>a,
    .c-service__block:nth-child(4) .l-header__button {
        margin-left: 40px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-service__block:nth-child(4) .c-button,
    .c-service__block:nth-child(4) .c-form-block__button,
    .c-service__block:nth-child(4) .c-form-block__submit button,
    .c-form-block__submit .c-service__block:nth-child(4) button,
    .c-service__block:nth-child(4) .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block:nth-child(4) a,
    .c-service__block:nth-child(4) .c-social-share>a,
    .c-service__block:nth-child(4) .l-header__button {
        bottom: 12vw
    }
}

.c-service__block .c-button,
.c-service__block .c-form-block__button,
.c-service__block .c-form-block__submit button,
.c-form-block__submit .c-service__block button,
.c-service__block .c-relation__button ul li a,
.c-relation__button ul li .c-service__block a,
.c-service__block .c-social-share>a,
.c-service__block .l-header__button {
    margin-top: 4px
}

@media (max-width: 970px) and (min-width: 751px) {

    .c-service__block .c-button,
    .c-service__block .c-form-block__button,
    .c-service__block .c-form-block__submit button,
    .c-form-block__submit .c-service__block button,
    .c-service__block .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block a,
    .c-service__block .c-social-share>a,
    .c-service__block .l-header__button {
        max-width: 140px;
        padding: 8px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-service__block .c-button,
    .c-service__block .c-form-block__button,
    .c-service__block .c-form-block__submit button,
    .c-form-block__submit .c-service__block button,
    .c-service__block .c-relation__button ul li a,
    .c-relation__button ul li .c-service__block a,
    .c-service__block .c-social-share>a,
    .c-service__block .l-header__button {
        position: absolute;
        margin: 0 !important;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15vw
    }
}

@media (min-width: 921px) {
    .c-slidebar-button {
        display: none !important
    }

    .c-slidebar-menu {
        display: none !important
    }
}

.c-slidebar-container {
    padding-top: 76px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-slidebar-container {
        padding-top: 0
    }
}

@media (max-width: 920px) {
    .c-slidebar-button {
        position: fixed;
        right: 0px;
        top: 0px;
        text-align: center;
        font-size: .75rem;
        z-index: 100000;
        text-decoration: none;
        background: transparent;
        line-height: 1;
        color: #fff;
        width: 48px;
        height: 48px;
        padding-top: 15px
    }

    .c-slidebar-button:active,
    .c-slidebar-button:hover {
        opacity: 1
    }

    .c-slidebar-button__line>span {
        display: block;
        height: 2px;
        background: #202229;
        width: 100%;
        max-width: 26px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        transition: all ease .2s
    }

    .c-slidebar-button__text {
        transition: all ease .2s
    }

    .c-slidebar-menu {
        height: auto;
        position: fixed;
        background-color: #fff;
        z-index: 9600;
        width: 75%;
        -webkit-transform: translateX(100%);
        transform: translate3d(100%, 0px, 0px);
        right: 0;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        overflow: auto;
        top: 0;
        -webkit-overflow-scrolling: touch
    }

    .c-slidebar-menu.is-active {
        height: calc(100% - 48px) !important
    }

    .c-slidebar-menu.is-top-to-bottom {
        -webkit-transform: translateX(0%);
        -webkit-transform: translateY(-100%);
        transform: translate3d(0px, -100%, 0px);
        width: 100%;
        opacity: 0;
        max-height: calc(100vh - 48px)
    }

    .c-slidebar-menu__children {
        display: none;
        background-color: #F5F5F5 !important
    }

    .c-slidebar-menu__children li {
        border-bottom: none !important
    }

    .c-slidebar-menu__children li.is-mainmenu {
        background-color: #202229 !important
    }

    .c-slidebar-menu__children li.is-mainmenu a {
        color: #fff !important;
        padding-bottom: 8px !important
    }

    .c-slidebar-menu__children li:last-child a {
        padding-bottom: 10px !important
    }

    .c-slidebar-menu__children li a {
        color: #202229 !important;
        padding-top: 10px !important;
        padding-bottom: 0px !important;
        padding-left: 24px !important;
        font-weight: 500 !important;
        font-size: 15px !important
    }

    .c-slidebar-menu__children li a:before {
        display: none
    }

    .c-slidebar-menu__parent a:before,
    .c-slidebar-menu__parent span:before {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        right: 24px;
        margin-top: -12px
    }

    .c-slidebar-menu__parent.is-open a:before,
    .c-slidebar-menu__parent.is-open span:before {
        content: "\f106" !important
    }

    .c-slidebar-menu ul {
        background: #fff
    }

    .c-slidebar-menu ul li {
        border-bottom: 1px solid rgba(32, 34, 41, 0.2)
    }

    .c-slidebar-menu ul li.is-contact {
        background-color: #014DB2
    }

    .c-slidebar-menu ul li.is-contact a {
        color: #fff;
        text-align: center
    }

    .c-slidebar-menu ul li a,
    .c-slidebar-menu ul li span {
        font-size: 16px;
        display: block;
        padding-left: 24px;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-right: 16px;
        text-decoration: none;
        color: #202229;
        font-weight: 600;
        position: relative
    }

    .c-slidebar-container {
        height: 100%;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s
    }

    .c-slidebar-container:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        display: none
    }

    .is-slidebar-active {
        cursor: pointer
    }

    .is-slidebar-active .c-slidebar-button {
        padding-right: 6px;
        padding-top: 17px
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(1) {
        transform: rotate(-45deg) translateY(8px) translateX(-5px)
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(2) {
        transform: rotate(45deg) translateY(0px) translateX(3px)
    }

    .is-slidebar-active .c-slidebar-button__line>span:nth-child(3) {
        display: none
    }

    .is-slidebar-active .c-slidebar-button__text {
        display: none
    }

    .is-slidebar-active .c-slidebar-container {
        -webkit-transform: translateX(-75%);
        transform: translate3d(-75%, 0px, 0px)
    }

    .is-slidebar-active .c-slidebar-container:after {
        content: "";
        opacity: 1;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        display: block;
        top: 0;
        left: 0
    }

    .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
        -webkit-transform: translateX(0px);
        transform: translate3d(0px, 0px, 0px)
    }

    .is-slidebar-active .c-slidebar-container.is-top-to-bottom:after {
        top: 48px
    }

    .is-slidebar-active .c-slidebar-menu {
        -webkit-transform: translateX(0);
        transform: translate3d(0, 0, 0)
    }

    .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
        -webkit-transform: translateY(48px);
        transform: translate3d(0, 48px, 0);
        opacity: 1
    }
}

.c-slider {
    overflow: hidden;
    position: relative
}

.c-slider-outer {
    cursor: pointer
}

.c-slider-outer>* {
    display: inline-block;
    text-align: center;
    cursor: pointer
}

.c-slider__prev,
.c-slider__next {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    font-size: 30px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 1000px;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 8px;
    line-height: 1;
    color: #fff
}

.c-slider__next {
    right: 10%
}

.c-slider__prev {
    left: 10%
}

.c-slider .is-transition {
    transition: all ease .4s
}

.c-sns-btn {
    position: relative
}

.c-sns-btn.is-fixed {
    position: fixed;
    top: 80px
}

.c-sns-btn.is-absolute {
    position: absolute
}

.c-sns-btn a {
    transition: all cubic-bezier(0.49, 0.1, 0.25, 1.06) 0.4s
}

.c-sns-btn__inner {
    width: 64px;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width: 1200px) {
    .c-sns-btn__inner {
        position: static;
        width: 100%;
        display: flex;
        align-items: center;
        max-width: 744px;
        margin: 0 auto 56px
    }
}

.c-sns-btn__prev {
    display: block;
    position: relative;
    padding: 20px 0;
    text-align: center
}

@media (max-width: 1200px) {
    .c-sns-btn__prev {
        padding: 0 16px 0 0
    }
}

.c-sns-btn__prev img {
    width: 2.28125rem
}

.c-sns-btn__prev:after {
    content: "";
    display: block;
    width: 64px;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    left: 0
}

@media (max-width: 1200px) {
    .c-sns-btn__prev:after {
        width: 1px;
        height: 40px;
        left: auto;
        right: 0
    }
}

@media (max-width: 1200px) {
    .c-sns-btn__list {
        display: flex
    }
}

.c-sns-btn__list li {
    text-align: center;
    margin-top: 20px
}

@media (max-width: 1200px) {
    .c-sns-btn__list li {
        margin-top: 0;
        margin-left: 16px
    }
}

.c-sns-btn__list li img {
    width: 2.25rem
}

.c-social-share>a.c-social-share__facebook {
    background: #3b5998
}

.c-social-share>a.c-social-share__twitter {
    background: #00aced
}

.c-social-share>a.c-social-share__googleplus {
    background: #d34836
}


.c-special-block__wrapper {
    padding: 64px 45px 0 90px;
    position: relative;
    margin-bottom: 80px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__wrapper {
        padding: 64px 0 0 16px;
        margin-bottom: 32px
    }
}

.c-special-block__wrapper:last-child {
    margin-bottom: 0
}

.c-special-block__wrapper:before {
    content: "";
    display: block;
    width: 2000px;
    min-height: 470px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #ebebeb;
    transform: skewX(-2deg) rotate(-2deg)
}

@media (max-width: 950px) {
    .c-special-block__wrapper:before {
        min-height: 50%
    }
}

.c-special-block__wrapper:nth-child(even) {
    padding: 64px 74px 0 47px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__wrapper:nth-child(even) {
        padding: 64px 16px 0 0
    }
}

.c-special-block__wrapper:nth-child(even):before {
    transform: skewX(2deg) rotate(2deg);
    left: auto;
    right: 0
}

.c-special-block__wrapper:nth-child(even) .c-special-block__content {
    order: 2
}

.c-special-block__wrapper:nth-child(even) .c-special-block__overflow {
    order: 1;
    margin-left: 0;
    margin-right: 48px;
    transform: skewX(2deg) rotate(2deg)
}

.c-special-block__wrapper:nth-child(even) .c-special-block__image {
    transform: skewX(-2deg) rotate(-2deg) scale(1.1)
}

.c-special-block__wrapper:nth-child(even) .c-link-box {
    margin-right: 0;
    margin-left: 36px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__wrapper:nth-child(even) .c-link-box {
        margin-left: 16px
    }
}

.c-special-block__block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 48px
}

@media (max-width: 950px) {
    .c-special-block__block {
        flex-direction: column
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__block {
        margin-bottom: 32px
    }
}

.c-special-block__content {
    width: 60.6383%;
    margin-top: 64px
}

@media (max-width: 950px) {
    .c-special-block__content {
        order: 2;
        width: 100%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__content {
        margin-top: 32px
    }
}

.c-special-block__title {
    position: relative;
    padding-top: 16px;
    margin-top: 0;
    margin-bottom: 2px
}

.c-special-block__title:before {
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    background-color: #202229;
    position: absolute;
    top: 0;
    left: 0
}

.c-special-block__subtitle {
    font-size: 14px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #969694;
    margin-bottom: 26px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__subtitle {
        margin-bottom: 16px
    }
}

.c-special-block__text {
    line-height: 1.625
}

.c-special-block__overflow {
    width: 38.08511%;
    min-width: 358px;
    transform: skewX(-2deg) rotate(-2deg);
    overflow: hidden;
    margin-left: 48px
}

@media (max-width: 950px) {
    .c-special-block__overflow {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special-block__overflow {
        min-width: inherit
    }
}

.c-special-block__image {
    transform: skewX(2deg) rotate(2deg) scale(1.1)
}

.c-special__block {
    padding-bottom: 64px;
    margin-bottom: 64px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.32);
    display: flex;
    align-items: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special__block {
        display: block;
        position: relative;
        border-bottom: none;
        padding-bottom: 0;
        margin: 0 40px 96px
    }
}

@media (max-width: 560px) {
    .c-special__block {
        margin: 0 0 96px
    }
}

.c-special__block:last-child {
    margin-bottom: 0 !important;
    border-bottom: none !important;
    padding-bottom: 0 !important
}

.c-special__content {
    width: 49.63768%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special__content {
        width: 100%
    }
}

.c-special__content .c-button,
.c-special__content .c-form-block__button,
.c-special__content .c-form-block__submit button,
.c-form-block__submit .c-special__content button,
.c-special__content .c-relation__button ul li a,
.c-relation__button ul li .c-special__content a,
.c-special__content .c-social-share>a,
.c-special__content .l-header__button {
    margin-top: 40px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-special__content .c-button,
    .c-special__content .c-form-block__button,
    .c-special__content .c-form-block__submit button,
    .c-form-block__submit .c-special__content button,
    .c-special__content .c-relation__button ul li a,
    .c-relation__button ul li .c-special__content a,
    .c-special__content .c-social-share>a,
    .c-special__content .l-header__button {
        margin-top: 24px
    }
}

.c-special__title {
    position: relative;
    padding-top: 16px;
    margin-top: 0;
    margin-bottom: 2px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 400
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special__title {
        font-weight: 400
    }
}

.c-special__title:before {
    content: "";
    display: block;
    width: 96px;
    height: 3px;
    background-color: #202229;
    position: absolute;
    top: 0;
    left: 0
}

.c-special__subtitle {
    font-size: 14px;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #969694;
    margin-bottom: 32px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special__subtitle {
        margin-bottom: 81vw
    }
}

@media (max-width: 640px) {
    .c-special__subtitle {
        margin-bottom: 80vw
    }
}

@media (max-width: 560px) {
    .c-special__subtitle {
        margin-bottom: 93vw
    }
}

.c-special__text {
    line-height: 2.1
}

.c-special__image {
    width: 49.63768%;
    margin-left: auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special__image {
        width: 100%;
        position: absolute;
        top: 102px;
        left: 0
    }

    .c-special__image img {
        width: 100%;
        height: auto
    }
}

.c-special__block:nth-child(even) .c-special__content {
    order: 2;
    margin-left: auto
}

.c-special__block:nth-child(even) .c-special__image {
    order: 1;
    margin-left: 0
}

.c-special.is-products .c-special__block {
    display: flex !important
}

@media (max-width: 1140px) {
    .c-special.is-products .c-special__block {
        align-items: flex-start
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special.is-products .c-special__block {
        border-bottom: 1px solid #202229;
        padding-bottom: 56px;
        flex-wrap: wrap;
        margin-bottom: 56px
    }
}

.c-special.is-products .c-special__image {
    order: 1 !important;
    position: static !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special.is-products .c-special__image {
        margin-bottom: 24px
    }
}

.c-special.is-products .c-special__content {
    order: 2 !important;
    margin-left: 9.96377%;
    max-width: 454px
}

@media (max-width: 1140px) {
    .c-special.is-products .c-special__content {
        margin-left: 6.52174%
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special.is-products .c-special__content {
        margin: 0;
        max-width: 100% !important
    }
}

.c-special.is-products .c-special__title {
    padding: 0;
    margin-bottom: 24px;
    font-size: 44px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-special.is-products .c-special__title {
        font-size: 32px;
        margin-bottom: 16px
    }
}

.c-special.is-products .c-special__title:before {
    display: none
}

.c-special.is-products .c-special__subtitle {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 500
}

.c-staff {
    border-top: 1px solid rgba(0, 0, 0, 0.32);
    max-width: 896px;
    width: 100%;
    margin: 96px auto 0;
    padding-top: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-staff {
        padding-top: 32px;
        margin-top: 64px
    }
}

.c-staff__inner {
    display: flex
}

.c-staff__block {
    width: 32.14286%;
    margin-right: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-staff__block {
        width: calc(50% - 8px)
    }

    .c-staff__block:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 750px) {
    .c-staff__block:nth-child(3n) {
        margin-right: 0
    }
}

.c-staff__image {
    margin-bottom: 14px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-staff__image {
        margin-bottom: 8px
    }
}

.c-staff__name {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-staff__name {
        font-size: 16px;
        margin-bottom: 0
    }
}

.c-staff__sup {
    font-size: 14px
}

.c-table,
.l-post-content table {
    width: 100%;
    border-top: 1px solid #202229;
    font-family: "Noto Sans JP"
}

.c-table tr th,
.l-post-content table tr th,
.c-table tr td,
.l-post-content table tr td {
    padding: 15px 26px;
    vertical-align: top
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table tr th,
    .l-post-content table tr th,
    .c-table tr td,
    .l-post-content table tr td {
        padding: 10px 12px
    }
}

.c-table thead tr th,
.l-post-content table thead tr th {
    font-weight: 700
}

.c-table tbody tr th,
.l-post-content table tbody tr th {
    font-weight: 500;
    text-align: left;
    width: 128px;
    font-weight: 700;
    padding-left: 0;
    padding-right: 8px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .c-table tbody tr th,
    .l-post-content table tbody tr th {
        width: 120px;
        padding-right: 4px !important
    }
}

.c-table tbody tr,
.l-post-content table tbody tr {
    border-bottom: 1px solid #202229
}

.c-tabs__navs {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0
}

.c-tabs__navs>li {
    display: inline-block
}

.c-tabs__navs>li>a {
    display: inline-block;
    padding: .5rem 2rem;
    background: #EFEFEF;
    text-decoration: none;
    border-radius: 3px 3px 0 0
}

.c-tabs__navs>li>a:hover,
.c-tabs__navs>li>a.is-active {
    background: #014DB2;
    color: #fff
}

.c-tabs__navs.is-expand>li>a {
    padding: .5rem 4rem
}

.c-tabs__content {
    border: 1px solid #EFEFEF;
    padding: 8px;
    background: #fff;
    display: none
}

.c-tabs__content.is-active {
    display: block
}

.c-tabs__content p {
    margin-top: 0
}

.c-tel-banner__number {
    font-size: 1.875rem;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1em
}

.c-tel-banner__text {
    font-size: .75rem
}

.c-text-box {
    background-color: #ebebeb;
    padding: 48px;
    margin-top: 64px;
    margin-bottom: 64px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-text-box {
        padding: 24px
    }
}

.c-text-box h2,
.c-text-box h3,
.c-text-box h4,
.c-text-box h5,
.c-text-box h6 {
    margin-top: 0 !important
}

.c-text-box p {
    margin-bottom: 0 !important
}

#toc_container {
    margin-top: 64px;
    margin-bottom: 64px;
    width: 100% !important;
    background: #fff;
    border-radius: 0px;
    border-color: #AEAEAE;
    padding: 16px 40px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #toc_container {
        padding-left: 20px;
        padding-right: 20px
    }
}

#toc_container .toc_title {
    text-align: left !important;
    font-size: 1.125rem
}

#toc_container .toc_title .toc_toggle {
    margin-left: 24px
}

#toc_container .toc_list li {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.16)
}

#toc_container .toc_list li:before {
    display: none;
    padding-left: 0;
}

#toc_container .toc_list li a {
    display: block;
    padding-left: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    transition: all ease .2s
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    #toc_container .toc_list li a {
        padding-top: 12px;
        padding-bottom: 12px
    }
}

#toc_container .toc_list li a:hover {
    text-decoration: none;
    background: rgba(214, 214, 214, 0.2)
}

#toc_container .toc_list li:last-child {
    box-shadow: none
}

.c-wayto {
    text-align: center
}

.c-wayto__image {
    width: 100%;
    max-width: 37rem;
    margin: 64px auto
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-wayto__image {
        margin: 32px auto
    }
}

.c-wayto__text {
    font-weight: 600
}

.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em
}

.gallery:after {
    display: table;
    content: "";
    clear: both
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em
}

.gallery-item img {
    width: 100%
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left
}

.alignnone {
    margin: 5px 20px 20px 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .alignnone {
        margin-left: auto;
        margin-right: auto
    }
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 5px 20px 20px 0
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.p-contact {
    max-width: 680px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    background: #fff;
    padding-top: .5rem;
    padding-bottom: 2rem;
    box-shadow: 0 4px 24px 4px rgba(0, 0, 0, 0.1)
}

.p-contact__button {
    margin-top: 24px
}

.p-contact__tel {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-top: 24px
}

.p-contact__tel i.fa {
    margin-right: 8px
}

.p-landing-block {
    display: table;
    margin-bottom: 3rem
}

.p-landing-block__thumbnail {
    display: table-cell;
    width: 50%;
    background-position: center;
    background-repeat: no-repet
}

.p-landing-block__content {
    display: table-cell;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.p-post-item.is-horizon {
    border: 1px solid #EFEFEF;
    padding: 32px;
    background: #fff
}

.p-post-item.is-horizon .p-post-item__thumbnail {
    float: left;
    margin-right: 32px;
    margin-bottom: 0
}

.p-post-item.is-line {
    border-bottom: 1px solid #EFEFEF;
    padding-top: 32px;
    padding-bottom: 32px;
    display: block;
    margin-bottom: 0
}

.p-post-item.is-line .p-post-item__thumbnail {
    float: left;
    margin-right: 32px;
    margin-bottom: 0
}

.p-post-item.is-line .p-post-item__thumbnail>img {
    max-height: 1.5rem;
    width: auto
}

.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
    margin-right: 32px;
    float: left;
    color: #202229
}

.p-post-item.is-line .p-post-item__title {
    float: left;
    color: #202229;
    margin-right: 32px;
    margin-bottom: 0;
    font-size: .875rem;
    margin-top: .1875rem;
    margin-right: 32px
}

.p-post-item {
    margin-bottom: 2rem
}

.p-post-item__title {
    font-size: 1.125rem;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.3
}

.p-post-item__title>a {
    color: #000;
    text-decoration: none
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
    margin-top: 0
}

#tinymce {
    font-family: "Lato", "Noto Sans JP", sans-serif
}

.p-privacy {
    margin-top: 48px;
    margin-bottom: 48px;
    padding: 32px;
    background: #EEF1F1;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.p-privacy h4 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 16px
}

.p-profile-box {
    border: 1px solid #EFEFEF;
    padding: 32px
}

.p-profile-box__thumbnail {
    float: left;
    text-align: center;
    margin-right: 32px
}

.p-profile-box__authorname {
    margin-top: 0;
    font-size: 1.125rem;
    line-height: 1.125rem;
    margin-bottom: 8px
}

.p-sitemap {
    margin-bottom: 3rem
}

.p-sitemap__title {
    font-size: 1.125rem;
    color: #202229;
    margin-bottom: 1.5rem
}

.p-sitemap>ul>li {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: .5rem
}

.p-sitemap>ul>li a {
    text-decoration: none
}

.p-sitemap>ul>li a:hover {
    text-decoration: underline
}

.l-aside {
    width: rem-calc(320);
    float: left
}

.l-footer {
    background-color: #F5F5F5;
    padding-top: 64px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer {
        padding-top: 0
    }
}

.l-footer__navs {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs {
        display: block;
        width: calc(100% + 32px);
        margin-left: -16px;
        padding-bottom: 0;
        display: flex;
        flex-wrap: wrap
    }
}

.l-footer__navs__block {
    width: 17.21014%
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs__block {
        width: 100%
    }

    .l-footer__navs__block:nth-child(1) {
        order: 1
    }

    .l-footer__navs__block:nth-child(2) {
        order: 2
    }

    .l-footer__navs__block:nth-child(3) {
        order: 3
    }

    .l-footer__navs__block:nth-child(4) {
        order: 4
    }

    .l-footer__navs__block:nth-child(5) {
        order: 5
    }

    .l-footer__navs__block:nth-child(6) {
        order: 6
    }

    .l-footer__navs__block:nth-child(7) {
        order: 7
    }

    .l-footer__navs__block:nth-child(8) {
        order: 8
    }

    .l-footer__navs__block.is-submenu .l-footer__navs__title {
        position: relative
    }

    .l-footer__navs__block.is-submenu .l-footer__navs__title:after {
        content: "\f107";
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 24px;
        color: #515151
    }

    .l-footer__navs__block.is-submenu .l-footer__navs__title.is-open:after {
        content: "\f106"
    }
}

.l-footer__navs__title {
    border-bottom: 2px solid #202229;
    margin-bottom: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs__title {
        border-bottom: 1px solid #ebebeb;
        margin: 0
    }
}

.l-footer__navs__title a,
.l-footer__navs__title span {
    font-size: 14px;
    text-decoration: none;
    color: #202229;
    padding-bottom: 9px;
    display: block;
    font-weight: 700
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-footer__navs__title a,
    .l-footer__navs__title span {
        padding: 14px 16px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs__list {
        display: none
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs__list.is-bold {
        display: block !important
    }
}

.l-footer__navs__list.is-bold a {
    font-weight: 700
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs__list.is-bold a {
        background-color: #F5F5F5
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__navs__list li {
        border-bottom: 1px solid #ebebeb
    }
}

.l-footer__navs__list li a,
.l-footer__navs__list li span {
    text-decoration: none;
    color: #202229;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding: 6px 0px;
    font-weight: 400;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {

    .l-footer__navs__list li a,
    .l-footer__navs__list li span {
        padding: 14px 16px;
        background-color: #fff
    }
}

.l-footer__about {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 40px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__about {
        display: none
    }
}

.l-footer__logo {
    display: block;
    padding-right: 32px;
    margin-right: 32px;
    position: relative;
    padding-top: 8px
}

.l-footer__logo:after {
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background-color: #6a6e7a;
    position: absolute;
    right: 0;
    top: 0
}

.l-footer__logo img {
    width: 7.0625rem;
    height: auto
}

.l-footer__address {
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    padding-top: 7px
}

.l-footer__address span {
    font-family: "Noto Sans JP"
}

.l-footer__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.16);
    padding-top: 28px;
    padding-bottom: 28px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__bottom {
        padding-bottom: 0;
        padding-top: 0;
        border-top: none
    }
}

.l-footer__bottom__inner {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__bottom__inner {
        display: block;
        width: calc(100% + 32px);
        margin-left: -16px
    }
}

.l-footer__submenu {
    display: flex
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__submenu {
        display: block
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__submenu li {
        border-bottom: 1px solid #ebebeb
    }
}

@media (min-width: 751px) {
    .l-footer__submenu li:first-child {
        position: relative;
        padding-right: 8px;
        margin-right: 8px
    }

    .l-footer__submenu li:first-child:after {
        content: "";
        display: block;
        width: 1px;
        height: 10px;
        background-color: #6a6e7a;
        position: absolute;
        right: 0;
        top: 1px
    }
}

.l-footer__submenu li a {
    text-decoration: none;
    font-weight: 500;
    display: block
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__submenu li a {
        font-size: 14px;
        color: #202229;
        padding: 14px 16px
    }
}

@media (min-width: 751px) {
    .l-footer__submenu li a {
        color: #6a6e7a;
        font-size: 12px;
        line-height: 1
    }
}

.l-footer__copyright {
    display: block;
    font-family: 'Lato', "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.8px;
    color: #6a6e7a;
    letter-spacing: 0
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__copyright {
        background-color: #fff;
        font-size: 10px;
        text-align: center;
        padding: 15px 0
    }
}

.l-footer__smpabout {
    display: none;
    text-align: center;
    background: #FFF;
    padding-top: 54px;
    padding-bottom: 8px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-footer__smpabout {
        display: block
    }
}

.l-footer__smpabout__logo {
    max-width: 144px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 42px
}

.l-footer__smpabout__address {
    font-size: 14px;
    font-style: normal;
    text-align: center
}

.l-footer__smpabout__name {
    margin-bottom: 6px
}

.l-global-nav {
    background: #fff;
    margin-bottom: 2rem;
    margin-top: 2rem
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-global-nav {
        display: none
    }
}

.l-global-nav ul {
    width: 100%;
    display: table;
    table-layout: fixed
}

.l-global-nav ul>li {
    display: table-cell;
    border-left: 2px solid #e8e8e8
}

.l-global-nav ul>li:last-child {
    border-right: 2px solid #e8e8e8
}

.l-global-nav ul>li a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #202229;
    padding-top: 0;
    padding-bottom: 0;
    transition: all ease-in-out .2s;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative
}

.l-global-nav ul>li a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #202229;
    position: absolute;
    bottom: -14px;
    opacity: 0;
    left: 0;
    transition: all ease .2s
}

.l-global-nav ul>li a.is-current:after {
    opacity: 1
}

.l-global-nav ul>li a:hover:after {
    opacity: 1
}

.l-global-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000000
}

.l-header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9700;
    transition: box-shadow ease .2s
}

.l-header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9700;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16)
}

@media (max-width: 920px) {
    .l-header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9700;
        padding: 17px 0;
        box-shadow: 1px 1px 1px rgba(32, 34, 41, 0.1)
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-header {
        height: 48px;
        padding-top: 13px;
        padding-bottom: 13px
    }
}

.l-header__container {
    display: flex;
    width: 100%;
    max-width: 1200px;
    padding: 0 48px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 920px) {
    .l-header__container {
        display: block;
        padding: 0 16px
    }
}

.l-header__logo {
    max-width: 144px;
    margin-right: 24px
}

.l-header__navs {
    flex-basis: 741px;
    display: flex;
    justify-content: flex-end;
    margin-left: auto
}

.l-header__contact {
    flex-basis: 130px;
    margin-left: 32px
}

@media (max-width: 920px) {
    .l-header__contact {
        display: none
    }
}

.l-header__button {
    background-color: #014DB2;
    color: #fff;
    font-size: 12px;
    max-width: 130px;
    padding: 6px
}

.l-header__button:hover {
    background-color: #67a8fe;
    border-color: #dbe6f4
}

.l-header__button:active {
    background-color: #00214d;
    border-color: #2b558b
}

.l-header__tel {
    color: #202229;
    font-size: 1.375rem
}

.l-header__tel i.fa {
    margin-right: 8px
}

@media (max-width: 920px) {
    .l-header__tel {
        display: none
    }
}

.l-header__logo img {
    max-width: 180px
}

@media (max-width: 920px) {
    .l-header__logo img {
        max-width: 120px
    }
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-header__logo img {
        max-width: 96px
    }
}

@keyframes headerFixed {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.l-container {
    padding-right: 48px;
    padding-left: 48px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-container {
        padding-right: 1rem;
        padding-left: 1rem
    }
}

.l-main.is-two-columns {
    width: calc(100% - rem-calc(320));
    float: left
}

.l-post-content {
    width: 100%;
    max-width: 744px;
    margin: 0 auto;
    font-family: "Noto Sans JP", sans-serif
}

.l-post-content p {
    margin-bottom: 40px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content p {
        margin-bottom: 32px
    }
}

.l-post-content img {
    margin-bottom: 64px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content img {
        margin-bottom: 32px
    }
}

.l-post-content h2 {
    font-weight: 700;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    margin-top: 80px;
    margin-bottom: 32px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content h2 {
        font-size: 26px;
        margin-top: 56px;
        margin-bottom: 24px
    }
}

.l-post-content h3 {
    font-weight: 700;
    margin-top: 52px;
    margin-bottom: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content h3 {
        margin-top: 40px;
        margin-bottom: 16px
    }
}

.l-post-content h4 {
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content h4 {
        margin-top: 32px;
        margin-bottom: 10px
    }
}

.l-post-content h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content h5 {
        margin-top: 32px;
        margin-bottom: 10px
    }
}

.l-post-content h6 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 16px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content h6 {
        margin-top: 32px;
        margin-bottom: 10px
    }
}

.l-post-content table {
    margin-bottom: 80px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-post-content table {
        margin-bottom: 48px
    }
}

.l-post-content strong {
    font-weight: bold
}

.l-post-content>ul {
    margin-top: 24px;
    margin-bottom: 24px
}

.l-post-content>ul ul {
    padding-left: 24px;
    margin-top: 8px;
    margin-bottom: 8px
}

.l-post-content>ul li {
    list-style: disc;
    list-style-position: inside;
    font-size: 16px;
    line-height: 2.1
}

.l-post-content>ol {
    margin-top: 24px;
    margin-bottom: 24px;
    margin-top: 24px;
    margin-bottom: 24px
}

.l-post-content>ol ol {
    padding-left: 24px;
    margin-top: 4px;
    margin-bottom: 4px
}

.l-post-content>ol li {
    list-style: decimal;
    font-size: 16px;
    line-height: 2.1
}

@media print {

    html,
    body {
        min-width: 1200px
    }

    .slidebar-menu,
    .slidebar-button,
    .u-hidden-lg {
        display: none
    }

    .large-1 {
        width: 8.33333%
    }

    .is-push-lg-1 {
        width: push(1)
    }

    .large-2 {
        width: 16.66667%
    }

    .is-push-lg-2 {
        width: push(2)
    }

    .large-3 {
        width: 25%
    }

    .is-push-lg-3 {
        width: push(3)
    }

    .large-4 {
        width: 33.33333%
    }

    .is-push-lg-4 {
        width: push(4)
    }

    .large-5 {
        width: 41.66667%
    }

    .is-push-lg-5 {
        width: push(5)
    }

    .large-6 {
        width: 50%
    }

    .is-push-lg-6 {
        width: push(6)
    }

    .large-7 {
        width: 58.33333%
    }

    .is-push-lg-7 {
        width: push(7)
    }

    .large-8 {
        width: 66.66667%
    }

    .is-push-lg-8 {
        width: push(8)
    }

    .large-9 {
        width: 75%
    }

    .is-push-lg-9 {
        width: push(9)
    }

    .large-10 {
        width: 83.33333%
    }

    .is-push-lg-10 {
        width: push(10)
    }

    .large-11 {
        width: 91.66667%
    }

    .is-push-lg-11 {
        width: push(11)
    }

    .large-12 {
        width: 100%
    }

    .is-push-lg-12 {
        width: push(12)
    }
}

.l-section {
    padding-top: 80px;
    padding-bottom: 80px
}

.l-section.is-xxxxlg {
    padding-top: 96px !important;
    padding-bottom: 192px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxxxlg {
        padding-top: 88px !important;
        padding-bottom: 96px !important
    }
}

.l-section.is-xxxlg {
    padding-top: 160px !important;
    padding-bottom: 96px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxxlg {
        padding-top: 88px !important;
        padding-bottom: 96px !important
    }
}

.l-section.is-xxlg {
    padding-top: 160px !important;
    padding-bottom: 96px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxlg {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }
}

.l-section.is-xlg {
    padding-top: 88px !important;
    padding-bottom: 96px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xlg {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }
}

.l-section.is-lg {
    padding-top: 88px !important;
    padding-bottom: 88px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-lg {
        padding-top: 40px !important;
        padding-bottom: 96px !important
    }
}

.l-section.is-md {
    padding-top: 88px !important;
    padding-bottom: 96px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-md {
        padding-top: 88px !important;
        padding-bottom: 56px !important
    }
}

.l-section.is-sm {
    padding-top: 88px !important;
    padding-bottom: 32px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-sm {
        padding-top: 88px !important;
        padding-bottom: 72px !important
    }
}

.l-section.is-xs {
    padding-top: 64px !important;
    padding-bottom: 96px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xs {
        padding-top: 32px !important;
        padding-bottom: 40px !important
    }
}

.l-section.is-xxs {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-xxs {
        padding-top: 32px !important;
        padding-bottom: 40px !important
    }
}

.l-section.is-page-sm {
    padding-top: 64px;
    padding-bottom: 160px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-page-sm {
        padding-top: 40px;
        padding-bottom: 56px
    }
}

.l-section.is-page {
    padding-top: 88px;
    padding-bottom: 160px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-page {
        padding-top: 32px;
        padding-bottom: 56px
    }
}

.l-section.is-normal {
    padding-top: 100px;
    padding-bottom: 100px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-normal {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

.l-section.is-point {
    padding-top: 114px;
    padding-bottom: 74px;
    position: relative
}

.l-section.is-point:before {
    content: '';
    display: block;
    width: 33.71429%;
    height: 2px;
    background-color: #202229;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .l-section.is-point {
        padding-top: 64px;
        padding-bottom: 48px
    }
}

.l-section.is-overflow {
    overflow: hidden
}
/** 追加分 **/
.l-section.is-point+.l-section {
    position: relative;
}

.l-section.is-point+.l-section:before {
    content: '';
    display: block;
    width: 33.71429%;
    height: 2px;
    background-color: #202229;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 1
}
/** 追加分ここまで **/
.l-section.is-top {
    padding-bottom: 0 !important
}

.l-section.is-bottom {
    padding-top: 0 !important
}

.l-section.is-gray {
    background-color: #F5F5F5
}

.u-text-center {
    text-align: center !important
}

.u-text-left {
    text-align: left !important
}

.u-text-right {
    text-align: right !important
}

.u-animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.u-animated.is-infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

.u-display-block {
    display: block !important
}

.u-display-none {
    display: none !important
}

.u-display-inlineblock {
    display: inline-block !important
}

.u-display-inline {
    display: inline !important
}

.u-mbs {
    margin-top: 88px;
    margin-bottom: 88px
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.u-mbs.is-xxlg {
    margin-top: 160px !important;
    margin-bottom: 160px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xxlg {
        margin-top: 64px !important;
        margin-bottom: 64px !important
    }
}

.u-mbs.is-xlg {
    margin-top: 120px !important;
    margin-bottom: 120px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xlg {
        margin-top: 96px !important;
        margin-bottom: 96px !important
    }
}

.u-mbs.is-lg {
    margin-top: 96px !important;
    margin-bottom: 96px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-lg {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

.u-mbs.is-md {
    margin-top: 64px !important;
    margin-bottom: 64px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-md {
        margin-top: 40px !important;
        margin-bottom: 40px !important
    }
}

.u-mbs.is-sm {
    margin-top: 32px !important;
    margin-bottom: 32px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-sm {
        margin-top: 24px !important;
        margin-bottom: 24px !important
    }
}

.u-mbs.is-xs {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-mbs.is-xs {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }
}

.u-mbs.is-top {
    margin-bottom: 0 !important
}

.u-mbs.is-bottom {
    margin-top: 0 !important
}

.u-f-left {
    float: left !important
}

.u-f-right {
    float: right !important
}

.u-f-none {
    float: none !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 46.875em) {
    .u-hidden-lg {
        display: none !important
    }
}

.u-visible-sm,
.u-visible-md,
.u-visible-lg {
    display: none !important
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .u-visible-sm {
        display: block !important
    }

    .u-visible-sm.is-inlineblock {
        display: inline-block !important
    }
}

@media screen and (min-width: 46.875em) {
    .u-visible-lg {
        display: block !important
    }

    .u-visible-lg.is-inlineblock {
        display: inline-block !important
    }
}

.u-text-danger {
    color: #cc2919
}

.u-text-info {
    color: #378da3
}

.u-text-success {
    color: #378da3
}

/*# sourceMappingURL=style.css.map */


.single-services .c-page-header.is-blur:before {
    content: "";
    z-index: 10;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.24);
}

.c-faqbox.js-accordion:hover {
    cursor: pointer;
}

.c-button.is-down:before {
    content: "\f107";
}

@media (max-width: 768px) {
    .c-link-box__text p {
        font-size: 12px;
        line-height: 1.6;
    }

    .c-example__box-name,
    .c-example__title,
    .c-point__title {
        font-size: 20px;
        font-weight: 600;
    }

    .c-example__box-text,
    .c-example__box-text p,
    .c-example__text p,
    .c-point__text p {
        font-size: 14px;
        line-height: 1.8;
    }

    .c-example__box-title {
        font-size: 18px;
        font-weight: 600;
    }

    .c-example__block {
        margin-bottom: 34px;
        border-bottom: 2px solid #ccc;
        padding-bottom: 24px;
    }

    .c-features__text {
        font-size: 18px;
    }

    .c-features__subtext,
    .c-features__subtext p {
        font-size: 14px;
    }

    .c-full-panel__title {
        font-size: 18px;
    }

    .c-full-panel__text p,
    .c-full-panel__text {
        font-size: 14px;
    }
}

/*
.mce-content-body a[data-mce-selected] {
  padding: inherit !important;
} */


#toc_container .toc_list>li>ul {
    border-top: 1px dashed rgba(0, 0, 0, 0.16);
}

#toc_container .toc_list>li>ul>li {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
    box-shadow: none;
}

#toc_container .toc_list>li>ul>li:last-child {
    border: none;
}

#tinymce.post-type-post p+ul,
#tinymce.post-type-post p+ol,
/* .c-cases-detail p + ul, */
/* .c-cases-detail p + ol, */
.l-post-content p+ul,
.l-post-content p+ol {
    margin-top: -16px;
}

#tinymce.post-type-post>ul li,
.c-cases-detail ul li,
.l-post-content>ul li {
    list-style: none;
}

#tinymce.post-type-post>ul li,
.c-cases-detail ul li,
.l-post-content>ul li {
    padding-left: 28px;
    position: relative;
}

#tinymce.post-type-post>ul li:before,
.c-cases-detail ul li:before,
.l-post-content>ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 2px;
    color: #014DB2;
}

#tinymce.post-type-post>ul li li:before,
.c-cases-detail ul li li:before,
.l-post-content>ul li li:before {
    content: "\f111";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    left: 2px;
    font-size: 11px;
    color: #666;
    top: 6px;
}

#tinymce.post-type-post>ol,
.c-cases-detail ol,
.l-post-content>ol {
    counter-reset: ol_li;
    padding-left: 10px;
}

#tinymce.post-type-post>ol li,
.c-cases-detail ol li,
.l-post-content>ol li {
    padding-left: 28px;
    position: relative;
    list-style: none;
}

#tinymce.post-type-post>ol li:before,
.c-cases-detail ol li:before,
.l-post-content>ol li:before {
    position: absolute;
    left: 2px;
    margin-right: 0.25em;
    counter-increment: ol_li;
    content: counter(ol_li) ". ";
    color: #014DB2;
}

#tinymce.post-type-post>ol li li:before,
.c-cases-detail ol li li:before,
.l-post-content>ol li li:before {
    color: #666;
}

#tinymce blockquote,
.c-cases-detail blockquote,
.l-post-content blockquote {
    position: relative;
    padding: 10px 10px 10px 32px;
    box-sizing: border-box;
    color: #464646;
    border: none;
    background: #dfe3e4;
}

#tinymce blockquote:before,
.c-cases-detail blockquote:before,
.l-post-content blockquote:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    content: "\f10d";
    font-family: FontAwesome;
    color: #e0e0e0;
    font-size: 22px;
    line-height: 1;
    z-index: 2;
    font-weight: 900;
}

#tinymce blockquote:after,
.c-cases-detail blockquote:after,
.l-post-content blockquote:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    border-width: 0 0 40px 40px;
    border-style: solid;
    border-color: transparent #ffffff;
}

#tinymce blockquote p,
.c-cases-detail blockquote p,
.l-post-content blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

#tinymce blockquote cite,
.c-cases-detail blockquote cite,
.l-post-content blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.c-designbox {
    background: rgba(189, 196, 209, 0.22);
    padding: 16px 32px;
    margin-bottom: 24px;
    margin-top: -16px;
}

.c-designbox.is-border {
    border: 3px solid rgba(189, 196, 209, 0.22);
    background: #fff;
}

.c-designbox.is-border-dashed {
    border: 3px dashed rgba(189, 196, 209, 0.22);
    background: #fff;
}

.c-designbox.is-border-dotted {
    border: 3px dotted rgba(189, 196, 209, 0.22);
    background: #fff;
}

.c-designbox.is-warning {
    border: 3px solid #c43e3e;
    background: rgba(194, 28, 28, 0.11);
}

.c-designbox.is-info {
    border: 3px solid #3f6fc4;
    background: rgba(29, 142, 194, 0.11);
}

.c-designbox>h1,
.c-designbox>h2,
.c-designbox>h3,
.c-designbox>h4,
.c-designbox>h5 {
    margin-top: 10px;
}

.c-designbox p {
    margin-bottom: 16px;
}

.c-designbox ul,
.c-designbox ol {
    margin-top: 16px;
    margin-bottom: 16px;
}

.l-section.is-point:before {
    display: none;
}


@media (min-width: 1585px) {
    .c-main-visual__image {
      background-color: #c9d8de;
      background-size: contain;
    }
  }
@media(max-width: 768px){
    .c-main-visual__image {
        background-color: #c9d8de;
        background-size: cover;
        background-position: top center;
    }
}
