@charset 'UTF-8';
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; 
  font: inherit;
  font-size: 100%;
}

html{
  line-height: 1;
}

ol,
ul{
  list-style: none;
}

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

caption,
th,
td{
  vertical-align: middle; 
  text-align: left;
  font-weight: normal;
}

q,
blockquote{
  quotes: none;
}

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

sub,
sup{
  font-weight: normal; 
  font-size: 50%;
}

a img{
  border: none;
}

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

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

input[type='button']:not([disabled]),
input[type='submit']:not([disabled]),
input[type='reset']:not([disabled]),
button:not([disabled]){
  cursor: pointer;
}

[hidden]{
  display: none !important;
}

/*
Thin	    100
Light	    300
DemiLight	350
Regular	    400
Medium	    500
Bold	    700
Black	    900
表示サンプル：https://minoryorg.github.io/Noto-Sans-CJK-JP/
*/
@font-face{
  font-weight: 300;
  font-style: normal;
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
}

@font-face{
  font-weight: 400;
  font-style: normal;
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}

@font-face{
  font-weight: 500;
  font-style: normal;
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}

@font-face{
  font-weight: 700;
  font-style: normal;
  font-family: 'Noto Sans CJK JP';
  src: url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.woff') format('woff'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.ttf') format('truetype'), url('../fonts/notosans-cjk-jp/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}

@font-face{
  font-weight: 400;
  font-style: normal; 
  font-family: ForkAwesome;
  src: url(../fonts/fork-awesome/forkawesome-webfont.eot?v=1.1.7);
  src: url(../fonts/fork-awesome/forkawesome-webfont.eot?#iefix&v=1.1.7) format('embedded-opentype'), url(../fonts/fork-awesome/forkawesome-webfont.woff2?v=1.1.7) format('woff2'), url(../fonts/fork-awesome/forkawesome-webfont.woff?v=1.1.7) format('woff'), url(../fonts/fork-awesome/forkawesome-webfont.ttf?v=1.1.7) format('truetype'), url(../fonts/fork-awesome/forkawesome-webfont.svg?v=1.1.7#forkawesomeregular) format('svg');
}

.fa{
  display: inline-block;
  font: normal normal normal 14px/1 ForkAwesome;
  font-size: inherit;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: auto;
}

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

.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{
  margin-left: 2.14285714em;
  padding-left: 0;
  list-style-type: none;
}

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

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

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

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

.fa-pull-left{
  float: left;
}

.fa-pull-right{
  float: right;
}

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

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

.pull-right{
  float: right;
}

.pull-left{
  float: left;
}

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

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

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

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

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

@keyframes fa-spin{
  0%{
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  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-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90{
  -webkit-filter: none;
          filter: none;
}

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

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

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

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

.fa-inverse{
  color: #fff;
}

.fa-glass:before{
  content: '\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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right:before{
  content: '\f01e';
}

.fa-refresh:before,
.fa-sync: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,
.fa-video:before{
  content: '\f03d';
}

.fa-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-o: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-globe-e:before{
  content: '\f304';
}

.fa-globe-w:before{
  content: '\f305';
}

.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-community:before,
.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-floppy-o:before,
.fa-save:before{
  content: '\f0c7';
}

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

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-g:before,
.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-sort:before,
.fa-unsorted:before{
  content: '\f0dc';
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clipboard:before,
.fa-paste: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:before{
  content: '\f0a2';
}

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

.fa-cutlery:before,
.fa-utensils: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before{
  content: '\f150';
}

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

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

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

.fa-gbp:before,
.fa-pound:before{
  content: '\f154';
}

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

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

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

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

.fa-krw:before,
.fa-won: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,
.fa-sort-alpha-down:before{
  content: '\f15d';
}

.fa-sort-alpha-desc:before,
.fa-sort-alpha-up:before{
  content: '\f15e';
}

.fa-sort-amount-asc:before,
.fa-sort-amount-down:before{
  content: '\f160';
}

.fa-sort-amount-desc:before,
.fa-sort-amount-up:before{
  content: '\f161';
}

.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before{
  content: '\f162';
}

.fa-sort-numeric-desc:before,
.fa-sort-numeric-up: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-caret-square-o-left:before,
.fa-toggle-left:before{
  content: '\f191';
}

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

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

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

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before{
  content: '\f19c';
}

.fa-graduation-cap:before,
.fa-mortar-board: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-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,
.fa-utensil-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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before{
  content: '\f1c5';
}

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

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before{
  content: '\f1cd';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-header:before,
.fa-heading: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-futbol-o:before,
.fa-soccer-ball-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,
.fa-closed-captioning:before{
  content: '\f20a';
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel: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,
.fa-gem: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-bed:before,
.fa-hotel:before{
  content: '\f236';
}

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

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

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

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

.fa-medium-square:before{
  content: '\f2f8';
}

.fa-y-combinator:before,
.fa-yc: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-full:before,
.fa-battery: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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-v:before,
.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-phone-volume:before,
.fa-volume-control-phone:before{
  content: '\f2a0';
}

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

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

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

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

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

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

.fa-sign-language:before,
.fa-signing: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-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-address-card:before,
.fa-vcard:before{
  content: '\f2bb';
}

.fa-address-card-o:before,
.fa-vcard-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-full:before,
.fa-thermometer: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-bath:before,
.fa-bathtub:before,
.fa-s15: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';
}

.fa-mastodon:before{
  content: '\f2e1';
}

.fa-mastodon-alt:before{
  content: '\f2e2';
}

.fa-fork-awesome:before,
.fa-fork-circle:before{
  content: '\f2e3';
}

.fa-peertube:before{
  content: '\f2e4';
}

.fa-diaspora:before{
  content: '\f2e5';
}

.fa-friendica:before{
  content: '\f2e6';
}

.fa-gnu-social:before{
  content: '\f2e7';
}

.fa-liberapay-square:before{
  content: '\f2e8';
}

.fa-liberapay:before{
  content: '\f2e9';
}

.fa-scuttlebutt:before,
.fa-ssb:before{
  content: '\f2ea';
}

.fa-hubzilla:before{
  content: '\f2eb';
}

.fa-social-home:before{
  content: '\f2ec';
}

.fa-artstation:before{
  content: '\f2ed';
}

.fa-discord:before{
  content: '\f2ee';
}

.fa-discord-alt:before{
  content: '\f2ef';
}

.fa-patreon:before{
  content: '\f2f0';
}

.fa-snowdrift:before{
  content: '\f2f1';
}

.fa-activitypub:before{
  content: '\f2f2';
}

.fa-ethereum:before{
  content: '\f2f3';
}

.fa-keybase:before{
  content: '\f2f4';
}

.fa-shaarli:before{
  content: '\f2f5';
}

.fa-shaarli-o:before{
  content: '\f2f6';
}

.fa-cut-key:before,
.fa-key-modern:before{
  content: '\f2f7';
}

.fa-xmpp:before{
  content: '\f2f9';
}

.fa-archive-org:before{
  content: '\f2fc';
}

.fa-freedombox:before{
  content: '\f2fd';
}

.fa-facebook-messenger:before{
  content: '\f2fe';
}

.fa-debian:before{
  content: '\f2ff';
}

.fa-mastodon-square:before{
  content: '\f300';
}

.fa-tipeee:before{
  content: '\f301';
}

.fa-react:before{
  content: '\f302';
}

.fa-dogmazic:before{
  content: '\f303';
}

.fa-zotero:before{
  content: '\f309';
}

.fa-nodejs:before{
  content: '\f308';
}

.fa-nextcloud:before{
  content: '\f306';
}

.fa-nextcloud-square:before{
  content: '\f307';
}

.fa-hackaday:before{
  content: '\f30a';
}

.fa-laravel:before{
  content: '\f30b';
}

.fa-signalapp:before{
  content: '\f30c';
}

.fa-gnupg:before{
  content: '\f30d';
}

.fa-php:before{
  content: '\f30e';
}

.fa-ffmpeg:before{
  content: '\f30f';
}

.fa-joplin:before{
  content: '\f310';
}

.fa-syncthing:before{
  content: '\f311';
}

.fa-inkscape:before{
  content: '\f312';
}

.fa-matrix-org:before{
  content: '\f313';
}

.fa-pixelfed:before{
  content: '\f314';
}

.fa-bootstrap:before{
  content: '\f315';
}

.fa-dev-to:before{
  content: '\f316';
}

.fa-hashnode:before{
  content: '\f317';
}

.fa-jirafeau:before{
  content: '\f318';
}

.fa-emby:before{
  content: '\f319';
}

.fa-wikidata:before{
  content: '\f31a';
}

.fa-gimp:before{
  content: '\f31b';
}

.fa-c:before{
  content: '\f31c';
}

.fa-digitalocean:before{
  content: '\f31d';
}

.fa-att:before{
  content: '\f31e';
}

.fa-gitea:before{
  content: '\f31f';
}

.fa-file-epub:before{
  content: '\f321';
}

.fa-python:before{
  content: '\f322';
}

.fa-archlinux:before{
  content: '\f323';
}

.fa-pleroma:before{
  content: '\f324';
}

.fa-unsplash:before{
  content: '\f325';
}

.fa-hackster:before{
  content: '\f326';
}

.fa-spell-check:before{
  content: '\f327';
}

.fa-moon:before{
  content: '\f328';
}

.fa-sun:before{
  content: '\f329';
}

.fa-f-droid:before{
  content: '\f32a';
}

.fa-biometric:before{
  content: '\f32b';
}

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

.sr-only-focusable:active,
.sr-only-focusable:focus{
  position: static;
  overflow: visible;
  clip: auto; 
  margin: 0;
  width: auto;
  height: auto;
}
*{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html{
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body{
  position: relative;
  width: 100%;
  height: 100%;
  color: #222;
  text-align: left;
  word-wrap: break-word;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans CJK JP', sans-serif;
  line-height: 2;

  overflow-wrap: break-word;
}

.no-sp{
  display: none;
}
.no-sp-block{
  display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6{
  margin-bottom: 0; 
  font-weight: 700;
}

em,
strong{
  font-weight: 600; 
  font-style: normal;
}

ol,
ul{
  list-style: none;
}

p{
  margin: 0 auto 1.5em;
  text-align: left;
}
p:last-child{
  margin-bottom: 0;
}

img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 1;
}

a{
  color: #222;
  text-decoration: none;
  transition: all .15s linear 0s;

  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
a:link,
a:visited{
  color: #006a44;
  text-decoration: underline;
}
a:hover,
a:active{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
a i{
  margin: 0 4px;
}

header a:link,
header a:visited,
footer a:link,
footer a:visited{
  color: #222;
  text-decoration: none;
}

header a:hover,
header a:active,
footer a:hover,
footer a:active{
  text-decoration: none;
}

a img{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.list-link01{
  line-height: 1;
}
.list-link01 a{
  display: block;
  padding: 17px 24px;
  border-bottom: solid 1px #eee;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.page-menu{
  display: none;
}

.navi-item{
  border-bottom: solid 1px #fff;
}
.navi-item:last-of-type{
  border-bottom: none;
}
.navi-item .item-link-first{
  position: relative;
  display: block;
  padding: 17px 35px 17px 24px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.navi-item .item-link-first::before{
  position: absolute;
  top: 50%;
  right: 20px;
  color: #ff9c26;
  content: '\f078';
  font-size: 12px;
  font-size: 1.2rem;
  font-family: 'ForkAwesome';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.navi-item .item-link-first:link,
.navi-item .item-link-first:visited{
  background-color: #ffedd6;
}
.navi-item .item-link-first:hover,
.navi-item .item-link-first:active{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.navi-item .item-link-first.is-active::before{
  content: '\f077';
}
.navi-item .item-link-first.js-menu-over{
  pointer-events: none;
}
.navi-item.link-nochild .item-link-first::before{
  content: '\f054';
}
.navi-item.link-blank .item-link-first{
  padding-top: 12px;
  padding-bottom: 12px;
}
.navi-item.link-blank .item-link-first::before{
  width: 10px;
  height: 10px;
  background-image: url(../img/icon/icon-blank.svg);
  background-size: 100% 100%; 
  content: '';
}
.navi-item.link-blank:after{
  content: none;
}
.navi-item.link-noicon .item-link-first::before{
  content: none;
}
.navi-item .menu-btn{
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
  width: 100%;
  height: 61px;
}

.mega-menu .list-link01:last-of-type a{
  border-bottom: none;
}

.main-header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998; 
  overflow-y: scroll;
  width: 100%;
  height: 65px;
  background-color: #fff;
}
.main-header .header-navi{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -ms-flex-align: center;
  width: 100%;
  height: 65px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.main-header .header-navi .navi-sub{
  padding: 0 10px;
  white-space: nowrap;
}
.main-header .header-navi .navi-sub .logo{
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.main-header .header-navi .navi-sub .logo img{
  display: inline-block;
  width: 106px;
  height: auto;
  vertical-align: middle;
  font-size: 10px;
  font-size: 1rem;
}
.main-header .header-navi .navi-sub .logo span{
  display: inline-block;
  margin-top: 3px;
  padding-left: 3%;
  border-left: solid 2px #006a44; 
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
}
.main-header .header-navi .navi-sub .navi-sub01{
  display: none;
}
.main-header .header-navi .navi-sub .navi-sub02{
  display: none;
}
.main-header .navi-btn{
  position: relative; 
  margin-left: auto;
  height: 65px;
  background-color: #ff9c26;

  -ms-flex: 0 0 65px;
      flex: 0 0 65px;
}
.main-header .navi-btn span{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29px;
  height: 2px;
  background-color: #fff;
  transition: .2s linear; 
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.main-header .navi-btn span::before,
.main-header .navi-btn span::after{
  position: absolute;
  left: 0;
  width: 29px;
  height: 2px;
  background-color: #fff;
  content: '';
  transition: .2s linear;
}
.main-header .navi-btn span::before{
  top: -7px;
}
.main-header .navi-btn span::after{
  bottom: -7px;
}
.main-header .navi-main{
  position: absolute;
  top: 65px; 
  left: 0;
  padding-bottom: 150px;
  width: 100%;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
.main-header .page-menu .mega-menu .list-link01 a{
  padding: 14px 24px 14px 38px;
}
.main-header .page-menu .mega-menu .list-link01 a:link,
.main-header .page-menu .mega-menu .list-link01 a:visited{
  border-bottom-color: #ffedd6; 
  background-color: #fff;
}

body.is-open{
  position: fixed;
}

.main-header.is-open{
  z-index: 9990; 
  height: 100vh;
}
.main-header.is-open .header-navi{
  position: absolute;
  right: 0; 
  background: #ff9c26;
}
.main-header.is-open .header-navi .navi-sub{
  padding: 0 16px;
}
.main-header.is-open .header-navi .navi-sub .logo{
  display: none;
}
.main-header.is-open .header-navi .navi-sub .navi-sub02{
  display: block;
  padding: 0 15px; 
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 33px;
}
.main-header.is-open .header-navi .navi-sub .navi-sub02:link,
.main-header.is-open .header-navi .navi-sub .navi-sub02:visited{
  background-color: #fff; 
  color: #ff9c26;
}
.main-header.is-open .header-navi .navi-sub .navi-sub02:hover,
.main-header.is-open .header-navi .navi-sub .navi-sub02:active{
  background-color: #ffedd6; 
  color: #fff;
}
.main-header.is-open .navi-btn.is-open span{
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
      -ms-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.main-header.is-open .navi-btn.is-open span::before{
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main-header.is-open .navi-btn.is-open span::after{
  content: none;
}
.main-header.is-open .navi-main{
  background: #ff9c26;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.content-headline01{
  position: relative; 
  margin: 60px 0 20px;
  padding: 8px 20px;
  border-bottom: solid 2px #eee;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.content-headline01:first-of-type{
  margin-top: 0;
}
.content-headline01::before{
  position: absolute;
  top: 0; 
  left: 0;
  width: 23px;
  height: 23px;
  background-image: url(../img/icon/icon-content-headline.svg);
  background-size: 100% 100%;
  content: '';
}

.content-headline02{
  margin: 1.8em 0;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
}
.content-headline02:first-child{
  margin-top: 0;
}

.content-headline03{
  margin-bottom: 25px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.content-headline03::after{
  display: block;
  margin-top: 15px; 
  width: 25px;
  height: 4px;
  background-color: #ff9c26;
  content: '';
}

.content-headline04{
  margin: 2em 0 1.5em;
  font-size: 20px;
  font-size: 2rem;
}

.ico-headline01{
  position: relative; 
  display: block;
  margin: 3.5em 0 .5em;
  padding-left: 1.2em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
.ico-headline01::before{
  position: absolute;
  top: .5em;
  left: 0;
  z-index: 1; 
  width: .8em;
  height: .8em;
  border-radius: 3px;
  background-color: #ff9c26;
  content: '';
}
.ico-headline01 span{
  font-size: .8em;
}

div.ico-headline01{
  margin-top: 1em;
  font-weight: 700;
}

.txt-signature{
  text-align: right;
}

.tel{
  margin-bottom: 10px;
  line-height: 1.6;
}
.tel a{
  font-size: 18px;
  font-size: 1.8rem;
}

.mail{
  line-height: 1.6;
}
.mail span{
  display: block;
  color: #777; 
  font-size: .8em;
}

.notes01{
  color: #777;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.notes02{
  text-align: right; 
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.8;
}

.graph01{
  margin: 1em 0;
}
.graph01 figcaption{
  display: block;
  padding: 10px;
  background-color: #eee; 
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.67;
}
.graph01 small{
  display: block;
  color: #777;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.graph01 img{
  margin: 10px 0 5px;
  border: solid 1px #eee;
}

.link-blank::after{
  display: inline-block;
  margin-right: .8em;
  width: .8em;
  height: .8em;
  background-image: url(../img/icon/icon-blank.svg);
  background-size: 100% 100%;
  content: '';
  vertical-align: middle;
}

.link-arrow01,
.anchor-navi a{
  font-size: 14px;
  font-size: 1.4rem;
}
.link-arrow01:link,
.anchor-navi a:link,
.link-arrow01:visited,
.anchor-navi a:visited{
  color: #222;
  text-decoration: none;
}
.link-arrow01::before,
.anchor-navi a::before{
  display: inline-block;
  margin-right: 6px; 
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-orange.svg);
  background-size: 100% 100%;
  content: '';
  vertical-align: -1px;
}

.file-type{
  display: inline-block;
  margin-left: 6px;
  color: #222;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.file-type::after{
  display: inline-block;
  margin-left: 6px; 
  color: #ff9c26;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'ForkAwesome';
}
.file-type--word::after{
  content: '\f1c2';
}
.file-type--pdf::after{
  content: '\f1c1';
}

.btn-wrap01{
  margin: 1em auto;
}

.btn-wrap02{
  margin: 2em auto;
}

.btn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 35px auto 0;
  max-width: 400px;
  text-align: center;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.btn:link,
.btn:visited{
  color: #222;
  text-decoration: none;
}
.btn01{
  width: 80%;
  height: 58px;
  border: solid 1px #ff9c26;
  border-radius: 5px;
}
.btn01:link,
.btn01:visited{
  background-color: #ffedd6;
}
.btn01::before{
  display: inline-block;
  margin-top: 2px;
  margin-right: 7px; 
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-orange.svg);
  background-size: 100% 100%;
  content: '';
}
.btn02{
  display: inline-block;
  margin: 1em auto;
  padding: 8px 12px;
  border: solid 1px #ccc;
  border-radius: 4px;
  background: linear-gradient(180deg, white 0%, white 21.6749%, #f3f3f3 100%); 
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.btn02:link,
.btn02:visited{
  color: #006a44;
  text-decoration: underline;
}
.btn03{
  display: inline-block;
  padding: 8px 25px;
  border: solid 1px #ff9c26;
  border-radius: 20px; 
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.btn03:link,
.btn03:visited{
  background-color: #fff;
}
.btn03::before{
  display: inline-block;
  margin-right: 6px; 
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-orange.svg);
  background-size: 100% 100%;
  content: '';
  vertical-align: -1px;
}

.list-num01{
  margin-left: 1.2em; 
  list-style: decimal outside;
}
.list-num01 li{
  margin-bottom: .8em; 
  padding-left: .1em;
  line-height: 1.8;
}
.list-num01 li:last-of-type{
  margin-bottom: 0;
}
.list-num01 li ul,
.list-num01 li ol{
  margin-top: .4em;
  padding-bottom: .5em;
}

.list-num02{
  margin-left: 1.2em; 
  list-style: decimal outside;
}
.list-num02 li{
  margin-bottom: 1em; 
  padding-left: .1em;
  line-height: 1.8;
}
.list-num02 li:last-of-type{
  margin-bottom: 0;
}
.list-num02 li> div{
  margin: .5em 0;
}
.list-num02 li> div:not(:first-of-type){
  margin-top: 1.5em;
}

.list-num03{
  margin: 1em auto; 
  counter-reset: cnt-num03;
}
.list-num03:last-of-type{
  margin-bottom: 0;
}
.list-num03 li{
  position: relative; 
  margin-bottom: .5em;
  padding-left: 1.6em;
}
.list-num03 li:last-of-type{
  margin-bottom: 0;
}
.list-num03 li::before{
  position: absolute;
  top: 0; 
  left: 0;
  content: '(' counter(cnt-num03) ')';
  counter-increment: cnt-num03;
}

.list-disc li{
  position: relative; 
  padding-left: 1.2em;
}
.list-disc li::before{
  position: absolute;
  top: 0; 
  left: 0;
  content: '・';
}

.list-type01{
  margin-top: 1em;
  margin-bottom: 3em;
}
.list-type01 li{
  margin: 1em 0;
  line-height: 1.6;
}

.list-type02{
  font-weight: 700;
}
.list-type02 li ul,
.list-type02 li ol,
.list-type02 li div{
  padding-top: .8em;
  padding-bottom: .8em;
  font-weight: 400;
}

th *:first-child,
td *:first-child{
  margin-top: 0;
}

th *:last-child,
td *:last-child{
  margin-bottom: 0;
}

.caption-b-r{
  margin-top: 4px;
  caption-side: bottom;
  text-align: right; 
  font-size: 13px;
  font-size: 1.3rem;
}

.caption-t-r{
  caption-side: top;
  text-align: right; 
  font-size: .9em;
}

.tbl-fixed{
  width: 100%;
  table-layout: fixed;
}

.scrl-tbl{
  overflow: auto;
  white-space: nowrap;
}
.scrl-tbl::before{
  display: block;
  margin-bottom: 2px;
  color: #555; 
  content: '※左右にスクロールできます';
  font-size: 12px;
  font-size: 1.2rem;
}
.scrl-tbl::-webkit-scrollbar{
  height: 5px;
}
.scrl-tbl::-webkit-scrollbar-track{
  background-color: #f1f1f1;
}
.scrl-tbl::-webkit-scrollbar-thumb{
  background-color: #bcbcbc;
}
.scrl-tbl table{
  width: 100%;
}
.scrl-tbl table tr,
.scrl-tbl table th,
.scrl-tbl table td{
  white-space: normal;
}

.tbl01{
  margin: .8em 0; 
  width: 100%;
}
.tbl01 caption{
  margin-bottom: 2px;
}
.tbl01 th,
.tbl01 td{
  padding: 8px 12px;
  border-bottom: solid 2px #fff;
  vertical-align: top;
  font-size: 15px;
  font-size: 1.5rem;
}
.tbl01 th *,
.tbl01 td *{
  font-size: 15px;
  font-size: 1.5rem;
}
.tbl01 th{
  width: 25%;
  background-color: #ffedd6;
}
.tbl01 td{
  padding-right: 0; 
  width: 75%;
}

.tbl02{
  width: 100%;
}
.tbl02 th,
.tbl02 td{
  padding: 6px 8px;
  border: solid 1px #ccc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.tbl02 th{
  background-color: #ff9c26;
  color: #fff;
}
.tbl02 tr:nth-of-type(even) td{
  background-color: #f7f7f7;
}

.tbl03{
  margin: 1em auto; 
  width: 100%;
}
.tbl03 th,
.tbl03 td{
  padding: 10px;
  border: solid 1px #ff9c26;
  vertical-align: top; 
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.tbl03 tbody th{
  width: 35%;
  background-color: #ffedd6;
}
.tbl03 thead th{
  background-color: #ff9c26;
  color: #fff;
}
.tbl03 thead th:not(:last-of-type){
  border-right-color: #fff;
}

.tbl04{
  width: 100%;
}
.tbl04 th,
.tbl04 td{
  padding: 6px 8px;
  border: solid 1px #ccc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.tbl04 thead th{
  background-color: #eee; 
  text-align: center;
}
.tbl04 tr:nth-of-type(even) td{
  background-color: #f7f7f7;
}

.tbl05{
  width: 100%;
}
.tbl05 th,
.tbl05 td{
  padding: 6px 8px;
  border: solid 1px #ccc;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.tbl05 tbody th{
  background-color: #f7f7f7;
}

.contents{
  padding-top: 25px;
}

.home .contents{
  margin-top: 65px;
  padding-top: 0;
}

.main-contents{
  display: block;
  padding: 0 15px 60px;
  border-bottom: solid 1px #eee;
}
.main-contents *:first-child{
  margin-top: 0;
}
.main-contents *:last-child{
  margin-bottom: 0;
}

.side-contents{
  padding: 0 15px 40px;
}

.intro01{
  margin-bottom: 1em; 
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.block-img_r{
  margin-bottom: 20px;
}
.block-img_r .block-txt{
  margin-bottom: 20px;
}
.block-img_r .block-img{
  text-align: center;
}
.block-img_r--kenkyuhojo .block-img img{
  max-width: 400px;
}
.block-img_r--mentor{
  margin-bottom: 60px;
}
.block-img_r--mentor .block-txt em{
  display: block;
  margin-bottom: 5px;
}
.block-img_r--mentor .block-img img{
  max-width: 250px;
}
.block-img_r--ohisama .block-img img{
  max-width: 350px;
}

.block-img_c{
  margin-bottom: 40px;
}
.block-img_c .block-img{
  margin: 0 auto 10px; 
  max-width: 450px;
}
.block-img_c .block-img img{
  margin-bottom: 4px;
}
.block-img_c .block-img figcaption{
  text-align: right; 
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;
}

.block-img_auto{
  margin: 1em auto;
  text-align: center;
}
.block-img_auto .block-img img{
  margin: 0 auto; 
  width: auto;
}

.block-type01 strong{
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.block-type02{
  margin: .5em 0;
  padding: 10px 15px;
  background-color: #eee; 
  font-size: .9em;
}

.block-link01{
  margin: 2em 0;
  text-align: center;
}
.block-link01 em{
  display: block;
  line-height: 1.8;
}
.block-link01 .btn{
  width: 100%;
  text-align: center;
}

.block-link02{
  margin: 2em 0;
  padding: 25px 15px;
  border: 3px solid #eee; 
  text-align: center;
}
.block-link02 em{
  display: block;
  line-height: 1.8;
}
.block-link02 .btn{
  width: 100%;
  text-align: center;
}

.border-block01{
  margin: 1em auto;
  padding: 10px;
  border: solid 4px #eee;
}
.border-block01 .block-img{
  margin-bottom: 15px;
  text-align: center;
}
.border-block01 .block-img img{
  max-width: 400px;
}
.border-block01 .block-txt em{
  display: block;
  margin-bottom: 10px;
  padding: 2px 10px;
  background-color: #006a44; 
  color: #fff;
  line-height: 1.8;
}
.border-block01 .block-txt p{
  font-size: 15px;
  font-size: 1.5rem;
}

.information-block{
  margin: 2em 0;
  border: solid 2px #ff9c26;
}
.information-block .block-title{
  padding: 10px;
  background-color: #ff9c26;
  color: #fff; 
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
.information-block .block-data{
  padding: 15px 10px;
  text-align: center;
}
.information-block .block-data .data-title{
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}
.information-block-02{
  margin-top: 1em;
}

.page-header{
  position: relative; 
  margin-top: 65px;
  padding-top: 37%;
  height: 0;
  background-position: center center;
  background-size: cover;
}
.page-header .page-title{
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}

.bread-navi{
  display: none;
}

.page-navi .page-navi-item{
  margin: 0 -15px 10px;
  padding: 0 15px 10px;
  border-bottom: solid 1px #eee;
}
.page-navi .page-navi-item:last-of-type{
  margin-bottom: 0;
}
.page-navi .page-navi-item a{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  -ms-flex-align: center;

  align-items: stretch;
  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.page-navi .page-navi-item a:link,
.page-navi .page-navi-item a:visited{
  color: #222;
  text-decoration: none;
}
.page-navi .page-navi-item a figure{
  flex-basis: 35%; 
  -ms-flex-preferred-size: 35%;
}
.page-navi .page-navi-item a div{
  position: relative; 
  padding: 0 20px 0 12px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;

  flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
}
.page-navi .page-navi-item a div::before{
  position: absolute;
  top: calc(50% - 6px); 
  right: 0;
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-orange.svg);
  background-size: 100% 100%;
  content: '';
}

.anchor-navi{
  margin-bottom: 40px;
  text-align: center;
}
.anchor-navi a{
  position: relative; 
  display: inline-block;
  margin: 0 5px 15px;
  padding: 8px 14px 8px 28px;
  border: solid 1px #eee;
  border-radius: 5px;
  text-align: left;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.anchor-navi a:hover,
.anchor-navi a:active{
  border-color: #ffedd6; 
  background-color: #ffedd6;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.anchor-navi a::before{
  position: absolute;
  top: 10px; 
  left: 12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.post-list-wrap{
  margin-bottom: 60px;
}
.post-list-wrap:last-of-type{
  margin-bottom: 0;
}
.post-list-wrap .btn-wrap{
  margin-top: 30px;
  text-align: center;
}

.post-list-title{
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: solid 2px #ff9c26; 
  font-weight: 500;
  line-height: 1.8;
}
.post-list-title .label{
  display: inline-block;
  margin-right: .7em;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #ff9c26; 
  color: #fff;
  font-weight: 500;
  line-height: 1.6;
}

.post-list-news .list-item .post-link{
  display: block;
  margin-bottom: 15px; 
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 5px;
}
.post-list-news .list-item .post-link:link,
.post-list-news .list-item .post-link:visited{
  color: #222;
  text-decoration: none;
}
.post-list-news .list-item .post-link:hover img{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.post-list-news .list-item .post-link:hover,
.post-list-news .list-item .post-link:active{
  background-color: #ff9c26; 
  color: #fff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.post-list-news .list-item .post-link:hover .post-meta .post-category,
.post-list-news .list-item .post-link:active .post-meta .post-category{
  background-color: #fff;
  color: #ff9c26;
}
.post-list-news .list-item .post-link:hover .post-meta .post-date::before,
.post-list-news .list-item .post-link:active .post-meta .post-date::before{
  color: #fff;
}
.post-list-news .list-item .post-link:hover .post-data .post-img,
.post-list-news .list-item .post-link:active .post-data .post-img{
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.post-list-news .list-item .post-link:hover .post-data .post-txt,
.post-list-news .list-item .post-link:active .post-data .post-txt{
  color: #fff;
}
.post-list-news .list-item .post-link .post-meta{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: 10px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.post-list-news .list-item .post-link .post-meta .post-category{
  margin-right: 10px;
  padding: 4px 12px;
  border-radius: 11px;
  background-color: #ff9c26; 
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.post-list-news .list-item .post-link .post-meta .post-date{
  margin: 0; 
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.post-list-news .list-item .post-link .post-title{
  margin-bottom: 5px; 
  font-weight: 700;
  line-height: 1.6;
}
.post-list-news .list-item .post-link .post-data{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.post-list-news .list-item .post-link .post-data .post-img{
  padding-top: 3px; 
  padding-right: 15px;

  -ms-flex: 1 0 25%;
      flex: 1 0 25%;
}
.post-list-news .list-item .post-link .post-data .post-txt{
  color: #777; 
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.6;

  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.post-list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: stretch;
  margin: 0 -8px 40px;

  align-items: stretch; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.post-list:last-of-type{
  margin-bottom: 0;
}
.post-list .list-item{
  margin: 0 8px 24px; 

  flex-basis: calc(50% - 16px);
  -ms-flex-preferred-size: calc(50% - 16px);
}
.post-list .list-item:last-of-type{
  margin-bottom: 0;
}
.post-list .list-item a{
  display: block;
}
.post-list .list-item a img{
  border: 1px solid #777;
}
.post-list .list-item .link-txt{
  display: block;
  margin-top: 5px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.post-list .list-item .file-type{
  display: block;
  margin-top: 2px;
  margin-left: 0;
}

.slider{
  margin: 0 -15px;
}
.slider .slider-content{
  margin-bottom: 0;
}
.slider .slider-content .slider-item a{
  vertical-align: bottom;
}
.slider .slider-content .slider-item a:hover{
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.slider .slider-content .slider-item a img{
  width: 100%;
}
.slider .slider-content .slider-item a img:hover{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.slider .slider-dots-navi{
  position: relative;
  z-index: 9900 !important; 
  display: block;
}

.latest-main{
  position: relative;
}

.category-archive-link{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: stretch;
  margin: 26px 0 40px;

  align-items: stretch; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.category-archive-link .category-archive-item{
  flex-basis: 20%; 
  -ms-flex-preferred-size: 20%;
}
.category-archive-link .category-archive-item .link-item{
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 30px;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.category-archive-link .category-archive-item .link-item:link,
.category-archive-link .category-archive-item .link-item:visited{
  border: solid 1px #ff9c26;
  border-left: none; 
  background-color: #fff;
  color: #ff9c26;
  text-decoration: none;
}
.category-archive-link .category-archive-item .link-item:hover,
.category-archive-link .category-archive-item .link-item:active{
  background-color: #ff9c26; 
  color: #fff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.category-archive-link .category-archive-item .link-item.current{
  pointer-events: none;
}
.category-archive-link .category-archive-item .link-item.current:link,
.category-archive-link .category-archive-item .link-item.current:visited{
  background-color: #ff9c26; 
  color: #fff;
}
.category-archive-link .category-archive-item .link-item.current:hover,
.category-archive-link .category-archive-item .link-item.current:active{
  background-color: #fff; 
  color: #ff9c26;
}
.category-archive-link .category-archive-item:first-of-type{
  flex-basis: 16%; 
  -ms-flex-preferred-size: 16%;
}
.category-archive-link .category-archive-item:first-of-type .link-item{
  padding-left: 4px; 
  border-left: solid 1px #ff9c26;
  border-radius: 15px 0 0 15px;
}
.category-archive-link .category-archive-item:last-of-type{
  flex-basis: 24%; 
  -ms-flex-preferred-size: 24%;
}
.category-archive-link .category-archive-item:last-of-type .link-item{
  border-radius: 0 15px 15px 0;
}

.latest-news{
  margin-bottom: 40px;
}
.latest-news .latest-item{
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: solid 1px #eee;
}
.latest-news .latest-item:last-of-type{
  margin-bottom: 0;
}
.latest-news .latest-item .latest-link{
  display: block;
}
.latest-news .latest-item .latest-link:link,
.latest-news .latest-item .latest-link:visited{
  color: #222;
  text-decoration: none;
}
.latest-news .latest-item .latest-link .post-meta{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-bottom: 10px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.latest-news .latest-item .latest-link .post-category{
  margin-right: 10px;
  padding: 2px 10px;
  min-width: 80px;
  border: solid 1px #ff9c26;
  border-radius: 9px;
  color: #ff9c26;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
.latest-news .latest-item .latest-link .post-date{
  margin-bottom: 0;
  color: #777;
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
.latest-news .latest-item .latest-link .post-date::before{
  content: none;
}
.latest-news .latest-item .latest-link .post-title{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.67;
}

.about-naiyo .about-data{
  margin-bottom: 20px; 
  border: solid 3px #eee;
}

.about-naiyo .data-title{
  position: relative; 
  padding: 15px;
  padding-left: 42px;
  border-bottom: solid 3px #eee;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.about-naiyo .data-title span{
  position: absolute;
  top: calc(50% - 10px); 
  left: 15px;
  width: 20px;
  height: 20px;
  color: #ff9c26;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
}
.about-naiyo .data-title span::before{
  position: absolute;
  top: 0; 
  left: 0;
  width: 20px;
  height: 20px;
  border: solid 2px #ff9c26;
  border-radius: 10px;
  content: '';
}

.about-naiyo .list-disc{
  padding: 10px 15px 10px 20px;
}
.about-naiyo .list-disc li{
  font-size: 15px;
  font-size: 1.5rem;
}

.about-organization{
  margin: 0 auto; 
  max-width: 780px;
  text-align: center;
}
.about-organization em{
  display: block;
  margin-bottom: 15px; 
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.about-organization figure{
  padding: 30px 20px; 
  border: solid 1px #222;
}

.about-history{
  border-left: solid 1px #ffedd6;
}
.about-history dt,
.about-history dd{
  padding: 0 0 0 12px; 
  line-height: 1.8;
}
.about-history dt{
  position: relative; 
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ff9c26;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
}
.about-history dt::before{
  position: absolute;
  top: 22px; 
  left: -3px;
  width: 5px;
  height: 5px;
  background-color: #ff9c26;
  content: '';
}
.about-history dd{
  padding-bottom: 10px;
  padding-left: 18px;
  font-size: 14px;
  font-size: 1.4rem;
}
.about-history dd .list-disc li{
  margin-bottom: 5px;
}

.block-message .message-img{
  margin-bottom: 15px;
  text-align: center;
}
.block-message .message-img img{
  margin-bottom: 10px; 
  max-width: 220px;
}
.block-message .message-img figcaption{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.block-message .message-img figcaption span{
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}

.tbl-statement thead th:first-of-type{
  width: 45%;
}

.block-graph{
  margin-bottom: 60px;
}
.block-graph:last-of-type{
  margin-bottom: 0;
}

.block-mentor{
  position: relative; 
  margin-bottom: 30px;
  padding: 30px 15px 20px;
  border: solid 2px #eee;
  border-radius: 18px;
}
.block-mentor .ico-headline01{
  z-index: 1; 
  display: block;
  margin: 0 0 1em;
  font-size: 20px;
  font-size: 2rem;
}
.block-mentor .ico-headline01::after{
  position: absolute;
  top: 0;
  left: 7px;
  z-index: -1; 
  width: calc(100% - 14px);
  height: 100%;
  background-color: #fff;
  content: '';
}
.block-mentor .block-txt{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}

.block-mentor--02 .block-txt{
  margin-bottom: 10px;
}

.block-mentor--02 .block-img{
  margin: 0 auto; 
  width: 80%;
}

.block-mentor--03{
  margin-bottom: 60px;
}
.block-mentor--03 .block-intro{
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f7f7f7;
}
.block-mentor--03 .block-intro em{
  position: relative; 
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 24px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.block-mentor--03 .block-intro em:last-of-type{
  margin-bottom: 0;
}
.block-mentor--03 .block-intro em::before{
  position: absolute;
  top: -1px; 
  left: 0;
  color: #ff9c26;
  content: '\f046';
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'ForkAwesome';
}
.block-mentor--03 .block-data .data-txt{
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.block-mentor--03 .block-data .data-img{
  padding: 15px; 
  border: solid 1px #ccc;
  text-align: center;
}
.block-mentor--03 .block-data .data-img em{
  display: block;
  margin-bottom: 10px;
}
.block-mentor--03 .block-data .data-img a img{
  margin-bottom: 2px; 
  width: 136px;
}
.block-mentor--03 .block-data .data-img a span{
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}
.block-mentor--03 .block-data .data-img a span::after{
  display: inline-block;
  margin-left: 5px; 
  width: 10px;
  height: 10px;
  background-image: url(../img/icon/icon-blank.svg);
  background-size: 100% 100%;
  content: '';
  vertical-align: middle;
}
.block-mentor--03 .block-data .data-img a:link,
.block-mentor--03 .block-data .data-img a:visited{
  color: #222;
}

.mentoring-flow{
  margin-bottom: 60px;
}
.mentoring-flow .flow-data{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.mentoring-flow .flow-data .flow-list dt{
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #ff9c26; 
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.mentoring-flow .flow-data .flow-list dd{
  margin-left: 20px;
  padding: 20px 10px 30px 20px;
  border-left: solid 2px #ffedd6;
}
.mentoring-flow .flow-data .flow-list dd:last-of-type{
  padding-left: 22px;
  border-left: none;
}
.mentoring-flow .flow-data .flow-list dd .ico-headline01{
  margin: 0 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
}
.mentoring-flow .flow-data .flow-list dd .ico-headline01:last-of-type{
  margin-top: 20px;
}
.mentoring-flow .flow-data .flow-list dd .mail,
.mentoring-flow .flow-data .flow-list dd .tel{
  margin: 0;
  padding-left: 18px;
  font-size: 18px;
  font-size: 1.8rem;
}
.mentoring-flow .flow-data .flow-list dd em{
  display: block;
  margin-bottom: 5px;
  font-size: 1.2em;
}
.mentoring-flow .flow-img{
  display: none;
}

.mentorlist{
  margin: 0 0 20px; 
  max-width: 780px;
}
.mentorlist p{
  margin-bottom: 0;
}
.mentorlist .tbl04{
  margin-bottom: 20px;
}

.list-role_models .list-item a img{
  border: none;
}

.list-zadankai .list-item{
  margin-bottom: 16px; 

  flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
.list-zadankai .list-item a img{
  border: none;
}

.tbl-babysitter-title{
  margin: 50px 0 -10px;
}

.tbl-babysitter tbody th{
  width: 25%;
}

.link-map-wrap{
  overflow: auto;
  white-space: nowrap;
}
.link-map-wrap::before{
  display: block;
  margin-bottom: 2px;
  color: #555; 
  content: '※下の表は左右にスクロールできます';
  font-size: 12px;
  font-size: 1.2rem;
}
.link-map-wrap::-webkit-scrollbar{
  height: 5px;
}
.link-map-wrap::-webkit-scrollbar-track{
  background-color: #f1f1f1;
}
.link-map-wrap::-webkit-scrollbar-thumb{
  background-color: #bcbcbc;
}
.link-map-wrap .data{
  text-align: right;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-map-wrap .link-map-comment{
  margin-bottom: 10px;
  padding: 2px 5px;
  background-color: #ffedd6; 
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.link-map-wrap .link-map-comment::before{
  display: inline-block;
  margin-right: 5px;
  color: #ff9c26; 
  content: '▼';
  font-size: 12px;
  font-size: 1.2rem;
}

.link-map{
  position: relative;
}
.link-map .link-map-img{
  padding: 12px;
  width: 100%;
  border: 1px solid #ccc;
}
.link-map .anc,
.link-map .link{
  position: absolute;
  display: block;
  text-indent: -9999px;
  transition: none;
}
.link-map .anc:hover,
.link-map .anc:active,
.link-map .link:hover,
.link-map .link:active{
  border: 4px solid #ff9c26; 
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.link-map--ikuji{
  width: 800px;
}
.link-map--ikuji .anc,
.link-map--ikuji .link{
  height: 3.6%;
}
.link-map--ikuji .anc01{
  top: 10.8%; 
  left: 8%;
  width: 54%;
}
.link-map--ikuji .anc02{
  top: 15.8%; 
  left: 8%;
  width: 54%;
}
.link-map--ikuji .anc02-2{
  top: 20.8%; 
  left: 8%;
  width: 18%;
  height: 7.2%;
}
.link-map--ikuji .anc03{
  top: 29.3%; 
  left: 17%;
  width: 15%;
}
.link-map--ikuji .anc04{
  top: 29.3%; 
  left: 32%;
  width: 21%;
}
.link-map--ikuji .anc05{
  top: 29.3%; 
  left: 53%;
  width: 18.3%;
}
.link-map--ikuji .anc06{
  top: 36%; 
  left: 29%;
  width: 33.3%;
}
.link-map--ikuji .anc07{
  top: 41%; 
  left: 29%;
  width: 42.3%;
}
.link-map--ikuji .anc08{
  top: 46%; 
  left: 29%;
  width: 42.3%;
}
.link-map--ikuji .anc09{
  top: 51%; 
  left: 29%;
  width: 42.3%;
}
.link-map--ikuji .anc10{
  top: 56%; 
  left: 29%;
  width: 51.3%;
}
.link-map--ikuji .anc11{
  top: 61.2%; 
  left: 29%;
  width: 69.5%;
}
.link-map--ikuji .anc12{
  top: 82.8%; 
  left: 26%;
  width: 18%;
}
.link-map--ikuji .anc13{
  top: 87.8%; 
  left: 17%;
  width: 36%;
}
.link-map--ikuji .anc05-2{
  top: 92.8%; 
  left: 29%;
  width: 42.2%;
}
.link-map--ikuji .link01{
  top: 66.2%; 
  left: 44%;
  width: 45.2%;
}
.link-map--ikuji .link02{
  top: 71.3%; 
  left: 8%;
  width: 81.2%;
}
.link-map--ikuji .link03{
  top: 76.2%; 
  left: 44%;
  width: 27.2%;
}

.link-map--kaigo{
  width: 800px;
}
.link-map--kaigo .anc,
.link-map--kaigo .link{
  height: 8%;
}
.link-map--kaigo .anc01{
  top: 13.5%; 
  left: 12.6%;
  width: 52.3%;
}
.link-map--kaigo .anc02{
  top: 24.2%; 
  left: 12.6%;
  width: 52.3%;
}
.link-map--kaigo .anc03{
  top: 34.7%; 
  left: 12.6%;
  width: 52.3%;
}
.link-map--kaigo .anc04{
  top: 45.2%; 
  left: 12.6%;
  width: 52.3%;
}
.link-map--kaigo .anc05{
  top: 55.4%; 
  left: 12.6%;
  width: 52.3%;
}
.link-map--kaigo .anc06{
  top: 66%; 
  left: 12.6%;
  width: 52.3%;
}
.link-map--kaigo .link01{
  top: 76.4%; 
  left: 12.6%;
  width: 52.3%;
  height: 14%;
}

.tbl-seido-wrap{
  margin-top: 15px;
}

.tbl-seido{
  min-width: 700px; 
  width: 100%;
}
.tbl-seido thead th{
  padding: 5px 10px;
  border-bottom-color: #fff; 
  text-align: center;
  white-space: nowrap;
}
.tbl-seido tbody th,
.tbl-seido tbody td{
  padding: 10px;
}
.tbl-seido tbody th.num{
  width: 2.5em;
  border-top-color: #fff;
  border-bottom-color: #fff;
  background-color: #ff9c26; 
  color: #fff;
  text-align: center;
}
.tbl-seido tbody tr:last-of-type th.num{
  border-bottom-color: #ff9c26;
}
.tbl-seido tbody .kintai{
  padding-right: 10px; 
  padding-left: 10px;
  text-align: center;
  white-space: nowrap;
}

.tbl-ohisama:first-of-type{
  margin-bottom: 50px;
}

.tbl-ohisama tbody th{
  width: 25%;
}

.tbl-ohisama tbody tr td:nth-of-type(1){
  width: 30%;
}

.message-ikuboss{
  margin-bottom: 60px;
  padding: 15px 20px;
  border: 4px solid #eee;
  border-radius: 15px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.message-ikuboss .message-title{
  margin-bottom: 15px;
  border-bottom: 4px solid #ff9c26; 
  font-size: 18px;
  font-size: 1.8rem;
}
.message-ikuboss .message-title span{
  margin-right: 15px; 
  font-size: 14px;
  font-size: 1.4rem;
}
.message-ikuboss .block01{
  margin-bottom: 15px;
}
.message-ikuboss .block01 .block-img{
  float: right;
  margin: 0 0 0 10px; 
  min-width: 150px;
  max-width: 200px;
  width: 50%;
}

.content-ikuboss{
  margin-top: 15px;
}
.content-ikuboss .ikuboss-group{
  margin-bottom: 20px; 
  padding: 20px 15px 30px;
  border-radius: 8px;
  background-color: #ffedd6;
}
.content-ikuboss .ikuboss-group .group-name{
  margin-bottom: 15px; 
  padding: 0 0 6px;
  border-bottom: 3px solid #ff9c26;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.content-ikuboss .ikuboss-group .block-member{
  padding: 8px 0 4px; 
  border-bottom: 1px dashed #ff9c26;
}
.content-ikuboss .ikuboss-group .block-member .member-position{
  margin-bottom: 5px; 
  font-weight: 300;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.content-ikuboss .ikuboss-group .block-member .member-name{
  text-align: right; 
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}
.content-ikuboss .ikuboss-group .btn-wrap{
  margin-top: 30px;
  text-align: center;
}

.block-sengen{
  margin-bottom: 20px; 
  border: 1px solid #ff9c26;
  border-left-width: 8px;
}
.block-sengen .member-position{
  padding: 15px 15px 0; 
  font-weight: 300;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
.block-sengen .member-name{
  padding: 0 15px 5px; 
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.block-sengen .photo{
  float: right;
  max-width: 255px;
  width: 40%;
  margin: 15px;
}
.block-sengen .sengen{
  padding: 10px 15px; 
  border-top: 1px dashed #ff9c26;
}

.block-interview{
  margin-bottom: 20px;
  padding: 15px; 
  border: 1px solid #ff9c26;
}
.block-interview .interview-img{
  margin: 0 auto 5px;
  max-width: 450px;
}
.block-interview .interview-data{
  line-height: 1.8;
}
.block-interview .interview-data .item-date{
  text-align: right; 
  font-size: 12px;
  font-size: 1.2rem;
}
.block-interview .interview-data .item-position{
  font-weight: 300; 
  font-size: 13px;
  font-size: 1.3rem;
}
.block-interview .interview-data .item-name{
  font-weight: 700; 
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.6;
}
.block-interview .interview-data .item-title{
  margin: 8px 0; 
  color: #ff9c26;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
}
.block-interview .interview-data .item-txt{
  color: #777; 
  font-size: 15px;
  font-size: 1.5rem;
}
.block-interview .interview-data .btn-wrap{
  margin: 10px 0 5px; 
  text-align: center;
}

.update-info{
  margin-top: 40px;
}
.update-info .list-disc li{
  margin-top: 8px; 
  line-height: 1.6;
}

.contact-block .ico-headline01{
  margin: 40px 0 10px;
}

.tbl-contact1{
  margin-bottom: 30px;
}
.tbl-contact1 th,
.tbl-contact1 td{
  padding: 15px 10px;
  font-size: 16px;
  font-size: 1.6rem;
}
.tbl-contact1 th{
  width: 30%;
}

.tbl-contact2{
  margin-top: 5px;
}
.tbl-contact2 th,
.tbl-contact2 td{
  padding: 10px;
}
.tbl-contact2 th{
  width: 30%;
}

.postnation{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 
  -ms-flex-pack: start;
  -ms-flex-align: center;
  margin-top: 60px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 40px 15px 0;
  border-top: 1px solid #eee;

  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: flex-start;
}
.postnation .prev,
.postnation .next,
.postnation .all{
  margin: 0 auto 20px;
  padding: 10px 20px;
  max-width: 450px;
  width: 100%;
  border-radius: 25px; 
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.postnation .prev:link,
.postnation .prev:visited,
.postnation .next:link,
.postnation .next:visited,
.postnation .all:link,
.postnation .all:visited{
  border: 1px solid #ddd; 
  color: #222;
  text-decoration: none;
}
.postnation .prev:hover,
.postnation .prev:active,
.postnation .next:hover,
.postnation .next:active,
.postnation .all:hover,
.postnation .all:active{
  border-color: #ff9c26; 
  background-color: #ff9c26;
  color: #fff;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.postnation .prev{
  -ms-flex-order: 2;

  order: 2;
}
.postnation .prev::before{
  display: inline-block;
  margin-right: 6px; 
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-orange.svg);
  background-size: 100% 100%;
  content: '';
  vertical-align: -1px;
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}
.postnation .prev:hover::before,
.postnation .prev:active::before{
  background-image: url(../img/icon/icon-arrow-white.svg);
}
.postnation .next{
  -ms-flex-order: 3;

  order: 3;
}
.postnation .next::after{
  display: inline-block;
  margin-left: 6px; 
  width: 6px;
  height: 12px;
  background-image: url(../img/icon/icon-arrow-orange.svg);
  background-size: 100% 100%;
  content: '';
  vertical-align: -1px;
}
.postnation .next:hover::after,
.postnation .next:active::after{
  background-image: url(../img/icon/icon-arrow-white.svg);
}
.postnation .all{
  -ms-flex-order: 1;

  order: 1;
}

.pagenation{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin-top: 3em;
  padding-bottom: 2em;
  text-align: center;

  align-items: center; 
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}
.pagenation .current,
.pagenation .first,
.pagenation .last,
.pagenation .prev,
.pagenation .next,
.pagenation .page{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  margin: 0 5px 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: center;
}
.pagenation .current{
  background-color: #ff9c26; 
  color: #fff;
}
.pagenation .first:link,
.pagenation .first:visited,
.pagenation .last:link,
.pagenation .last:visited,
.pagenation .prev:link,
.pagenation .prev:visited,
.pagenation .next:link,
.pagenation .next:visited,
.pagenation .page:link,
.pagenation .page:visited{
  background-color: #eee; 
  color: #fff;
  text-decoration: none;
}
.pagenation .first:hover,
.pagenation .first:active,
.pagenation .last:hover,
.pagenation .last:active,
.pagenation .prev:hover,
.pagenation .prev:active,
.pagenation .next:hover,
.pagenation .next:active,
.pagenation .page:hover,
.pagenation .page:active{
  background-color: #ff9c26; 
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

.post-meta{
  margin-bottom: 3em;
  line-height: 1.8;
}
.post-meta .post-date{
  margin-bottom: 10px; 
  font-size: 14px;
  font-size: 1.4rem;
}
.post-meta .post-date::before{
  margin-right: 5px; 
  color: #ff9c26;
  content: '\f044';
  font-family: 'ForkAwesome';
}
.post-meta .post-name{
  font-weight: 700; 
  font-size: 24px;
  font-size: 2.4rem;
}
.post-meta .post-name::after{
  display: block;
  margin-top: 5px; 
  width: 35px;
  height: 5px;
  background-color: #ff9c26;
  content: '';
}

.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5,
.post-body h6{
  margin: 3em 0 1.5em;
}

.post-body h1{
  font-size: 24px;
  font-size: 2.4rem;
}

.post-body h2{
  font-size: 20px;
  font-size: 2rem;
}

.post-body h3{
  font-size: 18px;
  font-size: 1.8rem;
}

.post-body h4,
.post-body h5,
.post-body h6{
  font-size: 16px;
  font-size: 1.6rem;
}

.post-body img{
  margin: 1.5em auto; 
  width: 100%;
  height: auto;
}

.post-body .t-a-l{
  text-align: left;
}

.post-body .t-a-c{
  text-align: center;
}

.post-body .t-a-r{
  text-align: right;
}

.post-body .c-orange{
  color: #ff9c26;
}

.post-body .f-l{
  float: left;
}

.post-body .f-r{
  float: right;
}

.post-body .post-news-img{
  margin: 0 auto 20px; 
  max-width: 350px;
  width: 80%;
  text-align: center;
}
.post-body .post-news-img img{
  width: 100%;
}

.post-body::after{
  display: block;
  clear: both; 
  content: '';
}

.side-contents{
  padding: 15px 15px 40px;
}
.side-contents:last-of-type{
  padding-bottom: 15px;
}

.aside-title{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: 10px;

  align-items: center; 
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.aside-title .title{
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.67;
}

.side-navi{
  margin-bottom: 25px;
}

.side-navi .latest-news .latest-item{
  overflow: hidden; 
  margin-bottom: 10px;
  padding-bottom: 0;
  height: 130px;
  border-bottom: 0;
}
.side-navi .latest-news .latest-item:last-of-type{
  margin-bottom: 0;
}
.side-navi .latest-news .latest-item .latest-link{
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 
  -ms-flex-pack: end;
  -ms-flex-align: stretch;
  width: 100%;
  height: 100%;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-end;
}
.side-navi .latest-news .latest-item .latest-link::before{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; 
  width: 100%;
  height: 60px;
/*
  background-image: url(../img/common/bg-grad2.png);
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: no-repeat;
*/
  background-color: #ff9c26;
  content: '';
}
.side-navi .latest-news .latest-item .latest-link:link,
.side-navi .latest-news .latest-item .latest-link:visited{
  color: #fff;
}
.side-navi .latest-news .latest-item .latest-link .post-img{
  position: absolute; 
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center top;
}
.side-navi .latest-news .latest-item .latest-link .post-meta{
  position: relative;
  z-index: 2; 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: 0;
  padding: 0 15px 6px;

  align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: space-between;
}
.side-navi .latest-news .latest-item .latest-link .post-category{
  margin-right: 0;
  padding: 2px 15px;
  min-width: 84px;
  border: none;
  border-radius: 8px;
  background-color: #fff; 
  font-size: 11px;
  font-size: 1.1rem;
}
.side-navi .latest-news .latest-item .latest-link .post-date{
  margin: 0;
  color: #fff; 
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 15px;
}
.side-navi .latest-news .latest-item .latest-link .post-date::before{
  content: none;
}
.side-navi .latest-news .latest-item .latest-link .post-title{
  position: relative;
  z-index: 2; 
  padding: 0 15px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contents-navi .list-link01{
  margin-bottom: 1px;
}
.contents-navi .list-link01 a{
  position: relative; 
  display: block;
  padding: 18px 20px 18px 30px;
  border-bottom: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.67;
}
.contents-navi .list-link01 a:link,
.contents-navi .list-link01 a:visited{
  background-color: #ff9c26;
  color: #fff;
  text-decoration: none;
}
.contents-navi .list-link01 a:hover,
.contents-navi .list-link01 a:active{
  background-color: #ffedd6; 
  color: #ff9c26;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.contents-navi .list-link01 a:hover::before,
.contents-navi .list-link01 a:active::before{
  background-color: #ff9c26;
}
.contents-navi .list-link01 a::before{
  position: absolute;
  top: calc(50% - 1px); 
  left: 15px;
  width: 5px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.main-footer{
  padding-top: 40px;
  border-top: solid 1px #eee;
}
.main-footer .navi-main .navi-item.link-blank{
  display: none;
}
.main-footer .footer-info{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; 
  -ms-flex-pack: start;
  -ms-flex-align: stretch;

  align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  justify-content: flex-start;
}
.main-footer .footer-info address{
  -ms-flex-order: 2;
  padding: 0 20px;
  text-align: center; 

  order: 2;
}
.main-footer .footer-info address .footer-logo{
  margin-bottom: 20px;
}
.main-footer .footer-info address .footer-logo .mark-symbol{
  width: 70px;
  height: 64px;
}
.main-footer .footer-info address .footer-logo .mark-logo{
  width: 77px;
  height: 54px;
}
.main-footer .footer-info address .info-organization{
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
}
.main-footer .footer-info address .info-organization span{
  display: block;
  margin-top: 5px; 
  font-weight: 400;
  font-size: 13px;
  font-size: 1.3rem;
}
.main-footer .footer-info address .info-organization::before{
  content: '　';
}
.main-footer .footer-info address .info-add{
  margin-bottom: 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-footer .footer-info address .info-num{
  margin-bottom: 25px;
}
.main-footer .footer-info address .info-num .num-naisen{
  display: block;
  margin-bottom: 5px; 
  font-size: 16px;
  font-size: 1.6rem;
}
.main-footer .footer-info address .info-num .num-tel{
  display: block;
  margin-bottom: 10px; 
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
}
.main-footer .footer-info address .info-num .num-fax{
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.main-footer .footer-info .footer-info-navi{
  -ms-flex-order: 1;
  margin-bottom: 35px; 

  order: 1;
}
.main-footer .footer-info .footer-info-navi .navi-item{
  border-bottom: solid 1px #eee;
}
.main-footer .footer-info .footer-info-navi .navi-item .link-blank{
  position: relative;
  display: block;
  padding: 17px 35px 17px 24px;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8;
}
.main-footer .footer-info .footer-info-navi .navi-item .link-blank::after{
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.main-footer .footer-info .footer-info-navi .navi-item .link-blank:link,
.main-footer .footer-info .footer-info-navi .navi-item .link-blank:visited{
  background-color: #fff;
}
.main-footer .footer-info .footer-info-navi .navi-item .link-blank:hover,
.main-footer .footer-info .footer-info-navi .navi-item .link-blank:active{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}
.main-footer .footer-info .copyright{
  -ms-flex-order: 3;
  padding: 0 20px 12px;
  color: #777;
  text-align: center; 
  letter-spacing: .05em;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;

  order: 3;
}
.main-footer .footer-info .copyright span{
  display: none;
}

.slick-slide:focus{
  outline: none !important;
}

.slick-dots{
  position: relative !important;
  top: auto !important;
  bottom: auto !important; 
  padding: 30px 0;
  font-size: 0;
  line-height: 1 !important;
}
.slick-dots li{
  margin: 0 8px !important;
  padding: 0 !important; 
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button{
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: 50% !important; 
  background-color: #eee !important;
}
.slick-dots li button::before{
  width: 100% !important;
  height: 100% !important; 
  content: '' !important;
}
.slick-dots li.slick-active button{
  background-color: #ff9c26 !important;
}
@media only screen and (min-width: 768px){
  .no-pc{
    display: none;
  }
  .no-sp{
    display: inline;
  }
	.no-sp-block{
    display: block;
	}
  img{
    width: 100%;
    height: auto;
  }
  a img{
    transition: opacity .1s linear 0s;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  a img:hover{
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  }
  .list-link01{
    margin-bottom: 10px;
  }
  .list-link01 a{
    position: relative; 
    display: inline-block;
    padding: 0 0 0 15px;
    border-bottom: none;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .list-link01 a::before{
    position: absolute;
    top: 10px; 
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #ff9c26;
    content: '';
  }
  .navi-item{
    margin-bottom: 0;
    border-bottom: none; 

/*
    flex-basis: 15.6%;
    -ms-flex-preferred-size: 15.6%;
*/
    flex-basis: 23.7%;
    -ms-flex-preferred-size: 23.7%;
  }
  .navi-item .item-link-first{
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 0 3px;
    height: 146px;
    background-size: cover;
    text-align: center;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.4;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .navi-item .item-link-first::before{
    content: none !important;
  }
  .navi-item .item-link-first:link,
  .navi-item .item-link-first:visited{
    background-color: transparent;
    color: #fff;
    text-shadow: 0 0 4px rgba(0, 0, 0, .2);
  }
  .navi-item .item-link-first::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #000;
    content: '';
    opacity: .2;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)'; 
    transition: .3s;
  }
  .navi-item .item-link-first:hover::after{
    background-color: #ff9c26;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
  .navi-item .item-link-first.js-menu-over{
    pointer-events: auto;
  }
  .navi-item.link-nochild{
    display: none;
  }
  .navi-item:nth-of-type(2) .item-link-first{
    background-image: url(../img/common/img-navi-dei-mark2.png);
  }
  .navi-item:nth-of-type(3) .item-link-first{
    background-image: url(../img/common/img-navi-mentor.jpg);
  }
  .navi-item:nth-of-type(4) .item-link-first{
    background-image: url(../img/common/img-navi-babyshitter.jpg);
  }
  .navi-item:nth-of-type(5) .item-link-first{
    background-image: url(../img/common/img-navi-ohisama.jpg);
  }
  .navi-item:nth-of-type(6) .item-link-first{
    background-image: url(../img/common/img-navi-ishikikeihatsu.jpg);
  }
  .navi-item:nth-of-type(7) .item-link-first{
/*    background-image: url(../img/common/img-navi-kankobutsu.jpg);*/
    background-image: url(../img/common/img-navi-sogi.jpg);
  }
  .navi-item:nth-of-type(8) .item-link-first{
    background-image: url(../img/common/img-navi-kankobutsu.jpg);
  }
  .navi-item .menu-btn{
    display: none !important;
  }
  .home .main-header{
    border-bottom: 1px solid #eee;
  }
  .main-header{
    position: relative; 
    overflow-y: initial;
    height: 150px;
  }
  .main-header .header-navi{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; 
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-left: auto;
    padding: 24px 0;
    padding-right: 50px;
    padding-left: 50px;
    max-width: calc(1420px + 100px);
    width: 100%;
    height: 100%;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .main-header .header-navi .navi-sub{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 0;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .main-header .header-navi .navi-sub .logo{
    margin-right: auto;
  }
  .main-header .header-navi .navi-sub .logo img{
    width: 153px;
    height: 49px;
  }
  .main-header .header-navi .navi-sub .logo span{
    margin-top: 5px;
    padding-left: 10px;
    border-left-width: 4px; 
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 35px;
  }
  .main-header .header-navi .navi-sub .navi-sub01{
    display: block;
    padding: 0 30px; 
    font-size: 1.6rem;
    line-height: 43px;
  }
  .main-header .header-navi .navi-sub .navi-sub01:link,
  .main-header .header-navi .navi-sub .navi-sub01:visited{
    border: 1px solid #eee; 
    background-color: #eee;
    color: #222;
  }
  .main-header .header-navi .navi-sub .navi-sub01:hover,
  .main-header .header-navi .navi-sub .navi-sub01:active{
    border-color: #006a44; 
    background-color: #006a44;
    color: #fff;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .main-header .header-navi .navi-sub .navi-sub02{
    display: block;
    margin-left: 20px; 
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 43px;
  }
  .main-header .header-navi .navi-sub .navi-sub02:link,
  .main-header .header-navi .navi-sub .navi-sub02:visited{
    border: 1px solid #ff9c26; 
    background-color: #ff9c26;
    color: #fff;
  }
  .main-header .header-navi .navi-sub .navi-sub02:hover,
  .main-header .header-navi .navi-sub .navi-sub02:active{
    background-color: #fff; 
    color: #ff9c26;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .main-header .navi-btn{
    display: none;
  }
  .main-header .navi-main{
    position: relative;
    top: 0; 
    left: 0;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .main-header .navi-main{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding-bottom: 0;
    height: 25px;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .main-header .navi-item{
    min-height: 25px;
    border-left: solid 1px #eee; 
    white-space: normal;

    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
/*
  .main-header .navi-item:nth-of-type(2),
  .main-header .navi-item:nth-of-type(3){
    flex-basis: 20%; 
    -ms-flex-preferred-size: 20%;
  }
  .main-header .navi-item:nth-of-type(4),
  .main-header .navi-item:nth-of-type(6){
    flex-basis: 17%; 
    -ms-flex-preferred-size: 17%;
  }
  .main-header .navi-item:nth-of-type(5),
  .main-header .navi-item:nth-of-type(7){
    flex-basis: 13%; 
    -ms-flex-preferred-size: 13%;
  }
  .main-header .navi-item:nth-of-type(7){
    border-right: solid 1px #eee;
  }
*/
  .main-header .navi-item:nth-of-type(2),
  .main-header .navi-item:nth-of-type(3){
    flex-basis: 18%; 
    -ms-flex-preferred-size: 18%;
  }
  .main-header .navi-item:nth-of-type(4),
  .main-header .navi-item:nth-of-type(6){
    flex-basis: 16%; 
    -ms-flex-preferred-size: 16%;
  }
  .main-header .navi-item:nth-of-type(5),
  .main-header .navi-item:nth-of-type(8){
    flex-basis: 12%; 
    -ms-flex-preferred-size: 12%;
  }
  .main-header .navi-item:nth-of-type(7){
    flex-basis: 8%; 
    -ms-flex-preferred-size: 8%;
  }
  .main-header .navi-item:nth-of-type(8){
    border-right: solid 1px #eee;
  }

  .main-header .navi-item .item-link-first{
    display: block;
    margin-bottom: 0;
    padding: 0 10px;
    height: auto;
    background-image: none; 
    text-align: center;
    font-weight: 400;
    line-height: 25px;
  }
  .main-header .navi-item .item-link-first:link,
  .main-header .navi-item .item-link-first:visited{
    color: #222;
    text-shadow: none;
  }
  .main-header .navi-item .item-link-first:hover,
  .main-header .navi-item .item-link-first:active{
    color: #ff9c26; 
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .main-header .navi-item .item-link-first::after{
    content: none;
  }
  .main-header .navi-item.link-blank{
    display: none;
  }
  .main-header .page-menu{
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 9998;
    display: block;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding: 20px;
    max-width: 1420px;
    width: 100%;
    border-top: solid 24px #fff;
    background-color: #ff9c26;
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
    transition: .2s linear;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .main-header .page-menu.is-active{
    visibility: visible;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .main-header .page-menu .menu-img{
    height: 172px;
    background-size: cover; 

    flex-basis: 268px;
    -ms-flex-preferred-size: 268px;
  }
  .main-header .page-menu .mega-menu{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch; 
    flex-basis: calc(100% - 308px);
    -ms-flex-preferred-size: calc(100% - 308px);
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .main-header .page-menu .mega-menu .list-link01{
    margin: .7em 4em .7em 0;
  }
  .main-header .page-menu .mega-menu .list-link01 a{
    display: inline-block;
    padding: 0 0 0 15px;
    font-size: 1.5rem;
  }
  .main-header .page-menu .mega-menu .list-link01 a:link,
  .main-header .page-menu .mega-menu .list-link01 a:visited{
    background-color: transparent; 
    color: #fff;
  }
  .main-header .page-menu .mega-menu .list-link01 a::before{
    background-color: #fff;
  }
  .main-header .navi-item:nth-of-type(2) .menu-img{
    background-image: url(../img/common/img-navi-dei-mark2.png);
  }
  .main-header .navi-item:nth-of-type(3) .menu-img{
    background-image: url(../img/common/img-navi-mentor.jpg);
  }
  .main-header .navi-item:nth-of-type(4) .menu-img{
    background-image: url(../img/common/img-navi-babyshitter.jpg);
  }
  .main-header .navi-item:nth-of-type(5) .menu-img{
    background-image: url(../img/common/img-navi-ohisama.jpg);
  }
  .main-header .navi-item:nth-of-type(6) .menu-img{
    background-image: url(../img/common/img-navi-ishikikeihatsu.jpg);
  }
  .main-header .navi-item:nth-of-type(7) .menu-img{
/*    background-image: url(../img/common/img-navi-kankobutsu.jpg);*/
    background-image: url(../img/common/img-navi-sogi.jpg);
  }
  .main-header .navi-item:nth-of-type(8) .menu-img{
    background-image: url(../img/common/img-navi-kankobutsu.jpg);
  }
  body.is-open{
    position: relative;
  }
  .main-header.is-open{
    position: relative;
    height: 150px;
    background-color: transparent;
  }
  .main-header.is-open .header-navi{
    background-color: transparent;
  }
  .main-header.is-open .header-navi .navi-sub{
    padding: 0;
  }
  .main-header.is-open .header-navi .navi-sub .logo{
    display: block;
  }
  .main-header.is-open .header-navi .navi-sub .navi-sub02{
    display: block;
    margin-left: 20px; 
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 45px;
  }
  .main-header.is-open .header-navi .navi-sub .navi-sub02:link,
  .main-header.is-open .header-navi .navi-sub .navi-sub02:visited{
    background-color: #ff9c26; 
    color: #fff;
  }
  .main-header.is-open .header-navi .navi-sub .navi-sub02:hover,
  .main-header.is-open .header-navi .navi-sub .navi-sub02:active{
    background-color: #ffedd6; 
    color: #ff9c26;
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .main-header.is-open .navi-btn.is-open{
    display: none;
  }
  .main-header.is-open .navi-main{
    background-color: transparent;
  }
  .main-header.is-open.is-fixed{
    background-color: #fff;
  }
  .main-header.is-fixed{
    position: fixed;
    top: 0;
    left: 0;
    height: 100px; 
    border-bottom: 1px solid #eee;
  }
  .main-header.is-fixed .header-navi{
    margin-right: auto; 
    margin-left: auto;
    padding: 12px 0 15px;
    padding-right: 50px;
    padding-left: 50px;
    max-width: calc(1420px + 100px);
    width: 100%;
    height: 100%;
  }
  .main-header.is-fixed .header-navi .navi-sub .logo img{
    width: auto;
    height: 34px;
  }
  .main-header.is-fixed .header-navi .navi-sub .logo span{
    margin-left: 1px;
    padding-left: 9px;
    border-left-width: 2px; 
    font-size: 1.6rem;
    line-height: 22px;
  }
  .main-header.is-fixed .header-navi .navi-sub .navi-sub01{
    padding: 0 15px; 
    font-size: 1.4rem;
    line-height: 32px;
  }
  .main-header.is-fixed .header-navi .navi-sub .navi-sub02{
    margin-left: 12px; 
    padding: 0 18px;
    font-size: 1.4rem;
    line-height: 32px;
  }
  .main-header.is-fixed .navi-main{
    height: 22px;
  }
  .main-header.is-fixed .navi-item{
    min-height: 0;
  }
  .main-header.is-fixed .navi-item .item-link-first{
    padding: 0 5px;
    font-size: 1.6rem;
    line-height: 22px;
  }
  .main-header.is-fixed .page-menu{
    border-top-width: 12px;
  }
  .content-headline01{
    margin: 100px 0 35px;
    padding: 14px 30px 18px;
    border-bottom-width: 3px; 
    font-size: 2.8rem;
    line-height: 1.6;
  }
  .content-headline01::before{
    width: 30px;
    height: 30px;
  }
  .content-headline02{
    margin: 3em 0;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .content-headline03{
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  .content-headline03::after{
    margin-top: 12px; 
    width: 35px;
    height: 5px;
  }
  .content-headline04{
    margin: 2em 0 1em;
    font-size: 2.4rem;
  }
  .ico-headline01{
    margin: 3.5em 0 .5em;
    font-size: 2rem;
  }
  .tel{
    margin-bottom: 5px;
  }
  .tel a{
    font-size: 1.6rem;
  }
  .mail span{
    display: inline-block;
    margin-left: 1em;
    font-size: .8em;
  }
  .graph01{
    margin: 2em 0;
    text-align: center;
  }
  .graph01 figcaption{
    padding: 5px 10px;
    font-size: 1.8rem;
  }
  .graph01 small{
    text-align: right; 
    font-size: 1.3rem;
  }
  .graph01 img{
    margin: 20px 0 10px;
  }
  .btn-block{
    text-align: right;
  }
  .btn{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 35px auto 0;
    max-width: 400px;
    text-align: center;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .btn:link,
  .btn:visited{
    color: #222;
    text-decoration: none;
  }
  .btn01{
    display: inline-block;
    margin: 1em auto 0;
    max-width: none;
    width: auto;
    height: auto;
    border: none;
    border-radius: 0; 
    font-size: 1.4rem;
  }
  .btn01:link,
  .btn01:visited{
    background-color: transparent;
  }
  .btn01::before{
    margin-top: 0;
    margin-right: 6px; 
    vertical-align: -1px;
  }
  .btn02{
    display: inline-block;
    margin: 1em auto;
    padding: 8px 18px;
    max-width: none;
    width: auto;
    border-radius: 6px;
  }
  .btn02:link,
  .btn02:visited{
    color: #006a44;
    text-decoration: underline;
  }
  .btn03{
    display: inline-block;
    padding: 3px 20px;
    border-radius: 15px;
  }
  .list-num01{
    margin-left: 1.2em;
  }
  .list-num02{
    margin-left: 1.2em;
  }
  .list-num02 li> div{
    margin: .7em 0;
  }
  .list-type01{
    margin-bottom: 4em;
  }
  .scrl-tbl{
    white-space: normal;
  }
  .scrl-tbl::before{
    content: none;
  }
  .tbl01{
    margin: 1em 0;
  }
  .tbl01 th,
  .tbl01 td{
    padding: 10px 18px;
    border-bottom-width: 3px; 
    font-size: 1.6rem;
  }
  .tbl01 th *,
  .tbl01 td *{
    font-size: 1.6rem;
  }
  .tbl01 th{
    width: 25%;
  }
  .tbl01 td{
    padding-right: 0; 
    width: 75%;
  }
  .tbl02 th,
  .tbl02 td{
    padding: 8px 12px;
    font-size: 1.6rem;
  }
  .tbl02 th{
    text-align: center;
  }
  .tbl03 th,
  .tbl03 td{
    padding: 15px 20px;
    font-size: 1.6rem;
  }
  .tbl03 tbody th{
    width: 25%;
  }
  .tbl03 thead th{
    text-align: center;
  }
  .tbl04 th,
  .tbl04 td{
    padding: 8px 12px;
    font-size: 1.6rem;
  }
  .tbl05 th,
  .tbl05 td{
    padding: 15px 20px;
    font-size: 1.6rem;
  }
  .contents{
    margin-right: auto; 
    margin-left: auto;
    padding-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    max-width: calc(1420px + 100px);
    width: 100%;
  }
  .contents-two-column{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .contents-two-column .main-contents{
    padding-right: 80px; 

    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .home .contents{
    margin-top: 0;
    padding-top: 40px;
  }
  .home .contents-two-column .main-contents{
    padding-right: 40px; 
    width: calc(100% - 325px);
  }
  .main-contents{
    padding: 0 0 80px;
    border-bottom: none;
  }
  .side-contents{
    padding: 0 0 80px; 

    -ms-flex: 0 0 325px;
        flex: 0 0 325px;
  }
  .intro01{
    font-size: 2rem;
  }
  .block-img_r{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-bottom: 30px; 

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .block-img_r .block-txt{
    margin-bottom: 0;
    padding-right: 35px; 

    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .block-img_r--kenkyuhojo .block-img{
    -ms-flex: 0 0 520px;
        flex: 0 0 520px;
  }
  .block-img_r--kenkyuhojo .block-img img{
    max-width: none;
  }
  .block-img_r--mentor{
    margin-bottom: 80px;
  }
  .block-img_r--mentor .block-txt{
    padding-right: 60px;
  }
  .block-img_r--mentor .block-txt em{
    margin-bottom: 10px; 
    font-size: 1.8rem;
  }
  .block-img_r--mentor .block-img{
    margin-right: 50px; 

    -ms-flex: 0 0 260px;
        flex: 0 0 260px;
  }
  .block-img_r--mentor .block-img img{
    max-width: none;
  }
  .block-img_r--ohisama{
    -ms-flex-align: center;

    align-items: center;
  }
  .block-img_r--ohisama .block-txt{
    padding-right: 50px;
  }
  .block-img_r--ohisama .block-img{
    -ms-flex: 0 0 330px;
        flex: 0 0 330px;
  }
  .block-img_r--ohisama .block-img img{
    max-width: none;
  }
  .block-img_c{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin: 0 -15px 50px;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .block-img_c .block-img{
    margin: 0 15px 30px; 
    max-width: none;

    flex-basis: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
  }
  .block-img_c .block-img img{
    margin-bottom: 5px;
  }
  .block-img_auto{
    margin: 1.5em auto;
    text-align: left;
  }
  .block-img_auto .block-img{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .block-type01{
    margin: 0 auto; 
    max-width: 930px;
  }
  .block-type01 strong{
    margin-bottom: 35px;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 2;
  }
  .block-link01{
    margin: 5em 0;
    text-align: center;
  }
  .block-link01 em{
    margin-bottom: 5px; 
    font-size: 1.8rem;
  }
  .block-link01 .btn{
    width: auto;
  }
  .block-link02{
    margin: 4em 0; 
    padding: 30px 15px 35px;
  }
  .block-link02 em{
    margin-bottom: 5px; 
    font-size: 1.8rem;
  }
  .block-link02 .btn{
    min-width: 400px;
    max-width: none; 
    width: auto;
  }
  .border-block01{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 25px;
    max-width: 780px;
    border-width: 5px;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .border-block01 .block-img{
    margin-bottom: 0; 
    padding: 0 30px 0 10px;

    flex-basis: 38%;
    -ms-flex-preferred-size: 38%;
  }
  .border-block01 .block-img img{
    max-width: none;
  }
  .border-block01 .block-txt{
    flex-basis: 62%; 
    -ms-flex-preferred-size: 62%;
  }
  .border-block01 .block-txt p{
    font-size: 1.4rem;
  }
  .information-block{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin: 4em 0;
    min-height: 130px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .information-block .block-title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    padding: 0;
    font-size: 2.2rem;

    align-items: center; 
    flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .information-block .block-data{
    padding: 15px 30px;
    text-align: left; 

    align-self: center;
    flex-basis: 67%;
    -ms-flex-item-align: center;
    -ms-flex-preferred-size: 67%;
    -ms-grid-row-align: center;
  }
  .information-block .block-data .data-title{
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  .information-block-02{
    margin-top: 1em;
  }
  .page-header{
    margin-top: 0;
    padding-top: 16%; 
    min-height: 250px;
  }
  .page-header .page-title{
    left: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-right: 55px; 
    padding-left: 50px;
    padding-left: 55px;
    max-width: calc(1420px + 100px);
    width: 100%;
    letter-spacing: .03em;
    font-weight: 500;
    font-size: 4rem;
    line-height: 1.6;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);

    align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .bread-navi{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin: 10px 0 0;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: calc(1420px + 100px);
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.4;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .bread-navi li{
    position: relative; 
    padding-right: 15px;
  }
  .bread-navi li:not(:last-of-type)::after{
    position: absolute;
    top: 50%;
    right: 5px;
    color: #ccc;
    content: '\f105';
    font-family: 'ForkAwesome';
    line-height: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bread-navi .bread-link:link,
  .bread-navi .bread-link:visited{
    color: #999;
    text-decoration: none;
  }
  .bread-navi .bread-link:hover,
  .bread-navi .bread-link:active{
    color: #222; 
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .page-navi{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin-right: -40px;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .page-navi .page-navi-item{
    margin: 0 40px 40px 0;
    padding: 0;
    border-bottom: none; 

    flex-basis: calc(25% - 40px);
    -ms-flex-preferred-size: calc(25% - 40px);
  }
  .page-navi .page-navi-item:last-of-type{
    margin-bottom: 40px;
  }
  .page-navi .page-navi-item a{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; 
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    height: 100%;
    border: solid 1px #eee;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .page-navi .page-navi-item a div{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 12px 35px 12px 18px;
    border-top: solid 1px #eee;
    font-size: 1.8rem;

    align-items: center; 
    flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .page-navi .page-navi-item a div::before{
    top: calc(50% - 7px); 
    right: 12px;
    width: 9px;
    height: 15px;
  }
  .anchor-navi{
    margin-bottom: 50px;
    text-align: left;
  }
  .anchor-navi a{
    margin-bottom: 10px;
    white-space: nowrap; 
    line-height: 1;
  }
  .anchor-navi a::before{
    left: 14px;
  }
  .post-list-wrap{
    margin-bottom: 70px;
  }
  .post-list-wrap .btn-wrap{
    margin-top: -5px;
    text-align: right;
  }
  .post-list-title{
    font-size: 1.8rem;
  }
  .post-list-title .label{
    border-radius: 4px; 
    font-size: 1.8rem;
  }
  .post-list-news{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin-right: -15px;
    margin-left: -15px;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .post-list-news .list-item{
    margin: 0 15px 40px; 

    flex-basis: calc(33.33% - 30px);
    -ms-flex-preferred-size: calc(33.33% - 30px);
  }
  .post-list-news .list-item .post-link{
    margin-bottom: 0; 
    padding: 15px;
    height: 100%;
    border-radius: 6px;
  }
  .post-list-news .list-item .post-link .post-meta{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-bottom: 10px;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .post-list-news .list-item .post-link .post-meta .post-category{
    margin-right: 10px;
    padding: 4px 12px;
    border-radius: 11px;
    background-color: #ff9c26; 
    color: #fff;
    font-size: 1.3rem;
    line-height: 1;
  }
  .post-list-news .list-item .post-link .post-meta .post-date{
    margin: 0; 
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1;
  }
  .post-list-news .list-item .post-link .post-title{
    margin-bottom: 5px; 
    font-weight: 700;
    line-height: 1.6;
  }
  .post-list-news .list-item .post-link .post-data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .post-list-news .list-item .post-link .post-data .post-img{
    padding-top: 3px; 
    padding-right: 15px;

    -ms-flex: 1 0 25%;
        flex: 1 0 25%;
  }
  .post-list-news .list-item .post-link .post-data .post-txt{
    color: #777; 
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.6;

    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
  }
  .post-list{
    margin: 0 -15px 60px;
  }
  .post-list .list-item{
    margin: 0 15px 30px; 

    flex-basis: calc(20% - 30px);
    -ms-flex-preferred-size: calc(20% - 30px);
  }
  .post-list .list-item .link-txt{
    margin-top: 6px;
    font-size: 1.6rem;
  }
  .post-list .list-item .file-type{
    margin-top: 3px;
  }
  .slider{
    margin: 0;
  }
  .latest-main .content-headline01{
    margin-bottom: 15px;
  }
  .category-archive-link{
    position: relative;
  }
  .latest-news{
    margin-bottom: 10px;
  }
  .latest-news .latest-item{
    margin-bottom: 0; 
    padding-bottom: 0;
  }
  .latest-news .latest-item .latest-link{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding-top: 24px;
    padding-bottom: 24px;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .latest-news .latest-item .latest-link .post-meta{
    margin-right: 18px; 
    margin-bottom: 0;
  }
  .latest-news .latest-item .latest-link .post-category{
    margin-right: 18px;
    padding: 7px 10px;
    width: 108px;
    border-color: #707070;
    border-radius: 16px; 
    color: #222;
    font-size: 1.4rem;
  }
  .latest-news .latest-item .latest-link .post-date{
    font-size: 1.5rem;
  }
  .latest-news .latest-item .latest-link .post-title{
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .latest-news .latest-item .latest-link:hover,
  .latest-news .latest-item .latest-link:active{
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .latest-news .latest-item .latest-link:hover .post-meta,
  .latest-news .latest-item .latest-link:active .post-meta{
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
  .latest-news .latest-item .latest-link:hover .post-title,
  .latest-news .latest-item .latest-link:active .post-title{
    color: #ff9c26;
  }
  .about-naiyo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin: 0 -15px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .about-naiyo .about-data{
    margin: 0 15px;
    border-width: 2px; 

    flex-basis: 33.333%;
    -ms-flex-preferred-size: 33.333%;
  }
  .about-naiyo .data-title{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    padding: 0 15px;
    padding-left: 47px;
    min-height: 75px;
    border-width: 2px;
    font-weight: 500;
    font-size: 1.9rem;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .about-naiyo .data-title span{
    top: calc(50% - 12px); 
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .about-naiyo .data-title span::before{
    width: 24px;
    height: 24px;
    border-radius: 12px;
  }
  .about-naiyo .list-disc{
    padding: 15px 15px 15px 20px;
  }
  .about-naiyo .list-disc li{
    font-size: 1.5rem;
  }
  .about-organization em{
    margin-bottom: 20px; 
    font-size: 1.8rem;
  }
  .about-organization figure{
    padding: 40px 25px;
  }
  .about-member{
    margin: 0 auto; 
    max-width: 780px;
  }
  .about-history{
    padding: 15px 0 5px;
  }
  .about-history dt,
  .about-history dd{
    margin-bottom: 30px; 
    padding: 0 0 0 16px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .about-history dt{
    position: absolute; 
    color: #222;
  }
  .about-history dt::before{
    top: 9px; 
    left: -4px;
    width: 7px;
    height: 7px;
  }
  .about-history dd{
    padding-left: 285px;
  }
  .about-history dd .list-disc li{
    line-height: 1.8;
  }
  .block-message{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; 
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .block-message .message-img{
    margin-bottom: 0; 

    -ms-flex: 0 0 220px;
        flex: 0 0 220px;
  }
  .block-message .message-img img{
    max-width: none;
  }
  .block-message .message-img figcaption{
    font-size: 1.6rem;
  }
  .block-message .message-txt{
    padding-right: 50px; 

    flex-grow: 1;
    -ms-flex-positive: 1;
  }
  .tbl-statement{
    margin-left: 0; 
    width: 60%;
  }
  .block-graph{
    margin-bottom: 100px;
  }
  .kenkyuhojo-tbl-img{
    padding-right: 28%;
    min-height: 245px;
    background-image: url(../img/initiatives/img-kenkyuhojo-tbl1.png);
    background-position: right center;
    background-size: 25% auto; 
    background-repeat: no-repeat;
  }
  .kenkyuhojo-tbl-img .list-disc{
    margin-bottom: 10px;
  }
  .kenkyuhojo-tbl-img .list-disc:last-child{
    margin-bottom: 0;
  }
  .block-mentor{
    margin-bottom: 60px;
    padding: 40px 35px 30px;
    border-width: 3px;
    border-radius: 25px;
  }
  .block-mentor .ico-headline01{
    position: absolute;
    top: -20px; 
    left: 18px;
    padding: 0 20px 0 46px;
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .block-mentor .ico-headline01::before{
    top: 9px; 
    left: 18px;
  }
  .block-mentor .ico-headline01::after{
    left: 6px; 
    width: calc(100% - 12px);
  }
  .block-mentor .block-txt{
    font-size: 1.6rem;
    line-height: 2;
  }
  .block-mentor--02{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    padding-right: 70px;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .block-mentor--02 .block-txt{
    margin-bottom: 0; 
    padding-right: 65px;
  }
  .block-mentor--02 .block-img{
    -ms-flex: 0 0 210px;
        flex: 0 0 210px;
  }
  .block-mentor--03{
    margin-bottom: 80px;
  }
  .block-mentor--03 .block-intro{
    margin-bottom: 30px; 
    padding: 25px 30px;
  }
  .block-mentor--03 .block-intro em{
    margin-bottom: 15px;
    padding-left: 32px;
    font-size: 2rem;
  }
  .block-mentor--03 .block-intro em::before{
    font-size: 2.4rem;
  }
  .block-mentor--03 .block-intro em::after{
    display: block; 
    width: 100%;
    height: 1px;
    border-bottom: dashed 2px #ff9c26;
    content: '';
  }
  .block-mentor--03 .block-data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .block-mentor--03 .block-data .data-txt{
    margin-bottom: 0;
    padding-right: 80px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .block-mentor--03 .block-data .data-img{
    -ms-flex: 0 0 235px;
        flex: 0 0 235px;
  }
  .block-mentor--03 .block-data .data-img em{
    margin-bottom: 5px;
    font-weight: 500;
  }
  .block-mentor--03 .block-data .data-img a:hover img{
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .mentoring-flow{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-bottom: 80px;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .mentoring-flow .flow-data{
    font-size: 1.6rem; 

    flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
  }
  .mentoring-flow .flow-data .flow-list dt{
    padding: 4px 20px;
    border-radius: 8px;
    font-size: 2.4rem;
  }
  .mentoring-flow .flow-data .flow-list dd{
    margin-left: 35px;
    padding: 25px 10px 30px 35px;
    border-left-width: 3px;
  }
  .mentoring-flow .flow-data .flow-list dd:last-of-type{
    padding-left: 38px;
  }
  .mentoring-flow .flow-data .flow-list dd .ico-headline01{
    font-size: 1.6rem;
  }
  .mentoring-flow .flow-data .flow-list dd .ico-headline01:last-of-type{
    margin-top: 15px;
  }
  .mentoring-flow .flow-data .flow-list dd .mail,
  .mentoring-flow .flow-data .flow-list dd .tel{
    margin: 0;
    padding-left: 20px;
    font-size: 2.2rem;
  }
  .mentoring-flow .flow-data .flow-list dd .mail span,
  .mentoring-flow .flow-data .flow-list dd .tel span{
    font-size: 1.3rem;
  }
  .mentoring-flow .flow-data .flow-list dd .tel a{
    font-size: 2.2rem;
  }
  .mentoring-flow .flow-data .flow-list dd em{
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .mentoring-flow .flow-img{
    display: block;
    text-align: right; 

    flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
  }
  .mentoring-flow .flow-img img{
    width: 85%;
  }
  .list-zadankai .list-item{
    margin: 0 15px 30px; 

    flex-basis: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
  }
  .tbl-babysitter-title{
    margin: 70px 0 0;
  }
  .tbl-babysitter tbody th{
    width: 30%;
  }
  .link-map-wrap{
    white-space: normal;
  }
  .link-map-wrap::before{
    content: none;
  }
  .link-map-wrap .link-map-comment{
    margin-bottom: 15px;
  }
  .link-map{
    width: 100%;
  }
  .link-map--ikuji .anc01{
    top: 10.5%; 
    left: 7.6%;
    width: 54.7%;
  }
  .link-map--ikuji .anc02{
    top: 15.5%; 
    left: 7.6%;
    width: 54.7%;
  }
  .link-map--ikuji .anc02-2{
    top: 20.5%; 
    left: 7.6%;
    width: 18.2%;
    height: 7.2%;
  }
  .link-map--ikuji .anc03{
    left: 16.6%; 
    width: 15.2%;
  }
  .link-map--ikuji .anc04{
    left: 31.8%; 
    width: 21.3%;
  }
  .link-map--ikuji .anc05{
    left: 53%;
  }
  .link-map--ikuji .anc06{
    left: 28.8%;
  }
  .link-map--ikuji .anc07{
    left: 28.8%; 
    width: 42.5%;
  }
  .link-map--ikuji .anc08{
    left: 28.8%; 
    width: 42.5%;
  }
  .link-map--ikuji .anc09{
    left: 28.8%; 
    width: 42.5%;
  }
  .link-map--ikuji .anc10{
    top: 56.2%; 
    left: 28.8%;
    width: 51.7%;
  }
  .link-map--ikuji .anc11{
    left: 28.8%; 
    width: 70%;
  }
  .link-map--ikuji .anc12{
    top: 83%; 
    left: 25.8%;
    width: 18.3%;
  }
  .link-map--ikuji .anc13{
    top: 88.1%; 
    left: 16.8%;
    width: 36.5%;
  }
  .link-map--ikuji .anc05-2{
    top: 93.2%; 
    left: 28.8%;
    width: 42.7%;
  }
  .link-map--ikuji .link01{
    top: 66.3%; 
    width: 45.4%;
  }
  .link-map--ikuji .link02{
    left: 7.6%; 
    width: 81.8%;
  }
  .link-map--ikuji .link03{
    top: 76.4%; 
    width: 27.4%;
  }
  .link-map--kaigo .anc01{
    top: 13.2%;
  }
  .link-map--kaigo .anc02{
    top: 23.8%;
  }
  .link-map--kaigo .anc03{
    top: 34.5%;
  }
  .link-map--kaigo .anc04{
    top: 45%;
  }
  .link-map--kaigo .anc06{
    top: 66%;
  }
  .link-map--kaigo .link01{
    top: 76.6%;
  }
  .tbl-ohisama:first-of-type{
    margin-bottom: 70px;
  }
  .tbl-ohisama tbody tr td:nth-of-type(1){
    width: 18%;
  }
  .message-ikuboss{
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 30px 40px;
    border-width: 5px;
    border-radius: 20px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .message-ikuboss .message-title{
    margin-bottom: 25px;
    font-size: 1.9rem;
  }
  .message-ikuboss .message-title span{
    margin-right: 20px; 
    font-size: 1.5rem;
  }
  .message-ikuboss .block01{
    margin-bottom: 20px;
  }
  .message-ikuboss .block01 .block-img{
    margin: 0 0 0 30px; 
    max-width: 255px;
    width: 50%;
  }
  .message-ikuboss .block02{
    clear: both;
    width: 100%;
  }
  .content-ikuboss{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: stretch;
    margin: 5px -15px 0;

    align-items: stretch; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .content-ikuboss .ikuboss-group{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; 
    -ms-flex-pack: end;
    -ms-flex-align: stretch;
    margin: 0 15px 40px;
    padding: 25px 20px 20px;
    border-radius: 10px;

    align-items: stretch;
    flex-basis: calc(33.33% - 30px);
    -ms-flex-preferred-size: calc(33.33% - 30px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .content-ikuboss .ikuboss-group .group-name{
    padding: 0 0 8px; 
    border-bottom-width: 4px;
    font-size: 2.2rem;
  }
  .content-ikuboss .ikuboss-group .block-member{
    padding: 8px 0 6px;
  }
  .content-ikuboss .ikuboss-group .block-member .member-position{
    margin-bottom: 2px;
  }
  .content-ikuboss .ikuboss-group .btn-wrap{
    margin-top: auto; 
    padding-top: 20px;
  }
  .block-sengen{
    margin-bottom: 30px; 
    border-left-width: 10px;
  }
  .block-sengen .member-position{
    padding: 20px 20px 0; 
    font-size: 1.4rem;
  }
  .block-sengen .member-name{
    padding: 0 20px 10px; 
    font-size: 2rem;
  }
	.block-sengen .photo{
    margin: 20px;
	}
  .block-sengen .sengen{
    padding: 15px 20px;
  }
  .block-interview{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;

    align-items: stretch; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .block-interview .interview-img{
    overflow: hidden; 
    margin: 0;

    -ms-flex: 0 0 230px;
        flex: 0 0 230px;
  }
  .block-interview .interview-img img{
    max-width: none;
    width: 100%;
    height: 100%; 

    object-fit: cover;
    object-position: center center;
  }
  .block-interview .interview-data{
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; 
    -ms-flex-pack: end;
    -ms-flex-align: stretch;
    padding-left: 25px;

    align-items: stretch;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-end;
  }
  .block-interview .interview-data .item-date{
    position: absolute;
    top: 0; 
    right: 0;
    color: #777;
    font-size: 1.3rem;
  }
  .block-interview .interview-data .item-title{
    margin: 2px 0 4px -.6em; 
    font-size: 2rem;
  }
  .block-interview .interview-data .item-txt{
    margin-bottom: 10px; 
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .block-interview .interview-data .btn-wrap{
    margin: auto 0 0; 
    text-align: right;
  }
  .contact-block .ico-headline01{
    margin: 60px 0 15px;
  }
  .tbl-contact1{
    margin-bottom: 40px;
  }
  .tbl-contact1 th,
  .tbl-contact1 td{
    font-size: 2rem;
  }
  .tbl-contact1 th{
    width: 25%;
  }
  .tbl-contact1 td .tel a{
    font-size: 2rem;
  }
  .tbl-contact2 th{
    width: 25%;
  }
  .postnation{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row; 
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin: 100px 0 0;
    padding: 60px 0;

    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: center;
  }
  .postnation .prev,
  .postnation .next,
  .postnation .all{
    margin: 0;
    padding: 3px 25px;
    width: auto;
    border-radius: 15px; 
    font-size: 1.4rem;
  }
  .postnation .prev{
    -ms-flex-order: 1;

    order: 1;
  }
  .postnation .next{
    -ms-flex-order: 3;

    order: 3;
  }
  .postnation .all{
    -ms-flex-order: 1;
    margin-right: auto; 
    margin-left: auto;

    order: 1;
  }
  .post-meta{
    margin-bottom: 70px;
  }
  .post-meta .post-date{
    margin-bottom: 30px;
  }
  .post-meta .post-position{
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .post-meta .post-name{
    font-size: 3rem;
  }
  .post-meta .post-name::after{
    margin-top: 10px; 
    width: 45px;
    height: 6px;
  }
  .post-body h1,
  .post-body h2,
  .post-body h3,
  .post-body h4,
  .post-body h5,
  .post-body h6{
    margin: 3.5em 0 2em;
  }
  .post-body h1{
    font-size: 3rem;
  }
  .post-body h2{
    font-size: 2.2rem;
  }
  .post-body h3{
    font-size: 2rem;
  }
  .post-body h4,
  .post-body h5,
  .post-body h6{
    font-size: 1.8rem;
  }
  .post-body img{
    width: auto;
  }
  .post-body img.f-l{
    margin-top: 0;
    margin-right: 1.5em;
  }
  .post-body img.f-r{
    margin-top: 0;
    margin-left: 1.5em;
  }
  .post-body .t-a-l{
    text-align: left;
  }
  .post-body .t-a-c{
    text-align: center;
  }
  .post-body .t-a-r{
    text-align: right;
  }
  .post-body .c-orange{
    color: #ff9c26;
  }
  .post-body .f-l{
    float: left;
  }
  .post-body .f-r{
    float: right;
  }
  .post-body .post-news-img{
    float: right;
    margin: 0; 
    max-width: none;
    width: 30%;
  }
  .post-body .post-news-text{
    float: left;
    padding-right: 50px; 
    width: 70%;
  }
  .side-contents{
    padding: 0 0 80px;
  }
  .aside-title{
    margin-bottom: 0;
  }
  .side-navi{
    margin-bottom: 40px;
  }
  .side-navi .latest-news{
    margin-top: 10px;
  }
  .side-navi .latest-news .latest-item{
    margin-bottom: 15px; 
/*    height: 127px;*/
    height: 280px;
    width: 325px;
  }
  .side-navi .latest-news .latest-item:last-of-type{
    margin-bottom: 0;
  }
  .side-navi .latest-news .latest-item .latest-link{
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
  }
  .side-navi .latest-news .latest-item .latest-link::before{
/*    height: 58px;*/
    height: 90px;
  }
  .side-navi .latest-news .latest-item .latest-link .post-meta{
    margin-right: 0;
  }
  .side-navi .latest-news .latest-item .latest-link .post-category{
    margin-right: 0;
    padding: 2px 15px;
    width: 84px;
    border-radius: 8px; 
    color: #ff9c26;
/*    font-size: 1.1rem;*/
    font-size: 1rem;
  }
  .side-navi .latest-news .latest-item .latest-link .post-date{
    font-size: 1.2rem;
  }
  .side-navi .latest-news .latest-item .latest-link .post-title{
    font-size: 1.4rem;
  }
  .side-navi .latest-news .latest-item .latest-link:hover,
  .side-navi .latest-news .latest-item .latest-link:active{
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  }
  .side-navi .latest-news .latest-item .latest-link:hover .post-meta,
  .side-navi .latest-news .latest-item .latest-link:active .post-meta{
    opacity: 1;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  }
  .side-navi .latest-news .latest-item .latest-link:hover .post-title,
  .side-navi .latest-news .latest-item .latest-link:active .post-title{
    color: #fff;
  }
/*
  .side-navi .latest-news .latest-item:nth-of-type(-n+2){
    height: 280px;
  }
  .side-navi .latest-news .latest-item:nth-of-type(-n+2) .latest-link::before{
    height: 90px;
  }
*/
  .contents-navi{
    margin-top: 10px;
  }
  .contents-navi .list-link01 a{
    padding: 27px 20px 27px 35px;
    font-weight: 300; 
    font-size: 1.6rem;
  }
  .contents-navi .list-link01 a:link,
  .contents-navi .list-link01 a:visited{
    background-color: #ffedd6; 
    color: #222;
  }
  .contents-navi .list-link01 a:hover,
  .contents-navi .list-link01 a:active{
    background-color: #ff9c26; 
    color: #fff;
  }
  .contents-navi .list-link01 a:hover::before,
  .contents-navi .list-link01 a:active::before{
    background-color: #fff;
  }
  .contents-navi .list-link01 a::before{
    background-color: #ff9c26;
  }
  .contents-navi .list-link01.current a{
    pointer-events: none;
  }
  .contents-navi .list-link01.current a:link,
  .contents-navi .list-link01.current a:visited{
    background-color: #ff9c26; 
    color: #fff;
  }
  .contents-navi .list-link01.current a::before{
    background-color: #fff;
  }
  .main-footer{
    padding-top: 80px;
  }
  .main-footer .navi-main{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: calc(1420px + 100px);
    width: 100%;

    align-items: stretch; 
/*
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
*/
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-start;
  }
  .main-footer .navi-main .page-menu{
    display: block;
  }
  .main-footer .navi-main .navi-item {
    margin-right: 1.73%;
    margin-bottom: 15px;
  }
  .main-footer .navi-main .navi-item:nth-of-type(4n+1) {
    margin-right: 0;
  }    
  .main-footer .footer-info{
    position: relative; 
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    max-width: calc(1420px + 100px);
    width: 100%;
  }
  .main-footer .footer-info address{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    -ms-flex-align: end;
    padding: 0;
    width: 63%;
    text-align: left;

    align-items: flex-end; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .main-footer .footer-info address .footer-logo{
    margin-right: 20px; 
    margin-bottom: 0;

    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .main-footer .footer-info address .footer-logo .mark-symbol{
    margin-right: 12px; 
    width: 106px;
    height: 97px;
  }
  .main-footer .footer-info address .footer-logo .mark-logo{
    width: 117px;
    height: 82px;
  }
  .main-footer .footer-info address .info-data{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; 
    -ms-flex-pack: start;
    -ms-flex-align: stretch;

    align-items: stretch;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .main-footer .footer-info address .info-organization{
    margin-bottom: 3px;
  }
  .main-footer .footer-info address .info-organization span{
    display: inline-block;
    margin-top: 0;
  }
  .main-footer .footer-info address .info-organization::before{
    content: none;
  }
  .main-footer .footer-info address .info-add{
    margin-bottom: 0;
  }
  .main-footer .footer-info address .info-num{
    margin-bottom: 0;
    line-height: 1;
  }
  .main-footer .footer-info address .info-num .num-naisen{
    display: block;
    margin-bottom: 10px; 
    font-size: 1.4rem;
  }
  .main-footer .footer-info address .info-num .num-tel{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 400; 
    font-size: 1.5rem;
  }
  .main-footer .footer-info address .info-num .num-fax{
    display: inline-block;
  }
  .main-footer .footer-info .footer-info-navi{
    position: absolute;
    right: 50px;
    bottom: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: end;
    margin-top: auto;
    margin-bottom: 0;
    width: calc(42% - 50px);

    align-items: flex-end; 
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    justify-content: flex-end;
  }
  .main-footer .footer-info .footer-info-navi .navi-item{
    margin-left: 25px; 
    border-bottom: none;

    flex-basis: auto;
    -ms-flex-preferred-size: auto;
  }
  .main-footer .footer-info .footer-info-navi .navi-item .link-blank{
    padding: 0 15px;
    border-bottom: none;
    font-size: 1.4rem;
  }
  .main-footer .footer-info .footer-info-navi .navi-item .link-blank::after{
    right: -13px;
  }
  .main-footer .footer-info .footer-info-navi .navi-item .link-blank::before{
    position: absolute;
    top: 12px; 
    left: 0;
    width: 5px;
    height: 2px;
    background-color: #ff9c26;
    content: '';
  }
  .main-footer .footer-info .copyright{
    position: absolute;
    right: 50px;
    bottom: 0; 
    padding: 0;
    width: calc(42% - 80px);
    color: #222;
    text-align: right;
    font-size: 1.1rem;
  }
  .main-footer .footer-info .copyright span{
    display: inline-block;
  }
  .slick-dots{
    padding: 15px 0 30px;
  }
  .slick-dots li{
    margin: 0 6px !important;
  }
}
@media only screen and (max-width: 768px){
  .navi-item{
    position: relative;
  }
}
@media only screen and (max-width: 360px){
  .main-header .header-navi .navi-sub .logo img{
    width: 36%;
  }
  .main-header .header-navi .navi-sub .logo span{
    font-size: 3.7vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
  .main-header .navi-item .item-link-first{
    font-size: 1.5rem;
  }
  .main-header.is-fixed .navi-item .item-link-first{
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1200px){
  .category-archive-link{
    position: absolute;
    top: 21px; 
    right: 0;
    margin: 0;
    width: 600px;
  }
  .category-archive-link .category-archive-item{
    flex-basis: 18.5%; 
    -ms-flex-preferred-size: 18.5%;
  }
  .category-archive-link .category-archive-item .link-item{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    border-radius: 15px;
    font-size: 1.4rem;

    align-items: center; 
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .category-archive-link .category-archive-item .link-item:link,
  .category-archive-link .category-archive-item .link-item:visited{
    border: solid 1px #707070; 
    color: #222;
  }
  .category-archive-link .category-archive-item .link-item:hover,
  .category-archive-link .category-archive-item .link-item:active{
    border-color: #ff9c26; 
    color: #fff;
  }
  .category-archive-link .category-archive-item .link-item.current:link,
  .category-archive-link .category-archive-item .link-item.current:visited{
    border-color: #ff9c26; 
    color: #fff;
  }
  .category-archive-link .category-archive-item:first-of-type{
    flex-basis: 18%; 
    -ms-flex-preferred-size: 18%;
  }
  .category-archive-link .category-archive-item:first-of-type .link-item{
    padding-left: 4px;
    border-radius: 15px;
  }
  .category-archive-link .category-archive-item:last-of-type{
    flex-basis: 18%; 
    -ms-flex-preferred-size: 18%;
  }
  .category-archive-link .category-archive-item:last-of-type .link-item{
    border-radius: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1340px){
  .main-footer .footer-info .footer-info-navi{
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .main-footer .footer-info .copyright span{
    display: none;
  }
}
