ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  background-color: #F2F0EC;
  color: #0274A7;
  line-height: 1.5;
  overflow: auto;
}
body.active {
  overflow: hidden;
}

img {
  max-width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.text-xsmall {
  font-size: 0.75rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-normal {
  font-size: 1rem;
}

.text-large {
  font-size: 1.25rem;
}

.text-xlarge {
  font-size: 1.5rem;
}

.font-light {
  font-weight: lighter;
}

.font-middle {
  font-weight: normal;
}

.font-bold {
  font-weight: 600;
}

.text-white {
  color: #ffffff;
}

.text-light {
  color: #F2F0EC;
}

.text-primary {
  color: #0274A7;
}

.text-primary-light-01 {
  color: #C5DFF0;
}

.text-primary-light-02 {
  color: #70B0DD;
}

.text-accent-01 {
  color: #EAE56A;
}

.text-decoration {
  text-decoration: underline;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #F2F0EC;
}

.bg-primary {
  background-color: #0274A7;
}

.bg-primary-light-01 {
  background-color: #C5DFF0;
}

.bg-primary-light-02 {
  background-color: #70B0DD;
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.example {
  font-size: 0.5em;
  vertical-align: top;
}

@media screen and (max-width: 679px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 679px) {
  .br-sp {
    display: block;
  }
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

.header {
  position: relative;
}
.header img {
  width: 100%;
}

.header__inner h1 {
  padding: 3.5rem 4rem;
  margin-top: 0;
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .header__inner h1 {
    width: 70%;
    padding: 2rem;
  }
}
@media screen and (max-width: 679px) {
  .header__inner h1 {
    width: 65%;
    margin: 0;
    padding: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  .header__inner .header-images .mv-pc {
    display: none;
  }
}
.header__inner .header-images .mv-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-images .mv-sp {
    display: block;
  }
}
.header__inner .header-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  position: fixed;
  z-index: 2;
}
.header__inner .header-menu .hamburger {
  width: 80px;
  height: 80px;
  background-color: #0274A7;
  border-radius: 50%;
  display: block;
  text-align: center;
  font-size: 32px;
  position: relative;
  top: 24px;
  right: 24px;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .hamburger {
    width: 68px;
    height: 68px;
    top: 15px;
    right: 15px;
  }
}
.header__inner .header-menu .hamburger.hamburger-bg-white {
  background-color: #ffffff;
  transition: 0.3s;
}
.header__inner .header-menu .hamburger.hamburger-bg-white span:nth-child(1), .header__inner .header-menu .hamburger.hamburger-bg-white span:nth-child(2), .header__inner .header-menu .hamburger.hamburger-bg-white span:nth-child(3) {
  background-color: #0274A7;
}
.header__inner .header-menu .hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__inner .header-menu .hamburger span:nth-child(1) {
  width: 40px;
  height: 2px;
  background-color: #F2F0EC;
  top: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .hamburger span:nth-child(1) {
    top: 24px;
    width: 30px;
    height: 2px;
  }
}
.header__inner .header-menu .hamburger span:nth-child(2) {
  width: 40px;
  height: 2px;
  background-color: #F2F0EC;
  top: 40px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .hamburger span:nth-child(2) {
    top: 33px;
    width: 30px;
    height: 2px;
  }
}
.header__inner .header-menu .hamburger span:nth-child(3) {
  width: 40px;
  height: 2px;
  background-color: #F2F0EC;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 50px;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .hamburger span:nth-child(3) {
    top: 42px;
    width: 30px;
    height: 2px;
  }
}
.header__inner .header-menu .hamburger.active {
  background-color: #F2F0EC;
}
.header__inner .header-menu .hamburger.active span:nth-child(1) {
  top: 40px;
  background-color: #0274A7;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .hamburger.active span:nth-child(1) {
    top: 33px;
  }
}
.header__inner .header-menu .hamburger.active span:nth-child(2) {
  display: none;
}
.header__inner .header-menu .hamburger.active span:nth-child(3) {
  top: 40px;
  background-color: #0274A7;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .hamburger.active span:nth-child(3) {
    top: 33px;
  }
}
.header__inner .header-menu .header__nav {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  background-color: #70B0DD;
  transition: ease 0.4s;
  overflow: auto;
  visibility: hidden;
}
.header__inner .header-menu .header__nav .header__nav__inner {
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .header__nav__inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}
.header__inner .header-menu .header__nav .nav-images {
  position: relative;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-images {
    padding: 0 1rem 4rem;
    text-align: center;
    order: 2;
  }
}
.header__inner .header-menu .header__nav .nav-images img {
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-images img {
    width: auto;
    max-width: 98%;
    padding-inline: 2% 0;
  }
}
.header__inner .header-menu .header__nav .nav-images .btn-wrap {
  width: 100%;
  position: absolute;
  right: 50px;
  bottom: 40px;
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-images .btn-wrap {
    left: 50%;
    right: auto;
    bottom: 120px;
    transform: translateX(-50%);
    text-align: center;
  }
}
@media screen and (max-width: 679px) {
  .header__inner .header-menu .header__nav .nav-images .btn-wrap {
    bottom: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-images .btn-wrap .btn-accent-01 {
    width: auto;
  }
}
.header__inner .header-menu .header__nav .nav-list {
  padding: 6.25rem;
  order: 1;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-list {
    padding: 2rem;
  }
}
.header__inner .header-menu .header__nav .nav-list .nav-items {
  padding-top: 2.5rem;
}
.header__inner .header-menu .header__nav .nav-list .nav-items a {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px transparent;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-list .nav-items a {
    font-size: 1.2rem;
  }
}
.header__inner .header-menu .header__nav .nav-list .nav-items a span {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0 0.7rem;
}
@media screen and (max-width: 1000px) {
  .header__inner .header-menu .header__nav .nav-list .nav-items a span {
    font-size: 0.8rem;
  }
}
.header__inner .header-menu .header__nav .nav-list .nav-items a:hover {
  border-bottom: solid 1px #ffffff;
  transition: 0.3s ease-in-out;
}
.header__inner .header-menu .header__nav.active {
  opacity: 1;
  visibility: visible;
}

footer {
  padding: 1rem 2rem;
  background-color: #0274A7;
  border: solid 1px #00618D;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media screen and (max-width: 1000px) {
  footer {
    display: block;
  }
}
footer .footer__link {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 1000px) {
  footer .footer__link {
    display: block;
    margin: 0 0 0.3rem;
  }
}
footer .footer-copyright {
  font-size: 0.875rem;
}

.campaign, .theme, .entry, .award {
  position: relative;
}

.campaign, .theme, .entry, .award, .notes {
  padding: 6.25rem;
}
@media screen and (max-width: 1200px) {
  .campaign, .theme, .entry, .award, .notes {
    padding: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .campaign, .theme, .entry, .award, .notes {
    padding: 3rem 1.3rem 5rem;
  }
}

.entry .border-notes, .award .border-notes {
  margin-block-start: 3.5rem;
}
.entry .border-notes h3, .award .border-notes h3 {
  padding-block-end: 0.25rem;
  margin: 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #0274A7;
}
.entry .border-notes .list-notes, .award .border-notes .list-notes {
  padding-block-start: 1.25rem;
}

.campaign {
  padding: 6.25rem 0;
}
.campaign .campaign-wrap {
  width: min(95%, 1200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(auto, 500px) 1fr;
  gap: 5rem;
  align-items: end;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap {
    width: 90%;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.campaign .campaign-wrap .campaign-img {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap .campaign-img {
    margin: 0 auto;
    max-width: 500px;
    padding: 0 0 0 1.8%;
  }
}
.campaign .campaign-wrap .campaign-wrap-child .read-text {
  padding-block-start: 1.25rem;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap .campaign-wrap-child .read-text {
    padding-block-start: 0.5rem;
    text-align: center;
  }
}
.campaign .campaign-wrap .campaign-wrap-child .read-text:first-child {
  padding-block-start: 0;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap .campaign-wrap-child .read-text:first-child {
    padding-block-start: 20px;
  }
}
.campaign .campaign-wrap .campaign-wrap-child .read-text .text-large {
  font-size: 1.687rem;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap .campaign-wrap-child .read-text .text-large {
    font-size: 1.25rem;
  }
}
.campaign .campaign-wrap .campaign-wrap-child .campaign__block {
  position: relative;
}
.campaign .campaign-wrap .campaign-wrap-child .campaign__block .block__ttl {
  position: relative;
  top: 20px;
  width: 95%;
}
.campaign .campaign-wrap .campaign-wrap-child .campaign__block .block__text {
  padding: 2rem;
  background-color: #C5DFF0;
  border-radius: 10px;
  font-size: 1.25rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap .campaign-wrap-child .campaign__block .block__text {
    padding: 1.25rem;
    font-size: 1rem;
  }
}
.campaign .campaign-wrap .campaign-wrap-child .campaign__block .block__text .text-large {
  font-size: 1.687rem;
}
@media screen and (max-width: 1000px) {
  .campaign .campaign-wrap .campaign-wrap-child .campaign__block .block__text .text-large {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 1000px) {
  .campaign {
    padding-block: 1rem 2.25rem;
  }
  .campaign .btn-wrap.entry-btn {
    width: 90%;
    margin: 40px auto 20px;
  }
}

.hashtag {
  background-color: #C5DFF0;
  border-radius: 9px;
  display: grid;
  grid-template-rows: repeat(2, auto);
  container: layout/inline-size;
}
.hashtag .hashtag__ttl {
  padding: 0.25rem 0.875rem;
  background-color: #0274A7;
  border-radius: 9px 9px 0 0;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1fr 54px;
  justify-content: space-between;
}
.hashtag .hashtag__ttl .btn-copy {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-items: center;
  font-size: 0.75rem;
  cursor: pointer;
}
.hashtag .hashtag__ttl .btn-copy::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(../images/icon-copy.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
.hashtag .hashtag__text {
  padding: 0.5rem 0.875rem;
}
.hashtag .hashtag__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 679px) {
  .hashtag .hashtag__list {
    grid-template-columns: auto;
  }
}
.hashtag .hashtag__items {
  padding: 1rem 1.25rem;
  border-top: solid 1px #0274A7;
  border-left: solid 1px #0274A7;
  display: grid;
  grid-template-columns: 200px 1fr 60px;
  gap: 1.25rem;
  align-items: center;
}
.hashtag .hashtag__items:first-child, .hashtag .hashtag__items:nth-child(2) {
  border-top: none;
}
.hashtag .hashtag__items:nth-child(odd) {
  border-left: none;
}
@container (width <= 900px) {
  .hashtag .hashtag__items {
    grid-template-columns: 1fr 60px;
    grid-template-rows: repeat(2, 1fr);
    gap: 0.875rem;
  }
  .hashtag .hashtag__items .items-01 {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .hashtag .hashtag__items .items-02 {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .hashtag .hashtag__items .items-03 {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 679px) {
  .hashtag .hashtag__items {
    border-left: none;
    gap: 0.5rem;
  }
  .hashtag .hashtag__items:first-child, .hashtag .hashtag__items:nth-child(2) {
    border-top: solid 1px #0274A7;
  }
}
.hashtag .hashtag__items .items__ttl {
  font-size: 1.125rem;
}
.hashtag .hashtag__items .btn-copy {
  padding: 0.2rem 0.75rem;
  background-color: #6AB6EA;
  border-radius: 5px;
  font-size: 0.812rem;
  color: #ffffff;
  cursor: pointer;
}

.theme {
  border-radius: 0 80px 0 80px;
}
@media screen and (max-width: 1000px) {
  .theme {
    border-radius: 0 50px 0 50px;
  }
}

.theme-list {
  margin-top: 3rem;
  display: grid;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .theme-list {
    margin-top: 2rem;
  }
}

.theme-items.card {
  padding: 3.125rem 3.25rem;
}
@media screen and (max-width: 679px) {
  .theme-items.card {
    padding: 1.25rem;
  }
}
.theme-items.card .card__block {
  display: grid;
  grid-template-columns: minmax(auto, 416px) auto;
  gap: 3rem;
}
.theme-items.card .card__block > .card__text {
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .theme-items.card .card__block {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.theme-items.card .card__images {
  padding: 0;
}
.theme-items.card .card__label--primary {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .theme-items.card .card__label--primary {
    font-size: 1rem;
  }
}
.theme-items.card .card__label--primary span {
  font-weight: 500;
}
.theme-items.card .ttl-h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1000px) {
  .theme-items.card .ttl-h3 {
    font-size: 1.1rem;
  }
}
.theme-items.card .theme__list-wrap {
  padding-top: 1rem;
}
.theme-items.card .theme__list-wrap.list-col2 {
  display: flex;
}
.theme-items.card .theme__list-wrap.list-col2 ul {
  width: 50%;
}
.theme-items .theme__hashtag-wrap {
  margin-block-start: 1rem;
  display: grid;
  grid-template-columns: 1fr minmax(auto, 300px);
  gap: 18px;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .theme-items .theme__hashtag-wrap {
    grid-template-columns: 1fr;
  }
}
.theme-items .theme__hashtag-wrap .btn-accent-01 {
  font-size: 0.937rem;
}

.entry .entry-list {
  margin-block: 2rem 2.25rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media screen and (max-width: 1000px) {
  .entry .entry-list {
    grid-template-columns: 1fr;
  }
}
.entry .entry-items {
  padding: 2.75rem;
  position: relative;
  display: grid;
  grid-template-rows: auto 235px;
  gap: 1.25rem;
}
@media screen and (max-width: 679px) {
  .entry .entry-items {
    padding: 1.25rem;
  }
}
.entry .entry-items .card__images img {
  height: 100%;
}
.entry .entry-items .card__text a {
  color: #0274A7;
  text-decoration: underline;
  text-decoration-color: #0274A7;
  transition: ease all 0.3s;
}
.entry .entry-items .card__text a:hover {
  text-decoration-color: transparent;
}
.entry .entry-step {
  margin-top: 2rem;
}
.entry .entry__hashtag-wrap {
  margin-block-start: 2rem;
}
.entry .entry__hashtag-wrap .card__ttl {
  text-align: center;
}

.award {
  border-radius: 80px 0 80px 0;
}
@media screen and (max-width: 1000px) {
  .award {
    border-radius: 50px 0 50px 0;
  }
}
.award .award__ttl-wrap {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 679px) {
  .award .award__ttl-wrap {
    grid-template-columns: 1fr;
  }
}
.award .award-schedule {
  padding: 0.625rem 1.25rem;
  margin-block-start: 2rem;
  background-color: #EAE56A;
  border: solid 2px #0274A7;
  border-radius: 10px;
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0274A7;
}
@media screen and (max-width: 679px) {
  .award .award-schedule {
    max-width: 325px;
    margin-block-start: 1rem;
    font-size: 0.9rem;
  }
}
.award .award-schedule dt {
  position: relative;
}
.award .award-schedule dt::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 1px;
  background-color: #0274A7;
  display: block;
  right: -0.9em;
  top: 50%;
  transform: translateY(-50%);
}
.award .award-schedule dd {
  margin: 0;
}
.award .text-small {
  display: block;
}
.award .award-list {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 3.25rem;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .award .award-list {
    gap: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .award .award-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
  }
}
@media screen and (max-width: 679px) {
  .award .award-list {
    grid-template-columns: 1fr;
    gap: 1.5rem 0;
  }
}
.award .award-list .items-01 {
  grid-column: 1/3;
}
.award .award-list .items-02 {
  grid-column: 3/5;
}
.award .award-list .items-03 {
  grid-column: 5/7;
}
.award .award-list .items-04 {
  grid-column: 1/4;
}
.award .award-list .items-05 {
  grid-column: 4/7;
}
.award .award-list .items-04 .card__block, .award .award-list .items-05 .card__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr auto;
}
@media screen and (max-width: 1000px) {
  .award .award-list .items-04 .card__block, .award .award-list .items-05 .card__block {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
}
.award .award-list .items-04 .card__block .items-child-01, .award .award-list .items-05 .card__block .items-child-01 {
  grid-column: 1/2;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .award .award-list .items-04 .card__block .items-child-01, .award .award-list .items-05 .card__block .items-child-01 {
    grid-column: auto;
    order: 3;
    text-align: center;
  }
}
.award .award-list .items-04 .card__block .items-child-02, .award .award-list .items-05 .card__block .items-child-02 {
  margin-block-start: 1rem;
  grid-column: 1/2;
  grid-row: 2/3;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .award .award-list .items-04 .card__block .items-child-02, .award .award-list .items-05 .card__block .items-child-02 {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    text-align: center;
  }
}
.award .award-list .items-04 .card__block .items-child-03, .award .award-list .items-05 .card__block .items-child-03 {
  grid-column: 2/3;
  grid-row: 1/3;
}
@media screen and (max-width: 1000px) {
  .award .award-list .items-04 .card__block .items-child-03, .award .award-list .items-05 .card__block .items-child-03 {
    margin: 0 auto;
    grid-column: auto;
    grid-row: auto;
    order: 1;
  }
}
@media screen and (max-width: 1000px) {
  .award .award-list .items-01, .award .award-list .items-02, .award .award-list .items-03, .award .award-list .items-04, .award .award-list .items-05 {
    grid-column: auto;
  }
}
.award .card {
  background-color: #ffffff;
  position: relative;
}
.award .card .award-label {
  position: absolute;
  right: 20px;
}
.award .card .card__ttl {
  padding-block-start: 1.125rem;
  font-size: 1.25rem;
  color: #0274A7;
  font-weight: 600;
}
@media screen and (max-width: 1000px) {
  .award .card .card__ttl {
    font-size: 1.1rem;
  }
}
.award .card__block {
  padding: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .award .card__block {
    padding: 1.25rem;
  }
}
@media screen and (max-width: 679px) {
  .award .card__block img {
    max-width: 240px;
  }
}
.award .border-notes h3 {
  border-bottom: solid 1px #ffffff;
}

.notes {
  position: relative;
}
.notes::before {
  content: "";
  padding: 100px 100%;
  background-color: #0274A7;
  position: absolute;
  top: -100px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1000px) {
  .notes {
    padding: 3rem 1rem 0;
  }
}

.notes-content {
  margin-top: 2rem;
}
@media screen and (max-width: 1000px) {
  .notes-content {
    font-size: 0.9rem;
  }
}

.contact {
  padding: 0 6.25rem 6.25rem;
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 3rem;
  }
}
@media screen and (max-width: 1000px) {
  .contact {
    padding: 2rem 1rem;
  }
}
.contact .card {
  padding: 4rem;
  border-radius: 16px;
}
@media screen and (max-width: 1000px) {
  .contact .card {
    padding: 2rem 1rem;
    margin: 0;
  }
}
.contact .card .read-text {
  margin-top: 0;
  line-height: 1.7;
}
.contact .card .text-notes {
  margin-top: 1rem;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .contact .card .text-notes {
    text-align: left;
  }
}
.contact .card .contact-wrap {
  padding-block-start: 3.125rem;
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 679px) {
  .contact .card .contact-wrap {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.role {
  width: min(95%, 1100px);
  margin: 2em auto;
}
.role h1 {
  text-align: center;
  font-size: clamp(1rem, 0.654rem + 1.63vw, 1.875rem);
}
.role ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  .role ul {
    grid-template-columns: 1fr;
  }
}
.role .btn-wrap.entry-btn {
  margin: 2em auto 3em;
  width: min(80%, 600px);
}

.btn-wrap {
  margin-top: 2rem;
  text-align: center;
}
.btn-wrap.entry-btn {
  margin-top: 3rem;
}

.btn-accent-01 {
  padding: 1.2rem 2.5rem;
  border: 2px solid #0274A7;
  border-radius: 50px;
  background-color: #EAE56A;
  display: inline-grid;
  grid-template-columns: auto auto;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #0274A7;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .btn-accent-01 {
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.875rem 1rem;
  }
}
.btn-accent-01:hover {
  border: 2px solid #0274A7;
  background-color: #F2F0EC;
  color: #0274A7;
  transition: 0.3s;
}

.btn-camera::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/icon-camera.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-primary {
  padding: 0.5rem 1.5rem;
  border: 2px solid #0274A7;
  border-radius: 50px;
  background-color: #0274A7;
  display: inline-block;
  font-size: 0.937rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .btn-primary {
    width: 70%;
    box-sizing: border-box;
  }
}
.btn-primary:hover {
  background-color: #ffffff;
  color: #0274A7;
}

.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #0274A7;
  position: fixed;
  z-index: 1;
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.6s;
}

.circle.circleactive {
  transform: scale(50);
}

.border-primary--bottom {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #0274A7;
}

.border-white--bottom {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #ffffff;
}

.card {
  background-color: #ffffff;
  border-radius: 40px;
}
@media screen and (max-width: 1000px) {
  .card {
    border-radius: 20px;
  }
}
.card .card__images {
  text-align: center;
}
.card:has(.card__label--circle) {
  padding-block-start: 2.5rem;
  margin-block-start: 3.25rem;
}

.card__label--circle {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -50px;
  transform: translateX(-50%);
}
.card__label--circle::after {
  content: "";
  width: 78px;
  height: 78px;
  background-color: #EAE56A;
  border: solid 2px #0274A7;
  border-radius: 50%;
  display: inline-block;
}
.card__label--circle p {
  text-align: center;
  font-size: 0.687rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
}
.card__label--circle p .text-large {
  display: block;
  font-size: 1.625rem;
}

.list--disc li {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  position: relative;
}
.list--disc li::before {
  content: "";
  margin-top: 0.25rem;
  background-color: #0274A7;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
}
.list--disc li:first-child {
  margin-top: 0;
}

.list--asterisk li {
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
}
.list--asterisk li::before {
  content: "*";
  width: 16px;
  height: 16px;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.list-number {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.list-notes {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}
@media screen and (max-width: 679px) {
  .list-notes {
    font-size: 0.875rem;
  }
}

.read-text {
  padding-block-start: 2rem;
  line-height: 2;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 679px) {
  .read-text {
    padding-block-start: 1rem;
    text-align: left;
    font-size: 1rem;
  }
}
.read-text a {
  color: #0274A7;
  text-decoration: underline;
  text-decoration-color: #0274A7;
  transition: ease all 0.3s;
}
.read-text a:hover {
  text-decoration-color: transparent;
}

.text-notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.975rem;
}

.ttl-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .ttl-h2 {
    font-size: 1.5rem;
  }
}
.ttl-h2 span {
  font-size: 0.85rem;
  display: block;
  font-weight: 600;
}

.ttl-h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.ttl-h3--disc {
  padding-left: 1.25rem;
  position: relative;
}
.ttl-h3--disc::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*# sourceMappingURL=style.css.map */
