@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://use.fontawesome.com/releases/v5.15.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@400;700&display=swap");
@import url("../icomoon/style.css");
/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1279px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 479px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 480px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._txtc, ._txtc th, ._txtc td {
  text-align: center !important;
}

._txtr, ._txtr th, ._txtr td {
  text-align: right !important;
}

._txtl, ._txtl th, ._txtl td {
  text-align: left !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._wordbreak {
  word-break: break-all !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  --color-category: #32B16C;
  font-size: 16px;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "", "M PLUS 1", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  min-width: 1280px;
  padding: 0px;
  color: #222;
  font-size: 1rem;
  line-height: 1.5;
}
body.-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  body {
    min-width: 375px;
  }
}

input,
textarea {
  font-size: 16px;
}

input,
textarea,
select,
button {
  font-family: "", "M PLUS 1", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

button,
input[type=button],
input[type=submit] {
  transition: opacity 0.15s ease-out;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

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

a {
  color: #32B16C;
  text-decoration: underline;
  transition: opacity 0.15s ease-out;
}
a:hover {
  opacity: 0.7;
}
a:hover {
  text-decoration: none;
}

body._ios a:hover {
  opacity: 1;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul, ol, dl, dt, dd {
  margin: 0;
  padding: 0;
}

p {
  margin: 1em 0;
  line-height: 2;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

body._ios a:hover {
  opacity: 1;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
body.-topics {
  --color-category: #f85550;
}

body.-management {
  --color-category: #9966cc;
}

body.-feature {
  --color-category: #ffbb00;
}

body.-knowledge {
  --color-category: #00b9d8;
}

body.-people {
  --color-category: #02c255;
}

body.-information {
  --color-category: #ff851a;
}

body.-archive {
  --color-category: #00797f;
}

.l-header {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 2.5rem 1.25rem;
  border-top: 1rem solid #32B16C;
  background: #fff;
}
.l-header > .inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.l-header > .inner > .logo {
  margin: 0;
  line-height: 0;
  text-align: center;
}
.l-header > .inner > .logo > a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.l-header > .inner > .contact {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.l-header > .inner > .contact > .contactBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 96px;
  padding: 20px 4px;
  border-radius: 16px;
  background: #32B16C;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}
.l-header > .inner > .contact > .contactBtn > .icon {
  display: block;
  font-size: 1.75rem;
}
.l-header > .inner > .contact > .contactBtn > .label {
  display: block;
  margin-top: 8px;
}
.l-header > .inner > .utility {
  position: absolute;
  top: 20px;
  left: 0;
  width: 280px;
  margin: 0;
}
@media (max-width: 1023px) {
  .l-header {
    padding: 1rem 1.25rem 1.5rem;
  }
  .l-header > .inner > .logo {
    width: 175px;
    margin: auto;
  }
  .l-header > .inner > .contact {
    display: none;
  }
  .l-header > .inner > .utility {
    display: none;
  }
}
.c-search {
  display: block;
  position: relative;
}
.c-search > .field[type=search] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 8px 45px 8px 15px;
  border: 2px solid #EDF0ED;
  border-radius: 2.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  box-shadow: none;
}
.c-search > .button[type=submit] {
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  right: 15px;
  width: 20px;
  height: 20px;
  border: 0;
  background: url(../images/icon_search.png) no-repeat center/contain;
}
.c-header-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 1rem 0 -0.25rem -1rem;
  line-height: 1.5;
}
.c-header-nav > li {
  display: block;
  box-sizing: border-box;
  margin: 0 0 0.25rem 1rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.c-header-nav > li a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  color: inherit;
  text-decoration: none;
}
.c-header-nav > li .icon {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 1.3846153846em;
}
.c-header-nav > li.logout {
  color: #A7B2A7;
}
.l-globalnav {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.l-globalnav > .list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  height: 100%;
  margin: 0 auto;
  border-left: 1px dashed #CCC;
  border-right: 1px dashed #CCC;
}
.l-globalnav > .list > li {
  flex: 1 1 auto;
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 14.2857142857%;
}
.l-globalnav > .list > li + li {
  border-left: 1px dashed #CCC;
}
.l-globalnav > .list > li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.l-globalnav > .list > li .btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 10px 4px;
  font-weight: 700;
  text-align: center;
}
.l-globalnav > .list > li .btn .icon {
  display: block;
  width: 45px;
  height: 30px;
  margin: auto;
  background: no-repeat center/contain;
}
.l-globalnav > .list > li .btn .label {
  display: block;
  margin: 12px 0 0;
}
@media (max-width: 1023px) {
  .l-globalnav {
    display: none;
  }
}

.l-globalnav > .list > li[data-gnav=topics] .btn .icon {
  background-image: url(../images/icon_topics.png);
}
.l-globalnav > .list > li[data-gnav=topics] a:hover {
  color: #f85550;
}

.l-globalnav > .list > li[data-gnav=management] .btn .icon {
  background-image: url(../images/icon_management.png);
}
.l-globalnav > .list > li[data-gnav=management] a:hover {
  color: #9966cc;
}

.l-globalnav > .list > li[data-gnav=feature] .btn .icon {
  background-image: url(../images/icon_feature.png);
}
.l-globalnav > .list > li[data-gnav=feature] a:hover {
  color: #ffbb00;
}

.l-globalnav > .list > li[data-gnav=knowledge] .btn .icon {
  background-image: url(../images/icon_knowledge.png);
}
.l-globalnav > .list > li[data-gnav=knowledge] a:hover {
  color: #00b9d8;
}

.l-globalnav > .list > li[data-gnav=people] .btn .icon {
  background-image: url(../images/icon_people.png);
}
.l-globalnav > .list > li[data-gnav=people] a:hover {
  color: #02c255;
}

.l-globalnav > .list > li[data-gnav=information] .btn .icon {
  background-image: url(../images/icon_information.png);
}
.l-globalnav > .list > li[data-gnav=information] a:hover {
  color: #ff851a;
}

.l-globalnav > .list > li[data-gnav=archive] .btn .icon {
  background-image: url(../images/icon_archive.png);
}
.l-globalnav > .list > li[data-gnav=archive] a:hover {
  color: #00797f;
}

.c-spnavButton {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0;
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 8px;
  background: #32B16C;
  cursor: pointer;
}
.c-spnavButton > .bar {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -10px;
}
.c-spnavButton > .bar, .c-spnavButton > .bar::before, .c-spnavButton > .bar::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  content: "";
  transition: all 0.2s ease-out;
}
.c-spnavButton > .bar::before {
  top: -8px;
}
.c-spnavButton > .bar::after {
  top: 8px;
}
.c-spnavButton.-open > .bar {
  background-color: transparent;
}
.c-spnavButton.-open > .bar::before {
  top: 0;
  transform: rotate(45deg);
}
.c-spnavButton.-open > .bar::after {
  top: 0;
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .c-spnavButton {
    display: block;
  }
}

.l-spnav {
  display: none;
  background: #fff;
  z-index: 100;
}
.l-spnav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-sizing: border-box;
  max-height: 100%;
  padding: 1.875rem 0 1.25rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-spnav > .container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1024px) {
  .l-spnav {
    display: none !important;
  }
}

.c-spnav-guide {
  position: relative;
  margin: 0 0 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-spnav-guide a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  color: inherit;
  text-decoration: none;
}
.c-spnav-guide .icon {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.c-spnav-logout {
  position: relative;
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-spnav-logout a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  color: #A7B2A7;
  text-decoration: none;
}
.c-spnav-logout .icon {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 1.2em;
}

.c-spnav-contact {
  margin: 1rem auto 0;
}
.c-spnav-contact > .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 10px 16px;
  border-radius: 3.125rem;
  background: #32B16C;
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
}

.c-spnav-list {
  list-style: none;
  margin: 2rem auto 0;
  padding: 0;
  border-top: 1px dashed #999;
  border-bottom: 1px dashed #999;
}
.c-spnav-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-spnav-list > li {
  display: block;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
}
.c-spnav-list > li + li {
  border-top: 1px dashed #999;
}
.c-spnav-list > li .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding: 16px 32px 16px 0;
}
.c-spnav-list > li .btn .icon {
  flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 20px;
  margin: 0 12px 0 0;
  background: no-repeat center/contain;
}
.c-spnav-list > li .btn .label {
  display: block;
}

.c-spnav-list > li[data-gnav=topics] .btn .icon {
  background-image: url(../images/icon_topics.png);
}

.c-spnav-list > li[data-gnav=management] .btn .icon {
  background-image: url(../images/icon_management.png);
}

.c-spnav-list > li[data-gnav=feature] .btn .icon {
  background-image: url(../images/icon_feature.png);
}

.c-spnav-list > li[data-gnav=knowledge] .btn .icon {
  background-image: url(../images/icon_knowledge.png);
}

.c-spnav-list > li[data-gnav=people] .btn .icon {
  background-image: url(../images/icon_people.png);
}

.c-spnav-list > li[data-gnav=information] .btn .icon {
  background-image: url(../images/icon_information.png);
}

.c-spnav-list > li[data-gnav=archive] .btn .icon {
  background-image: url(../images/icon_archive.png);
}

.l-footer {
  position: relative;
  background: #32B16C;
  color: #fff;
  z-index: 5;
}
.l-footer > .copyright {
  margin: 0;
  padding: 0.9375rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer > .copyright {
    font-size: 0.6875rem;
  }
}

.l-page-wrapper {
  position: relative;
  padding: 50px 0 180px;
  background: #F8F8F8;
}
.l-page-wrapper::before {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../images/bg_container_top.png) repeat-x bottom center/326px 14px;
  content: "";
}
@media (max-width: 767px) {
  .l-page-wrapper {
    padding: 30px 0 80px;
  }
}

.l-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-container > .headline {
  position: relative;
}
.l-container > .inner {
  position: relative;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .l-container > .inner {
    margin-top: 20px;
  }
}

.l-container2 > .inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-container2 > .inner > .primary {
  box-sizing: border-box;
  width: 880px;
}
.l-container2 > .inner > .secondary {
  box-sizing: border-box;
  width: 320px;
}
.l-container2 > .inner > .secondary > *:first-child {
  margin-top: 0;
}
@media (max-width: 1023px) {
  .l-container2 > .inner {
    display: block;
    max-width: 880px;
  }
  .l-container2 > .inner > .primary {
    width: auto;
  }
  .l-container2 > .inner > .secondary {
    width: auto;
    margin-top: 50px;
  }
}
.l-index-container {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.l-index-container > .headline {
  position: relative;
}
.l-index-container > .menuButton {
  position: absolute;
  top: 0;
  right: 1.25rem;
  z-index: 10;
}
.l-index-container > .inner {
  position: relative;
  margin-top: 40px;
}
.l-index-container > .inner > .primary {
  box-sizing: border-box;
  position: relative;
}
.l-index-container > .inner > .secondary {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  width: 400px;
  height: 100%;
  padding: 20px 34px 20px 40px;
  background: rgba(248, 248, 248, 0.9);
  overflow-x: hidden;
  overflow-y: scroll;
  transition: all 0.3s ease;
}
.l-index-container > .inner > .secondary > *:first-child {
  margin-top: 0;
}
.l-index-container ::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
.l-index-container ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #666;
}
.l-index-container ::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #EEE;
}
@media (min-width: 768px) {
  .l-index-container > .inner > .secondary {
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
  }
  .l-index-container > .inner > .secondary.-open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .l-index-container > .menuButton {
    display: none;
  }
  .l-index-container > .inner {
    margin-top: 20px;
  }
  .l-index-container > .inner > .secondary {
    position: static;
    width: auto;
    height: auto;
    margin-top: 50px;
    padding: 0;
    overflow: auto;
  }
}

.c-secondary-button {
  display: block;
  position: relative;
  width: 72px;
  height: 56px;
  border: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.c-secondary-button > .bar {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -21px;
}
.c-secondary-button > .bar, .c-secondary-button > .bar::before, .c-secondary-button > .bar::after {
  position: absolute;
  display: block;
  width: 42px;
  height: 3px;
  border-radius: 3px;
  background: #666;
  border-radius: 2px;
  content: "";
  transition: all 0.2s ease-out;
}
.c-secondary-button > .bar::before {
  top: -12px;
}
.c-secondary-button > .bar::after {
  top: 12px;
}
.c-secondary-button.-open > .bar {
  background-color: transparent;
}
.c-secondary-button.-open > .bar::before {
  top: 0;
  transform: rotate(45deg);
}
.c-secondary-button.-open > .bar::after {
  top: 0;
  transform: rotate(-45deg);
}
.l-entry-contents {
  padding: 120px;
  border-radius: 120px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .l-entry-contents {
    padding: 60px 40px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .l-entry-contents {
    padding: 32px 20px;
    border-radius: 12px;
  }
}

.l-entry-comment {
  margin: 50px 0 0;
  padding: 80px 120px;
  border-radius: 120px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1023px) {
  .l-entry-comment {
    padding: 60px 40px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .l-entry-comment {
    padding: 32px 20px;
    border-radius: 12px;
  }
}

.c-pagetitle {
  position: relative;
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-pagetitle::before {
  display: none;
  position: absolute;
  top: calc(50% - 14px);
  left: 0;
  width: 45px;
  height: 30px;
  margin: auto;
  background: no-repeat center/contain;
  content: "";
}
.c-pagetitle > .icon {
  position: absolute;
  top: calc(50% - 0.45em);
  left: 0;
  margin: auto;
  font-size: 1.2307692308em;
  color: #32B16C;
}
.c-pagetitle.-icon {
  padding-left: 42px;
}
.c-pagetitle.-topics {
  padding-left: 55px;
}
.c-pagetitle.-topics::before {
  display: block;
  background-image: url(../images/icon_topics.png);
}
.c-pagetitle.-management {
  padding-left: 55px;
}
.c-pagetitle.-management::before {
  display: block;
  background-image: url(../images/icon_management.png);
}
.c-pagetitle.-feature {
  padding-left: 55px;
}
.c-pagetitle.-feature::before {
  display: block;
  background-image: url(../images/icon_feature.png);
}
.c-pagetitle.-knowledge {
  padding-left: 55px;
}
.c-pagetitle.-knowledge::before {
  display: block;
  background-image: url(../images/icon_knowledge.png);
}
.c-pagetitle.-people {
  padding-left: 55px;
}
.c-pagetitle.-people::before {
  display: block;
  background-image: url(../images/icon_people.png);
}
.c-pagetitle.-information {
  padding-left: 55px;
}
.c-pagetitle.-information::before {
  display: block;
  background-image: url(../images/icon_information.png);
}
.c-pagetitle.-archive {
  padding-left: 55px;
}
.c-pagetitle.-archive::before {
  display: block;
  background-image: url(../images/icon_archive.png);
}
@media (max-width: 767px) {
  .c-pagetitle {
    font-size: 1.25rem;
  }
  .c-pagetitle::before {
    top: calc(50% - 9px);
    left: 0;
    width: 30px;
    height: 20px;
  }
}

/**************************************************/
/* components - basic */
/**************************************************/
.c-pager {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 2.5rem auto 0;
}
.c-pager > .page {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
}
.c-pager > .page > li {
  display: block;
  margin: 0 4px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
.c-pager > .page .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2.5rem;
  background: #32B16C;
  text-decoration: none;
  color: #fff;
}
.c-pager > .page a.pageLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-pager > .page a.pageLink .btn {
  background: transparent;
  color: inherit;
}
.c-pager > .prev,
.c-pager > .next {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  color: #32B16C;
  font-size: 1.25rem;
  text-decoration: none;
  line-height: 1;
  text-align: center;
}
.c-pager > .prev > .icon::before,
.c-pager > .next > .icon::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.c-pager > .prev {
  margin-right: 8px;
}
.c-pager > .prev > .icon::before {
  content: "\e90c";
}
.c-pager > .next {
  margin-left: 8px;
}
.c-pager > .next > .icon::before {
  content: "\e90b";
}
@media (max-width: 1023px) {
  .c-pager > .page > li {
    margin: 0 1px;
  }
  .c-pager > .btn {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
  }
  .c-pager > .prev,
  .c-pager > .next {
    width: 30px;
    height: 30px;
    font-size: 0.875rem;
  }
  .c-pager > .prev {
    margin-right: 2px;
  }
  .c-pager > .next {
    margin-left: 2px;
  }
}

.c-prevnext {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-content: center;
  margin: 60px 0 0;
  padding: 0 40px;
  border-top: 2px solid #EDF0ED;
  border-bottom: 2px solid #EDF0ED;
}
.c-prevnext .prev, .c-prevnext .next, .c-prevnext .toIndex {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 33.3333333333%;
  padding: 40px 0;
  font-weight: 700;
  line-height: 1.5;
}
.c-prevnext .prev a, .c-prevnext .next a, .c-prevnext .toIndex a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.c-prevnext .prev a::after, .c-prevnext .next a::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 1.125rem);
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--color-category);
  font-size: 1.125rem;
  color: #fff;
}
.c-prevnext .prev {
  padding-left: 3rem;
  text-align: left;
}
.c-prevnext .prev a::after {
  left: 0;
  content: "\e90c";
}
.c-prevnext .next {
  padding-right: 3rem;
  text-align: right;
}
.c-prevnext .next a::after {
  right: 0;
  content: "\e90b";
}
.c-prevnext .toIndex {
  text-align: center;
}
@media (max-width: 767px) {
  .c-prevnext {
    padding: 0;
  }
  .c-prevnext .prev, .c-prevnext .next, .c-prevnext .toIndex {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0.875rem;
  }
  .c-prevnext .prev, .c-prevnext .next {
    width: 50%;
  }
  .c-prevnext .prev a::after, .c-prevnext .next a::after {
    top: calc(50% - 0.75rem);
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.75rem;
  }
  .c-prevnext .prev {
    padding-left: 2rem;
  }
  .c-prevnext .next {
    padding-right: 2rem;
  }
  .c-prevnext .toIndex {
    order: 3;
    border-top: 1px dashed #EDF0ED;
    width: 100%;
  }
}

/**************************************************
  components
***************************************************/
.color-red {
  font-weight: bold;
  color: #F00;
}

.color-orange {
  font-weight: bold;
  color: #F60;
}

.color-green {
  font-weight: bold;
  color: #02c255;
}

.color-blue {
  font-weight: bold;
  color: #06C;
}

.color-pink {
  font-weight: bold;
  color: #F06;
}

.color-gray {
  font-weight: bold;
  color: #888;
}

.js-tag_insertion span[class*=color-] {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.js-tag_insertion .color-red {
  background-color: #F00;
}
.js-tag_insertion .color-orange {
  background-color: #F60;
}
.js-tag_insertion .color-green {
  background-color: #02c255;
}
.js-tag_insertion .color-blue {
  background-color: #06C;
}
.js-tag_insertion .color-pink {
  background-color: #F06;
}
.js-tag_insertion .color-gray {
  background-color: #888;
}

.ico-pdf::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_pdf.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-xls::before,
.ico-xlsx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_xls.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-doc::before,
.ico-docx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_doc.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.ico-ppt::before,
.ico-pptx::before {
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  background: url(../images/icon_ppt.svg) no-repeat 0 0;
  background-size: 18px 18px;
  margin-right: 8px;
  vertical-align: middle;
}

.entryFormColumn #more {
  display: none !important;
}

#adminBox {
  margin-bottom: 0;
}

.acms-entry + .acms-box-medium {
  margin-top: 20px;
}

.titleWrapper {
  width: 960px;
  margin: 40px auto -40px;
}
.titleWrapper h2 {
  font-weight: bold;
}

.entryFormColumnBody td,
.entryFormColumnBody th {
  padding: 5px 10px !important;
}

.entryFormColumnBody tr:first-child th,
.entryFormColumnBody tr:first-child td {
  padding-top: 10px !important;
}

.entryFormColumnBody tr:last-child th,
.entryFormColumnBody tr:last-child td {
  padding-bottom: 10px !important;
}

.acms-grid,
.acms-grid-r {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 767px) {
  .acms-grid,
  .acms-grid-r {
    font-size: 0.8125rem;
  }
}

.acms-entry .entry-container,
.acms-entry .wysiwyg,
.acms-entry ul,
.acms-entry ol,
.acms-entry dl,
.acms-entry h2,
.acms-entry h3,
.acms-entry h4,
.acms-entry h5,
.acms-entry h6,
.acms-entry p,
.acms-entry table {
  margin-left: 20px;
  margin-right: 20px;
}

.acms-entry [class*=column-eximage-],
.acms-entry [class*=column-image-],
.acms-entry [class*=column-media-],
.acms-entry [class*=column-video-],
.acms-entry [class*=column-yolp-],
.acms-entry [class*=column-youtube-],
.acms-entry .videoplayer {
  padding-left: 20px;
  padding-right: 20px;
}

.acms-entry [class*=column-eximage-].nocaption,
.acms-entry [class*=column-image-].nocaption,
.acms-entry [class*=column-media-].nocaption,
.acms-entry [class*=column-video-],
.acms-entry [class*=column-yolp-],
.acms-entry [class*=column-youtube-] {
  margin-top: 20px;
  margin-bottom: 20px;
}

.acms-entry [class*=column-file-] {
  zoom: 1;
}
.acms-entry [class*=column-file-]:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.acms-entry [class*=column-file-] img {
  float: left;
}

[class*=column-image-] + [class*=column-file-] {
  margin-top: -10px;
}

.acms-grid > .column-image-center {
  margin-top: 20px;
}

/* ---------- unique ---------- */
.acms-grid ul,
.acms-grid ol,
.acms-grid dl,
.acms-grid p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 2;
}

.acms-grid ul {
  list-style: disc;
  padding-left: 20px;
}

.acms-grid ol {
  list-style-type: decimal;
  padding-left: 20px;
}

.acms-entry .entry-container > table {
  margin-left: 0;
  margin-right: 0;
}

.acms-entry .entry-container > .image-l {
  margin-left: 0;
  margin-right: 10px;
}

.acms-entry .entry-container > .image-r {
  margin-left: 10px;
  margin-right: 0;
}

.acms-grid > .box-a,
.acms-grid > .box-b,
.acms-grid > .box-c {
  margin-left: 20px;
  margin-right: 20px;
}

.acms-grid .caption {
  display: block;
  margin: 0.5em 0 0;
  font-size: 0.875rem;
  text-align: center;
}

.acms-grid .hr {
  margin: 40px 20px;
  border: none;
  border-top: 1px double #CCC;
}

.h3a,
.h4a,
.h5a,
.dl-a dt {
  position: relative;
  margin-top: 60px;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.5;
}
.h3a:first-child,
.h4a:first-child,
.h5a:first-child,
.dl-a dt:first-child {
  margin-top: 0;
}
.acms-col-sm-6 > .clearHidden + .h3a, .acms-col-sm-4 > .clearHidden + .h3a, .acms-col-sm-3 > .clearHidden + .h3a, [class*=box-] > .clearHidden + .h3a,
.acms-col-sm-6 > .clearHidden + .h4a,
.acms-col-sm-4 > .clearHidden + .h4a,
.acms-col-sm-3 > .clearHidden + .h4a,
[class*=box-] > .clearHidden + .h4a,
.acms-col-sm-6 > .clearHidden + .h5a,
.dl-a .acms-col-sm-6 > .clearHidden + dt,
.acms-col-sm-4 > .clearHidden + .h5a,
.dl-a .acms-col-sm-4 > .clearHidden + dt,
.acms-col-sm-3 > .clearHidden + .h5a,
.dl-a .acms-col-sm-3 > .clearHidden + dt,
[class*=box-] > .clearHidden + .h5a,
.dl-a [class*=box-] > .clearHidden + dt {
  margin-top: 0;
}

.entry-container + .h4a, .acms-col-sm-6 + .clearHidden + .h4a, .acms-col-sm-4 + .clearHidden + .h4a, .acms-col-sm-3 + .clearHidden + .h4a,
.entry-container + .h5a,
.dl-a .entry-container + dt,
.acms-col-sm-6 + .clearHidden + .h5a,
.dl-a .acms-col-sm-6 + .clearHidden + dt,
.acms-col-sm-4 + .clearHidden + .h5a,
.dl-a .acms-col-sm-4 + .clearHidden + dt,
.acms-col-sm-3 + .clearHidden + .h5a,
.dl-a .acms-col-sm-3 + .clearHidden + dt {
  margin-top: 20px;
}

.h3a {
  clear: both;
  padding-bottom: 1rem;
  border-bottom: 4px solid #EDF0ED;
  font-size: 1.375rem;
}
.h3a::before {
  display: block;
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 140px;
  height: 4px;
  background: var(--color-category);
  content: "";
}
@media (max-width: 767px) {
  .h3a {
    font-size: 1rem;
  }
}

.h4a {
  padding-bottom: 1rem;
  border-bottom: 2px solid #EDF0ED;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .h4a {
    font-size: 0.9375rem;
  }
}

.h5a, .dl-a dt {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .h5a, .dl-a dt {
    font-size: 0.9375rem;
  }
}

.dl-a dt {
  margin-top: 20px;
}
.dl-a dd {
  margin-bottom: 20px;
}

.column-table- table {
  margin-top: 30px;
  border-collapse: collapse;
}
.column-table- table.-full {
  min-width: 100%;
  max-width: 100%;
}
.column-table- table th, .column-table- table td {
  padding: 0.5em 1.5em;
  border: 1px solid #C2C2C2;
  line-height: 2;
  text-align: left;
}
.column-table- table th {
  background: #EDF0ED;
}
.column-table- table th a {
  color: inherit;
}
.column-table- table .highlight {
  border: 2px solid #FF9537;
}
.column-table- table .highlight.-vt {
  border-bottom: 1px solid #C2C2C2;
}
.column-table- table .highlight.-vb {
  border-top: 1px solid #C2C2C2;
}
@media (max-width: 767px) {
  .column-table- table th, .column-table- table td {
    padding: 0.5em 0.75em;
  }
}

.box-a,
.box-b,
.box-c {
  clear: both;
  margin-top: 2.5rem;
  padding: 1.875rem 0.9375rem 0.9375rem;
  border: 1px solid transparent;
}
.box-a > *:first-child,
.box-a > .clearHidden:first-child + *,
.box-b > *:first-child,
.box-b > .clearHidden:first-child + *,
.box-c > *:first-child,
.box-c > .clearHidden:first-child + * {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .box-a,
  .box-b,
  .box-c {
    padding: 1.25rem 0.3125rem;
  }
}

.box-a {
  border-color: #C2C2C2;
}

.box-b {
  background: #F8F8F8;
}

.box-c {
  background: #EDF0ED;
}

.image-l {
  float: left;
  margin-right: 25px;
}

.image-r {
  float: right;
  margin-left: 25px;
}

.image-text {
  overflow: hidden;
}

.backnumber-issue {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.backnumber-issue a {
  color: #000;
  text-decoration: none;
}
.backnumber-issue .image {
  display: inline-block;
  position: relative;
  padding: 0 20px 10px;
}
.backnumber-issue .image img {
  position: relative;
  width: 100%;
  height: auto;
  border: 1px solid #CCC;
  z-index: 1;
}
.backnumber-issue .image::before {
  background-image: linear-gradient(to bottom, #EBEBEB 0%, #FFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEBEBEB", endColorstr="#FFFFFFFF", GradientType=0);
  -pie-background: linear-gradient(to bottom, #EBEBEB 0%, #FFF 100%);
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 20px;
  border-top: 1px solid #E7E7E7;
  content: "";
  z-index: 0;
}
.backnumber-issue .image::after {
  background-image: linear-gradient(to bottom, #EBEBEB 0%, #FFF 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEBEBEB", endColorstr="#FFFFFFFF", GradientType=0);
  -pie-background: linear-gradient(to bottom, #EBEBEB 0%, #FFF 100%);
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 20px - 20px);
  height: 10px;
  content: "";
}
.backnumber-issue .caption {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.backnumber-issue .date {
  font-size: 12px;
}

.backnumber-movie {
  text-align: center;
}
.backnumber-movie a {
  color: #000;
  text-decoration: none;
}
.backnumber-movie .image {
  display: block;
  position: relative;
}
.backnumber-movie .image img {
  width: 100%;
  height: auto;
}
.backnumber-movie .image::before {
  display: inline-block;
  content: "";
  width: 40%;
  height: 40%;
  background: url(../images/ico_play.png) no-repeat 0 0;
  background-size: 40% 40%;
  position: absolute;
  top: 30%;
  left: 30%;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
}
.backnumber-movie .caption {
  display: block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
}
.backnumber-movie .date {
  font-size: 12px;
}

.member-card {
  position: relative;
  min-height: 164px;
  margin-bottom: 20px;
  font-size: 0.93em;
  page-break-inside: avoid;
}
.member-card .image {
  float: left;
  margin-right: 15px;
}
.member-card .image img {
  width: 120px;
}
.member-card .name {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 130px;
  left: calc(20px - 10px / 2);
  min-width: 130px;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0.2em;
  border: 2px solid #02C255;
  border-radius: 0.5em;
  color: #02C255;
  font-size: 0.93em;
  font-weight: bold;
  text-align: center;
}
.member-card .work {
  margin-bottom: 5px;
  margin-left: 135px;
  color: #666;
  font-size: 0.71em;
}
.member-card .motto {
  margin-left: 135px;
  color: #02C255;
  font-size: 1.07em;
  font-weight: bold;
}
.member-card .comment {
  margin-left: 135px;
  font-size: 0.93em;
}

.button-a {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  padding: 8px 16px;
  border: 1px solid var(--color-category);
  border-radius: 30px;
  background: #FFF;
  color: var(--color-category);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.button-a:hover {
  background: var(--color-category);
  color: #FFF;
}

.article-notfound {
  padding: 20px;
  background: #FFF;
}

.article-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -20px -20px;
}
.article-list > li {
  display: block;
  width: calc(25% - 20px);
  margin: 0 0 20px 20px;
}
@media (max-width: 1023px) {
  .article-list > li {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 767px) {
  .article-list > li {
    width: calc(50% - 20px);
  }
}

.article-card {
  display: grid;
  grid-template-rows: auto 1fr;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  border-radius: 20px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08);
}
.article-card::after {
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #32B16C;
  border-radius: 20px;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.article-card > .thumbnail {
  display: block;
  position: relative;
  overflow: hidden;
}
.article-card > .thumbnail img {
  width: 100%;
  transition: transform 0.5s ease;
}
.article-card > .thumbnail > .new {
  position: absolute;
  top: 0;
  left: 20px;
  width: 42px;
  padding: 10px 0;
  background: #32B16C;
  color: #FFF;
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.article-card > .thumbnail > .new::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 0 21px 8px;
  border-style: solid;
  border-color: transparent #32B16C;
  content: "";
  z-index: 0;
  transform: translateY(100%);
}
.article-card > .body {
  display: block;
  position: relative;
  margin: 0;
  padding: 15px 20px 55px;
  overflow: hidden;
}
.article-card > .body > .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0 0 -2px -8px;
  line-height: 1.5;
}
.article-card > .body > .meta > .date {
  display: inline-block;
  margin: 0 0 2px 8px;
  color: #999999;
  font-size: 0.8125rem;
  font-weight: 400;
}
.article-card > .body > .meta > .category {
  display: inline-block;
  margin: 0 0 2px 8px;
  padding: 0.25em 1em;
  border-radius: 2em;
  background: #32B16C;
  color: #FFF;
  font-size: 0.625rem;
  font-weight: 400;
}
.article-card > .body > .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 4.5em;
  -webkit-line-clamp: 3;
  margin: 8px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.article-card > .body > .reaction {
  position: absolute;
  bottom: 20px;
}
.article-card > .body > .reaction > .comment,
.article-card > .body > .reaction > .like {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 0.75rem;
}
.article-card > .body > .reaction > .comment::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  margin-right: 0.25em;
  font-size: 1.3333333333em;
  color: #B6DAE0;
}
.article-card > .body > .reaction > .like::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  margin-right: 0.25em;
  font-size: 1.3333333333em;
  color: #F85550;
}
.article-card:hover {
  opacity: 1;
}
.article-card:hover::after {
  opacity: 1;
}
.article-card:hover > .thumbnail img {
  transform: scale(1.05);
}
@media (max-width: 1023px) {
  .article-card {
    border-radius: 12px;
  }
  .article-card::after {
    border-radius: 12px;
  }
  .article-card > .body {
    padding: 10px 10px 40px;
  }
  .article-card > .body > .meta > .date {
    font-size: 0.6875rem;
  }
  .article-card > .body > .title {
    max-height: 3em;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
  }
  .article-card > .body > .reaction {
    bottom: 12px;
  }
}
.article-card.-topics > .body > .meta > .category {
  background: #f85550;
}

.article-card.-management > .body > .meta > .category {
  background: #9966cc;
}

.article-card.-feature > .body > .meta > .category {
  background: #ffbb00;
}

.article-card.-knowledge > .body > .meta > .category {
  background: #00b9d8;
}

.article-card.-people > .body > .meta > .category {
  background: #02c255;
}

.article-card.-information > .body > .meta > .category {
  background: #ff851a;
}

.article-card.-archive > .body > .meta > .category {
  background: #00797f;
}

/* -----------------------------------------------
  Pager
-------------------------------------------------- */
/* -----------------------------------------------
  Form
-------------------------------------------------- */
/* -----------------------------------------------
  Other
-------------------------------------------------- */
/* ----- loader -----*/
.entry-header {
  position: relative;
}
.entry-header > .title {
  margin: 0;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.entry-header > .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 30px 0 0 -16px;
  line-height: 1.5;
}
.entry-header > .meta > .date {
  display: inline-block;
  margin: 0 0 0 16px;
  color: #999;
  font-size: 0.9375rem;
  font-weight: 400;
}
.entry-header > .meta > .category {
  display: inline-block;
  margin: 0 0 0 16px;
  padding: 0.25em 1em;
  border-radius: 2em;
  background: var(--color-category);
  color: #FFF;
  font-size: 0.75rem;
  font-weight: 400;
}
.entry-header > .printbtn {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.entry-header > .printbtn a {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px;
  background: #EDF0ED;
  color: inherit;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
.entry-header > .printbtn .label {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
.entry-header > .printbtn .label::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  font-size: 1.2307692308em;
  color: var(--color-category);
}
@media (max-width: 767px) {
  .entry-header > .title {
    font-size: 1.125rem;
  }
  .entry-header > .meta {
    margin: 20px 0 0 -8px;
  }
  .entry-header > .meta > .date {
    margin-left: 8px;
    font-size: 0.75rem;
  }
  .entry-header > .meta > .category {
    margin-left: 8px;
    font-size: 0.625rem;
  }
  .entry-header > .printbtn {
    display: none;
  }
}

.entry-column {
  margin-top: 60px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .entry-column {
    margin-top: 30px;
  }
}

.entry-micropage {
  margin: 60px 0 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry-micropage {
    margin-top: 40px;
    font-size: 0.875rem;
  }
}

.entry-writer {
  margin: 60px 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
}
.entry-writer::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  margin-right: 0.5rem;
  font-size: 1.2em;
  color: var(--color-category);
  vertical-align: baseline;
}
@media (max-width: 767px) {
  .entry-writer {
    margin-top: 40px;
    font-size: 0.8125rem;
  }
}

.entry-tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 32px 0 -8px -6px;
}
.entry-tags > li {
  display: inline-block;
  margin: 0 0 8px 6px;
}
.entry-tags > li .tag {
  display: inline-block;
  padding: 8px 1em;
  border-radius: 3em;
  background: #EDF0ED;
  color: inherit;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry-tags {
    margin-top: 24px;
  }
}

.entry-vote {
  margin: 60px 0 0;
  padding: 40px 20px;
  border-radius: 30px;
  background: #F8F8F8;
  text-align: center;
}
.entry-vote:last-child {
  margin-bottom: 0;
}
.entry-vote > .lead {
  margin: 0 0 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .entry-vote {
    margin-top: 40px;
    padding: 24px 20px;
    border-radius: 12px;
  }
  .entry-vote > .lead {
    margin: 0 0 0.9375rem;
    font-size: 0.875rem;
  }
}

.vote-button {
  display: inline-block;
  margin: 0 auto;
  color: inherit;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.vote-button > .icon {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 8px 0 0;
  padding: 0.625rem 2.5em 0.5rem;
  border-radius: 10px;
  background: #F85550;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
}
.vote-button > .icon::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  margin-left: 0.5rem;
  font-size: 1.125em;
  vertical-align: baseline;
}
.vote-button > .number {
  position: relative;
  padding: 0.375rem 0.75rem;
  border: 2px solid #EDF0ED;
  border-radius: 0.625rem;
  background: #fff;
  vertical-align: middle;
}
.vote-button > .number::after {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 0.25rem);
  left: -0.375rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 2px solid #EDF0ED;
  border-left: 2px solid #EDF0ED;
  background: #fff;
  content: "";
  transform: rotate(45deg);
}
.vote-button:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .vote-button > .icon {
    font-size: 0.75em;
  }
  .vote-button > .number {
    font-size: 0.75em;
  }
}

.comment-heading {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 80px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
}
.comment-heading > .icon {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.2em;
  color: #B6DAE0;
}
@media (max-width: 767px) {
  .comment-heading {
    margin-top: 60px;
    font-size: 1rem;
  }
}

.comment-block {
  margin: 40px 0 0;
}
.comment-block > .box {
  position: relative;
  padding: 40px;
  border-radius: 40px;
  background: #F8F8F8;
}
.comment-block > .box > .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -16px;
  font-size: 0.875rem;
  font-weight: 700;
}
.comment-block > .box > .meta > .name {
  display: block;
  margin: 0 0 0 16px;
}
.comment-block > .box > .meta > .date {
  display: block;
  margin: 0 0 0 16px;
}
.comment-block > .box > .comment {
  margin: 12px 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
.comment-block > .box > .edit {
  margin: 10px 0 0;
}
.comment-block > .box + .box {
  margin-top: 24px;
}
.comment-block > .box.close > *:not(.edit) {
  opacity: 0.5;
}
.comment-block > .box.awaiting {
  background: #EDF0ED;
}
@media (max-width: 767px) {
  .comment-block {
    margin-top: 20px;
  }
  .comment-block > .box {
    padding: 20px;
    border-radius: 12px;
  }
  .comment-block > .box > .meta {
    font-size: 0.8125rem;
  }
  .comment-block > .box > .comment {
    font-size: 0.8125rem;
  }
}

.comment-form {
  margin-top: 40px;
}
.comment-form > .heading {
  margin: 24px 0 0;
  font-weight: 700;
  line-height: 1.5;
}
.comment-form > .field {
  display: block;
  margin: 12px 0 0;
}
.comment-form > .submit {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 24px 0 -10px -20px;
}
.comment-form > .submit > * {
  width: 240px;
  margin: 0 0 10px 20px;
}
@media (max-width: 767px) {
  .comment-form > .heading {
    font-size: 0.9375rem;
  }
}

.entry-enquete {
  margin: 60px 0 0;
  padding: 25px 30px 5px;
  border: 3px double var(--color-category);
  text-align: center;
}
.entry-enquete:last-child {
  margin-bottom: 0;
}
.entry-enquete h2 {
  margin-bottom: 20px;
  color: var(--color-category);
}
.entry-enquete h2 .jp {
  font-size: 14px;
  font-weight: bold;
}
.entry-enquete h2 .en {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.entry-enquete dl > dt {
  margin-bottom: 10px;
  font-weight: bold;
}
.entry-enquete dl > dd {
  margin-bottom: 20px;
}
.entry-enquete dl > dd > label {
  margin: 0 5px;
}
.entry-enquete .rom {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.86em;
  text-decoration: underline;
}
.entry-enquete.-result {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 40px;
}
.entry-enquete.-result .inner {
  display: flex;
  align-items: center;
  flex-direction: row;
  text-align: left;
}
.entry-enquete.-result .graph {
  width: 160px;
  margin-right: 40px;
}
.entry-enquete.-result .graph.-bar, .entry-enquete.-result .graph.-horizontalBar {
  width: 320px;
}
.entry-enquete.-result .title {
  margin-bottom: 10px;
  font-weight: bold;
}
.entry-enquete.-result .legend {
  list-style: none;
  margin: 0;
  padding: 0;
}
.entry-enquete.-result .legend > li span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .entry-enquete.-result .inner {
    display: block;
  }
  .entry-enquete.-result .graph {
    margin: auto;
  }
}

/* -----------------------------------------------
	Lite Editor
-------------------------------------------------- */
.color-red {
  font-weight: bold;
  color: #F00;
}

.color-orange {
  font-weight: bold;
  color: #F60;
}

.color-green {
  font-weight: bold;
  color: #096;
}

.color-blue {
  font-weight: bold;
  color: #06C;
}

.color-pink {
  font-weight: bold;
  color: #F06;
}

.color-gray {
  font-weight: bold;
  color: #888;
}

.color-yellow {
  font-weight: bold;
  color: #FC3;
}

.color-yGreen {
  font-weight: bold;
  color: #9C3;
}

.lite-editor-toolbox span[class*=color-],
.acms-admin-form-radio span[class*=color-] {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: middle;
}
.lite-editor-toolbox .color-red,
.acms-admin-form-radio .color-red {
  background-color: #F00;
}
.lite-editor-toolbox .color-orange,
.acms-admin-form-radio .color-orange {
  background-color: #F60;
}
.lite-editor-toolbox .color-green,
.acms-admin-form-radio .color-green {
  background-color: #096;
}
.lite-editor-toolbox .color-blue,
.acms-admin-form-radio .color-blue {
  background-color: #06C;
}
.lite-editor-toolbox .color-pink,
.acms-admin-form-radio .color-pink {
  background-color: #F06;
}
.lite-editor-toolbox .color-gray,
.acms-admin-form-radio .color-gray {
  background-color: #888;
}
.lite-editor-toolbox .color-yellow,
.acms-admin-form-radio .color-yellow {
  background-color: #FC3;
}
.lite-editor-toolbox .color-yGreen,
.acms-admin-form-radio .color-yGreen {
  background-color: #9C3;
}

/* ---------- text ---------- */
._bold {
  font-weight: bold;
}

._underline {
  text-decoration: underline;
}

.highlight {
  background: linear-gradient(transparent 60%, #ffd400 60%);
  font-style: normal;
}

/* ---------- font-size ---------- */
._fs10 {
  font-size: 0.625rem;
}

._fs12 {
  font-size: 0.75rem;
}

._fs14 {
  font-size: 0.875rem;
}

._fs16 {
  font-size: 1rem;
}

._fs18 {
  font-size: 1.125rem;
}

._fs20 {
  font-size: 1.25rem;
}

._fs22 {
  font-size: 1.375rem;
}

._fs24 {
  font-size: 1.5rem;
}

body.contributor .acms-admin-modal-content .acms-admin-grid .acms-admin-col-md-6:nth-of-type(1) .acms-admin-table-admin-media-edit tbody tr:nth-of-type(1) {
  display: none !important;
}
body.contributor .acms-admin-modal-content .acms-admin-grid .acms-admin-col-md-6:nth-of-type(2) .acms-admin-table-admin-media-edit tbody tr:nth-of-type(2),
body.contributor .acms-admin-modal-content .acms-admin-grid .acms-admin-col-md-6:nth-of-type(2) .acms-admin-table-admin-media-edit tbody tr:nth-of-type(3),
body.contributor .acms-admin-modal-content .acms-admin-grid .acms-admin-col-md-6:nth-of-type(2) .acms-admin-table-admin-media-edit tbody tr:nth-of-type(4),
body.contributor .acms-admin-modal-content .acms-admin-grid .acms-admin-col-md-6:nth-of-type(2) .acms-admin-table-admin-media-edit tbody tr:nth-of-type(5) {
  display: none !important;
}
body.contributor .acms-admin-modal-content .acms-admin-modal-footer.acms-admin-media-modal-footer > button:nth-of-type(3) {
  display: none !important;
}

/**************************************************/
/* Secondary */
/**************************************************/
.secondary-block {
  margin-top: 50px;
  padding: 24px 20px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08);
}
.secondary-block > .heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 0;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
}
.secondary-block > .heading > .icon {
  flex: 0 0 auto;
  display: inline-block;
  margin-right: 0.625rem;
  font-size: 1.2727272727em;
  color: #32B16C;
}
.secondary-block > .heading > .label {
  display: inline-block;
}
.secondary-block > .lead {
  margin: 12px 0 0;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.secondary-block > .list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.secondary-block > .list > li {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
.secondary-block > .list > li + li {
  border-top: 1px dashed #999;
}
.secondary-block > .list a.link {
  display: block;
  position: relative;
  padding: 16px 16px 16px 24px;
  color: inherit;
  text-decoration: none;
}
.secondary-block > .list a.link::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  top: calc(50% - 0.45em);
  left: 0;
  color: #32B16C;
}
.secondary-block ::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
}
.secondary-block ::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: #666;
}
.secondary-block ::-webkit-scrollbar-track {
  border-radius: 6px;
  background: #EEE;
}
.secondary-ranking {
  margin-top: 50px;
  padding: 8px;
  border-radius: 20px;
  background: #32B16C;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08);
}
.secondary-ranking > .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 12px 0 16px;
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.secondary-ranking > .heading > .icon {
  font-size: 1.2727272727em;
}
.secondary-ranking > .heading > .label {
  margin: 0 0.5em;
}
.secondary-ranking > .list {
  list-style: none;
  margin: 0;
  padding: 20px;
  border-radius: 20px;
  background: #fff;
  counter-reset: my-counter;
}
.secondary-ranking > .list > li {
  display: block;
}
.secondary-ranking > .list > li:nth-of-type(1) > .card > .body::before {
  color: #D3AB27;
}
.secondary-ranking > .list > li:nth-of-type(2) > .card > .body::before {
  color: #A7B2A7;
}
.secondary-ranking > .list > li:nth-of-type(3) > .card > .body::before {
  color: #CD6E39;
}
.secondary-ranking > .list > li:nth-of-type(n+4) {
  display: none;
}
.secondary-ranking > .list > li + li {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #CCC;
}
.secondary-ranking > .list > li > .card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.secondary-ranking > .list > li > .card > .image {
  flex: 0 0 auto;
  margin: 0 16px 0 0;
}
.secondary-ranking > .list > li > .card > .body::before {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #32B16C;
  content: "No." counter(my-counter);
  counter-increment: my-counter;
}
.secondary-ranking > .list > li > .card > .body > .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 45em;
  -webkit-line-clamp: 3;
  margin: 4px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}

.secondary-kerword {
  margin: 8px 0 0;
}
.secondary-kerword > .list {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.secondary-kerword > .list > .tabBtn {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 50%;
  padding: 12px 4px;
  border-bottom: 4px solid;
  color: #C2C2C2;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
}
.secondary-kerword > .list > .tabBtn.-current {
  color: #32B16C;
}
.secondary-kerword > .contents {
  max-height: 350px;
  margin: 24px 0 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.secondary-kerword > .contents > .panel {
  display: none;
}
.secondary-kerword > .contents > .panel.-active {
  display: block;
}

.secondary-tag,
.secondary-tags {
  margin: 0;
}
.secondary-tag > .list,
.secondary-tags > .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -8px -6px;
}
.secondary-tag > .list > li,
.secondary-tags > .list > li {
  display: inline-block;
  margin: 0 0 8px 6px;
}
.secondary-tag > .list > li .tag,
.secondary-tags > .list > li .tag {
  display: inline-block;
  padding: 8px 1em;
  border-radius: 3em;
  background: #EDF0ED;
  color: inherit;
  font-size: 0.875rem;
  text-decoration: none;
  line-height: 1.5;
}

.secondary-tag {
  max-height: 400px;
  margin-top: 16px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.secondary-archive {
  margin: 16px 0 0;
  border-radius: 6px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  overflow: hidden;
}
.secondary-archive > dt {
  position: relative;
  margin: 0;
  padding: 14px 60px 14px 15px;
  background: #EDF0ED;
  cursor: pointer;
}
.secondary-archive > dt::after {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 46px;
  background: #32B16C;
  font-size: 1.25rem;
  color: #fff;
}
.secondary-archive > dd {
  display: none;
  position: relative;
  background: #F8F8F8;
  z-index: 1;
}
.secondary-archive > dd + dd {
  border-top: 1px dashed #C2C2C2;
}
.secondary-archive a {
  display: block;
  padding: 0.75em 15px;
  color: inherit;
  text-decoration: none;
}

.secondary-contact {
  display: block;
  margin-top: 20px;
}
.secondary-contact > *:first-child {
  margin-top: 0 !important;
}
.secondary-contact > .button {
  max-width: 154px;
  margin: 20px auto 0;
}

/**************************************************/
/* components - form */
/**************************************************/
form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.25;
  resize: vertical;
}

*:placeholder-shown {
  color: #999;
}
*::-webkit-input-placeholder {
  color: #999;
}
*:-moz-placeholder {
  color: #999;
  opacity: 1;
}
*::-moz-placeholder {
  color: #999;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #999;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error {
  position: relative;
  margin: 10px 0 0;
  color: #cc0000;
  font-weight: 700;
}
.f-error:not(.validator-result-) {
  display: block;
}

.f-error-message {
  display: block;
  margin-bottom: 40px;
  padding: 1em;
  border-radius: 8px;
  background-color: #ffe6e6;
  color: #cc0000;
  font-weight: bold;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-field {
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px;
  border: 2px solid #EDF0ED;
  border-radius: 6px;
  line-height: 1.5rem;
}
.f-field.-short {
  max-width: 140px;
}
.f-field.-middle {
  max-width: 240px;
}
.f-field.-long {
  max-width: 400px;
}
.f-field.-active {
  ime-mode: active;
}
.f-field.-inactive {
  ime-mode: inactive;
}

textarea.f-field {
  display: block;
}

.f-btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 1em;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #32B16C;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}
.f-btn.-back {
  border-color: #32B16C;
  background: #fff;
  color: #32B16C;
}
.f-btn.-delete {
  background: #999;
}

.f-input-form {
  display: block;
  margin: 12px 0 0;
}

.f-toConfirm {
  max-width: 240px;
  margin: 40px auto 0;
}

.f-toSend {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 40px -10px -10px;
}
.f-toSend > .unit {
  display: block;
  width: 240px;
  margin: 0 10px 10px;
}

.f-table table {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: collapse;
}
.f-table th, .f-table td {
  padding: 1em;
  border-top: 1px solid #C2C2C2;
  border-bottom: 1px solid #C2C2C2;
  line-height: 1.5;
  text-align: left;
}
.f-table th {
  width: 30%;
}
@media (max-width: 767px) {
  .f-table table, .f-table thead, .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    width: auto;
    padding: 0;
    border: none;
    font-size: 0.875rem;
  }
  .f-table tr {
    padding: 20px 16px;
    border-bottom: 1px solid #C2C2C2;
  }
  .f-table td {
    margin-top: 8px;
  }
}

/**************************************************/
/* home */
/**************************************************/
body#top .keyvisual-wrapper {
  position: relative;
}
body#top .keyvisual-wrapper .swiper {
  margin-bottom: -1.875rem;
  padding-bottom: 1.875rem;
}
@media (max-width: 767px) {
  body#top .keyvisual-wrapper .swiper {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
body#top .keyvisual-wrapper .swiper-button-next,
body#top .keyvisual-wrapper .swiper-button-prev {
  width: 3.125rem;
  height: 3.125rem;
}
@media (max-width: 1023px) {
  body#top .keyvisual-wrapper .swiper-button-next,
  body#top .keyvisual-wrapper .swiper-button-prev {
    width: 2.25rem;
    height: 2.25rem;
  }
}
body#top .keyvisual-wrapper .swiper-button-prev {
  left: 0;
  right: auto;
  transform: translate(-50%, -3.125rem);
}
@media (max-width: 1023px) {
  body#top .keyvisual-wrapper .swiper-button-prev {
    transform: translate(0, -3.75rem);
  }
}
body#top .keyvisual-wrapper .swiper-button-next {
  right: 0;
  left: auto;
  transform: translate(50%, -3.125rem);
}
@media (max-width: 1023px) {
  body#top .keyvisual-wrapper .swiper-button-next {
    transform: translate(0, -3.75rem);
  }
}
body#top .keyvisual-wrapper :where(.swiper-button-next, .swiper-button-prev)::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_anchor.svg) center/contain no-repeat;
}
body#top .keyvisual-wrapper .swiper-button-prev::after {
  transform: rotate(180deg);
}
body#top .pagination-wrap {
  position: absolute;
  right: 0;
  bottom: 54px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  width: fit-content;
}
@media (max-width: 1023px) {
  body#top .pagination-wrap {
    position: static;
    margin-left: auto;
    margin-top: 1.25rem;
  }
}
body#top .pagination-wrap .swiper-pagination {
  position: static;
}
body#top .pagination-wrap .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  opacity: 1;
  background: #C2C2C2;
  -webkit-mask: url(../images/icon_pagenation.svg);
          mask: url(../images/icon_pagenation.svg);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body#top .pagination-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #32B16C;
}
body#top .pagination-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 12px;
}
body#top .pagination-wrap .first, body#top .pagination-wrap .last {
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 1rem;
}
body#top .keyvisual-card {
  display: block;
  position: relative;
  padding-bottom: 4.375rem;
}
body#top .keyvisual-card > .image {
  display: block;
  position: relative;
  padding-top: 45.4545454545%;
  border-radius: 1.25rem;
  overflow: hidden;
}
body#top .keyvisual-card > .image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#top .keyvisual-card > .body {
  display: block;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 532px;
  padding: 20px;
  border-radius: 1.25rem;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.08);
}
body#top .keyvisual-card > .body > .meta {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -8px;
  line-height: 1.5;
}
body#top .keyvisual-card > .body > .meta > .date {
  display: inline-block;
  margin: 0 0 0 8px;
  font-size: 0.8125rem;
  font-weight: 400;
}
body#top .keyvisual-card > .body > .meta > .category {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0.25em 1em;
  border-radius: 2em;
  background: #32B16C;
  font-size: 0.625rem;
  color: #FFF;
  font-weight: 400;
}
body#top .keyvisual-card > .body > .title {
  margin: 8px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
body#top .keyvisual-card > .body > .summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 8px 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  body#top .keyvisual-card {
    padding: 0 1.25rem 3.125rem;
  }
  body#top .keyvisual-card > .image {
    padding-top: 56.8181818182%;
  }
  body#top .keyvisual-card > .body {
    left: 0;
    right: 2.5rem;
    width: auto;
  }
  body#top .keyvisual-card > .body > .summary {
    display: none;
  }
  body#top .keyvisual-card > .body > .title {
    font-size: 0.875rem;
  }
  body#top .keyvisual-card > .body > .meta > .date {
    font-size: 0.75rem;
  }
  body#top .keyvisual-card > .body > .meta > .category {
    font-size: 0.5625rem;
  }
}
body#top .keyvisual-card.-topics > .body > .meta > .category {
  background: #f85550;
}
body#top .keyvisual-card.-management > .body > .meta > .category {
  background: #9966cc;
}
body#top .keyvisual-card.-feature > .body > .meta > .category {
  background: #ffbb00;
}
body#top .keyvisual-card.-knowledge > .body > .meta > .category {
  background: #00b9d8;
}
body#top .keyvisual-card.-people > .body > .meta > .category {
  background: #02c255;
}
body#top .keyvisual-card.-information > .body > .meta > .category {
  background: #ff851a;
}
body#top .keyvisual-card.-archive > .body > .meta > .category {
  background: #00797f;
}
body#top .latest-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  list-style: none;
  margin: 3.125rem 0 0;
  padding: 0;
}
@media (max-width: 1023px) {
  body#top .latest-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
body#top .latest-list > .item {
  width: 100%;
  margin: 0;
}
body#top .readmore-wrap {
  max-width: 400px;
  margin: 40px auto 0;
}
body#top .readmore-wrap > .btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  border-radius: 12px;
  background: #32B16C;
  color: #fff;
  padding: 16px;
  font-size: 1.25rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 1023px) {
  body#top .readmore-wrap > .btn {
    font-size: 0.9375rem;
  }
}

/**************************************************/
/* voice */
/**************************************************/
.l-page-wrapper.-voice {
  padding-bottom: 0;
}

.voice-contents {
  position: relative;
  margin-top: 64px;
  padding: 40px 0 180px;
  background: #fff;
}
.voice-contents::before {
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 14px;
  background: url(../images/bg_container_top2.png) repeat-x bottom center/326px 14px;
  content: "";
}

.voice-contents {
  background: #fff url(../../voice/images/bg_repeat-a.gif);
}
.voice-contents .voice-contents-inner {
  max-width: 1080px;
  padding: 20px 40px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .voice-contents .voice-contents-inner {
    padding: 0 20px;
  }
}
.voice-contents .voice-introduction {
  margin-bottom: 40px;
  text-align: center;
}
.voice-contents .voice-introduction > .image {
  margin-bottom: 30px;
}
.voice-contents .voice-introduction > .lead {
  font-weight: bold;
  margin-bottom: 30px;
}
.voice-contents .voice-introduction > .update {
  font-size: 1.125rem;
  font-weight: bold;
  color: #999;
}
.voice-contents .voice-summary .voice-theme {
  background: #32B16C;
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
  padding: 35px 40px 40px;
  margin-bottom: 100px;
  line-height: 1.4;
  position: relative;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-theme {
    font-size: 1.625rem;
    padding: 25px 20px 30px;
    margin-bottom: 60px;
  }
}
.voice-contents .voice-summary .voice-theme::before, .voice-contents .voice-summary .voice-theme::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 32px 0 0;
  border-color: #019604 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
}
.voice-contents .voice-summary .voice-theme::before {
  left: 0;
  transform: scale(-1, 1);
}
.voice-contents .voice-summary .voice-theme::after {
  right: 0;
}
.voice-contents .voice-summary .voice-block {
  max-width: 1000px;
  margin: 70px auto 0;
  display: flex;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block {
    display: block;
    margin: 40px auto 0;
  }
}
.voice-contents .voice-summary .voice-block > .image {
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 260px;
  overflow: hidden;
  border-radius: 40px;
  flex-shrink: 0;
  z-index: 4;
}
.voice-contents .voice-summary .voice-block > .image::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.voice-contents .voice-summary .voice-block > .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: transform 0.4s ease-out;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block > .image {
    width: 80%;
    height: 80%;
    margin: 0 auto;
  }
}
.voice-contents .voice-summary .voice-block > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-contents .voice-summary .voice-block > .comment {
  background: #fff;
  position: relative;
}
.voice-contents .voice-summary .voice-block > .comment::after {
  content: "";
  width: 100%;
  height: 100%;
  background: #32B16C;
  border-radius: 40px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  z-index: 1;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block > .comment::after {
    right: -5px;
    bottom: -5px;
  }
}
.voice-contents .voice-summary .voice-block > .comment > .inner {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 4px solid #32B16C;
  border-radius: 40px;
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .title {
  font-size: 1.5rem;
  color: #32B16C;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block > .comment > .inner > .title {
    font-size: 1.3125rem;
  }
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .detail {
  position: relative;
  padding-bottom: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block > .comment > .inner > .detail {
    margin-top: 0.5em;
  }
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .detail::before {
  content: "";
  background: #32B16C;
  width: 100%;
  height: 4px;
  border-radius: 100px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .detail::after {
  content: "";
  background: url(../../voice/images/border-a.gif) no-repeat;
  background-size: 88px 6px;
  width: 88px;
  height: 6px;
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 2;
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .detail > .name {
  font-size: 1.25rem;
  margin: 0 10px;
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .text {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block > .comment > .inner > .text {
    font-size: 1rem;
  }
}
.voice-contents .voice-summary .voice-block > .comment > .inner > .text:last-child {
  margin-bottom: 0;
}
.voice-contents .voice-summary .voice-block.-left > .image {
  order: 1;
}
.voice-contents .voice-summary .voice-block.-left > .comment {
  order: 2;
  margin: 40px 0 0 -40px;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block.-left > .comment {
    margin: -40px 0 0 0;
  }
}
.voice-contents .voice-summary .voice-block.-left > .comment > .inner {
  padding: 40px 40px 40px 80px;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block.-left > .comment > .inner {
    padding: 60px 20px 25px;
  }
}
.voice-contents .voice-summary .voice-block.-right > .image {
  order: 2;
}
.voice-contents .voice-summary .voice-block.-right > .comment {
  order: 1;
  margin: 40px -40px 0 0;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block.-right > .comment {
    margin: -40px 0 0 0;
  }
}
.voice-contents .voice-summary .voice-block.-right > .comment > .inner {
  padding: 40px 80px 40px 40px;
}
@media (max-width: 767px) {
  .voice-contents .voice-summary .voice-block.-right > .comment > .inner {
    padding: 60px 20px 25px;
  }
}

/**************************************************/
/* pages */
/**************************************************/
body.index .return-home {
  max-width: 320px;
  margin: 80px auto 0;
}
body.index .return-home > .btn {
  border: none;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 12px 1em;
  border: 2px solid transparent;
  border-radius: 10px;
  background: #32B16C;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.index .return-home {
    display: none;
  }
  body.index .return-home > .btn {
    font-size: 0.9375rem;
  }
}

body.-archive .magazine-lead {
  margin: 20px 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
body.-archive .magazine-heading {
  margin: 60px 0 0;
  padding-left: 0.75em;
  border-left: 8px solid var(--color-category);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
body.-archive .magazine-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 24px 0 -20px -20px;
}
body.-archive .magazine-list > li {
  display: block;
  width: calc(50% - 20px);
  margin: 0 0 20px 20px;
}
body.-archive .magazine-card {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
  box-sizing: border-box;
  height: 100%;
  padding: 20px 4.6511627907%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}
body.-archive .magazine-card > .thumbnail {
  display: block;
  width: 40.5128205128%;
}
body.-archive .magazine-card > .thumbnail img {
  display: block;
  width: 100%;
}
body.-archive .magazine-card > .body {
  display: flex;
  flex-direction: column;
  width: 54.358974359%;
}
body.-archive .magazine-card > .body > .title {
  margin: 0;
  font-size: 1.125rem;
  color: var(--color-category);
  font-weight: 700;
  line-height: 1.5;
}
body.-archive .magazine-card > .body > .summary {
  flex: 1 1 auto;
  margin: 12px 0 0;
  font-size: 0.9375rem;
  line-height: 1.75;
}
body.-archive .magazine-card > .body > .readmore {
  margin: 12px 0 0;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: right;
}
body.-archive .magazine-card > .body > .readmore a {
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
  color: var(--color-category);
  text-decoration: none;
}
body.-archive .magazine-card > .body > .readmore a::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  font-size: 1.1428571429em;
}
body.-archive .magazine-secondary {
  margin-top: 50px;
  padding: 32px 20px;
  border-radius: 20px;
  background: #fff;
}
body.-archive .magazine-secondary > *:first-child {
  margin-top: 0 !important;
}
body.-archive .magazine-secondary > .heading {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  align-items: center;
  margin: 32px 0 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: var(--color-category);
  line-height: 1.5;
}
body.-archive .magazine-secondary > .list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
body.-archive .magazine-secondary > .list > li {
  display: block;
  font-weight: 700;
  line-height: 1.5;
}
body.-archive .magazine-secondary > .list > li + li {
  border-top: 1px dashed #999;
}
body.-archive .magazine-secondary > .list a.link {
  display: block;
  position: relative;
  padding: 16px 16px 16px 24px;
  color: inherit;
  text-decoration: none;
}
body.-archive .magazine-secondary > .list a.link::before {
  vertical-align: middle;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  position: absolute;
  top: calc(50% - 0.45em);
  left: 0;
  color: var(--color-category);
}

body.-contact .contact-contents {
  margin: 0 auto;
  padding: 80px 120px;
  border-radius: 120px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
body.-contact .contact-contents > .form {
  display: block;
  margin: 40px auto 0;
}
@media (max-width: 1023px) {
  body.-contact .contact-contents {
    padding: 60px 40px;
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  body.-contact .contact-contents {
    padding: 32px 20px;
    border-radius: 12px;
  }
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* print */
/**************************************************/
@media print {
  body {
    background: transparent !important;
  }
  .l-page-wrapper {
    background: transparent !important;
  }
  .l-page-wrapper::before {
    display: none !important;
  }
  .l-header,
  .l-footer,
  .l-container .headline,
  .l-container .secondary,
  .c-prevnext,
  .l-entry-comment,
  .comment-heading,
  .comment-block,
  .comment-form,
  .entry-vote,
  .printbtn {
    display: none !important;
  }
  .l-entry-contents {
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .l-container {
    width: 100% !important;
    padding: 0 !important;
  }
}