@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, font, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

.clear {
  clear: both;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 6.25%;
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
  line-height: 1.6;
  color: #333;
  font-size: 14rem;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: none;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16rem;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*

main 紫
#2f253a
#373040 ちょい薄い


*/
/*

#1c2241:　紺
#4d5684:　明るめ紺
#007da0:　明るめブルー
#d3be30:　黄色
#b8b5bb:　グレー

#b8b5ba:　紺地の上の文字のグレー（トーンを押さえた色）
*/
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#container {
  flex: 1;
}

.pcp {
  display: none;
}

#container {
  width: 100%;
  padding: 0 0 0;
  margin: 0 auto;
  padding-top: 50px;
  background-image: url(../img/common/bg2.webp);
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat-y;
}

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

#wck {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcp {
    display: unset;
  }
  #container {
    padding-top: 80px;
  }
  #wck {
    display: block;
    width: 100%;
    height: 0px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* header */
#header {
  position: fixed;
  min-width: inherit;
  z-index: 999;
  width: 100%;
  height: 50px;
  padding: 0;
  background-color: #fff;
}
#header:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
}
#header .inner {
  height: 40px;
}
#header h1, #header div.logo {
  position: absolute;
  top: 0px;
  left: 4%;
  display: block;
  width: auto;
  height: auto;
  margin: unset;
  float: none;
  font-size: 1.6em;
  font-family: "Lexend Exa", sans-serif;
}
#header h1 img, #header div.logo img {
  display: block;
  height: 50px;
  width: auto;
}
@media screen and (min-width: 768px) {
  #header {
    position: fixed;
    height: auto;
    padding: 0;
  }
  #header .inner {
    height: 80px;
  }
  #header h1, #header div.logo {
    position: relative;
    width: auto;
    top: 3px;
    left: 15px;
    font-size: 1.6em;
  }
  #header h1 img, #header div.logo img {
    height: 72px;
  }
}
#header .menuOpen {
  display: block;
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 4%;
  width: 17px;
  height: 17px;
}
#header .menuOpen span {
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #727171;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: all 0.5s;
}
#header .menuOpen:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #727171;
  transition: all 0.5s;
}
#header .menuOpen:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #727171;
  transition: all 0.5s;
}
#header .menuOpen.close span {
  top: 11px;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  background-color: #fff;
}
#header .menuOpen.close:before {
  opacity: 0;
}
#header .menuOpen.close:after {
  top: 11px;
  transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #header .menuOpen {
    display: none;
  }
}
#header .menu {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0px 0 50px;
}
#header .menu nav {
  position: relative;
  display: block;
  padding: 50px 0 50px;
  margin: 0 auto;
  background-color: rgba(35, 47, 105, 0.6);
}
#header .menu ul {
  position: relative;
  border: none;
  width: 90%;
  padding: 0;
  top: 0;
  margin: 0 auto 0;
  float: none;
}
#header .menu ul li {
  position: relative;
  width: 100%;
  height: auto;
}
#header .menu ul li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
}
#header .menu ul li:last-child:after {
  display: block;
}
#header .menu ul li a {
  display: block;
  height: 100%;
  color: #fff;
  padding: 35px 0 0;
}
#header .menu ul li a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  border: 6px solid transparent;
  border-left: 8px solid #d3be30;
}
#header .menu div.closePanel {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  background-color: transparent;
}
@media screen and (min-width: 768px) {
  #header .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: unset;
    right: 1%;
    width: calc(96% - 400px);
    min-width: 400px;
    max-width: 700px;
    height: 80px;
    padding: 0;
    overflow: hidden;
    background-color: transparent;
  }
  #header .menu nav {
    width: 100%;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  #header .menu ul {
    top: auto;
    bottom: 0px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #header .menu ul li {
    width: auto;
    padding: 0 5px;
    height: auto;
    float: left;
    text-align: center;
  }
  #header .menu ul li:last-child:after {
    display: none;
  }
  #header .menu ul li a {
    line-height: 40px;
    color: #0e4d68;
    font-size: 0.9em;
    transition: all 0.3s;
  }
  #header .menu ul li a:hover {
    opacity: 0.5;
  }
  #header .menu ul li.current a {
    background-color: #ccc;
  }
  #header .menu div.closePanel {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  #header .menu {
    width: 57%;
    right: 4%;
  }
  #header .menu ul li {
    padding: 0 5px;
  }
}

/* header */
/* title */
.head_view {
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.head_view::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
}
.head_view.mainimage {
  background-image: url(../img/top/kv.webp);
  overflow: hidden;
}
.head_view > .inner.title {
  width: 92%;
  height: 140px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 310px;
}
.head_view > .inner.title > div {
  position: relative;
}
.head_view > .inner.title > div h1 {
  position: relative;
  font-size: 1.6em;
  color: #1c2241;
  line-height: 1.2;
  white-space: normal;
  font-weight: 400;
}
.head_view > .inner.title > div h1:before {
  position: absolute;
  bottom: -4px;
  left: -0.5em;
  display: block;
  content: "";
  width: 160%;
  height: 1px;
  background-color: rgba(28, 34, 65, 0.6);
}
.head_view > .inner.title > div h1 span {
  display: inline-block;
  font-family: "Lexend Exa", sans-serif;
}
.head_view > .inner.title > div:before {
  position: absolute;
  top: 60%;
  left: 0.7em;
  display: block;
  content: "";
  width: 140%;
  height: 55%;
  background-color: rgba(255, 255, 255, 0.3);
}
.head_view > .inner.title > div:after {
  position: absolute;
  top: 30%;
  left: -0.8em;
  display: block;
  content: "";
  width: 0.8em;
  height: 85%;
  background-color: rgba(214, 214, 214, 0.6);
}
@media screen and (min-width: 769px) {
  .head_view {
    height: auto;
    padding-bottom: 30px;
  }
  .head_view > .inner.title {
    height: 270px;
  }
  .head_view > .inner.title > div h1 {
    font-size: 2em;
  }
}

/* breadcrumbs */
.breadcrumbs {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.breadcrumbs > .inner {
  width: 92%;
  margin: 0 auto;
  padding: 0em 0 0.2em;
  max-width: 1200px;
  min-width: 310px;
  line-height: 1;
}
.breadcrumbs > .inner a, .breadcrumbs > .inner span {
  position: relative;
  display: inline;
  padding-left: 2em;
  font-size: 10px;
  line-height: 1.2em;
  color: #777;
}
.breadcrumbs > .inner a + *:after, .breadcrumbs > .inner span + *:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0.8em;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  vertical-align: middle;
  transform: rotate(-45deg) translateY(-62%);
}
.breadcrumbs > .inner a {
  color: #007da0;
}
.breadcrumbs > .inner a.top {
  padding-left: 0;
}
@media screen and (min-width: 769px) {
  .breadcrumbs > .inner {
    padding: 0.3em 0 0.3em;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .breadcrumbs > .inner a, .breadcrumbs > .inner span {
    font-size: 14px;
  }
  .breadcrumbs > .inner a + *:after, .breadcrumbs > .inner span + *:after {
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }
  .breadcrumbs > .inner a {
    transition: all 0.3s;
  }
  .breadcrumbs > .inner a:hover {
    opacity: 0.5;
  }
}

/* mainContent */
.mainContent {
  width: 100%;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  background: none;
  --main-bg-image: url(../img/common/main_bg_01.svg);
  --main-bg-size: 600px;
  --main-bg-position: right -60px bottom -100px;
  --main-bg-repeat: no-repeat;
  --main-bg-translate: 0px;
}
.mainContent:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: var(--main-bg-image);
  background-size: var(--main-bg-size);
  background-position: var(--main-bg-position);
  background-repeat: var(--main-bg-repeat);
  transform: translateY(var(--main-bg-translate));
  will-change: transform;
  pointer-events: none;
  z-index: 0;
}
.mainContent > * {
  position: relative;
  z-index: 1;
}
.mainContent .inner {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-width: 310px;
  margin: 5px auto 5px;
}
.mainContent h2 {
  font-size: 1.4em;
  line-height: 1.2;
}
.mainContent {
  /*.post { position: relative; width: 92%; min-width: 320px; height: auto; margin: 0 auto;
    h1 { font-size: 1.4em; line-height: 2; border-bottom: 1px solid #ccc; text-align: center; margin-top: 2em; }
  }*/
}
@media screen and (min-width: 768px) {
  .mainContent {
    margin-top: 0;
    --main-bg-size: 1200px;
    --main-bg-position: right -10px bottom -240px;
  }
  .mainContent .inner {
    margin: 20px auto 20px;
  }
  .mainContent h2 {
    font-size: 1.4em;
  }
  .mainContent {
    /*&.post { width: 100%; min-width: 960px;
      h1 { font-size: 2em; }
    }*/
  }
}
.mainContent .cont_base {
  position: relative;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 0;
  display: block;
  background-color: rgba(243, 242, 244, 0.6);
  padding: 1px 0;
  font-weight: 300;
}
.mainContent .cont_base .cont_body {
  position: relative;
  width: 97%;
  margin: 20px 1% 20px auto;
  padding: 26px 6% 30px;
  color: #fff;
  background-color: #1c2241;
  box-shadow: 6px 2px 15px 5px rgba(34, 34, 34, 0.2);
}
.mainContent .cont_base .cont_body:first-child {
  margin-top: 14px;
}
.mainContent .cont_base .cont_body > div {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
}
.mainContent .cont_base .cont_body h2 {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 0 1.4em;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  font-family: "Lexend Exa", sans-serif;
  font-size: 1.4em;
  padding-left: 10px;
}
.mainContent .cont_base .cont_body h2 span {
  font-size: 0.8em;
}
.mainContent .cont_base .cont_body h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: -8px;
  left: 0;
  display: block;
  background-color: #515a5a;
}
.mainContent .cont_base .cont_body h2:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 1px;
  top: 0.4em;
  left: 0px;
  display: block;
  border-top: 8px double #8c8e94;
}
.mainContent .cont_base .cont_body .detail p {
  margin-bottom: 1em;
  letter-spacing: 0.05em;
  line-height: 2;
}
.mainContent .cont_base .cont_body ul {
  margin: 0 auto 1em;
  width: 100%;
  height: auto;
}
.mainContent .cont_base .cont_body ul li {
  margin: 0.5em auto;
}
.mainContent .cont_base .cont_body ul li a {
  color: #fff;
}
.mainContent .cont_base .cont_body ul li a span {
  display: block;
}
.mainContent .cont_base .cont_body ul li a.pdf:after {
  display: inline-block;
  content: "";
  margin-left: 0.5em;
  width: 1.6em;
  height: 1.6em;
  background-image: url(../img/common/icon_pdf.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .mainContent .cont_base {
    width: calc(100% - 3vw);
    margin: 0 0 0 auto;
    padding: 1px 0;
  }
  .mainContent .cont_base .cont_body {
    width: 70%;
    margin: 32px 20px 20px auto;
    padding: 40px 50px 40px 50px;
  }
  .mainContent .cont_base .cont_body:first-child {
    margin-top: 44px;
  }
  .mainContent .cont_base .cont_body h2 {
    position: absolute;
    width: auto;
    height: auto;
    top: 20px;
    left: -208px;
    margin: 0;
    color: #1c2241;
    font-family: "Lexend Exa", sans-serif;
    font-size: 1.4em;
  }
  .mainContent .cont_base .cont_body h2:after {
    width: 220px;
    height: 1px;
    bottom: -10px;
    left: 0;
    display: block;
    background-color: #1c2241;
  }
  .mainContent .cont_base .cont_body h2:before {
    border-top: 8px double #7d2603;
  }
  .mainContent .cont_base .cont_body.h2top {
    margin-top: 120px;
  }
  .mainContent .cont_base .cont_body.h2top h2 {
    top: -52px;
    left: -208px;
  }
  .mainContent .cont_base .cont_body.h2top h2 br {
    display: none;
  }
  .mainContent .cont_base .cont_body.h2top h2:after {
    width: 110%;
  }
  .mainContent .cont_base .cont_body ul li a {
    color: #fff;
    transition: all 0.3s;
  }
  .mainContent .cont_base .cont_body ul li a:link, .mainContent .cont_base .cont_body ul li a:visited {
    color: #fff;
  }
  .mainContent .cont_base .cont_body ul li a:hover, .mainContent .cont_base .cont_body ul li a:active {
    color: #d3be30;
  }
}
@media screen and (min-width: 1300px) {
  .mainContent .cont_base {
    width: calc(100% - 3vw);
  }
  .mainContent .cont_base .cont_body {
    width: 70%;
    margin: 32px 20px 20px auto;
    padding: 40px 50px 40px 50px;
  }
  .mainContent .cont_base .cont_body h2 {
    left: -208px;
  }
}
.mainContent .links {
  position: relative;
  width: 100%;
  height: auto;
  left: 0;
  display: block;
  overflow: hidden;
  padding-bottom: 2em;
  font-weight: 300;
  margin: 110px auto 0;
}
.mainContent .links .link {
  width: 90%;
  margin: 10px 3% 20px auto;
  padding: 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}
.mainContent .links .link > div {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.mainContent .links .link > div a {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2em 0 2em 33%;
  display: block;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #3a4680;
  background-size: auto 105%;
  background-position: left 18% bottom -5px;
  background-repeat: no-repeat;
}
.mainContent .links .link > div a.about {
  background-image: url(../img/common/icon_about.svg);
}
.mainContent .links .link > div a.join {
  background-image: url(../img/common/icon_join.svg);
}
.mainContent .links .link > div a.db {
  background-image: url(../img/common/icon_db.svg);
}
.mainContent .links .link > div a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  border: 6px solid transparent;
  border-left: 8px solid #007da0;
}
@media screen and (min-width: 768px) {
  .mainContent .links {
    margin: 210px auto 0;
    background-color: rgba(243, 242, 244, 0.6);
  }
  .mainContent .links .link {
    width: 96%;
    margin: 32px 20px 20px auto;
  }
  .mainContent .links .link > div {
    width: 33%;
    height: auto;
    margin: 1em 0;
    aspect-ratio: unset;
    max-width: unset;
  }
  .mainContent .links .link > div a {
    border: unset;
    padding: 0 0 0 30%;
    height: 100px;
    background-color: #1c2241;
    transition: all 0.5s;
  }
  .mainContent .links .link > div a:hover {
    z-index: 2;
    transform: scale(1.1);
    background-color: #3a4680;
  }
}

/* mainContent */
/* footer */
footer#cf {
  position: static;
  top: 0;
  left: 0;
  margin-top: 0;
  width: 100%;
  background-color: rgba(172, 182, 182, 0.2);
  box-shadow: none;
  border-top: none;
  background-image: url(../img/common/bg2.webp);
  background-size: 100%;
  background-position: center center;
  background-repeat: repeat-y;
}
footer#cf #ftNav {
  padding: 1em 0;
}
footer#cf #ftNav > ul {
  width: 100%;
  padding: 20px 4% 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
footer#cf #ftNav > ul li {
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  width: 100%;
}
footer#cf #ftNav > ul li a {
  display: inline-block;
  width: 100%;
  text-align: right;
  padding: 0 3px 0 8px;
  color: #373040;
  text-decoration: underline;
}
footer#cf #ftNav > ul li a:link, footer#cf #ftNav > ul li a:visited, footer#cf #ftNav > ul li a:hover, footer#cf #ftNav > ul li a:active {
  color: #373040;
  text-decoration: none;
}
footer#cf #ftNav > ul li a:before {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  margin-right: 5px;
  border: 6px solid transparent;
  border-left: 8px solid #007da0;
}
@media screen and (min-width: 768px) {
  footer#cf #ftNav > ul {
    width: 100%;
    justify-content: flex-end;
  }
  footer#cf #ftNav > ul li {
    width: auto;
  }
  footer#cf #ftNav > ul li + li {
    border-left: 1px solid #373040;
    padding-left: 1em;
  }
  footer#cf #ftNav > ul li a {
    transition: all 0.3s;
  }
  footer#cf #ftNav > ul li a:hover {
    opacity: 0.5;
  }
}
footer#cf #copyright {
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  padding-bottom: 0;
  background-color: #373040;
}
footer#cf #copyright > p {
  height: 43px;
  line-height: 43px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer#cf #copyright {
    font-size: 13px;
    padding-bottom: 0px;
  }
  footer#cf #copyright > p {
    height: 43px;
    line-height: 43px;
  }
}

@media screen and (min-width: 768px) {
  footer#cf > nav > ul, footer#cf > section > div {
    width: 960px;
    margin: 0 auto;
  }
}
/* cookie */
#cn-notice-text #cn-more-info {
  color: #d3be30;
}

@media screen and (max-width: 767px) {
  #cookie-notice .cn-close-icon {
    top: 70%;
  }
}/*# sourceMappingURL=common.css.map */