@charset "UTF-8";
/*
Theme Name: Aqua
Author: AQUA Co.,Ltd.
Text Domain: aqua
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/* --------------------------------------------------
ICONS.scss
-------------------------------------------------- */
/* --------------------------------------------------

icon-fontを使用します。

下記サイトにフォント一覧があります。
http://fontawesome.io/icons/

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

}
.flex{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.flex-sb{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}
.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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.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.28571429em;
    text-align: center; }

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

.fa-ul > li {
    position: relative; }

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

.fa-li.fa-lg {
    left: -1.85714286em; }

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    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; }

/* Deprecated as of 4.4.0 */
.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: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
.fa-glass:before {
    content: "\f000"; }

.fa-music:before {
    content: "\f001"; }

.fa-search:before {
    content: "\f002"; }

.fa-envelope-o:before {
    content: "\f003"; }

.fa-heart:before {
    content: "\f004"; }

.fa-star:before {
    content: "\f005"; }

.fa-star-o:before {
    content: "\f006"; }

.fa-user:before {
    content: "\f007"; }

.fa-film:before {
    content: "\f008"; }

.fa-th-large:before {
    content: "\f009"; }

.fa-th:before {
    content: "\f00a"; }

.fa-th-list:before {
    content: "\f00b"; }

.fa-check:before {
    content: "\f00c"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"; }

.fa-search-plus:before {
    content: "\f00e"; }

.fa-search-minus:before {
    content: "\f010"; }

.fa-power-off:before {
    content: "\f011"; }

.fa-signal:before {
    content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
    content: "\f013"; }

.fa-trash-o:before {
    content: "\f014"; }

.fa-home:before {
    content: "\f015"; }

.fa-file-o:before {
    content: "\f016"; }

.fa-clock-o:before {
    content: "\f017"; }

.fa-road:before {
    content: "\f018"; }

.fa-download:before {
    content: "\f019"; }

.fa-arrow-circle-o-down:before {
    content: "\f01a"; }

.fa-arrow-circle-o-up:before {
    content: "\f01b"; }

.fa-inbox:before {
    content: "\f01c"; }

.fa-play-circle-o:before {
    content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"; }

.fa-refresh:before {
    content: "\f021"; }

.fa-list-alt:before {
    content: "\f022"; }

.fa-lock:before {
    content: "\f023"; }

.fa-flag:before {
    content: "\f024"; }

.fa-headphones:before {
    content: "\f025"; }

.fa-volume-off:before {
    content: "\f026"; }

.fa-volume-down:before {
    content: "\f027"; }

.fa-volume-up:before {
    content: "\f028"; }

.fa-qrcode:before {
    content: "\f029"; }

.fa-barcode:before {
    content: "\f02a"; }

.fa-tag:before {
    content: "\f02b"; }

.fa-tags:before {
    content: "\f02c"; }

.fa-book:before {
    content: "\f02d"; }

.fa-bookmark:before {
    content: "\f02e"; }

.fa-print:before {
    content: "\f02f"; }

.fa-camera:before {
    content: "\f030"; }

.fa-font:before {
    content: "\f031"; }

.fa-bold:before {
    content: "\f032"; }

.fa-italic:before {
    content: "\f033"; }

.fa-text-height:before {
    content: "\f034"; }

.fa-text-width:before {
    content: "\f035"; }

.fa-align-left:before {
    content: "\f036"; }

.fa-align-center:before {
    content: "\f037"; }

.fa-align-right:before {
    content: "\f038"; }

.fa-align-justify:before {
    content: "\f039"; }

.fa-list:before {
    content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"; }

.fa-indent:before {
    content: "\f03c"; }

.fa-video-camera:before {
    content: "\f03d"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"; }

.fa-pencil:before {
    content: "\f040"; }

.fa-map-marker:before {
    content: "\f041"; }

.fa-adjust:before {
    content: "\f042"; }

.fa-tint:before {
    content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"; }

.fa-share-square-o:before {
    content: "\f045"; }

.fa-check-square-o:before {
    content: "\f046"; }

.fa-arrows:before {
    content: "\f047"; }

.fa-step-backward:before {
    content: "\f048"; }

.fa-fast-backward:before {
    content: "\f049"; }

.fa-backward:before {
    content: "\f04a"; }

.fa-play:before {
    content: "\f04b"; }

.fa-pause:before {
    content: "\f04c"; }

.fa-stop:before {
    content: "\f04d"; }

.fa-forward:before {
    content: "\f04e"; }

.fa-fast-forward:before {
    content: "\f050"; }

.fa-step-forward:before {
    content: "\f051"; }

.fa-eject:before {
    content: "\f052"; }

.fa-chevron-left:before {
    content: "\f053"; }

.fa-chevron-right:before {
    content: "\f054"; }

.fa-plus-circle:before {
    content: "\f055"; }

.fa-minus-circle:before {
    content: "\f056"; }

.fa-times-circle:before {
    content: "\f057"; }

.fa-check-circle:before {
    content: "\f058"; }

.fa-question-circle:before {
    content: "\f059"; }

.fa-info-circle:before {
    content: "\f05a"; }

.fa-crosshairs:before {
    content: "\f05b"; }

.fa-times-circle-o:before {
    content: "\f05c"; }

.fa-check-circle-o:before {
    content: "\f05d"; }

.fa-ban:before {
    content: "\f05e"; }

.fa-arrow-left:before {
    content: "\f060"; }

.fa-arrow-right:before {
    content: "\f061"; }

.fa-arrow-up:before {
    content: "\f062"; }

.fa-arrow-down:before {
    content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"; }

.fa-expand:before {
    content: "\f065"; }

.fa-compress:before {
    content: "\f066"; }

.fa-plus:before {
    content: "\f067"; }

.fa-minus:before {
    content: "\f068"; }

.fa-asterisk:before {
    content: "\f069"; }

.fa-exclamation-circle:before {
    content: "\f06a"; }

.fa-gift:before {
    content: "\f06b"; }

.fa-leaf:before {
    content: "\f06c"; }

.fa-fire:before {
    content: "\f06d"; }

.fa-eye:before {
    content: "\f06e"; }

.fa-eye-slash:before {
    content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"; }

.fa-plane:before {
    content: "\f072"; }

.fa-calendar:before {
    content: "\f073"; }

.fa-random:before {
    content: "\f074"; }

.fa-comment:before {
    content: "\f075"; }

.fa-magnet:before {
    content: "\f076"; }

.fa-chevron-up:before {
    content: "\f077"; }

.fa-chevron-down:before {
    content: "\f078"; }

.fa-retweet:before {
    content: "\f079"; }

.fa-shopping-cart:before {
    content: "\f07a"; }

.fa-folder:before {
    content: "\f07b"; }

.fa-folder-open:before {
    content: "\f07c"; }

.fa-arrows-v:before {
    content: "\f07d"; }

.fa-arrows-h:before {
    content: "\f07e"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"; }

.fa-twitter-square:before {
    content: "\f081"; }

.fa-facebook-square:before {
    content: "\f082"; }

.fa-camera-retro:before {
    content: "\f083"; }

.fa-key:before {
    content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"; }

.fa-comments:before {
    content: "\f086"; }

.fa-thumbs-o-up:before {
    content: "\f087"; }

.fa-thumbs-o-down:before {
    content: "\f088"; }

.fa-star-half:before {
    content: "\f089"; }

.fa-heart-o:before {
    content: "\f08a"; }

.fa-sign-out:before {
    content: "\f08b"; }

.fa-linkedin-square:before {
    content: "\f08c"; }

.fa-thumb-tack:before {
    content: "\f08d"; }

.fa-external-link:before {
    content: "\f08e"; }

.fa-sign-in:before {
    content: "\f090"; }

.fa-trophy:before {
    content: "\f091"; }

.fa-github-square:before {
    content: "\f092"; }

.fa-upload:before {
    content: "\f093"; }

.fa-lemon-o:before {
    content: "\f094"; }

.fa-phone:before {
    content: "\f095"; }

.fa-square-o:before {
    content: "\f096"; }

.fa-bookmark-o:before {
    content: "\f097"; }

.fa-phone-square:before {
    content: "\f098"; }

.fa-twitter:before {
    content: "\f099"; }

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"; }

.fa-github:before {
    content: "\f09b"; }

.fa-unlock:before {
    content: "\f09c"; }

.fa-credit-card:before {
    content: "\f09d"; }

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"; }

.fa-hdd-o:before {
    content: "\f0a0"; }

.fa-bullhorn:before {
    content: "\f0a1"; }

.fa-bell:before {
    content: "\f0f3"; }

.fa-certificate:before {
    content: "\f0a3"; }

.fa-hand-o-right:before {
    content: "\f0a4"; }

.fa-hand-o-left:before {
    content: "\f0a5"; }

.fa-hand-o-up:before {
    content: "\f0a6"; }

.fa-hand-o-down:before {
    content: "\f0a7"; }

.fa-arrow-circle-left:before {
    content: "\f0a8"; }

.fa-arrow-circle-right:before {
    content: "\f0a9"; }

.fa-arrow-circle-up:before {
    content: "\f0aa"; }

.fa-arrow-circle-down:before {
    content: "\f0ab"; }

.fa-globe:before {
    content: "\f0ac"; }

.fa-wrench:before {
    content: "\f0ad"; }

.fa-tasks:before {
    content: "\f0ae"; }

.fa-filter:before {
    content: "\f0b0"; }

.fa-briefcase:before {
    content: "\f0b1"; }

.fa-arrows-alt:before {
    content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
    content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"; }

.fa-cloud:before {
    content: "\f0c2"; }

.fa-flask:before {
    content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"; }

.fa-paperclip:before {
    content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"; }

.fa-square:before {
    content: "\f0c8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"; }

.fa-list-ul:before {
    content: "\f0ca"; }

.fa-list-ol:before {
    content: "\f0cb"; }

.fa-strikethrough:before {
    content: "\f0cc"; }

.fa-underline:before {
    content: "\f0cd"; }

.fa-table:before {
    content: "\f0ce"; }

.fa-magic:before {
    content: "\f0d0"; }

.fa-truck:before {
    content: "\f0d1"; }

.fa-pinterest:before {
    content: "\f0d2"; }

.fa-pinterest-square:before {
    content: "\f0d3"; }

.fa-google-plus-square:before {
    content: "\f0d4"; }

.fa-google-plus:before {
    content: "\f0d5"; }

.fa-money:before {
    content: "\f0d6"; }

.fa-caret-down:before {
    content: "\f0d7"; }

.fa-caret-up:before {
    content: "\f0d8"; }

.fa-caret-left:before {
    content: "\f0d9"; }

.fa-caret-right:before {
    content: "\f0da"; }

.fa-columns:before {
    content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"; }

.fa-envelope:before {
    content: "\f0e0"; }

.fa-linkedin:before {
    content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"; }

.fa-comment-o:before {
    content: "\f0e5"; }

.fa-comments-o:before {
    content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"; }

.fa-sitemap:before {
    content: "\f0e8"; }

.fa-umbrella:before {
    content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"; }

.fa-lightbulb-o:before {
    content: "\f0eb"; }

.fa-exchange:before {
    content: "\f0ec"; }

.fa-cloud-download:before {
    content: "\f0ed"; }

.fa-cloud-upload:before {
    content: "\f0ee"; }

.fa-user-md:before {
    content: "\f0f0"; }

.fa-stethoscope:before {
    content: "\f0f1"; }

.fa-suitcase:before {
    content: "\f0f2"; }

.fa-bell-o:before {
    content: "\f0a2"; }

.fa-coffee:before {
    content: "\f0f4"; }

.fa-cutlery:before {
    content: "\f0f5"; }

.fa-file-text-o:before {
    content: "\f0f6"; }

.fa-building-o:before {
    content: "\f0f7"; }

.fa-hospital-o:before {
    content: "\f0f8"; }

.fa-ambulance:before {
    content: "\f0f9"; }

.fa-medkit:before {
    content: "\f0fa"; }

.fa-fighter-jet:before {
    content: "\f0fb"; }

.fa-beer:before {
    content: "\f0fc"; }

.fa-h-square:before {
    content: "\f0fd"; }

.fa-plus-square:before {
    content: "\f0fe"; }

.fa-angle-double-left:before {
    content: "\f100"; }

.fa-angle-double-right:before {
    content: "\f101"; }

.fa-angle-double-up:before {
    content: "\f102"; }

.fa-angle-double-down:before {
    content: "\f103"; }

.fa-angle-left:before {
    content: "\f104"; }

.fa-angle-right:before {
    content: "\f105"; }

.fa-angle-up:before {
    content: "\f106"; }

.fa-angle-down:before {
    content: "\f107"; }

.fa-desktop:before {
    content: "\f108"; }

.fa-laptop:before {
    content: "\f109"; }

.fa-tablet:before {
    content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"; }

.fa-circle-o:before {
    content: "\f10c"; }

.fa-quote-left:before {
    content: "\f10d"; }

.fa-quote-right:before {
    content: "\f10e"; }

.fa-spinner:before {
    content: "\f110"; }

.fa-circle:before {
    content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"; }

.fa-github-alt:before {
    content: "\f113"; }

.fa-folder-o:before {
    content: "\f114"; }

.fa-folder-open-o:before {
    content: "\f115"; }

.fa-smile-o:before {
    content: "\f118"; }

.fa-frown-o:before {
    content: "\f119"; }

.fa-meh-o:before {
    content: "\f11a"; }

.fa-gamepad:before {
    content: "\f11b"; }

.fa-keyboard-o:before {
    content: "\f11c"; }

.fa-flag-o:before {
    content: "\f11d"; }

.fa-flag-checkered:before {
    content: "\f11e"; }

.fa-terminal:before {
    content: "\f120"; }

.fa-code:before {
    content: "\f121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"; }

.fa-location-arrow:before {
    content: "\f124"; }

.fa-crop:before {
    content: "\f125"; }

.fa-code-fork:before {
    content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"; }

.fa-question:before {
    content: "\f128"; }

.fa-info:before {
    content: "\f129"; }

.fa-exclamation:before {
    content: "\f12a"; }

.fa-superscript:before {
    content: "\f12b"; }

.fa-subscript:before {
    content: "\f12c"; }

.fa-eraser:before {
    content: "\f12d"; }

.fa-puzzle-piece:before {
    content: "\f12e"; }

.fa-microphone:before {
    content: "\f130"; }

.fa-microphone-slash:before {
    content: "\f131"; }

.fa-shield:before {
    content: "\f132"; }

.fa-calendar-o:before {
    content: "\f133"; }

.fa-fire-extinguisher:before {
    content: "\f134"; }

.fa-rocket:before {
    content: "\f135"; }

.fa-maxcdn:before {
    content: "\f136"; }

.fa-chevron-circle-left:before {
    content: "\f137"; }

.fa-chevron-circle-right:before {
    content: "\f138"; }

.fa-chevron-circle-up:before {
    content: "\f139"; }

.fa-chevron-circle-down:before {
    content: "\f13a"; }

.fa-html5:before {
    content: "\f13b"; }

.fa-css3:before {
    content: "\f13c"; }

.fa-anchor:before {
    content: "\f13d"; }

.fa-unlock-alt:before {
    content: "\f13e"; }

.fa-bullseye:before {
    content: "\f140"; }

.fa-ellipsis-h:before {
    content: "\f141"; }

.fa-ellipsis-v:before {
    content: "\f142"; }

.fa-rss-square:before {
    content: "\f143"; }

.fa-play-circle:before {
    content: "\f144"; }

.fa-ticket:before {
    content: "\f145"; }

.fa-minus-square:before {
    content: "\f146"; }

.fa-minus-square-o:before {
    content: "\f147"; }

.fa-level-up:before {
    content: "\f148"; }

.fa-level-down:before {
    content: "\f149"; }

.fa-check-square:before {
    content: "\f14a"; }

.fa-pencil-square:before {
    content: "\f14b"; }

.fa-external-link-square:before {
    content: "\f14c"; }

.fa-share-square:before {
    content: "\f14d"; }

.fa-compass:before {
    content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
    content: "\f153"; }

.fa-gbp:before {
    content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"; }

.fa-won:before,
.fa-krw:before {
    content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"; }

.fa-file:before {
    content: "\f15b"; }

.fa-file-text:before {
    content: "\f15c"; }

.fa-sort-alpha-asc:before {
    content: "\f15d"; }

.fa-sort-alpha-desc:before {
    content: "\f15e"; }

.fa-sort-amount-asc:before {
    content: "\f160"; }

.fa-sort-amount-desc:before {
    content: "\f161"; }

.fa-sort-numeric-asc:before {
    content: "\f162"; }

.fa-sort-numeric-desc:before {
    content: "\f163"; }

.fa-thumbs-up:before {
    content: "\f164"; }

.fa-thumbs-down:before {
    content: "\f165"; }

.fa-youtube-square:before {
    content: "\f166"; }

.fa-youtube:before {
    content: "\f167"; }

.fa-xing:before {
    content: "\f168"; }

.fa-xing-square:before {
    content: "\f169"; }

.fa-youtube-play:before {
    content: "\f16a"; }

.fa-dropbox:before {
    content: "\f16b"; }

.fa-stack-overflow:before {
    content: "\f16c"; }

.fa-instagram:before {
    content: "\f16d"; }

.fa-flickr:before {
    content: "\f16e"; }

.fa-adn:before {
    content: "\f170"; }

.fa-bitbucket:before {
    content: "\f171"; }

.fa-bitbucket-square:before {
    content: "\f172"; }

.fa-tumblr:before {
    content: "\f173"; }

.fa-tumblr-square:before {
    content: "\f174"; }

.fa-long-arrow-down:before {
    content: "\f175"; }

.fa-long-arrow-up:before {
    content: "\f176"; }

.fa-long-arrow-left:before {
    content: "\f177"; }

.fa-long-arrow-right:before {
    content: "\f178"; }

.fa-apple:before {
    content: "\f179"; }

.fa-windows:before {
    content: "\f17a"; }

.fa-android:before {
    content: "\f17b"; }

.fa-linux:before {
    content: "\f17c"; }

.fa-dribbble:before {
    content: "\f17d"; }

.fa-skype:before {
    content: "\f17e"; }

.fa-foursquare:before {
    content: "\f180"; }

.fa-trello:before {
    content: "\f181"; }

.fa-female:before {
    content: "\f182"; }

.fa-male:before {
    content: "\f183"; }

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"; }

.fa-sun-o:before {
    content: "\f185"; }

.fa-moon-o:before {
    content: "\f186"; }

.fa-archive:before {
    content: "\f187"; }

.fa-bug:before {
    content: "\f188"; }

.fa-vk:before {
    content: "\f189"; }

.fa-weibo:before {
    content: "\f18a"; }

.fa-renren:before {
    content: "\f18b"; }

.fa-pagelines:before {
    content: "\f18c"; }

.fa-stack-exchange:before {
    content: "\f18d"; }

.fa-arrow-circle-o-right:before {
    content: "\f18e"; }

.fa-arrow-circle-o-left:before {
    content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"; }

.fa-dot-circle-o:before {
    content: "\f192"; }

.fa-wheelchair:before {
    content: "\f193"; }

.fa-vimeo-square:before {
    content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"; }

.fa-plus-square-o:before {
    content: "\f196"; }

.fa-space-shuttle:before {
    content: "\f197"; }

.fa-slack:before {
    content: "\f198"; }

.fa-envelope-square:before {
    content: "\f199"; }

.fa-wordpress:before {
    content: "\f19a"; }

.fa-openid:before {
    content: "\f19b"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"; }

.fa-yahoo:before {
    content: "\f19e"; }

.fa-google:before {
    content: "\f1a0"; }

.fa-reddit:before {
    content: "\f1a1"; }

.fa-reddit-square:before {
    content: "\f1a2"; }

.fa-stumbleupon-circle:before {
    content: "\f1a3"; }

.fa-stumbleupon:before {
    content: "\f1a4"; }

.fa-delicious:before {
    content: "\f1a5"; }

.fa-digg:before {
    content: "\f1a6"; }

.fa-pied-piper-pp:before {
    content: "\f1a7"; }

.fa-pied-piper-alt:before {
    content: "\f1a8"; }

.fa-drupal:before {
    content: "\f1a9"; }

.fa-joomla:before {
    content: "\f1aa"; }

.fa-language:before {
    content: "\f1ab"; }

.fa-fax:before {
    content: "\f1ac"; }

.fa-building:before {
    content: "\f1ad"; }

.fa-child:before {
    content: "\f1ae"; }

.fa-paw:before {
    content: "\f1b0"; }

.fa-spoon:before {
    content: "\f1b1"; }

.fa-cube:before {
    content: "\f1b2"; }

.fa-cubes:before {
    content: "\f1b3"; }

.fa-behance:before {
    content: "\f1b4"; }

.fa-behance-square:before {
    content: "\f1b5"; }

.fa-steam:before {
    content: "\f1b6"; }

.fa-steam-square:before {
    content: "\f1b7"; }

.fa-recycle:before {
    content: "\f1b8"; }

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"; }

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"; }

.fa-tree:before {
    content: "\f1bb"; }

.fa-spotify:before {
    content: "\f1bc"; }

.fa-deviantart:before {
    content: "\f1bd"; }

.fa-soundcloud:before {
    content: "\f1be"; }

.fa-database:before {
    content: "\f1c0"; }

.fa-file-pdf-o:before {
    content: "\f1c1"; }

.fa-file-word-o:before {
    content: "\f1c2"; }

.fa-file-excel-o:before {
    content: "\f1c3"; }

.fa-file-powerpoint-o:before {
    content: "\f1c4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"; }

.fa-file-code-o:before {
    content: "\f1c9"; }

.fa-vine:before {
    content: "\f1ca"; }

.fa-codepen:before {
    content: "\f1cb"; }

.fa-jsfiddle:before {
    content: "\f1cc"; }

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

.fa-circle-o-notch:before {
    content: "\f1ce"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"; }

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"; }

.fa-git-square:before {
    content: "\f1d2"; }

.fa-git:before {
    content: "\f1d3"; }

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

.fa-tencent-weibo:before {
    content: "\f1d5"; }

.fa-qq:before {
    content: "\f1d6"; }

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"; }

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"; }

.fa-history:before {
    content: "\f1da"; }

.fa-circle-thin:before {
    content: "\f1db"; }

.fa-header:before {
    content: "\f1dc"; }

.fa-paragraph:before {
    content: "\f1dd"; }

.fa-sliders:before {
    content: "\f1de"; }

.fa-share-alt:before {
    content: "\f1e0"; }

.fa-share-alt-square:before {
    content: "\f1e1"; }

.fa-bomb:before {
    content: "\f1e2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"; }

.fa-tty:before {
    content: "\f1e4"; }

.fa-binoculars:before {
    content: "\f1e5"; }

.fa-plug:before {
    content: "\f1e6"; }

.fa-slideshare:before {
    content: "\f1e7"; }

.fa-twitch:before {
    content: "\f1e8"; }

.fa-yelp:before {
    content: "\f1e9"; }

.fa-newspaper-o:before {
    content: "\f1ea"; }

.fa-wifi:before {
    content: "\f1eb"; }

.fa-calculator:before {
    content: "\f1ec"; }

.fa-paypal:before {
    content: "\f1ed"; }

.fa-google-wallet:before {
    content: "\f1ee"; }

.fa-cc-visa:before {
    content: "\f1f0"; }

.fa-cc-mastercard:before {
    content: "\f1f1"; }

.fa-cc-discover:before {
    content: "\f1f2"; }

.fa-cc-amex:before {
    content: "\f1f3"; }

.fa-cc-paypal:before {
    content: "\f1f4"; }

.fa-cc-stripe:before {
    content: "\f1f5"; }

.fa-bell-slash:before {
    content: "\f1f6"; }

.fa-bell-slash-o:before {
    content: "\f1f7"; }

.fa-trash:before {
    content: "\f1f8"; }

.fa-copyright:before {
    content: "\f1f9"; }

.fa-at:before {
    content: "\f1fa"; }

.fa-eyedropper:before {
    content: "\f1fb"; }

.fa-paint-brush:before {
    content: "\f1fc"; }

.fa-birthday-cake:before {
    content: "\f1fd"; }

.fa-area-chart:before {
    content: "\f1fe"; }

.fa-pie-chart:before {
    content: "\f200"; }

.fa-line-chart:before {
    content: "\f201"; }

.fa-lastfm:before {
    content: "\f202"; }

.fa-lastfm-square:before {
    content: "\f203"; }

.fa-toggle-off:before {
    content: "\f204"; }

.fa-toggle-on:before {
    content: "\f205"; }

.fa-bicycle:before {
    content: "\f206"; }

.fa-bus:before {
    content: "\f207"; }

.fa-ioxhost:before {
    content: "\f208"; }

.fa-angellist:before {
    content: "\f209"; }

.fa-cc:before {
    content: "\f20a"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"; }

.fa-meanpath:before {
    content: "\f20c"; }

.fa-buysellads:before {
    content: "\f20d"; }

.fa-connectdevelop:before {
    content: "\f20e"; }

.fa-dashcube:before {
    content: "\f210"; }

.fa-forumbee:before {
    content: "\f211"; }

.fa-leanpub:before {
    content: "\f212"; }

.fa-sellsy:before {
    content: "\f213"; }

.fa-shirtsinbulk:before {
    content: "\f214"; }

.fa-simplybuilt:before {
    content: "\f215"; }

.fa-skyatlas:before {
    content: "\f216"; }

.fa-cart-plus:before {
    content: "\f217"; }

.fa-cart-arrow-down:before {
    content: "\f218"; }

.fa-diamond:before {
    content: "\f219"; }

.fa-ship:before {
    content: "\f21a"; }

.fa-user-secret:before {
    content: "\f21b"; }

.fa-motorcycle:before {
    content: "\f21c"; }

.fa-street-view:before {
    content: "\f21d"; }

.fa-heartbeat:before {
    content: "\f21e"; }

.fa-venus:before {
    content: "\f221"; }

.fa-mars:before {
    content: "\f222"; }

.fa-mercury:before {
    content: "\f223"; }

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"; }

.fa-transgender-alt:before {
    content: "\f225"; }

.fa-venus-double:before {
    content: "\f226"; }

.fa-mars-double:before {
    content: "\f227"; }

.fa-venus-mars:before {
    content: "\f228"; }

.fa-mars-stroke:before {
    content: "\f229"; }

.fa-mars-stroke-v:before {
    content: "\f22a"; }

.fa-mars-stroke-h:before {
    content: "\f22b"; }

.fa-neuter:before {
    content: "\f22c"; }

.fa-genderless:before {
    content: "\f22d"; }

.fa-facebook-official:before {
    content: "\f230"; }

.fa-pinterest-p:before {
    content: "\f231"; }

.fa-whatsapp:before {
    content: "\f232"; }

.fa-server:before {
    content: "\f233"; }

.fa-user-plus:before {
    content: "\f234"; }

.fa-user-times:before {
    content: "\f235"; }

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"; }

.fa-viacoin:before {
    content: "\f237"; }

.fa-train:before {
    content: "\f238"; }

.fa-subway:before {
    content: "\f239"; }

.fa-medium:before {
    content: "\f23a"; }

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"; }

.fa-optin-monster:before {
    content: "\f23c"; }

.fa-opencart:before {
    content: "\f23d"; }

.fa-expeditedssl:before {
    content: "\f23e"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"; }

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"; }

.fa-mouse-pointer:before {
    content: "\f245"; }

.fa-i-cursor:before {
    content: "\f246"; }

.fa-object-group:before {
    content: "\f247"; }

.fa-object-ungroup:before {
    content: "\f248"; }

.fa-sticky-note:before {
    content: "\f249"; }

.fa-sticky-note-o:before {
    content: "\f24a"; }

.fa-cc-jcb:before {
    content: "\f24b"; }

.fa-cc-diners-club:before {
    content: "\f24c"; }

.fa-clone:before {
    content: "\f24d"; }

.fa-balance-scale:before {
    content: "\f24e"; }

.fa-hourglass-o:before {
    content: "\f250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"; }

.fa-hourglass:before {
    content: "\f254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"; }

.fa-hand-scissors-o:before {
    content: "\f257"; }

.fa-hand-lizard-o:before {
    content: "\f258"; }

.fa-hand-spock-o:before {
    content: "\f259"; }

.fa-hand-pointer-o:before {
    content: "\f25a"; }

.fa-hand-peace-o:before {
    content: "\f25b"; }

.fa-trademark:before {
    content: "\f25c"; }

.fa-registered:before {
    content: "\f25d"; }

.fa-creative-commons:before {
    content: "\f25e"; }

.fa-gg:before {
    content: "\f260"; }

.fa-gg-circle:before {
    content: "\f261"; }

.fa-tripadvisor:before {
    content: "\f262"; }

.fa-odnoklassniki:before {
    content: "\f263"; }

.fa-odnoklassniki-square:before {
    content: "\f264"; }

.fa-get-pocket:before {
    content: "\f265"; }

.fa-wikipedia-w:before {
    content: "\f266"; }

.fa-safari:before {
    content: "\f267"; }

.fa-chrome:before {
    content: "\f268"; }

.fa-firefox:before {
    content: "\f269"; }

.fa-opera:before {
    content: "\f26a"; }

.fa-internet-explorer:before {
    content: "\f26b"; }

.fa-tv:before,
.fa-television:before {
    content: "\f26c"; }

.fa-contao:before {
    content: "\f26d"; }

.fa-500px:before {
    content: "\f26e"; }

.fa-amazon:before {
    content: "\f270"; }

.fa-calendar-plus-o:before {
    content: "\f271"; }

.fa-calendar-minus-o:before {
    content: "\f272"; }

.fa-calendar-times-o:before {
    content: "\f273"; }

.fa-calendar-check-o:before {
    content: "\f274"; }

.fa-industry:before {
    content: "\f275"; }

.fa-map-pin:before {
    content: "\f276"; }

.fa-map-signs:before {
    content: "\f277"; }

.fa-map-o:before {
    content: "\f278"; }

.fa-map:before {
    content: "\f279"; }

.fa-commenting:before {
    content: "\f27a"; }

.fa-commenting-o:before {
    content: "\f27b"; }

.fa-houzz:before {
    content: "\f27c"; }

.fa-vimeo:before {
    content: "\f27d"; }

.fa-black-tie:before {
    content: "\f27e"; }

.fa-fonticons:before {
    content: "\f280"; }

.fa-reddit-alien:before {
    content: "\f281"; }

.fa-edge:before {
    content: "\f282"; }

.fa-credit-card-alt:before {
    content: "\f283"; }

.fa-codiepie:before {
    content: "\f284"; }

.fa-modx:before {
    content: "\f285"; }

.fa-fort-awesome:before {
    content: "\f286"; }

.fa-usb:before {
    content: "\f287"; }

.fa-product-hunt:before {
    content: "\f288"; }

.fa-mixcloud:before {
    content: "\f289"; }

.fa-scribd:before {
    content: "\f28a"; }

.fa-pause-circle:before {
    content: "\f28b"; }

.fa-pause-circle-o:before {
    content: "\f28c"; }

.fa-stop-circle:before {
    content: "\f28d"; }

.fa-stop-circle-o:before {
    content: "\f28e"; }

.fa-shopping-bag:before {
    content: "\f290"; }

.fa-shopping-basket:before {
    content: "\f291"; }

.fa-hashtag:before {
    content: "\f292"; }

.fa-bluetooth:before {
    content: "\f293"; }

.fa-bluetooth-b:before {
    content: "\f294"; }

.fa-percent:before {
    content: "\f295"; }

.fa-gitlab:before {
    content: "\f296"; }

.fa-wpbeginner:before {
    content: "\f297"; }

.fa-wpforms:before {
    content: "\f298"; }

.fa-envira:before {
    content: "\f299"; }

.fa-universal-access:before {
    content: "\f29a"; }

.fa-wheelchair-alt:before {
    content: "\f29b"; }

.fa-question-circle-o:before {
    content: "\f29c"; }

.fa-blind:before {
    content: "\f29d"; }

.fa-audio-description:before {
    content: "\f29e"; }

.fa-volume-control-phone:before {
    content: "\f2a0"; }

.fa-braille:before {
    content: "\f2a1"; }

.fa-assistive-listening-systems:before {
    content: "\f2a2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"; }

.fa-glide:before {
    content: "\f2a5"; }

.fa-glide-g:before {
    content: "\f2a6"; }

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"; }

.fa-low-vision:before {
    content: "\f2a8"; }

.fa-viadeo:before {
    content: "\f2a9"; }

.fa-viadeo-square:before {
    content: "\f2aa"; }

.fa-snapchat:before {
    content: "\f2ab"; }

.fa-snapchat-ghost:before {
    content: "\f2ac"; }

.fa-snapchat-square:before {
    content: "\f2ad"; }

.fa-pied-piper:before {
    content: "\f2ae"; }

.fa-first-order:before {
    content: "\f2b0"; }

.fa-yoast:before {
    content: "\f2b1"; }

.fa-themeisle:before {
    content: "\f2b2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"; }

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"; }

.fa-handshake-o:before {
    content: "\f2b5"; }

.fa-envelope-open:before {
    content: "\f2b6"; }

.fa-envelope-open-o:before {
    content: "\f2b7"; }

.fa-linode:before {
    content: "\f2b8"; }

.fa-address-book:before {
    content: "\f2b9"; }

.fa-address-book-o:before {
    content: "\f2ba"; }

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"; }

.fa-user-circle:before {
    content: "\f2bd"; }

.fa-user-circle-o:before {
    content: "\f2be"; }

.fa-user-o:before {
    content: "\f2c0"; }

.fa-id-badge:before {
    content: "\f2c1"; }

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"; }

.fa-quora:before {
    content: "\f2c4"; }

.fa-free-code-camp:before {
    content: "\f2c5"; }

.fa-telegram:before {
    content: "\f2c6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"; }

.fa-shower:before {
    content: "\f2cc"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"; }

.fa-podcast:before {
    content: "\f2ce"; }

.fa-window-maximize:before {
    content: "\f2d0"; }

.fa-window-minimize:before {
    content: "\f2d1"; }

.fa-window-restore:before {
    content: "\f2d2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"; }

.fa-bandcamp:before {
    content: "\f2d5"; }

.fa-grav:before {
    content: "\f2d6"; }

.fa-etsy:before {
    content: "\f2d7"; }

.fa-imdb:before {
    content: "\f2d8"; }

.fa-ravelry:before {
    content: "\f2d9"; }

.fa-eercast:before {
    content: "\f2da"; }

.fa-microchip:before {
    content: "\f2db"; }

.fa-snowflake-o:before {
    content: "\f2dc"; }

.fa-superpowers:before {
    content: "\f2dd"; }

.fa-wpexplorer:before {
    content: "\f2de"; }

.fa-meetup:before {
    content: "\f2e0"; }

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

/* --------------------------------------------------
RESET.scss
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

body {
    line-height: 1;
    font-size: 16px; }

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

ul {
    list-style: none; }

blockquote,
q {
    quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none; }

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold; }

del {
    text-decoration: line-through; }

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help; }

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

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0; }

input,
select {
    vertical-align: middle; }

/* default */
html{
    height: 100%; }

/* clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table; }

.cf:after {
    clear: both; }

.cf {
    *zoom: 1; }

a {
    -webkit-tap-highlight-color: transparent; }

/* --------------------------------------------------
COMMON.scss
-------------------------------------------------- */
/*
 * リセット
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 1.5; }

a,
a:visited,
a:hover {
    color: #000;
    text-decoration: none; }

a img {
    width: auto;
    border-width: 0px;
    border-style: none;
    border-color: #fff;
    background: transparent; }

@media (min-width: 600px) {
    a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

    a:hover img.hover-none {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)"; } }
img,
svg {
    vertical-align: bottom; }

body {
    color: #000;
    font-size: 14px;
    font-family: 'Roboto',"HelveticaNeue","Helvetica Neue","Helvetica","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",'游ゴシック',"Yu Gothic","メイリオ",Meiryo,Osaka,"MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
    @media (max-width: 1000px) {
    body {
        background: #000;
    }
    .page-template-page-recruitnew    {
        background: none;
    }
    }

/* --------------------------------------------------
    フッター固定用の記述（特定ページのみ）
-------------------------------------------------- */
body.page-template-page-contact_thanks,
body.page-template-page-contact_imagettl_thanks{
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
body.page-template-page-contact_thanks .content-wrap,
body.page-template-page-contact_imagettl_thanks .content-wrap{
    flex-grow: 1;
}
body.page-template-page-contact_thanks footer.min,
body.page-template-page-contact_imagettl_thanks footer.min{
    display: flex;
    justify-content: space-around;
    width: 100%;
}

/* --------------------------------------------------
    icon-font
-------------------------------------------------- */
@font-face {
    font-family: 'FontAwesome';
    src: url("https://cdn2.hubspot.net/hubfs/2638975/corporate/fonts/fontawesome-webfont.eot?v=4.7.0");
    src: url("https://cdn2.hubspot.net/hubfs/2638975/corporate/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/2638975/corporate/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("https://cdn2.hubspot.net/hubfs/2638975/corporate/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("https://cdn2.hubspot.net/hubfs/2638975/corporate/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("https://cdn2.hubspot.net/hubfs/2638975/corporate/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal; }
/* --------------------------------------------------
    site-header
-------------------------------------------------- */
.search-wrap .search-button {
    font-size: 17px;
    cursor: pointer; }

.site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    border-bottom: 0 solid #f0f0f0;
    font-size: 15px;
    z-index: 100;
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }

.site-header.move {
    background: #fff;
    border-width: 1px;
    z-index: 10000;
}

.site-header .site-header-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px; }

.site-header .logo {
    margin: 15px 0 0 0;
    float: left;
    width: 108px; }

.site-header .global-nav {
    float: right; }

.site-header .global-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }

.site-header .global-nav li {
    float: left;
    margin: 24px 24px 0 0;
    font-size: 12px; }

.site-header.white a {
    color: #fff; }


.site-header.black a {
    color: #000; }

.site-header.move a {
    color: #000; }

@media (min-width: 600px) {
    .site-header a:hover {
    color: #27b7ff;
    /*         text-shadow: 0 0 16px rgba(0, 0, 0, 0.35); */ }

    .site-header li.headerContact a:hover {
    text-decoration: none; }

    .site-header.move a:hover {
    text-shadow: none; } }
.site-header .global-nav li.headerContact {
    font-size: 14px;
    background: url("https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_contact_header.png") no-repeat 16px 7px #00a6fa;
    margin: 14px 0 0 0; }
    .site-header .global-nav li.headerContact a {
    width: 110px;
    height: 32px;
    line-height: 32px;
    display: block;
    color: #fff;
    padding-left: 50px; }

@media (min-width: 600px) {
    .site-header .global-nav li.headerContact:hover {
    background-color: #27b7ff; }
    .site-header .global-nav li.headerContact:hover a {
        text-shadow: none; } }
@media (max-width: 1000px) {
    .site-header {
    position: absolute;
    margin-bottom: 0;
    background-color: #fff; }

    .site-header .logo {
    margin: 15px 0 0 8px; }

    .site-header .global-nav,
    .site-header .utility,
    .site-header .search-wrap {
    display: none; } }
/* --------------------------------------------------
    fixed-menu-sp
-------------------------------------------------- */
.fixed-menu-sp {
    display: none; }
    @media (max-width: 1000px) {
    .fixed-menu-sp {
        display: block; } }

@media (min-width: 1000px) {
    .menu-top {
    display: none; } }
@media (max-width: 1000px) {
    .fixed-menu-sp {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    z-index: 0;
    color: #FFFFFF; }
    .fixed-menu-sp a {
        color: #FFFFFF; }
    .fixed-menu-sp .btn-close-sp {
        position: absolute;
        right: 20px;
        top: 20px;
        cursor: pointer; }
    .fixed-menu-sp .global-nav ul > li > ul {
        display: none; }
    .fixed-menu-sp .global-nav ul > li > ul > li > ul {
        display: block; }
    .fixed-menu-sp .global-nav .hus-sub-menu-big, .fixed-menu-sp .global-nav .hus-sub-menu-small {
        border-bottom: none;
        padding: 0; }
        .fixed-menu-sp .global-nav .hus-sub-menu-big .sub-menu-ttl, .fixed-menu-sp .global-nav .hus-sub-menu-small .sub-menu-ttl {
            position: relative; }
            .fixed-menu-sp .global-nav .hus-sub-menu-big .sub-menu-ttl a, .fixed-menu-sp .global-nav .hus-sub-menu-small .sub-menu-ttl a {
                width: 266px;
                padding: 14px 0 14px 14px;
                display: inline-block;
                border-bottom: 1px solid #505050; }
            .fixed-menu-sp .global-nav .hus-sub-menu-big .sub-menu-ttl:before, .fixed-menu-sp .global-nav .hus-sub-menu-small .sub-menu-ttl:before {
                content: "\f196";
                color: #FFFFFF;
                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;
                float: right;
                padding: 14px;
                position: absolute;
                top: -14px;
                right: 0; }
            .fixed-menu-sp .global-nav .hus-sub-menu-big .sub-menu-ttlis-open:before, .fixed-menu-sp .global-nav .hus-sub-menu-small .sub-menu-ttlis-open:before {
                content: "\f147"; }
    .fixed-menu-sp .global-nav .hus-sub-menu-big > ul > li > ul > li a, .fixed-menu-sp .global-nav .hus-sub-menu-small > ul > li a {
        background-color: #404040;
        padding-left: 28px; }
    .fixed-menu-sp .global-nav .menu-category > li {
        border: none;
        padding: 0; }
    .fixed-menu-sp .global-nav .menu-category-ttl {
        background-color: #2b2b2b;
        width: 266px;
        padding: 14px 0 14px 14px;
        display: inline-block;
        border-bottom: 1px solid #505050;
        color: #969696; }
    .fixed-menu-sp .global-nav ul li a {
        width: 266px;
        padding: 14px 0 14px 14px;
        border-bottom: 1px solid #505050;
        display: inline-block; } }
/* --------------------------------------------------
    pulldown-menu
-------------------------------------------------- */
.site-header .global-nav .isOpen span a {
    color: #00a6fa; }
.site-header .global-nav .sub-menu-ttl {
    padding-bottom: 20px; }
.site-header .global-nav .hus-sub-menu-big {
    position: relative; }
    .site-header .global-nav .hus-sub-menu-big > ul {
    color: #FFFFFF;
    position: absolute;
    top: 30px;
    left: -440px;
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-webkit-box-sizing: border-box;
    -ms-webkit-box-sizing: border-box;
    -o-webkit-box-sizing: border-box;
    -khtml-webkit-box-sizing: border-box;
    padding: 20px 30px 10px;
    display: none; }
    .site-header .global-nav .hus-sub-menu-big > ul:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 470px;
        border: 5px solid transparent;
        border-bottom: 5px solid rgba(0, 0, 0, 0.8); }
    .site-header .global-nav .hus-sub-menu-big > ul .menu-category-ttl {
        border-bottom: solid 1px #969696;
        width: 100%;
        display: inline-block;
        padding: 0.5rem 0;
        font-weight: bold; }
    .site-header .global-nav .hus-sub-menu-big > ul > li {
        width: 47%;
        margin: 0px;
        margin-right: 6%; }
        .site-header .global-nav .hus-sub-menu-big > ul > li:last-child {
            margin-right: 0; }
        .site-header .global-nav .hus-sub-menu-big > ul > li > ul {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            -webkit-flex-direction: column; }
            .site-header .global-nav .hus-sub-menu-big > ul > li > ul li {
                margin: 0px;
                background-size: 30px;
                background-position: 0 50%;
                background-repeat: no-repeat; }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.conte {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_conte_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.illust {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_illust_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.game {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_game_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.comic {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_comic_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.character {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_character_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.web {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_digital_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.sns {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_sns_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.interactive {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_interactive_bg.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.conte:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_conte_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.illust:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_illust_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.game:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_game_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.comic:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_comic_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.character:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_character_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.web:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_digital_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.sns:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_sns_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li.interactive:hover {
                    background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_interactive_blue.png); }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li a {
                    padding: 1rem 2.4rem;
                    width: 100%;
                    display: inline-block;
                    color: #FFFFFF; }
                .site-header .global-nav .hus-sub-menu-big > ul > li > ul li a:hover {
                    color: #00a6fa; }
.site-header .global-nav .hus-sub-menu-small {
    position: relative; }
    .site-header .global-nav .hus-sub-menu-small > ul {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    top: 30px;
    left: 0;
    width: 140px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-webkit-box-sizing: border-box;
    -ms-webkit-box-sizing: border-box;
    -o-webkit-box-sizing: border-box;
    -khtml-webkit-box-sizing: border-box;
    display: none; }
    .site-header .global-nav .hus-sub-menu-small > ul:before {
        content: "";
        position: absolute;
        top: -10px;
        right: 110px;
        border: 5px solid transparent;
        border-bottom: 5px solid rgba(0, 0, 0, 0.8); }
    .site-header .global-nav .hus-sub-menu-small > ul > li {
        width: 110px;
        margin: 0px; }
        .site-header .global-nav .hus-sub-menu-small > ul > li a {
            color: #FFFFFF;
            padding: 1rem;
            width: 100%;
            display: inline-block; }
        .site-header .global-nav .hus-sub-menu-small > ul > li a:hover {
            color: #00a6fa; }

/* --------------------------------------------------
    content-wrap
-------------------------------------------------- */
.content-wrap {
    position: relative;
    background: #fff;
    overflow: hidden;
}

.content-wrap .btn-open-sp {
    display: none; }

@media (max-width: 1000px) {
    .content-wrap {
    padding-top: 60px; }

    .content-wrap .btn-open-sp {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 100;
    }
    .content-wrap .btn-open-sp img{
    width: auto;
    }
}
/* --------------------------------------------------
    SP用
-------------------------------------------------- */
.br {
    display: none; }
@media (max-width: 600px) {
    .br {
        display: inline; }
body.service {
    padding: 0;
}
.footer-nav .pc {
    display: none;
}
}

.br-pc {
    display: inline; }
    @media (max-width: 1000px) {
    .br-pc {
        display: none; } }

@media (max-width: 600px) {
    .sp-none {
    display: none; } }
@media (min-width: 600px) {
    .sp-only {
    display: none; }

    .pc-none {
    display: none; }
}
.tab-only{
    display: none;
}
@media (max-width: 800px){
    .tab-only{
    display:block;
    }
}
@media (max-width: 640px){
    .tab-only{
    display:none;
    }
}
/* --------------------------------------------------
    リンクボタン
-------------------------------------------------- */
.btnWrap {
    margin: 60px auto 0;
    text-align: center;
    font-size: 16px; }
    @media (max-width: 600px) {
    .btnWrap {
        font-size: 15px;
        margin: 40px auto 0; } }

a.btnBk {
    display: inline-block;
    background: #000;
    color: #fff;
    width: 240px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    overflow: hidden; }
    @media (max-width: 600px) {
    a.btnBk {
        height: 48px;
        line-height: 48px;
        border-radius: 24px; } }

.variable .btnBk {
    display: inline-block;
    background: #000;
    color: #fff;
    width: auto;
    height: 56px;
    padding: 0 24px;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    overflow: hidden; }
    @media (max-width: 600px) {
    .variable .btnBk {
        height: 48px;
        line-height: 48px;
        border-radius: 24px;
        padding: 0 16px; } }

.btn .btnBk {
    display: inline-block;
    background: #000;
    color: #fff;
    width: auto;
    height: 56px;
    width: 330px;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    overflow: hidden; }
    @media (min-width: 600px) and (max-width: 768px) {
    .btn .btnBk {
        width: 240px; } }
    @media (max-width: 600px) {
    .btn .btnBk {
        height: 48px;
        width: 280px;
        line-height: 48px;
        border-radius: 24px; } }

a.btnBk {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s; }

a.btnBk {
    position: relative;
    z-index: 2;
    background-color: #000;
    /*border: 3px solid #000;*/
    color: #fff; }

@media (min-width: 600px) {
    a.btnBk:hover {
    background-color: #00a6fa;
    border-color: #00a6fa;
    color: #fff; } }
a.btnBk::before,
a.btnBk::after {
    left: 0;
    width: 100%;
    height: 50%; }

a.btnBk::before {
    top: 0;
    border-radius: 28px 28px 0 0; }

a.btnBk::after {
    bottom: 0; }

@media (min-width: 600px) {
    a.btnBk:hover::before,
    a.btnBk:hover::after {
    height: 0;
    background-color: #00a6fa; } }
.btn {
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 600px) {
    .btn {
        font-size: 15px; } }
    .btn a.btnWh {
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #000;
    color: #000;
    width: 330px;
    height: 56px;
    padding: 0;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    overflow: hidden; }
    @media (max-width: 600px) {
        .btn a.btnWh {
            height: 48px;
            width: 280px;
            line-height: 48px;
            border-radius: 24px; } }
    @media (min-width: 600px) {
    .btn a.btnWh:hover {
        border: 2px solid #00a6fa;
        color: #00a6fa;
        -webkit-transition: all .3s;
        transition: all .3s; } }

.btn.variable {
    text-align: center;
    font-size: 17px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 600px) {
    .btn.variable {
        font-size: 15px; } }
    .btn.variable a.btnWh {
    display: inline-block;
    background: #fff;
    box-sizing: border-box;
    border: 2px solid #000;
    color: #000;
    width: auto;
    height: 56px;
    padding: 0 24px;
    line-height: 56px;
    border-radius: 28px;
    text-decoration: none;
    overflow: hidden; }
    @media (max-width: 600px) {
        .btn.variable a.btnWh {
            height: 48px;
            width: 280px;
            line-height: 48px;
            border-radius: 24px; } }
    @media (min-width: 600px) {
    .btn.variable a.btnWh:hover {
        border: 2px solid #00a6fa;
        color: #00a6fa;
        -webkit-transition: all .3s;
        transition: all .3s; } }

.about-work {
    max-width: 600px;
    margin: 60px auto 0;
    padding-bottom: 60px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 600px) {
    .about-work {
        flex-wrap: wrap;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        margin-top: 40px;
        padding-bottom: 40px; } }
    .about-work .btn {
    margin: 0; }
    @media (max-width: 600px) {
        .about-work .btn {
            margin-bottom: 24px; } }
    .about-work .btn a.btnWh {
        width: 280px; }
    .about-work .btnWrap {
    margin: 0; }
    .about-work .btnWrap a.btnBk {
        width: 280px; }

/* --------------------------------------------------
    大見出し
-------------------------------------------------- */
.main-ttl {
    margin-bottom: 60px;
    line-height: 1; }
    @media (max-width: 600px) {
    .main-ttl {
        margin-bottom: 40px; } }
    .main-ttl .en, .main-ttl .jp {
    font-size: 55px;
    display: block;
    text-align: center; }
    @media (max-width: 600px) {
        .main-ttl .en, .main-ttl .jp {
            font-size: 40px; } }
    .main-ttl .jp {
    font-size: 14px;
    margin-top: 4px; }

/* --------------------------------------------------
    クライアント実績
-------------------------------------------------- */
.crients {
    background: #fff;
    padding: 72px 0 60px; }
    @media (max-width: 600px) {
    .crients {
        padding: 48px 0 40px; } }

/* --------------------------------------------------
    お問い合わせ
-------------------------------------------------- */
.contact_footer {
    background: #f5f5f5;
    padding: 60px 0 60px; }
    .contact_footer .main-ttl{
            margin-bottom:30px;
    }
    @media (max-width: 600px) {
    .contact_footer {
        padding: 48px 0 40px; } }
    .contact_footer div.contact-inner {
    display: block;
    overflow: hidden;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 600px) {
        .contact_footer div.contact-inner {
            display: -ms-inline-flexbox;
            display: -webkit-inline-flex;
            display: inline-flex; } }
    .contact_footer ul {
    max-width: 1000px;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between; }
    @media (max-width: 1000px) {
        .contact_footer ul {
            padding: 0 16px; } }
    @media (max-width: 600px) {
        .contact_footer ul {
            padding: 0 16px;
            flex-wrap: wrap; } }
    .contact_footer ul li {
        width: 49%;
        box-sizing: border-box;
        border: 5px solid #ffffff;
        font-size: 24px; }
        @media (max-width: 600px) {
            .contact_footer ul li {
                width: 100%;
                margin-bottom: 16px;
                border: none;
                background: #000; } }
    @media (min-width: 600px) {
        .contact_footer ul li.contact-mail:hover {
            background: #00a6fa;
            border: 5px solid #00a6fa;
            -webkit-transition: all .5s;
            transition: all .5s; } }
    .contact_footer ul .contact-mail {
        background: #fff;
        font-size: 16px;
    }
        @media (max-width: 1000px) {
            .contact_footer ul .contact-mail {
                font-size: 16px; } }
        @media (min-width: 600px) and (max-width: 768px) {
            .contact_footer ul .contact-mail {
                font-size: 14px; } }
        @media (max-width: 600px) {
            .contact_footer ul .contact-mail {
                font-size: 14px;
                float: none;
                background: #000; } }
        .contact_footer ul .contact-mail p {
            float: left;
            line-height: 1;
            display: table-cell;
            vertical-align: middle;
            margin: 0;
            padding-left: 0.4em; }
            @media (max-width: 600px) {
                .contact_footer ul .contact-mail p {
                    color: #fff; } }
        .contact_footer ul .contact-mail svg {
            padding: 40px 15px 40px 20px; }
            @media (max-width: 1000px) {
                .contact_footer ul .contact-mail svg {
                    width: 56px;
                    height: auto; } }
            @media (min-width: 600px) and (max-width: 768px) {
                .contact_footer ul .contact-mail svg {
                    width: 46px;
                    height: auto; } }
            @media (max-width: 600px) {
                .contact_footer ul .contact-mail svg {
                    width: 28px;
                    height: auto;
                    padding: 16px 16px 16px 0; }
                    .contact_footer ul .contact-mail svg path {
                        fill: #fff; } }
        .contact_footer ul .contact-mail a {
            display: block;
            overflow: hidden; }
        @media (min-width: 600px) {
            .contact_footer ul .contact-mail a:hover {
                color: #fff;
                -webkit-transition: all .3s;
                transition: all .3s; }
                .contact_footer ul .contact-mail a:hover svg path {
                    fill: #fff;
                    -webkit-transition: all .3s;
                    transition: all .3s; } }
    .contact_footer ul .contact-tel {
        background: #fff;
        font-size: 16px; }
        @media (max-width: 1000px) {
            .contact_footer ul .contact-tel {
                font-size: 16px; } }
        @media (min-width: 600px) and (max-width: 768px) {
            .contact_footer ul .contact-tel {
                font-size: 14px; } }
        @media (max-width: 600px) {
            .contact_footer ul .contact-tel {
                float: none;
                font-size: 14px;
                background: #000; } }
        .contact_footer ul .contact-tel span {
            overflow: hidden;
            display: block; }
        .contact_footer ul .contact-tel .contact-telWrap {
            float: left;
            text-align: left; }
        .contact_footer ul .contact-tel p {
            line-height: 1; }
            @media (max-width: 600px) {
                .contact_footer ul .contact-tel p {
                    color: #fff; } }
        .contact_footer ul .contact-tel svg {
            padding: 40px 15px 40px 20px; }
            @media (max-width: 1000px) {
                .contact_footer ul .contact-tel svg {
                    width: 56px;
                    height: auto; } }
            @media (min-width: 600px) and (max-width: 768px) {
                .contact_footer ul .contact-tel svg {
                    width: 46px;
                    height: auto; } }
            @media (max-width: 600px) {
                .contact_footer ul .contact-tel svg {
                    width: 28px;
                    height: auto;
                    margin: 0;
                    padding: 16px 16px 16px 0; }
                    .contact_footer ul .contact-tel svg path {
                        fill: #fff; } }
        .contact_footer ul .contact-tel a {
            display: block;
            overflow: hidden; }
        .contact_footer ul .contact-tel .contact-telNum {
            /*color: #00a6fa;*/
            font-size: 42px;
            margin: 8px 0; }
            @media (max-width: 1000px) {
                .contact_footer ul .contact-tel .contact-telNum {
                    font-size: 30px; } }
            @media (min-width: 600px) and (max-width: 768px) {
                .contact_footer ul .contact-tel .contact-telNum {
                    font-size: 24px; } }
            @media (max-width: 600px) {
                .contact_footer ul .contact-tel .contact-telNum {
                    font-size: 24px;
                    margin: 4px 0; } }
        .contact_footer ul .contact-tel .contact-telSub {
            font-size: 14px; }
            @media (max-width: 1000px) {
                .contact_footer ul .contact-tel .contact-telSub {
                    font-size: 12px; } }
            @media (min-width: 600px) and (max-width: 768px) {
                .contact_footer ul .contact-tel .contact-telSub {
                    font-size: 10px; } }
            @media (max-width: 600px) {
                .contact_footer ul .contact-tel .contact-telSub {
                    font-size: 12px; } }

/* --------------------------------------------------
    フッター
-------------------------------------------------- */
.page-top {
    text-align: center; }
    .page-top div {
    display: inline-block;
    margin: 52px auto; }
    @media (max-width: 600px) {
        .page-top div {
            margin: 20px 0; } }
    .page-top svg {
    width: 50px;
    height: 50px; }
    @media (max-width: 600px) {
        .page-top svg {
            width: 36px;
            height: 36px; } }
    .page-top a {
    display: block; }
    @media (min-width: 600px) {
    .page-top a:hover path,
    .page-top a:hover polygon {
        fill: #00a6fa;
        -webkit-transition: all .5s;
        transition: all .5s; } }

footer {
    background: #000;
    padding: 90px 0 32px;
}
    @media (max-width: 600px) {
    footer {
        padding: 60px 0 30px;
        } }
    footer h2 {
    color: #fff;
    /* margin-bottom: 50px; */
    }
    @media (max-width: 600px) {
        footer h2 {
            /* margin-bottom: 32px; */
            } }
    footer .footer-icon {
    margin-bottom: 36px; }
    @media (max-width: 600px) {
        footer .footer-icon {
            margin-bottom: 48px; } }
    footer .footer-icon li {
        display: inline-block;
        margin: 0 17px; }
    @media (min-width: 600px) {
        footer .footer-icon a.fb:hover path {
            fill: #3d67a3;
            -webkit-transition: all .5s;
            transition: all .5s; }
        footer .footer-icon a.insta:hover path,
        footer .footer-icon a.insta:hover circle {
            fill: #ce2589;
            -webkit-transition: all .5s;
            transition: all .5s; }
        footer .footer-icon a.twi:hover path {
            fill: #5ea9dd;
            -webkit-transition: all .5s;
            transition: all .5s; }
        footer .footer-icon a.youtube:hover path {
            fill: #e62117;
            -webkit-transition: all .5s;
            transition: all .5s; } }
    footer .footer-nav {
    margin-bottom: 42px; }
    @media (max-width: 600px) {
footer .footer-nav {
    margin-bottom: 32px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}
    footer .footer-nav li {
        display: inline-block;
        margin: 0 7px 16px; }
        @media (max-width: 600px) {
            footer .footer-nav li {
                margin: 0 0 16px 16px;
                width: 40%;
                text-align: left; } }
    footer .footer-nav a {
        color: #fff; }
    @media (min-width: 600px) {
        footer .footer-nav a:hover {
            color: #00a6fa;
            -webkit-transition: all .5s;
            transition: all .5s; } }
    footer .footer-copy p {
    color: #fff;
    line-height: 1; }

footer.min {
    background: #000;
    padding: 22px 0;
    text-align: center; }
    @media (max-width: 600px) {
    footer.min {
        padding: 12px 0; } }

.big-footer {
    text-align: left;
    font-size: 12px;
    color: #969696; }
    @media (min-width: 600px) and (max-width: 768px) {
    .big-footer {
        display: none; } }
    @media (max-width: 600px) {
    .big-footer {
        display: none; } }
    .big-footer h2 {
    color: #969696;
    font-size: 16px;
    margin-bottom: 0.5rem; }
    .big-footer h2.hus-sub-menu {
        margin-bottom: 0.5rem; }
    .big-footer h3 {
    font-size: 14px;
    border-bottom: solid 1px #666666;
    padding-bottom: 0.3rem;
    color: #666666; }
    .big-footer h3.ttl-sns {
        margin: 1.5rem 0 1rem;
        display: block; }
    .big-footer h4 {
    font-size: 14px;
    padding-left: 36px;
    margin: 1rem 0 0.5rem;
    line-height: 30px; }
    .big-footer h4.line2 {
        line-height: 1.2; }
    .big-footer h4.footer-icon {
        background-size: 30px;
        background-position: 0 50%;
        background-repeat: no-repeat;
        -moz-transition: background-color 2s linear;
        -webkit-transition: background-color 2s linear;
        -o-transition: background-color 2s linear;
        -ms-transition: background-color 2s linear; }
    .big-footer h4.conte {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_conte_bg_gray.png); }
    .big-footer h4.illust {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_illust_bg_gray.png); }
    .big-footer h4.game {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_game_bg_gray.png); }
    .big-footer h4.comic {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_comic_bg_gray.png); }
    .big-footer h4.web {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_digital_bg_gray.png); }
    .big-footer h4.sns {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_sns_bg_gray.png); }
    .big-footer h4.interactive {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_interactive_bg_gray.png); }
    .big-footer h4.chara {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_character_bg_gray.png); }
    .big-footer h4.conte:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_conte_bg.png); }
    .big-footer h4.illust:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_illust_bg.png); }
    .big-footer h4.game:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_game_bg.png); }
    .big-footer h4.comic:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_comic_bg.png); }
    .big-footer h4.web:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_digital_bg.png); }
    .big-footer h4.sns:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_sns_bg.png); }
    .big-footer h4.interactive:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_interactive_bg.png); }
    .big-footer h4.chara:hover {
        background-image: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/icon_character_bg.png); }
    .big-footer .footer-left-column {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 1rem; }
    .big-footer .footer-left-column > li {
        width: 30.66%; }
        .big-footer .footer-left-column > li ul > li {
            line-height: 1.8;
            padding-left: 1rem; }
    .big-footer .footer-left-column .footer-column-1 > ul > li {
        padding-left: 0; }
    .big-footer .icon-angle li:before {
    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;
    content: "\f105";
    padding-right: 0.5rem; }
    .big-footer .icon-angle .icon-none:before {
    display: none; }
    .big-footer .icon-angle .icon-none span {
    padding-left: 0.8rem; }
    .big-footer .pc-only {
    max-width: 1000px;
    margin: 0 auto; }
    .big-footer .pc-only .column-left {
        width: 74.25%;
        float: left;
        margin-bottom: 1.5rem; }
    .big-footer .pc-only .column-right {
        width: 20%;
        float: right; }
        .big-footer .pc-only .column-right ul li {
            line-height: 1.8;
            padding-left: 1rem; }
            .big-footer .pc-only .column-right ul li:last-child {
                margin-bottom: 1.5rem; }
        .big-footer .pc-only .column-right ul.footer-icon li {
            padding: 0;
            margin: 0 1rem 0 0; }
    .big-footer a {
    color: #969696;
    text-align: left;
    -moz-transition: background-color 2s linear;
    -webkit-transition: background-color 2s linear;
    -o-transition: background-color 2s linear;
    -ms-transition: background-color 2s linear; }
    .big-footer a:hover {
        color: #ffffff; }
    .big-footer .footer-bottom {
    clear: both;
    width: 100%;
    margin-top: 1.5rem;
    border-top: 1px solid #969696;
    padding-top: 1rem; }
    .big-footer .footer-bottom a {
        color: #969696;
        -moz-transition: background-color 2s linear;
        -webkit-transition: background-color 2s linear;
        -o-transition: background-color 2s linear;
        -ms-transition: background-color 2s linear; }
        .big-footer .footer-bottom a:hover {
            color: #ffffff; }
    .big-footer .footer-bottom .footer-nav {
        max-width: 1000px;
        margin: 0 auto; }
        .big-footer .footer-bottom .footer-nav li.footer-copyright {
            float: right; }

.sp-footer {
    display: none; }
    @media (min-width: 600px) and (max-width: 768px) {
    .sp-footer {
        display: block; } }
    @media (max-width: 600px) {
    .sp-footer {
        display: block; } }

/* --------------------------------------------------
    下層ページ共通
-------------------------------------------------- */
/* --------------------------------------------------
    メイン画像
-------------------------------------------------- */
.category-main {
    height: auto;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    margin: -85px 0 0; }
    @media (max-width: 1000px) {
    .category-main {
        height: 200px;
        margin: 0; } }
    @media (max-width: 600px) {
    .category-main {
        height: 160px; } }
    .category-main img {
    width: 100%;
    opacity: 0.55; }

.category-main.service-img,
.company-main.service-img {
    height: 280px;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 14%, #000000 14%, #6b6b6b 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 14%, #000000 14%, #6b6b6b 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 14%, #000000 14%, #6b6b6b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#6b6b6b', GradientType=0);
    /* IE6-9 */
    color: #fff;
    margin: -85px 0 0; }
    @media (max-width: 1000px) {
    .category-main.service-img,
    .company-main.service-img {
        height: 200px;
        margin: 0; } }
    @media (max-width: 600px) {
    .category-main.service-img,
    .company-main.service-img {
        height: 160px; } }
    .category-main.service-img img,
    .company-main.service-img img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    @media (max-width: 600px) {
        .category-main.service-img img,
        .company-main.service-img img {
            height: 100%; } }

.category-txt {
    position: absolute;
    top: 104px;
    left: 50%;
    margin-left: -500px; }
    @media (max-width: 1000px) {
    .category-txt {
        top: 60px;
        left: 16px;
        margin: 0; } }
    @media (max-width: 600px) {
    .category-txt {
        top: 55px; }
    }

        .category-txt .ttl-service {
            display: inline-block;
            line-height: 1;
            padding-bottom: 5px;
            border-bottom: 1px solid #fff; }
        .category-txt .ttl-service .en, .category-txt .ttl-service .main-ttl .jp, .main-ttl .category-txt .ttl-service .jp {
            font-size: 20px;
            display: inline-block;
        }
        @media (max-width: 600px) {
            .category-txt .ttl-service2 .en, .category-txt .ttl-service .main-ttl .jp, .main-ttl .category-txt .ttl-service .jp {
                font-size: 18px;
            }
        }
        .category-txt .ttl-service .jp {
            font-size: 12px;
            vertical-align: baseline;
            display: inline-block;
            margin-left: 10px;
        }
        @media (max-width: 600px) {
            .category-txt .ttl-service .jp {
                font-size: 10px; }
        }

.category-txt .h1 {
    font-size: 36px;
    margin-top: 15px;
}
@media (max-width: 600px) {
    .category-txt .h1 {
    font-size: 20px; }
}

/* --------------------------------------------------
    その他見出し_works_etc
-------------------------------------------------- */
.work-main {
    position: relative;
    background: #f8f8f8;
    color: #000;
    text-align: center;
    margin: -25px 0 0; }
    @media (max-width: 1000px) {
    .work-main {
        margin: 0; } }

.work-txt h2 {
    display: inline-block;
    line-height: 1;
    padding-bottom: 8px;
    border-bottom: 2px solid #000;
    margin: 40px 0 0; }
    @media (max-width: 1000px) {
    .work-txt h2 {
        padding: 0 16px 8px; } }
    @media (max-width: 600px) {
    .work-txt h2 {
        padding: 0 8px 8px; } }
    .work-txt h2 .en, .work-txt h2 .main-ttl .jp, .main-ttl .work-txt h2 .jp {
    font-size: 32px;
    margin-bottom: 6px;
    display: block; }
    @media (max-width: 600px) {
        .work-txt h2 .en, .work-txt h2 .main-ttl .jp, .main-ttl .work-txt h2 .jp {
            font-size: 28px; } }
    .work-txt h2 .jp {
    font-size: 12px;
    vertical-align: top;
    display: block;
    margin-left: 10px; }
    @media (max-width: 600px) {
        .work-txt h2 .jp {
            font-size: 12px; } }
.work-txt .ttl-page {
    font-size: 32px;
    margin-top: 30px;
    padding-bottom: 30px;
}
    @media (max-width: 1000px) {
    .work-txt .ttl-page {
        font-size: 28px; }
    }
    @media (max-width: 600px) {
    .work-txt .ttl-page {
        font-size: 20px; }
    }

.work-txt h3 {
    font-size: 40px;
    margin-top: 30px;
    padding-bottom: 30px;
}
@media (max-width: 1000px) {
    .work-txt h3 {
    font-size: 32px; }
}
@media (max-width: 600px) {
    .work-txt h3 {
    font-size: 22px; }
}

.company-main {
    height: auto;
    max-height: 280px;
    position: relative;
    overflow: hidden;
    background: #000;
    color: #fff;
    margin: -85px 0 0; }
    @media (max-width: 1000px) {
    .company-main {
        height: 200px;
        margin: 0; } }
    @media (max-width: 600px) {
    .company-main {
        height: 160px; } }
    .company-main img {
    width: 100%;
    opacity: 0.7; }

.company-txt {
    position: absolute;
    top: 128px;
    text-align: center;
    width: 100%; }
    @media (max-width: 1000px) {
    .company-txt {
        top: 72px;
        margin: 0; } }
    @media (max-width: 600px) {
    .company-txt {
        top: 64px; } }
    .company-txt h2,
    .company-txt h3 {
    display: block;
    line-height: 1; }
    @media (max-width: 1000px) {
        .company-txt h2,
        .company-txt h3 {
            padding: 0 16px 8px; } }
    @media (max-width: 600px) {
        .company-txt h2,
        .company-txt h3 {
            padding: 0 8px 8px; } }
    .company-txt h2 .en, .company-txt h2 .main-ttl .jp, .main-ttl .company-txt h2 .jp,
    .company-txt h3 .en,
    .company-txt h3 .main-ttl .jp,
    .main-ttl .company-txt h3 .jp {
    position: relative;
    color: #fff;
    z-index: 2;
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 8px;
}
        @media (max-width: 600px) {
            .company-txt h2 .en, .company-txt h2 .main-ttl .jp, .main-ttl .company-txt h2 .jp,
            .company-txt h3 .en,
            .company-txt h3 .main-ttl .jp,
            .main-ttl .company-txt h3 .jp {
                font-size: 30px; } }
    .company-txt h2 .jp,
    .company-txt h3 .jp {
        font-size: 14px;
        vertical-align: top;
        display: block;
        letter-spacing: 0.1em;
        margin-left: 10px; }
        @media (max-width: 600px) {
            .company-txt h2 .jp,
            .company-txt h3 .jp {
                font-size: 12px; } }
    .company-txt h3 .jp {
    margin: 0; }

.company-cate {
    position: absolute;
    top: 88px;
    right: 50%;
    margin-right: -500px;
    text-align: right;
    line-height: 1; }
    @media (max-width: 1000px) {
    .company-cate {
        top: 16px;
        right: 16px;
        margin: 0; } }
    @media (max-width: 600px) {
    .company-cate {
        right: 8px; } }
    .company-cate .en, .company-cate .main-ttl .jp, .main-ttl .company-cate .jp {
    display: block;
    font-size: 24px; }
    @media (max-width: 600px) {
        .company-cate .en, .company-cate .main-ttl .jp, .main-ttl .company-cate .jp {
            font-size: 20px; } }
    .company-cate .jp {
    display: block;
    font-size: 12px; }
    @media (max-width: 600px) {
        .company-cate .jp {
            font-size: 10px; } }

.writer-main {
    background: #f8f8f8;
    color: #000;
    text-align: center;
    margin: -25px 0 0; }
    @media (max-width: 1000px) {
    .writer-main {
        height: 200px;
        margin: 0; } }
    @media (max-width: 600px) {
    .writer-main {
        height: 160px; } }
    .writer-main img {
    width: 100%;
    opacity: 0.7; }

.writer-txt {
    text-align: center;
    width: 100%; }
    @media (max-width: 1000px) {
    .writer-txt {
        top: 72px;
        margin: 0; } }
    @media (max-width: 600px) {
    .writer-txt {
        top: 64px; } }
    .writer-txt h3 {
    display: block;
    line-height: 1;
    font-size: 40px;
    padding: 72px 0;
    display: block; }
    @media (max-width: 600px) {
        .writer-txt h3 {
            font-size: 30px; } }
    @media (max-width: 1000px) {
        .writer-txt h3 {
            padding: 72px 16px; } }
    @media (max-width: 600px) {
        .writer-txt h3 {
            padding: 72px 8px; } }

.writer-cate {
    position: absolute;
    top: 90px;
    right: 50%;
    text-align: right;
    margin-right: -500px;
    line-height: 1; }
    @media (max-width: 1000px) {
    .writer-cate {
        top: 76px;
        right: 16px;
        margin: 0; } }
    @media (max-width: 600px) {
    .writer-cate {
        right: 8px; } }
    .writer-cate .en, .writer-cate .main-ttl .jp, .main-ttl .writer-cate .jp {
    display: block;
    font-size: 24px; }
    @media (max-width: 600px) {
        .writer-cate .en, .writer-cate .main-ttl .jp, .main-ttl .writer-cate .jp {
            font-size: 20px; } }
    .writer-cate .jp {
    display: block;
    font-size: 12px; }
    @media (max-width: 600px) {
        .writer-cate .jp {
            font-size: 10px; } }

/* --------------------------------------------------
    下層コンテンツ
-------------------------------------------------- */
.content {
    width: 100%;
    padding: 70px 0 60px;
    overflow: hidden;
}
    @media (max-width: 600px) {
    .content {
        padding: 48px 0 40px; } }

.mt72 {
    padding-top: 72px; }
    @media (max-width: 600px) {
    .mt72 {
        padding-top: 48px; } }

.pt0 {
    padding-top: 0; }

.content.bg {
    background: #f7f7f7; }

.mac_operator_page,
.editor_page{
    padding-bottom: 0;
}

.touch_sample_page.content{
    background: #fff;
}

.presentation_page.content.bg {
    background: #fff;
}

.content-ttl {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
    @media (max-width: 1000px) {
    .content-ttl {
        font-size: 20px; } }
    @media (max-width: 600px) {
    .content-ttl {
        font-size: 16px;
        margin-bottom: 20px;
        letter-spacing: normal;
    } }

/* --------------------------------------------------
    事例
-------------------------------------------------- */
.content-work {
    max-width: 1000px;
    margin: 0 auto 60px; }
    @media (min-width: 600px) and (max-width: 1000px) {
    .content-work {
        padding: 0 2%; } }
    @media (max-width: 600px) {
    .content-work {
        padding: 0 8px;
        margin-bottom: 24px; } }

.content-workBox {
    margin: 0 -16px 16px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
    .content-workBox {
        flex-wrap: wrap;
        margin: 0; } }
    .content-workBox article {
    width: 492px;
    background: #fff;
    margin: 0 16px 16px 0;
    box-sizing: border-box;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #f0f0f0; }
    @media (min-width: 600px) and (max-width: 1000px) {
        .content-workBox article {
            width: 46%;
            margin: 0 4% 16px 0; } }
    @media (min-width: 600px) and (max-width: 1000px) {
        .content-workBox article:nth-child(2) {
            margin-right: 0px; } }
    @media (max-width: 600px) {
        .content-workBox article {
            width: 100%;
            margin: 0 0 16px 0; } }
    .content-workBox article > a {
        display: block;
        padding: 9px 9px 4px 9px; }
    @media (min-width: 600px) {
        .content-workBox article:hover {
            box-sizing: border-box;
            border: 3px solid #00a6fa;
            -webkit-transition: all .3s;
            transition: all .3s; }
            .content-workBox article:hover h5,
            .content-workBox article:hover h3 {
                color: #00a6fa;
                -webkit-transition: all .3s;
                transition: all .3s; } }
    .content-workBox article img {
        width: 100%;
        height: auto;
        box-sizing: border-box;
        border: 1px solid #e0e0e0; }
    .content-workBox article .text {
        margin: 8px; }
    .content-workBox article h5,
    .content-workBox article h3 {
        font-size: 18px;
        margin: 20px 0 12px; }
        @media (max-width: 600px) {
            .content-workBox article h5,
            .content-workBox article h3 {
                font-size: 16px; } }

/* --------------------------------------------------
    カテゴリー
-------------------------------------------------- */
.cateWrap {
    display: inline-block;
    font-size: 11px;
    padding-bottom: 5px; }
    @media (max-width: 600px) {
    .cateWrap {
        font-size: 12px; } }
    .cateWrap input[type="checkbox"],
    .cateWrap input[type="radio"] {
    display: none; }
    .cateWrap input[type="checkbox"]:checked + label {
    padding: 8px 14px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .cateWrap input[type="radio"]:checked + label {
    padding: 8px 14px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .cateWrap a,
    .cateWrap label,
    .cateWrap span {
    cursor: pointer;
    display: block;
    padding: 5px 7px 4px;
    border: 1px solid #39a6fa;
    color: #39a6fa;
    border-radius: 2px;
    line-height: 1;
    margin-right: 2px;
    font-weight: bold;
    }
    .cateWrap span {
    cursor: default; }
    @media (min-width: 600px) {
    .cateWrap a:hover,
    .cateWrap label:hover {
        padding: 5px 7px 4px;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s; } }

/* --------------------------------------------------
    tag
-------------------------------------------------- */
.tagWrap {
    display: inline-block;
    font-size: 14px; }
    @media (max-width: 600px) {
    .tagWrap {
        font-size: 12px; } }
    .tagWrap .tag {
    display: block;
    padding: 8px 14px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    line-height: 1;
    background: #e0e0e0; }
    @media (min-width: 600px) {
    .tagWrap .tag:hover {
        padding: 8px 14px;
        border: 1px solid #000;
        background: #000;
        color: #fff;
        -webkit-transition: all .3s;
        transition: all .3s; } }

/* --------------------------------------------------
    プライバシーポリシー セキュリティーポリシー サイトマップ
-------------------------------------------------- */
.content.other {
    width: 100%;
    padding: 72px 0 0;
    overflow: hidden; }
    @media (max-width: 600px) {
    .content.other {
        padding: 48px 0 0; } }

.content.other.last {
    padding: 72px 0 60px; }
    @media (max-width: 600px) {
    .content.other.last {
        padding: 48px 0 40px; } }

.other-wrap {
    background: #f5f5f5;
    margin-top: 16px; }
    @media (max-width: 1000px) {
    .other-wrap {
        padding: 0 16px; } }
    @media (max-width: 600px) {
    .other-wrap {
        padding: 0 8px; } }
    .other-wrap .content {
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1000px) {
        .other-wrap .content {
            padding: 72px 0 0; } }
    @media (max-width: 600px) {
        .other-wrap .content {
            padding: 48px 0 0; } }

.other-inner {
    background: #fff;
    padding: 0 80px 56px;
    font-size: 14px;
    line-height: 1.5; }
    @media (max-width: 1000px) {
    .other-inner {
        padding: 0 40px 56px; } }
    @media (max-width: 600px) {
    .other-inner {
        padding: 0 16px 32px;
        font-size: 13px; } }
    .other-inner .other-innerTop {
    padding-top: 56px; }
    @media (max-width: 600px) {
        .other-inner .other-innerTop {
            padding-top: 32px; } }
    .other-inner h4 {
    font-size: 16px;
    margin: 0 0 24px;
    padding-top: 56px; }
    @media (max-width: 600px) {
        .other-inner h4 {
            padding-top: 32px; } }
    .other-inner h5 {
    font-size: 14px;
    margin: 48px 0 8px; }
    .other-inner a {
    color: #00a6fa;
    text-decoration: underline; }
    .other-inner .other-txt {
    font-size: 16px;
    margin: 0;
    padding-top: 56px; }
    @media (max-width: 600px) {
        .other-inner .other-txt {
            font-size: 14px;
            padding-top: 32px; } }
    .other-inner ol {
    margin-top: 48px;
    margin-left: 1.5em; }
    .other-inner ol li {
        margin-bottom: 8px; }
    .other-inner ul li {
    margin-bottom: 8px; }
    .other-inner .signature {
    text-align: right;
    line-height: 1.8;
    margin: 24px 0 0; }

.partner {
    background: #fff; }
    .partner .hbspt-form {
    max-height: initial;
    opacity: 1;
    padding: 60px 80px 0; }
    @media (max-width: 600px) {
        .partner .hbspt-form {
            padding: 40px 16px 16px; } }

/* --------------------------------------------------
    サイトマップ
-------------------------------------------------- */
ul.other-inner {
    padding-top: 40px; }
    @media (max-width: 600px) {
    ul.other-inner {
        padding-top: 32px; } }
    ul.other-inner li {
    padding: 16px 0;
    border-bottom: 1px solid #e8e8e8; }
    ul.other-inner li:last-child {
    border: none; }
    ul.other-inner span {
    display: inline-block;
    font-size: 16px; }
    @media (max-width: 600px) {
        ul.other-inner span {
            font-size: 14px; } }
    ul.other-inner a {
    text-decoration: none;
    color: #000; }
    @media (min-width: 600px) {
    ul.other-inner a:hover {
        text-decoration: underline; } }
    ul.other-inner p {
    margin-top: 10px;
    margin-left: 2em;
    line-height: 2.2; }
    @media (max-width: 600px) {
        ul.other-inner p {
            font-size: 13px; } }

/* --------------------------------------------------
    パンくず
-------------------------------------------------- */
.bread {
    max-width: 1000px;
    margin: 0 auto;
}
    @media (max-width: 1000px) {
    .bread {
        padding: 0 16px; } }
    @media (max-width: 600px) {
    .bread {
        padding: 0 8px; } }
    .bread ul {
    padding:12px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center; }
    .bread li:nth-of-type(1),
    .bread li:nth-of-type(2) {
    -webkit-flex-shrink: 0;
    flex-shrink: 0; }
    .bread li {
    font-size: 12px;
    vertical-align: middle; }
.bread li br{
    display: none;
}
    @media (max-width: 600px) {
        .bread li {
            font-size: 11px;
            margin-bottom: 4px; } }
    .bread li svg {
        width: 20px;
        height: 20px; }
        @media (max-width: 600px) {
            .bread li svg {
                width: 18px;
                height: 18px; } }
    .bread li a {
        display: block; }
    .bread li:not(.home) {
    padding-top: 2px; }
    .bread .arrow {
    position: relative;
    padding-left: 28px; }
    @media (max-width: 600px) {
        .bread .arrow {
            padding-left: 20px; } }
    .bread .arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 10px; }
    @media (max-width: 600px) {
        .bread .arrow::before {
            left: 6px; } }

/* --------------------------------------------------
関連情報
-------------------------------------------------- */
.content-rlation {
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 1000px) {
    .content-rlation {
        padding: 0 16px; } }
    @media (max-width: 600px) {
    .content-rlation {
        padding: 0 8px; } }
    .content-rlation ul {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center; }
    @media (max-width: 600px) {
        .content-rlation ul {
            flex-wrap: wrap; } }
    .content-rlation ul li {
        width: 280px;
        height: 100px;
        background: #fff;
        margin-right: 20px; }
        .content-rlation ul li:last-child {
            margin-right: 0px; }
        .content-rlation ul li img {
            width: 280px;
            height: 100px; }
        @media (max-width: 600px) {
            .content-rlation ul li {
                margin-bottom: 16px;
                margin-right: 0; } }

.line-gray {
    border: 1px solid #c0c0c0; }

/* --------------------------------------------------
    PDF
-------------------------------------------------- */
.pdf {
    padding-right: 20px;
    background: url(https://cdn2.hubspot.net/hubfs/2638975/corporate/common/ico_pdf.png) no-repeat right center; }

.rotate90 {
    display: inline-block;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.mb60 {
    margin-bottom: 60px; }
    @media (max-width: 600px) {
    .mb60 {
        margin-bottom: 20px; } }

.pb0 {
    padding-bottom: 0 !important; }

.pt0 {
    padding-top: 0 !important; }

.pt60 {
    padding-top: 60px !important; }


/* --------------------------------------------------
    lp-header
-------------------------------------------------- */
.lp .content-wrap {
    padding-top: 0; }

.company-main.service-img {
    margin-top: 0; }

.search-wrap .search-button {
    font-size: 17px;
    cursor: pointer; }

.lp-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    border-bottom: 0 solid #f0f0f0;
    font-size: 15px;
    z-index: 100;
    -webkit-transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition: all 300ms cubic-bezier(0.55, 0.085, 0.68, 0.53); }
    @media (max-width: 600px) {
    .lp-header {
        top: 0px; } }

.lp-header .lp-header-inner {
    position: relative;
    margin: 0 auto;
    max-width: 1000px; }

.lp-header .logo {
    width: 188px;
    margin: 15px 0 0 0;
    float: left; }

.lp-header.white a {
    color: #fff; }

.lp-header.black a {
    color: #000; }

.lp-header.move a {
    color: #000; }

@media (min-width: 600px) {
    .lp-header a:hover {
    color: #27b7ff;
    /*         text-shadow: 0 0 16px rgba(0, 0, 0, 0.35); */ }

    .lp-header li.headerContact a:hover {
    text-decoration: none; }

    .lp-header.move a:hover {
    text-shadow: none; } }

@media (max-width: 1000px) {
    .lp-header {
    position: absolute;
    margin-bottom: 0; }

    .lp-header .logo {
    margin: 15px 0 0 8px; }

    .lp-header .global-nav,
    .lp-header .utility,
    .lp-header .search-wrap {
    display: none; } }
.form-attention {
    margin-left: 80px; }
    @media (max-width: 600px) {
    .form-attention {
        margin-left: 3%; } }

.text-link {
    color: #00a6fa;
    text-decoration: underline; }

.content-404{
    max-width:1000px;
    width:94%;
    margin:0 auto;
    text-align: center;
    padding:100px 0;
}

/*------------------------

black-header

------------------------*/

.conte-template-default .content-wrap,
.illust-template-default .content-wrap,
.game-template-default .content-wrap,
.page-template-page-lp-partner-game .content-wrap,
.works-template-default .content-wrap,
.single-interactive .content-wrap,
.error404 .content-wrap,
.page-template-page-illust_monstar .content-wrap,
.page-template-page-illust_back .content-wrap,
.page-template-page-illust_item .content-wrap,
.page-template-page-illust_banken .content-wrap,
.page-template-page-illust_character .content-wrap{
    padding-top:85px;
}
.page-template-page-lp .content-wrap{
    margin-top:60px;
}

@media (max-width: 1000px){
    .page-template-page-lp .content-wrap{
    margin-top:0px;
    }
    .conte-template-default .content-wrap,
    .illust-template-default .content-wrap,
    .game-template-default .content-wrap,
    .page-template-page-lp .content-wrap,
    .page-template-page-lp-partner-game .content-wrap,
    .works-template-default .content-wrap,
    .single-interactive .content-wrap,
    .error404 .content-wrap{
    padding-top:60px;
    }
}


.conte-template-default .site-header.white a,
.illust-template-default .site-header.white a,
.game-template-default .site-header.white a,
.error404 .site-header.white a,
.error404 .site-header.white a,
.works-template-default .site-header.white a,
.single-interactive .site-header.white a,
.page-template-page-lp .site-header.white a,
.page-template-page-illust_monstar .site-header.white a,
.page-template-page-illust_back .site-header.white a,
.page-template-page-illust_item .site-header.white a,
.page-template-page-illust_banken .site-header.white a,
.page-template-page-illust_character .site-header.white a{
    color: #000;
}



/* --------------------------------------------------
 ソーシャルアカウント一覧
-------------------------------------------------- */
.content-social {
    max-width: 1000px;
    margin: 0 auto;
    width: 1000px; }
@media (max-width: 1000px) {
    .content-social {
    width: 96%; } }
.content-social ul li {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    position: relative; }
.content-social ul li a {
    display: block;
    width: 100%;
    height: 100%; }
.content-social ul li a:hover {
    cursor: pointer;
    opacity: 0.7; }
.content-social ul li:after {
    content: "";
    display: block;
    clear: both; }
.content-social ul li .icon-social {
    display: block;
    width: 15%;
    float: left;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle; }
@media (max-width: 1000px) {
    .content-social ul li .icon-social {
    margin: 20px 0 20px 3%;
    display: block;
    border: none; } }
.content-social ul li .icon-social img {
    width: 100%; }
.content-social ul li .right-content {
    float: left;
    padding: 3%;
    box-sizing: border-box;
    width: 80%;
    display: block; }
.content-social ul li .right-content:after {
    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;
    content: "\f08e";
    position: absolute;
    right: 5px;
    bottom: 5px; }
@media (max-width: 1000px) {
    .content-social ul li .right-content {
    padding: 20px 3%; } }
.content-social ul li h5 {
    font-size: 20px;
    padding-bottom: 0.5rem; }
@media (max-width: 600px) {
    .content-social ul li h5 {
    font-size: 16px; } }




/*---------------------------tab修正 /works.css----------------------------------*/

.work-nav .tab_area li{
    cursor: pointer;
    display: block;
    border: 1px solid #000;
    border-radius: 2px;
    line-height: 1;
    display: inline-block;
    margin: 4px;
}
.work-nav .tab_area li.selected{
    border: 1px solid #000;
    background: #000;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.work-nav .tab_area li a {
    padding: 7px 7px 6px;
    display: inline-block;
    font-size:12px;
}
/*---------------------------ここまで----------------------------------*/


.mb30{
     margin-bottom:30px;
 }

.mb20{
    margin-bottom:20px;
}


/*---------------------------採用ページトップ改修---------------------------*/

.content-recruit-top .recruit-top-box{
    width: 100%;
    background: #fff;
    padding:30px;
    box-sizing: border-box;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px #f0f0f0;
}

.content-recruit-top .content-workBox article{
    position:relative;
}
.content-recruit-top .content-workBox article h5{
    margin:0;
}
.content-recruit-top .content-workBox article>a{
    padding:9px;
}
.content-recruit-top .content-workBox article>a .img{
    height:220px;
    overflow: hidden;
    position: relative;
 }

.content-recruit-top .content-workBox article>a .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.content-recruit-top .content-workBox article>a:hover .img img{
    opacity:0.5;
}
.content-recruit-top .content-workBox article a .ttl-rec-type{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 2rem;
    text-shadow: 0 0 15px rgba(0,0,0,0.2);
    width: 100%;
    text-align: center;
}
.content-recruit-top .content-workBox article a .ttl-rec-type.career{
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.content-recruit-top .content-workBox article a .ttl-rec-type.new{
    letter-spacing:0.07em;
}

.content-recruit-top .content-workBox article.column-1{
    position:relative;
    width:100%;
}
.content-recruit-top .content-workBox article.column-1 .img-sp{
    display: none;
}
.text-about-recruit{
    width:96%;
    text-align: center;
    margin:0 auto 50px;
    color: #555555;
}
@media(max-width: 999px){
    .content-recruit-top .content-workBox article>a .img{
    height:160px;
    }
    .content-recruit-top .content-workBox article a .ttl-rec-type{
    font-size: 1.6rem;
    }

    .lp-header .logo{
        width: 130px;
    }
}
@media(max-width: 600px){
    .content-recruit-top .content-workBox article>a .img{
    height:120px;
    }
    .content-recruit-top .content-workBox article a .ttl-rec-type{
    font-size: 1.4rem;
    }
    .content-recruit-top .content-workBox article.column-1 .img-pc{
    display: none;
    }
    .content-recruit-top .content-workBox article.column-1 .img-sp{
    display: block;
    }
}

.content-recruit-top    ul li{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    padding:1rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.content-recruit-top    ul li:first-child{
    padding-top:0;
}
.content-recruit-top    ul li:last-child{
    padding-bottom:0;
    border-bottom: none;
}
.content-recruit-top    .job-ttl{
    font-size: 1rem;
}
.content-recruit-top    .btn-detail,
.content-recruit-top    .btn-entry{
    box-sizing: border-box;
    border: 1px solid #6a6a6a;
    text-align: center;
    width:12rem;
}

.content-recruit-top    .btn-detail a,
.content-recruit-top    .btn-entry a{
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    width:100%;
    display: block;color: #fff;background-color: #000;
}
.content-recruit-top    .btn-detail a:hover,
.content-recruit-top    .btn-entry a:hover{
    background-color: #000000;
    color: #ffffff;
}
.icon-arrow{
    position: relative;
}
.icon-arrow:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: #000000 #000000 transparent transparent;
    transform: rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
    position: absolute;
    top: 50%;
    right: 10px;
}
.icon-arrow:hover:before {
     border-color: #ffffff #ffffff transparent transparent;
 }

#partner{
    padding-top:100px;
    margin-top:-100px;
}
.recruit-top .link-partner{
    text-align: right;
    padding-top:20px;
}

.recruit-top .link-partner{
    text-align: right;
    font-size: 14px;
}
.recruit-top .link-partner a{
    padding-right:20px;
}
.recruit-top .link-partner a:hover{
    text-decoration: underline;
}
.recruit-top .link-partner .icon-arrow:hover:before {
    border-color: #000000 #000000 transparent transparent;
}

@media(max-width: 600px){
    .recruit-top .content-recruit-top    ul li{
    flex-direction: column;
    -webkit-flex-direction: column;
    }
    .recruit-top .content-recruit-top    .btn-detail,
    .recruit-top .content-recruit-top    .btn-entry{
    width:100%;
    }
    .recruit-top .content-recruit-top    .job-ttl{
    margin-bottom: 0.2rem;
    }
}

.recruit-top .content-ttl.ttl-partner{
    font-size:24px;
    margin-bottom:10px;
}


.recruit-top .job-area .job-description>ul>li{
    background-color: #ffffff;
    list-style: none;
    padding:30px;
    box-sizing: border-box;
    width:100%;
    margin-bottom:30px;
    display: flex;
    display: -webkit-flex;
    box-shadow: 0 0 0 1px #f0f0f0;
}

.recruit-top .job-area .job-img{
    margin: 0 30px 0 0;
    width:32%;
}
.recruit-top .job-area .job-txt{
    width:68%;
    position: relative;
}
.recruit-top .job-area .job-txt .job-link a{
    text-align: left;
    font-weight: bold;
    color:#47b5be;
    padding:0rem 1.4rem;
    -webkit-background-size: 1.2rem 1.2rem;
    background-size: 1.2rem 1.2rem;
    text-decoration: none;
}
.recruit-top .job-area .job-txt .skill {
    margin-top:1rem;
}
.recruit-top .job-area .job-txt .ttl-job{
    font-size:22px;
    padding:1.2rem 0;
}
.recruit-top .job-area .job-txt .skill dl{
    line-height:1.6;
}
.recruit-top .job-area .job-txt .skill dl dt{
    font-weight:bold;
}
.recruit-top .job-area .job-txt .skill dl dd{
    padding-left:1.2rem;
    margin-left:0;
}
.recruit-top .job-area .job-img img{
    width:100%;
}
@media(min-width: 800px){
    .recruit-top .job-area .job-txt .job-link a{
    position: absolute;
    bottom:0;
    right:0;
    text-align: left;
    }
}
@media(max-width: 799px){
    .recruit-top .job-area .job-txt .ttl-job{
    padding:0 0 0.5rem 0;
    margin:0;
    font-size: 24px;
    }
    .recruit-top .job-area .job-txt .skill{
    margin-top:0.4rem;
    }
    .recruit-top .job-area .job-txt .job-link{
    margin-top:1rem;
    }
    .recruit-top .job-area .job-txt .job-link a {
    padding: 0.2rem 1.4rem 0.1rem 0;
    }
}
@media(max-width: 640px){
    .recruit-top .job-area .job-description>ul>li{
    flex-direction: column;
    -webkit-flex-direction: column;
    }
    .recruit-top .job-area .job-img{
    width:100%;
    margin:0 0 1rem 0;
    }
    .recruit-top .job-area .job-txt{
    width:100%;
    }
}



/*-------------------btn-detail-------------------------*/

.recruit-top .btn-detail{
    box-sizing: border-box;
    border: 1px solid #6a6a6a;
    text-align: center;
    width:12rem;
    margin-top:10px;
    background-color: #000000;
}
.recruit-top .job-txt .btn-detail,
.recruit-top .job-txt .btn-entry{
    float: right;
}
.recruit-top .btn-detail a{
    padding:10px;
    box-sizing: border-box;
    text-align: center;
    width:100%;
    display: block;
    color: #ffffff;
}
.recruit-top .btn-detail:hover{
    border: 1px solid #00a6fa;
}
.recruit-top .btn-detail a:hover{
    background-color: #00a6fa;
}
@media(max-width: 767px){
    .recruit-top .btn-detail{
    width:100%;
    }
}

.recruit-top .btn-detail .icon-arrow:before {
    border-color: #ffffff #ffffff transparent transparent;
}

p.comingSoon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
    color: #fff;
    line-height: 405px;
    font-size: 30px;
}

.DC_header{
    background-color: #0982C9;
    padding:15px 0;position: relative;z-index: 30;
}

.DC_header .wrap{
    width: 1010px;
    align-items: center;
    margin: 0 auto;
}

.DC_header .logo{
    width: 110px;
}

.DC_header .hd_nav{
    width: 860px;
}

.DC_header .hd_nav ul li a{
    display: block;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    line-height: 1.6;
}

.DC_header .hd_nav ul li a span{
    display: block;
    font-weight: 600;
    font-size: 14px;
}

#DC_main{
    padding: 85px 0 110px 0;
    color: #fff;
    position: relative;
}

#DC_main div#topVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    overflow: hidden;
}

#DC_main div#topVideo .mask{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

#DC_main div#topVideo video{
    width: 130%;
}

#DC_main::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(/wp-content/uploads/2021/02/top_back_imag.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.DC_h1Box{
    margin-bottom: 15px;
    text-align: center;
}

.DC_h1Box .how_time {
    background-image: url(/wp-content/uploads/2021/01/dc_time_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 190px;
    margin: auto;
    margin-bottom: 20px;
    font-weight: bold ;
    font-size: 24px;
}

.DC_h1Box .virtural {
    width: 780px;
    margin: auto;
    margin-bottom: 30px;
}

.DC_h1Box .virtural img{
    width: 100%;
}

.DC_h1Box .how_time span{
    font-size: 32px;
    margin: 0 5px;
}

h1.DC_h1{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;letter-spacing: 8px;
}

p.DC_h1_text{
    font-size: 28px;
    font-weight: 600;
}

.DC_main_DayBox{
    text-align: center;
    margin-bottom: 40px;
}

.DC_main_DayBox .attention {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 32px;
    margin-bottom: 30px;
    border: 2px solid #1984C7;
    padding: 50px;
    width: 550px;
    margin: 0px auto;
}

.DC_main_DayBox .attention img {
    width:100%;
}

.DC_main_DayBox .attention span{
    display: block ;
}

.yellowyellow {
    color: #faff00;
}

.komekome {
    color: #fff;
    text-align: right;
    font-size: 12px;
}

.DC_main_DayBox .device {
    width: 200px;
    margin: auto;
}

.DC_main_DayBox .device img{
    width: 100%;
}

.DC_main_DayBox .day{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}

.DC_main_DayBox .day span.big{
    font-size: 36px;
    margin-right: 5px;
}

.DC_main_DayBox .time{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0px 0 45px;
}

.DC_main_DayBox .time span{
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.DC_main_DayBox .place{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.6;
}

.DC_main_DayBox .place span{
    font-size: 15px;
    display: block;
    font-weight: 400;
}

.DC_main_bt{
    display: block;
    width: 650px;
    margin: 0 auto;
}

.DC_main_bt a{
    padding: 25px 0 20px;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 18px;
    color: #000;
    text-decoration: none;
    font-size: 24px;
    letter-spacing: 2px;
    background-image: url(/wp-content/uploads/2021/01/DC_arrow.png);
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: center right 20px;
    background-color: #faff00;
    font-weight: bold ;
}

.DC_main_bt a span{
    display: block ;
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 7px;
    font-weight: normal ;
}

.DC_main_scroll{
    font-size: 12px;
    width: 35px;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -165px;
    margin: auto;
}

.DC_main_scroll a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.DC_main_scroll .ball{
    display: block;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 2px;
    margin:0 auto;
}

.DC_main_scroll .ball:first-child{
    margin-top: 5px;
}

.DC_main_scroll .line{
    display: block;
    height: 92px;
    width: 1px;
    background-color: #fff;
    margin:0 auto;
}

#DC_introducution{
    background-image: url(/wp-content/uploads/2020/06/DC_intro_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 130px 0;
    color: #fff;
}

.common_DC_h2Box{
    margin-bottom: 60px;
}

.common_DC_h2_en{
    width: 500px;
    margin: 0 auto 10px auto;
}

.common_DC_h2_en img{
    display: block;
}

.common_DC_h2{
    font-size: 23px;
    text-align: center;
    font-weight: 400;
}

.common_DC_h2.W{
    color: #fff;
}

.DC_introducution_mainText{
    margin-bottom: 60px;
}

.DC_introducution_mainText p{
    text-align: center;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
}

.DC_introducution_mainText p span{
    font-size: 28px;
    display: block;
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 35px;
    line-height: 1.6;
	color:#fff;
}

.ywllow_font {
    text-align: center;
    font-size: 17px;
    line-height: 2;
    font-weight: 400;
    color: #FAFF00;
}

.DC_sceneList p {
    line-height: 1.1;
}

.DC_introducution_mainText p span.margin{
    display: block;
    height: 10px;
    line-height: 1;
    font-size: 16px;
    margin-bottom: 0px;
}

.DC_introducution_movie {
    width: 100%;
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: space-between;
}

.DC_introducution_movie p {
    text-align: center;
    margin-top: 15px;
}

.DC_introducution_movie > div{
    width: 45%;
}

.DC_introducution_movie iframe {
    width: 100%;
    height: 240px;
}

.DC_introducution_movieText{
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
}

#DC_exhibit{
    background-color: #0982C9;
    padding:130px 0;
}

.common_DC_h2 span{
    font-size: 15px;
}

#DC_exhibit .description {
    font-size: 30px;
    color: #fff;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    margin-bottom: 50px;
}

.DC_exhibitList ul li{
    width: 33.333%;
    box-sizing: border-box;
    padding: 10px 20px;
    border-right: 0.5px solid #fff;
    margin-bottom: 30px;
}

.DC_exhibitList ul li:nth-child(3n){
    border-right: 0px;
}

.DC_exhibitList ul li .ttl{
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.DC_exhibitList ul li .img{
    margin-bottom: 15px;
}

.DC_exhibitList ul li .sub_ttl {
    color: #faff00;
    font-weight: bold ;
    text-align: center ;
    font-size: 16px;
    margin-bottom: 12px;
}

.DC_exhibitList ul li:nth-child(4) .sub_ttl , .DC_exhibitList ul li:nth-child(5) .sub_ttl , .DC_exhibitList ul li:nth-child(6) .sub_ttl {
    padding-top: 35px;
    border-top: 0.5px solid #fff;
}

.DC_exhibitList ul li img {
    width: 100%;
}


.DC_exhibitList{
    margin-bottom: 50px;
}

.DC_exhibit_text{
    background-color: #fff;
    text-align: center;
    color: #0982C9;
    font-weight: bold;
    font-size: 20px;
    padding:20px 0;
    line-height: 1.6;
    position: relative;margin-bottom: 60px;
}

.DC_exhibit_text a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#DC_scene{
    background-image: url(/wp-content/uploads/2020/06/DC_scene_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0;
}

.DC_sceneList ul li{
    width: 220px;
    align-items: center;
    text-align: center;
    color: #fff;
    height: 155px;
    font-size: 18px;
    line-height: 1.2;
    justify-content: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.DC_sceneList ul li:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(9, 130, 201, 0.8);
}

.DC_sceneList ul li p{
    z-index: 1;
    position: relative;
}

.DC_sceneList ul li.eigyo{
    background-image: url(/wp-content/uploads/2020/06/DC_scene_img01.jpg);
}
.DC_sceneList ul li.saiyo{
    background-image: url(/wp-content/uploads/2020/06/DC_scene_img02.jpg);
}
.DC_sceneList ul li.kenshu{
    background-image: url(/wp-content/uploads/2020/06/DC_scene_img03.jpg);
}
.DC_sceneList ul li.marketing{
    background-image: url(/wp-content/uploads/2020/06/DC_scene_img04.jpg);
}

.DC_sceneList{
    margin-bottom: 40px;
}

.DC_sceneList02{
    justify-content: center !important;
    align-items: center;
}

.DC_sceneList02 {
    margin-bottom: 60px;
}

.DC_sceneList02 .img{
    width: 280px;
    margin-right: 30px;
}

.DC_sceneList02 .img img{
    max-width: 100%;
}

.DC_sceneList02 .list{
    width: 550px;
    color: #fff;
    font-size: 18px;
}

.DC_sceneList02 .list li{
    margin-bottom: 20px;
    background-image: url(/wp-content/uploads/2020/06/DC_arrow02.png);
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center left;
    padding-left: 25px;
    font-size: 18px;
    line-height: 1.3;
}

.DC_sceneList02 .list li:last-child{
    margin-bottom: 0px;
}

#DC_info{
    background-color: #0982C9;
    padding: 130px 0 80px 0;
}

.DC_infoBox{
    width: 800px;
    margin:0 auto 75px auto;
}

.DC_infoBox .tr{
    border-bottom: 1px solid #000;
    padding:20px 0;
    align-items: flex-start;
}

.DC_infoBox .tr:first-child{
    padding-top: 0px;
}

.DC_infoBox .tr .th{
    background-color: #000;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 150px;
    line-height: 40px;
    margin-right: 25px;
}

.DC_infoBox .tr .td{
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    width: 525px;
    line-height: 1.2;
}

.DC_infoBox .tr .td span{
    font-size: 14px;
    font-weight: 400;
}

.DC_infoBox .tr .td .day{
    font-size: 20px;
}

.DC_infoBox .tr .td .day span.big{
    font-size: 33px;
}

.DC_infoBox .tr .td .time{
    font-size: 25px;
    margin-bottom: 5px;
}

.DC_infoBox .tr .td .time span{
    font-size: 15px;
}

.DC_infoBox .tr .td .text{
    font-size: 18px;
    font-weight: 400;
}

.DC_infoBox .tr .td .tel{
    font-size: 19px;
}

.DC_info_map{
    width: 700px;
    height: 370px;
    margin: 0 auto;
}

#DC_faq{
    background-color: #0982C9;
    padding-bottom: 130px;
}

.DC_faqList ul li:first-child{
    margin-bottom: 60px;
}

.DC_faqList ul li .ttl{
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    background-image: url(/wp-content/uploads/2020/06/DC_faq_Q.png);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: top left;
    padding-left: 55px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
	line-height: 1.4;
}

.DC_faqList ul li .text{
    font-size: 21px;
    color: #fff;
    line-height: 1.8;
}

.DC_faqList ul li .text span {
    font-size: 14px;
    display: table;
}

.DC_faqList ul li .text p {
    line-height: 1.6;
}

.DC_faqList {
    margin-bottom: 60px;
}

#DC_about{
    background-image: url(/wp-content/uploads/2020/06/DC_intro_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding:130px 0;
}

.DC_aboutBox{
    color: #fff;
    font-size: 18px;
    position: relative;
    width: 700px;
    margin: 0 auto 60px auto;
}

.DC_aboutBox .img{
    width: 310px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.DC_aboutBox p{
    margin-bottom: 5px;
    line-height: 2;
}

.DC_aboutBox p span{
    display: inline-block;
    margin-right: 25px;
    width: 72px;
    text-align: justify;
}

.DC_aboutBox p span.margin_left{
    width: 72px;
}

.DC_about_serviceList .ttl{
    font-size: 18px;
    margin-bottom: 20px;
    color: #fff;
}

.DC_about_serviceList ul li{
    width: 50%;
    color: #fff;
    margin-bottom: 35px;
}

.DC_about_serviceList ul li:nth-last-child(-n+2){
    margin-bottom: 0px;
}

.DC_about_serviceList ul li .icon{
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    margin-right: 17.5px;
}

.DC_about_serviceList ul li .icon img{
    width: 80%;
    margin: 0 auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.DC_about_serviceList ul li .en{
    font-size:20px;
    margin-bottom: 5px;
}

.DC_about_serviceList ul li .ttl{
    font-size:17.5px;
    margin-bottom: 3px;
}

.DC_about_serviceList ul li .text{
    font-size: 15px;
}

.DC_footer{
    background-color: #0982C9;
    padding:30px 0;
}

.DC_footer .logo{
    width: 110px;
    margin: 0 auto;
}

.DC_footer .logo img{
    display: block;
}

.hidden_box {
    padding: 0;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 900px;
}

/*ボタン装飾*/
.hidden_box label {
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 15px;
    width: 30px;
    height: 30px;
    right: 15px;
    z-index: 1000;

}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}


/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    padding: 85px 75px;
    overflow: hidden;
    opacity: 1;
    transition: 0.8s;
    background-color: rgba(255,255,255,0.95);
    color: #000;
}

.hidden_box .hidden_show .ttl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

.hidden_box .hidden_show .ttl span {
    display: table;
    font-size: 22px;
    margin: 0px auto;
}

.hidden_box .hidden_show .text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 1.7;
    margin-bottom: 20px;
}

.hidden_box .hidden_show .boxText{
    border: 1px solid #000;
    padding:25px;
}

.hidden_box .hidden_show .boxText {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    line-height: 1.6;
}

.hidden_box .hidden_show .close{
    width: 30px;
    height: 30px;
    background-color: #000;
    background-image: url(/wp-content/uploads/2020/06/DC_close_icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.hidden_box .hidden_show .boxText span.ttl {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
    display: block;
    text-align: center;
}

.hidden_box .hidden_show .boxText span.red{
    color: #E50012;
    font-size: 14px;
    display: block;
    margin-top: 20px;
}

.boxText img {
    width: 100%;
    margin-top: 10px;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: 0;
    opacity: 0;
}

.DC_side{
    position: fixed;
    top: 100px;
    right: 0;
}

.DC_side .text01{
    width: 65px;
    background-color: #FAFF00;
    padding: 15px 0 25px 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 65px;
    font-weight: bold;
    font-size: 12px;
}

.DC_side .text01 span{
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    border: 1px solid #000;
    line-height: 1.5;
    font-size: 10px;
    padding: 3px 3px;
    margin-bottom: 10px;
}

.DC_side .text02 a{
    background-color: #fff;
    padding: 25px 0;
    color: #000;
    line-height: 65px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    transition: 0.3s;
    width: 65px;
    display: block;
}

.DC_side .text02 a:hover{
    background-color: #FAFF00;
}

.common_DC_h2_en img {
    max-width: 100%;
}

.page-template-page-digital-communication .flex{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}
.page-template-page-digital-communication .flex-sb{
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.DC_wrap{
    width: 900px;
    margin: 0 auto;
}

.DC_exhibitList ul li .inList .box .img img{
    max-width: 100%;
}

.DC_aboutBox .img img{
    max-width: 100%;
}

.DC_footer .logo img{
    max-width: 100%;
}

.DC_header .logo img{
    max-width: 100%;
}

.DC_mainbox{
    font-family: 'Noto Sans JP', sans-serif !important;
}

.page-template-page-digital-communication .sp {
    display: none;
}

.DC_side .text02 a img {
    width: 10px;
    margin: 0 auto;
    display: block;
}

p.DC_h1_text02 {
    width: 600px;
    margin: 20px auto 0 auto;
}

p.DC_h1_text02 img {
    max-width: 100%;
}

.DC_exhibitList ul li .inList .box .img span {
    display: block;
    margin-top: 5px;
    font-size: 10px;
    color: #fff;
    text-align: right;
    line-height: 1.5;
}

section#DC_main .DC_wrap {
    z-index: 10;
    position: relative;
}

section#DC_main .circle_lu {
    position: absolute ;
    border: 1px solid #0982c9;
    border-radius: 100%;
    width: 260px;
    height: 260px;
    left: -140px;
    top: -100px;
    z-index: -1;
}

section#DC_main .circle_lu p{
    text-align: center ;
    font-size: 18px;
    padding-top: 80px;
    font-weight: bold ;
}

section#DC_main .circle_lu p span{
    display: block ;
    font-size: 14px;
}

.document_bt {
    width: 300px;
    height: 45px;
    margin: 50px auto 0 auto;
    display: block;
    line-height: 45px;
    background-color: #3ba6f7;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}

/*.document_bt a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    background-color: #3ba6f7;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
}*/

input.wpcf7-form-control.wpcf7-submit.soushin_bt{
    width: 300px;
    height: 45px;
    margin: 50px auto 0 auto;
    display: block;
    line-height: 45px;
    background-color: #3ba6f7;
    color: #fff !important;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.3s;
    box-shadow: 0px 0px 0px;
}

.document_bt a:hover{
    opacity: 0.7;
}

.document_wrap {
    width: 1000px;
    margin: 0 auto;
    padding: 0px 0;
}

.contac_document_table table {
    width: 100%;
    border-collapse: collapse;
}

.contac_document_table table th {
    width: 25%;
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    text-align: left;
    padding-left: 25px;
}

.contac_document_table table td {
    width: 75%;
    border: 1px solid #ccc;
    padding: 15px 30px;
}

select.wpcf7-form-control.wpcf7-select.document_select {
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

span.hissu {
    display: inline-block;
    margin-right: 5px;
    background-color: #00a6fa;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

span.ninni {
    display: inline-block;
    margin-right: 5px;
    background-color: #333;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 5px;
}

.presentation_page h2{
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 1em;
}

.presentation_page p.main_text{
    width: 530px;
    margin: 0 auto 50px auto;
    color: #1a1a1a;
    line-height: 2;
    font-size: 14px;
}

.presentation_linkWrap{
    height: 450px;
    background: url(/wp-content/uploads/2020/08/presentation_linkWrap.png) no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
}

.presentation_linkWrap ul{
    justify-content: center;
}

.presentation_linkWrap ul li{
    width: 254px;
    background: #fff;
    border: 3px solid #cccccc;
    padding-top: 20px;
    padding-bottom: 60px;
    position: relative;
}

.presentation_linkWrap ul li::after,
.presentation_linkWrap ul li::before,
.presentation_linkWrap ul li > a::after,
.presentation_linkWrap ul li > a::before {
    background-color: #00a6fa;
    content: '';
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease; }
.presentation_linkWrap ul li::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px; }
.presentation_linkWrap ul li::before {
    bottom: -4px;
    height: 4px;
    right: -4px;
    width: 0px; }
.presentation_linkWrap ul li > a::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px; }
.presentation_linkWrap ul li > a::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px; }
@media (min-width: 600px) {
    .presentation_linkWrap ul li:hover::after,
    .presentation_linkWrap ul li:hover::before {
            width: 100%;
            width: calc(100% + 4px); }
    .presentation_linkWrap ul li:hover > a::after,
    .presentation_linkWrap ul li:hover > a::before {
            height: 100%;
            height: calc(100% + 4px); } }
@media (max-width: 600px) {
    .presentation_linkWrap ul lie:last-child {
            margin-bottom: 0; } }


.presentation_linkWrap ul li:nth-child(2){
    margin: 0 10px;
}

.presentation_linkWrap ul li .image{
    width: 100%;
    height: 125px;
    position: relative;
    margin-bottom: 10px;
}

.presentation_linkWrap ul li .image img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.presentation_linkWrap ul li .text h3{
    color: #00aafe;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.presentation_linkWrap ul li .text h3:after{
    content: "";
    display: block;
    width: 10%;
    height: 2px;
    background: #00aafe;
    position: absolute;
    left: 45%;
    bottom: 0;
}

.presentation_linkWrap ul li .text h3 span{
    display: block;
    font-size: 12px;
}

.presentation_linkWrap ul li .text p{
    padding: 0 54px;
    font-size: 12px;
    color: #1a1a1a;
    text-align: justify;
}

.sp{
    display: none;
}

.conte_pointBox{
    position: relative;
    padding: 100px 0;
}

.conte_pointBox:nth-child(odd){
    background-color: #fff;
}

.conte_pointBox .wrap{
    width: 1000px;
    margin: 0 auto;
}

.conte_pointBox .imageArea{
    width: 45%;
}

.conte_pointBox .imageArea img{
    width: 100%;
}

.conte_pointBox .textArea{
    width: 50%;
    margin-left: auto;
    position: relative;
}

.conte_pointBox .textArea h3{
    font-size: 18px;
    margin-bottom: 1em;
    display: inline-block;
}

.conte_pointBox .textArea h3:after{
    background-color: #00a9fd; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 5px; /* 線幅 */
}

.conte_pointBox .textArea p.text{
    font-size: 14px;
    line-height: 2;
}

.conte_pointBox .textArea p.num{
    font-size: 180px;
    font-weight: 800;
    color: #00a9fd;
    opacity: .15;
    position:absolute ;
    right: -.7em;
    top: -.7em;
}

.conte_pointBox:nth-child(odd) .textArea{
    margin-left: 0;
}

.conte_pointBox:nth-child(odd) .textArea p.num{
    right: auto;
    left: -.7em;
}

.touch_sample{
    background: #fff;
}

.touch_sample .wrap{
    /* width: 1000px; */
    /* margin: 0 auto; */
}

.touch_sample h2{
    text-align: center;
    font-size: 25px;
    border-bottom: 2px solid #e5e5e5;
    position: relative;
    padding-bottom: .4em;
    margin-bottom: 50px;
}

.touch_sample h2:before{
    /* content: ""; */
    /* display: block; */
    /* width: 6%; */
    /* height: 2px; */
    /* background: #00a9fd; */
    /* position: absolute; */
    /* left: 48%; */
    /* bottom: -2px; */
}

.touch_sample ul li{
    width: 300px;
    /* border: 3px solid #ccc; */
    /* position: relative; */
}

.touch_sample ul li::after,
.touch_sample ul li::before,
.touch_sample ul li > a::after,
.touch_sample ul li > a::before {
    /* background-color: #00a6fa; */
    /* content: ''; */
    display: block;
    position: absolute;
    z-index: 10;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    }
.touch_sample ul li::after {
    height: 4px;
    left: -4px;
    top: -4px;
    width: 0px; }
.touch_sample ul li::before {
    /* bottom: -4px; */
    /* height: 4px; */
    /* right: -4px; */
    /* width: 0px; */
    }
.touch_sample ul li > a::after {
    bottom: -4px;
    height: 0px;
    left: -4px;
    width: 4px; }
.touch_sample ul li > a::before {
    height: 0px;
    right: -4px;
    top: -4px;
    width: 4px; }
@media (min-width: 600px) {
    .touch_sample ul li:hover::after,
    .touch_sample ul li:hover::before {
            /* width: 100%; */
            /* width: calc(100% + 4px); */
            }
    .touch_sample ul li:hover > a::after,
    .touch_sample ul li:hover > a::before {
            height: 100%;
            height: calc(100% + 4px); } }
@media (max-width: 600px) {
    .touch_sample ul li:last-child {
            margin-bottom: 0; } }

.touch_sample ul li .image{
    /* margin-bottom: 20px; */
    /* height: 230px; */
    /* position: relative; */
}

.touch_sample ul li .image img{
    display: block;
    transition: .3s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.touch_sample ul li .text{
    padding: 0 10px;
    padding-bottom: 50px;
    position: relative;
}

.touch_sample ul li .text:before{
    /* font-family: "Font Awesome 5 Free"; */
    /* content: "\f0d7"; */
    /* font-weight: 900; */
    /* color: #00aafe; */
    /* position: absolute; */
    /* left: 50%; */
    /* bottom: 20px; */
    /* opacity: .5; */
    /* font-size: 20px; */
}

.touch_sample ul li .text h3{
    /* color: #00a9fd; */
    /* font-size: 16px; */
    /* text-align: center; */
    /* margin-bottom: 1em; */
}

.touch_sample ul li .text p{
    font-size: 12px;
    line-height: 2;
    text-align: justify;
}

.touch_sample_page .main_imageArea{
    height: 200px;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 50px;
}

.touch_sample_page .main_imageArea:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    top: 0;
}

.touch_sample_page .main_imageArea h2{
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 50px;
    text-align: center;
    letter-spacing: .1em;
}

.touch_sample_page .main_imageArea h2 span{
    display: block;
    font-size: 20px;
    letter-spacing: 0;
}

.touch_sample_page #photo_real .main_imageArea{
    background: url(/wp-content/uploads/2020/08/photo_real_main.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.touch_sample_page #basic .main_imageArea{
    background: url(/wp-content/uploads/2020/08/basic_main.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.touch_sample_page .touch_sample_box ul{
    width: 1140px;
    margin: 0 auto;
}

.touch_sample_page .touch_sample_box ul li{
    width: 350px;
    margin-left: 45px;
    margin-bottom: 45px;
    position: relative;
}

.touch_sample_page .touch_sample_box ul li:before{
    font-family: "Font Awesome 5 Free";
    content: "\f00e";
    font-weight: 600;
    color: #000;
    text-shadow: 1px 1px 2px #fff;
    position: absolute;
    right: 10px;
    bottom: 80px;
    font-size: 20px;
}

.touch_sample_page .touch_sample_box ul li:nth-child( 3n + 1 ){
    margin-left: 0;
}

.touch_sample_page .touch_sample_box ul li img{
    width: 100%;
    transition: .3s;
}

.touch_sample_page .touch_sample_box{
    margin-bottom: 100px;
    background: #f6f6f6;
}

.touch_sample_page #basic.touch_sample_box{
    margin-bottom: 0;
}

.mac_operator_page .point_wrap{
    padding-bottom: 70px;
}

.mac_operator_page .point_wrap ul{
    width: 1000px;
    margin: 0 auto;
    justify-content: center;
}

.mac_operator_page .point_wrap ul li{
    width: 300px;
    background: #fff;
    text-align: center;
    margin: 10px;
    padding: 20px 0;
}

.mac_operator_page .point_wrap ul li .image{
    width: 100%;
    height: 105px;
    position: relative;
    margin-bottom: 10px;
}

.mac_operator_page .point_wrap ul li .image img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.mac_operator_page .point_wrap ul li p{
    font-weight: 600;
    font-size: 16px;
}

.mac_operator_page .point_wrap ul li p span{
    display: block;
    font-size: 10px;
    font-weight: normal;
}

.mac_operator_page .original_wrap{
    background: #fff;
    padding: 70px 0;
}

.mac_operator_page .original_wrap .wrap{
    width: 1000px;
    margin: 0 auto;
}

.mac_operator_page .original_wrap h2{
    text-align: center;
    font-size: 25px;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
    padding-bottom: .4em;
    margin-bottom: 50px;
}

.mac_operator_page .original_wrap h2:before{
    content: "";
    display: block;
    width: 6%;
    height: 2px;
    background: #00a9fd;
    position: absolute;
    left: 48%;
    bottom: -2px;
}

.mac_operator_page .original_box{
    border: 3px solid #54c3f1;
    padding: 20px 80px;
    margin-bottom: 50px;
}

.mac_operator_page .original_box .imageArea{
    width: 50%;
    text-align: right
}

.mac_operator_page .original_box .textArea{
    width: 50%;
}

.mac_operator_page .original_box .textArea h3{
    color: #54c3f1;
    font-size: 20px;
    margin-bottom: .5em;
    border-bottom: 1px solid;
}

.mac_operator_page .original_box .textArea p{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
}

.mac_operator_page .original_box .textArea p span.image{
    margin: 20px 0;
    display: block;
}

.mac_operator_page .original_box .textArea p span.blue{
    color: #54c3f1;
    font-size: 20px;
    margin: 0 5px;
}

.mac_operator_page .original_box .textArea p span.small{
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-top: 1em;
}

.content-price p span{
    display: block;
    font-size: 12px;
}

.editor_page .point_wrap ul{
    width: 1000px;
    margin: 0 auto;
}

.editor_page .point_wrap ul li{
    background: #fff;
    width: 49%;
    padding: 25px 0;
}

.editor_page .point_wrap ul li .image{
    width: 100%;
    height: 107px;
    text-align: center;
    margin-bottom: 20px;
}

.editor_page .point_wrap ul li h3{
    text-align: center;
    font-size: 18px;
    margin-bottom: 1em;
}

.editor_page .point_wrap ul li p{
    padding: 0 100px;
}

.editor_page .vcon_sample{
    background: #fff;
    margin-top: 70px;
    padding-top: 70px;
}

.editor_page .vcon_sample .wrap{
    width: 1000px;
    margin: 0 auto;
}

.editor_page .vcon_sample h2{
    text-align: center;
    font-size: 25px;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
    padding-bottom: .4em;
    margin-bottom: 50px;
}

.editor_page .vcon_sample h2:before{
    content: "";
    display: block;
    width: 6%;
    height: 2px;
    background: #00a9fd;
    position: absolute;
    left: 48%;
    bottom: -2px;
}

.editor_page .vcon_sample ul li{
    width: 30%;
    border: 3px solid #ccc;
    text-align: center;
    padding-bottom: 25px;
    position: relative;
}

.editor_page .vcon_sample ul li .movie{
    margin-bottom: 15px;
    position: relative;
}

.editor_page .vcon_sample ul li .under_text{
    background: rgba(	0, 166, 250,0.9);
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    font-size: 26px;
}

.editor_page .vcon_sample ul li iframe{
    width: 100%;
    height: 200px;
    display: block;
}

.editor_page .vcon_sample ul li h3{
    color: #00a9fd;
}

.editor_page .vcon_sample ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    font-weight: 900;
    color: #00aafe;
    position: absolute;
    left: 50%;
    bottom: 5px;
    opacity: .5;
    font-size: 20px;
}

a.download_btn{
    display: block;
    line-height: 30px;
    text-align: center;
    background: #00aafe;
    color: #fff;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 20px;
    width: 80%;
    transition: .3s;
}

a.download_btn:hover{
    opacity: .7;
}

/* イラストLP */

.illust-contest_page .wrap{
    width: 880px;
    margin: 0 auto;
    position: relative;
}

section.illust_conte_main{
    background: url(/wp-content/uploads/2020/08/dot_back.png);
    background-size: cover;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

section.illust_conte_main:before{
    content: "";
    display: block;
    width: 1040px;
    height: 490px;
    background-image: url(/wp-content/uploads/2020/11/contest_title01_kirakira.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

section.illust_conte_main h2{
    text-align: center;
    margin-bottom: 40px;
}

section.illust_conte_main p.main_text{
    position: relative;
    text-align:center;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 5px dashed #fff;
}

section.illust_conte_main p.main_text:before{
    content: "";
    display: block;
    width: 85px;
    height: 420px;
    background: url(/wp-content/uploads/2020/08/kira01.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: -85px;
    top: 50px;
}

section.illust_conte_main p.main_text:after{
    content: "";
    display: block;
    width: 100px;
    height: 355px;
    background: url(/wp-content/uploads/2020/08/kira02.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -85px;
    top: 50px;
}

section.illust_conte_main p.main_text span.big_text{
    font-size: 30px;
}

section.illust_conte_main .genre_wrap ul li img{
    transition: .3s;
}

.illust-contest_page section.toko_wrap{
    background: url(/wp-content/uploads/2020/08/dot_back02.png) ,#fdc7c6;
    background-size: cover;
    background-position: center;
    padding: 100px 0 150px 0;
}

.illust-contest_page *{
    box-sizing: border-box;
}

.illust-contest_page section.toko_wrap h2{
    text-align: center;
    margin-bottom: 50px;
}

.illust-contest_page section.toko_wrap ul{
    margin-bottom: 50px;
}

.illust-contest_page section.toko_wrap ul li{
    background: #fff;
    width: 48%;
    border-radius: 10px;
    padding: 20px 40px;
    color: #30586c;
}

.illust-contest_page section.toko_wrap ul li h3{
    text-align: center;
    margin-bottom: 15px;
}

.illust-contest_page section.toko_wrap ul li p{
    line-height: 2;
}

.illust-contest_page section.toko_wrap ul li p.type01{
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #30586c;
    font-size: 14px;
    letter-spacing: .1em;
}

.illust-contest_page section.toko_wrap ul li p.type02{
    font-size: 13px;
}

.illust-contest_page section.toko_wrap ul li p span{
    color: #54c3f1;
}

.illust-contest_page section.toko_wrap ul li p span.address{
    font-size: 20px;
    display: block;
    font-weight: 600;
}

.illust-contest_page section.toko_wrap p.last_text{
    text-align: center;
}

.illust-contest_page section.toko_wrap p.last_text img{
    border-bottom: 3px solid #fff;
}

.illust-contest_page section.toko_wrap .chara{
    position: absolute;
    right: -100px;
    bottom: -270px;
    z-index: 2;
}

.illust-contest_page section.hosyu_wrap{
    padding: 100px 0;
    background: url(/wp-content/uploads/2020/08/light_back.png);
    background-size: cover;
    background-position: center;
    position: relative;
}

.illust-contest_page section.hosyu_wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    position: absolute;
    left: 0;
    top: 0;
}

.illust-contest_page section.hosyu_wrap h2{
    text-align: center;
    margin-bottom: 50px;
}

.illust-contest_page section.hosyu_wrap h2 img{
    width: 690px;
    margin: 0 auto;
}

.illust-contest_page section.hosyu_wrap ul{
    margin-bottom: 50px;
}

.illust-contest_page section.hosyu_wrap .tenji_area{
    background: url(/wp-content/uploads/2020/08/tenji_back.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 50px 180px 100px 180px;
    margin-bottom: 100px;
}

.illust-contest_page section.hosyu_wrap .tenji_area h3{
    margin-bottom: 30px;
}

.illust-contest_page section.hosyu_wrap .tenji_area p{
    font-size: 18px;
    line-height: 2;
    color: #30586c;
    text-align: center;
    font-weight: 600;
}

.illust-contest_page section.hosyu_wrap p.last_text{
    text-align: center;
    position: relative;
    z-index: 2;
}

.illust-contest_page section.hosyu_wrap p.last_text img{
    width: 365px;
    margin: 0 auto;
}

.illust-contest_page section.hosyu_wrap .chara{
    position: absolute;
    left: -100px;
    bottom: -100px;
}

a.top_back_btn{
    position: absolute;
    right: -200px;
}

.hosyu_wrap a.top_back_btn{
    bottom: 0;
}

.stripeArea{
    height: 34px;
    background-size: auto auto;
    background-color: rgba(255, 255, 255, .5);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #54c3f1 10px, #54c3f1 20px );
}

.genre_wrap_scroll{
    width: 140px;
    margin: 85px auto 0 auto;
}

.genre_wrap_scroll img{
    width: 100%;
}

#contest_award{
    background-image: url(/wp-content/uploads/2020/11/contest_dot_bg.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-position: center;
}

.contest_awardBox{
    margin-bottom: 150px;
}

.contest_awardBox:last-child{
    margin-bottom: 0px;
}

.contest_award_wrap{
    width: 880px;
    margin: 0 auto;
    padding:170px 0 370px 0;
}

.common_award_titleBox{
    margin-bottom: 40px;
}

.common_award_titleBox .img{
    width: 155px;
    margin: 0 auto;
}

.common_award_titleBox .img img{
    width: 100%;
}

.common_award_titleBox .title{
    height: 90px;
    margin: -15px auto 0 auto;
    text-align: center;
}

.common_award_titleBox .title img{
    width: auto;
    height: 100%;
}

.common_award_firstBox{
    margin:0 auto 65px auto;
}

.common_award_firstBox .img{
    width: 515px;
    margin: 0 auto 15px auto;
}

.common_award_firstBox img{
    width: 100%;
}

.common_award_firstBox .name{
    height: 35px;
    text-align: center;
    margin-bottom: 15px;
}

.common_award_firstBox .name img{
    width: auto;
    height: 100%;
}

.common_award_firstBox .comment{
    width: 735px;
    margin: 0 auto;
}

.common_award_firstBox .comment img{
    width: 100%;
}

.common_award_kasakuList li{
    width: 420px;
    position: relative;
    margin-bottom: 90px;
}

.common_award_kasakuList li.dessin_ishii .img {
    padding: 145px 40px;
}

.common_award_kasakuList li:nth-last-child(-n+2){
    margin-bottom: 0;
}

.common_award_kasakuList li img{
    width: 100%;
}

.common_award_kasakuList li .img{
    padding:40px;
    border:10px solid #fff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.common_award_kasakuList li .name{
    height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.common_award_kasakuList li .name img{
    width: auto;
    height: 100%;
}

.common_award_kasakuList li .icon{
    width: 115px;
    position: absolute;
    top: -25px;
    right: -25px
}

.genre_wrap li a{
    pointer-events: auto !important;
}

.single_works-other ul.tab-group {
    justify-content: center;
    margin: 0 0 50px;
}

.single_works-other ul.tab-group li {
    width: 120px;
    text-align: center;
    border: 1px solid #39a6fa;
    margin: 0 2px;
    line-height: 40px;
    color: #39a6fa;
    font-weight: bold;
    cursor: pointer;
}

.single_works-other ul.tab-group li.is-active {
    background: #39a6fa;
    color: #fff;
}

.single_works-other .panel-group .panel {
    display: none;
    padding: 0 50px;
}

.single_works-other .panel-group .panel.is-show {
    display: block;
}

.single_works-other ul.tab-group {
    justify-content: center;
    margin: 0 0 50px;
}

.single_works-other ul.tab-group li {
    width: 120px;
    text-align: center;
    border: 1px solid #39a6fa;
    margin: 0 2px;
    line-height: 40px;
    color: #39a6fa;
    font-weight: bold;
    cursor: pointer;
}

.single_works-other ul.tab-group li.is-active {
    background: #39a6fa;
    color: #fff;
}

.single_works-other .panel-group .panel {
    display: none;
    padding: 0 50px;
}

.single_works-other .panel-group .panel.is-show {
    display: block;
}

.single_works-other .content-workBox article {
    width: 25%;
    margin: 0 0;
    padding: 10px;
}

.single_works-other .content-workBox article > a {
    padding: 0;
}

.single_works-other .panel-group {
    margin: 0 0 50px;
}

/* アクアイラストコンテスト */

.page-id-16410 div#content-top{
    background: none;
}

.illust-contest_page-new .wrap{
    width: 880px;
    margin: 0 auto;
    position: relative;
    max-width: 94%;
}

.illust-contest_page-new .main_area{
    background: url(/wp-content/uploads/2021/04/ircn_mainBack.png) no-repeat, #15134f;
    background-size: 100%;
    background-position: center top;
    text-align: center;
    padding: 100px 0 200px 0;
}

.illust-contest_page-new .main_text{
    padding-top: 50px;
    margin-bottom: 30px;
}

.illust-contest_page-new .kikan_text{
    width: 300px;
    margin: 0 auto;
}

.illust-contest_page-new .main_chara{
    position: absolute;
    right: -100px;
    top: 0;
}

.illust-contest_page-new .thems_area{
    margin-top: 370px;
    margin-bottom: 100px;
}

.illust-contest_page-new .thems_area h2{
    margin-bottom: 50px;
}

.illust-contest_page-new .thems_area p{
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.illust-contest_page-new .thems_area p span,
.illust-contest_page-new .oubo_area ul li p span{
    background:linear-gradient(transparent 80%, #ffff04 60%);
    font-weight: 800;

}

.illust-contest_page-new .thems_area h2 img{
    width: 495px;
}

.illust-contest_page-new .genre_area h2{
    margin-bottom: 50px;
}

.illust-contest_page-new .genre_area ul li{
    width: 194px;
}

.illust-contest_page-new .genre_area ul li:hover{
    margin-bottom: -30px;
}

.illust-contest_page-new .genre_area ul li img{
    transition: .3s;
}

.illust-contest_page-new .genre_area ul li a:hover img{
    opacity: 1;
    transform: scale(1.1);
}

.illust-contest_page-new img{
    max-width: 100%;
}

.illust-contest_page-new *{
    box-sizing: border-box;
}

.illust-contest_page-new .oubo_area{
    background: #e04172;
    padding: 200px 0 100px 0;
    text-align: center;
}

.illust-contest_page-new .oubo_area h2{
    margin-bottom: 50px;
}

.illust-contest_page-new .oubo_area ul{
    margin-bottom: 80px;
}

.illust-contest_page-new .oubo_area p.under_text{
    position: relative;
}

.illust-contest_page-new .oubo_area p.under_text:before{
    content: "";
    display: block;
    width: 230px;
    height: 340px;
    background: url(/wp-content/uploads/2021/04/oubo_chara.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: -60px;
    bottom: -120px;
}

.illust-contest_page-new .oubo_area ul li{
    background: #fff;
    border-radius: 10px;
    width: 420px;
    padding: 35px 45px;
}

.illust-contest_page-new .oubo_area ul li h3{
    margin-bottom: 20px;
}

.illust-contest_page-new .oubo_area ul li p{
    text-align: left;
    font-size: 15px;
    line-height: 28px;
    color: #333;
}

.illust-contest_page-new .oubo_area ul li:last-child{
    width: 100%;
    margin-top: 30px;
}

.illust-contest_page-new .quo_area{
    background: url(/wp-content/uploads/2021/04/quo_back.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    text-align: center;
    overflow: hidden;
}

.illust-contest_page-new .quo_area h2{
    margin-bottom: 50px;
}

.illust-contest_page-new .quo_area .quo_image{
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.illust-contest_page-new .quo_area p.under_text{
    position: relative;
    z-index: 2;
}

.illust-contest_page-new .quo_area p.under_text:before{
    content: "";
    display: block;
    width: 505px;
    height: 340px;
    background: url(/wp-content/uploads/2021/04/nyusen_chara.png) no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: -100px;
    bottom: -205px;
    z-index: -1;
}

.illust-contest_page-new .yoko_area{
    background: #15134f;
    padding: 100px 0 150px 0;
    text-align: center;
    border-bottom: 35px solid #e04172;
}

.illust-contest_page-new .yoko_area h2{
    margin-bottom: 30px;
}

.illust-contest_page-new .yoko_area p{
    margin-bottom: 100px;
}

.illust-contest_page-new .yoko_area .wrap{
    position: relative;
}

.illust-contest_page-new .yoko_area a.pagetop{
    position: absolute;
    right: -77px;
    bottom: -160px;
}

.illust-contest_page-new .modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}

.illust-contest_page-new .modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}

.illust-contest_page-new .modal__content{
    background: #e04172;
    color: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

.illust-contest_page-new .modal__content h3{
    font-size: 25px;
    margin-bottom: .5em;
}

.illust-contest_page-new .modal__content h3:before{
    content: "■";
    margin-right: .5em;
}

.illust-contest_page-new .modal__content p{
    font-size: 16px;
    line-height: 2;
    margin-bottom: 1em;
}

.illust-contest_page-new .modal__content p:last-child{
    margin-bottom: 0;
}

.illust-contest_page-new .modal__content p small{
    font-size: 14px;
    margin-top: 1em;
    display: block;
}

.illust-contest_page-new .modal__content a.js-modal-close{
    position: absolute;
    right: 30px;
    top: 10px;
    color: #fff;
    font-size: 30px;
}

span.wpcf7-form-control-wrap.type01.required:before {
    display: none;
}

span.wpcf7-form-control-wrap.type02.required:before {
    display: none;
}

div#wpcf7-f367-p369-o1 form p:nth-of-type(2) {
    margin-bottom: 10px;
}

div#wpcf7-f367-p369-o1 form p:nth-of-type(3) {
    margin-top: 2rem;
}

.shazai {
    color: #fff;
    border: 1px solid;
    padding: 20px;
    margin-top: 220px;
    margin-bottom: -300px;
}

.page-template-page-thanks-php div#breadcrumbs{
    margin-top: 50px;
}

p.thanks_text{
    text-align: center;
    font-size: 20px;
    padding: 100px 0;
}

/*スマホCSS追加*/
@media(max-width: 750px){

/* イラストLP */
.illust-contest_page img{
    max-width: 100%;
}
.illust-contest_page .wrap{
    width: 92%;
}

section.illust_conte_main p.main_text{
    font-size: 3.5vw;
    padding: 10vw;
    padding-top: 0;
    background: url(/wp-content/uploads/2020/08/kira01.png) no-repeat,url(/wp-content/uploads/2020/08/kira02.png) no-repeat,url(/wp-content/uploads/2020/08/kira01.png) no-repeat,url(/wp-content/uploads/2020/08/kira02.png) no-repeat;;
    background-size: 10vw;
    background-position: left 10vw,right 10vw,left 100vw,right 100vw;
}

section.illust_conte_main .genre_wrap ul li{
    width: 50%;
    padding: 2vw;
}

.illust-contest_page section.toko_wrap{
    padding: 15vw 0;
    padding-bottom: 30vw;
}

.illust-contest_page section.toko_wrap h2{
    margin-bottom: 10vw;
    padding: 0 15vw;
}

.illust-contest_page section.toko_wrap ul li h3{
    padding: 0 15vw;
}

.illust-contest_page section.toko_wrap ul li{
    width: 100%;
    padding: 5vw;
}

.illust-contest_page section.toko_wrap ul li p span.address{
    font-size: 4.5vw;
}

.illust-contest_page section.toko_wrap ul li p.type01{
    font-size: 3.5vw;
}

.illust-contest_page section.toko_wrap ul li p.type02{
    font-size: 3.2vw;
}

.illust-contest_page section.toko_wrap ul{
    margin-bottom: 10vw;
}

.illust-contest_page section.toko_wrap .chara{
    width: 40vw;
    right: 0;
    bottom: -55vw;
}

.illust-contest_page section.toko_wrap ul li:first-child{
    margin-bottom: 10vw;
}

section.illust_conte_main{
    padding: 15vw 0;
}

section.illust_conte_main h2{
    margin-bottom: 10vw;
}

section.illust_conte_main p.main_text span.big_text{
    font-size: 4.8vw;
}

section.illust_conte_main p.main_text:before,
section.illust_conte_main p.main_text:after{
    display: none;
}

.illust-contest_page section.hosyu_wrap{
    padding: 15vw 0 !important;
    padding-top: 30vw;
}

.illust-contest_page section.hosyu_wrap ul{
    margin-bottom: 10vw;
}

.illust-contest_page section.hosyu_wrap ul li{
    text-align: center;
    width: 100%;
}

.illust-contest_page section.hosyu_wrap ul li:nth-child(2){
    margin: 5vw 0;
}

.illust-contest_page section.hosyu_wrap h2{
    margin-bottom: 10vw;
}

.illust-contest_page section.hosyu_wrap .tenji_area{
    padding: 10vw;
    padding-bottom: 20vw;
    margin-bottom: 20vw;
}

.illust-contest_page section.hosyu_wrap .chara{
    left: 0;
    width: 80vw;
    bottom: -15vw;
}

.illust-contest_page section.hosyu_wrap .tenji_area p{
    font-size: 3.5vw;
}

a.top_back_btn{
    right: 0;
    width: 20vw;
    bottom: -25vw;
}

.attention-area{
    padding-bottom: 40vw!important;
}

.pc{
    display: none;
}

.sp{
    display: block;
}

p.comingSoon {
    line-height: 55vw;
}

.document_wrap {
    width: 94%;
    padding: 10vw 0;
}

.contac_document_table table th {
    width: 93%;
    display: block;
    padding: 3vw;
}

.contac_document_table table td {
    width: 93%;
    display: block;
    padding: 3vw;
}

.presentation_page h2{
    font-size: 4vw;
    line-height: 2;
}

.presentation_page p.main_text{
    width: 100%;
    margin: 0 auto 10vw auto;
    font-size: 3.5vw;
    padding-left: 6vw
}

.presentation_linkWrap{
    height: auto;
    padding: 10vw 0;
}

.presentation_linkWrap ul li{
    width: 70%;;
    max-width: 270px;
    padding-top: 5vw;
    padding-bottom: 15vw;
}

.presentation_linkWrap ul li:before {
    bottom: 5vw;
    font-size: 6vw;
}

.presentation_linkWrap ul li:nth-child(2){
    margin: 5vw 0;
}

.presentation_linkWrap ul li .image{
    width: 100%;
    height: auto;
    margin-bottom: 5vw;
    text-align: center;
}

.presentation_linkWrap ul li .image img{
    position: static;
}

.presentation_linkWrap ul li .text h3{
    font-size: 5vw;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
}

.presentation_linkWrap ul li .text h3 span{
    font-size: 3vw;
}

.presentation_linkWrap ul li .text p{
    padding: 0 8vw;
    font-size: 3.1vw;
}

.conte_pointBox .wrap{
    width: 96%;
}

.conte_pointBox .textArea{
    width: 100%;
}

.conte_pointBox .imageArea{
    width: 100%;
    order: -1;
    margin-bottom: 10vw;
}

.conte_pointBox .imageArea img{
    width: 100%;
}

.conte_pointBox .textArea p.num{
    font-size: 30vw;
    right: auto;
    left: 0;
}

.conte_pointBox:nth-child(1),
.conte_pointBox:nth-child(2){
    background-image: none;
}

.conte_pointBox .textArea h3{
    font-size: 4.3vw
}

.conte_pointBox{
    padding: 10vw 0;
}

.conte_pointBox:nth-child(odd) .textArea p.num{
    left: 0;
}

.touch_sample .wrap{
    width: 96%;
}

.touch_sample ul{
    justify-content: center;
}

.touch_sample ul li{
    width: 80%;
    max-width: 300px;
}

.touch_sample ul li .image{
    height: 60vw;
}

.touch_sample ul li:nth-child(2){
    margin: 10vw 0;
}

.touch_sample ul li img{
    width: 100%;
}

.conte_pointBox:nth-child(1) .imageArea{
    margin-bottom: 15vw;
    padding: 0 5vw;
}

.conte_pointBox:nth-child(2) .imageArea{
    margin-bottom: 15vw;
    padding: 0 10vw;
}

.touch_sample_page .main_imageArea{
    height: 50vw;
    margin-bottom: 10vw;
}

.touch_sample_page .main_imageArea h2{
    font-size: 8vw;
}

.touch_sample_page .main_imageArea h2 span{
    font-size: 4vw;
}

.touch_sample_page .touch_sample_box ul{
    width: 96%;
    justify-content: center;
}

.touch_sample_page .touch_sample_box ul li{
    width: 80%;
    margin-left: 0;
    margin-bottom: 10vw;
}

.touch_sample_page .touch_sample_box{
    margin-bottom: 20vw;
}

.mac_operator_page .point_wrap ul{
    width: 96%;
}

.mac_operator_page .original_wrap .wrap{
    width: 96%;
}

.mac_operator_page .original_box{
    padding: 10vw 5vw;
    margin-bottom: 50px;
}

.mac_operator_page .original_box .imageArea{
    width: 100%;
    text-align: left;
    order: -1;
    margin-bottom: 10vw;
}

.mac_operator_page .original_box .imageArea img{
    width: 100%;
}

.mac_operator_page .original_box .textArea{
    width: 100%;
}

.mac_operator_page .original_box .textArea h3{
    font-size: 4.5vw;
}

.mac_operator_page .original_box .textArea p{
    font-size: 3.5vw;
}

.mac_operator_page .original_box .textArea p span.blue{
    font-size: 4.5vw;
    margin: 0 1vw;
}

.mac_operator_page .original_box .textArea p span.image{
    margin: 5vw 0;
}

.mac_operator_page .original_box .textArea p span.image img{
    width: 100%;
}

.editor_page .point_wrap ul{
    width: 96%;
    justify-content: center;
}

.editor_page .point_wrap ul li{
    width: 80%;
    padding: 5vw 0;
    max-width: 350px;
}

.editor_page .point_wrap ul li:first-child{
    margin-bottom: 10vw;
}

.editor_page .point_wrap ul li .image{
    height: auto;
    margin-bottom: 5vw;
}

.editor_page .point_wrap ul li h3{
    font-size: 4vw;
}

.editor_page .point_wrap ul li p{
    padding: 0 5vw;
    font-size: 3.2vw;
}

.editor_page .vcon_sample{
    margin-top: 10vw;
    padding-top: 10vw;
}

.editor_page .vcon_sample .wrap{
    width: 96%;
}

.editor_page .vcon_sample h2{
    font-size: 4.5vw;
}

.editor_page .vcon_sample ul{
    justify-content: center;
}

.editor_page .vcon_sample ul li{
    width: 90%;
}

.editor_page .vcon_sample ul li:nth-child(2){
    margin: 10vw 0;
}

}



/*mv CSS追加*/

#map02 {
    height: 500px;
}

.content-recruit-top    .btn-entry .icon-arrow:before {
    border-color: #fff #fff transparent transparent;
}

.content-recruit-top    .btn-entry .icon-arrow:hover {
    background-color: #00a6fa;
    box-sizing: border-box;
}

li.langu a {
    margin-left: 20px;
    padding-left: 20px;
    background-image: url(/wp-content/uploads/2019/07/china.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
}

.site-header.white.move li.langu a:hover,
.site-header.white li.langu a:hover {
    background-image: url(/wp-content/uploads/2019/07/china_h.png);
}

.site-header.white li.langu a {
    background-image: url(/wp-content/uploads/2019/07/china_sp.png);
}

.site-header.white.move li.langu a {
    background-image: url(/wp-content/uploads/2019/07/china.png);
}

.tieup_slider {
    overflow: hidden;
    position: relative;
    margin-bottom: 50px;
}

.tieup_slider:after{
    content: "";
    display: block;
    width: 730px;
    height: 480px;
    background: url(/wp-content/uploads/2020/06/sliderBack.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    bottom: 0;
    margin: auto;
}

.tieup_slider ul {
    position: relative;
    left: calc( (100vw - 640px) / 2 ); /* (100vw - SlideWidth) / 2 */ /* 20180210 変更 */
    overflow: visible !important;
}

.tieup_slider ul li{
    width: 640px !important;
    height: 360px;
    position: relative;
    overflow: hidden;
}

.tieup_slider ul li img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* bxSlider */
.tieup_slider .bx-wrapper {
    box-shadow: none;
    border: none;
    background: none;
    padding-top: 50px;
}

.tieup_slider .bx-viewport{
    z-index: 2;
}

.tieup_slider .bx-controls.bx-has-controls-direction.bx-has-pager{
    z-index: 9999;
    position: relative;
}

.tieup_slider .bx-wrapper .bx-pager{
    bottom: -50px;
}

.page-template-tieup-iclp .bx-wrapper .bx-pager.bx-default-pager a{
    background: none;
    border: 3px solid #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
}

.page-template-tieup-iclp .bx-wrapper .bx-pager.bx-default-pager a:hover, .page-template-tieup-iclp .bx-wrapper .bx-pager.bx-default-pager a.active, .page-template-tieup-iclp .bx-wrapper .bx-pager.bx-default-pager a:focus{
    background: #f47d1c;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.ninzu {
    width: 550px;
}

span.form_tani {
    display: inline-block;
    margin-left: 10px;
}

.illust-contest_junle{
    background: #fdc7c5;
    padding: 30px;
}

.illust-contest_junle .wrap{
    width: 880px;
    margin: 0 auto;
    background: url(/wp-content/uploads/2020/08/ilust_logo.png) no-repeat, #8cd7f6;
    background-position: 98% 98%;
    border: 3px solid #fff;
    padding: 30px;
}

.illust-contest_junle .title_wrap{
    align-items: center;
    margin-bottom: 20px;
}

.illust-contest_junle h2{
    border-bottom: 3px solid #fffc66;
    margin-bottom: 30px;
}

.illust-contest_junle .siji_wrap{
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.illust-contest_junle .siji_wrap p{
    line-height: 2;
    font-size: 16px;
    color: #0076ba;
    font-weight: 600;
}

.illust-contest_junle .siji_wrap p.siji_ttl{
    margin-bottom: 30px;
}

.illust-contest_junle .siji_wrap p.siji_info{
    margin-bottom: 30px;
}

.illust-contest_junle .siji_wrap .textArea{
    width: 65%;
}

.illust-contest_junle .siji_wrap .imageArea{
    width: 35%;
}

#ganle_real.illust-contest_junle .siji_wrap .imageArea{
    width: 45%;
}

#ganle_real.illust-contest_junle .siji_wrap .textArea{
    width: 55%;
}

#ganle_monster.illust-contest_junle .siji_wrap .textArea{
    width: 50%;
}

#ganle_monster.illust-contest_junle .siji_wrap .imageArea{
    width: 50%;
}

.illust-contest_junle .siji_wrap .imageArea p{
    font-size: 14px;
    text-align: right;
}

#ganle_real.illust-contest_junle .siji_wrap .imageArea p{
    font-size: 12px;
}


.illust-contest_junle *{
    box-sizing: border-box;
}

.illust-contest_junle .size_text{
    color: #fff;
    font-weight: 600;
}

.illust-contest_junle .size_text p{
    line-height: 2;
}

.illust-contest_junle img{
    max-width: 100%;
}

.single_works-other ul.tab-group {
    justify-content: center;
    margin: 0 0 50px;
}

.single_works-other ul.tab-group li {
    width: 120px;
    text-align: center;
    border: 1px solid #39a6fa;
    margin: 0 2px;
    line-height: 40px;
    color: #39a6fa;
    font-weight: bold;
    cursor: pointer;
}

.single_works-other ul.tab-group li.is-active {
    background: #39a6fa;
    color: #fff;
}

.single_works-other .panel-group .panel {
    display: none;
    padding: 0 50px;
}

.single_works-other .panel-group .panel.is-show {
    display: block;
}

.single_works-other ul.tab-group {
    justify-content: center;
    margin: 0 0 50px;
}

.single_works-other ul.tab-group li {
    width: 120px;
    text-align: center;
    border: 1px solid #39a6fa;
    margin: 0 2px;
    line-height: 40px;
    color: #39a6fa;
    font-weight: bold;
    cursor: pointer;
}

.single_works-other ul.tab-group li.is-active {
    background: #39a6fa;
    color: #fff;
}

.single_works-other .panel-group .panel {
    display: none;
    padding: 0 50px;
}

.single_works-other .panel-group .panel.is-show {
    display: block;
}

.single_works-other .content-workBox article {
    width: 25%;
    margin: 0 0;
    padding: 10px;
}

.single_works-other .content-workBox article > a {
    padding: 0;
}

.single_works-other .panel-group {
    margin: 0 0 50px;
}

@media(max-width: 750px){


/* イラストコンテ　ジャンル */
.illust-contest_junle .wrap{
    width: 100%;
    padding: 3vw;
    padding-bottom: 20vw;
    background-position: center 98%;
}

.illust-contest_junle{
    background: #fdc7c5;
    padding: 3vw;
}

.illust-contest_junle .ganle_ttl{
    width: 50%;
}

.illust-contest_junle .simekiri_ttl{
    width: 40%;
}

.illust-contest_junle .siji_wrap{
    padding: 3vw;
    margin-bottom: 5vw;
}

.illust-contest_junle .siji_wrap .textArea{
    width: 100%;
    margin-bottom: 10vw;
}

.illust-contest_junle .siji_wrap .imageArea{
    width: 100%;
    text-align: center;
}

.illust-contest_junle .siji_wrap p{
    font-size: 3.5vw;
}

.illust-contest_junle .siji_wrap p.siji_info{
    margin-bottom: 5vw;
}

#ganle_monster.illust-contest_junle .siji_wrap .textArea{
    width: 100%;
}

#ganle_monster.illust-contest_junle .siji_wrap .imageArea{
    width: 100%;
}

.illust-contest_junle .siji_wrap .imageArea{
    width: 100%;
}

#ganle_real.illust-contest_junle .siji_wrap .imageArea{
    width: 100%;
}

/* イラストコンテ　ジャンル ここまで*/

#map02 {
    height: 300px;
}
.fixed-menu-sp .global-nav ul li.langu a {
    padding-left: 38px;
    background-image: url(/wp-content/uploads/2019/07/china_sp.png);
    background-position: 14px center;
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.hidden_box {
    width: 90%;
    top: 20px;
}

.hidden_box .hidden_show {
    padding: 65px 5vw 8vw 5vw;
}

.hidden_box .hidden_show .ttl {
    font-size: 15px;
    margin-bottom: 5vw;
}

.hidden_box .hidden_show .ttl span {
    font-size: 18px;
}

.hidden_box .hidden_show .text {
    margin-bottom: 5vw;
    font-size: 13px;
    text-align: left;
}

.hidden_box .hidden_show .boxText {
    padding: 5vw;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
}

.hidden_box .hidden_show .boxText span.ttl {
    margin-bottom: 2vw;
}

.hidden_box .hidden_show .boxText span.red {
    margin-top: 2vw;
}

h1.DC_h1 {
    font-size: 25px;
    margin-bottom: 5vw;
}

#DC_main {
    margin-top: 50px;
    padding: 20vw 0;
}

p.DC_h1_text {
    font-size: 15px;
}

.DC_h1Box {
    margin-bottom: 5vw;
}

.DC_main_DayBox .day {
    font-size: 14px;
    letter-spacing: 1px;
}

.DC_main_DayBox .day span.big {
    font-size: 25px;
}

.DC_main_DayBox .time {
    margin: 3vw 0;
    font-size: 25px;
}

.DC_main_DayBox .place {
    font-size: 22px;
}

.DC_main_bt {
    width: 100%;
    height: auto;
    max-width: 550px;
}

.DC_main_bt a {
    line-height: 1.6;
    font-size: 20px;
    text-align: left;
    padding: 3% 10% 3% 5%;
    background-position: center right 4%;
    width: auto;
}

.DC_main_bt a span{
    font-size: 11px;
}

.DC_main_DayBox {
    margin-bottom: 5vw;
}

#DC_introducution {
    padding: 20vw 0;
}

.common_DC_h2_en {
    width: 90%;
    margin: 0 auto 2vw auto;
}

.common_DC_h2 {
    font-size: 14px;
}

.common_DC_h2Box {
    margin-bottom: 10vw;
}

.DC_introducution_mainText p span {
    font-size: 20px;
    margin-bottom: 5vw;
    text-align: center;
}

.DC_introducution_mainText p {
    font-size: 14px;
    text-align: justify;
}

.DC_introducution_movie {
    width: 100%;
    margin: 0 auto 5vw auto;
    flex-wrap: wrap ;
}

.DC_introducution_movie > div {
    width: 100%;
    margin-bottom: 15px;
}

.DC_introducution_movie iframe {
    height: 54vw;
}

.DC_introducution_mainText {
    margin-bottom: 10vw;
}

.DC_introducution_movieText {
    font-size: 12px;
}

#DC_exhibit {
    padding: 20vw 0;
}

.DC_exhibitList ul li {
    width: 100%;
    padding: 0 !important;border: 0px;
}

.DC_exhibitList ul li .ttl {
    font-size: 22px;
    margin-bottom: 5vw;
}

.DC_exhibitList ul li .inList .box:first-child {
    margin-bottom: 7vw;
}

.DC_exhibitList ul li .inList .box {
    min-height: auto;
}

.DC_exhibitList ul li .inList .box .img {
    margin-bottom: 3vw;
}

.DC_exhibitList ul li .inList .box .inList_ttl {
    font-size: 14px;
    margin-bottom: 2vw;
    line-height: 1.3;
}

.DC_exhibitList ul li:nth-child(2) {
    width: 100%;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0;
    padding: 8vw 0!important;
    margin: 8vw 0;
}

.DC_exhibitList ul li:nth-child(2) .inList {
    border: 0px;
    padding: 0;
}

.DC_exhibitList {
    margin-bottom: 10vw;
}

.DC_exhibit_text {
    padding: 5vw;
    font-size: 16px;
}

#DC_scene {
    padding: 20vw 0;
}

.DC_sceneList ul li {
    width: 49%;
    height: 46vw;
    margin-bottom: 2vw;
    font-size: 15px;
}

.DC_sceneList {
    margin-bottom: 7vw;
}

.DC_sceneList02 {
    flex-wrap: wrap-reverse;
}

.DC_sceneList02 .img {
    width: 60%;
    margin: 0 0 5vw 0;
    max-width: 280px;
}

.DC_sceneList02 .list {
    width: 100%;
    margin-bottom: 6vw;
    font-size: 15px;
}

.DC_sceneList02 .list li {
    margin-bottom: 2vw;
    line-height: 1.4;
    font-size: 15px;
}

#DC_info {
    padding: 20vw 0;
}

.DC_infoBox {
    width: 100%;
    margin: 0 0 5vw 0;
}

.DC_infoBox .tr .th {
    font-size: 16px;
    line-height: 30px;
    width: 120px;
    margin-bottom: 3vw;
}

.DC_infoBox .tr .td {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
}

.DC_infoBox .tr .td span {
    font-size: 15px;
}

.DC_infoBox .tr .td .day {
    font-size: 14px;
}

.DC_infoBox .tr .td .day span.big {
    font-size: 25px;
}

.DC_infoBox .tr .td .time {
    font-size: 17px;
}

.DC_infoBox .tr .td .time span {
    font-size: 13px;
}

.DC_infoBox .tr .td .text {
    font-size: 14px;
}

.DC_infoBox .tr .td .tel {
    font-size: 14px;
}

.DC_infoBox .tr .td span {
    font-size: 12px;
}

.DC_info_map {
    width: 100%;
    height: 70vw;
}

.DC_faqList ul li .ttl {
    font-size: 18px;
    background-size: 20px;
    background-position: top 2px left;
    padding-left: 30px;
    padding-bottom: 4vw;
    margin-bottom: 3vw;
    line-height: 1.4;
}

.DC_faqList ul li .text {
    font-size: 14px;
    text-align: justify;
}

.DC_faqList ul li:first-child {
    margin-bottom: 5vw;
}

#DC_faq {
    padding-bottom: 20vw;
}

#DC_about {
    padding: 20vw 0 14vw 0;
}

.DC_aboutBox {
    width: 100%;
    margin: 0 auto 10vw auto;
    font-size: 15px;
}

.DC_aboutBox p {
    line-height: 1.8;
    margin-bottom: 3vw;
}

.DC_aboutBox p span {
    display: block;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    padding-bottom: 1vw;
    margin-bottom: 2vw;
}

.DC_aboutBox p span.margin_left {
    border: 0;
    display: none;
}

.DC_aboutBox .img {
    position: static;
    width: 100%;
    margin-top: 5vw;
}

.DC_about_serviceList .ttl {
    font-size: 16px;
    margin-bottom: 5vw;
}

.DC_about_serviceList ul li {
    width: 100%;
    margin-bottom: 6vw;
}

.DC_about_serviceList ul li .icon {
    width: 30%;
    height: 28vw;
    margin-right: 3%;
}

.DC_about_serviceList ul li .textbox {
    width: 67%;
}

.DC_about_serviceList ul li .en {
    font-size: 15px;
}

.DC_about_serviceList ul li .ttl {
    font-size: 14px;
}

.DC_about_serviceList ul li .text {
    font-size: 12px;
}

.DC_about_serviceList ul li:nth-last-child(-n+2) {
    margin-bottom: 6vw;
}

.DC_footer {
    padding: 5vw 0;
}

.DC_footer .logo {
    width: 90px;
}

.page-template-page-digital-communication .pc {
    display: none;
}

.page-template-page-digital-communication .sp {
    display: block;
}

#DC_main .wrap{
    max-width: 94%;
}

.DC_wrap{
    max-width: 94%;
}

header.iclp_header_sp {
    background: #000;
    border-bottom: 1px solid #666;
    position: fixed;
    height: 60px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

p.sp_logo {
    position: absolute;
    width: 90px;
    left: 5vw;
    line-height: 0;
    top: 17.5px;
}

.sp_menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0vh;
    overflow: hidden;
    transition: .2s;
}

.sp_menu.active {
    height: 100vh;
    background: #fff;
    z-index: 100;
    padding-top: 60px;
}

.sp_barger.active p {
    background: #000;
}

.sp_menu_content {
    text-align: center;
    border-top: 1px solid #666666;
}

.sp_menu_content .text {
    padding: 25px 5vw;
}

.sp_menu_a a {
    text-decoration: underline;
    line-height: 4;
}

.sp_menu_copy {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    background: #000;
    color: #fff;
    line-height: 40px;
}

.sp_barger {
    position: absolute;
    right: 5vw;
    top: 19px;
    cursor: pointer;
    z-index: 150;
}

.sp_barger p {
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 7px;
    transition: .2s;
}

.sp_barger p + p {
    margin-top: 8px;
}

.sp_barger.active p:nth-child(2) {
    opacity: 0;
}

.sp_barger.active p:nth-child(1) {
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
}

.sp_barger.active p:nth-child(3) {
    transform: rotate(-45deg);
    position: absolute;
    top: 10px;
    bottom: 0;
    margin: auto;
}

p.DC_h1_text02 {
    width: 100%;
}

#DC_main div#topVideo video{
    width: 100%;
}

.genre_wrap_scroll {
    max-width: 140px;
    width: 30%;
    margin: 8vw auto 0 auto;
}

.contest_award_wrap {
    width: 92%;
    padding: 20vw 0;
}

.common_award_titleBox .title {
    height: 45px;
}

.common_award_titleBox {
    margin-bottom: 5vw;
}

.common_award_firstBox .img {
    width: 100%;
    margin-bottom: 3vw;
}

.common_award_firstBox .name {
    height: 25px;
}

.common_award_firstBox .comment {
    width: 100%;
}

.common_award_kasakuBox {
    overflow-x: scroll;
    padding: 30px 0 0 0;
}

.common_award_kasakuBox ul{
        width: 1170px;
}

.common_award_kasakuList li {
    width: 270px;
    margin-bottom: 0px;
}

.common_award_kasakuList li .img {
    padding: 10px;
    border: 7px solid #fff;
}

.common_award_kasakuList li .icon {
    width: 80px;
    right: -15px;
}

.common_award_firstBox {
    margin-bottom: 5vw;
}

.contest_awardBox {
    margin-bottom: 18vw;
}

.common_award_kasakuList li.dessin_ishii .img {
    padding: 87px 10px;
}

.illust-contest_page section.hosyu_wrap p.last_text img {
    max-width: 356px;
    width: 70%;
}
.DC_faqList ul li .text span {
    font-size: 12px;
	display: contents;
}

section#DC_main .circle_lu {
    height: 130px;
    width: 130px;
    padding-top: 0px;
    left: 0;
    top: -60px;
}

section#DC_main .circle_lu p {
    padding-top: 25px;
}

section#DC_main .circle_lu p , section#DC_main .circle_lu p span {
    font-size: 13px;
}

.DC_h1Box .how_time {
    width: 120px;
    font-size: 16px;
}

.DC_h1Box .how_time span{
    font-size: 20px;
}

.DC_h1Box .virtural {
    width: 100%;
}

#DC_exhibit .description {
    font-size: 24px;
}

.ywllow_font {
    text-align: left;
    font-size: 13px;
}

.DC_main_DayBox .attention {
    width: 90%;
    padding: 5%;
}

.single_works-other ul.tab-group li {
    width: 18%;
    margin: 0 0.5%;
    font-size: 12px;
}

.single_works-other .panel-group .panel {
    padding: 0 5vw;
}

.single_works-other .content-workBox article {
    width: 50%;
}


.single_works-other ul.tab-group li {
    width: 18%;
    margin: 0 0.5%;
    font-size: 12px;
}

.single_works-other .panel-group .panel {
    padding: 0 5vw;
}

.single_works-other .content-workBox article {
    width: 50%;
}

/* アクアイラストコンテスト */

.illust-contest_page-new .main_area{
    background: url(/wp-content/uploads/2021/04/ircn_mainBack-sp.png) no-repeat, #15134f;
    background-size: 100%;
    background-position: center top;
    padding: 30vw 0 15vw 0;
}

.illust-contest_page-new .main_chara{
    position: absolute;
    right: -6vw;
    top: 0;
}

.illust-contest_page-new .main_chara img{
    width: 30vw;
}

.illust-contest_page-new .main_text img{
    width: 70vw;
}

.illust-contest_page-new .comingsoon_text img{
    width: 60vw;
}

.illust-contest_page-new .thems_area{
    margin-top: 30vw;
    margin-bottom: 25vw;
}

.illust-contest_page-new .thems_area h2{
    margin-bottom: 15vw;
}

.illust-contest_page-new .thems_area h2 img{
    width: 60%;
    margin: 0 auto;
}

.illust-contest_page-new .genre_area ul li{
    width: 45%;
    margin-bottom: 10vw;
}

.illust-contest_page-new .oubo_area{
    padding: 15vw 0 25vw 0;
}

.illust-contest_page-new .oubo_area h2{
    margin-bottom: 10vw;
}

.illust-contest_page-new .oubo_area h2 img{
    width: 40%;
}

.illust-contest_page-new .oubo_area ul{
    margin-bottom: 15vw;
}

.illust-contest_page-new .oubo_area ul li{
    width: 100%;
    margin-bottom: 8vw;
    padding:10vw 5vw 15vw 5vw;
}

.illust-contest_page-new .oubo_area ul li:last-child{
    margin-top: 0;
}

.illust-contest_page-new .oubo_area p.under_text img{
    width: 70%;
    margin: 0 auto;
}

.illust-contest_page-new .oubo_area p.under_text:before{
    width: 40vw;
    height: 60vw;
    right: -7vw;
    bottom: -30vw;
}

.illust-contest_page-new .quo_area{
    padding: 20vw 0 55vw 0;
}

.illust-contest_page-new .quo_area .quo_image{
    width: 80%;
    margin-bottom: 0vw;
}

.illust-contest_page-new .quo_area p.under_text:before{
    width: 100vw;
    height: 100vw;
    background-size: 80vw;
    background-position: center;
    left: 0;
    bottom: -80vw;
}

.illust-contest_page-new .yoko_area{
    padding: 15vw 0;
}

.illust-contest_page-new .yoko_area h2{
    margin-bottom: 5vw;
}

.illust-contest_page-new .yoko_area p{
    margin-bottom: 15vw;
}

.illust-contest_page-new .yoko_area h2 img{
    width: 25%;
}

.illust-contest_page-new .yoko_area a.pagetop{
    position: static;
    width: 30%;
    display: block;
    margin: 0 auto;
}

.illust-contest_page-new .modal__content p{
    font-size: 3.5vw;
}

.illust-contest_page-new .modal__content p small{
    font-size: 3vw;
}

.illust-contest_page-new .modal__content a.js-modal-close{
    position: absolute;
    right: 5vw;
    top: 2vw;
    font-size: 5vw;
}

.illust-contest_page-new .modal__content{
    width: 90%;
    padding: 10vw 5vw;
}

.illust-contest_page-new .modal__content h3{
    font-size: 4.5vw;
}

.illust-contest_page-new .main_text{
    padding-top: 0;
    margin-bottom: 0;
}

.illust-contest_page-new .kikan_text{
    width: 46%;
}

.illust-contest_page-new .thems_area p{
    color: #fff;
    font-size: 4vw;
    line-height: 2;
    padding: 0 5vw;
}

.illust-contest_page-new .oubo_area ul li p{
    font-size: 4vw;
    line-height: 2;
}

.shazai {
    margin-top: 50px;
    margin-bottom: -80px;
}

p.thanks_text{
    font-size: 14px;
    padding: 50px 0;
}



}