@charset "UTF-8";
body {
  margin: 0;
  font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #333333;
}

/* Zen Maru Gothic */
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Zen Maru Gothic";
  src: url("../fonts/ZenMaruGothic-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  -webkit-text-stroke: 1.4px;
  -ms-text-stroke: 1.4px;
  -moz-text-stroke: 1.4px;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
  font-weight: 700;
}

@media (max-width: 991px) {
  .zen-maru-gothic-regular {
    font-family: "Zen Maru Gothic", "Yu Gothic", sans-serif;
    -webkit-text-stroke: 0.9px;
    -ms-text-stroke: 0.9px;
    -moz-text-stroke: 0.9px;
  }
}
/* color */
h1, h2, h3, h4, h5, h6, p, span, a, li, ul, ol, dl, dt, dd, th, td {
  color: #333333 !important;
}

.text-primary {
  color: #1932a0 !important;
}

.text-secondary {
  color: #00a040 !important;
}

.text-base {
  color: #333333 !important;
}

.bg-primary {
  background-color: #1932a0 !important;
}

.bg-secondary {
  background-color: #00a040 !important;
}

.bg-light {
  background-color: #f2f2f2 !important;
}

.bg-secondary-highlight {
  background-color: #ccecd9 !important;
}

/* font size */
h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4, p, li {
  font-size: 20px;
  line-height: 1.5rem;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

small {
  font-size: 14px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 18px;
    line-height: 1.5rem;
  }
  h4, p, li {
    font-size: 16px;
    line-height: 1.5rem;
  }
  ul {
    padding-left: 1rem;
  }
  small {
    font-size: 12px;
  }
}
/* line height */
.line-height-lg {
  line-height: 2.3rem !important;
}

@media (max-width: 991px) {
  .line-height-lg {
    line-height: 1.6rem !important;
  }
}
/* text marker */
.text-marker-yellow {
  display: inline;
  padding: 0 0.08em;
  background: linear-gradient(transparent 62%, #ffe614 62%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.notice-list li {
  position: relative !important;
  padding-left: 1.4em !important;
}

.notice-list li::before {
  content: "※" !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
}

@media (max-width: 991px) {
  .notice-list {
    padding-left: 1rem;
  }
  .notice-list li {
    font-size: 14px !important;
    line-height: 1.3rem !important;
  }
}
.heading-marker-green {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.heading-marker-green::before {
  content: "";
  width: 7px;
  height: 1.5em;
  background: #00a040;
  flex: 0 0 auto;
}

.heading-marker-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.heading-marker-primary::before {
  content: "";
  width: 7px;
  height: 1.5em;
  background: #1932a0;
  flex: 0 0 auto;
}

.heading-marker-green-sub {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 24px;
}

.heading-marker-green-sub::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #00a040;
  flex: 0 0 auto;
}

.section-note-title {
  font-size: 30px;
}

.section-note-right {
  font-size: 21px;
}

@media (max-width: 991px) {
  .section-note-title {
    font-size: 17px;
  }
  .section-note-right {
    font-size: 12px;
  }
  .heading-marker-green-sub::before {
    width: 12px;
    height: 12px;
  }
  .heading-marker-green-sub {
    gap: 4px;
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .section-note-right {
    font-size: 10px;
  }
}
.section-title-topics {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
  color: #333333 !important;
}

.section-title-topics::after {
  content: "";
  display: block;
  height: 6px;
  margin-top: 8px;
  background: linear-gradient(to right, #1932a0 0 6%, #00a040 6% 100%);
}

@media (max-width: 991px) {
  .section-title-topics {
    font-size: 24px;
  }
  .section-title-topics::after {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(to right, #1932a0 0 14%, #00a040 14% 100%);
  }
}
.link-text-primary {
  color: #1932a0 !important;
}

/* button */
.btn:hover {
  opacity: 0.8;
}

.btn-pill {
  border-radius: 100px;
}

.btn-secondary-outline {
  width: 350px;
  height: 80px;
  color: #333333 !important;
  background: #fff !important;
  border: 3px solid #00a040;
  border-radius: 0;
}
.btn-secondary-outline:hover {
  border: 3px solid #00a040;
}

.btn-secondary-outline-small {
  font-size: 18px;
}

.btn-secondary-outline-text {
  font-size: 24px;
}

.inquiry-notice-wrap .btn-secondary-outline-small {
  text-align: left;
}

.inquiry-notice-wrap .btn-secondary-outline {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 991px) {
  .inquiry-notice-wrap {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
  }
  .btn-secondary-outline {
    width: 250px;
    height: 50px;
  }
  .btn-secondary-outline-small {
    font-size: 14px;
  }
  .btn-secondary-outline-text {
    font-size: 16px;
  }
}
.btn-secondary-pill {
  width: 800px;
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-secondary-pill-small {
  width: 350px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.btn-secondary-pill-text {
  display: block;
  font-size: 34px;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.02em;
}

.btn-secondary-pill-text-small {
  display: block;
  font-size: 28px;
  line-height: 1.3;
  text-align: center;
}

.btn-secondary-pill-text-xsmall {
  display: block;
  font-size: 21px;
  line-height: 1.3;
  text-align: center;
}

.btn-secondary-pill-arrow {
  width: 22px;
  object-fit: contain;
  flex: 0 0 auto;
}

.btn-secondary-pill-arrow-small {
  width: 14px;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 991px) {
  .btn-secondary-pill {
    width: 100%;
    height: 60px;
  }
  .btn-secondary-pill-small {
    width: 180px;
    height: 38px;
  }
  .btn-secondary-pill-text {
    font-size: 17px;
  }
  .btn-secondary-pill-text-small {
    font-size: 14px;
  }
  .btn-secondary-pill-text-xsmall {
    font-size: 12px;
  }
  .btn-secondary-pill-arrow {
    width: 12px;
  }
  .btn-secondary-pill-arrow-small {
    width: 8px;
  }
}
/* header */
.header-title {
  width: 300px;
}

.nav-top-link {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav-top-link-arrow {
  font-size: 14px;
}

.header-menu-toggle {
  border: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.header-menu-toggle:focus {
  box-shadow: none;
}

.header-menu-toggle-icon {
  position: relative;
  width: 30px;
  height: 3px;
  background: #1932a0;
  transition: background 0.2s ease;
  margin-top: 12px;
}

.header-menu-toggle-icon::before,
.header-menu-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #1932a0;
  transition: transform 0.2s ease, top 0.2s ease;
}

.header-menu-toggle-icon::before {
  top: -8px;
}

.header-menu-toggle-icon::after {
  top: 8px;
}

.header-menu-toggle[aria-expanded=true] .header-menu-toggle-icon {
  background: transparent;
}

.header-menu-toggle[aria-expanded=true] .header-menu-toggle-icon::before {
  top: 0;
  transform: rotate(30deg);
}

.header-menu-toggle[aria-expanded=true] .header-menu-toggle-icon::after {
  top: 0;
  transform: rotate(-30deg);
}

.header-menu-toggle-text {
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #1932a0 !important;
  line-height: 1;
}

.header-local-nav {
  background: #1932a0;
}

.header-local-nav-list {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  display: flex;
  align-items: center;
}

.header-local-nav-item {
  flex: 1 1 auto;
}

.header-local-nav-link {
  display: block;
  padding: 10px 12px;
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.header-local-nav-toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
}

.header-local-nav-toggle .header-local-nav-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.header-local-nav-toggle[aria-expanded=true] .header-local-nav-arrow {
  transform: rotate(180deg);
}

.header-local-nav-arrow {
  font-size: 13px;
  margin-right: 4px;
  color: #fff !important;
}

.header-local-nav-child-list {
  margin: 0;
  padding: 0 0 12px 22px;
  list-style: none;
}

.header-local-nav-child-item + .header-local-nav-child-item {
  margin-top: 20px;
}

.header-local-nav-child-link {
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.header-local-nav-child-arrow {
  color: #fff !important;
  font-weight: 700;
  margin-right: 6px;
}

.header-local-submenu {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1200;
  background: transparent;
  margin-top: 3px;
}

.header-local-submenu-inner {
  max-width: 280px;
  border: 1px solid #1932a0;
  background: #f2f2f2;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.18);
}

.header-local-submenu-link {
  display: block;
  padding: 12px 16px;
  color: #1932a0 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.header-local-submenu-link + .header-local-submenu-link {
  border-top: 2px solid #1932a0;
}

.header-local-submenu-arrow {
  margin-right: 4px;
  font-size: 14px;
  color: #1932a0 !important;
}

@media (min-width: 992px) {
  .header-nav-align-bottom {
    align-items: flex-end;
  }
  .header-nav-align-bottom .navbar-nav {
    align-items: flex-end;
  }
}
@media (max-width: 991px) {
  .navbar.bg-light .container-fluid {
    position: relative;
  }
  .header-local-submenu {
    display: none !important;
  }
  .navbar.bg-light {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .navbar.bg-light .container-fluid {
    padding-left: 20px;
    padding-right: 18px;
  }
  .navbar-brand {
    margin-right: 0;
  }
  .header-title {
    width: 200px;
  }
  .header-nav-align-bottom {
    position: absolute;
    top: 51px;
    left: -12px;
    right: -12px;
    margin-top: 0;
    margin-bottom: 0;
    background: #e6e6e6;
    z-index: 1300;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.14);
  }
  .header-nav-align-bottom .header-utility-nav {
    margin: 0;
    padding: 10px 34px 34px;
  }
  .header-local-nav {
    padding: 0px 5px;
  }
  .header-local-nav-list {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 30px !important;
  }
  .header-local-nav-item {
    border-left: 0;
    border-right: 0;
    width: 100%;
  }
  .header-local-nav-link {
    white-space: normal;
    font-size: 16px;
    line-height: 1.35;
    padding: 18px 0;
  }
  .header-local-nav-arrow {
    font-size: 13px;
    margin-right: 8px;
  }
  .header-utility-nav .nav-item + .nav-item {
    margin-top: 20px;
  }
  .header-utility-nav .nav-top-link {
    font-size: 16px;
    font-weight: 700;
    color: #1932a0 !important;
    padding: 12px 0;
  }
  .header-utility-nav .nav-top-link-arrow {
    color: #1932a0 !important;
    font-size: 13px;
  }
}
.site-header {
  background: #ffffff;
  border-bottom: 4px solid #1932a0;
  position: relative;
  z-index: 1100;
}

.l-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}

/* footer */
.site-footer {
  background: #1932a0;
  padding: 70px 0 26px;
}

.site-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 18px;
}

.site-footer-top {
  display: flex;
  gap: 42px;
  align-items: flex-start;
  margin-bottom: 44px;
}

.site-footer-col {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer-col--left {
  flex: 0 0 36%;
}

.site-footer-col--center {
  flex: 0 0 21%;
}

.site-footer-col--right {
  flex: 1 1 auto;
}

.site-footer-item {
  margin-bottom: 25px;
}

.site-footer-child-item {
  margin: 0 0 25px 20px;
}

.site-footer-link {
  color: #fff !important;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.01em;
}

.site-footer-button {
  max-width: 330px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: #fff;
  color: #1932a0 !important;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 20px;
}

.site-footer-button-icon {
  width: 250px;
}

.site-footer-note {
  margin: 0;
  color: #fff !important;
  font-size: 14px;
  line-height: 1.5;
}

.site-footer-copy {
  margin: 0;
  color: #fff !important;
  font-size: 16px;
  line-height: 1;
  min-height: 40px;
  display: flex;
  align-items: center;
}

.site-footer-copy-mark {
  color: #fff !important;
  font-size: 1.5em;
  line-height: 1;
  margin-right: 3px;
}

@media (max-width: 991px) {
  .site-footer {
    padding: 24px 0 18px;
  }
  .site-footer-top {
    flex-direction: column;
    gap: 0;
    margin-bottom: 24px;
  }
  .site-footer-col--left,
  .site-footer-col--center,
  .site-footer-col--right {
    flex: 1 1 auto;
    width: 100%;
  }
  .site-footer-item {
    margin-bottom: 15px;
  }
  .site-footer-child-item {
    margin: 0 0 8px 16px;
  }
  .site-footer-link {
    font-size: 14px;
  }
  .site-footer-button {
    width: 250px;
    height: 54px;
    font-size: 20px;
    padding: 10px 12px;
    margin-bottom: 20px;
  }
  .site-footer-note {
    font-size: 12px;
    line-height: 1.7;
  }
  .site-footer-copy {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }
  .site-footer-button-icon {
    width: 180px;
  }
}
.page-top-button-wrap {
  text-align: right;
  margin-top: 16px;
  margin-bottom: 0;
}

.page-top-button {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 991px) {
  .page-top-button {
    font-size: 12px;
    border-radius: 4px 4px 0 0;
  }
}
/* expiration-date-modal（加入者資格喪失日について） */
#expirationDateModal {
  z-index: 2000;
}

.modal-backdrop.show {
  z-index: 1990;
}

.expiration-date-modal-dialog {
  max-width: 980px;
}

.expiration-date-modal-content {
  border: 20px solid #1932a0;
  border-radius: 20px;
  background-color: #1932a0;
  overflow: hidden;
}

.expiration-date-modal-header {
  background-color: #1932a0;
  border-bottom: none;
  padding: 3px 0px 14px 0px;
  align-items: center;
}

.expiration-date-modal-header .btn-close {
  --bs-btn-close-color: #fff;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  filter: none !important;
  opacity: 1;
}

.expiration-date-modal-header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 1;
}

.expiration-date-modal-title {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  line-height: 1.25;
}

.expiration-date-modal-body {
  padding: 28px 45px 34px;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.expiration-date-modal-intro {
  font-size: 20px;
  line-height: 1.6;
  color: #333333;
}

@media (max-width: 991px) {
  .expiration-date-modal-dialog {
    max-width: calc(100% - 20px);
  }
  .expiration-date-modal-content {
    border: 10px solid #1932a0;
    border-radius: 10px;
  }
  .expiration-date-modal-header {
    padding: 0px 0px 12px 0px;
    border-radius: 0;
  }
  .expiration-date-modal-title {
    font-size: 16px;
  }
  .expiration-date-modal-body {
    padding: 14px 12px 18px;
  }
  .expiration-date-modal-intro {
    font-size: 12px;
  }
}