@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/**
 * mixins Stylesheet
*/
/**
 * base Stylesheet
*/
* {
  box-sizing: border-box;
  margin: 0;
}

html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #005bac;
}
a > svg {
  margin-left: 4px;
  fill: currentColor;
}
a:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
a > svg {
  fill: #00b8ee;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

button,
input[type=button],
input[type=checkbox],
input[type=image],
input[type=radio],
input[type=reset],
input[type=submit],
label,
select {
  cursor: pointer;
}

button,
input,
select,
textarea {
  vertical-align: top;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type=text],
textarea {
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

img {
  vertical-align: top;
}

button {
  margin: 0;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
}

input[type=text] {
  border: none;
  border-radius: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
}

body {
  font-family: FFKievitWebProRegular, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 100%;
  line-height: 1.6;
  color: #3e3a39;
  word-wrap: break-word;
}
@media (min-width: 641px) {
  body {
    min-width: 1000px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
.contents-w {
  width: auto;
  max-width: 1000px;
  margin: auto;
}
@media (min-width: 641px) {
  .contents-w {
    max-width: 1016px;
    padding: 0 8px;
  }
}

.pageTop,
.subpage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.pageTop .footer,
.subpage .footer {
  margin-top: auto;
}

.pagetop {
  display: none;
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 2;
}
@media (min-width: 641px) {
  .pagetop {
    top: auto;
    right: 12px;
    bottom: 12px;
    margin-top: 0;
  }
}
.pagetop a {
  display: block;
  width: 44px;
  height: 44px;
  background-color: rgba(62, 58, 57, 0.45);
  transition: opacity 0.3s;
}
.pagetop a::before, .pagetop a::after {
  content: "";
  position: absolute;
  top: 16px;
  width: 9px;
  height: 2px;
  background-color: #fff;
}
.pagetop a::before {
  right: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.pagetop a::after {
  left: 22px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagetop a:hover {
  opacity: 0.8;
}
@media (min-width: 641px) {
  .pagetop a {
    width: 32px;
    height: 32px;
  }
  .pagetop a::before, .pagetop a::after {
    top: 11px;
  }
  .pagetop a::before {
    right: 16px;
  }
  .pagetop a::after {
    left: 16px;
  }
}

/**
 * vars Stylesheet
*/
/**
 * utils Stylesheet
*/
.arw {
  display: inline-block;
  width: 0;
  height: 0;
  border-right: none;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #005bac;
  transition: border 0.3s;
  margin-right: 12px;
}

.icon-blank, .icon-blank--white {
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url(../images/icon_blank.png) no-repeat;
  background-size: contain;
  margin-left: 12px;
}
.icon-blank--white {
  background: url(../images/icon_blank-white.png) no-repeat;
  background-size: contain;
}

.icon-pdf::after {
  content: "";
  width: 33px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/icon-pdf.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.label, .label--hold, .label--new, .label--announce, .label--wg {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 20px;
  margin-left: auto;
}
@media (min-width: 641px) {
  .efforts .label, .efforts .label--hold, .efforts .label--new, .efforts .label--announce, .efforts .label--wg, .seminar .label, .seminar .label--hold, .seminar .label--new, .seminar .label--announce, .seminar .label--wg {
    margin: 2px 0 auto auto;
  }
}
.effortsDetail .label, .effortsDetail .label--hold, .effortsDetail .label--new, .effortsDetail .label--announce, .effortsDetail .label--wg, .seminarDetail .label, .seminarDetail .label--hold, .seminarDetail .label--new, .seminarDetail .label--announce, .seminarDetail .label--wg {
  display: inline-block;
}
@media (min-width: 641px) {
  .effortsDetail .label, .effortsDetail .label--hold, .effortsDetail .label--new, .effortsDetail .label--announce, .effortsDetail .label--wg, .seminarDetail .label, .seminarDetail .label--hold, .seminarDetail .label--new, .seminarDetail .label--announce, .seminarDetail .label--wg {
    font-size: 18px;
  }
}
.label-area {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: -8px -8px 0;
}
.label-area .label, .label-area .label--hold, .label-area .label--new, .label-area .label--announce, .label-area .label--wg {
  margin: 8px 8px 0;
}
.seminarDetail .label-area .label, .seminarDetail .label-area .label--hold, .seminarDetail .label-area .label--new, .seminarDetail .label-area .label--announce, .seminarDetail .label-area .label--wg {
  font-size: 14px;
}
.label--wg {
  background: #00b8ee;
  font-size: 10px;
  padding: 5px 8px;
}
@media (min-width: 641px) {
  .label--wg {
    font-size: initial;
    padding: 5px 20px;
  }
}
.label--announce {
  background: #F3F3F3;
  color: inherit;
}
.label--new {
  background: #005BAC;
  color: #fff;
  font-weight: normal;
  padding: 5px 8px;
}
.label--hold {
  background: #00b8ee;
}

._disp-sp {
  display: block;
}
@media (min-width: 641px) {
  ._disp-sp {
    display: none;
  }
}

._disp-pc {
  display: none;
}
@media (min-width: 641px) {
  ._disp-pc {
    display: block;
  }
}

/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #fff;
    color: #000;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
pre {
    page-break-inside: avoid;
  }
  ul,
ol,
dl {
    page-break-before: avoid;
  }
}
/**
 * header Stylesheet
*/
.header {
  position: relative;
}
@media (min-width: 641px) {
  .header {
    border-bottom: 1px solid #d2d2d2;
  }
}
.header-nav, .header-search, .header-note {
  display: flex;
  align-items: center;
  height: 46px;
  line-height: 1;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  padding: 0 4vw;
}
@media (min-width: 641px) {
  .header-nav, .header-search, .header-note {
    line-height: inherit;
  }
}
.header-nav p, .header-search p, .header-note p {
  font-weight: bold;
  font-size: initial;
  margin-right: auto;
}
.header-nav span, .header-search span, .header-note span {
  font-size: 10px;
  letter-spacing: -0.5px;
}
@media (min-width: 641px) {
  .header-nav span, .header-search span, .header-note span {
    letter-spacing: inherit;
  }
}
.header-nav span img, .header-search span img, .header-note span img {
  width: 10.45px;
  height: 13.78px;
  margin: 0 0 -1px 5px;
}
@media (min-width: 641px) {
  .header-nav span img, .header-search span img, .header-note span img {
    width: 11px;
  }
}
.upper-area .header-nav, .upper-area .header-search, .upper-area .header-note {
  display: none;
}
@media (min-width: 641px) {
  .upper-area .header-nav, .upper-area .header-search, .upper-area .header-note {
    display: flex;
    border: none;
  }
}
@media (min-width: 641px) {
  .header-nav {
    height: auto;
    padding: 10px 0 4px;
    margin-left: auto;
  }
}
@media (min-width: 641px) {
  .header-search {
    align-items: flex-end;
    padding: 0;
    margin: 0 0 0 auto;
  }
  .header-search input[type=text] {
    position: relative;
    margin-left: 0;
    border-radius: 3px 0 0 3px;
    border: none;
    padding: 2px 18px;
    width: 240px;
    height: 32px;
    background-color: #f3f3f3;
    font-size: 1.3rem;
    line-height: inherit;
  }
  .header-search button {
    border: none;
    margin-left: 2.25px;
    border-radius: 0 3px 3px 0;
    padding: 0;
    width: 42px;
    height: 32px;
    background-color: #005bac;
  }
  .header-search button svg {
    margin-top: 2px;
  }
}
@media (min-width: 641px) {
  .header-note {
    align-items: flex-end;
    padding: 0;
    margin-bottom: -8px;
  }
  .header-note span {
    font-size: 12px;
    margin-bottom: 3px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
}
@media (min-width: 641px) {
  .header-logo {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .header-link {
    display: flex;
    align-items: center;
  }
}
.header-link li {
  display: flex;
  align-items: center;
}
.header-link li:nth-child(n+2) {
  margin-top: 16px;
}
@media (min-width: 641px) {
  .header-link li:nth-child(n+2) {
    margin: 0 0 0 20px;
  }
}
.header-link li a {
  display: block;
  position: relative;
  font-size: 1.3rem;
  color: inherit;
  padding-left: 10px;
}
.header-link li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-color: transparent;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-left-color: #3e3a39;
}
@media (min-width: 641px) {
  .header-link li a::before {
    display: none;
  }
}
.header-link li a.loginlink {
  font-size: 15px;
  font-weight: bold;
  color: #005bac;
}
.header-link li a:hover {
  text-decoration: underline;
  opacity: 1;
}
.header-link li svg {
  fill: #005bac;
  margin-left: 4px;
}
@media (min-width: 641px) {
  .header-link li svg {
    margin-left: 10px;
  }
}
.header .upper-area {
  position: relative;
}
.header .upper-area .contents-w {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 72px;
  padding: 0 5.33333vw;
  margin-left: -6px;
}
@media (min-width: 641px) {
  .header .upper-area .contents-w {
    display: flex;
    flex-direction: column;
    height: 100px;
    padding: 0;
    margin: auto;
  }
}
@media (min-width: 641px) {
  .header .lower-area {
    display: none;
  }
}
.header.is-active .sp-menu-btn span {
  background-color: transparent;
}
.header.is-active .sp-menu-btn span::before {
  bottom: 0;
  background-color: #00b8ee;
  margin-bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header.is-active .sp-menu-btn span::after {
  top: 0;
  background-color: #00b8ee;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.logo-block {
  margin: 0;
}
@media (min-width: 641px) {
  .logo-block {
    margin-left: -33px;
    margin-top: -0.5px;
  }
}
@media (min-width: 641px) and (max-width: 1100px) {
  .logo-block {
    margin-left: 0;
  }
}
.logo-block a {
  display: flex;
  align-items: center;
  color: initial;
  font-size: 16px;
}
.logo-block a:hover {
  opacity: 1;
}
.logo-block a p {
  display: none;
  margin: auto 27px 0 22px;
  line-height: 1.2;
}
@media (min-width: 641px) {
  .logo-block a p {
    display: block;
  }
}
.logo-block img {
  width: 197px;
}
@media (min-width: 641px) {
  .logo-block img {
    width: 230px;
  }
}

.sp-menu-btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #d2d2d2;
  width: 73px;
}
@media (min-width: 641px) {
  .sp-menu-btn {
    display: none;
  }
}
.sp-menu-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -16px;
  width: 32px;
  height: 2px;
  background-color: #005bac;
  transition: background-color 0.3s;
}
.sp-menu-btn span::before, .sp-menu-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #005bac;
  transition: 0.3s;
}
.sp-menu-btn span::before {
  bottom: 100%;
  margin-bottom: 9px;
}
.sp-menu-btn span::after {
  top: 100%;
  margin-top: 9px;
}

.sp-menu {
  display: none;
  position: absolute;
  top: 73px;
  border-left: 1px solid #d2d2d2;
  width: 100%;
  z-index: 2;
  height: calc(100vh - 72px - 1px);
  background-color: #fff;
}
.sp-menu-serch {
  border-bottom: 1px solid #d2d2d2;
  padding: 12px 15px;
  height: 73px;
}
.sp-menu-serch form {
  position: relative;
  height: 100%;
  min-height: 48px;
}
.sp-menu-serch input[type=text] {
  border-radius: 3px 0 0 3px;
  padding: 0 70px 0 16px;
  width: 100%;
  height: 100%;
  background-color: #f3f3f3;
  font-size: 1.6rem;
  line-height: inherit;
}
.sp-menu-serch button {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  border-radius: 0 3px 3px 0;
  width: 59px;
  height: 100%;
  background-color: #005bac;
}
.sp-menu-serch button svg {
  margin-left: 1px;
}
.sp-menu-scroll-area {
  position: relative;
  height: calc(100% - 72px);
  overflow-x: scroll;
}

.global-nav li:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.global-nav a {
  display: block;
  position: relative;
  padding: 13px 40px 13px 15px;
  min-height: 50px;
  color: #005BAC;
  font-weight: bold;
  font-size: 1.5rem;
}
.global-nav a::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 94.6666667%;
  height: 1px;
  background-color: #e8e8e8;
}

.sp-only-area {
  padding: 27px 15px 150px;
}

/**
 * header Stylesheet
*/
.footer .backtop-btn {
  position: fixed;
  width: 32px;
  height: 32px;
  background: url(../images/pagetop.png) center;
  background-size: contain;
  right: 12px;
  bottom: 74px;
}
.footer .footer-link-area {
  background-color: #fff;
  border-top: 1px solid #D2D2D2;
}
.footer .footer-link-inner {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
@media (min-width: 641px) {
  .footer .footer-link-inner {
    justify-content: center;
  }
}
.footer .footer-link {
  font-size: 12px;
  color: #3E3A39;
}
.footer .copyright-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #d2d2d2;
  text-align: center;
}
.footer .copyright-area small {
  font-size: 12px;
  color: initial;
}

/**
 * mainvisual Stylesheet
*/
.mainvisual {
  position: relative;
}
.mainvisual-area {
  position: relative;
}
@media (min-width: 641px) {
  .mainvisual-area {
    display: flex;
    justify-content: center;
  }
}
.mainvisual-area::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../images/kv-sp.png) no-repeat;
  background-size: cover;
  padding-top: 122.6666%;
}
@media (min-width: 641px) {
  .mainvisual-area::before {
    background: url(../images/kv.png) no-repeat;
    background-size: 100%;
    padding-top: 42.1875%;
  }
}
.mainvisual-area .contents-w {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .mainvisual-area .contents-w {
    max-width: 1036px;
  }
}
.mainvisual-area h1 {
  position: relative;
  color: #005BAC;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.48);
  margin: 0 0 0 6.4vw;
}
@media (min-width: 641px) {
  .mainvisual-area h1 {
    margin-left: 0;
    font-size: 64px;
    line-height: 72px;
    text-shadow: 0 0 16px rgba(0, 0, 0, 0.48);
  }
}
.mainvisual-area h1.head--label {
  width: 100%;
}
@media (min-width: 641px) {
  .mainvisual-area h1.head--label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.mainvisual-area h1.head--label span {
  display: block;
  position: relative;
  z-index: 2;
}
.mainvisual-area h1::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 110px;
  z-index: 1;
  top: 0;
}
@media (min-width: 641px) {
  .mainvisual-area h1::before {
    width: 100vh;
    height: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.mainvisual-area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 6.4vw;
  margin: 12px auto 12px;
}
@media (min-width: 641px) {
  .mainvisual-area ul {
    justify-content: space-between;
    padding: 0;
    margin: 8px auto 0;
  }
}
.mainvisual-area ul li {
  position: relative;
  background: #fff;
  width: 48.5%;
  height: auto;
  min-height: 88px;
  border-radius: 6px;
  margin-bottom: 8px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.24);
  z-index: 2;
}
@media (min-width: 641px) {
  .mainvisual-area ul li {
    width: 230px;
    height: 128px;
    margin-bottom: 20px;
  }
}
.mainvisual-area ul li:nth-child(2n) {
  margin-left: 8px;
}
@media (min-width: 641px) {
  .mainvisual-area ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.mainvisual-area ul li:first-child a::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/icon_book.png) no-repeat;
  background-size: 100%;
  margin: 4px auto;
}
@media (min-width: 641px) {
  .mainvisual-area ul li:first-child a::before {
    width: 56px;
    height: 56px;
    margin-top: 10px;
  }
}
.mainvisual-area ul li:nth-child(2) {
  margin-left: 8px;
}
.mainvisual-area ul li:nth-child(2) a::before {
  content: "";
  display: block;
  width: 52px;
  height: 46px;
  background: url(../images/icon_workshop.png) no-repeat;
  background-size: 100%;
  margin: 8px auto;
}
@media (min-width: 641px) {
  .mainvisual-area ul li:nth-child(2) a::before {
    width: 72px;
    height: 42px;
    margin-top: 18px;
  }
}
.mainvisual-area ul li:nth-child(3) a::before {
  content: "";
  display: block;
  width: 52px;
  height: 47px;
  background: url(../images/icon_seminar.png) no-repeat;
  background-size: 100%;
  margin: 2px auto;
}
@media (min-width: 641px) {
  .mainvisual-area ul li:nth-child(3) a::before {
    width: 70px;
    height: 61px;
    margin-top: 10px;
  }
}
.mainvisual-area ul li:nth-child(4) {
  background-color: rgba(0, 91, 172, 0.48);
  border: 4px solid #fff;
}
.mainvisual-area ul li:nth-child(4) a {
  color: #fff;
  line-height: 1.2;
}
.mainvisual-area ul li:nth-child(4) a::before {
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 40px;
  background: url(../images/journal-tx.png) no-repeat;
  background-size: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 641px) {
  .mainvisual-area ul li:nth-child(4) a::before {
    width: 89px;
    height: 52px;
  }
}
.mainvisual-area ul li:nth-child(4) a::after {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 30px;
  height: 20px;
  background: url(../images/icon_journal.png) no-repeat;
  background-size: 100%;
  margin: auto;
}
@media (min-width: 641px) {
  .mainvisual-area ul li:nth-child(4) a::after {
    bottom: 12px;
    width: 45px;
    height: 30px;
  }
}
.mainvisual-area ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #005bac;
  font-size: initial;
  font-weight: bold;
  text-align: center;
  padding: 8px;
}
@media (min-width: 641px) {
  .mainvisual-area ul li a {
    font-size: 24px;
    padding: 12px;
  }
}
.mainvisual-area ul li a span {
  position: absolute;
  bottom: 5px;
  left: 50%;
  display: block;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 641px) {
  .mainvisual-area ul li a span {
    padding: 4px;
  }
}
.mainvisual-area ul li .arw {
  position: absolute;
  right: 9px;
  bottom: 10px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #005bac;
  margin-right: 0;
}
@media (min-width: 641px) {
  .mainvisual-area ul li .arw {
    right: 7px;
    bottom: 16px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #005bac;
  }
}
.mainvisual-nav {
  margin-top: auto;
}
.mainvisual-header {
  padding-top: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 641px) {
  .mainvisual-header {
    padding-top: 31px;
  }
}
.mainvisual-map {
  margin-right: 10px;
  width: 60%;
  height: auto;
  background: #fff;
  border-radius: 8px;
}
@media (min-width: 641px) {
  .mainvisual-map {
    margin-right: 0;
    width: 34.1%;
  }
}

/**
 * sidecontents Stylesheet
*/
.side-contents {
  padding: 54px 20px;
}
@media (min-width: 641px) {
  .side-contents {
    padding: 90px 0 40px;
  }
}
.efforts .side-contents, .effortsDetail .side-contents, .workshop .side-contents, .seminar .side-contents, .seminarDetail .side-contents {
  padding: 0 20px;
}
@media (min-width: 641px) {
  .efforts .side-contents, .effortsDetail .side-contents, .workshop .side-contents, .seminar .side-contents, .seminarDetail .side-contents {
    padding: 0;
  }
}
.side-contents h2 {
  font-size: 20px;
  line-height: 32px;
  border-left: 3px solid #005bac;
  padding-left: 15px;
  margin-bottom: 26px;
}
.side-contents h3 {
  font-size: initial;
  font-weight: bold;
  color: #005bac;
  margin: 20px 0 18px;
}
.side-contents .date {
  font-size: 12px;
  color: initial;
}
@media (min-width: 641px) {
  .side-contents .date {
    margin-right: 31px;
  }
}
.side-contents .new {
  display: inline-block;
  width: 45px;
  height: 24px;
  background: #005bac;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 24px;
  text-align: center;
  margin-left: 4px;
}
.side-contents .new::before {
  content: "NEW";
}

.pickup-area {
  margin-bottom: 60px;
}
@media (min-width: 641px) {
  .pickup-list {
    display: flex;
    justify-content: space-between;
  }
}
.pickup-item {
  margin-bottom: 31px;
}
.pickup-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .pickup-item {
    width: 312px;
  }
}

.news-area {
  margin-top: 60px;
}
.news-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 92px;
  border-bottom: 1px dotted #d2d2d2;
}
@media (min-width: 641px) {
  .news-item {
    flex-direction: row;
    height: 70px;
    justify-content: flex-start;
    align-items: center;
  }
}
.news-item a {
  font-size: 14px;
  color: #005bac;
}
.news-item a:hover {
  opacity: 1;
  text-decoration: underline;
}

.faq-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 20px;
}
@media (min-width: 641px) {
  .faq-area {
    position: relative;
    width: 584px;
    padding: 24px 38px 24px 160px;
    margin: auto;
  }
}
.faq-area a {
  font-size: initial;
  font-weight: bold;
  color: #005bac;
  margin-left: 20px;
}
.faq-area a:hover {
  opacity: 1;
  text-decoration: underline;
}
@media (min-width: 641px) {
  .faq-area a {
    margin-left: 0;
  }
}
.faq-area img {
  width: 48px;
}
@media (min-width: 641px) {
  .faq-area img {
    position: absolute;
    left: 40px;
    width: 80px;
  }
}
.faq-area p {
  font-size: initial;
  margin-top: 16px;
}

/**
 * category Stylesheet
*/
.category-area {
  margin: 60px 0 30px;
}
@media (min-width: 641px) {
  .category-area {
    margin-bottom: 40px;
  }
}
@media (min-width: 641px) {
  .category-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.category-item {
  margin-bottom: 30px;
}
@media (min-width: 641px) {
  .category-item {
    width: 480px;
  }
  .category-item:nth-child(n+3) {
    margin: 40px 0 0;
  }
}
.category-item:last-child {
  margin-bottom: 0;
}
.category-item p {
  font-size: initial;
  color: initial;
}
.subpage .category-area {
  width: calc(100% + 40px);
  background: #f1f1f1;
  padding: 30px 20px;
  margin: 60px 0 0 -20px;
}
@media (min-width: 641px) {
  .subpage .category-area {
    width: 100%;
    margin: 60px 0 0 0;
  }
}
.subpage .category-item {
  background: #fff;
  border-radius: 3px;
}
@media (min-width: 641px) {
  .subpage .category-item {
    width: calc(33% - 20px);
    max-width: 320px;
    margin: 0;
  }
}
.subpage .category-item a {
  display: flex;
  padding-left: 20px;
}
.subpage .category-item h3 {
  margin: auto auto auto 0;
}
.subpage .category-image {
  width: 140px;
  height: 144px;
  overflow: hidden;
  border-radius: 0 3px 3px 0;
}
@media (min-width: 641px) {
  .subpage .category-image {
    width: 130px;
    height: 128px;
  }
}

/**
 * breadlist Stylesheet
*/
.breadlist ul {
  display: flex;
  flex-wrap: wrap;
  margin: 6px 0 48px;
}
@media (min-width: 641px) {
  .breadlist ul {
    margin: 11px 0 41px;
  }
}
.breadlist ul li {
  font-size: 11px;
  margin-top: 8px;
}
.breadlist ul li::after {
  content: ">";
  margin: 0 8px;
}
.breadlist ul li:last-child::after {
  content: none;
}

/**
 * pagecontents Stylesheet
*/
.pagecontents-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}
@media (min-width: 641px) {
  .pagecontents-title {
    flex-direction: row;
    margin-bottom: 26px;
  }
  .workshop .pagecontents-title, .seminar .pagecontents-title {
    flex-wrap: wrap;
    margin-bottom: 14px;
  }
  .seminarDetail .pagecontents-title {
    margin: 40px 0 20px;
  }
}
.pagecontents-title h1 {
  font-size: 20px;
  line-height: 32px;
  border-left: 3px solid #005bac;
  padding-left: 15px;
  margin: 0 0 26px;
}
@media (min-width: 641px) {
  .pagecontents-title h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 641px) {
  .workshop .pagecontents-title h1 {
    display: flex;
    align-items: center;
    margin-bottom: 26px;
  }
}
.seminar .pagecontents-title h1 {
  margin-bottom: 26px;
}
.pagecontents-title__space {
  display: none;
}
@media (min-width: 641px) {
  .pagecontents-title__space {
    display: block;
    width: 100%;
  }
}
.pagecontents-title .new {
  height: 20px;
  line-height: 20px;
}
.pagecontents-item {
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.pagecontents-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 641px) {
  .workshop .pagecontents-item {
    padding-bottom: 60px;
  }
}
.seminarDetail .pagecontents-item .pagecontents-title {
  margin: 30px 0 26px;
}
@media (min-width: 641px) {
  .seminarDetail .pagecontents-item .pagecontents-title {
    margin: 40px 0 20px;
  }
}
.pagecontents-item h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  border: none;
  padding: 0;
  margin-bottom: 20px;
}
.seminarDetail .pagecontents-item h2 {
  font-size: 20px;
  line-height: 32px;
  border-left: 3px solid #005bac;
  padding-left: 15px;
  margin: 0;
}
.pagecontents-item dl {
  display: flex;
  font-size: 14px;
  line-height: 1.4;
}
.pagecontents-item dl + dl {
  margin-top: 4px;
}
.efforts .pagecontents-item dl:nth-of-type(2), .seminar .pagecontents-item dl:nth-of-type(2) {
  flex-direction: column;
}
@media (min-width: 641px) {
  .efforts .pagecontents-item dl:nth-of-type(2), .seminar .pagecontents-item dl:nth-of-type(2) {
    flex-direction: row;
  }
}
.pagecontents-item dl:nth-of-type(2) dt {
  flex: auto;
}
.efforts .pagecontents-item dl:nth-of-type(2) dt {
  width: 56px;
}
@media (min-width: 641px) {
  .efforts .pagecontents-item dl:nth-of-type(2) dt {
    flex: 0 0 56px;
  }
}
@media (min-width: 641px) {
  .workshop .pagecontents-item dl:nth-of-type(2) dt {
    margin-right: 1.2em;
  }
}
.seminar .pagecontents-item dl:nth-of-type(2) dt {
  flex: auto;
}
@media (min-width: 641px) {
  .seminar .pagecontents-item dl:nth-of-type(2) dt {
    flex: 0 0 72px;
  }
}
.pagecontents-about .pagecontents-item dl {
  flex-direction: row;
}
.pagecontents-item dl dt {
  position: relative;
  font-weight: bold;
  flex: 0 0 56px;
  padding-right: 1em;
}
.pagecontents-item dl dt::after {
  content: ":";
  position: absolute;
  top: -1px;
  right: 0.4em;
}
.seminar .pagecontents-item dl dt {
  width: 72px;
  flex: 0 0 72px;
}
@media (min-width: 641px) {
  .pagecontents-data {
    display: flex;
    flex-direction: row-reverse;
  }
}
.pagecontents-text-area {
  width: 100%;
}
.pagecontents-image {
  width: 100%;
  aspect-ratio: 4/3;
  margin-bottom: 24px;
}
@media (min-width: 641px) {
  .pagecontents-image {
    min-width: 240px;
    max-width: 240px;
    margin-left: 24px;
  }
}
.pagecontents-image img {
  width: 100%;
}
@media (min-width: 641px) {
  .workshop .pagecontents-image {
    margin: 0 0 20px 20px;
  }
}
.seminarDetail .pagecontents-image {
  aspect-ratio: 3/2;
}
.seminarDetail .pagecontents-image img {
  aspect-ratio: 3/2;
}
.pagecontents-image--list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  aspect-ratio: auto;
  margin: 0;
}
@media (min-width: 641px) {
  .pagecontents-image--list {
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    margin: -30px 0 0 -32px;
  }
}
.pagecontents-image--list img {
  max-width: 100%;
  aspect-ratio: 3/2;
}
.pagecontents-image--list img:nth-of-type(n + 2) {
  margin-top: 30px;
}
@media (min-width: 641px) {
  .pagecontents-image--list img {
    width: calc(33.33% - 32px);
    max-width: 312px;
    margin: 30px 0 0 32px;
  }
}
.seminarDetail .pagecontents-image {
  width: 100%;
}
@media (min-width: 641px) {
  .seminarDetail .pagecontents-image {
    min-width: 312px;
    max-width: 312px;
  }
}
.pagecontents-video {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
  margin: 30px auto auto;
}
.pagecontents-video iframe {
  width: 100%;
  height: 100%;
}
.pagecontents-date {
  font-size: 14px;
  margin-bottom: 20px;
}
.seminarDetail .pagecontents-date {
  margin-bottom: 30px;
}
.pagecontents-text {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.effortsDetail .pagecontents-text, .seminarDetail .pagecontents-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.effortsDetail .pagecontents-text p, .seminarDetail .pagecontents-text p {
  margin-bottom: 1rem;
}
.effortsDetail .pagecontents-text p:last-child, .seminarDetail .pagecontents-text p:last-child {
  margin-bottom: 0;
}
.pagecontents-text h3 {
  font-size: 18px;
  color: inherit;
  margin: 30px 0 20px;
}
.pagecontents-text h4 {
  font-size: 16px;
}
.pagecontents-text h4 span {
  display: block;
}
.pagecontents-about {
  background: #F3F3F3;
  padding: 20px;
  margin-bottom: 20px;
}
.pagecontents-about h3 {
  font-size: 18px;
  font-weight: bold;
  color: inherit;
  margin: 0 0 20px;
}
@media (min-width: 641px) {
  .workshop .pagecontents-about h3, .seminarDetail .pagecontents-about h3 {
    margin-bottom: 20px;
  }
}
.pagecontents-about dl:nth-of-type(2) {
  flex-direction: row;
}
@media (min-width: 641px) {
  .workshop .pagecontents-about dl, .seminarDetail .pagecontents-about dl {
    font-size: 16px;
  }
}
.pagecontents-about dl dt {
  font-weight: normal;
  margin-right: 1.2em;
  flex: 0 0 3em !important;
}
@media (min-width: 641px) {
  .workshop .pagecontents-about dl dt, .seminarDetail .pagecontents-about dl dt {
    margin-right: 1.2em;
  }
}
@media (min-width: 641px) {
  .workshop .pagecontents-about dl dd, .seminarDetail .pagecontents-about dl dd {
    line-height: 1.8;
  }
}
.pagecontents-about span {
  font-size: 14px;
}
@media (min-width: 641px) {
  .workshop .pagecontents-about span {
    display: block;
    margin-top: 4px;
  }
}
.pagecontents-lecture {
  margin: 26px 0 60px;
}
.pagecontents-lecture-wrap {
  display: flex;
}
.pagecontents-lecture-item {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted #d2d2d2;
  padding-bottom: 30px;
}
.pagecontents-lecture-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
.pagecontents-lecture-item h3 {
  font-size: 18px;
  color: initial;
  margin: 0;
}
.pagecontents-lecture-item h4 {
  font-size: 16px;
}
.pagecontents-lecture-item h4 span {
  display: block;
}
.pagecontents-lecture-item img {
  width: 105px;
  max-height: 70px;
  aspect-ratio: 3/2;
  margin-left: auto;
}
.pagecontents-lecture-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  background: #005bac;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding: 16px 22px 15px;
  margin: 16px auto 0;
}
@media (min-width: 641px) {
  .pagecontents-lecture-link {
    margin-left: 0;
  }
}
.pagecontents-lecture-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
  transition: border 0.3s;
}
.pagecontents-relatedlink dl {
  flex-direction: column;
}
.workshop .pagecontents-relatedlink dl, .seminarDetail .pagecontents-relatedlink dl {
  font-size: 16px;
}
@media (min-width: 641px) {
  .workshop .pagecontents-relatedlink dl, .seminarDetail .pagecontents-relatedlink dl {
    flex-direction: row;
  }
}
.seminarDetail .pagecontents-relatedlink dl {
  margin-bottom: 25px;
}
.seminarDetail .pagecontents-relatedlink dl dt {
  font-size: 16px;
  margin-bottom: 20px;
}
@media (min-width: 641px) {
  .seminarDetail .pagecontents-relatedlink dl dt {
    margin: 0;
  }
}
.pagecontents-relatedlink dl dt {
  margin-right: auto;
  flex: auto;
}
.workshop .pagecontents-relatedlink dl dt, .seminarDetail .pagecontents-relatedlink dl dt {
  font-weight: normal;
}
@media (min-width: 641px) {
  .workshop .pagecontents-relatedlink dl dt, .seminarDetail .pagecontents-relatedlink dl dt {
    margin-right: 0;
    flex: initial;
  }
}
.pagecontents-relatedlink dl dd {
  display: flex;
  flex-direction: column;
}
.pagecontents-relatedlink dl .icon-blank {
  margin-left: 0;
}
.pagecontents-relatedlink--list dl {
  display: flex;
  flex-direction: column;
  background: #F3F3F3;
  padding: 20px;
  margin: 30px 0 60px;
}
@media (min-width: 641px) {
  .pagecontents-relatedlink--list dl {
    flex-direction: row;
    align-items: center;
  }
}
.pagecontents-relatedlink--list dl dt {
  font-size: 16px;
  margin-bottom: 20px;
  flex: inherit;
}
.pagecontents-relatedlink--list dl dt::after {
  content: none;
}
@media (min-width: 641px) {
  .pagecontents-relatedlink--list dl dt {
    padding-right: 66px;
    margin-bottom: 0;
  }
}
.pagecontents-relatedlink--list dl dd {
  display: flex;
  flex-direction: column;
}
.pagecontents-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  background: #005bac;
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  border-radius: 3px;
  padding: 16px 22px 15px;
  margin: 25px auto auto;
}
@media (min-width: 641px) {
  .pagecontents-link {
    margin: 40px auto auto 0;
  }
}
.pagecontents-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 8px solid #fff;
  transition: border 0.3s;
}
.workshop .pagecontents-link, .seminar .pagecontents-link, .seminarDetail .pagecontents-link {
  max-width: 320px;
  text-align: center;
  line-height: 1.5315;
}
@media (min-width: 641px) {
  .workshop .pagecontents-link, .seminar .pagecontents-link, .seminarDetail .pagecontents-link {
    margin-left: auto;
  }
}
.effortsDetail .pagecontents-link, .seminarDetail .pagecontents-link {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.pagecontents-link .icon-blank--white {
  position: absolute;
  right: 22px;
}
.pagecontents-separate {
  border: none;
  border-bottom: 1px dotted #d2d2d2;
}
.pagecontents-button-area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 641px) {
  .pagecontents-button-area {
    margin-top: 16px;
  }
}
.pagecontents-button-area .pagecontents-link {
  width: 320px;
  max-width: 320px;
  margin: 0 0 20px;
}
@media (min-width: 641px) {
  .pagecontents-button-area .pagecontents-link {
    width: 230px;
    margin: 0;
  }
}
@media (min-width: 641px) {
  .pagecontents-button-area .pagecontents-link + .pagecontents-link {
    width: 320px;
    max-width: 320px;
    margin-left: 14px;
  }
}

/**
 * pagetitle Stylesheet
*/
.pagetitle-area {
  margin-bottom: 60px;
}
.pagetitle-title {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 16px;
  margin: 8px 0 26px;
}
@media (min-width: 641px) {
  .pagetitle-title {
    font-size: 28px;
  }
}
.effortsDetail .pagetitle-title, .seminarDetail .pagetitle-title {
  display: flex;
  flex-direction: column;
  padding: 16px 0 32px;
}
.effortsDetail .pagetitle-title .pagetitle-label, .seminarDetail .pagetitle-title .pagetitle-label {
  font-size: 20px;
  color: #005BAC;
  margin-bottom: 54px;
}
.effortsDetail .pagetitle-title .pagetitle-text, .seminarDetail .pagetitle-title .pagetitle-text {
  display: flex;
  flex-direction: column;
}
@media (min-width: 641px) {
  .effortsDetail .pagetitle-title .pagetitle-text, .seminarDetail .pagetitle-title .pagetitle-text {
    flex-direction: row;
    align-items: center;
  }
}
.pagetitle-lead {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  line-height: 2;
}
@media (min-width: 641px) {
  .pagetitle-lead {
    font-size: 18px;
  }
}

/**
 * pagenation Stylesheet
*/
.pagenation {
  margin: 30px 0 60px;
}
.pagenation .contents-w {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  background: #E0EBF4;
  line-height: 1;
  padding: 18px 15px;
}
@media (min-width: 641px) {
  .pagenation .contents-w {
    padding: 20px;
  }
}
.pagenation-prev, .pagenation-next {
  font-size: 13px;
}
@media (min-width: 641px) {
  .pagenation-prev, .pagenation-next {
    font-size: 14px;
  }
}
.pagenation-prev {
  margin-right: auto;
}
.pagenation-next {
  margin-left: auto;
}
.pagenation-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 1em;
}
.pagenation-item {
  font-size: 14px;
}
.pagenation-item:nth-of-type(n + 2) {
  margin-left: 0.5em;
}
@media (min-width: 641px) {
  .pagenation-item {
    font-size: 13px;
  }
  .pagenation-item:nth-of-type(n + 2) {
    margin-left: 1em;
  }
}

/**
 * efforts Stylesheet
*/
.efforts .side-contents {
  padding: 0 20px;
}
@media (min-width: 641px) {
  .efforts .side-contents {
    padding: 0;
  }
}