/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #000;
}

body {
  background: #FFFDEF;
}

.is-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.2403100775vw;
  }
}
@media (min-width: 1290px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

.header {
  height: 5.5rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 5.9375rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #fff;
    width: 100%;
  }
}

.header__inner {
  width: 100%;
  margin: 0 auto;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }
}

.header-logo {
  width: 12.5rem;
  margin: 0;
  height: 5.5rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 18.75rem;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 768px) {
  .header-nav {
    height: inherit;
  }
}

.header-menu-item a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .header-menu-left {
    display: flex;
    width: 30%;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .header-menu-right {
    display: flex;
    margin-left: auto;
    width: 30%;
    justify-content: space-between;
  }
}

.drawer-menu-item {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .drawer-menu-item {
    display: block;
    font-size: 1rem;
    font-weight: normal;
  }
}

.header-menu-item a {
  position: relative;
}
@media screen and (min-width: 768px) {
  .header-menu-item a::after {
    position: absolute;
    content: "";
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #EAD903;
    border-radius: 20px;
    opacity: 0;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (min-width: 768px) {
  .header-menu-item a:hover::after {
    width: 100%;
    opacity: 1;
  }
}

.header-menu-item a:hover {
  color: #fff;
  font-weight: bold;
}

.drawer--right .drawer-hamburger {
  right: 0;
}

.drawer-hamburger {
  top: 14px;
}
@media screen and (min-width: 768px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer--right .drawer-nav {
  right: -10.25rem;
}
@media screen and (min-width: 768px) {
  .drawer--right .drawer-nav {
    position: static;
    width: 100%;
  }
}

.drawer-nav {
  width: 10.25rem;
  background-color: #FFFDEF;
}
@media screen and (min-width: 768px) {
  .drawer-nav {
    background-color: #fff;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 10.25rem;
}

.drawer-menu {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .drawer-menu {
    display: flex;
    align-items: center;
    height: 5.9375rem;
    width: 100%;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1290px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.section-title {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .section-title {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 2rem;
  }
}

.section-title span {
  position: relative;
}

.section-title span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100px;
  height: 5px;
  background-color: #EAD903;
  top: 50%;
  transform: translateY(-50%) rotate(-55deg);
  left: -56px;
}
@media screen and (min-width: 768px) {
  .section-title span::before {
    width: 127px;
    height: 5px;
    background-color: #EAD903;
    top: 50%;
    transform: translateY(-50%) rotate(-55deg);
    left: -75px;
  }
}

.link-btn {
  width: 12.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .link-btn {
    width: 22.5rem;
    margin: 0 auto;
  }
}
.link-btn a {
  position: relative;
  background-color: #EAD903;
  padding: 0.625rem 0;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 2.5rem;
  width: 12.5rem;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.link-btn a:hover {
  color: #EBDB00;
  background: #fff;
  border: 1px solid #EBDB00;
}
@media screen and (min-width: 768px) {
  .link-btn a {
    background-color: #EAD903;
    padding: 0.625rem 0;
    display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 2.5rem;
    width: 22.5rem;
    text-align: center;
  }
}

.banner {
  position: fixed;
  left: 10px;
  top: 170px;
}
@media screen and (min-width: 768px) {
  .banner {
    left: 10px;
    top: 250px;
  }
}

.banner-container {
  position: relative;
}

.banner-text {
  position: absolute;
  width: 9.375rem;
  top: -70px;
  left: -55px;
  font-size: 1.4375rem;
  font-weight: bold;
  color: #EBDB00;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .banner-text {
    width: 9.375rem;
    top: -122px;
    left: -40px;
    font-size: 2rem;
    font-weight: bold;
    color: #EBDB00;
    transform: rotate(90deg);
  }
}

.banner-icon-box {
  margin-top: 3.75rem;
}

.banner-icon {
  width: 38px;
}
@media screen and (min-width: 768px) {
  .banner-icon {
    width: 51px;
  }
}
.banner-icon:nth-child(2) {
  margin-top: 1.0625rem;
}
.banner-icon img {
  -o-object-fit: 38/38;
     object-fit: 38/38;
}
@media screen and (min-width: 768px) {
  .banner-icon img {
    -o-object-fit: 51/51;
       object-fit: 51/51;
  }
}

.to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #EBDB00;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: 100;
}
.to-top.is-show {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #EBDB00;
  }
}

.to-top img {
  border-radius: 50%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.swiper-slide-active .swiper-img,
.swiper-slide-duplicate-active .swiper-img,
.swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.mv {
  margin-top: 5.5rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mv {
    margin-top: 5.9375rem;
    position: relative;
  }
}

.mv-title-wrapper {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  z-index: 90;
}
@media screen and (min-width: 768px) {
  .mv-title-wrapper {
    position: absolute;
    width: 43.75rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", sans-serif;
    font-size: 2.8125rem;
    text-align: center;
    color: #fff;
    z-index: 90;
  }
}

.mv-item {
  position: relative;
}
.mv-item::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #EBE9D3;
  z-index: 100;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.swiper-img {
  height: 31.25rem;
}
@media screen and (min-width: 768px) {
  .swiper-img {
    height: 100%;
  }
}
.swiper-img img {
  height: 100%;
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .swiper-img img {
    aspect-ratio: 1440/716;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #EBDB00 !important;
}

.news {
  padding: 6.5rem 0;
}

.news-text-wrapper {
  margin: 3.75rem auto 6.875rem;
  width: 90%;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .news-text-wrapper {
    margin: 7.5rem auto 6.875rem;
    width: 37.5rem;
    padding: 3.125rem;
  }
}

.news-item {
  border-bottom: 1px solid;
  padding-bottom: 0.625rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease 0s;
}
.news-item::after {
  position: absolute;
  content: "";
  width: 3.125rem;
  height: 0.75rem;
  background: url(/img/news-arrow.png) no-repeat center center/contain;
  right: 0;
  top: 50%;
  bottom: 1.25rem;
}
.news-item:hover::after {
  right: -0.625rem;
  transition: all 0.3s ease 0s;
}
@media screen and (min-width: 768px) {
  .news-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .news-item::after {
    position: absolute;
    content: "";
    width: 3.125rem;
    height: 0.75rem;
    background: url(/img/news-arrow.png) no-repeat center center/contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
  }
  .news-item:hover::after {
    right: -0.3125rem;
    transition: all 0.3s ease 0s;
  }
}

.news-date {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .news-date {
    margin-left: 0;
  }
}

.news-title {
  margin-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .news-title {
    margin-left: 3.125rem;
  }
}

.concept {
  padding-top: 6.5rem;
}

.concept-text-wrapper {
  margin: 3.75rem auto 6.875rem;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .concept-text-wrapper {
    margin: 7.5rem auto 6.875rem;
    width: 33.125rem;
    width: 37.5rem;
  }
}

.concept-text {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .concept-text {
    font-size: 1.25rem;
    line-height: 2;
  }
}

.sns {
  padding-bottom: 6.25rem;
}

.sns-inner {
  background: #fff;
  width: 100%;
  padding-top: 4.75rem;
  padding-bottom: 4.375rem;
}
@media screen and (min-width: 768px) {
  .sns-inner {
    width: 77.5rem;
    margin: 0 auto;
    padding-top: 4.75rem;
    padding-bottom: 4.375rem;
  }
}

.facebook-wrapper {
  width: 18.75rem;
  height: auto;
  margin: 6.25rem auto 3.125rem;
}
@media screen and (min-width: 768px) {
  .facebook-wrapper {
    width: 18.75rem;
    margin: 6.25rem auto 3.125rem;
  }
}

.fb-page,
.fb-page span,
.facebook_wrap {
  width: 100% !important;
  height: 500px !important;
}

.sns-slider {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .sns-slider {
    display: flex;
    overflow: hidden;
    margin-top: 5.9375rem;
  }
}

.sns-item {
  margin-left: 1.875rem;
  width: 21.875rem;
  height: 21.875rem;
}
@media screen and (min-width: 768px) {
  .sns-item {
    margin-left: 1.875rem;
    width: 21.875rem;
    height: 21.875rem;
  }
}
.sns-item img {
  aspect-ratio: 350/350;
}
@media screen and (min-width: 768px) {
  .sns-item img {
    aspect-ratio: 350/350;
  }
}

.instagram-btn {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .instagram-btn {
    margin-top: 3.3125rem;
  }
}

.slick-slide img {
  max-width: 100%;
  height: auto;
}

.action-text {
  text-align: center;
  margin: 3.3125rem auto 0;
  font-size: 1rem;
  width: 80%;
}
.action-text:nth-of-type(2) {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .action-text {
    text-align: center;
    margin-top: 3.3125rem;
    font-size: 1.25rem;
    width: 31.25rem;
  }
}

.action-card-wrapper {
  margin: 5.4375rem auto 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .action-card-wrapper {
    margin: 5.4375rem auto 0;
    width: 71.25rem;
    display: flex;
    flex-wrap: wrap;
  }
}

.action-card-box {
  width: 80%;
  margin: 0 auto 3.375rem;
  background-color: #fff;
  padding: 0.625rem 0;
  border: 1px solid #EBDB00;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .action-card-box {
    width: calc(33.3% - 46.6666666667px);
    margin-right: 70px;
    margin-bottom: 3.375rem;
    background-color: #fff;
  }
}

@media screen and (min-width: 768px) {
  .action-card-box:nth-child(3n) {
    margin-right: 0;
  }
}

.action-card-img {
  width: 90%;
  margin: 0.3125rem auto 0;
}
.action-card-img img {
  aspect-ratio: 323/292;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .action-card-img {
    width: 18.125rem;
    margin: 0.625rem auto 0;
  }
}

.action-card-title {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.25rem;
  font-weight: bold;
  color: #EBDB00;
}
@media screen and (min-width: 768px) {
  .action-card-title {
    text-align: center;
    margin-top: 1.5rem;
    font-size: 1.75rem;
    font-weight: bold;
    color: #EBDB00;
  }
}

.action-card-text {
  margin-top: 1.8125rem;
  width: 80%;
  margin: 0.9375rem auto;
}
@media screen and (min-width: 768px) {
  .action-card-text {
    margin-top: 1.8125rem;
    width: 17.3125rem;
    margin: 0.9375rem auto;
  }
}

.supporter {
  padding-top: 6.25rem;
}
.supporter-inner {
  background-color: #fff;
  margin: 7.3125rem auto 0;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 4.375rem 0 6.25rem;
}
@media screen and (min-width: 768px) {
  .supporter-inner {
    background-color: #fff;
    margin: 7.3125rem auto 0;
    font-size: 1.625rem;
    font-weight: bold;
    padding: 4.375rem 0 11.0625rem;
  }
}

.head-supporter {
  text-align: center;
}

.supporter-wrapper {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .supporter-wrapper {
    margin-top: 4.625rem;
    display: flex;
    justify-content: center;
  }
}

.supporter-company {
  margin-top: 1.25rem;
  text-align: center;
}
.supporter-company:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .supporter-company {
    margin-left: 4.375rem;
    margin-top: 0;
  }
}
.supporter-company:first-child {
  margin-left: 0;
}

.gallery {
  padding: 6.25rem 0;
  background-color: #fff;
  margin-top: 6.25rem;
}
@media screen and (min-width: 768px) {
  .gallery {
    padding: 12.5rem 0;
    background-color: #fff;
    margin-top: 9.375rem;
  }
}

.gallery-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
}

.gallery-card {
  margin: 0 auto 3.4375rem;
  width: 80%;
}
.gallery-card img {
  aspect-ratio: 323/292;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .gallery-card {
    margin-right: 40px;
    margin-bottom: 3.4375rem;
    width: calc(25% - 30px);
  }
  .gallery-card:nth-child(4n) {
    margin-right: 0;
  }
}

.faq {
  padding: 6.25rem 0;
}
@media screen and (min-width: 768px) {
  .faq {
    padding: 12.5rem 0;
  }
}

.faq-inner {
  width: 90%;
  margin: 6.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .faq-inner {
    width: 37.5rem;
    margin: 10rem auto 0;
  }
}

.faq-item:not(:first-child) {
  margin-top: 4.375rem;
}

.faq-question {
  position: relative;
}

.faq-icon {
  position: absolute;
  content: "";
  width: 26px;
  height: 17px;
  background: url(../../img/arrow.webp) center center/contain;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease 0s;
}
.faq-icon.is-open {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .faq-icon {
    width: 40px;
    height: 27px;
    background: url(../../img/arrow.webp) center center/contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s ease 0s;
  }
}

.faq-title {
  font-size: 1.125rem;
  position: relative;
  padding-left: 1.5625rem;
}
.faq-title::before {
  position: absolute;
  content: "Q";
  color: #EAD903;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .faq-title {
    font-size: 1.5rem;
    padding-left: 2.625rem;
  }
  .faq-title::before {
    position: absolute;
    content: "Q";
    font-size: 1.625rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.faq-answer {
  display: none;
  margin-top: 1.25rem;
  background: #fff;
  padding: 1.875rem;
  border: 1px solid #EBDB00;
  border-radius: 1.25rem;
}
@media screen and (min-width: 768px) {
  .faq-answer {
    margin-top: 1.25rem;
    background: #fff;
    padding: 1.875rem 0 1.875rem 2.625rem;
  }
}

.access {
  background-color: #EAD903;
  padding: 5.25rem 0 5.25rem;
}
@media screen and (min-width: 768px) {
  .access {
    padding: 5.25rem 0 10.8125rem;
  }
}

.access-inner {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  padding: 4.5625rem 0 5.4375rem;
}
@media screen and (min-width: 768px) {
  .access-inner {
    width: 61.4375rem;
    background: #fff;
    margin: 0 auto;
    padding: 4.5625rem 0 5.4375rem;
  }
}

.access-container {
  margin-top: 3.4375rem;
}
@media screen and (min-width: 768px) {
  .access-container {
    display: flex;
    margin-top: 3.4375rem;
  }
}

.access-map {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access-map {
    width: 50%;
    margin-left: 4.75rem;
  }
}
.access-map iframe {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .access-map iframe {
    width: 31.25rem;
    height: 100%;
  }
}

.access-info {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .access-info {
    width: 30%;
  }
}

.footer-logo {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    width: 18.75rem;
  }
}

.access-meta {
  display: flex;
  margin-left: 1.875rem;
  margin-top: 1.5625rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .access-meta {
    margin-left: 1.875rem;
    margin-top: 2.8125rem;
  }
}

.access-info .access-meta:nth-of-type(1) {
  margin-top: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .access-info .access-meta:nth-of-type(1) {
    margin-top: 3.9375rem;
  }
}

.access-title {
  width: 35%;
}

.access-text {
  position: relative;
}
.access-text::before {
  position: absolute;
  content: "/";
  left: -18px;
}

.act {
  font-weight: bold;
  font-size: 1.25rem;
  width: 100%;
  text-align: center;
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .act {
    font-weight: bold;
    font-size: 1.25rem;
    width: 100%;
    text-align: center;
    margin-top: 1.125rem;
  }
}

.act-text {
  text-align: center;
}
.act-text a {
  color: #EBDB00;
}

.tel-act {
  font-weight: bold;
  font-size: 1.5625rem;
  color: #EBDB00;
  border-bottom: 2px solid #EBDB00;
  display: inline-block;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .tel-act {
    display: block;
    font-weight: bold;
    font-size: 1.25rem;
    color: #EBDB00;
    border-bottom: 2px solid #EBDB00;
    text-align: center;
    margin-top: 0.625rem;
  }
}

.copyright {
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  padding: 1.1875rem 0;
}

.carender {
  margin-top: 8rem;
}

#calendar {
  max-width: 90%;
  margin: 3.125rem auto 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #calendar {
    width: -moz-fit-content;
    width: fit-content;
    margin: 6.25rem auto 0;
    box-sizing: border-box;
  }
}

.calender-image {
  background: #fff;
  padding: 3.75rem 0.625rem;
}
.calender-image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .calender-image {
    padding: 3.75rem;
  }
  .calender-image img {
    max-width: 46.875rem;
    width: 100%;
  }
}

.fc .fc-button {
  background: #EAD903 !important;
  border: none !important;
}

.fc .fc-button-group > .fc-button.fc-button-active {
  background: #2c3e50 !important;
}

.fc .fc-toolbar-title {
  font-size: 1.5rem !important;
}
@media screen and (min-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: initial !important;
  }
}

.fc-h-event {
  background: #EAD903;
  border-color: #EAD903;
}

.fc-daygrid-event-dot {
  border-color: #EAD903;
}

.news-content {
  padding: 9.375rem 0;
}

.news-content-wrapper {
  width: 90%;
  margin: 6.25rem auto 0;
  background: #fff;
  padding: 3.125rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .news-content-wrapper {
    max-width: 62.5rem;
    width: 100%;
    margin: 6.25rem auto 0;
    padding: 3.125rem;
  }
}

.news-content-title {
  padding-left: 2.5rem;
  position: relative;
}
.news-content-title::before {
  position: absolute;
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  background: #ead903;
  left: 0;
}

.news-content-date {
  margin-top: 0.9375rem;
  font-weight: bold;
}

.news-content-text {
  margin-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.news-content-text p {
  margin-bottom: 1.25rem;
}

.news-content-info {
  border-top: 1px solid #ead903;
  padding-top: 1.875rem;
}
.news-content-info h4 {
  margin-bottom: 1.25rem;
}
.news-content-info p {
  margin-bottom: 1.25rem;
}
.news-content-info p a {
  color: #51c035;
  font-weight: bold;
  transition: all 0.3s;
}
.news-content-info p a:hover {
  color: #ead903;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}