@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit; }

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit; }

* {
  padding: 0;
  margin: 0; }

hr {
  overflow: visible;
  height: 0; }

details, main {
  display: block; }

summary {
  display: list-item; }

small {
  font-size: 80%; }

[hidden] {
  display: none; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

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

pre {
  font-size: 1em; }

b, strong {
  font-weight: bolder; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

input {
  border-radius: 0; }

[disabled] {
  cursor: default; }

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

textarea {
  overflow: auto;
  resize: vertical; }

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

optgroup {
  font-weight: 700; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit; }

[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-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

button, input, select, textarea {
  background-color: transparent;
  border-style: none; }

select {
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

select::-ms-value {
  color: currentColor; }

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit; }

img {
  border-style: none; }

progress {
  vertical-align: baseline; }

svg:not([fill]) {
  fill: currentColor; }

@media screen {
  [hidden~=screen] {
    display: inherit; }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

[aria-busy=true] {
  cursor: progress; }

[aria-controls] {
  cursor: pointer; }

[aria-disabled] {
  cursor: default; }

@keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

/* ==============================
  Default
============================== */
html {
  font-size: calc( 100vw / ( 76.8 / 2 )); }
  @media screen and (min-width: 768px) {
    html {
      font-size: 62.5%; } }

body {
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  color: #222222;
  font-weight: 300;
  font-display: swap;
  letter-spacing: 0.025em;
  line-height: 1.71429;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px) {
    body {
      min-width: 122.0rem; } }
  @media all and (-ms-high-contrast: none) {
    body {
      font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

a {
  transition: .3s color ease;
  text-decoration: none;
  color: #222222; }
  a:active {
    color: #6f6f6f; }
  a:hover {
    color: #6f6f6f; }

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

ul {
  list-style: none; }

/* ==============================
  Header
============================== */
.l-header {
  padding: 1rem 5%;
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 950; }
  @media screen and (min-width: 768px) {
    .l-header {
      padding: 2.0rem 2.0rem 3.0rem; } }
  .l-header .l-global-site-menu__trigger {
    position: absolute;
    top: 50%;
    right: 15vw;
    transform: translateY(-50%);
    cursor: pointer;
    display: block; }
    @media screen and (min-width: 768px) {
      .l-header .l-global-site-menu__trigger {
        right: 7.0rem;
        display: none; } }
    .l-header .l-global-site-menu__trigger svg {
      width: 1.8rem;
      height: 1.5rem; }
  .l-header .l-global-site__index {
    display: none; }
    @media screen and (min-width: 768px) {
      .l-header .l-global-site__index {
        display: block; } }
    [data-language="en"] .l-header .l-global-site__index {
      width: auto;
      height: auto;
      top: 50%;
      transform: translateY(-50%); }
    [data-language="en"] .l-header .l-global-site__index::before, [data-language="en"] .l-header .l-global-site__index::after {
      display: none; }
  [data-language="en"] .l-header .l-global-site__item--myworks {
    position: relative; }
  [data-language="en"] .l-header .l-global-site__line {
    display: none; }
  .l-header--sticky {
    border-bottom: 1px solid #ddd;
    position: fixed;
    transform: translateY(-100%);
    opacity: 0;
    transition: .3s transform ease,
 .3s opacity ease; }
    [data-sticky="off"] .l-header--sticky {
      transform: translateY(-100%);
      opacity: 0; }
    [data-sticky="on"] .l-header--sticky {
      transform: translateY(0);
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .l-header--sticky {
        padding: 0 2.0rem; } }
    .l-header--sticky .l-global-site__index {
      display: none; }
    .l-header--sticky .l-global-site-menu__trigger {
      display: block; }
  .l-header__inner {
    width: 100%;
    position: relative; }
  .l-header__siteid {
    text-align: center;
    display: inline-block;
    font-size: 0;
    vertical-align: middle; }
    @media screen and (min-width: 768px) {
      .l-header__siteid {
        padding: 2.0rem 0 4.7rem; }
        .l-header--sticky .l-header__siteid {
          padding: .8rem 0 .8rem; } }
    .l-header__siteid-link {
      display: inline-block;
      font-size: 0;
      vertical-align: top;
      margin: 0 auto; }
      @media screen and (min-width: 768px) {
        .l-header__siteid-link {
          width: 15.8rem;
          height: 6.0rem; }
          .l-header--sticky .l-header__siteid-link {
            width: 8.7rem;
            height: 3.4rem; } }
      .l-header__siteid-link svg {
        width: 100%;
        height: 6.6rem; }
        @media screen and (max-width: 767px) {
          .l-header__siteid-link svg {
            width: 20vw;
            height: 7.586206896551724vw; } }
        @media screen and (min-width: 768px) {
          .l-header--sticky .l-header__siteid-link svg {
            height: 3.3rem; } }
  .l-header-language__list {
    position: absolute;
    top: 50%;
    left: 0;
    transition: .3s transform ease; }
    @media screen and (max-width: 767px) {
      .l-header-language__list {
        transform: translateY(-50%); } }
    @media screen and (min-width: 768px) {
      .l-header-language__list {
        top: 0; } }
    .l-header--sticky .l-header-language__list {
      top: 50%;
      transform: translateY(-50%); }
  .l-header-language__item {
    display: block;
    border: 1px solid #707070;
    border-radius: 50%;
    font-size: 1.0rem;
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    font-weight: 400;
    background: #fff;
    position: relative;
    z-index: 10;
    top: 0;
    left: 0; }
    @media screen and (min-width: 768px) {
      .l-header-language__item {
        font-size: 1.5rem;
        width: 3.8rem;
        height: 3.8rem;
        line-height: 3.8rem; } }
    .l-header--sticky .l-header-language__item {
      font-size: 1.0rem;
      width: 2.8rem;
      height: 2.8rem;
      line-height: calc( 2.8rem); }
    .l-header-language__item--en {
      left: 2.1rem; }
      @media screen and (min-width: 768px) {
        .l-header-language__item--en {
          left: 3.1rem; } }
      .l-header--sticky .l-header-language__item--en {
        left: 2.1rem; }
    .l-header-language__item:not([data-status="active"]) {
      border: 1px solid #CCCCCC;
      color: #ccc;
      position: absolute;
      z-index: 0; }

/* ==============================
  Menu
============================== */
.l-header .l-menu {
  text-align: center;
  font-size: 0;
  display: none; }
  @media screen and (min-width: 768px) {
    .l-header .l-menu {
      display: block; } }
  .l-header .l-menu__item {
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 300; }
    .l-header .l-menu__item:not(:last-child) {
      margin-right: 3.6rem; }

.l-header--sticky .l-menu {
  display: none; }

/* ==============================
  Main
============================== */
.l-section {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center; }
  .l-section-headline {
    font-size: 2.5rem;
    font-family: "Julius Sans One";
    font-weight: 300;
    line-height: 1.12;
    letter-spacing: 0em;
    margin-bottom: 1.5rem; }
  .l-section .l-container {
    width: 90%;
    height: auto;
    position: relative;
    text-align: left;
    margin: 0 auto; }
    @media screen and (min-width: 768px) {
      .l-section .l-container {
        width: 118rem; } }
    .l-section .l-container-entry {
      width: 90%;
      margin: 0 auto;
      height: auto;
      position: relative;
      text-align: left; }
      .l-section .l-container-entry + .c-button__group {
        margin-top: 6.7rem; }
      @media screen and (min-width: 768px) {
        .l-section .l-container-entry {
          width: auto;
          margin: 0 calc( ( 100% - 80.0rem ) / 2) 0; } }
    @media screen and (min-width: 768px) {
      .l-section .l-container--2x {
        display: flex;
        justify-content: space-between; } }
    .l-section .l-container--2x .l-container__block {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .l-section .l-container--2x .l-container__block + .l-container__block {
          margin-top: 2.5rem; } }
      @media screen and (min-width: 768px) {
        .l-section .l-container--2x .l-container__block {
          width: calc( ( 100% - 30px ) / 2); } }
    @media screen and (min-width: 768px) {
      .l-section .l-container--3x {
        display: flex;
        justify-content: space-between; } }
    .l-section .l-container--3x .l-container__block {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .l-section .l-container--3x .l-container__block + .l-container__block {
          margin-top: 2.5rem; } }
      @media screen and (min-width: 768px) {
        .l-section .l-container--3x .l-container__block {
          width: calc( ( 100% - 70px ) / 3); } }

.l-main {
  display: block;
  padding-bottom: 2.4rem; }
  @media screen and (max-width: 767px) {
    #root:not([data-page="home"]):not([data-category="en"]) .l-main {
      margin-top: 5.0rem; } }
  #root:not([data-page="home"]) .l-main .l-section + .l-section:not([class]) {
    margin-top: 7.0rem; }

.l-breadcrumbs {
  margin: 0 2rem;
  border-top: 5px solid #EDEDED;
  text-align: left;
  padding-top: 1.2rem;
  font-size: 0;
  margin-bottom: 4rem;
  display: none; }
  @media screen and (min-width: 768px) {
    .l-breadcrumbs {
      display: block; } }
  .l-breadcrumbs__item {
    font-size: 1.3rem;
    display: inline-block; }
    .l-breadcrumbs__item:not(:last-child)::after {
      content: '＞';
      color: #CCCCCC;
      display: inline-block;
      margin: 0 4px; }

/* ==============================
  Footer
============================== */
.l-footer {
  padding-top: 4.0rem; }
  .l-footer .l-section--social .l-footer-social__list {
    text-align: center;
    font-size: 0; }
  .l-footer .l-section--social .l-footer-social__item {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center; }
    .l-footer .l-section--social .l-footer-social__item:not(:last-child) {
      margin-right: 1.0rem; }
    .l-footer .l-section--social .l-footer-social__item svg {
      width: 2.0rem;
      height: 2.0rem;
      display: block;
      margin: 0 auto; }
    .l-footer .l-section--social .l-footer-social__item--facebook {
      color: #446CB7; }
      .l-footer .l-section--social .l-footer-social__item--facebook:link, .l-footer .l-section--social .l-footer-social__item--facebook:visited {
        color: #446CB7; }
      .l-footer .l-section--social .l-footer-social__item--facebook svg {
        fill: #446CB7; }
    .l-footer .l-section--social .l-footer-social__item--twitter {
      color: #36A8E5; }
      .l-footer .l-section--social .l-footer-social__item--twitter:link, .l-footer .l-section--social .l-footer-social__item--twitter:visited {
        color: #36A8E5; }
      .l-footer .l-section--social .l-footer-social__item--twitter svg {
        fill: #36A8E5; }
    .l-footer .l-section--social .l-footer-social__item--x svg {
      width: 1.8rem;
      height: 1.8rem; }
  .l-footer .l-section--sitemap {
    margin-top: .4rem; }
    .l-footer .l-section--sitemap .l-container {
      border-top: 1px solid #ccc;
      padding-top: 1.5rem; }
    @media screen and (max-width: 767px) {
      .l-footer .l-section--sitemap .l-sitemap__list {
        width: calc( ( 100% - 2rem ) / 2);
        border-bottom: 1px solid #ccc;
        padding-bottom: 1.25rem; }
        .l-footer .l-section--sitemap .l-sitemap__list:not(:first-child):not(:nth-child(2)) {
          margin-top: 1rem; } }
  .l-footer .l-section--site {
    margin-top: 3.0rem; }
    .l-footer .l-section--site .l-container {
      text-align: center; }
    .l-footer .l-section--site .l-footer-site-official__headline svg {
      width: 29.7rem;
      height: 1.9rem;
      display: block;
      margin: 0 auto; }
    .l-footer .l-section--site .l-footer-site__index {
      margin-top: 2.0rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      @media screen and (min-width: 768px) {
        .l-footer .l-section--site .l-footer-site__index {
          justify-content: center; } }
    .l-footer .l-section--site .l-footer-site__item {
      font-size: 1.2rem;
      width: calc( ( 100% - .5rem ) / 2);
      height: 3.1rem;
      border: 1px solid #999;
      border-radius: .4rem;
      display: block;
      line-height: 2.9rem;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .l-footer .l-section--site .l-footer-site__item:not(:last-child) {
          margin-bottom: .5rem; } }
      @media screen and (min-width: 768px) {
        .l-footer .l-section--site .l-footer-site__item {
          width: 15.0rem; }
          .l-footer .l-section--site .l-footer-site__item:not(:last-child) {
            margin-right: 1.0rem; } }
      .l-footer .l-section--site .l-footer-site__item--myposition {
        background: #3B3938;
        color: #fff; }
        .l-footer .l-section--site .l-footer-site__item--myposition svg {
          fill: #ccc; }
      .l-footer .l-section--site .l-footer-site__item--official {
        line-height: 2.8rem;
        padding-left: 1.5rem; }
        .l-footer .l-section--site .l-footer-site__item--official svg {
          width: 1.5rem;
          height: 2.0rem;
          position: absolute;
          fill: #CCCCCC;
          top: 50%;
          left: 6px;
          transform: translateY(-50%); }
      .l-footer .l-section--site .l-footer-site__item--activity svg {
        width: 1.67rem;
        height: 1.91rem;
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
        fill: #CCCCCC; }
      .l-footer .l-section--site .l-footer-site__item--library svg {
        width: 1.55rem;
        height: 2.0rem;
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
        fill: #CCCCCC; }
      .l-footer .l-section--site .l-footer-site__item--myworks svg {
        width: 1.757rem;
        height: 1.995rem;
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%);
        fill: #CCCCCC; }
      .l-footer .l-section--site .l-footer-site__item--member svg {
        position: absolute;
        top: 50%;
        left: 4px;
        transform: translateY(-50%); }
      .l-footer .l-section--site .l-footer-site__item-icon:not([class="l-footer-site__item-icon l-footer-site__item-icon--lock"]) {
        width: 1.4rem;
        height: 1.4rem;
        position: absolute;
        left: 5px;
        top: calc( 50% - 1px);
        transform: translateY(-50%); }
      .l-footer .l-section--site .l-footer-site__item-icon--lock {
        width: 1.2rem;
        height: 1.4rem;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: -.1em;
        margin-right: 2px; }
  .l-footer__copy {
    margin: 2.0rem 0 8.0rem; }
    @media screen and (min-width: 768px) {
      .l-footer__copy {
        margin: 2.0rem 0; } }
    .l-footer__copy small {
      font-size: 1.1rem;
      line-height: 1.27273;
      color: #999999; }

/* ==============================
  Pagetop
============================== */
.l-pagetop {
  width: 4.0rem;
  height: 0;
  padding-top: 4.0rem;
  overflow: hidden;
  position: fixed;
  right: 5vw;
  bottom: 16vw;
  border-radius: 50%;
  background: rgba(153, 153, 153, 0.5);
  z-index: 999; }
  @media screen and (min-width: 768px) {
    .l-pagetop {
      right: 13.5rem;
      bottom: 2.0rem; } }
  .l-pagetop::before {
    content: '';
    width: .8rem;
    height: .8rem;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: calc( 50% - .2rem);
    left: calc( 50% - .4rem); }

/* ==============================
  Main
============================== */
.l-widget-social {
  width: 100%;
  background: #999999;
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 1rem 5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 999; }
  @media screen and (min-width: 768px) {
    .l-widget-social {
      width: 11.0rem;
      border-radius: 8px 0 0 8px;
      bottom: 2.0rem;
      text-align: center;
      padding: 1.0rem 0 1.2rem;
      display: block; } }
  @media screen and (max-width: 767px) {
    .l-drawer__content .l-widget-social {
      display: block; } }
  .l-widget-social__headline {
    font-family: "Julius Sans One";
    font-size: 1.0rem;
    color: #fff;
    letter-spacing: 0em;
    width: calc( 100% - 60vw);
    text-align: left; }
    @media screen and (min-width: 768px) {
      .l-widget-social__headline {
        width: 100%;
        text-align: center; } }
  .l-widget-social__list {
    width: 60vw;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .l-widget-social__list {
        width: 9.0rem;
        display: block;
        margin: .5rem auto 0; } }
  .l-widget-social__item {
    width: calc( ( 100% - .5rem ) / 3);
    border: 1px solid #fff;
    border-radius: .4rem;
    display: block;
    line-height: 3.0rem;
    position: relative;
    font-size: 1.0rem;
    color: #fff;
    text-align: left;
    padding-left: 2.4rem;
    letter-spacing: 0em; }
    @media screen and (min-width: 768px) {
      .l-widget-social__item {
        width: 100%;
        font-size: 1.2rem;
        padding-left: 2.8rem; }
        .l-widget-social__item:not(:last-child) {
          margin-bottom: .5rem; } }
    .l-widget-social__item:hover {
      color: #fff; }
    .l-widget-social__item svg {
      width: 1.6rem;
      height: 1.6rem;
      fill: #554E4B;
      position: absolute;
      top: 50%;
      left: .4rem;
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .l-widget-social__item svg {
          width: 2.0rem;
          height: 2.0rem; } }
    .l-widget-social__item--x svg {
      fill: #fff;
      width: 1.4rem;
      height: 1.4rem;
      left: .6rem; }

/* ==============================
  Header
============================== */
.l-drawer__trigger {
  width: 6vw;
  height: 3.8vw;
  position: absolute;
  top: 50%;
  right: 2.0rem;
  cursor: pointer;
  z-index: 100;
  transform: translateY(-50%);
  transition: .3s transform ease; }
  @media screen and (min-width: 768px) {
    .l-drawer__trigger {
      visibility: hidden;
      width: 3.0rem;
      height: 1.9rem; } }
  .l-header--sticky .l-drawer__trigger {
    visibility: visible; }
  .l-drawer__trigger i {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    background: #000; }
    .l-drawer__trigger i:first-child {
      top: 0;
      transition: .3s transform ease; }
    .l-drawer__trigger i:nth-child(2) {
      top: 50%;
      transform: translateY(-50%);
      transition: .3s visibility ease,
 .3s opacity ease; }
    .l-drawer__trigger i:last-child {
      bottom: 0;
      transition: .3s transform ease; }

.l-drawer__close {
  width: 2.0rem;
  height: 2.0rem;
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  right: 0;
  z-index: 9999;
  opacity: 0;
  background: #fff;
  transform: translateY(-50%);
  transition: .3s opacity ease,
 .3s right ease; }
  .l-drawer__close::before {
    content: '';
    width: 40%;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #707070;
    transform: translate(-50%, -50%) rotate(45deg); }
  .l-drawer__close::after {
    content: '';
    width: 1px;
    height: 40%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #707070;
    transform: translate(-50%, -50%) rotate(45deg); }

.l-drawer__content {
  width: 100%;
  background: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  transition: .3s opacity .3s ease,
 .3s visibility .3s ease;
  visibility: hidden;
  overflow-y: auto;
  opacity: 0;
  background: #ccc; }

.l-drawer__body {
  margin-left: 10%;
  min-height: 100%;
  padding: 3.0rem 2.0rem 12.0rem;
  background: #fff;
  position: relative;
  z-index: 550;
  transition: .3s transform ease;
  transform: translateX(100%); }
  @media screen and (min-width: 768px) {
    .l-drawer__body {
      margin-left: 20%;
      padding: 5.0rem 3.5rem 18.5rem; } }

[data-drawer="on"] .l-drawer__close {
  opacity: 1;
  visibility: visible;
  right: 90%;
  transition: .3s opacity .3s ease,
 .3s right .3s ease; }
  @media screen and (min-width: 768px) {
    [data-drawer="on"] .l-drawer__close {
      right: 80%; } }

[data-drawer="on"] .l-drawer__content {
  opacity: 1;
  visibility: visible;
  transition: .3s opacity ease,
 .3s visibility ease; }

[data-drawer="on"] .l-drawer__body {
  transform: translateX(0);
  transition: .3s transform .3s ease; }
  [data-drawer="on"] .l-drawer__body .l-menu {
    text-align: left; }
    [data-drawer="on"] .l-drawer__body .l-menu__item {
      display: block; }
      [data-drawer="on"] .l-drawer__body .l-menu__item:not(:last-child) {
        margin-bottom: 1rem; }
  [data-drawer="on"] .l-drawer__body .l-widget-social {
    margin-top: 3.5rem;
    width: 100%;
    background: none;
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    padding: 0;
    border-radius: 0;
    transform: translateY(0); }
    [data-drawer="on"] .l-drawer__body .l-widget-social__headline {
      font-size: 1.8rem;
      color: #3B3938;
      text-align: left; }
    [data-drawer="on"] .l-drawer__body .l-widget-social__list {
      display: flex;
      justify-content: space-between;
      width: 100%; }
    [data-drawer="on"] .l-drawer__body .l-widget-social__item {
      width: calc( ( 100% - 1rem ) / 2);
      border: 1px solid #3B3938;
      color: #3B3938;
      font-size: 1.5rem; }
      [data-drawer="on"] .l-drawer__body .l-widget-social__item:not(:last-child) {
        margin-bottom: 0; }

/* ==============================
  Sitemap
============================== */
.l-sitemap__headline {
  font-size: 1.2rem;
  font-weight: 400; }
  @media screen and (max-width: 767px) {
    .l-sitemap__headline {
      text-align: center; } }
  .l-drawer__body .l-sitemap__headline {
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 2.1rem;
    font-size: 1.3rem;
    line-height: 1.23077; }
    .l-drawer__body .l-sitemap__headline + .l-sitemap__body {
      margin-top: 2.6rem; }

.l-sitemap__body {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .l-sitemap__body {
      flex-wrap: wrap; } }
  .l-drawer__body .l-sitemap__body {
    flex-wrap: wrap;
    text-align: left; }

.l-drawer__body .l-sitemap__list {
  width: 100%;
  border-top: 5px solid #EAEAEA;
  padding-top: 1.1rem; }
  @media screen and (max-width: 767px) {
    .l-drawer__body .l-sitemap__list:not(:first-child) {
      margin-top: 2.6rem; } }
  @media screen and (min-width: 768px) {
    .l-drawer__body .l-sitemap__list {
      width: calc( ( 100% - 6.0rem ) / 3); }
      .l-drawer__body .l-sitemap__list:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 2.5rem; } }

.l-sitemap__list--sub {
  margin: .5rem 0 0 .5rem; }

.l-sitemap__item {
  line-height: 1.33333; }
  .l-sitemap__item:not(:last-child) {
    margin-bottom: .5rem; }
  .l-drawer__body .l-sitemap__item {
    font-size: 1.3rem;
    line-height: 1.23077; }
  .l-sitemap__item-link {
    font-size: 1.2rem; }
  .l-sitemap__item--sub .l-sitemap__item-link::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px; }

/* ==============================
  Site Index
============================== */
.l-header .l-global-site__index {
  width: 30.0rem;
  height: 10.5rem;
  position: absolute;
  right: -.1rem;
  top: 0;
  overflow: hidden; }
  .l-header .l-global-site__index::before, .l-header .l-global-site__index::after {
    content: '';
    width: 6.5rem;
    height: 6.5rem;
    display: block;
    position: absolute;
    left: -3.2rem;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%) rotate(45deg) skew(-27deg, -27deg); }
  .l-header .l-global-site__index::after {
    left: 26.6rem;
    transform: translateY(-50%) rotate(-135deg) skew(-27deg, -27deg); }

.l-header .l-global-site__line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .l-header .l-global-site__line::before, .l-header .l-global-site__line::after {
    content: '';
    width: 1px;
    height: 100px;
    background: #ccc;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: calc( 50% - 1px);
    transform: translateY(-50%) rotate(-6deg); }
  .l-header .l-global-site__line::after {
    left: 50%;
    transform: translateY(-50%) rotate(6deg); }

.l-header .l-global-site__item {
  font-size: 1.3rem;
  position: absolute;
  width: 14.5rem;
  height: 3.1rem;
  line-height: 2.9rem;
  display: block;
  border: 1px solid #999999;
  border-radius: 4px;
  background: #fff;
  z-index: 99;
  color: #222222;
  text-align: center; }
  .l-header .l-global-site__item .i-lock {
    margin-right: 2px; }
  .l-header .l-global-site__item--current {
    background: #3B3938;
    color: #fff; }
    .l-header .l-global-site__item--current:link, .l-header .l-global-site__item--current:visited {
      color: #fff; }
  .l-header .l-global-site__item--official {
    font-weight: 400;
    width: 16.6rem;
    height: 3.2rem;
    line-height: 3.2rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .l-header .l-global-site__item--official svg {
      width: 1.5rem;
      height: 2.0rem;
      position: absolute;
      fill: #CCCCCC;
      top: 50%;
      left: 6px;
      transform: translateY(-50%); }
  .l-header .l-global-site__item--activity {
    top: 0;
    left: 0; }
    .l-header .l-global-site__item--activity svg {
      width: 1.67rem;
      height: 1.91rem;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%);
      fill: #CCCCCC; }
  .l-header .l-global-site__item--library {
    right: 0;
    top: 0; }
    .l-header .l-global-site__item--library svg {
      width: 1.55rem;
      height: 2.0rem;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%);
      fill: #CCCCCC; }
  .l-header .l-global-site__item--myworks {
    left: 0;
    bottom: 0; }
    .l-header .l-global-site__item--myworks svg {
      width: 1.757rem;
      height: 1.995rem;
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%);
      fill: #CCCCCC; }
  .l-header .l-global-site__item--member {
    right: 0;
    bottom: 0; }
    .l-header .l-global-site__item--member svg {
      position: absolute;
      top: 50%;
      left: 4px;
      transform: translateY(-50%); }

.l-drawer__content .l-global-site__index {
  height: auto;
  width: auto;
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .l-drawer__content .l-global-site__index {
      max-width: 46.5rem;
      justify-content: flex-start; } }

.l-drawer__content .l-global-site__item {
  width: calc( ( 100% - .5rem ) / 2);
  font-size: 1.2rem;
  height: 3.1rem;
  line-height: 3.1rem;
  display: block;
  border: 1px solid #999999;
  border-radius: .4rem;
  background: #fff;
  z-index: 99;
  color: #222222;
  position: relative; }
  @media screen and (max-width: 767px) {
    .l-drawer__content .l-global-site__item:not(:first-child):not(:nth-child(2)) {
      margin-top: 1.0rem; } }
  @media screen and (min-width: 768px) {
    .l-drawer__content .l-global-site__item {
      width: 15.0rem; }
      .l-drawer__content .l-global-site__item:not(:nth-child(3n)) {
        margin-right: .7rem; }
      .l-drawer__content .l-global-site__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 1.0rem; } }
  .l-drawer__content .l-global-site__item--current {
    background: #3B3938;
    color: #fff; }
    .l-drawer__content .l-global-site__item--current:link, .l-drawer__content .l-global-site__item--current:visited {
      color: #fff; }
  .l-drawer__content .l-global-site__item--official {
    font-weight: 400; }
    .l-drawer__content .l-global-site__item--official svg {
      width: 1.5rem;
      height: 2.0rem;
      position: absolute;
      fill: #CCCCCC;
      top: 50%;
      left: .4rem;
      transform: translateY(-50%); }
  .l-drawer__content .l-global-site__item--activity svg {
    width: 1.68rem;
    height: 1.91rem;
    position: absolute;
    top: 50%;
    left: .4rem;
    transform: translateY(-50%);
    fill: #CCCCCC; }
  .l-drawer__content .l-global-site__item--library svg {
    width: 1.55rem;
    height: 2.0rem;
    position: absolute;
    top: 50%;
    left: .4rem;
    transform: translateY(-50%);
    fill: #CCCCCC; }
  .l-drawer__content .l-global-site__item--myworks svg {
    width: 1.76rem;
    height: 1.995rem;
    position: absolute;
    top: 50%;
    left: .4rem;
    transform: translateY(-50%);
    fill: #CCCCCC; }
  .l-drawer__content .l-global-site__item--member svg {
    width: 1.22rem;
    height: 1.41rem;
    position: absolute;
    top: 50%;
    left: .4rem;
    transform: translateY(-50%); }

.l-global-site-menu__content {
  background: #999999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  #root[data-site-menu] .l-global-site-menu__content {
    transition: .3s opacity ease,
 .3s visibility ease; }
  #root[data-site-menu="off"] .l-global-site-menu__content {
    opacity: 0;
    visibility: hidden; }
  #root[data-site-menu="on"] .l-global-site-menu__content {
    opacity: 1;
    visibility: visible; }
  .l-global-site-menu__content .l-global-site__index {
    width: 24.0rem;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0; }
  .l-global-site-menu__content .l-global-site__item {
    font-size: 1.5rem;
    font-weight: 400;
    width: 100%;
    height: 5.5rem;
    line-height: 5.5rem;
    display: block;
    border: 1px solid #999999;
    border-radius: 4px;
    background: #fff;
    z-index: 99;
    color: #222222;
    position: relative; }
    .l-global-site-menu__content .l-global-site__item:not(:last-child) {
      margin-bottom: .8rem; }
    .l-global-site-menu__content .l-global-site__item--current {
      background: #3B3938;
      color: #fff; }
      .l-global-site-menu__content .l-global-site__item--current:link, .l-global-site-menu__content .l-global-site__item--current:visited {
        color: #fff; }
    .l-global-site-menu__content .l-global-site__item--official {
      font-weight: 400; }
      .l-global-site-menu__content .l-global-site__item--official svg {
        width: 2.2rem;
        height: 2.936rem;
        position: absolute;
        fill: #CCCCCC;
        top: 50%;
        left: 1.0rem;
        transform: translateY(-50%); }
    .l-global-site-menu__content .l-global-site__item--activity svg {
      width: 3.062rem;
      height: 2.797rem;
      position: absolute;
      top: 50%;
      left: .7rem;
      transform: translateY(-50%);
      fill: #CCCCCC; }
    .l-global-site-menu__content .l-global-site__item--library svg {
      width: 2.273rem;
      height: 2.936rem;
      position: absolute;
      top: 50%;
      left: .8rem;
      transform: translateY(-50%);
      fill: #CCCCCC; }
    .l-global-site-menu__content .l-global-site__item--myworks svg {
      width: 2.2rem;
      height: 2.2rem;
      position: absolute;
      top: 50%;
      left: .9rem;
      transform: translateY(-50%);
      fill: #CCCCCC; }
    .l-global-site-menu__content .l-global-site__item--member svg {
      width: 1.786rem;
      height: 2.061rem;
      position: absolute;
      top: 50%;
      left: 1.0rem;
      transform: translateY(-50%); }

.l-global-site-menu__close {
  position: absolute;
  right: 3.5rem;
  top: 3.0rem;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
  cursor: pointer; }
  .l-global-site-menu__close::before, .l-global-site-menu__close::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute; }
  .l-global-site-menu__close::before {
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
  .l-global-site-menu__close::after {
    top: 50%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    transform-origin: top; }

.i-blank {
  width: 1.4rem;
  height: 1.4rem;
  vertical-align: middle;
  position: relative;
  top: -.1em; }

.i-lock {
  width: 1.2rem;
  height: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -.1em; }

.i-crown {
  width: 2.5rem;
  height: 2.0rem; }

.i-pdf {
  width: 3rem;
  height: 4rem;
  display: inline-block; }

.i-arrow::before {
  content: '';
  width: 1.2rem;
  height: 1rem;
  background: url(../img/ic_arrow.svg) no-repeat left center/contain;
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (min-width: 768px) {
    .i-arrow::before {
      width: 2.5rem;
      height: 1.3rem; } }

.i-arrow--white::before {
  background: url(../img/ic_arrow_white.svg) no-repeat left center/contain; }

.c-archive__list .c-archive__item:not(:last-child) {
  margin-bottom: 1rem; }

@media screen and (min-width: 768px) {
  .c-archive__list .c-archive__item-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

.c-archive__list .c-archive__item-date {
  font-size: 1.3rem;
  line-height: 1.38462;
  white-space: nowrap; }

.c-archive__list .c-archive__item-headline {
  font-size: 1.3rem;
  line-height: 1.38462;
  word-break: break-all;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .c-archive__list .c-archive__item-headline {
      width: 50.0rem;
      margin-left: 1.5rem; } }

.c-archive__list--wide .c-archive__item:not(:last-child) {
  margin-bottom: 1.5rem; }

.c-archive__list--wide .c-archive__item-date {
  color: #999999; }
  @media screen and (min-width: 768px) {
    .c-archive__list--wide .c-archive__item-date {
      margin-top: .4rem; } }

.c-archive__list--wide .c-archive__item-headline {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.71429; }

.c-button {
  background: #666666;
  display: inline-block;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  padding: .5rem 3.0rem .6rem 1.8rem;
  vertical-align: top; }
  .c-button__group {
    text-align: center; }
    .c-button__group--right {
      text-align: right; }
    .c-button__group--line {
      border-top: 1px solid #999999; }
  @media screen and (min-width: 768px) {
    .c-button {
      padding: .5rem 4.0rem .6rem 4.0rem; } }
  .c-button:hover {
    color: #fff;
    background: #484644;
    transition: .3s background ease; }
  .c-button--roundBottom {
    border-radius: 0 0 .8rem .8rem; }
  .c-button--w282 {
    width: 28.2rem;
    box-sizing: border-box;
    text-align: center; }
  .c-button--w243 {
    width: 24.3rem;
    box-sizing: border-box;
    text-align: center; }
  .c-button-goast {
    width: 80%;
    height: 7.0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #999999;
    border-radius: 5px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.46667; }
    @media screen and (min-width: 768px) {
      .c-button-goast {
        width: 28.0rem; } }
    @media screen and (min-width: 768px) {
      .c-button-goast--wide {
        width: 32.0rem; } }
    .c-button-goast.i-arrow::before {
      left: inherit;
      right: 1.0rem; }
  .c-button-goast-min {
    width: 80%;
    position: relative;
    height: 5.0rem;
    font-size: 1.5rem;
    font-weight: 400;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid #999999;
    border-radius: 5px;
    background: #fff;
    white-space: nowrap; }
    .c-button-goast-min:not(:last-child) {
      margin-bottom: 2.0rem; }
    @media screen and (min-width: 768px) {
      .c-button-goast-min {
        width: 28.0rem; } }
    .c-button-goast-min.i-arrow::before {
      left: inherit;
      right: 1.3rem; }
    .c-button-goast-min[value="back"]::before {
      left: 1.3rem;
      right: inherit;
      transform: translateY(-50%) scale(-1, -1); }
    .c-button-goast-min--gray {
      background: #3B3938;
      color: #fff; }

.c-document__item-link {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71429;
  letter-spacing: 0.01em; }

.c-card__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 768px) {
    .c-card__list {
      justify-content: flex-start; } }

@media screen and (max-width: 767px) {
  .c-card__item {
    width: calc( ( 100% - 2.0rem ) / 2); }
    .c-card__item:not(:nth-child(1)):not(:nth-child(2)) {
      margin-top: 2.5rem; } }

@media screen and (min-width: 768px) {
  .c-card__item {
    width: calc( ( 100% - 6.0rem ) / 4); }
    .c-card__item:not(:nth-child(4n)) {
      margin-right: 2.0rem; }
    .c-card__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
      margin-top: 3.5rem; } }

.c-card__item-link {
  display: block; }

.c-card__item-image {
  width: 100%;
  height: 0;
  padding-top: 76.07142857142857%;
  position: relative;
  overflow: hidden;
  background: #efefef;
  margin-bottom: 0.6rem; }
  .c-card__item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .c-card__item-link:hover .c-card__item-image img {
      animation: flash 1.5s; }

.c-card__item-headline {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.38462;
  letter-spacing: 0.01em;
  text-align: justify; }
  .c-card__item-headline-sub {
    color: #666666;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462;
    letter-spacing: 0.01em;
    text-align: justify; }
  .c-card__item-headline-suchedule {
    color: #666666;
    margin-top: 0.6rem;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462;
    letter-spacing: 0.01em;
    text-align: justify; }

.c-accordion {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 5px; }
  .c-accordion__header {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.46667;
    text-align: center;
    padding: 1.4rem 5rem 1.4rem 0;
    cursor: pointer;
    position: relative; }
    .c-accordion__header[data-status="visible"]::after {
      content: '＋';
      position: absolute;
      right: 2.0rem;
      top: 1.6rem;
      color: #000;
      transform: rotate(45deg);
      font-weight: bold;
      line-height: 1; }
    .c-accordion__header:not([data-status="visible"]) + .c-accordion__body {
      display: none; }
    .c-accordion__header:not([data-status="visible"])::after {
      content: '';
      border: 6px solid transparent;
      border-top: 10px solid #000;
      display: block;
      position: absolute;
      right: 2.0rem;
      top: 50%;
      transform: translateY(calc( -50% + 5px)); }
  .c-accordion__body {
    padding: 2.5rem 5.0vw; }
    @media screen and (min-width: 768px) {
      .c-accordion__body {
        padding: 2.5rem 3.0rem; } }

.c-form__attention {
  font-size: 1.2rem;
  line-height: 1.33333; }
  .c-form__attention + .c-form__wrapper {
    margin-top: 3.8rem; }

.c-form-required {
  font-size: 1.2rem;
  font-weight: 300; }

.c-form-message {
  display: block;
  width: 100%;
  margin-top: .5rem; }
  .c-form-message--alert {
    color: #CA002C; }
  .c-form-message-confirm {
    border: 5px solid #CA002C;
    border-radius: .5rem;
    color: #CA002C;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 400; }
    .c-form-message-confirm + .c-form__wrapper {
      margin-top: 3.3rem; }
  .c-form-message-thanks {
    font-size: 1.8rem;
    font-weight: 400;
    text-align: center; }
    .c-form-message-thanks__note {
      margin-top: 1.5rem; }

@media screen and (min-width: 768px) {
  .c-form-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

.c-form-item:not(:first-child) {
  margin-top: 2.5rem; }

.c-form-item-headline {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.57143; }
  @media screen and (min-width: 768px) {
    .c-form-item-headline {
      width: 18.5rem;
      padding: .3rem 0 0 0; } }
  .c-form-item-headline--gray {
    color: #888888; }

@media screen and (max-width: 767px) {
  .c-form-item-field {
    margin-top: 1rem; } }

@media screen and (min-width: 768px) {
  .c-form-item-field {
    display: flex;
    justify-content: flex-start;
    width: calc( 100% - 18.5rem);
    align-items: center;
    flex-wrap: wrap; } }

@media screen and (max-width: 767px) {
  .c-form-item-field--parallel {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; } }

.c-form-item-field input {
  line-height: 3.6rem; }
  @media screen and (min-width: 768px) {
    .c-form-item-field input {
      line-height: 2.8rem; } }

.c-form-item-field input,
.c-form-item-field textarea {
  border: 1px solid #999999;
  padding: 0 .5rem;
  width: 100%; }

.c-form-item-field textarea {
  padding: 1rem 1.5rem; }

.c-form-item-field__zipseparator {
  margin: 0 .5rem; }

.c-form-item-field__icon {
  background: #222222;
  border-radius: .5rem;
  border: 1px solid #999999;
  padding: .5rem .5rem;
  color: #fff;
  display: inline-block;
  margin-right: .5rem; }

.c-form-item-field__select {
  border: 1px solid #999999;
  display: block;
  position: relative;
  width: 18.2rem;
  cursor: pointer; }
  .c-form-item-field__select::after {
    content: '';
    border: .5rem solid transparent;
    border-top: .7rem solid #000;
    display: block;
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translateY(-25%);
    pointer-events: none; }
  .c-form-item-field__select select {
    width: 100%;
    padding: 0 5.0rem 0 1rem;
    font-size: 1.4rem;
    line-height: 3.6rem; }
    @media screen and (min-width: 768px) {
      .c-form-item-field__select select {
        line-height: 2.8rem; } }

.c-form-item-field__row:empty {
  display: none; }

.c-form-item-field__row--confirm {
  background: #f3f3f3;
  padding: .5rem 1rem;
  min-height: 3.4rem;
  width: 100% !important; }

@media screen and (max-width: 767px) {
  .c-form-item-field__row--name {
    width: calc( (100% - 1rem) / 2) !important;
    display: inline-block; }
    .c-form-item-field__row--name + .c-form-item-field__row--name {
      margin: 0 0 0 1.0rem !important; } }

@media screen and (min-width: 768px) {
  .c-form-item-field__row--name {
    width: 10em !important; } }

@media screen and (max-width: 767px) {
  .c-form-item-field__row--zipcode {
    width: 30% !important;
    display: inline-block; } }

.c-form-item-field__row--number_suffix {
  margin: 0 0 0 .5rem !important; }

.c-form-item-field__row--attention {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33333; }

.c-form-item-field__row[data-length="xs"] {
  width: 5em; }

@media screen and (min-width: 768px) {
  .c-form-item-field__row[data-length="xs"] {
    width: 3.8rem; }
  .c-form-item-field__row[data-length="s"] {
    width: 9.0rem; }
  .c-form-item-field__row[data-length="m"] {
    width: 12.0rem; }
  .c-form-item-field__row[data-length="l"] {
    width: 25.0rem; }
  .c-form-item-field__row[data-length="full"] {
    width: 100%; } }

.c-form-item-field__row + .c-form-item-field__row {
  margin: 1.0rem 0 0 0; }
  @media screen and (min-width: 768px) {
    .c-form-item-field__row + .c-form-item-field__row {
      margin: 0 0 0 1.0rem; } }

.c-form-policy__wrapper {
  background: #EDEDED;
  padding: 4.5rem 5vw;
  text-align: center;
  margin-top: 2.5rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    .c-form-policy__wrapper {
      padding: 4.5rem 0; } }
  .c-form-policy__wrapper .c-button__group + .c-form-policy-check {
    margin-top: 3.3rem; }
  #root[data-language="en"] .c-form-policy__wrapper .c-button__group .c-button-goast-min {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      #root[data-language="en"] .c-form-policy__wrapper .c-button__group .c-button-goast-min {
        width: 32.0rem; } }

.c-form-policy-check {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667; }
  .c-form-policy-check + .c-button__group {
    margin-top: 2.5rem; }
  .c-form-policy-check-status {
    width: 2.2rem;
    height: 2.2rem;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #222222;
    background: #fff;
    margin-right: .5rem;
    position: relative;
    top: -2px;
    cursor: pointer; }
    .c-form-policy-check-status:before {
      content: '✓';
      color: #CA002C;
      font-size: 1.5rem;
      font-weight: 500;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 0;
      transition: .3s opacity ease; }
    .c-form-policy-check-status + label {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 1.46667;
      cursor: pointer; }
    .c-form-policy-check-status--checked::before {
      opacity: 1; }
  .c-form-policy-check input[type="checkbox"] {
    position: absolute;
    opacity: 0; }
    .c-form-policy-check input[type="checkbox"]:checked + label span::before {
      opacity: 1; }

.c-form-submits {
  margin-top: 5.0rem; }

.c-pagination {
  margin-top: 6.0rem;
  text-align: center;
  font-size: 0; }
  .c-pagination-arrow {
    display: inline-block;
    vertical-align: middle; }
    .c-pagination-arrow::before {
      content: '';
      border: 5px solid transparent;
      display: inline-block;
      margin: 0 .8rem;
      transform: translateY(-50%); }
    .c-pagination-arrow--prev::before {
      border-right: 8px solid #1C1C1C; }
    .c-pagination-arrow--next::before {
      border-left: 8px solid #1C1C1C; }
  .c-pagination-number {
    font-size: 1.6rem;
    font-weight: 400;
    color: #999999;
    margin: 0 .8rem;
    line-height: 1; }
    .c-pagination-number--current {
      color: #1C1C1C; }

/* ==============================
  Pages -> Home
============================== */
.p-header--narrow {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  @media screen and (min-width: 768px) {
    .p-header--narrow {
      width: 80rem;
      margin: 0 auto 0; } }

.p-header-sub {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.46154;
  margin-bottom: 0.3rem; }

.p-header-headline {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444;
  letter-spacing: 0.01em; }

.p-header-subheadline {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667; }

.p-header-parent-category {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.71429; }
  .p-header-parent-category + .p-header-headline {
    margin-top: .6rem; }

.p-section--recommend {
  margin-top: 10.9rem; }
  .p-section--recommend + .p-section--goindex {
    margin-top: 5.0rem; }

.p-block-headline {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667;
  border-bottom: 1px solid #999999;
  padding-bottom: 1rem;
  margin-bottom: 1.2rem;
  position: relative; }
  .p-block-headline .i-pdf {
    position: absolute;
    right: 0;
    bottom: 1.5rem; }

.p-headline-recommend {
  font-size: 2.0rem;
  font-family: "Julius Sans One";
  font-weight: 300;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 1.8rem; }

.p-content-header {
  margin-bottom: 4.0rem; }
  .p-content-header__inner {
    margin: 0 auto;
    background: #EDEDED; }
    @media screen and (min-width: 768px) {
      .p-content-header__inner {
        width: 118rem; } }
  .p-content-header__headline {
    margin: 0 20%;
    background: #aaa;
    height: 7.5rem;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .p-content-header__headline {
        margin: 0 calc( ( 100% - 56.0rem ) / 2); } }
    .p-content-header__headline-text {
      font-size: 1.5rem;
      font-weight: 400;
      color: #fff;
      letter-spacing: 0em;
      line-height: 1.46667; }
      .p-content-header__headline-text::before {
        content: '';
        content: attr(data-en);
        display: block;
        line-height: 1;
        font-size: 2.5rem; }

.p-content-simple-header {
  text-align: center;
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .p-content-simple-header {
      width: 100%; } }
  .p-content-simple-header__headline {
    font-size: 2.4rem;
    font-family: "Julius Sans One";
    word-break: keep-all;
    line-height: 1.08333;
    font-weight: 300;
    margin-bottom: 5.0rem; }

.p-intro-text {
  margin-bottom: 4.0rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71429; }

.p-index__list {
  margin-top: 3.7rem; }
  @media screen and (min-width: 768px) {
    .p-index__list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }

.p-index__item {
  width: 100%;
  border: 1px solid #666666;
  border-radius: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 4.0rem;
  height: 8.0rem;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-index__item {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .p-index__item {
      width: calc( (100% - 40px) / 2);
      height: 12.0rem;
      padding-bottom: 6.0rem; }
      .p-index__item:not(:first-child):not(:nth-child(2)) {
        margin-top: 4.0rem; } }
  .p-index__item.i-arrow::before {
    left: 50%;
    top: inherit;
    bottom: 1.8rem;
    transform: translateX(-50%); }
    @media screen and (min-width: 768px) {
      .p-index__item.i-arrow::before {
        bottom: 3.5rem; } }

.p-entry-header {
  border-bottom: 5px solid #CCCCCC;
  padding-bottom: 2.5rem;
  margin-bottom: 3.5rem; }

.p-entry-headline--sub {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.38462; }

.p-entry-headline--main {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444;
  margin-top: 5px; }
  .p-entry-header--en .p-entry-headline--main {
    margin-top: 5.7rem; }

.p-entry-schedule {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: 1.0rem; }

.p-entry-publish {
  margin-top: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.33333;
  color: #999999; }

.p-entry-cover {
  margin-top: 1.5rem;
  text-align: center; }

.p-entry-body {
  margin-top: 2.0rem; }

.p-entry-editor {
  margin-top: 3.5rem;
  text-align: left; }
  .p-entry-editor a {
    text-decoration: underline; }
    .p-entry-editor a:hover {
      color: #ca002c; }
  .p-entry-editor b, .p-entry-editor strong {
    font-weight: 400; }
  .p-entry-editor h2 {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 3.0rem;
    text-align: center; }
    .p-entry-editor h2 + * {
      margin-top: 1.5rem; }
  .p-entry-editor h3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6;
    margin-top: 2.5rem;
    text-indent: -1.5rem;
    margin-left: 1.5rem; }
    .p-entry-editor h3::before {
      content: '';
      width: 1.2rem;
      height: 1.2rem;
      display: inline-block;
      vertical-align: middle;
      background: #222222;
      position: relative;
      top: -.2rem;
      margin-right: .2rem; }
    .p-entry-editor h3 + * {
      margin-top: 1.0rem; }
  .p-entry-editor h4 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.42857;
    margin-top: 2rem; }
    .p-entry-editor h4 + * {
      margin-top: .5rem; }
  .p-entry-editor p + *:not([class]), .p-entry-editor ul + *:not([class]), .p-entry-editor ol + *:not([class]), .p-entry-editor dl + *:not([class]), .p-entry-editor blockquote + *:not([class]), .p-entry-editor table + *:not([class]), .p-entry-editor figure + *:not([class]), .p-entry-editor img + *:not([class]) {
    margin-top: 3.5rem; }
  .p-entry-editor img {
    max-width: 100%;
    height: auto; }
  .p-entry-editor ul {
    list-style: none; }
  .p-entry-editor p:not([class]), .p-entry-editor dl:not([class]), .p-entry-editor ul:not([class]), .p-entry-editor ol:not([class]), .p-entry-editor table:not([class]), .p-entry-editor blockquote:not([class]), .p-entry-editor figure:not([class]), .p-entry-editor img:not([class]) {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.57143;
    word-break: break-all; }
    .p-entry-editor p:not([class]) + *, .p-entry-editor dl:not([class]) + *, .p-entry-editor ul:not([class]) + *, .p-entry-editor ol:not([class]) + *, .p-entry-editor table:not([class]) + *, .p-entry-editor blockquote:not([class]) + *, .p-entry-editor figure:not([class]) + *, .p-entry-editor img:not([class]) + * {
      margin-top: 2.5rem; }
    [data-language="en"] .p-entry-editor p:not([class]):not([class]), [data-language="en"] .p-entry-editor dl:not([class]):not([class]), [data-language="en"] .p-entry-editor ul:not([class]):not([class]), [data-language="en"] .p-entry-editor ol:not([class]):not([class]), [data-language="en"] .p-entry-editor table:not([class]):not([class]), [data-language="en"] .p-entry-editor blockquote:not([class]):not([class]), [data-language="en"] .p-entry-editor figure:not([class]):not([class]), [data-language="en"] .p-entry-editor img:not([class]):not([class]) {
      word-break: keep-all; }
  .p-entry-editor table:not([class]) {
    border: 2px dotted #ddd; }
    .p-entry-editor table:not([class]) th, .p-entry-editor table:not([class]) td {
      border: 2px dotted #ddd; }
  .p-entry-editor hr {
    height: 0;
    border: 0;
    border-top: 2px solid #ddd;
    padding: 0;
    margin: 3.5rem 0; }
    .p-entry-editor hr.p-entry-style-line--dotted {
      border-top: 2px dotted #ddd; }
  .p-entry-editor ul:not([class]) li {
    text-indent: -1.3rem;
    margin-left: 1.3rem;
    line-height: 1.32; }
    .p-entry-editor ul:not([class]) li:not(:first-child) {
      margin-top: .5rem; }
    .p-entry-editor ul:not([class]) li::before {
      content: '';
      width: .9rem;
      height: .9rem;
      background: #ccc;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      top: -.2rem;
      margin-right: .5rem; }
  .p-entry-editor ol:not([class]) {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0; }
    .p-entry-editor ol:not([class]) ol:not([class]) {
      padding-left: 1em; }
    .p-entry-editor ol:not([class]) li {
      text-indent: -2.0rem;
      margin-left: 2.0rem;
      line-height: 1.32; }
      .p-entry-editor ol:not([class]) li:not(:first-child) {
        margin-top: .5rem; }
      .p-entry-editor ol:not([class]) li::before {
        counter-increment: item;
        content: counter(item) ".";
        /* 以下は自由に装飾... */
        padding-right: .5em;
        font-weight: 400;
        color: #666; }
  .p-entry-editor .p-entry-editor-style-photoset + * {
    margin-top: 2.5rem; }
  @media screen and (min-width: 768px) {
    .p-entry-editor .p-entry-editor-style-photoset {
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 767px) {
    .p-entry-editor .p-entry-editor-style-photoset__image {
      text-align: center; } }
  @media screen and (min-width: 768px) {
    .p-entry-editor .p-entry-editor-style-photoset__image {
      width: 39.5rem; } }
  @media screen and (max-width: 767px) {
    .p-entry-editor .p-entry-editor-style-photoset__body {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .p-entry-editor .p-entry-editor-style-photoset__body {
      width: calc( 100% - 42.5rem); } }
  .p-entry-editor .p-entry-editor-style-photoset--right .p-entry-editor-style-photoset__image {
    order: 99; }
  .p-entry-editor .p-entry-editor-style-attentionlist {
    margin-top: 2.5rem; }
    .p-entry-editor .p-entry-editor-style-attentionlist li {
      text-indent: -1.3rem;
      margin-left: 1.3rem;
      line-height: 1.32;
      color: #808080;
      font-size: 1.3rem; }
      .p-entry-editor .p-entry-editor-style-attentionlist li:not(:first-child) {
        margin-top: .5rem; }
      .p-entry-editor .p-entry-editor-style-attentionlist li::before {
        content: '※';
        font-size: 1.3rem;
        color: #808080; }
  .p-entry-editor .p-entry-editor-style-gallery {
    display: flex;
    justify-content: space-between;
    margin-top: 2.5rem;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) {
      .p-entry-editor .p-entry-editor-style-gallery {
        flex-wrap: nowrap; } }
    .p-entry-editor .p-entry-editor-style-gallery li {
      text-align: center;
      width: 100%; }
      .p-entry-editor .p-entry-editor-style-gallery li:not(:first-child) {
        margin-top: 2.5rem; }
      @media screen and (min-width: 768px) {
        .p-entry-editor .p-entry-editor-style-gallery li {
          width: calc( ( 100% - 2.0rem ) / 2); }
          .p-entry-editor .p-entry-editor-style-gallery li:not(:first-child) {
            margin-top: 0; } }
    @media screen and (min-width: 768px) {
      .p-entry-editor .p-entry-editor-style-gallery--3x li {
        width: calc( ( 100% - 2.4rem ) / 3); } }
  .p-entry-editor .p-entry-editor-style-table {
    border: 1px solid #999;
    table-layout: fixed;
    width: 100% !important;
    border-collapse: collapse; }
    @media screen and (max-width: 767px) {
      .p-entry-editor .p-entry-editor-style-table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        border: none; } }
    .p-entry-editor .p-entry-editor-style-table th, .p-entry-editor .p-entry-editor-style-table td {
      border: 1px solid #999;
      padding: .8rem 1.0rem; }
    .p-entry-editor .p-entry-editor-style-table th {
      background: #efefef;
      font-weight: 400; }
    .p-entry-editor .p-entry-editor-style-table thead th {
      text-align: center;
      background: #bbb; }
    @media screen and (max-width: 767px) {
      .p-entry-editor .p-entry-editor-style-table tbody {
        width: 100%;
        display: table; } }
    .p-entry-editor .p-entry-editor-style-table tbody th {
      background: #efefef; }
    @media screen and (min-width: 768px) {
      .p-entry-editor .p-entry-editor-style-table-annotation {
        display: none; } }
  .p-entry-editor .p-entry-editor-style-supplement {
    font-size: 1.2rem; }
  .p-entry-editor .p-entry-editor-style-gmapWrapper {
    width: 100%;
    heigt: 0;
    padding-top: 56.25%;
    position: relative; }
    .p-entry-editor .p-entry-editor-style-gmapWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .p-entry-editor .aligncenter {
    display: block;
    margin: 0 auto; }
  .p-entry-editor .alignright {
    float: right; }
  .p-entry-editor .alignleft {
    float: left; }

.p-empty-text {
  background: #fafafa;
  border: 1px solid #aaa;
  color: #666;
  border-radius: .3rem;
  padding: 1.5rem;
  margin: 5.0rem 0; }

/* ==============================
  lightbox 修正
============================== */
.lightbox .lb-nav a.lb-prev {
  background: url(../img/lightbox/prev.svg) left 48% no-repeat;
  background-size: 50px 45px; }

.lightbox .lb-nav a.lb-next {
  background: url(../img/lightbox/next.svg) right 48% no-repeat;
  background-size: 50px 45px; }

.lightbox .lb-data .lb-close {
  background: url(../img/lightbox/close.svg) top right no-repeat;
  background-size: 27px; }

/* ==============================
  Pages -> Home
============================== */
@media screen and (max-width: 767px) {
  .p-home-section--visiual-group .l-container {
    width: 100%; } }

.p-home-section--visiual-group + .p-home-section--site-index {
  margin-top: 8.4rem; }

.p-home-section--site-index {
  margin-top: 2.8rem;
  z-index: 50; }
  @media screen and (min-width: 768px) {
    .p-home-section--site-index {
      margin-top: 5.0rem; } }
  .p-home-section--site-index .l-section-headline {
    margin-bottom: 1.7rem; }

.p-home-section--pickupbanner {
  margin-top: 6.6rem; }
  .p-home-section--pickupbanner + .p-home-section--pickupbanner {
    margin-top: 3.3rem; }
  .p-home-section--pickupbanner + .p-home-section--information {
    margin-top: 3.3rem; }

.p-home-section--information {
  margin-top: 6.6rem;
  background: #666666;
  padding: 2.8rem 0 3.0rem; }
  @media screen and (min-width: 768px) {
    .p-home-section--information {
      padding: 2.8rem 0 1.5rem; } }
  .p-home-section--information .l-section-headline {
    color: #fff; }
    @media screen and (min-width: 768px) {
      .p-home-section--information .l-section-headline {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .p-home-section--information .l-container {
      width: calc( 100% - 1.0rem);
      min-width: 118rem; } }
  .p-home-section--information .p-home-information-card__list {
    margin-top: .6rem; }
    @media screen and (min-width: 768px) {
      .p-home-section--information .p-home-information-card__list {
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .p-home-section--information .p-home-information-card__item:not(:first-child) {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .p-home-section--information .p-home-information-card__item {
      width: 30.0rem;
      margin: 1.5rem; } }
  .p-home-section--information .p-home-information-card__item-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    @media screen and (min-width: 768px) {
      .p-home-section--information .p-home-information-card__item-link {
        display: block; } }
    .p-home-section--information .p-home-information-card__item-link:hover img {
      animation: flash 1.5s; }
  .p-home-section--information .p-home-information-card__item-image {
    position: relative;
    width: 40%;
    height: 0;
    padding-top: 30.4%;
    overflow: hidden;
    background: #fff; }
    @media screen and (min-width: 768px) {
      .p-home-section--information .p-home-information-card__item-image {
        width: 100%;
        padding-top: 76%; } }
    .p-home-section--information .p-home-information-card__item-image > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .p-home-section--information .p-home-information-card__item-body {
    width: calc( 100% - ( 40% + 1.0rem )); }
    @media screen and (min-width: 768px) {
      .p-home-section--information .p-home-information-card__item-body {
        width: 100%;
        margin-top: .6rem; } }
  .p-home-section--information .p-home-information-card__item-subheadline {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462;
    color: #fff; }
  .p-home-section--information .p-home-information-card__item-headline {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.38462;
    color: #fff; }
  .p-home-section--information .p-home-information-card__item-date {
    font-size: 1.2rem;
    font-weight: 400;
    color: #fff; }

.p-home-section--topics {
  margin-top: 8.4rem;
  background: #666666;
  padding: 2.8rem 0 2.5rem; }
  @media screen and (min-width: 768px) {
    .p-home-section--topics {
      padding: 2.8rem 0 4.3rem; } }
  .p-home-section--topics .l-section-headline {
    color: #fff;
    font-family: "Noto Sans JP"; }
    @media screen and (min-width: 768px) {
      .p-home-section--topics .l-section-headline {
        margin-bottom: 0; } }
  .p-home-section--topics .c-button__group {
    margin-top: 4.8rem; }
  .p-home-section--topics .c-button-goast {
    border: 1px solid #fff;
    color: #fff; }
    .p-home-section--topics .c-button-goast::before {
      background: url(../img/ic_arrow_pure_white.svg) no-repeat left center/contain; }
    .p-home-section--topics .c-button-goast:hover {
      color: #afafaf; }
  .p-home-section--topics .p-home-topics-card__list {
    margin-top: 2.5rem; }
    @media screen and (min-width: 768px) {
      .p-home-section--topics .p-home-topics-card__list {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .p-home-section--topics .p-home-topics-card__item:not(:first-child) {
      margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .p-home-section--topics .p-home-topics-card__item {
      width: calc( ( 100% - 6.0rem ) / 4); }
      .p-home-section--topics .p-home-topics-card__item:not(:nth-child(4n)) {
        margin-right: 2rem; }
      .p-home-section--topics .p-home-topics-card__item:nth-child(n+5) {
        margin-top: 3rem; } }
  .p-home-section--topics .p-home-topics-card__item-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative; }
    @media screen and (min-width: 768px) {
      .p-home-section--topics .p-home-topics-card__item-link {
        display: block; } }
    .p-home-section--topics .p-home-topics-card__item-link:hover img {
      animation: flash 1.5s; }
  .p-home-section--topics .p-home-topics-card__item-image {
    position: relative;
    width: 40%;
    height: 0;
    padding-top: 30.4%;
    overflow: hidden;
    background: #fff; }
    @media screen and (min-width: 768px) {
      .p-home-section--topics .p-home-topics-card__item-image {
        width: 100%;
        padding-top: 76%; } }
    .p-home-section--topics .p-home-topics-card__item-image-text {
      position: absolute;
      left: 0;
      text-align: center;
      color: #fff;
      overflow-wrap: break-word;
      font-weight: 500; }
      @media screen and (min-width: 768px) {
        .p-home-section--topics .p-home-topics-card__item-image-text {
          width: 100%;
          top: 38%;
          transform: translate(0, -50%);
          font-size: 1.8rem; } }
      @media screen and (max-width: 767px) {
        .p-home-section--topics .p-home-topics-card__item-image-text {
          top: 50%;
          transform: translate(0, -50%);
          width: 40%;
          font-size: 1rem; } }
    .p-home-section--topics .p-home-topics-card__item-image > img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .p-home-section--topics .p-home-topics-card__item-body {
    width: calc( 100% - ( 40% + 1.0rem )); }
    @media screen and (min-width: 768px) {
      .p-home-section--topics .p-home-topics-card__item-body {
        width: 100%;
        margin-top: .6rem; } }
  .p-home-section--topics .p-home-topics-card__item-subheadline {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462;
    color: #fff; }
  .p-home-section--topics .p-home-topics-card__item-headline {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.38462;
    color: #fff; }
  .p-home-section--topics .p-home-topics-card__item-date {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff; }

.p-home-section--official-information {
  padding-top: 11.3rem; }
  .p-home-section--official-information .l-container::before {
    content: '';
    width: 100%;
    height: .5rem;
    background: #EDEDED;
    display: block;
    position: absolute;
    top: -4.0rem;
    left: 0; }

.p-home-section--primarylink {
  margin-top: 5.0rem; }

.p-home-section--banner {
  margin-top: 2.0rem; }
  .p-home-section--banner .l-container {
    border: 1px solid #999999; }
    @media screen and (min-width: 768px) {
      .p-home-section--banner .l-container {
        padding: 1.5rem 1.0rem 1.5rem 2.0rem; } }

.p-home-en-section--about {
  margin-top: 8.7rem; }
  @media screen and (max-width: 767px) {
    .p-home-en-section--about .l-container {
      padding: 0 calc( ( 100% - 80.0rem ) / 2); } }

.p-home-en-section--event-report {
  margin-top: 7.0rem; }
  .p-home-en-section--event-report .c-card__list {
    margin-top: 3.0rem; }
  .p-home-en-section--event-report .c-button__group {
    margin-top: 4.8rem; }

.p-home-visiual-group__layout {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .p-home-visiual-group__layout {
      display: flex;
      justify-content: space-between; } }
  .p-home-visiual-group__layout .c-button__group {
    position: absolute;
    bottom: 0;
    right: 5%;
    transform: translateY(100%); }
    @media screen and (min-width: 768px) {
      .p-home-visiual-group__layout .c-button__group {
        right: 0; } }
  .p-home-visiual-group__layout .c-button:last-child {
    margin-right: 0; }

.p-home-visiual__image {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 768px) {
    .p-home-visiual__image {
      width: 82.0rem; } }
  .p-home-visiual__image-slider {
    position: relative;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .75s visible ease,
 .75s opacity ease; }
    .p-home-visiual__image-slider.slick-initialized {
      visibility: visible;
      opacity: 1;
      height: auto; }
    .p-home-visiual__image-slider::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: 9; }
    .p-home-visiual__image-slider:hover .slick-arrow {
      opacity: 1;
      transition: all 0.5s; }
    .p-home-visiual__image-slider .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 900;
      width: 3.6rem;
      height: 3.6rem;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.5);
      text-indent: -999em;
      overflow: hidden;
      opacity: 0;
      transition: all 0.5s; }
      .p-home-visiual__image-slider .slick-arrow::before {
        content: '';
        width: 1.0rem;
        height: 1.0rem;
        display: block;
        border-left: 2px solid #fff;
        border-top: 2px solid #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .p-home-visiual__image-slider .slick-arrow.slick-prev {
        left: 1.0rem;
        transform: rotate(-45deg) translateY(-50%);
        transform-origin: center top; }
      .p-home-visiual__image-slider .slick-arrow.slick-next {
        right: 1.0rem;
        transform: rotate(135deg) translateY(-50%);
        transform-origin: center top; }

.p-home-publication__block {
  width: 90%;
  border: .5rem solid #DEDEDE;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-home-publication__block {
      margin: 8.4rem auto 0; } }
  @media screen and (min-width: 768px) {
    .p-home-publication__block {
      width: calc( 100% - 84.0rem); } }
  .p-home-publication__block .c-button__group {
    bottom: -.5rem;
    right: -.5rem; }
    @media screen and (min-width: 768px) {
      .p-home-publication__block .c-button__group {
        bottom: -.5rem;
        right: -.5rem; } }

.p-home-publication__link {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%; }
  @media screen and (min-width: 768px) {
    .p-home-publication__link {
      display: block; } }
  .p-home-publication__link:hover img {
    animation: flash 1.5s; }

.p-home-publication__head {
  text-align: center;
  background: url(../img/home/pattern_dot.png) #D0D1D3 center center;
  padding-top: 100%;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-home-publication__head {
      width: 50%;
      padding-top: 50%; } }
  .p-home-publication__head-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: transparent no-repeat center center / contain; }

@media screen and (max-width: 767px) {
  .p-home-publication__body {
    width: 50%; } }

@media screen and (min-width: 768px) {
  .p-home-publication__body {
    text-align: center;
    padding-bottom: 3.0rem; } }

.p-home-publication__headline {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.54545;
  display: block;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .p-home-publication__headline {
      font-size: 1.5rem;
      line-height: 1.46667; } }
  .p-home-publication__headline::before {
    content: attr(data-en);
    font-family: "Julius Sans One";
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.11111;
    display: block;
    text-align: center;
    margin-top: 1.5rem; }
    @media screen and (min-width: 768px) {
      .p-home-publication__headline::before {
        font-size: 2.4rem;
        line-height: 1.08333; } }

.p-home-publication__name {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.42857;
  margin-top: 2.4rem;
  padding: 0 1.0rem;
  word-break: keep-all; }
  @media screen and (min-width: 768px) {
    .p-home-publication__name {
      font-size: 1.5rem;
      line-height: 1.46667;
      margin-top: 3.0rem; } }

.p-home-myworks__block {
  width: 90%;
  border: 5px solid #DEDEDE;
  position: relative;
  padding: 1.1rem 2.0rem; }
  @media screen and (max-width: 767px) {
    .p-home-myworks__block {
      margin: 8.4rem auto 0; } }
  @media screen and (min-width: 768px) {
    .p-home-myworks__block {
      width: calc( 100% - 84.0rem); } }
  .p-home-myworks__block .c-button__group {
    bottom: -5px;
    right: -5px; }
    .p-home-myworks__block .c-button__group .c-button {
      font-size: 1.4rem;
      font-weight: 400;
      padding: .5rem 4.0rem .5rem 4.0rem; }
      .p-home-myworks__block .c-button__group .c-button svg {
        position: absolute;
        left: 1.2rem;
        top: 50%;
        transform: translateY(-50%); }

.p-home-myworks__headline {
  color: #CA002C;
  font-family: "Barlow Condensed";
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
  font-weight: 500; }

.p-home-myworks__catch {
  margin-top: 1.3rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400; }

.p-home-myworks__body {
  display: block; }

.p-home-myworks__image {
  margin-top: 2.5rem; }

.p-home-myworks__productname {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46667;
  margin-top: 1.4rem; }

.p-home-myworks__author {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.33333;
  color: #666666;
  margin-top: .4rem; }

@media screen and (min-width: 768px) {
  .p-home-site-index__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

.p-home-site-index__block {
  width: 100%;
  border: 3px solid #666666;
  position: relative;
  padding: 2.0rem 2.0rem 2.2rem; }
  @media screen and (max-width: 767px) {
    .p-home-site-index__block:not(:last-child) {
      margin-bottom: 1.5rem; }
    .p-home-site-index__block:not(:first-child) {
      margin-top: 6.2rem; } }
  @media screen and (min-width: 768px) {
    .p-home-site-index__block {
      width: calc( ( 100% - 30px ) / 2);
      padding: 2.0rem; }
      .p-home-site-index__block:not(:first-child):not(:nth-child(2)) {
        margin-top: 6.2rem; } }
  .p-home-site-index__block .c-button__group {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    right: -3px;
    bottom: 0; }
  .p-home-site-index__block .i-arrow[target="_blank"]::before {
    width: 1.4rem;
    height: 1.4rem;
    background: url(../img/ic_blank.svg) no-repeat left center/contain; }
  .p-home-site-index__block .i-lock {
    position: absolute;
    top: 1rem;
    left: 1.2rem; }
  .p-home-site-index__block-link {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #3B3938;
    border-radius: 8px 0 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff;
    width: 23.8rem;
    text-align: center;
    line-height: 4.1rem;
    transition: .3s background ease; }
    .p-home-site-index__block-link:hover {
      color: #fff;
      background: #484644; }
    @media screen and (max-width: 767px) {
      .p-home-site-index__block-link {
        font-size: 1.3rem; } }
    .p-home-site-index__block-link .i-blank {
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }

.p-home-site-index__headline {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 1.6rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-home-site-index__headline {
      padding-top: 6rem;
      margin-bottom: 1.5rem; } }
  .p-home-site-index__headline::before {
    content: attr(data-en);
    display: block; }
    @media screen and (min-width: 768px) {
      .p-home-site-index__headline::before {
        margin-right: 17px; } }
  .p-home-site-index__headline svg {
    position: absolute;
    top: 2.5rem;
    left: 50%;
    width: 5rem;
    height: 4rem; }
    @media screen and (max-width: 767px) {
      .p-home-site-index__headline svg {
        transform: translateX(-50%); } }
    @media screen and (min-width: 768px) {
      .p-home-site-index__headline svg {
        top: 2.0rem;
        left: 2.0rem;
        width: 7.526rem;
        height: 5.99rem; } }
  .p-home-site-index__block--activity .p-home-site-index__headline::before {
    font-size: 4.0rem;
    font-family: "Molle";
    font-style: italic;
    line-height: 1.25;
    letter-spacing: 0em;
    color: #FF8A00;
    margin-top: .4rem; }
  .p-home-site-index__block--activity .p-home-site-index__headline svg {
    width: 4rem;
    height: 5rem;
    fill: #FF8A00; }
    @media screen and (min-width: 768px) {
      .p-home-site-index__block--activity .p-home-site-index__headline svg {
        width: 5.187rem;
        height: 5.935rem; } }
  .p-home-site-index__block--library .p-home-site-index__headline::before {
    font-size: 4.5rem;
    font-family: "Inria Serif";
    font-weight: 700;
    line-height: 1.22222;
    letter-spacing: 0em;
    color: #138360; }
  .p-home-site-index__block--library .p-home-site-index__headline svg {
    width: 4rem;
    height: 5rem;
    fill: #138360; }
    @media screen and (min-width: 768px) {
      .p-home-site-index__block--library .p-home-site-index__headline svg {
        width: 4.6rem;
        height: 5.94rem; } }
  .p-home-site-index__block--myworks .p-home-site-index__headline::before {
    font-size: 4.5rem;
    font-family: "Barlow Condensed";
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.22222;
    color: #CA002C;
    margin-top: -.7rem; }
  .p-home-site-index__block--myworks .p-home-site-index__headline svg {
    width: 4rem;
    height: 4rem; }
    @media screen and (min-width: 768px) {
      .p-home-site-index__block--myworks .p-home-site-index__headline svg {
        width: 4.6rem;
        height: 4.6rem; } }
  .p-home-site-index__block--member .p-home-site-index__headline::before {
    font-size: 2.6rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.46154;
    display: block; }
  .p-home-site-index__block--member .p-home-site-index__headline svg {
    width: 5rem;
    height: 4rem; }
    @media screen and (max-width: 767px) {
      .p-home-site-index__block--member .p-home-site-index__headline svg {
        transform: translateX(-50%); } }
    @media screen and (min-width: 768px) {
      .p-home-site-index__block--member .p-home-site-index__headline svg {
        width: 7.526rem;
        height: 5.99rem; } }

.p-home-site-index__description {
  line-height: 1.57143; }
  @media screen and (min-width: 768px) {
    .p-home-site-index__description {
      text-align: center; } }

.p-home-site-index__update-headline {
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Julius Sans One";
  letter-spacing: 0em;
  line-height: 1.06667;
  margin-top: 2.5rem; }

.p-home-site-index__update-body {
  margin-top: .5rem;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .p-home-site-index__update-body:hover img {
    animation: flash 1.5s; }

.p-home-site-index__update-image {
  width: 53.31230283911672%;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .p-home-site-index__update-image img {
      max-width: inherit;
      width: 100%;
      height: auto; } }
  @media screen and (min-width: 768px) {
    .p-home-site-index__update-image {
      width: 30.0rem; } }
  .p-home-site-index__update-image img {
    border: 1px solid #999999; }

.p-home-site-index__update-detail {
  width: calc( 100% - ( 53.31230283911672% + 3.1545741324921135% )); }
  @media screen and (min-width: 768px) {
    .p-home-site-index__update-detail {
      width: calc( 100% - 31.5rem); } }

.p-home-site-index__update-headline-sub {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.32;
  margin-bottom: .3rem;
  text-align: justify; }

.p-home-site-index__update-headline-main {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857; }
  @media screen and (min-width: 768px) {
    .p-home-site-index__update-headline-main {
      font-size: 1.5rem; } }

.p-home-site-index__update-excerpt {
  font-size: 1.3rem;
  line-height: 1.46154;
  color: #666;
  text-align: justify;
  margin-top: 2px; }

.p-home-site-index__update-date {
  font-size: 1.1rem;
  line-height: 1.45455;
  color: #666;
  margin-top: .8rem; }
  @media screen and (min-width: 768px) {
    .p-home-site-index__update-date {
      font-size: 1.2rem;
      line-height: 1.33333;
      text-align: right; } }

.p-home-site-index__information {
  display: block;
  margin: .5rem 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #aaa; }
  .p-home-site-index__information-headline {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5; }
  .p-home-site-index__information-entry-headline {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.46667; }
  .p-home-site-index__information-entry-excerpt {
    font-size: 1.3rem;
    line-height: 1.38462;
    color: #666;
    margin-top: .3rem; }
  .p-home-site-index__information-slider {
    margin: .5rem 0 2.5rem; }
    .p-home-site-index__information-slider .slick-arrow::before {
      content: '';
      width: 1.3rem;
      height: 1.3rem;
      display: block;
      padding: .2rem;
      border-left: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
      position: absolute;
      left: 50%;
      cursor: pointer; }
    .p-home-site-index__information-slider .slick-arrow.slick-prev::before {
      top: -1.2rem;
      transform: translate(-50%, -50%) rotate(135deg); }
    .p-home-site-index__information-slider .slick-arrow.slick-next::before {
      bottom: -2.2rem;
      transform: translate(-50%, -50%) rotate(-45deg); }
    .p-home-site-index__information-slider .slick-list {
      border: 1px dashed #aaa; }
      .p-home-site-index__information-slider .slick-list .slick-track .slick-slide {
        border-bottom: 1px solid #aaa; }
  .p-home-site-index__information-unknown {
    font-size: 1.3rem;
    text-align: center; }
    .p-home-site-index__information-unknown a {
      text-decoration: underline; }

.p-home-news__group .p-home-news__box:not(:last-child) {
  margin-bottom: 3.0rem; }

.p-home-news__group .p-home-news__box .c-archive__list {
  margin-bottom: 1.5rem; }

.p-home-academybox__box {
  border-bottom: 5px solid #1D97AD;
  position: relative; }
  @media screen and (max-width: 767px) {
    .p-home-academybox__box {
      margin-top: 2.5rem; } }
  .p-home-academybox__box-link {
    background: #3B3938;
    color: #fff;
    width: 23.5rem;
    border-radius: 8px 0 0 0;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 3.2rem;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .p-home-academybox__box-link {
        font-size: 1.3rem; } }
  .p-home-academybox__box .c-button__group {
    position: absolute;
    bottom: -5px;
    right: 0;
    transform: translateY(100%); }

.p-home-academybox__headline-text {
  display: block;
  background: #1D97AD;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667;
  padding: 1.3rem 0;
  margin-bottom: 2.2rem;
  transition: .3s background ease; }
  .p-home-academybox__headline-text::before {
    content: attr(data-en);
    font-size: 2.5rem;
    font-family: "Julius Sans One";
    font-weight: 300;
    line-height: 1.12;
    display: block; }
  .p-home-academybox__headline-text:hover {
    color: #fff;
    background: #21aac3; }

.p-home-academybox__body {
  display: block;
  padding: 0 2.0rem 2.0rem; }
  @media screen and (min-width: 768px) {
    .p-home-academybox__body {
      display: flex;
      justify-content: space-between; } }
  .p-home-academybox__body:hover img {
    animation: flash 1.5s; }

@media screen and (max-width: 767px) {
  .p-home-academybox__image {
    width: 100%;
    text-align: center; }
    .p-home-academybox__image img {
      max-width: inherit;
      width: 100%;
      height: auto; } }

@media screen and (min-width: 768px) {
  .p-home-academybox__image {
    width: 300px; } }

@media screen and (max-width: 767px) {
  .p-home-academybox__detail {
    margin-top: 1rem; } }

@media screen and (min-width: 768px) {
  .p-home-academybox__detail {
    width: calc( 100% - 315px); } }

.p-home-academybox__headline-sub {
  font-size: 1.3rem;
  line-height: 1.38462;
  color: #999999;
  margin-top: 5px; }

.p-home-academybox__headline-main {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667; }

.p-home-academybox__excerpt {
  font-size: 1.3rem;
  line-height: 1.38462;
  color: #666666;
  margin-top: 5px; }

.p-home-academybox__date {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.33333;
  color: #999999;
  margin-top: 1.0rem; }

.p-home-link__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2.1rem; }

.p-home-link__item {
  width: calc( ( 100% - 1rem ) / 2);
  border: 1px solid #999999;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .p-home-link__item:not(:first-child):not(:nth-child(2)) {
      margin-top: 1.2rem; } }
  @media screen and (min-width: 768px) {
    .p-home-link__item {
      width: calc( ( 100% - 3.6rem ) / 4);
      height: 9.5rem; } }
  .p-home-link__item--award, .p-home-link__item--meti {
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.46667; }
    @media screen and (max-width: 767px) {
      .p-home-link__item--award, .p-home-link__item--meti {
        padding: 2.5rem .25rem; } }
    @media screen and (min-width: 768px) {
      .p-home-link__item--award, .p-home-link__item--meti {
        font-size: 1.5rem; } }
    .p-home-link__item--award .i-crown, .p-home-link__item--meti .i-crown {
      position: absolute;
      top: .5rem;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .p-home-link__item--award .i-crown, .p-home-link__item--meti .i-crown {
          top: 1.5rem; } }
    .p-home-link__item--award .p-home-link__item-text, .p-home-link__item--meti .p-home-link__item-text {
      position: relative;
      top: -1rem; }
    .p-home-link__item--award span, .p-home-link__item--meti span {
      display: block;
      margin: 0 auto;
      font-size: 1.0rem;
      font-weight: 300;
      line-height: 1.46667;
      margin-bottom: .3rem; }
      @media screen and (min-width: 768px) {
        .p-home-link__item--award span, .p-home-link__item--meti span {
          font-size: 1.3rem; } }
    .p-home-link__item--award::after, .p-home-link__item--meti::after {
      content: '';
      width: 1.8rem;
      height: .94rem;
      background: url(../img/ic_arrow.svg) no-repeat 0 0/cover;
      display: block;
      position: absolute;
      bottom: 1.8rem;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (min-width: 768px) {
        .p-home-link__item--award::after, .p-home-link__item--meti::after {
          width: 2.5rem;
          height: 1.3rem;
          bottom: 1.8rem; } }
  .p-home-link__item--facebook, .p-home-link__item--twitter {
    font-family: "Julius Sans One";
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.2;
    color: #fff;
    border: 0;
    transition: .3s background ease; }
    @media screen and (max-width: 767px) {
      .p-home-link__item--facebook, .p-home-link__item--twitter {
        padding: 2rem 1rem 2rem 3.5rem; } }
    @media screen and (min-width: 768px) {
      .p-home-link__item--facebook, .p-home-link__item--twitter {
        font-size: 2.0rem; } }
    .p-home-link__item--facebook svg, .p-home-link__item--twitter svg {
      width: 2.5rem;
      height: 2.5rem;
      fill: #554E4B;
      position: absolute;
      top: 50%;
      left: 1rem;
      transform: translateY(-50%); }
      @media screen and (min-width: 768px) {
        .p-home-link__item--facebook svg, .p-home-link__item--twitter svg {
          width: 4.0rem;
          height: 4.0rem;
          left: 1.5rem; } }
    .p-home-link__item--facebook:hover, .p-home-link__item--twitter:hover {
      color: #fff; }
  .p-home-link__item--facebook {
    background: #446CB7; }
    .p-home-link__item--facebook:hover {
      background: #557ac0; }
  .p-home-link__item--twitter {
    background: #36A8E5; }
    .p-home-link__item--twitter:hover {
      background: #4db2e8; }

@media screen and (min-width: 768px) {
  .p-home-primarylink__list {
    display: flex;
    justify-content: space-between; } }

.p-home-primarylink__item {
  position: relative;
  background: #666666;
  height: 10.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  line-height: 1.44444;
  font-size: 1.5rem;
  font-weight: 400;
  transition: .3s background ease; }
  @media screen and (max-width: 767px) {
    .p-home-primarylink__item:not(:last-child) {
      margin-bottom: 1.5rem; } }
  @media screen and (min-width: 768px) {
    .p-home-primarylink__item {
      font-size: 1.8rem;
      width: calc( ( 100% - 1.2rem ) / 2); } }
  .p-home-primarylink__item::before {
    content: '';
    width: 2.5rem;
    height: 1.3rem;
    background: url(../img/ic_arrow_white.svg) no-repeat 0 0/cover;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 1.5rem; }
  .p-home-primarylink__item-text {
    position: relative;
    z-index: 20; }
  .p-home-primarylink__item--jpda svg {
    position: absolute;
    right: 2.5rem;
    bottom: 0;
    width: 7.6rem;
    height: 10.1rem;
    fill: #999999; }
  .p-home-primarylink__item--partner svg {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 10.7rem;
    height: 8.4rem; }
  .p-home-primarylink__item:hover {
    color: #fff;
    background: #737373; }

.p-home-banner__list {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 767px) {
    .p-home-banner__list {
      padding: 1.0rem 2.5%; } }
  .p-home-banner__list .slick-arrow {
    display: block;
    width: 1.0rem;
    height: 1.0rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    text-indent: -999em; }
    .p-home-banner__list .slick-arrow::before {
      content: '';
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      border-left: 1px solid #666666;
      border-bottom: 1px solid #666666; }
  .p-home-banner__list .slick-prev {
    left: .3rem;
    transform: translateY(-50%) rotate(45deg); }
    @media screen and (min-width: 768px) {
      .p-home-banner__list .slick-prev {
        left: -1.5rem; } }
  .p-home-banner__list .slick-next {
    right: .3rem;
    transform: translateY(-50%) rotate(-135deg); }
    @media screen and (min-width: 768px) {
      .p-home-banner__list .slick-next {
        right: -.5rem; } }

@media screen and (min-width: 768px) {
  .p-home-banner__item {
    width: 22.0rem; }
    .p-home-banner__item:not(:last-child) {
      margin-right: 1.0rem; } }

@media screen and (max-width: 767px) {
  .p-home-banner__item-link {
    display: block;
    padding: 0 .25em;
    text-align: center; }
    .p-home-banner__item-link img {
      margin: 0 auto; } }

.p-home-en-site-index__update-body:hover img {
  animation: flash 1.5s; }

.p-home-en-about__subheadline {
  margin-top: 3.4rem;
  font-size: 1.8rem;
  font-weight: 400; }

.p-home-en-about__message {
  margin-top: 2.0rem;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.71429; }

/* ==============================
  Pages -> JPDAについて
============================== */
[data-category="about"] .p-about-index-section--report {
  margin-top: 7.0rem; }

[data-category="about"] .p-about-message-section {
  margin-top: 5.6rem; }

[data-category="about"] .p-about-history-story__row:not(:last-child) {
  margin-bottom: 3.5rem; }

[data-category="about"] .p-about-history-story__headline {
  font-size: 2.4rem;
  font-family: "Julius Sans One";
  font-weight: 400;
  line-height: 1;
  padding-bottom: .4rem;
  border-bottom: 2px solid #3B3938; }
  [data-category="about"] .p-about-history-story__headline + .p-about-history-story__detail {
    margin-top: 2.5rem; }

[data-category="about"] .p-about-history-story__detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap; }
  [data-category="about"] .p-about-history-story__detail + .p-about-history-story__detail {
    margin-top: 1.0rem; }
  [data-category="about"] .p-about-history-story__detail-month {
    width: 5.0rem;
    padding-right: 1.5rem;
    text-align: right;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.38462; }
    @media screen and (min-width: 768px) {
      [data-category="about"] .p-about-history-story__detail-month {
        width: 8.0rem; } }
  [data-category="about"] .p-about-history-story__detail-entry {
    width: calc( 100% - 5.0rem);
    font-size: 1.3rem; }
    @media screen and (min-width: 768px) {
      [data-category="about"] .p-about-history-story__detail-entry {
        width: calc( 100% - 8.0rem); } }
  [data-category="about"] .p-about-history-story__detail-eventheadline {
    color: #999999;
    line-height: 1.38462; }
  [data-category="about"] .p-about-history-story__detail-item {
    font-size: 1.3rem;
    line-height: 1.38462;
    text-indent: -1.3rem;
    margin-left: 1.3rem; }
    [data-category="about"] .p-about-history-story__detail-item:not(.p-about-history-story__detail-item--event):not(:last-child) {
      margin-bottom: 1.0rem; }
    [data-category="about"] .p-about-history-story__detail-item::before {
      content: '■'; }
    [data-category="about"] .p-about-history-story__detail-item--event {
      display: inline-block;
      color: #999999; }
      [data-category="about"] .p-about-history-story__detail-item--event:not(:last-child) {
        margin-right: 1rem; }
    [data-category="about"] .p-about-history-story__detail-item--en {
      text-indent: 0;
      margin-left: 0; }
      [data-category="about"] .p-about-history-story__detail-item--en::before {
        content: none; }

[data-category="about"] .p-about-history-story__image {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 2.5rem; }
  [data-category="about"] .p-about-history-story__image-caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.33333;
    margin-top: .5rem; }
  [data-category="about"] .p-about-history-story__image-item:not(:last-child) {
    margin-right: 1.5rem; }

[data-category="about"] .p-about-org-section--message {
  margin-top: 5.6rem; }

[data-category="about"] .p-about-org-section--detail {
  margin-top: 5.0rem; }

[data-category="about"] .p-about-org-message__headline {
  font-size: 1.8rem;
  line-height: 1.44444;
  font-weight: 400;
  text-align: center; }

[data-category="about"] .p-about-org-message__text {
  font-size: 1.4rem;
  line-height: 1.71429;
  margin-top: 2.5rem;
  text-align: center; }
  [data-category="about"] .p-about-org-message__text--align-left {
    text-align: left; }

[data-category="about"] .p-about-org-map {
  margin-top: 3.0rem;
  text-align: center; }
  [data-category="about"] .p-about-org-map + .c-button__group {
    margin-top: 5.6rem; }

[data-category="about"] .p-about-org-constitution__headline {
  font-size: 1.4rem;
  font-weight: 400; }
  [data-category="about"] .p-about-org-constitution__headline + .p-about-org-constitution__detail {
    margin-top: 1.7rem; }

[data-category="about"] .p-about-org-constitution__detail {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.42857; }
  [data-category="about"] .p-about-org-constitution__detail + .p-about-org-constitution__headline {
    margin-top: 3.0rem; }

[data-category="about"] .p-about-org-table {
  width: 100%;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  margin-top: 5.0rem; }
  [data-category="about"] .p-about-org-table th, [data-category="about"] .p-about-org-table td {
    border: 1px solid #CCCCCC;
    font-size: 1.4rem;
    line-height: 1.42857;
    font-weight: 300;
    padding: 1.0rem .7rem; }
  [data-category="about"] .p-about-org-table th {
    width: 18.5rem;
    font-weight: 400;
    text-align: center; }

[data-category="about"] .p-about-whoswho-section--head {
  margin-top: 3.0rem; }

[data-category="about"] .p-about-whoswho-section-group {
  margin-top: 6.0rem; }
  [data-category="about"] .p-about-whoswho-section-group .c-accordion:first-child {
    margin-top: 1.5rem; }
  [data-category="about"] .p-about-whoswho-section-group .c-accordion + .c-accordion {
    margin-top: 1.5rem; }
    @media screen and (min-width: 768px) {
      [data-category="about"] .p-about-whoswho-section-group .c-accordion + .c-accordion {
        margin-top: 3.0rem; } }
  [data-category="about"] .p-about-whoswho-section-group .c-accordion .c-accordion__header {
    padding-right: 0; }
  [data-category="about"] .p-about-whoswho-section-group .c-accordion .c-accordion__body {
    padding-top: 1.0rem; }

@media screen and (min-width: 768px) {
  [data-category="about"] .p-about-whoswho-memberdata {
    width: 36.0rem; } }

[data-category="about"] .p-about-whoswho-memberdata__head {
  padding-bottom: 8px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #707070; }

[data-category="about"] .p-about-whoswho-memberdata__headline {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46667; }
  @media screen and (max-width: 767px) {
    [data-category="about"] .p-about-whoswho-memberdata__headline {
      text-align: center; } }

[data-category="about"] .p-about-whoswho-memberdata__updated {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.33333;
  letter-spacing: 0.01em; }

[data-category="about"] .p-about-whoswho-memberdata__list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0; }
  [data-category="about"] .p-about-whoswho-memberdata__list th, [data-category="about"] .p-about-whoswho-memberdata__list td {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462;
    letter-spacing: 0.01em; }
  [data-category="about"] .p-about-whoswho-memberdata__list thead th {
    text-align: right;
    padding-bottom: 5px;
    border-bottom: 1px solid #CCCCCC; }
  [data-category="about"] .p-about-whoswho-memberdata__list tbody th {
    text-align: left; }
  [data-category="about"] .p-about-whoswho-memberdata__list tbody td {
    text-align: right; }
  [data-category="about"] .p-about-whoswho-memberdata__list tbody th, [data-category="about"] .p-about-whoswho-memberdata__list tbody td {
    padding: .5rem 0; }
  [data-category="about"] .p-about-whoswho-memberdata__list tfoot td, [data-category="about"] .p-about-whoswho-memberdata__list tfoot th {
    border-top: 1px solid #CCCCCC;
    padding: .5rem 0; }
  [data-category="about"] .p-about-whoswho-memberdata__list tfoot td {
    text-align: right; }

@media screen and (max-width: 767px) {
  [data-category="about"] .p-about-whoswho-aboutlinks {
    margin-top: 2.5rem; } }

@media screen and (min-width: 768px) {
  [data-category="about"] .p-about-whoswho-aboutlinks {
    width: 28.0rem; } }

[data-category="about"] .p-about-whoswho-listname {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  position: relative; }
  [data-category="about"] .p-about-whoswho-listname[data-status] {
    cursor: pointer; }
    [data-category="about"] .p-about-whoswho-listname[data-status]::after {
      position: absolute;
      right: 0;
      top: 0; }
  [data-category="about"] .p-about-whoswho-listname:not([data-status="visible"])::after {
    content: '＋'; }
  [data-category="about"] .p-about-whoswho-listname:not([data-status="visible"]) + .p-about-whoswho-member__list {
    display: none; }
  [data-category="about"] .p-about-whoswho-listname:not([data-status="hidden"])::after {
    content: '－'; }
  [data-category="about"] .p-about-whoswho-listname + .p-about-whoswho-member__list {
    margin-top: 1.5rem; }
  [data-category="about"] .p-about-whoswho-listname + .p-about-whoswho-listname {
    margin-top: 3.7rem; }

[data-category="about"] .p-about-whoswho-member-tab-header__list {
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    [data-category="about"] .p-about-whoswho-member-tab-header__list {
      flex-wrap: wrap; } }

[data-category="about"] .p-about-whoswho-member-tab-header__item {
  width: calc( 100% / 3);
  color: #666;
  font-weight: 400;
  text-align: center;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    [data-category="about"] .p-about-whoswho-member-tab-header__item {
      width: calc( 100% / 9); } }
  [data-category="about"] .p-about-whoswho-member-tab-header__item--current {
    background: #3B3938;
    border-radius: .5rem;
    color: #fff;
    pointer-events: none; }

[data-category="about"] .p-about-whoswho-member-tab-body__list .p-about-whoswho-member__list {
  display: none; }

[data-category="about"] .p-about-whoswho-member__group:not(:last-child) {
  margin-bottom: 3.7rem; }

[data-category="about"] .p-about-whoswho-member__list {
  margin-top: 2.5rem; }

[data-category="about"] .p-about-whoswho-member__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  padding: 1.2rem 0; }
  @media screen and (max-width: 767px) {
    [data-category="about"] .p-about-whoswho-member__item {
      flex-wrap: wrap; } }
  [data-category="about"] .p-about-whoswho-member__item-name {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.71429;
    width: 100%; }
    @media screen and (min-width: 768px) {
      [data-category="about"] .p-about-whoswho-member__item-name {
        width: calc( 100% - 16.5rem); } }
  [data-category="about"] .p-about-whoswho-member__item-mylinks {
    width: 100%;
    display: flex; }
    @media screen and (min-width: 768px) {
      [data-category="about"] .p-about-whoswho-member__item-mylinks {
        width: auto;
        display: inline-flex;
        justify-content: flex-end; } }
  [data-category="about"] .p-about-whoswho-member__item-mylink {
    width: 8.0rem;
    height: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 1.4rem;
    line-height: 1.1875; }
    @media screen and (max-width: 767px) {
      [data-category="about"] .p-about-whoswho-member__item-mylink {
        margin-top: .5rem; } }
    @media screen and (min-width: 768px) {
      [data-category="about"] .p-about-whoswho-member__item-mylink {
        height: 2.5rem;
        font-size: 1.6rem; }
        [data-category="about"] .p-about-whoswho-member__item-mylink:not(:first-child) {
          margin-left: .5rem; } }
    [data-category="about"] .p-about-whoswho-member__item-mylink--area {
      font-size: 1.2rem;
      color: #666;
      border: none;
      order: 99; }
      @media screen and (max-width: 767px) {
        [data-category="about"] .p-about-whoswho-member__item-mylink--area {
          width: auto; } }
    [data-category="about"] .p-about-whoswho-member__item-mylink--myworks {
      color: #CA002C;
      border: 1px solid #CA002C;
      font-family: "Barlow Condensed";
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        [data-category="about"] .p-about-whoswho-member__item-mylink--myworks {
          margin-right: .5rem; } }
    [data-category="about"] .p-about-whoswho-member__item-mylink--web {
      color: #0B46B7;
      border: 1px solid #0B46B7;
      font-family: "Barlow Condensed";
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        [data-category="about"] .p-about-whoswho-member__item-mylink--web {
          margin-right: .5rem; } }

[data-category="about"][data-language="en"] .p-en-about-global-section--indexlink {
  margin-top: 10.0rem; }

[data-category="about"][data-language="en"] .p-en-about-index-link__headline {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667;
  padding-left: 3.0rem; }
  [data-category="about"][data-language="en"] .p-en-about-index-link__headline::before {
    right: inherit;
    left: 0; }
  [data-category="about"][data-language="en"] .p-en-about-index-link__headline + .p-en-about-index-link__list {
    margin-top: 1.0rem; }

@media screen and (min-width: 768px) {
  [data-category="about"][data-language="en"] .p-en-about-index-link__list {
    display: flex;
    justify-content: flex-start; } }

@media screen and (max-width: 767px) {
  [data-category="about"][data-language="en"] .p-en-about-index-link__item:not(:first-child) {
    margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  [data-category="about"][data-language="en"] .p-en-about-index-link__item {
    width: calc( ( 100% - 7.0rem ) / 3); }
    [data-category="about"][data-language="en"] .p-en-about-index-link__item:not(:nth-child(3n)) {
      margin-right: 3.5rem; } }

[data-category="about"][data-language="en"] .p-en-about-index-link__item-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 9rem;
  border: 1px solid #666666;
  border-radius: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.44444; }
  @media screen and (min-width: 768px) {
    [data-category="about"][data-language="en"] .p-en-about-index-link__item-link {
      height: 17rem; } }
  [data-category="about"][data-language="en"] .p-en-about-index-link__item-link::before {
    right: 50%;
    top: inherit;
    bottom: 2.0rem;
    transform: translateX(50%); }
    @media screen and (min-width: 768px) {
      [data-category="about"][data-language="en"] .p-en-about-index-link__item-link::before {
        bottom: 3.5rem; } }
  [data-category="about"][data-language="en"] .p-en-about-index-link__item-link--small {
    height: 9.5rem;
    font-size: 1.5rem;
    line-height: 1.46667; }
    [data-category="about"][data-language="en"] .p-en-about-index-link__item-link--small::before {
      top: inherit;
      bottom: 1.8rem;
      transform: inherit; }

/* ==============================
  Pages -> JPDA News
============================== */
[data-category="news"] .p-content-header__headline {
  background: #3B3938; }
  [data-category="news"] .p-content-header__headline-text::before {
    font-family: "Julius Sans One"; }

/* ==============================
  Pages -> Member's News
============================== */
[data-category="members_news"] .p-content-header__headline {
  background: #556A93; }
  [data-category="members_news"] .p-content-header__headline-text::before {
    font-family: "Julius Sans One"; }

/* ==============================
  Pages -> Academy Box
============================== */
[data-category="academy_box"] .p-content-header__headline {
  background: #1D97AD; }
  [data-category="academy_box"] .p-content-header__headline-text::before {
    font-family: "Julius Sans One"; }

/* ==============================
  Pages -> Publication
============================== */
[data-category="publication"] .p-publication-filter--head {
  margin: -2.5rem 0 5.0rem; }

[data-category="publication"] .p-publication-filter--footer {
  margin-top: 3.5rem; }

[data-category="publication"] .p-publication-filter__wrapper {
  text-align: center; }
  [data-category="publication"] .p-publication-filter__wrapper .c-form-item-field__select {
    margin: 0 auto;
    border-radius: .5rem; }

@media screen and (min-width: 768px) {
  [data-category="publication"] .p-publication-card__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

[data-category="publication"] .p-publication-card__item {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    [data-category="publication"] .p-publication-card__item:not(:first-child) {
      margin-top: 5rem; } }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .p-publication-card__item {
      width: calc( ( 100% - 5.5rem ) / 2); }
      [data-category="publication"] .p-publication-card__item:not(:first-child):not(:nth-child(2)) {
        margin-top: 5.0rem; } }
  [data-category="publication"] .p-publication-card__item-image {
    width: 35%; }
    @media screen and (min-width: 768px) {
      [data-category="publication"] .p-publication-card__item-image {
        width: 20.0rem; } }
    [data-category="publication"] .p-publication-card__item-image-link {
      display: block; }
      [data-category="publication"] .p-publication-card__item-image-link:hover > img {
        animation: flash 1.5s; }
  [data-category="publication"] .p-publication-card__item-data {
    width: calc( 65% - 2.5rem); }
    @media screen and (min-width: 768px) {
      [data-category="publication"] .p-publication-card__item-data {
        width: calc( 100% - 21.5rem); } }
  [data-category="publication"] .p-publication-card__item-headline_sub {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462; }
    [data-category="publication"] .p-publication-card__item-headline_sub + .p-publication-card__item-headline {
      margin-top: .5rem; }
  [data-category="publication"] .p-publication-card__item-headline {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.46667; }
  [data-category="publication"] .p-publication-card__item-excerpt {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462;
    margin-top: 1.0rem; }
  [data-category="publication"] .p-publication-card__item-link {
    margin-top: 1.0rem;
    width: 100%;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999999;
    border-radius: .5rem;
    position: relative;
    font-size: 1.3rem;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      [data-category="publication"] .p-publication-card__item-link {
        margin-top: 3.0rem;
        height: 4.5rem; } }

@media screen and (min-width: 768px) {
  [data-category="publication"] .p-publication-bookinfo {
    display: flex;
    justify-content: space-between; } }

[data-category="publication"] .p-publication-bookinfo + .c-button__group {
  margin-top: 7.0rem; }

[data-category="publication"] .p-publication-bookinfo__image {
  width: 60%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .p-publication-bookinfo__image {
      width: 25.0rem;
      text-align: left;
      margin: 0; } }

[data-category="publication"] .p-publication-bookinfo__data {
  width: 100%; }
  @media screen and (max-width: 767px) {
    [data-category="publication"] .p-publication-bookinfo__data {
      margin-top: 2.5rem; } }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .p-publication-bookinfo__data {
      width: 83.0rem; } }

[data-category="publication"] .p-publication-bookinfo__headline--sub {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71429; }

[data-category="publication"] .p-publication-bookinfo__headline--main {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.44444; }

[data-category="publication"] .p-publication-bookinfo__pdf {
  margin-top: 3.0rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .p-publication-bookinfo__pdf {
      text-align: left; } }

[data-category="publication"] .p-publication-bookinfo__buyBtn {
  width: 28.0rem;
  height: 7.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #999999;
  border-radius: .5rem;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  text-align: center;
  line-height: 1.46667;
  margin: 1.0rem auto 0; }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .p-publication-bookinfo__buyBtn {
      margin: 1.0rem 0 0 0; } }
  [data-category="publication"] .p-publication-bookinfo__buyBtn svg {
    position: absolute;
    right: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    fill: #999999; }

[data-category="publication"] .p-publication-bookinfo__body {
  margin-top: 3.5rem; }

[data-category="publication"] .p-publication-bookinfo__pages {
  display: flex;
  justify-content: flex-start;
  margin: 5.0rem 0 0;
  flex-wrap: wrap; }
  [data-category="publication"] .p-publication-bookinfo__pages + .c-button__group {
    margin-top: 7.0rem; }

[data-category="publication"] .p-publication-bookinfo__page {
  padding-top: 22.62162162162162%;
  display: block;
  background: #ddd no-repeat center center / cover;
  transition: .3s opacity ease;
  width: calc( ( 100% - 2.0rem ) / 3); }
  [data-category="publication"] .p-publication-bookinfo__page:not(:nth-child(3n)) {
    margin-right: 1.0rem; }
    @media screen and (min-width: 768px) {
      [data-category="publication"] .p-publication-bookinfo__page:not(:nth-child(3n)) {
        margin-right: 3.5rem; } }
  [data-category="publication"] .p-publication-bookinfo__page:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 1.0rem; }
    @media screen and (min-width: 768px) {
      [data-category="publication"] .p-publication-bookinfo__page:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 3.5rem; } }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .p-publication-bookinfo__page {
      width: calc( ( 100% - 7.0rem ) / 3); } }
  [data-category="publication"] .p-publication-bookinfo__page:hover {
    opacity: .7; }

@media screen and (max-width: 767px) {
  [data-category="publication"] .c-card__item {
    width: calc( ( 100% - 2.0rem ) / 2); }
    [data-category="publication"] .c-card__item:not(:nth-child(1)):not(:nth-child(2)) {
      margin-top: 2.0rem; } }

@media screen and (min-width: 768px) {
  [data-category="publication"] .c-card__item {
    width: calc( ( 100% - 150px ) / 4); }
    [data-category="publication"] .c-card__item:not(:nth-child(4n)) {
      margin-right: 5.0rem; }
    [data-category="publication"] .c-card__item:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
      margin-top: 3.5rem; } }

[data-category="publication"] .c-card__item-image {
  padding-top: 102.71317829457364%;
  background: transparent;
  left: 0;
  top: inherit;
  bottom: 0; }
  @media screen and (min-width: 768px) {
    [data-category="publication"] .c-card__item-image {
      padding-top: 26.5rem; } }
  [data-category="publication"] .c-card__item-image img {
    max-height: 100%;
    width: auto;
    transform: inherit;
    top: inherit;
    bottom: 0;
    left: 0; }

/* ==============================
  Pages -> Member's News
============================== */
/* ==============================
  Pages -> Member's News
============================== */
[data-category="topics"] .p-content-simple-header__headline {
  font-family: "Noto Sans JP"; }

[data-category="topics"] .c-card__item-link {
  position: relative; }

[data-category="topics"] .c-card__item-image-text {
  position: absolute;
  top: 38%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500; }

[data-category="topics"] .c-card__item-headline {
  font-weight: 400; }
  [data-category="topics"] .c-card__item-headline-schedule {
    margin-top: .6rem;
    font-weight: 300; }

/* ==============================
  Pages -> JPDA AWARD
============================== */
[data-category="award"] .p-award-badge::before {
  content: '';
  width: 12.8vw;
  height: 12.657534246575343vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../img/award/p_award_icon@2x.png) no-repeat center center/contain; }
  @media screen and (min-width: 768px) {
    [data-category="award"] .p-award-badge::before {
      width: 7.3rem;
      height: 7.7rem; } }

[data-category="award"] .p-award-button-slim {
  width: 23.0rem;
  height: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.3rem;
  border: 1px solid #999999;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  font-size: 1.3rem;
  font-weight: 400; }
  [data-category="award"] .p-award-button-slim .i-pdf {
    width: 2.182rem;
    height: 2.909rem;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    fill: #999999; }

[data-category="award"] .p-award-button-wide {
  width: 100%;
  height: 6.0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #999999;
  border-radius: 5px;
  margin: 0 auto;
  position: relative;
  font-size: 1.5rem;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    [data-category="award"] .p-award-button-wide {
      width: 40.0rem;
      height: 8.0rem; } }

[data-category="award"] .p-award-icon {
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 50%;
  border: 1px solid #707070;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 300; }
  [data-category="award"] .p-award-icon__lank {
    text-align: center;
    margin-top: 1.0rem;
    font-size: 1.4rem;
    line-height: 1; }
  [data-category="award"] .p-award-icon::before, [data-category="award"] .p-award-icon::after {
    content: '';
    position: absolute;
    border: 1px solid #707070;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  [data-category="award"] .p-award-icon::before {
    width: calc( 100% - 8px);
    height: calc( 100% - 8px); }
  [data-category="award"] .p-award-icon::after {
    width: calc( 100% - 18px);
    height: calc( 100% - 18px); }
  [data-category="award"] .p-award-icon--gold {
    width: 7.6rem;
    height: 7.6rem; }
    [data-category="award"] .p-award-icon--gold::after {
      display: none; }
  [data-category="award"] .p-award-icon--silver, [data-category="award"] .p-award-icon--bronze, [data-category="award"] .p-award-icon--special {
    width: 7.6rem;
    height: 7.6rem; }
    [data-category="award"] .p-award-icon--silver::before, [data-category="award"] .p-award-icon--silver::after, [data-category="award"] .p-award-icon--bronze::before, [data-category="award"] .p-award-icon--bronze::after, [data-category="award"] .p-award-icon--special::before, [data-category="award"] .p-award-icon--special::after {
      display: none; }
  [data-category="award"] .p-award-icon--special {
    font-size: 1.6rem; }

[data-category="award"] .p-award-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 23px;
  border: 1px solid #999999;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 300;
  cursor: pointer; }
  [data-category="award"] .p-award-button__group {
    text-align: right; }

[data-category="award"] .p-award-card__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%; }
  [data-category="award"] .p-award-card__list--index {
    margin-top: 6.6rem; }
    @media screen and (max-width: 767px) {
      [data-category="award"] .p-award-card__list--index .p-award-card__item:not(:first-child):not(:nth-child(2)) {
        margin-top: 2.5rem; } }
    @media screen and (min-width: 768px) {
      [data-category="award"] .p-award-card__list--index .p-award-card__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 5.2rem; } }
    [data-category="award"] .p-award-card__list--index .p-award-card__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
      margin-top: 2.5rem; }
      @media screen and (min-width: 768px) {
        [data-category="award"] .p-award-card__list--index .p-award-card__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
          margin-top: 5.2rem; } }
  [data-category="award"] .p-award-card__list--single {
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      [data-category="award"] .p-award-card__list--single .p-award-card__item:not(:first-child):not(:nth-child(2)) {
        margin-top: 4.0rem; } }
    @media screen and (min-width: 768px) {
      [data-category="award"] .p-award-card__list--single .p-award-card__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 4.0rem; } }
  @media screen and (max-width: 767px) {
    [data-category="award"] .p-award-card__list--3x .p-award-card__item {
      width: calc( ( 100% - 2.0rem ) / 2); }
      [data-category="award"] .p-award-card__list--3x .p-award-card__item:not(:nth-child(even)) {
        margin-right: 2.0rem; } }
  @media screen and (min-width: 768px) {
    [data-category="award"] .p-award-card__list--3x .p-award-card__item {
      width: calc( ( 100% - 10.0rem ) / 3); }
      [data-category="award"] .p-award-card__list--3x .p-award-card__item:not(:nth-child(3n)) {
        margin-right: 5.0rem; } }
  @media screen and (max-width: 767px) {
    [data-category="award"] .p-award-card__list--4x .p-award-card__item {
      width: calc( ( 100% - 2.0rem ) / 2); }
      [data-category="award"] .p-award-card__list--4x .p-award-card__item:not(:nth-child(2n)) {
        margin-right: 2.0rem; }
      [data-category="award"] .p-award-card__list--4x .p-award-card__item:not(:first-child):not(:nth-child(2)) {
        margin-top: 2.0rem; } }
  @media screen and (min-width: 768px) {
    [data-category="award"] .p-award-card__list--4x .p-award-card__item {
      width: calc( ( 100% - 6.0rem ) / 4); }
      [data-category="award"] .p-award-card__list--4x .p-award-card__item:not(:nth-child(4n)) {
        margin-right: 2.0rem; } }

[data-category="award"] .p-award-card__item-year {
  font-size: 2.4rem;
  font-family: "Julius Sans One";
  font-weight: 300;
  line-height: 1;
  color: #222;
  margin-top: 1.0rem;
  padding-left: 1.5rem;
  position: relative; }
  @media screen and (min-width: 768px) {
    [data-category="award"] .p-award-card__item-year {
      font-size: 3.5rem;
      padding-left: 4.0rem; } }
  [data-category="award"] .p-award-card__item-year::before {
    left: inherit;
    top: inherit;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

[data-category="award"] .p-award-card__item-link {
  display: block;
  position: relative; }
  [data-category="award"] .p-award-card__item-link:hover .p-award-card__item-image-src {
    animation: flash 1.5s; }

[data-category="award"] .p-award-card__item-image {
  width: 100%;
  padding-top: 76.11111111111111%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #fff; }
  [data-category="award"] .p-award-card__item-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    [data-category="award"] .p-award-card__item-image img:hover {
      animation: flash 1.5s; }
  [data-category="award"] .p-award-card__item-image-src {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #efefef no-repeat center center / cover;
    transform: translate(-50%, -50%) scale(1);
    transition: .3s transform ease; }

[data-category="award"] .p-award-card__item-detail {
  margin-top: 1rem; }

[data-category="award"] .p-award-card__item-category {
  font-size: 1.2rem;
  color: #666;
  line-height: 1.33333; }

[data-category="award"] .p-award-card__item-productname {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667;
  margin-top: 1px; }

[data-category="award"] .p-award-card__item-aside {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  color: #666;
  margin-top: 8px; }

[data-category="award"] .p-award-index-header {
  position: relative; }
  [data-category="award"] .p-award-index-header .l-container {
    text-align: center;
    position: relative; }
  [data-category="award"] .p-award-index-header__headline {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.44444;
    letter-spacing: 0.01em; }
    [data-category="award"] .p-award-index-header__headline--en {
      font-family: "Julius Sans One";
      font-size: 3.0rem;
      font-weight: 400;
      line-height: 1; }
    [data-category="award"] .p-award-index-header__headline::after {
      content: attr(data-en);
      display: block;
      text-align: center;
      font-size: 1.2rem;
      font-family: "Julius Sans One";
      font-weight: 300;
      color: #222222;
      line-height: 2; }
      @media screen and (min-width: 768px) {
        [data-category="award"] .p-award-index-header__headline::after {
          margin-top: 1.1rem; } }

[data-category="award"] .p-award-index-cover {
  margin-top: 3.0rem; }
  [data-category="award"] .p-award-index-cover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }

[data-category="award"] .p-award-index-intro {
  margin-top: 6.8rem;
  padding: 0 calc( ( 100% - 600px ) / 2);
  text-align: justify; }
  [data-category="award"] .p-award-index-intro .c-button-goast {
    width: 100%;
    height: auto;
    border-radius: 10px;
    border: 1px solid #CA002C;
    padding-top: 5rem;
    padding-bottom: 6.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CA002C;
    margin-top: 5.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.44444;
    letter-spacing: 0.01em; }
    @media screen and (max-width: 767px) {
      [data-category="award"] .p-award-index-intro .c-button-goast {
        padding-top: 8rem;
        height: 17.1rem; } }
    [data-category="award"] .p-award-index-intro .c-button-goast .i-pdf {
      position: absolute;
      top: 1.8rem;
      right: 50%;
      transform: translateX(50%);
      fill: #CA002C; }
      @media screen and (min-width: 768px) {
        [data-category="award"] .p-award-index-intro .c-button-goast .i-pdf {
          right: 2.0rem;
          margin-right: 1.5rem; } }
    [data-category="award"] .p-award-index-intro .c-button-goast::before {
      right: 50%;
      margin-right: -0.75rem;
      top: auto;
      bottom: 2rem; }
      @media screen and (min-width: 768px) {
        [data-category="award"] .p-award-index-intro .c-button-goast::before {
          bottom: 3.4rem;
          margin-right: -1.25rem; } }

[data-category="award"] .p-award-index-headline {
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center; }

[data-category="award"] .p-award-index-description {
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.66667;
  letter-spacing: 0em;
  margin-top: 6.3rem; }

[data-category="award"] .p-award-index-note {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71429;
  letter-spacing: 0.01em; }

[data-category="award"] .p-award-index-pdf__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 9.1rem; }

[data-category="award"] .p-award-index-pdf__item {
  width: 100%; }
  @media screen and (max-width: 767px) {
    [data-category="award"] .p-award-index-pdf__item {
      padding: 0 20%; }
      [data-category="award"] .p-award-index-pdf__item:not(:first-child) {
        margin-top: 1.5rem; } }
  @media screen and (min-width: 768px) {
    [data-category="award"] .p-award-index-pdf__item {
      width: calc( ( 100% - 10.0rem ) / 3); }
      [data-category="award"] .p-award-index-pdf__item:not(:nth-child(3n)) {
        margin-right: 5.0rem; } }
  [data-category="award"] .p-award-index-pdf__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
    margin-top: 3.0rem; }
  [data-category="award"] .p-award-index-pdf__item-link {
    display: block;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    height: 5.0rem;
    position: relative;
    padding-left: 4.2rem; }
    @media screen and (min-width: 768px) {
      [data-category="award"] .p-award-index-pdf__item-link {
        padding-left: 6.2rem;
        height: 8.5rem; } }
    [data-category="award"] .p-award-index-pdf__item-link::before {
      left: 2.0rem; }
    [data-category="award"] .p-award-index-pdf__item-link .i-pdf {
      position: absolute;
      right: 2.0rem;
      top: 50%;
      transform: translateY(-50%);
      fill: #999999; }
      @media screen and (max-width: 767px) {
        [data-category="award"] .p-award-index-pdf__item-link .i-pdf {
          width: 2.0rem;
          height: 2.6666666666666665rem; } }
  [data-category="award"] .p-award-index-pdf__item-year {
    font-size: 2.0rem;
    font-weight: 300;
    font-family: "Julius Sans One";
    color: #222; }
    @media screen and (min-width: 768px) {
      [data-category="award"] .p-award-index-pdf__item-year {
        font-size: 3.5rem; } }
  [data-category="award"] .p-award-index-pdf__item-label {
    font-size: 2.0rem;
    font-weight: 300;
    font-family: "Julius Sans One";
    line-height: 1.2;
    position: absolute;
    right: 4.8rem;
    top: 50%;
    transform: translateY(-50%); }

[data-category="award"] .p-award-single-header {
  position: relative; }
  [data-category="award"] .p-award-single-header .l-container {
    text-align: center; }
    @media screen and (max-width: 767px) {
      [data-category="award"] .p-award-single-header .l-container::before {
        top: 0;
        transform: inherit; } }
  [data-category="award"] .p-award-single-header__year {
    font-size: 3.5rem;
    font-weight: 300;
    font-family: "Julius Sans One";
    line-height: 1;
    color: #666; }
    @media screen and (max-width: 767px) {
      [data-category="award"] .p-award-single-header__year {
        padding-top: 1rem; } }
  [data-category="award"] .p-award-single-header__headline {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.66667;
    letter-spacing: 0em;
    margin-top: 1.0rem; }
    @media screen and (min-width: 768px) {
      [data-category="award"] .p-award-single-header__headline {
        margin-top: .6rem; } }

[data-category="award"] .p-award-single-section + .p-award-single-section {
  margin-top: 5.0rem; }
  [data-category="award"] .p-award-single-section + .p-award-single-section--award-grand .p-award-icon {
    margin: 0 auto; }
  [data-category="award"] .p-award-single-section + .p-award-single-section--award-grand .p-award-button {
    margin: 0 0 1rem auto; }
  [data-category="award"] .p-award-single-section + .p-award-single-section--award-gold {
    margin-top: 4.0rem; }
  [data-category="award"] .p-award-single-section + .p-award-single-section--button {
    margin-top: 7.4rem; }
  [data-category="award"] .p-award-single-section + .p-award-single-section--pickup {
    margin-top: 9.8rem; }

[data-category="award"] .p-award-single-section--pickup {
  background: #999999;
  padding: 3.0rem 0; }
  [data-category="award"] .p-award-single-section--pickup .p-award-card__item-year {
    color: #fff;
    font-size: 2.7rem;
    margin-top: 0;
    padding-left: 0; }
  [data-category="award"] .p-award-single-section--pickup .p-award-card__item-image {
    margin-top: 5px; }

[data-category="award"] .p-award-single-section-headline {
  text-align: center;
  position: relative; }
  [data-category="award"] .p-award-single-section-headline .p-award-icon {
    margin: 0 auto; }
  [data-category="award"] .p-award-single-section-headline .p-award-button {
    margin: 6px 0 0 auto; }

[data-category="award"] .p-award-single-intro {
  margin-top: 3.0rem; }
  [data-category="award"] .p-award-single-intro + .c-button__group {
    margin-top: 3.5rem; }

[data-category="award"] .p-award-single-attention {
  text-align: center;
  margin-top: 1.4rem;
  font-size: 1.2rem;
  line-height: 1.33333; }

[data-category="award"] .p-award-single-layout-grand + .p-award-single-layout-grand {
  margin-top: 3.6rem; }

[data-category="award"] .p-award-single-layout-grand__data {
  position: relative;
  margin-top: 2.0rem; }
  [data-category="award"] .p-award-single-layout-grand__data .p-award-icon {
    position: absolute;
    left: 0;
    top: 0; }

[data-category="award"] .p-award-single-layout-grand__product {
  width: 820px; }

[data-category="award"] .p-award-single-layout-grand__image {
  width: 100%;
  position: relative; }
  [data-category="award"] .p-award-single-layout-grand__image::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9; }
  [data-category="award"] .p-award-single-layout-grand__image img {
    max-width: 100%;
    width: 100%;
    height: auto; }

[data-category="award"] .p-award-single-product__name {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5; }

[data-category="award"] .p-award-single-product__aside {
  font-size: 1.2rem;
  line-height: 1.33333;
  color: #666;
  margin-top: 8px; }

[data-category="award"] .p-award-single-product .p-award-button {
  margin-top: 2.5rem; }

[data-category="award"] .p-award-pickup__headline {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "Julius Sans One";
  color: #fff;
  font-weight: 300; }
  [data-category="award"] .p-award-pickup__headline + .p-award-card__list {
    margin-top: 1.0rem; }

.p-award-pa-section {
  text-align: center;
  background-color: #EDEDED;
  margin-top: 5rem;
  padding: 2.3rem 0 2.5rem; }

.p-award-pa-description {
  text-align: left;
  width: 90%;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  line-height: 1.71429;
  letter-spacing: 0.01em;
  font-weight: 400; }
  @media screen and (min-width: 768px) {
    .p-award-pa-description {
      width: 60rem; } }

.p-award-pa-button {
  display: block;
  margin: 0 auto;
  border-radius: 5px;
  border: solid 2px #35BAB5;
  background: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 36rem;
  box-sizing: content-box;
  padding: 1.4rem 0 1.7rem;
  position: relative; }
  .p-award-pa-button .i-blank {
    position: absolute;
    right: 1.2rem;
    top: auto;
    bottom: 1.2rem; }

.p-award-pa-title {
  font-size: 3.4rem;
  font-family: "Inria Serif";
  font-weight: 400;
  color: #35BAB5;
  line-height: 1.23529; }
  .p-award-pa-title::before {
    content: '';
    width: 7.66rem;
    height: 2.217rem;
    display: block;
    text-align: center;
    margin: 0 auto;
    background: url(../img/logo_package_archives.svg) no-repeat 0 0/cover; }
  .p-award-pa-title-sub {
    font-size: 1.2rem;
    font-weight: 400;
    color: #35BAB5;
    line-height: 1.46667; }
    @media screen and (max-width: 767px) {
      .p-award-pa-title-sub {
        margin-top: .5rem; } }

/* ==============================
  Pages -> クレジット略語(凡例表示)
============================== */
[data-category="abbreviation"] .p-abbreviation-header {
  width: 90%;
  margin: 1.7rem auto 0;
  border-bottom: 5px solid #EDEDED;
  position: relative; }
  [data-category="abbreviation"] .p-abbreviation-header-siteid {
    width: 6.849rem;
    height: 2.6rem;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0; }
    [data-category="abbreviation"] .p-abbreviation-header-siteid-logo {
      width: 100%;
      height: 2.6rem; }
  [data-category="abbreviation"] .p-abbreviation-header-title {
    text-align: center;
    padding-top: 1.3rem;
    padding-bottom: 2.5rem; }
    [data-category="abbreviation"] .p-abbreviation-header-title-en {
      font-size: 2.4rem;
      font-weight: 400;
      font-family: "Julius Sans One";
      line-height: 1;
      color: #666; }
    [data-category="abbreviation"] .p-abbreviation-header-title-jp {
      margin-top: 0.5rem;
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 1; }

[data-category="abbreviation"] .p-abbreviation-main {
  width: 90%;
  margin: 1.6rem auto 0;
  text-align: left; }

[data-category="abbreviation"] .p-abbreviation-dl {
  font-size: 1.4rem;
  line-height: 1.71429;
  display: flex;
  flex-wrap: wrap; }
  [data-category="abbreviation"] .p-abbreviation-dl dt {
    font-weight: 400;
    width: 6.2rem; }
    [data-category="abbreviation"] .p-abbreviation-dl dt:not(:first-child) {
      margin-top: 2rem; }
  [data-category="abbreviation"] .p-abbreviation-dl dd {
    font-weight: 300;
    width: calc(100% - 6.2rem); }
    [data-category="abbreviation"] .p-abbreviation-dl dd:not(:nth-child(2)) {
      margin-top: 2rem; }

[data-category="abbreviation"] .p-abbreviation-close {
  text-align: center;
  margin-top: 3.4rem;
  font-size: 1.3rem; }
  [data-category="abbreviation"] .p-abbreviation-close-btn {
    display: block;
    cursor: pointer;
    line-height: 1;
    padding: 0.45rem 0 0.65rem;
    width: 9rem;
    margin: 0 auto;
    border: #999999 1px solid;
    border-radius: 5px; }
    [data-category="abbreviation"] .p-abbreviation-close-btn::before {
      content: "×";
      display: inline-block;
      font-size: 1.5rem;
      margin-right: 0.75rem; }

/* ==============================
  Pages -> よくあるご質問
============================== */
[data-category="faq"] .p-faq-section {
  margin-top: 6.0rem; }
  [data-category="faq"] .p-faq-section + .p-faq-section {
    margin-top: 5.0rem; }
  [data-category="faq"] .p-faq-section:first-child {
    margin-top: 6.0rem; }
  [data-category="faq"] .p-faq-section .c-accordion + .c-accordion {
    margin-top: 1.5rem; }
  [data-category="faq"] .p-faq-section .c-accordion:first-child {
    margin-top: 1.5rem; }
  [data-category="faq"] .p-faq-section .c-accordion .c-accordion__header {
    text-align: left;
    padding-left: 4.8rem; }
    [data-category="faq"] .p-faq-section .c-accordion .c-accordion__header::before {
      content: 'Q';
      font-size: 2.5rem;
      font-weight: 500;
      position: absolute;
      left: 1.2rem;
      top: 50%;
      transform: translateY(-50%); }
  [data-category="faq"] .p-faq-section .c-accordion .c-accordion__body {
    padding-left: 4.8rem;
    position: relative; }
    [data-category="faq"] .p-faq-section .c-accordion .c-accordion__body::before {
      content: 'A';
      color: #CA002C;
      font-size: 2.5rem;
      font-weight: 500;
      position: absolute;
      left: 1.4rem;
      top: 2.5rem;
      line-height: 1; }
    [data-category="faq"] .p-faq-section .c-accordion .c-accordion__body.p-entry-editor {
      margin-top: 0; }

/* ==============================
  Pages -> 情報公開
============================== */
[data-category="disclosure"] .p-disclosure-index-section--map {
  margin-top: 6.0rem; }

[data-category="disclosure"] .p-disclosure-index-section--document {
  margin-top: 7.5rem; }
  [data-category="disclosure"] .p-disclosure-index-section--document .p-block-headline {
    font-size: 1.8rem;
    line-height: 1.44444; }

@media screen and (max-width: 767px) {
  [data-category="disclosure"] .p-disclosure-index-map .c-button-goast {
    width: 100%; }
    [data-category="disclosure"] .p-disclosure-index-map .c-button-goast:not(:first-child) {
      margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  [data-category="disclosure"] .p-disclosure-index-map {
    display: flex;
    justify-content: space-between;
    padding: 0 calc( ( 100% - 88.0rem ) / 2); } }

[data-category="disclosure"] .p-disclosure-articles-section + .p-disclosure-articles-section {
  margin-top: 2.7rem; }

[data-category="disclosure"] .p-disclosure-articles-section--head {
  margin-top: 1.7rem; }

[data-category="disclosure"] .p-disclosure-articles-section .l-container {
  margin-top: .6rem; }

[data-category="disclosure"] .p-disclosure-articles-section .c-button__group {
  margin-top: 7.0rem; }

[data-category="disclosure"] .p-disclosure-articles-revision {
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.33333; }

[data-category="disclosure"] .p-disclosure-officer-section--director {
  margin-top: 2.5rem; }

[data-category="disclosure"] .p-disclosure-officer-section--auditor {
  margin-top: 5.3rem; }

[data-category="disclosure"] .p-disclosure-officer-section .c-button__group {
  margin-top: 7.0rem; }

[data-category="disclosure"] .p-disclosure-officer-term {
  font-size: 1.2rem;
  line-height: 1.33333; }
  @media screen and (max-width: 767px) {
    [data-category="disclosure"] .p-disclosure-officer-term {
      width: 90%;
      margin: 0 auto;
      text-align: left; } }
  [data-category="disclosure"] .p-disclosure-officer-term + .p-header {
    margin-top: 5.3rem; }

[data-category="disclosure"] .p-disclosure-officer-member__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 2.5rem;
  opacity: 0; }

@media screen and (max-width: 767px) {
  [data-category="disclosure"] .p-disclosure-officer-member__item {
    width: calc( ( 100% - 2rem ) / 3); }
    [data-category="disclosure"] .p-disclosure-officer-member__item:not(:nth-child(3n)) {
      margin-right: 1.0rem; }
    [data-category="disclosure"] .p-disclosure-officer-member__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
      margin-top: 1.5rem; } }

@media screen and (min-width: 768px) {
  [data-category="disclosure"] .p-disclosure-officer-member__item {
    width: calc( ( 100% - 6.0rem ) / 4); }
    [data-category="disclosure"] .p-disclosure-officer-member__item:not(:nth-child(4n)) {
      margin-right: 2.0rem; }
    [data-category="disclosure"] .p-disclosure-officer-member__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
      margin-top: 1.4rem; } }

[data-category="disclosure"] .p-disclosure-officer-member__item-section {
  font-size: 1.2rem;
  line-height: 1.23077;
  font-weight: 400;
  margin-bottom: .6rem; }
  @media screen and (min-width: 768px) {
    [data-category="disclosure"] .p-disclosure-officer-member__item-section {
      font-size: 1.3rem;
      line-height: 1.38462; } }

[data-category="disclosure"] .p-disclosure-officer-member__item-body {
  margin-top: .5rem; }

[data-category="disclosure"] .p-disclosure-officer-member__item-type {
  font-size: 1.2rem;
  line-height: 1.33333; }

[data-category="disclosure"] .p-disclosure-officer-member__item-name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857;
  margin-top: .3rem; }

[data-category="disclosure"] .p-disclosure-officer-member__item-post {
  margin-top: .5rem;
  padding-top: .5rem;
  border-top: 1px solid #CCCCCC;
  font-size: 1.2rem;
  line-height: 1.33333; }

[data-category="disclosure"] .p-disclosure-roster-section {
  margin-top: 11.0rem; }
  [data-category="disclosure"] .p-disclosure-roster-section .c-button__group {
    margin-top: 7.0rem; }

/* ==============================
  Pages -> 入会方法
============================== */
[data-category="join"] .p-join-index-section--certified {
  margin-top: 5.8rem; }

[data-category="join"] .p-join-index-section--howto {
  margin-top: 5.2rem; }

[data-category="join"] .p-join-index-section--payment {
  margin-top: 6.0rem; }

[data-category="join"] .p-join-index-section--benefits {
  margin-top: 5.0rem; }

[data-category="join"] .p-join-index-headline {
  font-size: 1.5rem;
  font-weight: 400; }
  [data-category="join"] .p-join-index-headline::before {
    content: '';
    width: 1.4rem;
    height: 1.4rem;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -.2rem;
    margin-right: .5rem; }

[data-category="join"] .p-join-index-subheadline {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.42857; }

[data-category="join"] .p-join-index-list {
  margin-top: .5rem; }
  [data-category="join"] .p-join-index-list + .p-join-index-subheadline {
    margin-top: 2.5rem; }
  [data-category="join"] .p-join-index-list__item {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.71429;
    text-indent: -2.0rem;
    margin-left: 2.0rem; }
    [data-category="join"] .p-join-index-list__item::before {
      content: '';
      width: 1.2rem;
      height: 1.2rem;
      display: inline-block;
      background: #CCCCCC;
      vertical-align: middle;
      margin-right: .5rem;
      position: relative;
      top: -.1rem; }

[data-category="join"] .p-join-index-payment-table {
  width: 100%;
  margin-top: 1.5rem; }
  @media screen and (min-width: 768px) {
    [data-category="join"] .p-join-index-payment-table {
      display: table;
      border-collapse: collapse; } }
  @media screen and (min-width: 768px) {
    [data-category="join"] .p-join-index-payment-table__header, [data-category="join"] .p-join-index-payment-table__row {
      display: table-row; } }
  [data-category="join"] .p-join-index-payment-table__header-cell {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    color: #666666;
    line-height: 1.42857;
    padding-bottom: .5rem;
    display: none; }
    @media screen and (min-width: 768px) {
      [data-category="join"] .p-join-index-payment-table__header-cell {
        display: table-cell; } }
  @media screen and (max-width: 767px) {
    [data-category="join"] .p-join-index-payment-table__row {
      border: 1px solid #3B3938;
      padding-bottom: 1.1rem; }
      [data-category="join"] .p-join-index-payment-table__row:not(:first-child) {
        margin-top: 2.0rem; } }
  [data-category="join"] .p-join-index-payment-table__row-th, [data-category="join"] .p-join-index-payment-table__row-td {
    padding: 1.1rem 1.4rem 0;
    position: relative;
    line-height: 1.42857; }
    @media screen and (min-width: 768px) {
      [data-category="join"] .p-join-index-payment-table__row-th, [data-category="join"] .p-join-index-payment-table__row-td {
        padding: 1.1rem 1.4rem 1.1rem;
        display: table-cell;
        vertical-align: middle;
        border-left: 1px solid #3B3938;
        border-right: 1px solid #3B3938;
        border-bottom: .6rem solid #fff; }
        [data-category="join"] .p-join-index-payment-table__row-th::before, [data-category="join"] .p-join-index-payment-table__row-th::after, [data-category="join"] .p-join-index-payment-table__row-td::before, [data-category="join"] .p-join-index-payment-table__row-td::after {
          content: '';
          width: 100%;
          height: 1px;
          background: #3B3938;
          display: block;
          position: absolute;
          left: 0; }
        [data-category="join"] .p-join-index-payment-table__row-th::before, [data-category="join"] .p-join-index-payment-table__row-td::before {
          top: 0; }
        [data-category="join"] .p-join-index-payment-table__row-th::after, [data-category="join"] .p-join-index-payment-table__row-td::after {
          bottom: 0; } }
  [data-category="join"] .p-join-index-payment-table__row-th {
    background: #3B3938;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.71429; }
    @media screen and (max-width: 767px) {
      [data-category="join"] .p-join-index-payment-table__row-th {
        padding: 1.1rem 1.4rem 1.1rem; }
        [data-category="join"] .p-join-index-payment-table__row-th br {
          display: none; } }
    @media screen and (min-width: 768px) {
      [data-category="join"] .p-join-index-payment-table__row-th {
        width: 13.0rem; } }
  @media screen and (max-width: 767px) {
    [data-category="join"] .p-join-index-payment-table__row-td::before {
      content: attr(data-label);
      display: block;
      color: #999; } }

/* ==============================
  Pages -> お問い合わせ
============================== */
[data-category="contact"] .p-contact-section {
  margin-top: 3.4rem; }

[data-category="contact"] .p-contact-faq {
  border: 1px solid #CCCCCC;
  padding: 2.8rem 5vw;
  text-align: center; }
  @media screen and (min-width: 768px) {
    [data-category="contact"] .p-contact-faq {
      padding: 2.8rem 0; } }
  [data-category="contact"] .p-contact-faq__intro + .c-button__group {
    margin-top: 1.8rem; }
  [data-category="contact"] .p-contact-faq + form {
    margin-top: 2.0rem; }

[data-category="contact"] .l-widget-social {
  display: none; }
  @media screen and (min-width: 768px) {
    [data-category="contact"] .l-widget-social {
      bottom: 10.0rem;
      display: block; } }

/* ==============================
  Pages -> お問い合わせ
============================== */
[data-category="document_request"] .p-document_request-section {
  margin-top: 3.4rem; }

[data-category="document_request"] .l-widget-social {
  display: none; }
  @media screen and (min-width: 768px) {
    [data-category="document_request"] .l-widget-social {
      bottom: 10.0rem;
      display: block; } }

/* ==============================
  Pages -> 関連リンク
============================== */
[data-category="link"] .p-link-index-section {
  margin-top: 6.0rem; }

[data-category="link"] .p-link-list__group + .p-link-list__group {
  margin-top: 5.0rem; }

[data-category="link"] .p-link-list__headline {
  font-size: 1.3rem;
  font-weight: 400;
  color: #999999;
  line-height: 1.38462;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #CCCCCC; }
  [data-category="link"] .p-link-list__headline::before {
    content: '●';
    color: #999999;
    display: inline; }

[data-category="link"] .p-link-list__item {
  padding-bottom: 1.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #ccc;
  margin-top: 1.3rem; }
  [data-category="link"] .p-link-list__item-title {
    width: calc( 100% - 8.0rem);
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.71429; }
  [data-category="link"] .p-link-list__item-url {
    display: block;
    width: 8.0rem;
    height: 2.5rem;
    line-height: calc(2.5rem - .4rem);
    text-align: center;
    border: 1px solid #0B46B7;
    color: #0B46B7;
    font-family: "Barlow Condensed";
    font-weight: 500;
    border-radius: 3px;
    font-size: 1.6rem; }

/* ==============================
  Pages -> 関連リンク
============================== */
[data-category="meti_notice"] .p-meti_notice-section {
  margin-top: 3rem; }

[data-category="meti_notice"] .p-meti_notice-button-wide {
  width: 90%; }
  @media screen and (min-width: 768px) {
    [data-category="meti_notice"] .p-meti_notice-button-wide {
      width: 33rem; } }

/* ==============================
  Pages -> 関連リンク
============================== */
[data-category="c_and_a"] .p-c_and_a-index-section + .p-c_and_a-index-section {
  margin-top: 4.5rem; }

[data-category="c_and_a"] .p-c_and_a-index-section--intro {
  margin-top: 2.0rem; }
  [data-category="c_and_a"] .p-c_and_a-index-section--intro + .p-c_and_a-index-section {
    margin-top: 7.0rem; }

[data-category="c_and_a"] .p-c_and_a-index-intro__text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71429; }

[data-category="c_and_a"] .p-c_and_a-index-attention {
  margin: 4.0rem 0 0;
  border: 1px solid #CCCCCC;
  border-radius: 1rem;
  padding: 1.2rem 2.0rem;
  text-align: center; }
  @media screen and (min-width: 768px) {
    [data-category="c_and_a"] .p-c_and_a-index-attention {
      margin: 4rem calc( ( 100% - 45.0rem ) / 2) 0; } }
  [data-category="c_and_a"] .p-c_and_a-index-attention__label {
    font-size: 1.2rem;
    line-height: 1.33333;
    font-weight: 400; }
  [data-category="c_and_a"] .p-c_and_a-index-attention__note {
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.33333;
    text-align: left; }

[data-category="c_and_a"] .p-c_and_a-header_icon {
  text-align: center;
  width: 9rem;
  height: 9rem;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    [data-category="c_and_a"] .p-c_and_a-header_icon {
      position: absolute;
      top: 0;
      left: 0; } }

[data-category="c_and_a"] .p-c_and_a-single-section .p-c_and_a-index-attention + * {
  margin-top: 5.0rem; }

[data-category="c_and_a"] .p-c_and_a-ie {
  color: #ffffff;
  border-radius: 0.4rem;
  font-size: 1.5rem;
  font-weight: 400;
  width: 6rem;
  text-align: center; }
  [data-category="c_and_a"] .p-c_and_a-ie--i {
    background: #CA002C; }
  [data-category="c_and_a"] .p-c_and_a-ie--e {
    background: #3B3938; }

[data-category="c_and_a"] .p-c_and_a-data__list {
  width: 100%;
  margin-top: 1.2rem; }
  [data-category="c_and_a"] .p-c_and_a-data__list + .p-c_and_a-reference__label {
    margin-top: 2.0rem; }

[data-category="c_and_a"] .p-c_and_a-data__item {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.71429; }
  [data-category="c_and_a"] .p-c_and_a-data__item-label {
    font-weight: 500; }
    [data-category="c_and_a"] .p-c_and_a-data__item-label::after {
      content: '：'; }

[data-category="c_and_a"] .p-c_and_a-reference__label {
  background: #999999;
  color: #ffffff;
  font-weight: 400;
  border-radius: .5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.1875;
  line-height: calc( 2.5rem - .4rem);
  padding: 0.2rem 0 0.3rem;
  margin-top: 3rem; }

[data-category="c_and_a"] .p-c_and_a-reference__text {
  margin-top: 1.0rem; }
  [data-category="c_and_a"] .p-c_and_a-reference__text a {
    text-decoration: underline; }

[data-category="c_and_a"] .p-c_and_a-link__headline {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.46667; }
  [data-category="c_and_a"] .p-c_and_a-link__headline::before {
    content: '■'; }

[data-category="c_and_a"] .p-c_and_a-link__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.0rem; }

[data-category="c_and_a"] .p-c_and_a-link__item {
  width: 100%;
  margin-top: 2.5rem; }
  @media screen and (min-width: 768px) {
    [data-category="c_and_a"] .p-c_and_a-link__item {
      width: calc( ( 100% - 7.0rem ) / 3); }
      [data-category="c_and_a"] .p-c_and_a-link__item:not(:nth-child(3n)) {
        margin-right: 3.5rem; }
      [data-category="c_and_a"] .p-c_and_a-link__item:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 2.5rem; } }
  [data-category="c_and_a"] .p-c_and_a-link__item-link {
    display: flex;
    position: relative;
    border: 1px solid #999999;
    border-radius: .5rem;
    padding: 2.0rem 2.0rem 6.0rem;
    height: 100%; }
    [data-category="c_and_a"] .p-c_and_a-link__item-link::before {
      top: inherit;
      left: inherit;
      transform: inherit;
      right: 2.0rem;
      bottom: 1.0rem; }
    [data-category="c_and_a"] .p-c_and_a-link__item-link[target="_blank"]::before {
      width: 2.2rem;
      height: 2.2rem;
      background: url(../img/ic_arrow_window.svg) no-repeat left center/contain; }
  [data-category="c_and_a"] .p-c_and_a-link__item-icon {
    width: fit-content;
    height: fit-content;
    margin-right: 1rem; }
    [data-category="c_and_a"] .p-c_and_a-link__item-icon img {
      max-width: none;
      width: 6em; }
      @media screen and (min-width: 768px) {
        [data-category="c_and_a"] .p-c_and_a-link__item-icon img {
          width: 60px; } }
  [data-category="c_and_a"] .p-c_and_a-link__item-headline {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.46667; }
  [data-category="c_and_a"] .p-c_and_a-link__item-period, [data-category="c_and_a"] .p-c_and_a-link__item-org {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.38462; }

[data-category="c_and_a"] .p-entry-editor {
  margin-top: 2rem; }

/* ==============================
  Pages -> 事務局
============================== */
[data-category="office"] .p-office-section--head {
  margin-top: 7.0rem; }

[data-category="office"] .p-office-section--map {
  margin-top: 4.5rem; }

@media screen and (min-width: 768px) {
  [data-category="office"] .p-office-guide {
    padding-left: 26.5rem;
    display: flex;
    justify-content: space-between; } }

@media screen and (max-width: 767px) {
  [data-category="office"] .p-office-guide__information {
    margin-top: 2.5rem; } }

@media screen and (min-width: 768px) {
  [data-category="office"] .p-office-guide__information {
    width: calc( 100% - 25.0rem);
    margin-left: 8.0rem; } }

@media screen and (max-width: 767px) {
  [data-category="office"] .p-office-guide__image {
    text-align: center; } }

[data-category="office"] .p-office-guide__officename {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6; }

[data-category="office"] .p-office-guide__officedata {
  margin-top: 2.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.71429; }

[data-category="office"] .p-office-guide__tocontact {
  margin-top: 5.0rem; }
  [data-category="office"] .p-office-guide__tocontact-link {
    display: block;
    width: 60%;
    height: 8.5rem;
    position: relative;
    border: 1px solid #999999;
    border-radius: .5rem;
    text-align: center;
    padding-top: 4.8rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.46667; }
    @media screen and (max-width: 767px) {
      [data-category="office"] .p-office-guide__tocontact-link {
        margin: 0 auto; } }
    @media screen and (min-width: 768px) {
      [data-category="office"] .p-office-guide__tocontact-link {
        width: 28.0rem;
        height: 9.5rem;
        padding-top: 4.8rem; } }
    [data-category="office"] .p-office-guide__tocontact-link::before {
      content: '';
      width: 3.1rem;
      height: 2.0rem;
      display: block;
      position: absolute;
      left: 50%;
      top: 2.0rem;
      transform: translateX(-50%);
      background: url(../img/office/p_office_contact_icon.svg) no-repeat center center/cover; }

[data-category="office"] .p-office-map {
  margin-top: 2.0rem;
  width: 100%;
  height: 0;
  padding-top: 43.813559322033896%;
  position: relative; }
  [data-category="office"] .p-office-map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  [data-category="office"] .p-office-map__headline {
    font-family: "Julius Sans One";
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.1; }
  [data-category="office"] .p-office-map__guide {
    margin-top: 3.5rem;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.71429; }

/* ==============================
  Pages -> JPDAの活動
============================== */
[data-category="jpda_activity"] .p-activity-section {
  margin-top: 18.5rem; }
  [data-category="jpda_activity"] .p-activity-section--intro {
    margin-top: 3.0rem; }
  [data-category="jpda_activity"] .p-activity-section--competition {
    margin-top: 13.0rem; }
  @media screen and (min-width: 768px) {
    [data-category="jpda_activity"] .p-activity-section-container {
      margin: 0 calc( ( 100% - 600px ) / 2) 0; } }
  [data-category="jpda_activity"] .p-activity-section-container h4 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.73333;
    margin-bottom: 0.6rem; }
    [data-category="jpda_activity"] .p-activity-section-container h4:not(:first-child) {
      margin-top: 3.0rem; }
  [data-category="jpda_activity"] .p-activity-section-headline {
    font-family: "Julius Sans One";
    font-weight: 400;
    font-size: 3rem;
    line-height: 1; }
    [data-category="jpda_activity"] .p-activity-section-headline-sub {
      font-size: 1.5rem;
      font-weight: 500;
      display: block;
      font-family: "Noto Sans JP";
      margin-top: 1rem; }

[data-category="jpda_activity"] .p-activity-photo {
  margin: 6.0rem 0 5rem; }
  @media screen and (min-width: 768px) {
    [data-category="jpda_activity"] .p-activity-photo img {
      max-width: 118.0rem;
      height: auto; } }

[data-category="jpda_activity"] .p-activity-link {
  margin-top: 4.0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  [data-category="jpda_activity"] .p-activity-link-item {
    width: 100%;
    border: 1px solid #666666;
    border-radius: 5px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.42857;
    height: 7.0rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative; }
    @media screen and (max-width: 767px) {
      [data-category="jpda_activity"] .p-activity-link-item {
        margin-top: 1.5rem; } }
    @media screen and (min-width: 768px) {
      [data-category="jpda_activity"] .p-activity-link-item {
        width: calc( (100% - 30px) / 2); }
        [data-category="jpda_activity"] .p-activity-link-item:nth-child(2n) {
          margin-left: 3rem; }
        [data-category="jpda_activity"] .p-activity-link-item:not(:first-child):not(:nth-child(2)) {
          margin-top: 3.0rem; } }
  [data-category="jpda_activity"] .p-activity-link-logo {
    font-size: 2rem;
    margin-top: -0.4rem; }
    [data-category="jpda_activity"] .p-activity-link-logo__act {
      color: #FF8A00;
      font-family: "Molle";
      font-style: italic; }
    [data-category="jpda_activity"] .p-activity-link-logo__lib {
      color: #138360;
      font-family: "Inria Serif";
      font-weight: bold; }
    [data-category="jpda_activity"] .p-activity-link-logo__myw {
      color: #CA002C;
      font-family: "Barlow Condensed";
      font-weight: 500; }

[data-category="jpda_activity"] .i-arrow[target="_blank"]::before {
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/ic_blank.svg) no-repeat left center/contain; }
