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

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

table {
  border-collapse: collapse;
  font-family: inherit;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: normal;
  line-height: 1;
}

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

input[type=button], input[type=text], input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  resize: none;
  -webkit-appearance: none;
  border-radius: 0;
}

th, td {
  border-collapse: collapse;
}

table th, table td {
  white-space: nowrap;
}

ul, ol {
  list-style-type: none;
}

img {
  vertical-align: text-bottom;
  vertical-align: -webkit-baseline-middle;
  max-width: 100%;
  height: auto;
  width: auto;
}

html {
  overflow-x: hidden;
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  background-color: #222;
}

img {
  width: 100%;
  height: 100%;
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

.page-kv {
  margin-bottom: 150px;
}
.page-kv img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 920px) {
  .page-kv {
    margin-bottom: 100px;
    height: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .page-kv {
    margin-bottom: 50px;
  }
}
.c-page-title {
  max-width: 1000px;
  margin: 0 auto 30px;
}
.c-page-title p {
  font-size: 36px;
  color: white;
  text-align: left;
  padding: 0 20px 10px;
  border-bottom: solid 2px #ffd800;
}
.c-page-title__thumbnail {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 20px 0 0 0;
}
.c-page-title__date {
  display: block;
  font-size: 14px;
  text-align: right;
  padding: 10px 20px 0;
}

@media screen and (max-width: 768px) {
  .c-page-title {
    margin: 0 auto 20px;
  }
  .c-page-title p {
    font-size: 22px;
    padding: 0 15px 10px;
  }
  .c-page-title__thumbnail {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 10px 0 0 0;
  }
  .c-page-title__date {
    display: block;
    font-size: 14px;
    text-align: right;
    padding: 10px 15px 0;
  }
}
.c-sec-title {
  max-width: 1500px;
  margin: 0 auto 20px;
  border-bottom: solid 2px #005EBF;
}
.c-sec-title p {
  font-size: 28px;
  color: white;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 20px 10px;
}
.c-sec-title p img {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}

@media screen and (max-width: 768px) {
  .c-sec-title p {
    font-size: 18px;
    padding: 0 15px 10px;
  }
  .c-sec-title p img {
    width: 35px;
    height: 35px;
    margin: 0 5px 0 0;
  }
}
.c-pager {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager__number {
  width: 51px;
  height: 51px;
  border: solid 1px #ffd800;
  background-color: #005bbb;
  position: relative;
}
.c-pager__number span {
  color: #ffd800;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager__number img {
  width: 36px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pager__number:not(:last-child) {
  margin-right: 10px;
}
.c-pager__number:hover {
  background-color: #ffd800;
  transition: all 0.3s;
}
.c-pager__number:hover span {
  color: #005EBF;
}

@media screen and (max-width: 600px) {
  .c-pager {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-pager__number {
    width: 35px;
    height: 35px;
  }
  .c-pager__number span {
    font-size: 16px;
  }
  .c-pager__number img {
    width: 27px;
    height: 21px;
  }
}
/* wp用ページャー */
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto;
}

.page-numbers {
  margin-right: 15px;
  display: inline-block;
  width: 51px;
  height: 51px;
  line-height: 48px;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffd800;
  border-radius: 50%;
  border: solid 1px #ffd800;
  background-color: #005bbb;
}

.page-numbers:hover {
  background-color: #ffd800;
  color: #005bbb;
}

.pager__number p {
  color: #ffd800;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  /* ページャー */
  .pager {
    margin: 20px auto;
  }
  .page-numbers {
    margin-right: 15px;
    width: 32px;
    height: 32px;
    line-height: 28px;
    font-size: 14px;
  }
  .page-numbers:last-child {
    margin-right: 0px;
  }
}
.pc-on {
  display: block;
}

.tb-on {
  display: none;
}

.sp-on {
  display: none;
}

@media screen and (max-width: 920px) {
  .pc-on {
    display: none;
  }
  .tb-on {
    display: block;
  }
  .sp-on {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc-on {
    display: none;
  }
  .tb-on {
    display: block;
  }
  .sp-on {
    display: block;
  }
}
.button {
  margin: 20px auto 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 9999px; /* 完全な丸み */
  text-shadow: 2px #222;
  transition: background-color 0.2s ease, color 0.2s ease;
  width: 300px;
  height: 45px;
}

.button__label {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

/* Primary */
.button--primary {
  background-color: #005bbb; /* 青 */
  color: #ffd800; /* 黄 */
  padding: 12px 32px;
}

.button--primary:hover {
  background-color: #ffd800; /* 黄 */
  color: #005bbb; /* 青 */
}

@media screen and (max-width: 600px) {
  .button {
    margin: 20px auto 50px;
    width: 180px;
    height: 30px;
  }
  .button__label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-shadow: 2px #222;
  }
}
.bold {
  font-weight: bold;
}

.hover {
  transform: scale(1);
  transition: linear all 0.3s;
  opacity: 0.9;
}

.hover:hover {
  transform: scale(1.1);
  opacity: 1;
  z-index: 100;
}

.p-common__wp {
  max-width: 1000px;
  margin: 0 auto;
}

.p-common__wp p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}

.p-common__wp img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

@media screen and (max-width: 920px) {
  .p-common__list {
    padding: 12px 25px;
    margin-bottom: 10px;
    background-color: #E8E8E8;
  }
  .p-common__list__inner {
    padding: 13px 55px;
    background-color: #595353;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p-common__list__img {
    width: 200px;
    margin-right: 30px;
  }
  .p-common__list__img img {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .p-common__list__desc {
    width: calc(100% - 200px - 30px);
  }
}
@media screen and (max-width: 700px) {
  .p-common__content {
    margin: 0 auto 50px;
  }
  .p-common__lists {
    padding: 0 20px;
  }
  .p-common__list {
    padding: 10px;
    margin-bottom: 20px;
    background-color: #E8E8E8;
  }
  .p-common__list__inner {
    padding: 15px;
    background-color: #595353;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .p-common__list__img {
    max-width: 315px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .p-common__list__img img {
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .p-common__list__desc {
    width: auto;
    padding: 0 20px;
  }
  .p-common__list__title {
    font-size: 20px;
    margin-top: 10px;
  }
  .p-common__list__text {
    font-size: 16px;
    margin-top: 10px;
  }
  .p-common__list__date {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px) {
  .p-common__wp {
    padding: 0 20px;
  }
  .p-common__wp p {
    font-size: 14px;
    line-height: 21px;
  }
}
/* wpカスタマイズ */
.p-common__wp strong {
  font-weight: bold;
}

.p-common__wp .has-inline-color.has-vivid-red-color {
  color: #CF2E2E;
}

.p-common__wp .has-inline-color.has-pale-pink-color {
  color: #F78DA7;
}

.p-common__wp .has-inline-color.has-white-color {
  color: #fff;
}

.p-common__wp .has-inline-color.has-cyan-bluish-gray-color {
  color: #ABB8C3;
}

.p-common__wp .has-inline-color.has-pale-cyan-blue-color {
  color: #8ED1FC;
}

.p-common__wp .has-inline-color.has-luminous-vivid-orange-color {
  color: #FF6900;
}

.p-common__wp .has-inline-color.has-luminous-vivid-amber-color {
  color: #FCB900;
}

.p-common__wp .has-inline-color.has-vivid-cyan-blue-color {
  color: #0693E3;
}

.p-common__wp .has-inline-color.has-light-green-cyan-color {
  color: #7BDCB5;
}

.p-common__wp .has-inline-color.has-vivid-green-cyan-color {
  color: #00D084;
}

.p-common__wp .has-inline-color.has-vivid-purple-color {
  color: #9B51E0;
}

/* 文字の位置 */
.p-common__wp .has-text-align-center {
  text-align: center;
}

.p-common__wp .has-text-align-right {
  text-align: right;
}

/* youtube */
.p-common__wp .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.wp-block-embed__wrapper iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* youtube */
  .p-common__wp .wp-block-embed.is-type-video.is-provider-youtube.wp-block-embed-youtube.wp-embed-aspect-16-9.wp-has-aspect-ratio {
    max-width: 100%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .wp-block-embed__wrapper iframe {
    width: 100%;
  }
}
.l-header {
  width: 100%;
  background-color: #222;
}
.l-header__inner {
  max-width: 1500px;
  height: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__logo img {
  width: 102px;
  height: 120px;
}
.l-header__nav {
  display: block;
}
.l-header__menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header__list a {
  color: #fff;
  transition: all 0.3s;
}
.l-header__list a:hover {
  color: #ffff00;
}
.l-header__list:not(:last-child) {
  margin-right: 20px;
}
.l-header__hamburger {
  display: none;
  width: 50px;
  height: 50px;
  z-index: 9999;
  position: relative;
}
.l-header__hamburger__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header__hamburger__inner span {
  display: block;
  height: 4px;
  border-radius: 3px;
  background-color: #ffff00;
  transition: all 0.3s;
}
.l-header__hamburger__inner span:nth-child(1n) {
  width: 50px;
}
.l-header__hamburger__inner span:nth-child(2n) {
  margin-top: 10px;
  width: 38px;
}
.l-header__hamburger__inner span:nth-child(3n) {
  margin-top: 10px;
  width: 25px;
}
.l-header__hamburger {
  padding: 0 10px 10px 0;
  position: fixed;
  top: 10px;
  right: 15px;
  background-color: #222;
}
.l-header__hamburger__inner.open span:nth-child(1n) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.l-header__hamburger__inner.open span:nth-child(2n) {
  opacity: 0;
}
.l-header__hamburger__inner.open span:nth-child(3n) {
  width: 50px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
  .l-header__logo img {
    width: 51px;
    height: 60px;
  }
  .l-header__menu--left, .l-header__menu--right {
    display: none;
  }
  .l-header__hamburger {
    display: block;
  }
}
.l-header-sp-menu {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 9000;
  background-color: #222;
}
.l-header-sp-menu__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-header-sp-menu__lists {
  margin-bottom: 30px;
}
.l-header-sp-menu__list {
  padding: 0 0 15px 0;
}
.l-header-sp-menu__list a {
  display: block;
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
}
.l-header-sp-menu__list.logo {
  margin-bottom: 30px;
}
.l-header-sp-menu__list.logo a {
  font-size: 30px;
}
.l-header-sp-menu__list.logo a img {
  width: 150px;
  margin: 0 auto;
}
.l-header-sp-menu__socal {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header-sp-menu__socal.line {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #ffff00;
}
.l-header-sp-menu__sns img {
  width: 35px;
  height: 35px;
}
.l-header-sp-menu__sns.line {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #ffff00;
}
.l-header-sp-menu__sns:not(:last-child) {
  margin-right: 10px;
}

.l-header-sp-menu.open {
  display: block;
}

.l-header__logo.open {
  opacity: 0;
}

.l-footer {
  background-color: #222;
  border-top: solid 2px #ffff00;
}
.l-footer__inner {
  padding: 30px 20px;
  margin: 0 auto;
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer__logo {
  margin-bottom: 15px;
}
.l-footer__logo img {
  margin: 0 auto;
  width: 200px;
}
.l-footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-footer__social__list img {
  width: 35px;
  height: 35px;
}
.l-footer__social__list:not(:last-child) {
  margin-right: 20px;
}
.l-footer__social span {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #ffff00;
}
.l-footer__nav {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.l-footer__lists.--right {
  margin-left: 30px;
}
.l-footer__list a {
  display: block;
  font-size: 16px;
  color: white;
  text-align: right;
  transition: all 0.3s;
}
.l-footer__list a:hover {
  color: #ffff00;
}
.l-footer__list:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer__right {
  margin: 0 0 30px;
}
.l-footer__catch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
}
.l-footer__thumbnail {
  text-align: center;
  font-size: 13px;
  width: 345px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-footer__copy {
  padding: 20px;
  font-size: 16px;
  text-align: center;
  color: white;
}

@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 20px 20px;
    display: block;
    display: flex;
    flex-direction: column-reverse;
  }
  .l-footer__logo {
    font-size: 22px;
    margin: 0 auto 20px;
  }
  .l-footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-footer__social__list:not(:last-child) {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .l-footer__nav {
    margin: 0 auto 30px;
  }
  .l-footer__lists {
    display: block;
  }
  .l-footer__list a {
    font-size: 13px;
  }
  .l-footer__list:not(:last-child) {
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .l-footer__right {
    margin: 0 0 30px;
  }
  .l-footer__catch {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 10px;
  }
  .l-footer__thumbnail {
    text-align: center;
    font-size: 13px;
    width: 345px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .l-footer__copy {
    font-size: 12px;
  }
}
.l-fv {
  border-top: 2px solid yellow;
  margin: 0 0 150px;
}
.l-fv__title {
  font-size: 40px;
  text-align: center;
  margin: 20px auto;
}
.l-fv__img {
  max-width: 1200px;
  margin: 0 auto 20px;
}
.l-fv__text, .l-fv__data {
  font-size: 18px;
  text-align: center;
}

.l-slide-large {
  margin: 0 0 20px;
}

.l-slide-small {
  margin: 0 0 150px;
}

.l-slide-small__img {
  margin-left: 10px;
}

.l-slide-small__img.slick-slide.slick-current.slick-active.slick-center,
.l-slide-large__img.slick-slide.slick-current.slick-active.slick-center {
  opacity: 1;
}

.l-slide-large__img.slick-slide,
.l-slide-small__img.slick-slide {
  opacity: 0.6;
}

@media screen and (max-width: 768px) {
  .l-fv {
    margin: 0 0 70px;
  }
  .l-fv__title {
    font-size: 24px;
    text-align: center;
    margin: 20px auto;
  }
  .l-fv__text, .l-fv__data {
    font-size: 14px;
    text-align: center;
  }
  .l-slide-large {
    margin: 0 0 10px;
  }
  .l-slide-small {
    margin: 0 0 50px;
  }
  .l-slide-small__img {
    margin-left: 5px;
  }
}
.l-greeting {
  margin: 0 auto;
}
.l-greeting__inner {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto 150px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.l-greeting__img {
  width: 47.5%;
  margin-left: 5%;
}
.l-greeting__content {
  width: 47.5%;
}
.l-greeting__title {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
.l-greeting__title span {
  font-size: 16px;
}
.l-greeting__text {
  color: #fff;
  font-size: 16px;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .l-greeting__img {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-greeting {
    max-width: 500px;
    margin: 0 auto 70px;
  }
  .l-greeting__inner {
    margin: 0 auto;
    display: block;
  }
  .l-greeting__content {
    width: 100%;
  }
  .l-greeting__title {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .l-greeting__text {
    font-size: 14px;
  }
}
.l-pickup {
  max-width: 100%;
  margin: 0 auto 150px;
}
.l-pickup__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.l-pickup__list {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .l-pickup {
    margin: 0 auto 70px;
  }
  .l-pickup__list {
    width: 50%;
  }
}
.p-train-dict {
  max-width: 1500px;
  margin: 0 auto 150px;
}
.p-train-dict__list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-train-dict__item {
  width: calc(25% - 27px);
  margin-right: 20px;
  border: solid 1px black;
}
.p-train-dict__item:nth-child(4n) {
  margin-right: 0px;
}
.p-train-dict__item:nth-child(n+5) {
  margin-top: 30px;
}
.p-train-dict__desc {
  background-color: #fff;
}
.p-train-dict__title {
  color: #222;
  padding: 10px 15px;
  height: 83px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.p-train-dict__content {
  max-width: 1000px;
  margin: 0 auto;
}
.p-train-dict__thumbnail {
  margin-bottom: 30px;
}
.p-train-dict__data {
  margin-bottom: 20px;
  padding: 0 20px;
}
.p-train-dict__data .data-title {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-train-dict {
    margin: 0 auto 70px;
  }
  .p-train-dict__list {
    width: 100%;
  }
  .p-train-dict__item {
    width: calc(50% - 22px);
    margin-right: 10px;
  }
  .p-train-dict__item:nth-child(2n) {
    margin-right: 0px;
  }
  .p-train-dict__item:nth-child(n+3) {
    margin-top: 10px;
  }
  .p-train-dict__desc {
    background-color: #fff;
  }
  .p-train-dict__title {
    color: #222;
    padding: 10px;
    height: 60px;
    font-size: 14px;
  }
  .p-train-dict__thumbnail {
    margin-bottom: 20px;
  }
  .p-train-dict__data {
    margin-bottom: 10px;
    padding: 0 15px;
  }
  .p-train-dict__data .data-title {
    display: block;
  }
}
.p-activity {
  max-width: 1500px;
  margin: 0 auto 150px;
}
.p-activity__list {
  max-width: 1500px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap;
}
.p-activity__item {
  width: calc(50% - 10px);
  margin-right: 20px;
  background-color: #fff;
  display: flex;
  justify-content: left;
}
.p-activity__item:nth-child(2n) {
  margin-right: 0%;
}
.p-activity__item:nth-child(n+3) {
  margin-top: 20px;
}
.p-activity__desc {
  width: calc(100% - 280px);
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.p-activity__title {
  margin-bottom: 10px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}
.p-activity__date {
  color: #222;
  font-size: 12px;
  text-align: right;
}
.p-activity__img {
  width: 270px;
  height: 180px;
}
.p-activity__img.column {
  width: 320px;
  height: 180px;
}
.p-activity__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.p-activity__thumbnail {
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .p-activity__item {
    display: block;
  }
  .p-activity__desc {
    width: calc(100% - 20px);
    padding: 10px;
    display: block;
  }
  .p-activity__title {
    margin-bottom: 10px;
    font-size: 14px;
    height: 40px;
  }
  .p-activity__date {
    color: #222;
    font-size: 12px;
    text-align: right;
  }
  .p-activity__img, .p-activity__img.column {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .p-activity {
    margin: 0 auto 50px;
  }
  .p-activity__list {
    max-width: 500px;
    margin: 0 auto 0px;
  }
  .p-activity__item {
    width: 100%;
    margin-right: 0px;
  }
  .p-activity__item:nth-child(n+2) {
    margin-top: 20px;
  }
  .p-activity__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-activity__thumbnail {
    margin-bottom: 20px;
  }
}
/* 更新情報 */
.p-information {
  margin: 0px auto 150px;
  /* 更新情報一覧 */
  /* ナンバーやラベル */
}
.p-information__inner {
  margin-bottom: 50px;
}
.p-information__content {
  width: calc(100% - 80px);
  max-width: 1020px;
  margin: 0px auto;
}
.p-information__lists {
  padding: 14px 0 0 0;
}
.p-information__list {
  margin-bottom: 15px;
  border-bottom: solid 2px #D9D9D9;
  transition: all 0.3s;
}
.p-information__list:hover {
  opacity: 0.6;
}
.p-information__list__flex {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-bottom: 8px;
  margin-left: 14px;
}
.p-information__list__top {
  display: flex;
  align-items: center;
  justify-content: left;
}
.p-information__number {
  width: 100px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: #4FE95E;
  border-radius: 10px;
}
.p-information__label {
  width: 140px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 1px;
  background-color: #4F6EE9;
  margin-left: 20px;
}
.p-information__label.--detail {
  display: inline-block;
}
.p-information__date {
  color: #fff;
  text-align: left;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
}
.p-information__list__bottom {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-left: 20px;
}
.p-information__title {
  color: #fff;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  margin-left: 20px;
}
.p-information__list__text {
  color: #fff;
  text-align: left;
  font-size: 16px;
  overflow-x: hidden;
  white-space: nowrap;
  padding-bottom: 8px;
  margin-left: 14px;
}

@media screen and (max-width: 920px) {
  /* 更新情報 */
  .p-information__inner {
    display: block;
    margin-bottom: 20px;
  }
  /* 更新情報一覧 */
  .p-information__lists {
    padding: 12px 0 0 0;
  }
  .p-information__list {
    border-bottom: solid 1px #D9D9D9;
  }
  /* ナンバーやラベル */
  .p-information__list__flex {
    display: block;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
    margin-left: 12px;
  }
  .p-information__list__top {
    margin-bottom: 10px;
  }
  .p-information__date {
    margin-left: 10px;
  }
  .p-information__label {
    margin-left: 0;
  }
  .p-information__label.--detail {
    margin-left: 20px;
  }
  .p-information__list__bottom {
    margin-left: 0px;
  }
  .p-information__title {
    margin-left: 10px;
  }
  /* pc-on */
  .p-information__label.pc-on,
.p-information__date.pc-on {
    display: none;
  }
  /* sp-on */
  .p-information__label.sp-on {
    display: block;
  }
  .p-information__date.sp-on {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  /* 更新情報 */
  .p-information {
    margin: 50px auto 70px;
  }
  .p-information__inner {
    display: block;
    margin-bottom: 20px;
  }
  .p-information__content.archive {
    width: calc(100% - 30px);
    max-width: 1000px;
  }
  /* 更新情報一覧 */
  .p-information__lists {
    padding: 10px 0 0 0;
  }
  .p-information__list {
    margin-bottom: 8px;
    border-bottom: solid 1px #D9D9D9;
  }
  /* ナンバーやラベル */
  .p-information__list__flex {
    display: block;
    align-items: center;
    justify-content: left;
    margin-bottom: 8px;
    margin-left: 10px;
  }
  .p-information__list__top {
    margin-bottom: 8px;
  }
  .p-information__number {
    width: 70px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
  }
  .p-information__label {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    margin-left: 0;
  }
  .p-information__label.--detail {
    display: inline-block;
    margin-left: 10px;
  }
  .p-information__date {
    font-size: 13px;
    margin-left: 10px;
  }
  .p-information__title {
    font-size: 15px;
    margin-left: 10px;
    width: calc(100% - 100px);
  }
  .p-information__list__text {
    font-size: 13px;
    padding-bottom: 8px;
    margin-left: 10px;
  }
}
/* ラベル別の色分け */
.p-information__label.fv {
  background-color: #00a7db;
}

.p-information__label.dict {
  background-color: #f39700;
}

.p-information__label.column {
  background-color: #00ada9;
}

.p-information__label.activity {
  background-color: #e60012;
}

.p-information__label.memories {
  background-color: #9c5e31;
}

.p-information__label.special {
  background-color: #522886;
}

.p-information__label.other {
  background-color: #9caeb7;
}

.p-company {
  max-width: 1500px;
  margin: 0 auto 150px;
}
.p-company__lists {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-company__list {
  width: calc(50% - 30px);
}
.p-company__list:nth-child(2n) {
  margin-left: 20px;
}
.p-company__list:nth-child(n+3) {
  margin-top: 20px;
}
.p-company__banner {
  max-width: 1000px;
  margin: 0 auto 150px;
}

@media screen and (max-width: 768px) {
  .p-company {
    max-width: 1500px;
    margin: 0 auto 70px;
  }
  .p-company__lists {
    display: block;
  }
  .p-company__list {
    width: auto;
    padding: 0 15px;
  }
  .p-company__list:nth-child(2n) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .p-company__list:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-company__banner {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
}
.p-memories {
  max-width: 1500px;
  margin: 0 auto 150px;
}
.p-memories__lists {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.p-memories__list {
  width: calc(50% - 30px);
}
.p-memories__list:nth-child(2n) {
  margin-left: 20px;
}
.p-memories__list:nth-child(n+3) {
  margin-top: 20px;
}
.p-memories__inner {
  max-width: 1000px;
  margin: 0 auto 150px;
}
.p-memories__img {
  margin-bottom: 30px;
}
.p-memories__content {
  font-size: 18px;
  text-align: left;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-memories {
    max-width: 500px;
    margin: 0 auto 70px;
  }
  .p-memories__lists {
    display: block;
  }
  .p-memories__list {
    width: auto;
    padding: 0 15px;
  }
  .p-memories__list:nth-child(2n) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .p-memories__list:nth-child(n+3) {
    margin-top: 20px;
  }
  .p-memories__inner {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
  .p-memories__img {
    margin-bottom: 20px;
  }
  .p-memories__content {
    font-size: 14px;
    text-align: left;
    padding: 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */