.div__container-flex75 {
  width: 75%;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media (max-width: 768px) {
  .div__container-flex75 {
    width: auto;
    gap: 0;
  }
}

.bilingual-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
}
.bilingual-title-container h2 {
  font-size: 2.5em;
}
@media (max-width: 768px) {
  .bilingual-title-container h2 {
    line-height: 25px;
    font-size: 25px;
  }
}
.bilingual-title-container p {
  font-size: 1.25em;
  line-height: 32px;
  color: #006fc1;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .bilingual-title-container p {
    font-size: 18px;
  }
}

.notification-list-container {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
.notification-list-container .notification-list .blog-tag-list {
  display: flex;
  gap: 20px;
}
.notification-list-container .notification-list .blog-tag-list li {
  border: 1px solid #444444;
  border-radius: 5px;
  padding: 7px 15px;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .notification-list-container .notification-list .blog-tag-list li {
    transition: all 0.2s;
    cursor: pointer;
  }
  .notification-list-container .notification-list .blog-tag-list li:hover {
    opacity: 0.5;
  }
}
.notification-list-container .notification-list .notification-container {
  display: grid;
  margin: 30px 0 70px;
  padding-bottom: 70px;
  border-bottom: 3px solid #b8b8b8;
  grid-template-columns: 140px 1fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.notification-list-container .notification-list .notification-container p:first-child {
  width: 140px;
  font-size: 0.875em;
  line-height: 32px;
}
.notification-list-container .notification-list .notification-container p:nth-child(2) {
  line-height: 26px;
}
@media (min-width: 1025px) {
  .notification-list-container .notification-list .notification-container {
    transition: all 0.2s;
    cursor: pointer;
  }
  .notification-list-container .notification-list .notification-container:hover {
    opacity: 0.5;
  }
}
.notification-list-container #all-notifications-button {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  margin-inline: auto;
  background-color: #006fc1;
  border-radius: 40px;
  height: 65px;
  text-align: center;
  color: white;
  font-weight: 700;
  cursor: pointer;
  border-color: #006fc1;
  transition: all 0.2s;
}
.notification-list-container #all-notifications-button p {
  margin-left: 8%;
  text-align: center;
  flex: 1;
}
.notification-list-container #all-notifications-button img {
  width: 10px;
  height: 16px;
  margin-left: auto;
  margin-right: 8%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .notification-list-container #all-notifications-button img {
    height: 1em;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1025px) {
  .notification-list-container #all-notifications-button {
    width: 368px;
  }
}
@media (max-width: 1024px) {
  .notification-list-container #all-notifications-button {
    width: 50%;
    max-width: 368px;
  }
}
@media (max-width: 768px) {
  .notification-list-container #all-notifications-button {
    font-size: 1em;
    width: 70%;
    height: 60px;
    min-width: 210px;
  }
}
.notification-list-container #all-notifications-button:hover {
  opacity: 0.5;
}

.content-info-card {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.content-info-card h2 {
  text-align: center;
  font-family: "Zen Maru Gothic";
  font-size: 1.875em;
  font-weight: 700;
  line-height: 33px;
  color: #006fc1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .content-info-card h2 {
    font-size: 20px;
  }
}
.content-info-card p {
  color: #444444;
}
.content-info-card button {
  width: 368px;
  height: 65px;
  margin-top: 40px;
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  margin-inline: auto;
  background-color: #006fc1;
  border-radius: 40px;
  height: 65px;
  text-align: center;
  color: white;
  font-weight: 700;
  cursor: pointer;
  border-color: #006fc1;
  transition: all 0.2s;
}
.content-info-card button p {
  margin-left: 8%;
  text-align: center;
  flex: 1;
}
.content-info-card button img {
  width: 10px;
  height: 16px;
  margin-left: auto;
  margin-right: 8%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .content-info-card button img {
    height: 1em;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1025px) {
  .content-info-card button {
    width: 368px;
  }
}
@media (max-width: 1024px) {
  .content-info-card button {
    width: 50%;
    max-width: 368px;
  }
}
@media (max-width: 768px) {
  .content-info-card button {
    font-size: 1em;
    width: 70%;
    height: 60px;
    min-width: 210px;
  }
}
.content-info-card button:hover {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .content-info-card {
    gap: 0;
  }
  .content-info-card h2 {
    margin-bottom: 20px;
  }
  .content-info-card > p {
    margin-top: 15px;
  }
}

.report-blog-category {
  display: inline-block;
  margin-right: 15px;
  padding: 0 15px;
  border: solid 1px #444;
  border-radius: 5px;
  line-height: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  .report-blog-category {
    margin-right: 10px;
    padding: 0 7.5px;
    border-radius: 3px;
    font-size: 10px;
    line-height: 28px;
    text-align: initial;
  }
}

.report-blog-card img {
  border-radius: 20px;
  margin-bottom: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}
.report-blog-card .report-blog-date {
  margin: 20px 0;
  font-size: 0.75em;
}
.report-blog-card .report-blog-excerpt {
  cursor: pointer;
}
@media (min-width: 1025px) {
  .report-blog-card li a {
    transition: all 0.2s;
    cursor: pointer;
  }
  .report-blog-card li a:hover {
    opacity: 0.5;
  }
}
@media (min-width: 1025px) {
  .report-blog-card .report-blog-tag-list li {
    transition: all 0.2s;
    cursor: pointer;
  }
  .report-blog-card .report-blog-tag-list li:hover {
    opacity: 0.5;
  }
}
.report-blog-card .report-blog-tag-list {
  width: 80%;
  display: flex;
  gap: 8px;
  margin-top: 28px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .report-blog-card .report-blog-tag-list {
    width: 100%;
  }
}
.report-blog-card .report-blog-tag-list button {
  background-color: #f0efef;
  border-radius: 20px;
  padding: 8px 17px;
  font-size: 0.875em;
  font-weight: 700;
}
@media (max-width: 768px) {
  .report-blog-card .report-blog-tag-list button {
    padding: 3px 10px;
  }
}
@media (max-width: 768px) {
  .report-blog-card img {
    margin-bottom: 20px;
  }
  .report-blog-card .report-blog-date {
    margin: 15px 0;
  }
  .report-blog-card .report-blog-tag-list {
    margin-top: 15px;
  }
}

.a__card-overlay {
  position: relative;
  border-radius: 20px;
  display: inline-block;
}
.a__card-overlay img {
  border-radius: 20px;
}
.a__card-overlay .div__overlay-35 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 20px;
}
.a__card-overlay .p__overlay-white {
  position: absolute;
  font-size: 1.625em;
  font-weight: 700;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .a__card-overlay .p__overlay-white {
    width: 100%;
    font-size: 1.25em;
    text-align: center;
  }
}

.button {
  width: 22px;
  height: 4px;
  right: 0;
  background-size: cover;
  background-image: url("../../assets/img/annual-events-toggler-on.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.on {
  height: 22px;
  background-image: url("../../assets/img/annual-events-toggler-off.png");
}

.news-format {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.news-format--slider {
  margin: 0 auto 60px;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .news-format--slider {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .news-format--slider {
    display: block;
    margin: 0 0 35px;
  }
}
.news-format a {
  width: 100%;
  display: block;
  transition: all 0.2s;
}

.news-format a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .news-format a:hover {
    opacity: 1;
  }
}
.news-format__item {
  width: 48%;
  position: relative;
  margin-bottom: 60px;
  margin-right: 4%;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .news-format__item {
    margin-bottom: 30px;
  }
}
.news-format__item:nth-of-type(2n) {
  margin-right: 0;
}

.news-format__item--slider {
  width: 32%;
  margin-bottom: 34px;
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .news-format__item--slider {
    width: 48%;
    margin-bottom: 30px;
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .news-format__item--slider {
    width: 79.2vw;
    margin: 0;
    padding: 0 2.6vw;
  }
}
.news-format__item--slider:nth-of-type(2n) {
  margin-right: 2%;
}

@media screen and (max-width: 1024px) {
  .news-format__item--slider:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .news-format__item--slider:nth-of-type(2n) {
    padding: 0 2.6vw;
  }
}
.news-format__item--slider:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .news-format__item--slider:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media screen and (max-width: 768px) {
  .news-format__item--slider:nth-of-type(3n) {
    margin-right: 0;
    padding: 0 2.6vw;
  }
}
.news-format__img {
  position: relative;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  height: 300px;
}

@media screen and (max-width: 768px) {
  .news-format__img {
    border-radius: 5px;
    height: 120px;
  }
}
.news-format__icon {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 10px;
  left: 10px;
}

@media screen and (max-width: 768px) {
  .news-format__icon {
    width: 37px;
    height: 37px;
    top: 5px;
    left: 5px;
  }
}
.news-format__date {
  margin-bottom: 15px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .news-format__date {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.news-format__txt {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .news-format__txt {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
.format__tag-wrap {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .format__tag-wrap--tab {
    justify-content: center;
  }
}
.format__tag-item {
  margin-bottom: 12px;
  margin-right: 8px;
  transition: all 0.2s;
}

.format__tag-item:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .format__tag-item:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .format__tag-item {
    margin-bottom: 5px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .format__tag-item--tab {
    margin: 0 10px 20px;
  }
}
.format__tag-link {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50em;
  padding: 8px 24px;
  background: #f0efef;
}

@media screen and (max-width: 1024px) {
  .format__tag-link {
    padding: 4px 12px;
  }
}
.format__tag-link p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .format__tag-link p {
    font-size: 13px;
  }
}
main {
  display: flex;
  flex-direction: column;
  font-family: "BIZ UDGothic";
}
main p {
  line-height: 2;
}
@media (max-width: 768px) {
  main p {
    line-height: 1.8;
  }
}
main .content-container {
  width: 80%;
  display: grid;
  align-self: center;
  grid-template-columns: 1fr 25%;
  -moz-column-gap: min(5%, 70px);
       column-gap: min(5%, 70px);
}
main .content-container .content-caption {
  color: #444444;
}
main .content-container .content-caption a {
  color: #11914d;
  text-decoration: underline;
  -webkit-text-decoration-color: #11914d;
          text-decoration-color: #11914d;
}
@media (min-width: 1025px) {
  main .content-container .content-caption a {
    transition: all 0.2s;
  }
  main .content-container .content-caption a:hover {
    opacity: 0.5;
  }
}
main .content-container .content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  margin-top: 120px;
}
main .content-container .content a[role=button] {
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
  font-size: 1.125em;
  margin-inline: auto;
  background-color: #006fc1;
  border-radius: 40px;
  height: 65px;
  text-align: center;
  color: white;
  font-weight: 700;
  cursor: pointer;
  border-color: #006fc1;
  transition: all 0.2s;
  margin-top: 40px;
}
main .content-container .content a[role=button] p {
  margin-left: 8%;
  text-align: center;
  flex: 1;
}
main .content-container .content a[role=button] img {
  width: 10px;
  height: 16px;
  margin-left: auto;
  margin-right: 8%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .content-container .content a[role=button] img {
    height: 1em;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 1025px) {
  main .content-container .content a[role=button] {
    width: 368px;
  }
}
@media (max-width: 1024px) {
  main .content-container .content a[role=button] {
    width: 50%;
    max-width: 368px;
  }
}
@media (max-width: 768px) {
  main .content-container .content a[role=button] {
    font-size: 1em;
    width: 70%;
    height: 60px;
    min-width: 210px;
  }
}
main .content-container .content a[role=button]:hover {
  opacity: 0.5;
}
main .content-container .content a[role=button] p {
  color: white;
}
@media (max-width: 1024px) {
  main .content-container {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  main {
    font-size: 14px;
  }
  main .content-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
  main .content-container .content {
    margin-top: 60px;
    gap: 60px;
  }
  main .content-container .content-info-card button {
    width: 60%;
    min-width: 210px;
  }
}/*# sourceMappingURL=uiturn.css.map */