.fadein1 {
  transform: translate(0, 40px);
  opacity: 0;
  transition: opacity 0.5s ease-out, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.fadein1.is-active {
  transform: translate(0, 0);
  opacity: 1;
}

.p-awards__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 48em) {
  .p-awards__container {
    width: calc(100% - 80px);
  }
}
@media (min-width: 65.625em) {
  .p-awards__container {
    max-width: 1050px;
    position: relative;
    z-index: 1;
  }
}

.p-history-group__heading {
  text-align: center;
  color: #04327c;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-weight: 800;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .p-history-group__heading {
    font-size: 2rem;
  }
}
@media (min-width: 65.625em) {
  .p-history-group__heading {
    font-size: clamp(2.2rem, 1.9402985075vw, 2.6rem);
  }
}

.p-history-group__items {
  margin-top: 25px;
}
@media (min-width: 48em) {
  .p-history-group__items {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 2%;
  }
}
@media (min-width: 65.625em) {
  .p-history-group__items {
    gap: 60px 2%;
  }
}

@media (min-width: 48em) {
  .p-history-group__item {
    width: 49%;
  }
}
@media not all and (min-width: 48em) {
  .p-history-group__item + .p-history-group__item {
    margin-top: 40px;
  }
}

.p-history-group__item-heading {
  width: 90%;
  margin: auto;
  max-width: 320px;
}

.p-history-group__item-title {
  text-align: center;
  color: #04327c;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
}
@media (min-width: 65.625em) {
  .p-history-group__item-title {
    font-size: clamp(1.5rem, 1.2686567164vw, 1.7rem);
  }
}

.p-history-group__item-name {
  text-align: center;
  font-weight: 800;
  color: #04327c;
  font-size: 2.4rem;
  margin-top: 10px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-history-group__item-name {
    font-size: 2.6rem;
  }
}
@media (min-width: 65.625em) {
  .p-history-group__item-name {
    font-size: clamp(2.6rem, 2.3880597015vw, 3.2rem);
    margin-top: 18px;
  }
}
.p-history-group__item-name span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 4px;
}
@media (min-width: 65.625em) {
  .p-history-group__item-name span {
    font-size: 1.6rem;
  }
}

.p-history-group__item-job {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 65.625em) {
  .p-history-group__item-job {
    margin-top: 20px;
  }
}
.p-history-group__item-job span {
  background-color: #edf3f7;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.4rem;
  color: #04327c;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 65.625em) {
  .p-history-group__item-job span {
    font-size: clamp(1.5rem, 1.2686567164vw, 1.7rem);
    padding: 9px 30px;
  }
}

.p-history-group__prize {
  margin-top: 45px;
}
@media (min-width: 65.625em) {
  .p-history-group__prize {
    margin-top: 65px;
  }
}

.p-history-group__prize-heading {
  text-align: center;
  color: #04327c;
  letter-spacing: 0.02em;
  line-height: 1.8;
  font-weight: 800;
  font-size: 1.8rem;
}
@media (min-width: 48em) {
  .p-history-group__prize-heading {
    font-size: 2rem;
  }
}
@media (min-width: 65.625em) {
  .p-history-group__prize-heading {
    font-size: clamp(2rem, 1.9402985075vw, 2.6rem);
  }
}

.p-history-group__prize-list {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(2, 48.3050847458%);
  gap: 2.6666666vw 3.3898305085%;
}
@media (min-width: 65.625em) {
  .p-history-group__prize-list {
    grid-template-columns: repeat(4, 23.7894736842%);
    gap: 15px 1.5789473684%;
  }
}
.p-history-group__prize-list li {
  width: 100%;
  background-color: #edf3f7;
  border-radius: 10px;
  font-size: 1.7rem;
  text-align: center;
  font-weight: 800;
  color: #04327c;
  letter-spacing: 0.02em;
  padding: 20px 5px;
}
@media (min-width: 48em) {
  .p-history-group__prize-list li {
    font-size: 1.9rem;
  }
}
@media (min-width: 65.625em) {
  .p-history-group__prize-list li {
    font-size: clamp(2rem, 1.7910447761vw, 2.4rem);
  }
}
.p-history-group__prize-list li span {
  font-size: 1.2rem;
  font-weight: 500;
  margin-left: 2px;
}
@media (min-width: 65.625em) {
  .p-history-group__prize-list li span {
    font-size: 1.4rem;
  }
}

.table__awards {
  border-collapse: collapse;
  border: 1px solid #fff;
  max-width: 900px;
  margin: 0 auto;
}

.table__th__awards__year,
.table__th__awards__w,
.table__th__awards__m {
  border: 1px solid #fff;
  vertical-align: middle;
}

.table__th__awards__w img,
.table__th__awards__m img {
  width: 100%;
  max-width: 96px;
  height: auto;
  margin: 0 auto;
}

.table__th__awards__year {
  background-color: #f2f0f1;
  font-size: 1.8rem;
  padding: 21px 5px;
  color: #000;
  width: 100px;
}

.table__th__awards__w {
  width: 400px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #ff6c9d;
  padding: 15px 15px 17px;
  line-height: 1;
  border: 1px solid #fff;
}

.table__th__awards__m {
  width: 400px;
  font-size: 2.4rem;
  color: #fff;
  background-color: #4abbe9;
  padding: 15px 15px 17px;
  line-height: 1;
  border: 1px solid #fff;
}

.table__awards td {
  font-size: 1.8rem;
  padding: 21px 5px;
  text-align: center;
  border: 1px solid #fff;
  vertical-align: middle;
  color: #000;
}

.table__awards tr td:nth-child(2) {
  background-color: #fcd;
}

.table__awards tr td:last-child {
  background-color: #ccf1ff;
}

td.table__td__awards__special {
  padding-left: 100px;
  color: #d03b6c;
  background-color: #f9f9f9 !important;
}

@media not all and (min-width: 48em) {
  .table__awards {
    width: 590px;
    margin: 0 auto;
  }
  .table__th__awards__w {
    font-size: 1.8rem;
    padding: 10px 15px 12px;
  }
  .table__th__awards__year {
    width: 105px;
    font-size: 1.6rem;
    padding: 10px 5px;
  }
  .table__awards td {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .scroll {
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 40px;
  }
  .scroll::-webkit-scrollbar {
    -webkit-appearance: none;
            appearance: none;
    height: 10px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #eee;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #01b4ed;
  }
}
.p-history {
  position: relative;
  padding-top: 75px;
  padding-bottom: 85px;
  overflow: hidden;
}
@media (min-width: 65.625em) {
  .p-history {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}
.p-history::before {
  background-color: #cae8f8;
  content: "";
  width: 100%;
  height: 35px;
  background-image: url("/assets/images/common/bg_curve_blue2.svg");
  background-position: center top;
  background-size: 150% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .p-history::before {
    height: 100px;
  }
}
@media (min-width: 65.625em) {
  .p-history::before {
    height: 258px;
    background-image: url("/assets/images/common/bg_curve_blue2.png");
    background-size: 100% 100%;
    min-width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-history__lead {
  text-align: center;
  line-height: 1.8;
  font-size: 1.2rem;
  margin-top: 25px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (min-width: 48em) {
  .p-history__lead {
    font-size: 1.4rem;
  }
}
@media (min-width: 65.625em) {
  .p-history__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 30px;
  }
}

.p-history__group {
  margin-top: 45px;
  background-color: #fff;
  border-radius: 10px;
}
.p-history__group + .p-history__group {
  margin-top: 15px;
}
@media (min-width: 65.625em) {
  .p-history__group {
    margin-top: 60px;
  }
}

.p-history__group-heading {
  padding: 10px 20px;
  color: #04327c;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 2;
  position: relative;
  cursor: pointer;
}
@media (min-width: 48em) {
  .p-history__group-heading {
    font-size: 2rem;
  }
}
@media (min-width: 65.625em) {
  .p-history__group-heading {
    padding: 16px 40px;
    font-size: clamp(2rem, 1.6417910448vw, 2.2rem);
  }
}
.p-history__group-heading span {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #04327c;
  transform: translateY(-50%);
}
@media (min-width: 65.625em) {
  .p-history__group-heading span {
    width: 40px;
    height: 40px;
    right: 30px;
  }
}
.p-history__group-heading span::before, .p-history__group-heading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 10px;
  height: 2px;
  content: "";
}
@media (min-width: 65.625em) {
  .p-history__group-heading span::before, .p-history__group-heading span::after {
    width: 16px;
  }
}
.p-history__group-heading span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
.p-history__group-heading[aria-expanded=true] span::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.p-history__group-details {
  padding: 30px 20px 40px;
  border-top: 1px solid #c4d0d6;
}
@media (min-width: 65.625em) {
  .p-history__group-details {
    padding: 50px;
  }
}

.p-main {
  background-color: #cae8f8;
  position: relative;
  padding-top: 100px;
  margin-top: 50px;
  padding-bottom: 85px;
}
@media (min-width: 65.625em) {
  .p-main {
    padding-top: 150px;
    margin-top: 80px;
    overflow: hidden;
  }
}
.p-main::before {
  background-color: #e8f1f7;
  content: "";
  width: 100%;
  height: 10vw;
  background-image: url("/assets/images/common/bg_curve_blue1.svg");
  background-position: center top;
  background-size: 150% auto;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 48em) {
  .p-main::before {
    height: 100px;
  }
}
@media (min-width: 65.625em) {
  .p-main::before {
    height: 258px;
    background-image: url("/assets/images/common/bg_curve_blue1.png");
    background-size: 100% 100%;
    min-width: 2000px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-main__group + .p-main__group {
  margin-top: 60px;
}
@media (min-width: 65.625em) {
  .p-main__group + .p-main__group {
    margin-top: 110px;
  }
}

.p-main__list {
  margin-top: 30px;
}
@media (min-width: 48em) {
  .p-main__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
}
@media (min-width: 65.625em) {
  .p-main__list {
    margin-top: 60px;
    gap: 30px 2.8571428571%;
  }
}

.p-main__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}
@media (min-width: 48em) {
  .p-main__item {
    width: 49%;
  }
}
@media (min-width: 65.625em) {
  .p-main__item {
    width: 48.5714285714%;
    padding: 55px 40px 45px;
  }
}
@media not all and (min-width: 48em) {
  .p-main__item + .p-main__item {
    margin-top: 15px;
  }
}

.p-main__item-ribbon-heading {
  width: 90%;
  margin: auto;
  max-width: 400px;
}
@media (min-width: 65.625em) {
  .p-main__item-ribbon-heading {
    max-width: 354px;
  }
}

.p-main__item-image {
  border-radius: 20px;
  overflow: hidden;
  margin: 20px auto 0;
  width: 100%;
  max-width: 500px;
}
@media (min-width: 65.625em) {
  .p-main__item-image {
    margin-top: 30px;
  }
}

.p-main__item-name {
  text-align: center;
  font-weight: 800;
  color: #04327c;
  font-size: 2.4rem;
  margin-top: 20px;
  letter-spacing: 0.02em;
}
@media (min-width: 48em) {
  .p-main__item-name {
    font-size: 2.6rem;
  }
}
@media (min-width: 65.625em) {
  .p-main__item-name {
    font-size: clamp(2.6rem, 2.3880597015vw, 3.2rem);
    margin-top: 30px;
  }
}
.p-main__item-name span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 4px;
}
@media (min-width: 65.625em) {
  .p-main__item-name span {
    font-size: 1.6rem;
  }
}

.p-main__item-job {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 65.625em) {
  .p-main__item-job {
    margin-top: 20px;
  }
}
.p-main__item-job span {
  background-color: #edf3f7;
  border-radius: 25px;
  display: inline-block;
  padding: 8px 20px;
  font-size: 1.4rem;
  color: #04327c;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (min-width: 65.625em) {
  .p-main__item-job span {
    padding: 9px 30px;
    font-size: clamp(1.5rem, 1.2686567164vw, 1.7rem);
  }
}

.p-main__item-qa {
  margin-top: 30px;
}
@media (min-width: 65.625em) {
  .p-main__item-qa {
    margin-top: 45px;
  }
}
.p-main__item-qa + .p-main__item-qa {
  margin-top: 25px;
}
@media (min-width: 65.625em) {
  .p-main__item-qa + .p-main__item-qa {
    margin-top: 40px;
  }
}
.p-main__item-qa h4 {
  align-items: center;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  color: #04327c;
  letter-spacing: 0.02em;
  display: block;
  text-align: center;
}
@media (min-width: 65.625em) {
  .p-main__item-qa h4 {
    font-size: clamp(1.5rem, 1.2686567164vw, 1.7rem);
    height: 40px;
  }
}
/*
.p-main__item-qa h4::before, .p-main__item-qa h4::after {
  background-color: #04327c;
  content: "";
  flex-grow: 1;
  height: 2px;
}
  */
.p-main__item-qa h4::before {
  margin-right: 15px;
}
.p-main__item-qa h4::after {
  margin-left: 15px;
}
.p-main__item-qa p {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 10px;
  line-height: 1.6;
  color: #14273e;
}
@media (min-width: 65.625em) {
  .p-main__item-qa p {
    font-size: 1.5rem;
    height: 70px;
  }
}

@media (min-width: 48em) {
  .p-main__item-qa p {
    height: 70px;
  }
}

.p-main__ceremony {
  margin-top: 30px;
}
@media (min-width: 48em) {
  .p-main__ceremony {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }
}
@media (min-width: 65.625em) {
  .p-main__ceremony {
    margin-top: 60px;
  }
}

.p-main__ceremony-image {
  border-radius: 20px;
  overflow: hidden;
  max-width: 500px;
  margin: auto;
}
@media (min-width: 48em) {
  .p-main__ceremony-image {
    max-width: none;
  }
  .p-main__ceremony-image:first-of-type {
    grid-area: 1/1/3/2;
  }
  .p-main__ceremony-image:nth-of-type(2) {
    grid-area: 1/2/2/3;
  }
  .p-main__ceremony-image:nth-of-type(3) {
    grid-area: 2/2/3/3;
  }
}
@media not all and (min-width: 48em) {
  .p-main__ceremony-image + .p-main__ceremony-image {
    margin-top: 15px;
  }
}