.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-bg-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

@media (min-width: 65.625em) {
  .p-bg-white {
    padding: 55px 45px 50px;
    border-radius: 30px;
  }
}

.p-bg-white__lead {
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 15px;
}

@media (min-width: 48em) {
  .p-bg-white__lead {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-bg-white__lead {
    font-size: clamp(1.3rem, 1.1194029851vw, 1.5rem);
    line-height: 1.8;
    margin-top: 17px;
  }
}

@media (min-width: 48em) {
  .p-bg-white__image {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 48em) {
  .p-bg-white__image--w-100 {
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 65.625em) {
  .p-bg-white__image--wd-900 {
    max-width: 900px;
  }
}

.p-bg-white__note li {
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 400;
}

@media (min-width: 48em) {
  .p-bg-white__note li {
    font-size: 1.3rem;
  }
}

.p-bg-white__note li + li {
  margin-top: 1em;
}

@media (min-width: 65.625em) {
  .p-bg-white__note li + li {
    margin-top: 1.5em;
  }
}

.p-bg-white__note--left li {
  text-align: left;
}

@media (min-width: 65.625em) {
  .p-col2 {
    display: grid;
    grid-template-columns: 58.0952380952% 1fr;
  }
}

@media (min-width: 65.625em) {
  .p-col2--half {
    grid-template-columns: repeat(2, 48.9583333333%);
    gap: 0 2.0833333333%;
  }
}

@media (min-width: 65.625em) {
  .p-col2--pc-reverse > :first-of-type {
    order: 2;
  }
  .p-col2--pc-reverse > :nth-child(2) {
    order: 1;
  }
}

.p-col2__image {
  width: 89.552238806%;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  text-align: center;
}

@media (min-width: 65.625em) {
  .p-col2__image {
    max-width: 380px;
  }
}

.p-col2__image--w-max-500 {
  max-width: 500px;
  width: 100%;
}

@media (min-width: 65.625em) {
  .p-border-panels {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
}

@media (min-width: 65.625em) {
  .p-border-panels--center {
    justify-content: center;
    gap: 20px 2.0833333333%;
  }
}

.p-border-panel {
  border: 2px solid #c4d0d6;
  border-radius: 10px;
}

@media (min-width: 65.625em) {
  .p-border-panel {
    width: 48.9583333333%;
  }
}

@media not all and (min-width: 65.625em) {
  .p-border-panel:nth-child(n+2) {
    margin-top: 15px;
  }
}

.p-border-panel__text {
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-border-panel__text {
    font-size: 1.4rem;
  }
}

.p-border-panel__image {
  width: 25.9259259259%;
  max-width: 70px;
  flex-shrink: 0;
}

@media (min-width: 65.625em) {
  .p-border-panel__image {
    width: 100%;
    height: 100%;
    max-width: none;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
}

.p-circle-number-heading {
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 800;
  color: #008bd5;
  letter-spacing: 0.02em;
  margin-bottom: 13px;
  display: flex;
  align-items: flex-start;
}

@media (min-width: 48em) {
  .p-circle-number-heading {
    font-size: 1.9rem;
  }
}

@media (min-width: 65.625em) {
  .p-circle-number-heading {
    font-size: clamp(1.9rem, 1.4925373134vw, 2rem);
  }
}

.p-circle-number-heading span {
  font-family: "Poppins", sans-serif;
  background-color: #008bd5;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 24px;
  margin-right: 8px;
  flex-shrink: 0;
}

@media (min-width: 48em) {
  .p-circle-number-heading span {
    font-size: 1.6rem;
    margin-top: 3px;
  }
}

@media (min-width: 65.625em) {
  .p-circle-number-heading span {
    width: 28px;
    height: 28px;
    font-size: 1.5rem;
    line-height: 28px;
    margin-top: 1px;
  }
}

.p-source-text {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  text-align: right;
}

@media (min-width: 48em) {
  .p-source-text {
    font-size: 1.4rem;
  }
}

@media (min-width: 65.625em) {
  .p-source-text {
    font-size: 1.3rem;
  }
}

.p-source-text a {
  color: #04327c;
  text-decoration: underline;
}

@media (min-width: 65.625em) {
  .p-pc-col2 {
    display: grid;
    grid-template-columns: repeat(2, 48.5714285714%);
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-sp-scroll {
  width: 100%;
}

@media not all and (min-width: 48em) {
  .p-sp-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 40px;
  }
}

@media not all and (min-width: 48em) {
  .p-sp-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
            appearance: none;
    height: 10px;
  }
  .p-sp-scroll::-webkit-scrollbar-track {
    background: #eee;
  }
  .p-sp-scroll::-webkit-scrollbar-thumb {
    background: #01b4ed;
  }
}

.p-sp-scroll__body {
  width: 100%;
}

@media not all and (min-width: 48em) {
  .p-sp-scroll__body {
    min-width: 768px;
  }
}

.p-article {
  margin-top: 70px;
  padding-bottom: 90px;
}

@media (min-width: 65.625em) {
  .p-article {
    margin-top: 80px;
    padding-bottom: 130px;
  }
}

.p-article--column {
  padding-bottom: 0;
}

.p-article__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  .p-article__container {
    width: calc(100% - 80px);
  }
}

@media (min-width: 65.625em) {
  .p-article__container {
    max-width: 1050px;
    position: relative;
    z-index: 1;
  }
}

.p-article__group {
  margin-top: 40px;
}

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

.p-article__group + .p-article__group {
  margin-top: 60px;
}

@media (min-width: 65.625em) {
  .p-article__group + .p-article__group {
    margin-top: 80px;
  }
}

.p-article__text {
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-article__text {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-article__text {
    font-size: clamp(1.5rem, 1.1940298507vw, 1.6rem);
  }
}

.p-article__text + .p-article__text {
  margin-top: 1em;
}

@media (min-width: 65.625em) {
  .p-article__text + .p-article__text {
    margin-top: 2em;
  }
}

.p-article__text strong {
  color: #00b4ed;
  font-weight: 700;
}

.p-article__text b {
  font-weight: 700;
}

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

.p-checksheet {
  margin-top: 20px;
}

@media (min-width: 65.625em) {
  .p-checksheet {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 25px;
  }
}

@media (min-width: 65.625em) {
  .p-checksheet__item {
    width: 45.8333333333%;
  }
}

@media not all and (min-width: 65.625em) {
  .p-checksheet__item + .p-checksheet__item {
    margin-top: 20px;
  }
}

.p-checksheet__item-text {
  text-align: center;
  font-weight: 800;
  line-height: 1.59375;
  color: #008bd5;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

@media (min-width: 48em) {
  .p-checksheet__item-text {
    font-size: 1.7rem;
  }
}

@media (min-width: 65.625em) {
  .p-checksheet__item-text {
    margin-bottom: 20px;
  }
}

.p-checksheet__item-image {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.p-checksheet__attention {
  margin-top: 25px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-checksheet__attention {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-checksheet__attention {
    margin-top: 30px;
  }
}

.p-checksheet__attention span {
  color: #008bd5;
}

.p-border-panel--06-01 {
  padding: 24px 15px 24px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (min-width: 65.625em) {
  .p-border-panel--06-01 {
    display: grid;
    grid-template-columns: 70% 26.25%;
    padding: 35px 25px 35px 40px;
    align-items: flex-start;
  }
}

.p-border-panel--06-02 {
  padding: 24px 15px 24px 20px;
  gap: 10px;
}

@media (min-width: 65.625em) {
  .p-border-panel--06-02 {
    padding: 35px 40px 25px;
  }
}

.p-border-panel__image--06-02 {
  width: 88.8888888889%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media (min-width: 48em) {
  .p-border-panel__image--06-02 {
    max-width: 500px;
  }
}

@media (min-width: 65.625em) {
  .p-border-panel__image--06-02 {
    display: block;
    max-width: none;
    width: 290px;
  }
}

.p-table-wrap {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p-table-unit {
  text-align: right;
  font-size: 1.1rem;
}

@media (min-width: 48em) {
  .p-table-unit {
    font-size: 1.5rem;
  }
}

.p-table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: bold;
  table-layout: fixed;
  border: 1px solid #000;
}

.p-table th,
.p-table td {
  border: 1px solid #000;
  width: 16.66667%;
  padding: 3px 0;
  line-height: 1.2;
  font-size: 0.9rem;
  text-align: center;
}

@media (min-width: 48em) {
  .p-table th,
  .p-table td {
    font-size: 1.4rem;
    padding: 4px 0;
  }
  .p-table th {
    line-height: 1.5;
    padding: 20px 0;
  }
  .p-table td {
    padding: 12px 0;
  }
}

.p-table02 {
  border: 0;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p-table02 .left {
  width: 57%;
}

@media (min-width: 48em) {
  .p-table02 .left {
    width: 50%;
  }
}

.p-table02 .center {
  width: 18%;
}

@media (min-width: 48em) {
  .p-table02 .center {
    width: 25%;
  }
}

.p-table02 .right {
  width: 25%;
}

.p-table02 td {
  border: 1px solid #000;
  line-height: 1.6;
  vertical-align: middle;
  border-left: 0;
  border-right: 0;
}

@media not all and (min-width: 48em) {
  .p-table02 td {
    font-size: 10px !important;
    padding-left: 0 !important;
    padding: 2.5px 0;
  }
}

@media (min-width: 48em) {
  .p-table02 td {
    line-height: 1.6;
    padding: 7.5px 0;
  }
}

.p-table02 td.red {
  color: #f00;
}

.p-year {
  padding-top: 15px;
}

@media (min-width: 48em) {
  .p-year {
    padding-top: 25px;
  }
}

.p-year li {
  font-size: 10px;
  padding: 8px 0;
  color: #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  display: block;
  line-height: 1.3;
}

@media (min-width: 48em) {
  .p-year li {
    font-size: 1.4rem;
    padding: 8px 30px;
  }
}

@media (min-width: 65.625em) {
  .p-year li {
    font-size: 1.6rem;
  }
}

.p-year li:first-child {
  border-top: 1px solid #000;
}

.p-year .sp_block {
  font-size: 1.2rem;
}

@media (min-width: 48em) {
  .p-year .sp_block {
    font-size: 1.4rem;
  }
}

@media (min-width: 65.625em) {
  .p-year .sp_block {
    font-size: 1.6rem;
  }
}

@media not all and (min-width: 65.625em) {
  .p-year .sp_block {
    display: block;
    padding-bottom: 5px;
  }
}

.p-profile {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
}

@media (min-width: 65.625em) {
  .p-profile {
    padding-top: 125px;
  }
}

.p-profile::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-profile::before {
    height: 100px;
  }
}

@media (min-width: 65.625em) {
  .p-profile::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-profile__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  .p-profile__container {
    width: calc(100% - 80px);
  }
}

@media (min-width: 65.625em) {
  .p-profile__container {
    max-width: 1050px;
  }
}

.p-profile__group {
  width: 100%;
  border: 2px solid #04327c;
  border-radius: 20px;
  padding: 30px 20px;
}

@media (min-width: 65.625em) {
  .p-profile__group {
    padding: 45px;
  }
}

.p-profile__name {
  font-size: 1.8rem;
  color: #04327c;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

@media (min-width: 48em) {
  .p-profile__name {
    font-size: 2rem;
  }
}

@media (min-width: 65.625em) {
  .p-profile__name {
    font-size: clamp(2rem, 1.7910447761vw, 2.4rem);
  }
}

.p-profile__position {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.7230769231;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-profile__position {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-profile__position {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.p-profile__text {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 20px;
}

@media (min-width: 48em) {
  .p-profile__text {
    font-size: 1.4rem;
  }
}

@media (min-width: 65.625em) {
  .p-profile__text {
    line-height: 1.6;
    margin-top: 22px;
  }
}

.p-column {
  background-color: #cae8f8;
  position: relative;
  padding-top: 80px;
  padding-bottom: 85px;
  margin-top: 80px;
  overflow: hidden;
}

@media (min-width: 65.625em) {
  .p-column {
    padding-top: 130px;
    margin-top: 90px;
    padding-bottom: 110px;
  }
}

.p-column::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-column::before {
    height: 100px;
  }
}

@media (min-width: 65.625em) {
  .p-column::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-column__list {
  margin-top: 30px;
}

@media (min-width: 65.625em) {
  .p-column__list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 31.4285714286%);
    gap: 30px 2.8571428571%;
  }
}

.p-column__item {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

@media (min-width: 65.625em) {
  .p-column__item {
    padding: 40px 35px;
  }
}

@media not all and (min-width: 65.625em) {
  .p-column__item + .p-column__item {
    margin-top: 20px;
  }
}

.p-column__item-heading {
  font-size: 1.8rem;
  color: #008bd5;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 48em) {
  .p-column__item-heading {
    font-size: 2rem;
  }
}

@media (min-width: 65.625em) {
  .p-column__item-heading {
    font-size: clamp(2rem, 1.7910447761vw, 2.4rem);
    line-height: 1.5;
  }
}

.p-column__item-text {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media (min-width: 48em) {
  .p-column__item-text {
    font-size: 1.5rem;
  }
}

@media (min-width: 65.625em) {
  .p-column__item-text {
    margin-top: 20px;
    font-size: clamp(1.5rem, 1.1940298507vw, 1.6rem);
  }
}

.p-profile + .p-pagelinks {
  padding-top: 60px;
}

@media (min-width: 65.625em) {
  .p-profile + .p-pagelinks {
    padding-top: 80px;
  }
}

.p-profile + .p-pagelinks::before {
  content: none;
}

.p-article__main + .p-pagelinks::before {
  content: none;
}

.p-pagelinks {
  position: relative;
  padding-top: 80px;
  overflow: hidden;
  text-align: center;
}

@media (min-width: 65.625em) {
  .p-pagelinks {
    padding-top: 130px;
  }
}

.p-pagelinks::before {
  background-color: #cae8f8;
  content: "";
  width: 100%;
  height: 10vw;
  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-pagelinks::before {
    height: 100px;
  }
}

@media (min-width: 65.625em) {
  .p-pagelinks::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-pagelinks__container {
  width: calc(100% - 40px);
  margin: auto;
  position: relative;
  z-index: 1;
}

@media (min-width: 48em) {
  .p-pagelinks__container {
    width: calc(100% - 80px);
  }
}

@media (min-width: 65.625em) {
  .p-pagelinks__container {
    max-width: 1050px;
  }
}

.p-pagelinks__item:nth-child(n+2) {
  margin-top: 20px;
}

.p-pagelinks__item a {
  width: 100%;
  max-width: 360px;
  margin: auto;
  padding: 17px 12px;
  position: relative;
  display: block;
  border: 3px solid #0a96d6;
  border-radius: 50px;
  color: #04327c;
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  letter-spacing: 0.02em;
}

@media (min-width: 48em) {
  .p-pagelinks__item a {
    max-width: 450px;
    display: inline-block;
    font-size: 1.8rem;
    padding: 25px;
  }
}

@media (min-width: 65.625em) {
  .p-pagelinks__item a {
    font-size: clamp(1.4rem, 1.3432835821vw, 1.8rem);
    padding: 25px 60px;
  }
}

.p-pagelinks__item a span {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
}

.p-pagelinks__item a::before {
  background: #0a96d6;
  border-radius: 50%;
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: calc(100% + 6px);
  padding-top: 100%;
  height: 0;
  z-index: 0;
  transform: translateY(-50%) scale(0.01);
}

@media (min-width: 48em) {
  .p-pagelinks__item a::before {
    opacity: 0;
    transform: translateY(-50%) scale(0.01);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  }
}

@media (min-width: 48em) {
  .p-pagelinks__item a:hover {
    background-color: #0a96d6;
    transition-delay: 0.2s;
  }
  .p-pagelinks__item a:hover span {
    color: #fff;
  }
  .p-pagelinks__item a:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
  }
  .p-pagelinks__item a:hover .p-pagelinks__item-icon {
    fill: #fff;
  }
}

.p-pagelinks__item-icon {
  width: 14px;
  height: 11px;
  fill: #0a96d6;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: fill 0.3s;
}

@media (min-width: 48em) {
  .p-pagelinks__item-icon {
    width: 17px;
    height: 14px;
    right: 30px;
  }
}

.p-pagelinks__item-icon--prev {
  right: auto;
  left: 25px;
  transform: scale(-1, 1) translateY(-50%);
}

@media (min-width: 48em) {
  .p-pagelinks__item-icon--prev {
    left: 30px;
  }
}