@charset "UTF-8";
/* ===========================================
 *  フッター
 * ========================================== 
 */
.footer {
  background-color: #0E1346;
  position: relative;
}
.footer #pageTop {
  color: #ffffff !important;
  background-color: #29318a !important;
}
.footer section .is-corporate {
  margin-bottom: 0 !important;
}
.footer section .is-corporate figcaption {
  font-size: 12px;
  text-align: end;
  margin-right: 10px;
  margin-bottom: 3px;
  color: white;
  text-decoration: none !important;
  font-size: 16px;
  padding-bottom: 6px;
  font-weight: 500;
}
.footer section .is-corporate figcaption a {
  color: white;
}
.footer section .is-corporate img {
  width: 300px;
  height: auto;
  max-width: 100%;
}
.footer .footer-upper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}
.footer .footer-upper-inner {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1068px;
  width: 100%;
  margin: 0 5%;
}
.footer .footer-upper-inner ul li a {
  color: white;
  text-decoration: none !important;
}
.footer .footer-upper-inner ul {
  padding-left: 0 !important;
}
.footer .footer-upper-inner .ttl_l {
  font-size: 20px;
}
.footer .footer-upper-inner .ttl_m {
  font-size: 16px;
  font-weight: 340;
  letter-spacing: 0.1rem;
}
.footer .footer-upper-inner .is-row {
  display: flex;
  flex-direction: row;
  gap: 80px;
}
.footer .footer-upper-inner .is-row .nav-wrapper {
  margin-bottom: 0 !important;
}
.footer .footer-upper-inner .is-row .nav-wrapper li:first-child {
  padding-bottom: 18px !important;
  font-weight: 440;
  letter-spacing: 0.1rem;
  margin-bottom: 10px;
}
.footer .footer-upper-inner .is-row .nav-wrapper li + li {
  padding-bottom: 15px !important;
}
.footer .footer-bottom {
  background-color: white;
  height: 130px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer .footer-bottom .is-row {
  display: flex;
  align-items: center;
  gap: 5px;
}
.footer .footer-bottom .is-row figure {
  margin: 0 !important;
}
.footer .footer-bottom .is-row .is-footerlogo {
  height: 40px;
  width: auto;
  margin-right: 20px;
}
.footer .footer-bottom .is-row .sns_logo {
  max-height: 38px;
  width: auto;
}
.footer .footer-bottom .is-copy {
  font-size: 14px;
}
.footer .footer-bottom-inner {
  width: 1100px;
  margin: 0 3%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer #pageTop {
  z-index: 500;
  display: flex;
  justify-content: flex-end;
  position: fixed;
  bottom: 40px;
  right: 15px;
  border: 2px solid #29318a;
  border-radius: 99px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.footer #pageTop.show {
  display: block;
  opacity: 1;
}

@media (max-width: 864px) {
  .footer .footer-upper-inner {
    flex-direction: column;
  }
  .footer section .is-corporate {
    margin: 0 auto;
  }
  .footer section .is-corporate figcaption {
    text-align: center;
    margin-right: 0px;
  }
  .footer .footer-bottom-inner {
    flex-direction: column;
  }
  .footer .footer-bottom .is-row .is-footerlogo {
    margin-right: 0px;
  }
  .footer .footer-bottom .is-row {
    margin-bottom: 8px;
  }
}
@media (max-width: 536px) {
  .footer .footer-upper-inner .is-row {
    flex-direction: column;
    gap: 35px;
    margin-bottom: 35px;
  }
  .footer section .is-corporate figcaption {
    text-align: center;
    margin-right: 0px;
  }
  .footer .footer-bottom .is-row {
    flex-direction: column-reverse;
    padding-bottom: 0.3rem;
  }
  .footer .footer-bottom .is-row .is-footerlogo {
    width: 66%;
    margin: 0 17%;
  }
  .footer .footer-bottom-inner {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .footer .footer-bottom .is-row {
    margin-bottom: 0px;
    margin-top: 25px;
  }
}
/* ===========================================
 *  ヘッダー
 * ===========================================
 */
.modal-title {
  margin-bottom: 30px;
  line-height: var(--bs-modal-title-line-height);
  text-align: center;
  width: 100%;
  color: #29318a;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-size: 24px;
  margin-top: 40px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 12000;
}

#login-form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  border: 0px solid #333;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 12000;
  width: 550px;
  max-width: 80%;
  border-radius: 4px;
}
#login-form .close-btn {
  position: absolute;
  top: 10px;
  right: 18px;
  background: transparent;
  border: none;
  font-size: clamp(15px, 8vw, 28px);
  cursor: pointer;
  color: #29318a;
}
#login-form .login-submit {
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #29318a;
  color: white;
  border: 0px;
  border-radius: 99px;
  font-size: 14px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
#login-form .login-submit .submit-left {
  width: 32px;
}
#login-form .login-submit:hover {
  opacity: 0.8;
}
#login-form .modal-form {
  padding: 0% 10%;
}
#login-form .modal-form label {
  width: 100%;
  letter-spacing: 0.08rem;
}
#login-form .modal-form label input {
  width: 100%;
  margin-top: 1.15rem;
  height: 45px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header {
  background: rgb(255, 255, 255);
  height: 104px;
  position: relative;
}
.header .navbar-brand {
  display: flex;
  align-items: center;
}
.header .navbar-brand img {
  margin-top: 3px;
}
.header #navbarSupportedContentPC {
  height: 104px;
}
.header #navbarSupportedContentPC .pc-only-cta {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header #navbarSupportedContentPC .pc-only-cta .pc-cta-wrapper img {
  max-width: 100%;
  margin-bottom: 6px;
}
.header #navbarSupportedContentPC .pc-only-cta .pc-cta-wrapper p {
  margin-bottom: 0 !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 450;
  letter-spacing: 0.1rem;
  margin-bottom: 0 !important;
}
.header .bg-body-tertiary {
  background-color: white !important;
}
.header .modal.show .modal-dialog {
  top: 50%;
  transform: translate(0, -50%) !important;
}
.header .modal .modal-header {
  padding-top: 40px !important;
}
.header .modal .form-label {
  margin-bottom: 20px !important;
}
.header .modal .form-check-input {
  margin-bottom: 20px;
}
.header .modal .mb-3 {
  margin-bottom: 20px !important;
}
.header .modal .modal-login button.btn {
  background-color: #29318a;
  color: white;
  width: 62% !important;
  height: 60px !important;
  font-size: 14px;
  border-radius: 99px !important;
  margin-top: 30px !important;
  margin-bottom: 40px !important;
  align-items: center;
  margin-right: 19% !important;
  margin-left: 19% !important;
}
.header .btn {
  background-color: #29318a;
  color: white;
  border-radius: 0px !important;
  margin: 0 !important;
  margin-top: -8px !important;
  margin-bottom: -8px !important;
  width: 143px;
}
.header .btn a {
  color: white;
  text-decoration: none !important;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  letter-spacing: 0.14rem;
  padding-top: 3px;
  padding-bottom: 7px;
  font-weight: 480;
}
.header .btn-login {
  position: fixed;
  z-index: 9000;
}
.header .top-ttl {
  padding-left: 32px;
  color: #29318a;
  font-size: clamp(16px, 3vw, 25px);
  letter-spacing: 0.15rem;
  font-weight: 560;
}
.header .btn:hover {
  opacity: 0.8;
}
.header h1 {
  color: #29318a;
}
.header .btn + .btn {
  margin-left: 1px !important;
}
.header .navbar-toggler {
  margin-right: 3%;
  padding-right: 0px;
  z-index: 6000;
  border-width: 0px !important;
}
.header .navbar-collapse {
  justify-content: flex-end !important;
}
.header .container-fluid {
  padding-right: 0 !important;
  padding-left: 3%;
}
.header .container-fluid h1 {
  margin-bottom: 0px !important;
  z-index: 6000;
  display: inline-flex;
  align-items: center;
}
.header .navbar {
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.header .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav-link {
  font-size: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav-link:hover {
  color: #29318a;
}
.header .navbar-toggler:focus {
  box-shadow: none !important;
}
.header .navbar-toggler-icon {
  background-image: url("../../images/common/icon_navpanel_open01.png");
  width: 40px;
  height: 40px;
}
.header .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("../../images/common/icon_navpanel_close01.png");
  width: 40px;
  height: 40px;
}
.header .nav-only-cta {
  padding-left: 0px !important;
}
.header .nav-only-cta li {
  background-color: #29318a;
  width: 100%;
  border-radius: 2px;
}
.header .nav-only-cta li img {
  margin-right: 10px;
}
.header .nav-only-cta li a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 0.5rem 1rem;
}
.header .nav-only-cta li:hover {
  opacity: 0.8;
}
.header .nav-only-cta li + li {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .header .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    padding: 8rem 2rem 6rem;
    background-color: white;
    z-index: 5000;
    overflow: auto;
  }
  .header .navbar.is-open {
    display: block;
    position: fixed;
    width: 100%;
  }
  .header body.no-scroll {
    overflow: hidden;
    height: 100vh;
  }
}
@media (max-width: 538px) {
  .header .top-ttl {
    padding-left: 10px;
  }
  .header .navbar-brand img {
    width: auto;
    height: 31px;
  }
}
@media (max-width: 394px) {
  .header .top-ttl {
    padding-left: 8px;
    font-size: 12px;
  }
  .header .navbar-brand img {
    width: auto;
    height: 21px;
  }
}
@media (max-width: 419px) {
  .header .navbar-toggler-icon {
    width: 35px;
    height: 35px;
  }
  .header .container-fluid {
    flex-wrap: nowrap !important;
  }
  .header .navbar-brand {
    display: flex;
    align-items: center;
  }
  .header .navbar-brand img {
    height: 23%;
    width: 23%;
    margin-top: 2px;
  }
  .header .navbar-brand .top-ttl {
    letter-spacing: 0.03rem;
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .header {
    height: 100%;
  }
  .header .top-ttl {
    padding-left: 1rem;
  }
}
@media (max-width: 538px) {
  .modal-form {
    padding: 0% 0% !important;
  }
  .login-submit {
    margin-left: 4.5% !important;
    margin-right: 4.5% !important;
    margin-bottom: 50px !important;
    width: 91% !important;
  }
  .navbar-collapse {
    padding: 4rem 1rem 4rem !important;
  }
}
.login-modal {
  z-index: 9000;
}

.modal-backdrop {
  --bs-backdrop-zindex: 8000 !important;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.7 !important;
}

@media (max-width: 991px) {
  .header .navbar {
    height: 78px;
  }
}
@media (max-width: 538px) {
  .header .navbar {
    height: 48px;
  }
}
.l-breadcrumb {
  height: auto;
  width: 100%;
  background-color: rgb(194, 194, 194);
}
.l-breadcrumb .breadcrumb {
  padding-top: 8px;
  margin-bottom: 0px !important;
}

.carousel-item img {
  min-height: 120px;
}

.hero-carousel {
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  width: 100%;
}
.hero-carousel p {
  margin-bottom: 0 !important;
  font-size: clamp(13px, 3vw, 24px);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, 2px 2px 5px rgb(0, 0, 0);
  letter-spacing: 0.2rem;
  line-height: 1.7;
}

.l-news-latest {
  height: auto;
  margin: 65px 5% 90px 5%;
}
.l-news-latest-wrapper {
  margin: 0 auto;
  padding: 45px auto;
  height: 100%;
  max-width: 800px;
}
.l-news-latest-wrapper h2 {
  text-align: left;
  margin: 0 auto;
  color: #0e1346;
  font-size: 25px;
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.l-news-latest-wrapper ul {
  padding-left: 0rem !important;
  padding-top: 24px;
}
.l-news-latest-wrapper li {
  gap: 2rem;
  display: flex;
  align-items: center;
}
.l-news-latest-wrapper li p {
  margin-bottom: 0 !important;
  font-size: 14px;
}
.l-news-latest-wrapper li p a {
  color: #333;
  text-decoration: none;
}
.l-news-latest-wrapper li date {
  font-size: 11px;
  color: #7A7D9A;
  width: 60px;
}
.l-news-latest-wrapper li .item-category {
  font-size: 11px;
  padding: 3px 0;
  min-width: 120px;
  max-width: 120px;
  background-color: #F1F1F1;
  text-align: center;
  color: #29318A;
  line-height: 26px;
  letter-spacing: 0.1rem;
}
.l-news-latest-wrapper li .item-category a {
  color: #333;
  font-size: 14px;
  text-decoration: none !important;
  letter-spacing: 0.1rem;
}
.l-news-latest-wrapper li .new-badge::before {
  content: "NEW";
  display: inline-block;
  color: white;
  background-color: rgb(252, 177, 17);
  width: 80px;
  text-align: center;
  border-radius: 90px;
}
.l-news-latest-wrapper li:last-child {
  margin-bottom: 0;
}
.l-news-latest-wrapper li + li {
  padding-top: 20px;
}
.l-news-latest button {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.l-news-latest ul {
  padding: 2rem 0 !important;
}

.l-pagebanner {
  max-width: calc(800px + 10%);
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
  margin-bottom: 94px;
}
.l-pagebanner-inner {
  max-width: 100%;
  height: auto;
  margin: 60px auto auto;
  display: grid;
  justify-items: center;
}
.l-pagebanner-inner a {
  text-decoration: none !important;
  color: #0e1346;
}
.l-pagebanner-inner .grid-item {
  text-align: start;
}
.l-pagebanner-inner .grid-item .is-row {
  padding-top: 10px;
  margin-top: 8px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.l-pagebanner-inner .grid-item .is-row figcaption h2 {
  font-size: clamp(16px, 5vw, 25px);
  margin-bottom: 0 !important;
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.l-pagebanner-inner .img-wide {
  max-width: 800px;
  max-height: 200px;
  height: auto;
}
.l-pagebanner-inner .img-tight {
  max-width: 370px;
  max-height: 200px;
  height: auto;
}
.l-pagebanner .grid-container {
  grid-template-columns: 1fr;
}
.l-pagebanner .grid-container img {
  max-width: 100%;
}
.l-pagebanner .grid-container2 {
  grid-template-columns: 1fr 1fr;
  gap: 52px;
}
.l-pagebanner .grid-container2 .is-figspan {
  font-size: 12px;
}
.l-pagebanner .grid-container2 img {
  max-width: 100%;
}
.l-pagebanner h2.section-ttl {
  font-size: clamp(20px, 6vw, 33px);
  text-align: center;
  position: relative;
  color: #0e1346;
  font-weight: 440;
  letter-spacing: 0.2rem;
  margin-bottom: 90px;
}
.l-pagebanner h2.section-ttl::after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  border-bottom: 4px solid #29318a;
}

section.for-all {
  background-color: #D8DBE5;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding-top: 65px;
  padding-bottom: 65px;
}
section.for-all figcaption h3 {
  font-size: clamp(16px, 5vw, 25px);
  margin-bottom: 0 !important;
  font-weight: 400;
  letter-spacing: 0.13rem;
}
section.for-all .l-pagebanner-inner {
  max-width: 800px;
}
section.for-all .banner-white {
  position: relative;
}
section.for-all .banner-white .is-background {
  width: 370px;
  max-width: 100%;
  height: auto;
  max-height: 200px;
  border-radius: 5px;
  border: 1px solid #c0c0c0;
}
section.for-all .banner-white .is-fronticon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  max-width: 90%;
  max-height: 119px;
  height: auto;
}
section.for-all .grid-item p {
  font-size: clamp(14px, 4vw, 17px);
  margin-bottom: 0 !important;
  color: #333;
  letter-spacing: 0.08rem;
  line-height: 1.7;
  padding-top: 6px;
}

@media (max-width: 538px) {
  .l-news-latest-wrapper li {
    gap: 0.5rem;
  }
  .l-pagebanner-inner .grid-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .l-pagebanner .grid-container2 {
    grid-template-columns: 1fr;
    gap: 35px;
  }
}
@media (max-width: 605px) {
  .hero-carousel .sp-605 {
    display: block !important;
  }
  .l-news-latest {
    margin-top: 20px !important;
  }
  .l-article ul {
    padding: 2rem 0rem 0.1rem 0rem !important;
  }
}
.main {
  margin-top: 0px;
}

@media (max-width: 991px) {
  .main {
    margin-top: 78px;
  }
}
@media (max-width: 538px) {
  .main {
    margin-top: 48px !important;
  }
  .max538-none {
    display: none;
  }
  .max538-display {
    display: block !important;
  }
  .l-pagebanner-inner {
    margin: 35px auto auto;
  }
}
@media (max-width: 600px) {
  .sp-article-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
  .sp-article {
    display: flex !important;
    align-items: center;
  }
  .sp-article date {
    margin-right: 1rem;
  }
  .l-article .item-category {
    font-size: 14px !important;
  }
  .l-article date {
    font-size: 14px !important;
  }
  l-article ul li + li {
    padding-top: 0px !important;
  }
}
span.tag_new {
  padding: 0.2rem 0.7rem;
  text-align: center;
  background-color: #f9602c;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.l-titleview {
  height: 200px;
  width: 100%;
  position: relative;
}
.l-titleview img {
  object-fit: cover;
  width: 100%;
  height: 200px;
}
.l-titleview-ttl {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 3rem;
  color: #232323;
  width: calc(100% - 6rem);
  display: flex;
}
.l-titleview-ttl p {
  margin-bottom: 0 !important;
  font-size: clamp(16px, 5vw, 35px);
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, 2px 2px 5px rgb(0, 0, 0);
  letter-spacing: 0.2rem;
  line-height: 1.7;
  color: white;
}

.single-wrapper {
  margin: 2rem auto !important;
}

.aside-area {
  padding-right: 0px !important;
}

.l-category-tab2 {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin: 70px auto;
  margin-bottom: 40px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: calc(1000px + 2rem);
  padding-right: 1rem;
  padding-left: 1rem;
}
.l-category-tab2 img.toright {
  transform: rotate(-90deg);
}
.l-category-tab2 a {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 178px;
  height: 56px;
  background-color: #f1f1f1;
  gap: 0.2rem;
  color: #29318a;
  text-decoration: none;
  padding: 0 1rem 0 0.5rem;
  letter-spacing: 0.08rem;
  justify-content: space-between;
  border-radius: 3px;
}
.l-category-tab2 .txt-short {
  padding: 0 1rem 0 1rem;
}
.l-category-tab2 .txt-middle {
  padding: 0 1rem 0 0.5rem;
}
.l-category-tab2 .txt-long {
  padding: 0 1rem 0 0.2rem;
}
.l-category-tab2 a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.l-category-tab2 .is-current {
  background-color: #29318a;
  color: white;
}
.l-category-tab2 .cat-left {
  width: 12px;
}
.l-category-tab2 .cat-center {
  margin-bottom: 0px !important;
}

.article-single-wrapper {
  padding-right: 2rem;
  padding-top: 2rem;
}
.article-single-wrapper h2 {
  font-size: clamp(16px, 2vw, 23px) !important;
}
.article-single-wrapper .date-category-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  padding-bottom: 17px;
}
.article-single-wrapper .date-category-wrapper .item-category {
  margin-left: 8px;
}

.l-article hr {
  margin: 0.8rem 0 !important;
}
.l-article article time, .l-article article date {
  font-size: 11px;
  color: #7A7D9A;
  margin-right: 0.5rem;
}
.l-article article img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.l-article article .item-category {
  font-size: 11px;
  padding: 3px 0;
  min-width: 120px;
  max-width: 120px;
  background-color: #F1F1F1;
  text-align: center;
  color: #29318A;
  line-height: 26px;
  letter-spacing: 0.1rem;
  border-radius: 3px;
}
.l-article article a {
  color: #333;
  text-decoration: none;
}
.l-article article p {
  margin-bottom: 0px !important;
  line-height: 1.7rem;
  letter-spacing: 0.12rem;
}
.l-article ul {
  padding: 2rem 2rem 2rem 0px;
}
.l-article ul .article-top-hr {
  margin-top: 0px !important;
  padding-bottom: 0.8rem;
  margin-bottom: 0px !important;
}
.l-article ul li {
  gap: 1.5rem;
  display: flex;
  align-items: center;
}
.l-article ul li time, .l-article ul li date {
  font-size: 11px;
  color: #7A7D9A;
  width: 60px;
}
.l-article ul li .item-category {
  font-size: 11px;
  padding: 3px 0;
  min-width: 120px;
  max-width: 120px;
  background-color: #F1F1F1;
  text-align: center;
  color: #29318A;
  line-height: 26px;
  letter-spacing: 0.1rem;
  border-radius: 3px;
}
.l-article ul li a {
  color: #333;
  text-decoration: none;
}
.l-article ul li p {
  margin-bottom: 0px !important;
}
.l-article ul li + li {
  padding-top: 33px;
}
.l-article .pagination {
  width: 100% !important;
  padding: 1rem !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.l-article .pagination .page-numbers {
  color: #29318A !important;
  background-color: #F1F1F1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0 4px;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
}
.l-article .pagination .page-numbers.current {
  color: white !important;
  background-color: #29318A;
  text-decoration: none;
}
.l-article .pagination .page-numbers:hover {
  opacity: 0.8;
}
.l-article .sp-article {
  display: contents;
}

.l-page-caption {
  font-size: clamp(20px, 3vw, 25px);
  color: #29318A;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 550;
  letter-spacing: 0.1rem;
}

.l-side-grid {
  display: grid;
  grid-template-columns: 2fr 0.5fr;
  max-width: 1000px;
  margin: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.archive-label {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  padding: 3px;
  width: 100%;
  height: 50px;
  color: white;
  background-color: #29318a;
  justify-content: center;
  align-items: center;
}

.archive-wrapper {
  padding-top: 25px;
  padding-left: 0px;
  letter-spacing: 0.15rem;
  line-height: 2.3;
}
.archive-wrapper li a {
  color: #333;
  text-decoration: none;
  font-size: clamp(12px, 3vw, 16px);
}
.archive-wrapper li a:hover {
  color: #29318a;
}

.single-nav-other p a {
  color: #29318A !important;
  text-decoration: none !important;
  font-size: clamp(13px, 3vw, 14px);
}

.aside-area {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 12px;
}

.nav-links .prev {
  display: none !important;
}

.nav-links .next {
  display: none !important;
}

@media (max-width: 800px) {
  .l-side-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
  .l-article ul {
    padding-left: 2rem;
  }
  .article-single-wrapper {
    padding-right: 0rem;
  }
  .display-800 {
    display: block !important;
  }
  .display-800-none {
    display: none !important;
  }
  .l-page-caption {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 423px) {
  .l-category-tab {
    margin: 40px auto !important;
  }
  .l-category-tab2 {
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
  }
  .l-category-tab2 a {
    font-size: 13px;
    width: calc((100% - 1rem) / 2);
  }
  .l-category-tab2 a p {
    letter-spacing: 0.02rem;
  }
}
@media (max-width: 590px) {
  .l-category-tab {
    margin: 40px auto !important;
  }
  .l-category-tab2 {
    margin: 40px auto !important;
  }
  .article-single-wrapper {
    margin-top: 40px !important;
  }
  .l-side-grid {
    margin: 0px auto !important;
  }
  .single-wrapper {
    margin-top: 0px !important;
  }
  .display-590 {
    display: block !important;
  }
}
@media (max-width: 600px) {
  .sp-article-wrapper {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
  }
  span.tag_new {
    margin-right: 10px;
    margin-left: 8px;
  }
  .sp-article {
    display: flex;
    align-items: center;
  }
  .sp-article time, .sp-article date {
    margin-right: 1rem;
  }
  .l-article .item-category {
    font-size: 14px !important;
  }
  .l-article time, .l-article date {
    font-size: 14px !important;
  }
  l-article ul li + li {
    padding-top: 0px !important;
  }
  .l-article hr {
    margin: 0.8rem 0 !important;
  }
}
@media (max-width: 500px) {
  .l-titleview-ttl p {
    font-size: clamp(14px, 5vw, 35px);
  }
  .l-titleview-ttl {
    left: 0.8rem;
    right: 0.8rem;
    width: calc(100% - 1.6rem);
    justify-content: center;
  }
}
.l-about {
  max-width: 1000px;
  padding: 70px 2rem;
  margin: 0 auto;
}
.l-about .txt-wrapper {
  padding-left: 1rem;
  display: flex;
  align-items: flex-start;
}
.l-about .txt-wrapper a {
  text-decoration: none;
  color: #29318a;
}
.l-about .txt-wrapper a:hover {
  opacity: 0.8;
}
.l-about .wrapper-num {
  display: flex;
  align-items: flex-start;
  padding-right: 3px;
}
.l-about .txt-wrapper-detail {
  padding-left: 2rem;
  display: flex;
  align-items: flex-start;
}
.l-about .wrapper-detail-num {
  padding-right: 0.3rem;
}
.l-about .section-h3 {
  font-size: 14px;
  line-height: 2rem;
  letter-spacing: 0.15rem;
}
.l-about .section-h3 .section-txt {
  font-size: clamp(16px, 3vw, 20px);
  line-height: 2rem;
}
.l-about .l-pagebanner {
  max-width: calc(1000px + 10%);
}
.l-about .l-pagebanner h2.section-ttl {
  margin-bottom: 60px;
}
.l-about .l-pagebanner h2.section-ttl::after {
  bottom: -24px;
}
.l-about .l-pagebanner h4.section-h4 {
  font-size: clamp(16px, 6vw, 25px);
  font-weight: 400;
  letter-spacing: 0.13rem;
  color: #0e1346;
  margin-top: 40px;
}
.l-about .l-pagebanner .section-h4-hr {
  color: #29318a;
  background-color: #29318a;
  width: 100%;
  height: 3px;
  opacity: 1;
  margin: 23px auto;
}
.l-about .l-pagebanner .section-h4-txt {
  font-size: 14px;
  line-height: 2rem;
  letter-spacing: 0.15rem;
}
@media (max-width: 590px) {
  .l-about .display-590 {
    display: block !important;
  }
}

@media (max-width: 890px) {
  .display-890 {
    display: block !important;
  }
}
@media (max-width: 590px) {
  .l-about {
    padding: 40px 0rem !important;
  }
}
.procedure-h3 {
  text-align: center;
}

.procedure-h4 {
  text-align: center;
  font-size: 20px;
}

.form-radio input[type=radio] {
  display: none;
}

.form-radio label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  padding-left: 45px;
  font-size: clamp(13px, 3vw, 18px);
}

/* 外円 */
.form-radio label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: 1px solid #29318a;
  border-radius: 50%;
  background-color: white;
  box-sizing: border-box;
}

/* 内側の塗りつぶし円 */
.form-radio label::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #29318a;
  opacity: 0;
  transition: opacity 0.2s;
}

/* チェックされたときだけ表示 */
.form-radio input[type=radio]:checked + label::after {
  opacity: 1;
}

.radio-choji {
  margin-left: 45px;
}

.radio-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 28px;
}

#mw_wp_form_mw-wp-form-454 form h3 {
  background-color: #29318a;
  color: white;
  text-align: center;
  line-height: 56px;
  font-size: clamp(13px, 3vw, 20px);
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 45px;
  margin-top: -45px;
}
#mw_wp_form_mw-wp-form-454 .button-submit-taikai {
  border: 1px solid #29318a;
  background-color: #29318a;
  color: white;
  font-size: 16px;
  width: 216px;
  height: 60px;
  border-radius: 99px;
  margin-top: 34px;
}

#mw_wp_form_mw-wp-form-456 form h3 {
  background-color: #D8DBE5;
  color: #29318a;
  text-align: center;
  line-height: 56px;
  font-size: clamp(13px, 3vw, 20px);
  font-weight: 400;
  letter-spacing: 0.1rem;
  margin-bottom: 45px;
  margin-top: -45px;
}
#mw_wp_form_mw-wp-form-456 .button-submit-chouji {
  border: 1px solid #29318a;
  background-color: #29318a;
  color: white;
  font-size: 16px;
  width: 216px;
  height: 60px;
  border-radius: 99px;
  margin-top: 34px;
}

.taikaiform-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.taikaiform-wrapper .inner-wrapper {
  width: calc(100% - 2rem);
  max-width: 350px;
}
.taikaiform-wrapper .inner-wrapper input, .taikaiform-wrapper .inner-wrapper textarea {
  width: 100%;
}

.chojiform-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.chojiform-wrapper .info-wrapper {
  width: calc(100% - 2rem);
  margin: 0 auto;
}
.chojiform-wrapper .info-wrapper .inner-wrapper {
  width: 80%;
  max-width: 421px;
}
.chojiform-wrapper .info-wrapper .inner-wrapper input, .chojiform-wrapper .info-wrapper .inner-wrapper textarea {
  max-width: 100%;
}

.btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.form-txt {
  font-size: 14px;
  color: #565b93;
}

.info-wrapper {
  background-color: #f2f2f2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-wrapper .inner-wrapper {
  padding-top: 32px;
  padding-bottom: 16px;
}

.info-ttl {
  color: #29318a;
  font-size: 18px;
  padding-left: 1rem;
}

.choji-moretext {
  margin-bottom: 15px;
}

.choji-ask {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  color: #29318a;
  font-size: 14px;
}

.ask-select {
  display: inline-flex;
  width: 100%;
  justify-content: center;
}
.ask-select .choji-select {
  width: auto !important;
}

.info-attention {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  color: #29318a;
  align-items: center;
}

li, ol, ul {
  text-decoration: none;
  list-style-type: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

hr {
  opacity: 0.17;
}

.add-icon {
  border-radius: 60px;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 216px;
  flex-direction: row;
  justify-content: space-between;
  height: 60px;
  padding-left: 25px;
  color: #0E1346;
  text-decoration: none !important;
  font-weight: 400;
  letter-spacing: 0.04rem;
  margin: 0 auto;
}

.add-icon.next::after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 0.5em;
  background-image: url("../../images/common/icon_right_bgblue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.add-icon:hover {
  opacity: 0.8;
  background-color: #f5f5f5;
}

button {
  display: flex;
  align-items: center;
  margin: 0 auto;
}

a.line-display {
  text-decoration-line: underline !important;
  text-decoration-color: currentColor;
}

.btn-mt-wide {
  margin-top: 3rem;
}

.wrapper-404 {
  padding-bottom: 5rem;
}

#page-404 {
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#page-404 h2 {
  font-size: 4rem !important;
  font-weight: 400 !important;
}
#page-404 h3 {
  font-size: clamp(1.2rem, 6vw, 2rem) !important;
}
#page-404 p {
  font-size: clamp(12px, 4vw, 16px) !important;
  text-align: center !important;
  letter-spacing: 0.15rem !important;
  padding-top: 2rem !important;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}/*# sourceMappingURL=style.css.map */