@charset "UTF-8";
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/noto-sans/NotoSansJP-Regular.woff2") format("woff2"), url("../font/noto-sans/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans/NotoSansJP-Bold.woff2") format("woff2"), url("../font/noto-sans/NotoSansJP-Bold.woff") format("woff");
}
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
audio,
video {
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

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

html {
  font-size: 62.5%;
  line-height: 1.15;
  width: 100%;
  height: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  width: 100%;
  height: auto;
  color: #2F3438;
  background: white;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

img {
  vertical-align: top;
}

img,
a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
  background-color: transparent;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul,
ol {
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  clear: both;
  overflow: visible;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

b,
strong,
.bold {
  font-weight: bold;
  font-weight: 600;
}

small {
  font-size: 80%;
}

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

td,
th {
  padding: 0;
  text-align: left;
  border: none;
}

@media screen and (min-width: 767px) {
  a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}

.global-header {
  position: relative;
  z-index: 9997;
  padding: 30px 20px 15px;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .global-header {
    height: 50px;
    margin-right: 50px;
    padding: 0;
    width: 100%;
  }
}
.global-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .global-header__inner {
    display: block;
    height: 50px;
  }
}
@media screen and (max-width: 479px) {
  .global-header__logo {
    padding: 10px 30px;
  }
}
.global-header__logo a {
  display: block;
}
@media screen and (max-width: 479px) {
  .global-header__logo a {
    display: inline;
  }
}
@media screen and (min-width: 479px) {
  .global-header__logo a:hover {
    opacity: 0.9;
  }
}
.global-header__logo img {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 479px) {
  .global-header__logo img {
    height: 30px;
  }
}
.global-header__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 479px) {
  .global-header .header-tel {
    display: none;
  }
}
.global-header .header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 479px) {
  .global-header .header-nav {
    display: none;
  }
}
.global-header .header-nav a {
  color: #001E99;
}
@media screen and (min-width: 479px) {
  .global-header .header-nav a:hover {
    color: #249FE0;
  }
}
.global-header .header-nav__item {
  margin-left: 24px;
  color: #001E99;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}
.global-header .searchform {
  margin-left: 24px;
}
.global-header .searchform input[type=text] {
  width: 170px;
}

.global-nav {
  z-index: 9998;
  padding: 0 20px;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  .global-nav {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
  .global-nav.is-active {
    position: fixed;
    visibility: visible;
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
  }
}
.global-nav__logo {
  height: 50px;
  margin-right: 50px;
  padding: 10px 30px;
  background: #fff;
}
.global-nav__logo img {
  display: block;
  width: auto;
  height: 40px;
}
@media screen and (max-width: 479px) {
  .global-nav__logo img {
    height: 30px;
  }
}
.global-nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .global-nav__inner {
    display: block;
    margin-bottom: 36px;
    padding: 50px 30px 0;
  }
}
.global-nav__item {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 45px;
  white-space: nowrap;
}
@media screen and (max-width: 479px) {
  .global-nav__item {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 8px;
  }
}
.global-nav__item a {
  display: block;
  padding: 0 20px;
  color: white;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  .global-nav__item a {
    padding: 10px 0;
  }
}
@media screen and (min-width: 479px) {
  .global-nav__item a:hover {
    background-color: #249FE0;
  }
}
.global-nav .search {
  padding: 0 30px 36px;
}
.global-nav .searchform input[type=text] {
  width: 210px;
}

.sp-nav {
  display: none;
  padding: 0 30px;
}
@media screen and (max-width: 479px) {
  .sp-nav {
    display: block;
  }
}
.sp-nav:last-of-type {
  padding-bottom: 80px;
}
.sp-nav__item {
  font-weight: normal;
  margin-bottom: 13px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.sp-nav__item a {
  color: white;
}
.sp-nav + .sp-nav {
  margin-top: 30px;
}

.global-footer {
  padding: 0 20px;
  background-color: #F2F0EC;
}
.global-footer__wrap {
  background-color: #fafafa;
}
.global-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 20px 60px;
  max-width: 1080px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .global-footer__inner {
    display: block;
    padding: 40px 10px;
  }
}
.global-footer__inner a {
  color: #001E99;
}
@media screen and (min-width: 479px) {
  .global-footer__inner a:hover {
    color: #249FE0;
  }
}
.global-footer__block:first-of-type {
  width: 40%;
}
.global-footer__block:last-of-type {
  width: 60%;
}
@media screen and (max-width: 479px) {
  .global-footer__block:first-of-type, .global-footer__block:last-of-type {
    width: 100%;
  }
}
.global-footer .footer-logo {
  display: block;
  height: 36px;
  margin-bottom: 26px;
}
.global-footer .footer-logo img {
  height: 36px;
}
.global-footer .footer-address a,
.global-footer .footer-tel a {
  color: #2F3438;
}
.global-footer .footer-address {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-address {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.global-footer .footer-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-tel {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.global-footer .footer-tel dt {
  width: 13em;
  text-align: right;
}
.global-footer .footer-tel dd {
  width: calc(100% - 14em);
  padding-left: 1em;
}
.global-footer .footer-time {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-time {
    margin-bottom: 70px;
  }
}
.global-footer .footer-nav-01, .global-footer .footer-nav-02 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px #CDD6DD;
}
.global-footer .footer-nav__item {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 26px;
  white-space: nowrap;
}
.global-footer .footer-nav__item:first-child {
  margin-left: 0;
}
.global-footer .footer-nav-01 .footer-nav__item {
  font-weight: bold;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-nav-01 .footer-nav__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.global-footer .footer-nav-02 .footer-nav__item, .global-footer .footer-nav-03 .footer-nav__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .global-footer .footer-nav-02 .footer-nav__item, .global-footer .footer-nav-03 .footer-nav__item {
    margin-left: 20px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
@media screen and (min-width: 479px) {
  .global-footer .footer-nav-01 .footer-nav__item:nth-of-type(5), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(4), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(6), .global-footer .footer-nav-03 .footer-nav__item:nth-of-type(7) {
    margin-left: 0;
  }
}
@media screen and (max-width: 479px) {
  .global-footer .footer-nav-01 .footer-nav__item:nth-of-type(3), .global-footer .footer-nav-01 .footer-nav__item:nth-of-type(6), .global-footer .footer-nav-02 .footer-nav__item:first-child, .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(3), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(5), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(6), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(7), .global-footer .footer-nav-02 .footer-nav__item:nth-of-type(8), .global-footer .footer-nav-03 .footer-nav__item:first-child, .global-footer .footer-nav-03 .footer-nav__item:nth-of-type(4), .global-footer .footer-nav-03 .footer-nav__item:nth-of-type(7) {
    margin-left: 0;
  }
}

.copyright {
  padding: 26px 20px 55px;
  text-align: center;
}
@media screen and (max-width: 479px) {
  .copyright {
    padding: 16px 0 50px;
  }
}
.copyright small {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .copyright small {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.sp-menu {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  display: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  .sp-menu {
    display: block;
  }
}
.sp-menu .bar {
  position: absolute;
  left: 13px;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #fff;
}
.sp-menu .bar:nth-of-type(1) {
  top: 17px;
  -webkit-animation: menu_bar1 0.2s forwards;
          animation: menu_bar1 0.2s forwards;
}
.sp-menu .bar:nth-of-type(2) {
  top: 25px;
  opacity: 1;
}
.sp-menu .bar:nth-of-type(3) {
  top: 33px;
  margin-bottom: 0;
  -webkit-animation: menu_bar2 0.2s forwards;
          animation: menu_bar2 0.2s forwards;
}
.sp-menu.is-active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sp-menu.is-active .bar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sp-menu.is-active .bar:nth-of-type(1) {
  -webkit-animation: active_menu_bar1 0.2s forwards;
          animation: active_menu_bar1 0.2s forwards;
}
.sp-menu.is-active .bar:nth-of-type(2) {
  opacity: 0;
}
.sp-menu.is-active .bar:nth-of-type(3) {
  -webkit-animation: active_menu_bar3 0.2s forwards;
          animation: active_menu_bar3 0.2s forwards;
}

@-webkit-keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

@keyframes menu_bar1 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@keyframes menu_bar2 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@keyframes active_menu_bar1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
            transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(8px) rotate(45deg);
            transform: translateY(8px) rotate(45deg);
  }
}
@-webkit-keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active_menu_bar3 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
            transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
            transform: translateY(-8px) rotate(-45deg);
  }
}
.contents__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media screen and (max-width: 479px) {
  .contents__inner {
    padding: 0;
  }
}
.contents-column .contents__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 479px) {
  .contents-column .contents__inner {
    display: block;
  }
}

.searchform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.searchform input[type=text] {
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 10px;
  border: solid 1px #ccc;
  border-right: none;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
}
.searchform input[type=text]:focus, .searchform input[type=text]:active {
  background-color: #fff;
}
.searchform button {
  width: 30px;
  color: #ccc;
  border: solid 1px #ccc;
  border-left: none;
  border-radius: 0 4px 4px 0;
  background-color: #fff;
}

.pagetop__wrap {
  z-index: 110;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 80px;
  height: 80px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 479px) {
  .pagetop__wrap {
    right: 5px;
    bottom: 5px;
    width: 60px;
    height: 60px;
  }
}

#pagetop {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #F2F0EC;
  border-radius: 50%;
  background-color: #001E99;
}
@media screen and (max-width: 479px) {
  #pagetop {
    width: 60px;
    height: 60px;
  }
}
#pagetop::after {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "\f102";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  #pagetop::after {
    top: 6px;
    content: "\f102";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.4rem;
  }
}
#pagetop span {
  font-weight: bold;
  position: absolute;
  bottom: 15px;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  #pagetop span {
    bottom: 10px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 479px) {
  #pagetop:hover {
    background-color: #F2F0EC;
    color: #001E99;
  }
}

@media screen and (max-width: 479px) {
  .disp-pc {
    display: none;
  }
}

.disp-sp {
  display: none;
}
@media screen and (max-width: 479px) {
  .disp-sp {
    display: block;
  }
}

input,
button,
select,
textarea {
  font: inherit;
  font-family: "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 479px) {
  input,
button,
select,
textarea {
    font-size: 1.4rem;
  }
}

textarea {
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  overflow: hidden;
}
select :focus {
  outline: none;
}

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

.red {
  color: #DE2222;
}

.card {
  display: block;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 8px;
}
@media screen and (max-width: 479px) {
  .card {
    margin-bottom: 15px;
    padding: 15px;
  }
}
.article-column .card {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}
@media screen and (max-width: 479px) {
  .article-column .card {
    width: 100%;
  }
  .article-column .card:last-of-type {
    margin-bottom: 0;
  }
}
.card__title {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .card__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.card__title small {
  font-size: 1.8rem;
  display: block;
}
.card__title small.inline {
  display: inline;
}
.card__text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.card__desc {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .card__desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.card__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .card__date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card__eventdate {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: bold;
  color: #2F3438;
}
@media screen and (max-width: 479px) {
  .card__eventdate {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.card__eventdate span {
  margin-left: 1em;
}
.card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card__header .tags {
  margin-top: 0;
}
.card__excerpt {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
}
.card-01, .card-03, .card-04 {
  border: solid 1px #CDD6DD;
  background-color: #fff;
}
.card-01:hover, .card-03:hover, .card-04:hover {
  background-color: #F1F9FE;
}
.card-02, .card-03 {
  margin-bottom: 20px;
}
.card-02 {
  background-color: #ECEFF1;
}
.card-02 .card__date {
  margin-bottom: 8px;
}
@media screen and (max-width: 479px) {
  .card-02 .card__date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.card-02 .card__title {
  margin-bottom: 0;
}
.card-02 .card__desc {
  font-weight: normal;
  margin-top: 7px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .card-02 .card__desc {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card-03 .card__eventdate {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 479px) {
  .card-03 .card__eventdate {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card-03 .card__excerpt {
  font-weight: normal;
  margin-top: 10px;
  padding-top: 10px;
  border-top: solid 1px #CDD6DD;
}
@media screen and (max-width: 479px) {
  .card-03 .card__excerpt {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.card-04 {
  margin-bottom: 20px;
}
.card-04 .card__desc {
  margin-top: 5px;
}
.card-04 .card__excerpt {
  margin-top: 10px;
}
.card-04 .tag {
  background-color: #ECEFF1;
}
.card-04 .card__eventdate {
  font-weight: bold;
  margin-top: 10px;
}
.card-05, .card-06, .card-07 {
  background-color: #eee;
}
.card-05:hover, .card-06:hover, .card-07:hover {
  background-color: #F1F9FE;
}
.card-05 .card__title, .card-07 .card__title {
  margin-bottom: 20px;
}
.card-06 .tags {
  margin-bottom: 20px;
}
.card-07 {
  margin-bottom: 20px;
}

.tags {
  margin-top: 4px;
}
.tags-right {
  text-align: right;
}

.tag {
  font-size: 1.1rem;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 6px 6px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px;
}
@media screen and (max-width: 479px) {
  .tag {
    font-size: 1rem;
  }
}
.tag:last-child {
  margin-right: 0;
}
.tag-01 {
  background-color: #F9E8D1;
}
.tag-02 {
  background-color: #D2EFDE;
}
.tag-03 {
  background-color: #ECEFF1;
}
.tag-04 {
  background-color: #dbdb06;
}
.tag-05 {
  background-color: #f5d137;

}
.tag-06 {
  color: #fff;
  background-color: #2F3438;
}

p.tag {
  line-height: 20px;
  padding: 0 6px;
}

.article__header li.tag {
  padding: 0;
}
.article__header li.tag a {
  display: block;
  padding: 3px 6px 6px;
}

.btn {
  display: block;
  margin: 0 auto;
}
.btn::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-01, .btn-02, .btn-03, .btn-back, .btn-pdf {
  font-weight: bold;
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #001E99;
}
.btn-01:hover, .btn-02:hover, .btn-03:hover, .btn-back:hover, .btn-pdf:hover {
  background-color: #249FE0;
}
.btn-01, .btn-02, .btn-03 {
  max-width: 200px;
}
.btn-01::after, .btn-02::after, .btn-03::after {
  right: 15px;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.btn-01, .btn-back {
  font-size: 1.4rem;
  line-height: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 479px) {
  .btn-01, .btn-back {
    font-size: 1.2rem;
    line-height: 36px;
    max-width: 160px;
    border-radius: 18px;
  }
}
.btn-02, .btn-03 {
  font-size: 2rem;
  line-height: 60px;
  border-radius: 30px;
}
.btn-03 {
  width: 280px;
  max-width: 280px;
}
.btn-back {
  background-color: #99A3AC;
}
.btn-pdf {
  line-height: 30px;
  width: 100px;
  height: 30px;
  border-radius: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-pdf::after {
  right: 13px;
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
@media screen and (max-width: 479px) {
  .btn-pdf::after {
    right: 10px;
  }
}
@media screen and (max-width: 479px) {
  .btn-pdf {
    width: 70px;
    text-align: left;
    padding-left: 14px;
    font-size: 1.4rem;
  }
}

.btn-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .btn-column {
    display: block;
    padding: 0 30px;
  }
}
.btn-column .btn {
  margin: 0 40px;
}
@media screen and (max-width: 479px) {
  .btn-column .btn {
    width: 100%;
    margin: 0 auto;
  }
  .btn-column .btn + .btn {
    margin-top: 20px;
  }
}

.form__wrap .btn-01,
.form__wrap .btn-back {
  font-size: 1.6rem;
  line-height: 44px;
  border-radius: 22px;
}
@media screen and (max-width: 479px) {
  .form__wrap .btn-01,
.form__wrap .btn-back {
    max-width: 160px;
  }
}

.wrapper {
  padding-bottom: 80px;
  background-color: #fafafa;
}

.slider-main .swiper-button-prev,
.slider-main .swiper-button-next,
.slider-pages .swiper-button-prev,
.slider-pages .swiper-button-next {
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.slider-main .swiper-button-prev::after,
.slider-main .swiper-button-next::after,
.slider-pages .swiper-button-prev::after,
.slider-pages .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 479px) {
  .slider-main .swiper-button-prev,
.slider-main .swiper-button-next,
.slider-pages .swiper-button-prev,
.slider-pages .swiper-button-next {
    font-size: 1.2rem;
    width: 30px;
    height: 30px;
  }
}

.slider-main {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 479px) {
  .slider-main {
    padding-bottom: 65px;
  }
}
.slider-main .swiper-slide {
  width: 800px;
}
@media screen and (max-width: 479px) {
  .slider-main .swiper-slide {
    width: 84vw;
  }
}
.slider-main .swiper-slide img {
  width: 100%;
}
.slider-main .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 50px;
}
@media screen and (max-width: 479px) {
  .slider-main .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 35px;
  }
}
.slider-main .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #CDD6DD;
}
.slider-main .swiper-pagination-bullet-active {
  background: #001E99;
}
.slider-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (max-width: 479px) {
  .slider-main .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.slider-main .swiper-button-prev,
.slider-main .swiper-button-next {
  color: #999;
  background: #FFF;
  opacity: 0.7;
}
.slider-main .swiper-button-prev:hover,
.slider-main .swiper-button-next:hover {
  opacity: 0.9;
}
.slider-main .swiper-button-prev {
  left: 14%;
}
@media screen and (max-width: 479px) {
  .slider-main .swiper-button-prev {
    left: 0;
  }
}
.slider-main .swiper-button-next {
  right: 14%;
}
@media screen and (max-width: 479px) {
  .slider-main .swiper-button-next {
    right: 0;
  }
}

.slider-pages {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 80px;
  padding: 0 20px;
}
@media screen and (max-width: 479px) {
  .slider-pages {
    margin-bottom: 60px;
    padding: 0 30px;
  }
}
.slider-pages .swiper-button-prev,
.slider-pages .swiper-button-next {
  margin-top: -15px;
  color: #6fbbe3;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.16);
  opacity: 0.7;
}
.slider-pages .swiper-button-prev:hover,
.slider-pages .swiper-button-next:hover {
  opacity: 0.9;
}
@media screen and (max-width: 479px) {
  .slider-pages .swiper-button-prev,
.slider-pages .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }
}
.slider-pages .swiper-button-prev {
  left: 0;
}
.slider-pages .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 479px) {
  .slider-pages .swiper-slide {
    width: 184px !important;
  }
}
.slider-pages .bnr {
  width: 184px;
  height: 100px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3333333333;
}
@media screen and (max-width: 479px) {
  .slider-pages .bnr {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.slider-pages .bnr-01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f9e8d1), to(#eee));
  background: linear-gradient(180deg, #f9e8d1 0%, #eee 100%);
}
.slider-pages .bnr-01:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3d1a4), to(#eee));
  background: linear-gradient(180deg, #f3d1a4 0%, #eee 100%);
}
.slider-pages .bnr-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#c4e2b6), to(#f8f6f2));
  background: linear-gradient(180deg, #c4e2b6 0%, #f8f6f2 100%);
}
.slider-pages .bnr-02:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#a7d492), to(#f8f6f2));
  background: linear-gradient(180deg, #a7d492 0%, #f8f6f2 100%);
}
.slider-pages .bnr-03 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8caca), to(#f4efe7));
  background: linear-gradient(180deg, #f8caca 0%, #f4efe7 100%);
}
.slider-pages .bnr-03:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f29d9d), to(#f8f6f2));
  background: linear-gradient(180deg, #f29d9d 0%, #f8f6f2 100%);
}
.slider-pages .bnr span {
  font-size: 1.4rem;
}

.contents-title {
  height: 40px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .contents-title {
    height: auto;
    margin-bottom: 10px;
  }
}

.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(897 / 1080 * 100%);
}
@media screen and (max-width: 479px) {
  .main {
    display: block;
    width: auto;
    padding: 0 30px;
  }
}

.bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.announce {
  margin-bottom: 60px;
  padding: 20px;
  background-color: #F2F0EC;
}
@media screen and (max-width: 479px) {
  .announce {
    margin-bottom: 40px;
    padding: 20px 30px;
  }
}
.announce__list {
  max-width: 836px;
  margin: 0 auto;
}
.announce__item {
  position: relative;
  display: block;
  margin-bottom: 15px;
  padding-left: 20px;
}
@media screen and (max-width: 479px) {
  .announce__item {
    padding-left: 16px;
  }
}
.announce__item:last-child {
  margin-bottom: 0;
}
.announce__item::before {
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  color: #001E99;
  content: "\f152";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.6rem;
}
@media screen and (max-width: 479px) {
  .announce__item::before {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.announce a {
  color: #001E99;
}
.announce a:hover {
  color: #249FE0;
}
.announce__title {
  font-weight: bold;
  margin-right: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .announce__title {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.announce__date {
  font-size: 1.2rem;
}
@media screen and (max-width: 479px) {
  .announce__date {
    display: block;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

.news {
  width: calc(409 / 855 * 100%);
  margin-right: calc(38 / 855 * 100%);
}
@media screen and (max-width: 479px) {
  .news {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.news__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .news__list {
    margin-bottom: 20px;
  }
}
.news__block {
  display: block;
  padding: 20px;
  border-bottom: 1px dashed #ddd;
  background-color: #fff;
}
@media screen and (max-width: 479px) {
  .news__block {
    padding: 20px 10px;
  }
}
.news__block:first-of-type {
  border-top: solid 1px #ddd;
}
.news__block:last-of-type {
  border-bottom: solid 1px #ddd;
}
.news__block:hover {
  background-color: #F1F9FE;
}
.news__title {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 479px) {
  .news__title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
.news__date {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 479px) {
  .news__date {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.4;
  }
}
.news__excerpt {
  margin-bottom: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 479px) {
  .news__excerpt {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.event {
  width: calc(409 / 855 * 100%);
  margin-right: calc(38 / 855 * 100%);
}
@media screen and (max-width: 479px) {
  .event {
    width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
  }
}
.event__list {
  margin-bottom: 30px;
}
@media screen and (max-width: 479px) {
  .event__list {
    margin-bottom: 20px;
  }
}
.event .card {
  max-width: 100%;
}
.event .card:hover {
  background-color: #F1F9FE;
}

.aside {
  width: 184px;
  padding-top: 40px;
}
@media screen and (max-width: 479px) {
  .aside {
    width: 100%;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.aside .bnr {
  width: 184px;
}
.aside .bnr-01 {
  font-weight: bold;
  line-height: 100px;
  margin-bottom: 20px;
  color: #001E99;
  background-color: #ECEFF1;
}
@media screen and (max-width: 479px) {
  .aside .bnr-01 {
    width: 148px;
    height: 70px;
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375;
  }
}
.aside .bnr-01:hover {
  background-color: #dce2e7;
}
.aside .bnr-02 {
  height: 60px;
  margin-top: 40px;
  background-color: #E0EAC1;
}
@media screen and (max-width: 479px) {
  .aside .bnr-02 {
    width: 368px;
    height: 80px;
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
.aside .bnr-02:hover {
  background-color: #dce2e7;
}
.aside .bnr-05 {
  height: 60px;
  margin-top: 40px;
  background-color: #3a3a3a;
  color: white;
  background-image: url("../img/ic_white_x.svg");
	background-size: 25%;
	background-position: left 12px center;
	background-repeat: no-repeat;
	padding-left: 25px;
}
@media screen and (max-width: 479px) {
  .aside .bnr-05 {
    width: 368px;
    height: 80px;
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
.aside .bnr-05:hover {
  background-color: #222;
}
/*入会案内　追加する画像は幅184px*/
.aside .bnr-04{
  margin-bottom: 40px;
  display: block;
}
.aside .bnr-04 img{
  border: 1px solid #CDD6DD;
  border-radius: 4px;
  margin: auto;
  display: block;
  max-width: 184px;
  height: auto;
}
@media screen and (max-width: 479px) {
  .aside .bnr-04{
	margin-bottom: 20px;
	margin-left: 30px;
	margin-right: 30px;
  }
  .aside .bnr-04 img{
	max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .aside .bnr__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.bnr-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .bnr-column {
    display: block;
    margin-bottom: 60px;
    padding: 0 30px;
  }
}
.bnr-column .bnr {
  font-size: 2rem;
  line-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 408px;
  margin: 0 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bnr-column .bnr span:first-of-type {
  font-size: 3.6rem;
  margin-right: 20px;
}
.bnr-column .bnr-01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(22%, #f4efe7), color-stop(100%, #cce8f7), to(#ECEFF1));
  background: linear-gradient(180deg, #f4efe7 0%, #f4efe7 22%, #cce8f7 100%, #ECEFF1 100%);
}
.bnr-column .bnr-01:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(22%, #f4efe7), color-stop(100%, #a0d4f0), to(#cfd6db));
  background: linear-gradient(180deg, #f4efe7 0%, #f4efe7 22%, #a0d4f0 100%, #cfd6db 100%);
}
.bnr-column .bnr-02 {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(26%, #f4efe7), to(#c4e2b6));
  background: linear-gradient(180deg, #f4efe7 0%, #f4efe7 26%, #c4e2b6 100%);
}
.bnr-column .bnr-02:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#f4efe7), color-stop(26%, #f4efe7), to(#a7d492));
  background: linear-gradient(180deg, #f4efe7 0%, #f4efe7 26%, #a7d492 100%);
}
@media screen and (max-width: 479px) {
  .bnr-column .bnr {
    width: 100%;
    margin: 0 0 20px;
  }
}

.citizens__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 856px;
  margin: 0 auto 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 479px) {
  .citizens__wrap {
    display: block;
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.citizens__wrap .card {
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}
.citizens__wrap .card:hover {
  background-color: #F1F9FE;
}
@media screen and (max-width: 479px) {
  .citizens__wrap .card {
    width: 100%;
    margin: 0 0 15px;
  }
}
.citizens__wrap::after {
  content: "";
  display: block;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}