/*
buildOutputFile: 'blog';
*/
.blogContentsWrapper {
  flex: 1;
}
@media (max-width: 767px) {
  .blogContentsWrapper .eventCalendarArea {
    padding-top: 0;
  }
}

.mv {
  max-width: 130.2rem;
  width: 100%;
  margin-bottom: 10rem;
  margin-inline: auto;
}
@media (min-width: 768px) and (max-width: 1155px) {
  .mv {
    max-width: 100rem;
  }
}
@media (max-width: 767px) {
  .mv {
    max-width: 100%;
    margin-bottom: 4.4rem;
  }
}

.blogMainContents {
  width: 72rem;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .blogMainContents {
    padding-inline: 4.5rem;
  }
}
.blogMainContents table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}
.blogMainContents table tr {
  border-bottom: 1px solid #000;
}
.blogMainContents table th, .blogMainContents table td {
  font-size: 2.2rem;
  padding: 2rem 0;
  line-height: 1.5909090909;
  vertical-align: top;
}
@media (max-width: 767px) {
  .blogMainContents table th, .blogMainContents table td {
    font-size: 1.6rem;
    padding: 1rem 0;
    line-height: 1.5625;
  }
}
.blogMainContents table th {
  font-weight: bold;
  white-space: nowrap;
}
.blogMainContents table td {
  padding-left: 4rem;
}
@media (max-width: 767px) {
  .blogMainContents table td {
    padding-left: 1rem;
  }
}

.blogPageTitleSub {
  margin: 10rem auto 0;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .blogPageTitleSub {
    margin: 2.6rem auto 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .blogContentsWrapper > .blogPageTitleSub:first-child {
    margin-top: 10rem;
  }
}

.blogPageTitle {
  max-width: 120rem;
  font-size: 7rem;
  font-weight: bold;
  margin: 10rem auto 7.2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .blogPageTitle {
    padding-inline: var(--spPaddingInline);
    font-size: 3rem;
    margin-block: 2.6rem;
  }
}
@media (max-width: 767px) {
  .blogContentsWrapper > .blogPageTitle:first-child {
    margin-top: 10rem;
  }
}
.blogPageTitleSub + .blogPageTitle {
  margin-top: 10px;
}

.blogSection + .blogSection {
  margin-top: 13.8rem;
}
@media (max-width: 767px) {
  .blogSection + .blogSection {
    margin-top: 6rem;
  }
}
.blogSection-title {
  margin-bottom: 4rem;
  font-size: 3.7rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8918918919;
}
@media (max-width: 767px) {
  .blogSection-title {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .blogSection-title.is-sp-left {
    text-align: left;
  }
}
.blogSection-img {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  .blogSection-img {
    margin-bottom: 4rem;
  }
}
.blogSection-img-cap {
  display: block;
  margin-top: 2.3rem;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767px) {
  .blogSection-img-cap {
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 1rem;
  }
}
.blogSection-text {
  margin-bottom: 7rem;
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .blogSection-text {
    margin-bottom: 4rem;
    font-size: 1.6rem;
  }
}
.blogSection-text.is-bold {
  font-weight: bold;
}
.blogSection-text.is-bold p {
  line-height: 2.5;
}
@media (max-width: 767px) {
  .blogSection-text.is-bold p {
    line-height: 2.25;
  }
}
.blogSection-text .text-s {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  .blogSection-text .text-s {
    font-size: 1.4rem;
  }
}

.eventSection {
  margin-top: 12.8rem;
}
@media (max-width: 767px) {
  .eventSection {
    margin-top: 6rem;
  }
}
.eventSection-title {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .eventSection-title {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.event-title {
  font-size: 3.7rem;
  font-weight: bold;
  margin-bottom: 4rem;
  text-align: center;
  background: #E8E8E8;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .event-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    padding: 1rem 0;
  }
}
.event-table {
  margin-bottom: 3rem;
}
.event-text {
  margin-bottom: 7rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-text {
    margin-bottom: 4rem;
    font-weight: normal;
    font-size: 1.4rem;
  }
}
.event-text p {
  line-height: 2.8125;
}
@media (max-width: 767px) {
  .event-text p {
    line-height: 1.875;
  }
}

.applyArea {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .applyArea {
    margin-bottom: 2rem;
  }
}
.applyArea-one {
  margin-top: 6rem;
}
@media (max-width: 767px) {
  .applyArea-one {
    margin-top: 3rem;
  }
}
.applyArea-multiple-title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .applyArea-multiple-title {
    font-size: 2.4rem;
  }
}

.eventBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  height: 8rem;
}
@media (max-width: 767px) {
  .eventBtn {
    height: var(--footerSpHeight);
  }
}
.eventBtn + .eventBtn {
  margin-top: 3.3rem;
}
@media (max-width: 767px) {
  .eventBtn + .eventBtn {
    margin-top: 2rem;
  }
}
.eventBtn-text {
  display: flex;
  align-items: center;
  gap: 6rem;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .eventBtn-text {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
.eventBtn-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  background: #fff;
  border-radius: 3rem;
  color: #000;
  font-size: 2.6rem;
  padding: 0.4rem 2rem 0.5rem 2rem;
}
@media (max-width: 767px) {
  .eventBtn-btn {
    gap: 0.5rem;
    font-size: 1.6rem;
    padding: 0.2rem 1.2rem 0.3rem 1.2rem;
  }
}
.eventBtn-btn::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-arrow-r-s.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .eventBtn-btn::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
@media (hover: hover) {
  .eventBtn:hover:hover {
    opacity: 0.7;
  }
}

.share {
  margin-block: 8.2rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .share {
    margin-block: 4rem;
  }
}
.share-item {
  width: 16.7rem;
  font-size: 2.1rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .share-item {
    width: 30%;
    font-size: 1.3rem;
  }
}
.share-item a {
  display: flex;
  align-items: center;
  color: #fff;
  padding-left: 1.2rem;
  background: #000;
  height: 5.4rem;
  border-radius: 4rem;
}
@media (max-width: 767px) {
  .share-item a {
    font-weight: normal;
    padding-left: 0.5rem;
    height: 3.2rem;
  }
}
.share-item a img {
  opacity: 1;
}
@media (hover: hover) {
  .share-item a:hover {
    background-color: var(--themeColor);
  }
}
.share-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .share-item-icon {
    width: 1.8rem;
    margin-right: 0.4rem;
  }
}

.eventCalendarArea {
  padding-block: 13rem;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .eventCalendarArea {
    max-width: 115.6rem;
  }
}
@media (max-width: 767px) {
  .eventCalendarArea {
    padding-block: 6rem;
    max-width: calc(100% - 4rem);
  }
}

.eventBn {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 8rem;
  width: 40rem;
  background: #000;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  z-index: 3;
}
@media (hover: hover) {
  .eventBn:hover {
    opacity: 0.7;
  }
}
@media (min-width: 768px) {
  .eventBn {
    padding: 0 3rem;
    border-radius: 2rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .eventBn {
    position: fixed;
    bottom: calc(var(--footerSpHeight) + env(safe-area-inset-bottom));
    left: 0;
    gap: 0 2rem;
    width: 100%;
    height: auto;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    background: #000;
    padding-inline: 2.5rem;
  }
}
@media (min-width: 768px) {
  .eventBn-mark {
    display: none;
  }
}
.eventBn-apply {
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  display: block;
  margin-left: 1.5rem;
  padding: 0.1rem 1rem;
  border-radius: 1rem;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .eventBn-apply {
    font-size: 1.4rem;
    border-radius: 0;
    margin-left: 0;
  }
}
.eventBn-apply::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon-arrow-r.svg) no-repeat center center/contain;
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .eventBn-apply::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.eventBnMultiple {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 50rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .eventBnMultiple {
    width: 100%;
    bottom: calc(var(--footerSpHeight) + env(safe-area-inset-bottom));
  }
}
.eventBnMultiple-trigger {
  position: relative;
  appearance: none;
  display: flex;
  align-items: center;
  border: none;
  width: 100%;
  height: 8rem;
  background: #000;
  padding-left: 3rem;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  border-radius: 2rem 0 0 0;
  cursor: pointer;
  z-index: 3;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .eventBnMultiple-trigger {
    height: var(--footerSpHeight);
    font-size: 1.4rem;
    border-radius: 0;
  }
}
@media (hover: hover) {
  .eventBnMultiple-trigger:hover {
    opacity: 0.85;
  }
}
.eventBnMultiple-trigger-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  min-width: 13rem;
  margin-left: 2.5rem;
  padding: 0.6rem 1.5rem;
  border-radius: 3rem;
  font-size: 2.1rem;
}
@media (max-width: 767px) {
  .eventBnMultiple-trigger-apply {
    font-size: 1.6rem;
    padding: 0.5rem 1.2rem;
    min-width: 0;
  }
}
.eventBnMultiple-trigger-apply::after {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/common/icon-arrow-r.svg) no-repeat center center/contain;
  margin-left: 0.5rem;
  transform: rotate(-90deg);
}
@media (max-width: 767px) {
  .eventBnMultiple-trigger-apply::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.eventBnMultiple-btns {
  position: absolute;
  bottom: 8rem;
  left: 0;
  width: 100%;
  padding: 1.5rem 4.6rem 0;
  background: #5C5C5C;
  font-size: 2.4rem;
  transform: translateY(80%);
  opacity: 0;
  transition: opacity 0.2s, transform 0.2s ease-in-out;
  z-index: 2;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns {
    bottom: calc(var(--footerSpHeight) + env(safe-area-inset-bottom));
    padding: 1rem 4.5rem 0;
    font-size: 1.6rem;
    transform: translateY(100%);
  }
}
.is-open .eventBnMultiple-btns {
  opacity: 1;
  transform: translateY(0);
}
.eventBnMultiple-btns-close {
  appearance: none;
  display: flex;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
  background: none;
  border: none;
  width: 100%;
  border-bottom: 1px solid #fff;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns-close {
    padding-bottom: 1rem;
  }
}
.eventBnMultiple-btns-close-inner {
  display: block;
  margin-inline: auto 0;
  color: #fff;
  font-size: 1.9rem;
  font-weight: bold;
  cursor: pointer;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns-close-inner {
    font-size: 1.4rem;
  }
}
.eventBnMultiple-btns-close img {
  margin-left: 4rem;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns-close img {
    width: 2rem;
  }
}
.eventBnMultiple-btns-apply {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1.5rem 1rem 1.5rem 5rem;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns-apply {
    padding: 1.5rem 0;
    justify-content: space-between;
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .eventBnMultiple-btns-apply:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
.eventBnMultiple-btns-apply + .eventBnMultiple-btns-apply {
  border-top: 1px solid #fff;
}
.eventBnMultiple-btns-apply-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 13rem;
  height: 3.8rem;
  padding: 0 1rem 0.2rem;
  background: #fff;
  font-size: 2rem;
  color: #000;
  border-radius: 3rem;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns-apply-btn {
    font-size: 1.6rem;
    height: 3rem;
    min-width: 0;
  }
}
@media (hover: hover) {
  .eventBnMultiple-btns-apply-btn:hover {
    opacity: 0.8;
  }
}
.eventBnMultiple-btns-apply-btn::after {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../img/common/icon-arrow-r-s.svg) no-repeat center center/contain;
}
@media (max-width: 767px) {
  .eventBnMultiple-btns-apply-btn::after {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.articleIndex {
  position: relative;
  border: 1.8rem solid #EDE8E8;
  padding: 6rem 6rem 5rem;
  margin-bottom: 12rem;
}
@media (max-width: 767px) {
  .articleIndex {
    border-right: none;
    border-left: none;
    padding: 1.6rem 0 0;
    margin-bottom: 6rem;
    border-width: 8px;
  }
}
.articleIndex::before, .articleIndex::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.8rem;
  height: calc(100% - 8rem);
  background: #fff;
}
.articleIndex::before {
  top: 4rem;
  left: -1.8rem;
}
.articleIndex::after {
  top: 4rem;
  right: -1.8rem;
}
.articleIndex-title {
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #000;
}
@media (max-width: 767px) {
  .articleIndex-title {
    font-size: 1.8rem;
    padding-bottom: 1.2rem;
  }
}
.articleIndex-list .outline-list {
  padding: 0;
}
.articleIndex-list .outline-list li {
  list-style: none;
}
.articleIndex-list .outline-list li + li {
  border-top: 1px solid #000;
}
.articleIndex-list .outline-list li a {
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
  line-height: 1.5;
  padding: 2.4rem 0;
}
@media (max-width: 767px) {
  .articleIndex-list .outline-list li a {
    font-size: 1.6rem;
    gap: 1.6rem;
    padding: 1.6rem 0;
  }
}
@media (hover: hover) {
  .articleIndex-list .outline-list li a:hover:hover {
    color: var(--pointColor);
  }
}
.articleIndex-list .outline-list li a::before {
  content: "";
  display: inline-block;
  background: #83604C;
  width: 2.5rem;
  height: 2rem;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media (max-width: 767px) {
  .articleIndex-list .outline-list li a::before {
    width: 1.2rem;
    height: 1rem;
  }
}