@charset "UTF-8";
/* トップページの「一覧へ」のボタン */
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  overscroll-behavior: none;
  font-weight: 400;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
* {
  box-sizing: border-box;
}
[v-cloak] {
  opacity: 0;
  pointer-events: none;
}
.wholewrapper {
  padding-top: 65px;
  color: #333;
  min-width: 375px;
  margin: 0 auto;
  background: #F2F5F9;
}
@media screen and (max-width: 767px) {
  .wholewrapper {
    padding-top: 50px;
  }
}
.wholewrapper * {
  box-sizing: border-box;
}
.wholewrapper *::before, .wholewrapper *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
h1.hidden_title, h2.hidden_title, h3.hidden_title, h4.hidden_title, h5.hidden_title, h6.hidden_title {
  font-size: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  vertical-align: top;
  max-width: 100%;
}
span.br_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  span.br_pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  span.br_sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
button {
  cursor: pointer;
}
.multiline-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.multiline-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text_wrap {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-word;
}
.loading {
  opacity: 0.8;
  pointer-events: none;
}
/* Vue.js transition name=fade の実装 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.4s ease;
}
.fade-enter-to, .fade-leave-from {
  opacity: 1;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.header_2026 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  height: 65px;
  background: #1B2684;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
}
.header_2026 .header_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  height: 100%;
}
@media print, screen and (max-width: 1280px) {
  .header_2026 .header_inner {
    padding: 0 20px;
  }
}
.header_2026 a {
  text-decoration: none;
}
.header_2026 h1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header_2026 h1 a {
  display: block;
}
.header_2026 h1 img {
  display: block;
  max-width: 100%;
  height: 36px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .header_2026 h1 img {
    height: 28px;
  }
}
.header_2026 .gnavi {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 0 8px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .header_2026 .gnavi {
    position: fixed;
    top: 65px;
    left: 0;
    display: block;
    width: 100%;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    padding: 30px;
    background-color: #0536C2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .header_2026 .gnavi {
    top: 65px;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .header_2026 .gnavi.open {
    visibility: visible;
    opacity: 1;
  }
}
.header_2026 .gnavi ul.nav_list {
  display: flex;
  flex-flow: row nowrap;
  margin-right: 28px;
  gap: 0 24px;
}
@media print, screen and (max-width: 1100px) {
  .header_2026 .gnavi ul.nav_list {
    margin-right: 20px;
    gap: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .header_2026 .gnavi ul.nav_list {
    display: block;
    margin-right: 0;
  }
}
.header_2026 .gnavi ul.nav_list li {
  font-size: 16px;
}
@media print, screen and (max-width: 1100px) {
  .header_2026 .gnavi ul.nav_list li {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header_2026 .gnavi ul.nav_list li + li {
    margin-top: 15px;
  }
}
.header_2026 .gnavi ul.nav_list a {
  color: #fff;
}
.header_2026 .gnavi .nav_dropdown {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header_2026 .gnavi .nav_dropdown_toggle {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.2s;
  cursor: pointer;
}
.header_2026 .gnavi .nav_dropdown_toggle::after {
  content: none;
}
.header_2026 .gnavi .nav_dropdown.open .nav_dropdown_toggle, .header_2026 .gnavi .nav_dropdown:hover .nav_dropdown_toggle {
  margin-top: 3px;
  transform: rotate(-135deg);
}
.header_2026 .gnavi .nav_dropdown .nav_dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  z-index: 20;
}
.header_2026 .gnavi .nav_dropdown .nav_dropdown_menu li {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .header_2026 .gnavi .nav_dropdown .nav_dropdown_menu li + li {
    margin-top: 0;
  }
}
.header_2026 .gnavi .nav_dropdown .nav_dropdown_menu a {
  display: block;
  padding: 8px 16px;
  color: #1B2684;
  white-space: nowrap;
}
.header_2026 .gnavi .nav_dropdown .nav_dropdown_menu a:hover {
  background-color: #F1F5F9;
}
.header_2026 .gnavi .nav_dropdown.open .nav_dropdown_menu, .header_2026 .gnavi .nav_dropdown:hover .nav_dropdown_menu {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1024px) {
  .header_2026 .gnavi .nav_dropdown {
    flex-wrap: wrap;
  }
  .header_2026 .gnavi .nav_dropdown_toggle {
    margin-left: auto;
  }
  .header_2026 .gnavi .nav_dropdown .nav_dropdown_menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    margin-top: 12px;
    padding: 0 0 0 16px;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  .header_2026 .gnavi .nav_dropdown .nav_dropdown_menu a {
    padding: 8px 0;
    color: #fff;
  }
  .header_2026 .gnavi .nav_dropdown .nav_dropdown_menu a:hover {
    background-color: transparent;
  }
  .header_2026 .gnavi .nav_dropdown.open .nav_dropdown_menu {
    display: block;
  }
}
.header_2026 .gnavi svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
}
.header_2026 .header_login {
  text-decoration: none;
  color: #fff;
}
.header_2026 .header_login a {
  color: #fff;
}
.header_2026 .logout_button {
  display: flex;
  align-items: center;
  height: 100%;
}
.header_2026 .logout_button a {
  display: flex;
  align-items: center;
  color: #fff;
}
.header_2026 .logout_button a:visited {
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .header_2026 .logout_button {
    margin-top: 30px;
    margin-left: 30px;
    display: inline-block;
    height: auto;
  }
}
.header_2026 .logout_button:has(a.header_login) {
  margin-top: 0;
  margin-left: auto;
}
.header_2026 .logout_button a.header_login {
  display: block;
}
@media screen and (max-width: 1024px) {
  .header_2026 .gear {
    display: inline-block;
  }
}
.header_2026 .button_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  margin: 0 0 0 auto;
  padding: 0;
  border: none;
  background-color: transparent;
  transition: background-color 0.2s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header_2026 .button_menu {
    display: none;
  }
}
.header_2026 .button_menu::after {
  content: none;
}
.header_2026 .button_menu span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition: transform 0.3s, opacity 0.2s;
}
.header_2026 .button_menu span:nth-of-type(1) {
  top: 0;
}
.header_2026 .button_menu span:nth-of-type(2) {
  top: 9px;
}
.header_2026 .button_menu span:nth-of-type(3) {
  top: 18px;
}
.header_2026 .button_menu.open span:nth-of-type(1) {
  transform: translate(-15px, 9px) rotate(-45deg);
}
.header_2026 .button_menu.open span:nth-of-type(2) {
  opacity: 0;
}
.header_2026 .button_menu.open span:nth-of-type(3) {
  transform: translate(-15px, -9px) rotate(45deg);
}
.footer {
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  height: 81px;
}
@media print, screen and (max-width: 1280px) {
  .footer {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
    height: auto;
  }
}
.footer .footer_inner {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1280px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .footer .footer_inner {
    display: block;
  }
}
.footer .meetupbox {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer .meetupbox {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer .meetupbox .footer_logo {
    margin-bottom: 0;
  }
}
.footer_logo {
  flex: 0 0 240px;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin-bottom: 25px;
  }
  .footer_logo img {
    height: 40px;
  }
}
.footer_menu_list {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 0;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .footer_menu_list {
    display: block;
  }
}
.footer_menu_list li {
  display: inline-block;
  color: #4A5565;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_menu_list li {
    display: block;
    font-size: 12px;
  }
  .footer_menu_list li + li {
    margin-top: 3px;
  }
}
.footer_menu_list li a {
  display: inline-block;
  color: #4A5565;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer_menu_list li a:hover {
  opacity: 0.8;
}
.footer_menu_list li:first-of-type a {
  margin-left: 0;
}
.footer_menu_list li:last-of-type a {
  margin-right: 0;
}
.footer_menu p.copyright {
  margin: 43px 0 0;
  color: #7F7F7F;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .footer_menu p.copyright {
    margin-top: 20px;
    font-size: 10px;
  }
}
.to_survey {
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 10;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 767px) {
  .to_survey {
    bottom: 80px;
  }
}
.to_survey a {
  display: block;
  padding: 10px 20px 15px;
  border-radius: 10px 0 0 10px;
  background-color: #1167E8;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.06);
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .to_survey a {
    padding: 12px 8px 12px 10px;
  }
}
.to_survey a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .to_survey a span.title {
    display: none;
  }
}
.to_survey a span.catch {
  display: block;
  margin-top: 8px;
  padding: 5px 5px 8px;
  border: 1px solid #fff;
  font-size: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .to_survey a span.catch {
    margin-top: 0;
    padding: 0;
    border: none;
    writing-mode: vertical-rl;
  }
}
body#main {
  background-color: #F2F5F9;
}
.suff-connection {
  margin: -20px auto 50px;
  border-radius: 7px;
  background: #1f9994;
  padding: 15px;
}
.suff-connection.login {
  max-width: 600px;
}
.suff-connection.entry {
  max-width: 700px;
  margin: 40px auto;
}
.suff-connection a {
  display: inline-block;
  padding: 0 3px;
  color: #1167e8;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #1167e8;
}
.suff-connection .title {
  margin: 0 0 20px;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.suff-connection .body {
  background: white;
  padding: 10px 15px;
  border-radius: 5px;
}
/*# sourceMappingURL=./common_2026.css.map */