@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: 80px;
  color: #333;
  min-width: 375px;
  margin: 0 auto;
}
@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;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.multiline-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text_wrap {
  white-space: pre-wrap;
}
.loading {
  opacity: 0.8;
  pointer-events: none;
}
.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;
}
.public_header {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  width: 100%;
  height: 80px;
  padding: 10px 34px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .public_header {
    height: 60px;
    padding: 10px 20px;
  }
}
.public_header h1 {
  height: 35px;
}
@media screen and (max-width: 767px) {
  .public_header h1 {
    width: 200px;
    height: auto;
  }
}
.public_header h1 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .public_header h1 img {
    width: 100%;
    height: auto;
  }
}
.public_footer {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 10px 34px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .public_footer {
    height: 60px;
    padding: 10px 20px;
  }
}
.public_footer p.copyright {
  margin: 0;
  color: #7f7f7f;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .public_footer p.copyright {
    font-size: 10px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 899;
  background-color: #fff;
  width: 100%;
  min-height: 80px;
  padding: 0 17px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 40px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 50px;
    padding: 0 10px;
    gap: 20px;
  }
}
.header.release {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 20px;
  background-color: #2e63a2;
}
@media screen and (max-width: 1024px) {
  .header.release {
    height: 50px;
  }
}
.header.release h1 {
  flex: 0 0 360px;
  max-width: 360px;
  height: 80px;
  padding: 21px 20px 21px 25px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header.release h1 {
    flex-basis: 80%;
  }
}
@media screen and (max-width: 767px) {
  .header.release h1 {
    flex-basis: 235px;
    height: 50px;
  }
}
.header.release nav {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  gap: 36px;
}
@media screen and (max-width: 1024px) {
  .header.release nav {
    position: fixed;
    top: 80px;
    left: 0;
    display: block;
    width: 100%;
    max-height: calc(100vh - 80px);
    max-height: calc(100dvh - 80px);
    padding: 60px 0;
    background-color: #2e63a2;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .header.release nav {
    top: 50px;
    max-height: calc(100vh - 60px);
    max-height: calc(100dvh - 60px);
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list {
    gap: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list > li {
    width: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list > li a {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list > li.has_children > a, .header.release nav.open .nav_list > li.has_children span.no_link {
    display: block;
    padding: 8px 8px 4px;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list > li.has_children span.no_link {
    color: #9CB3D1;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list > li .nav_list_sub > li {
    position: relative;
    padding-left: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .nav_list > li .nav_list_sub > li::before {
    position: absolute;
    top: 20px;
    left: 8px;
    display: block;
    content: "";
    width: 8px;
    height: 1px;
    background-color: #fff;
  }
}
.header.release nav.open .nav_list > li .nav_list_sub > li a {
  padding: 8px;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 1024px) {
  .header.release nav.open .logout_button {
    margin: 40px auto 0;
  }
}
.header.release nav .nav_list {
  display: flex;
  flex-flow: row nowrap;
  gap: 30px;
}
@media screen and (max-width: 1280px) {
  .header.release nav .nav_list {
    gap: 2px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header.release nav .nav_list {
    flex-direction: column;
    align-items: center;
  }
}
.header.release nav .nav_list > li {
  font-weight: 500;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
}
.header.release nav .nav_list > li.disabled a {
  opacity: 0.2;
  pointer-events: none;
}
.header.release nav .nav_list > li.disabled:hover a {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li > a, .header.release nav .nav_list > li span.no_link {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    height: 80px;
  }
}
.header.release nav .nav_list > li span.no_link {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li span.no_link {
    transition: color 0.2s;
  }
}
.header.release nav .nav_list > li > a {
  color: #fff;
  text-decoration: none;
  transition: color 0.2s;
}
@media screen and (max-width: 1024px) {
  .header.release nav .nav_list > li > a {
    padding: 8px;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li:hover > a, .header.release nav .nav_list > li:hover > span.no_link {
    color: #9CB3D1;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li:hover .nav_list_sub {
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li .nav_list_sub {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li .nav_list_sub > li {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
.header.release nav .nav_list > li .nav_list_sub > li a {
  text-decoration: none;
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li .nav_list_sub > li a {
    display: block;
    padding: 14px 15px;
    background-color: #fff;
    color: #333;
    position: relative;
    transition: background-color 0.2s, color 0.2s;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li .nav_list_sub > li a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: border-color 0.2s;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li .nav_list_sub > li a:hover {
    background-color: #F2F5F9;
    color: #2e63a2;
  }
}
@media screen and (min-width: 1025px) {
  .header.release nav .nav_list > li .nav_list_sub > li a:hover::after {
    border-color: #2e63a2;
  }
}
.header.release .logout_button {
  width: 140px;
  height: 45px;
}
@media screen and (max-width: 767px) {
  .header.release .logout_button {
    width: 100px;
    height: auto;
  }
}
.header.release .logout_button a {
  background-color: #fff;
  color: #2e63a2;
}
.header.release .button_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: unset;
  transition: background-color 0.2s;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .header.release .button_menu {
    display: none;
  }
}
.header.release .button_menu::after {
  content: none;
}
.header.release .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.release .button_menu span:nth-of-type(1) {
  top: 0;
}
.header.release .button_menu span:nth-of-type(2) {
  top: 9px;
}
.header.release .button_menu span:nth-of-type(3) {
  top: 18px;
}
.header.release .button_menu.open span:nth-of-type(1) {
  transform: translate(-15px, 9px) rotate(-45deg);
}
.header.release .button_menu.open span:nth-of-type(2) {
  opacity: 0;
}
.header.release .button_menu.open span:nth-of-type(3) {
  transform: translate(-15px, -9px) rotate(45deg);
}
.header h1 {
  flex: 1 1 auto;
  padding: 0 10px;
  font-size: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header h1 {
    padding: 0;
  }
}
.header ul.anchors {
  flex: 1 0 auto;
  list-style: none;
  margin: 0;
  padding: 1px 0 0;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-end;
  gap: 30px;
  display: none;
}
.header ul.anchors li {
  flex: 0 0 auto;
}
.header ul.anchors li a {
  display: block;
  color: #333;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}
.header ul.anchors li a:hover {
  text-decoration: underline;
}
.header .logout_button {
  flex: 0 0 auto;
  width: 141px;
}
@media screen and (max-width: 767px) {
  .header .logout_button {
    width: 100px;
  }
}
.header .logout_button a {
  display: block;
  background-color: #2e63a2;
  width: 100%;
  border-radius: 5px;
  padding: 6px 0 7px;
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media screen and (max-width: 767px) {
  .header .logout_button a {
    font-size: 13px;
  }
}
.header .logout_button a:hover {
  opacity: 0.8;
}
.footer {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 100%;
  padding: 45px 66px 30px 62px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 45px 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px;
  }
}
.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 .meetupbox a {
  display: inline-block;
  color: #7F7F7F;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer .meetupbox a {
    font-size: 12px;
  }
}
.footer_logo {
  font-weight: 700;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer_logo {
    margin-bottom: 25px;
    font-size: 40px;
  }
}
.footer_menu_list {
  display: flex;
  flex-flow: row nowrap;
  list-style: none;
  margin: 12px 0 0;
}
@media screen and (max-width: 767px) {
  .footer_menu_list {
    flex-direction: column;
    gap: 3px;
  }
}
.footer_menu_list li {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer_menu_list li {
    font-size: 12px;
  }
}
.footer_menu_list li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  transition: opacity 0.2s;
}
.footer_menu_list li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer_menu_list li a {
    margin: 0 40px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu_list li a {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer_menu_list li a {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer_menu_list li:not(:last-of-type) {
    border-right: 1px solid #7F7F7F;
  }
}
.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;
  }
}
.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;
}
