.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: normal;
    width: 1px;
}

.pageContainer {
    display: grid;
    grid-template-columns: 23.75rem 1fr;
    position: relative;
    z-index: 1;
}

.ctaSection__linkGroup {
    display: grid;
}

.ctaSection__link {
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: grid;
    gap: 0.8125rem;
    grid-template-columns: 2.3125rem auto;
    height: 3.3125rem;
    justify-content: center;
    max-width: 16.6875rem;
    width: 100%;
}

.ctaSection__link--phone {
    background: var(--gradientGoldOrange);
}

.ctaSection__link--mail {
    background: var(--gradientGreenDarkGreen);
}

.ctaSection__linkText {
    color: #fff;
    font-size: 1.0625rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.ctaSection__linkText .small {
    font-size: 0.75rem;
}

.ctaSection--second {
    padding-top: 1.625rem;
}

.ctaSection--secondTitle {
    position: relative;
    text-align: center;
}

.ctaSection--secondTitle img {
    width: 92.8%;
}

.pageBg {
    height: 100dvh;
    position: fixed;
    right: 0;
    top: 0;
    width: calc(100vw - 23.75rem);
    z-index: -1;
}

.pageBg img {
    height: 100%;
    width: 100%;
}

.pageBg::before {
    background: #ffc832;
    content: "";
    display: block;
    height: 100dvh;
    left: 0;
    mix-blend-mode: screen;
    position: absolute;
    top: 0;
    width: 100vw;
}

/* Aside Area */

.asideSpacer {
    height: 100dvh;
}

.asideArea {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    left: 0;
    padding-top: 4.1875rem;
    position: fixed;
    top: 0;
    width: 23.75rem;
}

/* width */
.asideArea::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.asideArea::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.asideArea::-webkit-scrollbar-thumb {
    background: var(--colorGold);
}

/* Handle on hover */
.asideArea::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.asideLogo {
    text-align: center;
}

.asideLogo img {
    max-width: 8.75rem;
}

.asideLead {
    color: var(--colorGold);
    font-size: 1.1875rem;
    font-weight: 600;
    line-height: 1.28;
    margin: 1.8125rem auto 0;
    width: fit-content;
}

.asideLead .large {
    font-size: 1.6875rem;
}

.asideHeading {
    font-size: 2.1875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.14;
    margin: 0.4375rem auto 0;
    width: fit-content;
}

.asideAddress {
    font-size: 0.9375rem;
    font-style: normal;
    line-height: 1.4;
    margin: 0.625rem auto 0;
    text-align: center;
}

.asideNav {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1.875rem 1fr;
    margin: 2rem auto 0;
    max-width: 19.75rem;
    width: 100%;
}

.asideNav__icon {
	display: grid;
	grid-template-rows: repeat(9, 1fr);
    margin-top: 0.25rem;
}

.asideNav__list {
    display: grid;
}

.asideNav__item {
    padding: 0.75rem 0;
    position: relative;
}

.asideNav__item a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.asideNav__item::after {
    background: var(--gradientGoldOrange);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}

.aside__contactText {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 1.9375rem auto 0;
    text-align: center;
}

.ctaSection__linkGroup--aside {
    margin-top: auto;
}

.ctaSection__linkGroup--aside .ctaSection__link {
    border-radius: unset;
    box-shadow: unset;
    grid-template-columns: 3.125rem auto;
    height: 4.625rem;
    max-width: unset;
    width: 100%;
}

.ctaSection__linkGroup--aside .ctaSection__linkText {
    font-size: 1.4375rem;
    line-height: 1;
}

.ctaSection__linkGroup--aside .ctaSection__linkText .small {
    font-size: 1.0625rem;
}

@media screen and (max-height: 1050px) {
    .asideArea {
        overflow-y: scroll;
    }
    .ctaSection__linkGroup--aside {
        margin-top: 0.6875rem;
    }
}

/* Main Contents */

.contents {
    background: #fff;
    margin: 0 auto;
    max-width: 23.4375rem;
    overflow: hidden;
}

/* MV */

.mv {
    position: relative;
}

.mv__title {
    left: 50%;
    position: absolute;
    top: 0.8125rem;
    transform: translateX(-50%);
    width: 72.2%;
}

.mv__lead {
    bottom: -15%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 105.8667%;
}

.highlights,
.questions {
    background: linear-gradient(to right, #ffc832 0%, #fdbd2f 50%, #ff9923 100%);
}

.highlights__list {
    display: grid;
    gap: 0.5625rem;
    grid-template-columns: repeat(3, 1fr);
    padding: 2.375rem 0.75rem 0;
}

.highlights__item {
    position: relative;
}

.questions {
    position: relative;
}

.questions__title {
    padding-top: 1.4375rem;
    position: relative;
    text-align: center;
}

.questions__title img {
    max-width: 22.9375rem;
}

.questions__box {
    background: #fff;
    border-radius: 18px;
    box-shadow: 10px 10px 10px #ffa700;
    margin: 0 auto;
    margin-top: -3rem;
    max-width: calc(100% - 1.75rem);
    padding: 2.1875rem 2rem 1.75rem;
    position: relative;
}

.questions__person {
    position: absolute;
    right: 1%;
    top: -3%;
    width: 21.2%;
}

.questions__list {
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
}

.questions__item {
    display: grid;
    gap: 1.125rem;
    grid-template-columns: 2.8125rem 1fr;
}

.questions__text {
    font-family: var(--familyNotoSans);
    font-size: 1.375rem;
    letter-spacing: -0.02em;
    line-height: 1.27;
}

.questions__woman {
    bottom: 1.1875rem;
    left: 13.8667%;
    position: absolute;
    width: 26.4%;
}

.questions__borderChevron {
    background: #dff2f5;
    clip-path: polygon(50% 100%, 100% 0, 100% 100%, 0 100%, 0 0);
    height: 5.125rem;
    margin-top: 2.625rem;
}

.ctaSection {
    background: #dff2f5;
    padding-top: 0.9375rem;
}

.ctaSection--first {
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.ctaSection__title {
    align-items: flex-end;
    display: grid;
    font-size: 1.25rem;
    font-weight: 600;
    gap: 0.375rem;
    grid-template-columns: 2.8125rem auto;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto;
    width: fit-content;
}

.ctaSection__title .red {
    color: #ff4545;
    font-size: 1.5rem;
}

.ctaSection__title .xl {
    font-size: 2rem;
}

.ctaSection__box {
    background: #fff;
    margin-top: -0.9rem;
    padding: 2.1875rem 1.25rem;
    position: relative;
}

.ctaSection__people {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 77.6%;
    z-index: 1;
    margin-top: 1.375rem;
}

.ctaSection__subtitle {
    font-size: 1.4375rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.43;
    text-align: center;
}

.ctaSection__subtitle .orange {
    color: var(--colorGold);
    font-size: 2.1875rem;
    font-weight: 700;
}

.ctaSection__box .ctaSection__linkGroup {
    gap: 0.8125rem;
    justify-items: center;
    margin: 1.375rem auto 0;
}

/* Points */

.points {
    background: url(../../images/top/icon-line_bg.png) repeat, linear-gradient(to bottom, #fffdc5, #ffc832);
    background-size: 13px;
    padding: 3.5rem 0 0;
}

.points__container {
    padding: 0 1.1875rem;
}

.points__earIcon {
    text-align: center;
}

.points__earIcon img {
    width: 32%;
}

.points__headingGroup {
    margin-top: 0.75rem;
    text-align: center;
}

.points__headingGroup img {
    width: 82.9333%;
}

.points__lead {
    font-family: var(--familyNotoSans);
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.2;
}

.points__list {
    display: flex;
    flex-direction: column;
    gap: 2.0625rem;
    margin-top: 1.875rem;
}

.points__item {
    aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(255, 267, 0, 0.5);
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    position: relative;
}

.points__item:not(:last-child)::after {
    background: url(../../images/top/icon-points_arrow.svg) no-repeat center / cover;
    bottom: -2.375rem;
    content: "";
    height: 2.1875rem;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 1.875rem;
    z-index: 2;
}

.points__number {
    height: 6.6875rem;
    left: 5%;
    position: absolute;
    top: -6%;
    width: 6.6875rem;
}

.points__item:nth-child(4) .points__number {
    left: 4%;
    top: -9.3%;
}

.points__itemTitle {
    color: var(--colorGold);
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    text-align: center;
}

.points__image {
    margin-top: 0.375rem;
    text-align: center;
}

.points__image img {
    border-radius: 10px;
    max-width: 10.5rem;
}

.points__text {
    font-family: var(--familyNotoSans);
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.375;
    margin-top: 0.75rem;
    text-align: center;
}

/* Company */

.company__title {
    margin-top: -0.375rem;
    position: relative;
    text-align: center;
}

.company__title img {
    width: 88%;
}

.company__subtitle {
    position: relative;
    text-align: start;
}

.company__subtitle img {
    width: 94.9333%;
}

.company__lead {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.56;
    padding: 0 1.1875rem;
}

.company__contents {
    margin-top: 1.6875rem;
    padding: 0 1.1875rem;
}

.company__heading {
    color: var(--colorGold);
    font-size: 1.4375rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    padding-bottom: 0.5rem;
    position: relative;
}

.company__heading::after {
    background: var(--gradientGoldOrange);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    width: 100%;
}

.company__lead p,
.company__contents p {
    font-family: var(--familyNotoSans);
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.56;
}

.company__lead p {
    margin-top: 0.875rem;
}

.company__imageArea {
    margin-top: 2.125rem;
    padding: 0 1.5rem 2.9375rem;
    position: relative;
}

.company__leftImage {
    width: 54.8%;
}

.company__rightImage {
    position: absolute;
    right: 0;
    top: 43%;
    width: 50.1333%;
}

/* Message */

.message {
    background: linear-gradient(to bottom, #c5ebff 0%, #c5ebff 70%, #fff 100%);
    padding: 2.25rem 1.1875rem 1.6875rem;
    position: relative;
    z-index: 1;
}

.message__clouds {
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 40.4375rem;
    z-index: -1;
}

.assurance__box {
    background: linear-gradient(to bottom, transparent 0%, transparent 28%, #fff 28%, #fff 100%);
    padding: 3.25rem 1.25rem 2.0625rem;
    position: relative;
    z-index: 1;
}

.assurance__box::before {
    aspect-ratio: 337 / 288;
    background: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    height: auto;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.assurance__image {
    position: relative;
    text-align: center;
}

.assurance__image img {
    width: 54.3%;
}

.assurance__heading {
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: unset;
    line-height: 1.53;
    margin-top: -0.5rem;
    text-align: center;
}

.assurance__message {
    font-family: var(--familyNotoSans);
    font-size: 1rem;
    letter-spacing: 0.09em;
    line-height: 1.56;
    margin-top: 0.5625rem;
}

.assurance__listLabel {
    align-items: center;
    background: #80d0dd;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 1rem;
    font-weight: 700;
    height: 1.875rem;
    justify-content: center;
    letter-spacing: 0.1em;
    margin-top: 0.9375rem;
    width: 17.8125rem;
}

.assurance__list {
    display: grid;
    margin: 0.5625rem auto 0;
    width: fit-content;
}

.assurance__item {
    display: grid;
    font-family: var(--familyNotoSans);
    font-size: 1.125rem;
    gap: 0.5625rem;
    grid-template-columns: 2rem 1fr;
    letter-spacing: unset;
    line-height: 1.88;
}

.assurance__item .number {
    color: #80d0dd;
    font-family: var(--familySerif);
    font-size: 1.3125rem;
    font-weight: 700;
    letter-spacing: unset;
    line-height: 1.6;
}

.assurance__item .small {
    font-size: 0.8125rem;
}

.presidentMessage {
    display: grid;
    grid-template-columns: 1fr 46.6%;
    margin-top: -2.6rem;
    position: relative;
    row-gap: 0.5rem;
    z-index: 2;
}

.presidentMessage__title {
    align-content: center;
    font-size: 1rem;
    font-weight: 500;
    grid-column: 1;
    grid-row: 1;
    letter-spacing: unset;
    line-height: 1.5;
    margin-top: 2rem;
}

.presidentMessage__title .large {
    font-size: 1.5rem;
}

.presidentMessage__title .medium {
    font-size: 1.25rem;
}

.presidentImage img {
    width: 100%;
}

.president__writing {
    grid-column: span 2;
    grid-row: 2;
}

.president__name {
    margin-top: -0.5rem;
    text-align: center;
}

.president__name img {
    max-width: 6.6875rem;
}

/* Certifcation */

.yellowbg {
    background: linear-gradient(to bottom, rgba(255, 253, 197, 0.3), rgba(255, 200, 50, 0.3));
}

.certifcation {
    padding: 2.75rem 0.875rem 0;
    position: relative;
    z-index: 1;
}

.ceritication__bubble {
    align-items: center;
    background: url(../../images/top/icon-bubble.png) no-repeat center / cover;
    display: flex;
    font-size: 1.25rem;
    font-weight: 500;
    height: 3.8125rem;
    justify-content: center;
    left: 6.1333%;
    letter-spacing: 0;
    position: absolute;
    top: -1.8%;
    width: 4.875rem;
}

.ceritication__bubble .text {
    transform: translateY(-4px) rotate(-6deg);
}

.ceritication__bubble .small {
    font-size: 1rem;
}

.certification__block:nth-child(n + 3) {
    margin-top: 2.1875rem;
}

.certification__heading {
    font-size: 1.375rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.45;
    padding-bottom: 0.5rem;
    position: relative;
    text-align: center;
}

.certification__heading::after {
    background: var(--gradientGoldOrange);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
}

.certification__heading .highlight {
    color: var(--colorGold);
    font-feature-settings: "palt";
    font-size: 1.875rem;
    font-weight: 700;
}

.certification__heading .highlight.hasReduceMargin {
    margin: 0 -0.6rem;
}

.certification__block:nth-child(3) .certification__heading {
    margin-left: -0.6rem;
}

.certification__heading .small {
    font-size: 1rem;
    font-weight: 500;
}

.certification__heading .md {
    font-size: 1.25rem;
    font-weight: 500;
}

.certification__blockText {
    font-family: var(--familyNotoSans);
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 1.56;
    margin-top: 1rem;
}

.certification__image {
    margin-top: 2.6875rem;
}

.certifcation__gallery {
    display: grid;
    gap: 0.5rem 1.0625rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
}

.equipmentOne {
    grid-column: 1;
    grid-row: span 2;
}

.equipmentTwo {
    grid-column: 2;
    grid-row: 1;
}

.equipmentThree {
    grid-column: 2;
    grid-row: 2;
}

.certifcation__gallery img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.info {
    margin-top: 2.625rem;
}

.info__label {
    align-items: center;
    background: var(--gradientGoldOrange);
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    height: 2.125rem;
    justify-content: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 21.0625rem;
    width: 100%;
}

.info__logo {
    margin-top: 1.8125rem;
    text-align: center;
}

.info__logo img {
    width: 32%;
}

.notice {
    background: #fff;
    border-radius: 15px;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 39px 1fr;
    margin: 1.125rem auto 0;
    max-width: 21.0625rem;
    padding: 1.6875rem 1.25rem 1.25rem;
}

.notice__icon {
    grid-column: 1;
    grid-row: 1;
}

.notice__heading {
    grid-column: 2;
    grid-row: 1;
    letter-spacing: 0;
    line-height: 1.78;
}

.notice__heading .large {
    color: #ff5e77;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25;
}

.notice__text {
    font-family: var(--familyNotoSans);
    font-size: 0.6875rem;
    grid-column: span 2;
    grid-row: 2;
    letter-spacing: 0.1em;
    line-height: 1.63;
}

.formSection {
    margin-top: 3.4375rem;
}

.contactForm__heading {
    align-items: center;
    background: var(--gradientGoldOrange);
    border-radius: 30px;
    color: #fff;
    display: flex;
    font-size: 1.25rem;
    height: 2.125rem;
    justify-content: center;
    letter-spacing: 0.1em;
    margin: 0 auto;
    max-width: 21.0625rem;
    width: 100%;
}

.contactForm {
    margin-top: 1.75rem;
    padding: 0 1rem;
    padding-bottom: 3.125rem;
}

.contactForm form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.form__row {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.form__label,
.form__row .wpcf7-radio label,
.form__postcodeText {
    color: var(--colorBlack);
    font-family: var(--familyNotoSans);
    font-size: 1rem;
    line-height: 1.18;
}

.form__label {
    display: flex;
}

.form__label .required,
.form__label .nonRequired {
    align-items: center;
    background: #ee5959;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 0.75rem;
    height: 1.0625rem;
    justify-content: center;
    margin-left: 0.3125rem;
    padding: 0 0.25rem;
    transform: translateY(0.125rem);
    width: fit-content;
}

.form__label .nonRequired {
    background: #b5b5b5;
}

.form__row .wpcf7-radio {
    display: flex;
    gap: 0.25rem;
}

.form__row .wpcf7-radio label {
    font-size: 0.875rem;
}

.form__row .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.form__row .wpcf7-radio .wpcf7-list-item label {
    cursor: pointer;
    display: block;
    padding-left: 1.3125rem;
    position: relative;
    width: 100%;
}

.form__row .wpcf7-radio .wpcf7-list-item input {
    opacity: 0;
    position: absolute;
}

.form__row .wpcf7-radio .wpcf7-list-item label:has(input:focus)::before {
    outline: -webkit-focus-ring-color auto 1px;
}

.form__row .wpcf7-radio .wpcf7-list-item label::before {
    background: url(../../images/top/icon-radio_off.svg) no-repeat center / cover;
    content: "";
    display: block;
    height: 1.0625rem;
    left: 0;
    position: absolute;
    top: 0;
    transition: 0.3s;
    width: 1.0625rem;
}

.form__row .wpcf7-radio .wpcf7-list-item label:has(input:checked)::before {
    background: url(../../images/top/icon-radio_on.svg) no-repeat center / cover;
}

.form__row input[type="text"],
.form__row input[type="email"],
.form__row input[type="tel"],
.form__postcodeInput input[type="text"],
.form__row textarea {
    background: #fff;
    border: none;
    border-radius: 7px;
    color: var(--colorBlack);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.4;
    padding: 0.75rem;
    width: 100%;
}

.form__row textarea {
    resize: vertical;
}

.form__postcode {
    align-items: center;
    display: flex;
    gap: 0.25rem;
    margin-top: 0.75rem;
}

.form__postcodeText {
    font-weight: 600;
}

.form__postcodeInput input[type="text"] {
    width: 5rem;
}

.form__row:has(textarea) {
    margin-top: 1.5rem;
}

.form__row textarea {
    width: 100%;
}

.form__submit {
    margin: 0.9375rem auto 0;
    position: relative;
    width: fit-content;
}

.wpcf7-spinner {
    position: absolute;
}

.form__submit input[type="submit"] {
    background: var(--colorGold);
    border: none;
    border-radius: 28px;
    color: #fff;
    font-family: var(--familySerif);
    font-size: 1.25rem;
    font-weight: 500;
    height: 2.25rem;
    width: 7.625rem;
}

@media screen and (min-width: 1500px) {
    .pageBg::before {
        z-index: 2;
    }
    .pageBg img {
        height: auto;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .asideArea {
        display: none;
    }
    .asideSpacer {
        display: none;
    }
    .pageContainer {
        grid-template-columns: 1fr;
    }

    .pageBg {
        width: 100vw;
    }
}

@media screen and (max-width: 375px) {
    .contents {
        max-width: 100vw;
    }
}


/* =================================
    2025_1017修正 kurogi 
=====================================*/
@media screen and (max-width: 767px){
    .contents{
        max-width: 100%;
    }
    .header{
        max-width: 100%;
    }
    .questions__borderChevron{
        margin-top: 20vw;
    }
    .points__itemTitle{
        font-size: 4.12vw;
    }
    .points__image img{
        max-width: 62vw;
    }
    .points__text{
        font-size: 3.2vw;
    }
    .ctaSection__link{
        max-width: 60vw;
        height: auto;
        padding: 15px 5px;
        grid-template-columns: 7vw auto;
    }
    .ctaSection__linkText{
        font-size: 3.1vw;
        font-size: clamp(16px);
    }
    .ctaSection__linkText .small{
        font-size: 2.4vw;
    }
    .contactInfo__map{
        max-width: 90vw;
    }
    .notice{
        max-width: 90vw;
        align-items: center;
    }
    .message__clouds{
        width: 100%;
    }
    .assurance__box{
        background: linear-gradient(to bottom, transparent 0%, transparent 45%, #fff 28%, #fff 100%);
    }
    .assurance__box::before{
        border-radius: 50% 50% 0 0;
    }
    .assurance__message{
        text-align: center;
    }
    .assurance__listLabel{
        margin: 0.9375rem auto 0;
    }
    .presidentMessage__title .large{
        font-size: 5.2vw;
    }
    .presidentMessage__title{
        font-size: 4.6vw;
        padding-left: 4.75vw;
    }
    .presidentMessage__title .medium{
        font-size: 4.2vw;
    }
    .notice__heading{
        font-size: 2.7vw;
    }
    .notice__heading .large{
        font-size: 3.8vw;
    }
}
@media screen and (max-width:468px) {
    .ctaSection__link{
        max-width: 65vw;
    }
    .ctaSection__linkText{
        font-size: 1.0625rem;
    }
    .ctaSection__linkText .small{
        font-size: .75rem;
    }
    .notice__heading{
        font-size: .875rem;
    }
    .notice__heading .large{
        font-size: 1.25rem;
    }
}