html body {
    width: 100%;
    color: #202020;
    font-family: "Noto Sans JP", Sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    line-height: 1;
    -webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
}

textarea {
    resize: none;
}

.header-logo {
    height: 70px;
    width: inherit;
}

.header-btn-login {
    font-size: 1.25rem;
    padding: .75rem;
    margin-right: 3rem;
    color: #0057b8 !important;
    border-radius: 4px;
    border: #0057b8 2px solid;
    transition: all 0.3s ease;
}

.header-btn-login:hover {
    background-color: #0057b8;
    color: #ffffff !important;
    outline: none;
}

.header-hum {
    display: none;
}

.fv-div {
    position: relative;
    background-color: #2c77cb;
    padding: 2rem calc((100vw - 1000px) / 2);;
    overflow: hidden;
}

.fv-div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--bg-url);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0.11;
    z-index: 0;
}

.fv-div>* {
    position: relative;
    z-index: 1;
}

.fv-items {
    height: 100%;
    padding: clamp(1rem, 2vw, 3rem);
}

.fv-caption {
    display: flex;
    flex-flow: column;
    gap: 1rem;
    font-size: clamp(1.25rem, 3vw, 2rem);
    font-weight: 600;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 4px 4px 4px #0f4a8e;
}

.fv-caption .line1 {
    font-size: clamp(1rem, 2vw, 1.25rem);
}

.fv-items img {
    object-fit: contain;
}

.fv-caption2 {
    padding: 2rem;
    gap: .25rem;
}

.fv-caption2 span:not(span span) {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 600;
    padding: .5rem;
    text-align: center;
    background-color: #fff;
    border: #202020 1px solid;
    border-radius: 4px;
}

.fv-caption2 span span {
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: #ffc000;
}

.fv-btn-consult a {
    background-color: #ff7007;
    color: #fff !important;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 50px;
    padding: 1.5rem 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: none;
    transition: background-color 0.3s;
}

.fv-btn-consult a:hover {
    background-color: #e56600;
    text-decoration: none;
    color: #fff;
}

.what-is {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 30,0 55,100 0,100' fill='%23e3edf7'/%3E%3Cpolygon points='30,0 100,0 100,100 55,100' fill='%23f2f6fd'/%3E%3C/svg%3E") no-repeat center center;
    background-size: cover;
}


.what-is .caption-bg {
    position: relative;
}

.what-is .caption-bg span {
    position: absolute;
    color: #4B75C11A;
    width: 100%;
    text-align: center;
    font-size: 3.5rem;
    font-family: 'Noto Serif JP';
    font-weight: 500;
}

.what-is-body {
    padding: 2.5rem calc((100vw - 1000px) / 2);
    margin: 0 1rem;
    text-align: center;
}

.what-is-body .caption {
    font-size: 2rem;
    font-family: 'Noto Serif JP';
    font-weight: 900;
    color: #273F97;
}

.what-is-wrap {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
}

.what-is-img {
    width: 40%;
}

.what-is-img img {
    border-radius: 7px;
    aspect-ratio: 5/4;
    object-fit: cover;
}

.what-is-text {
    width: 60%;
    display: flex;
    flex-flow: column;
    text-align: start;
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    font-weight: 500;
    gap: .5rem;
    letter-spacing: 2px;
    line-height: clamp(1.25rem, 1.75vw, 1.75rem);
}

.what-is-text span span {
    text-align: center;
    font-size: clamp(1rem, 1.5vw, 1.5rem);
    font-weight: 700;
    padding: 0 .5rem;
    color: #fff;
    background-color: #1D2B6F;
    border-radius: 2px;
}

.introduction {
    height: 90vh;
    background-color: #f1f6ff;
}

.intro-div {
    position: relative;
    padding: 0 calc((100vw - 1000px) / 2);
    height: 100%;
    --bs-gutter-x: 0;
}


.intro-caption {
    font-size: clamp(1.75rem, 2vw, 2.25rem);
    font-family: 'Noto Serif JP';
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 2vh;
}

.intro-caption span {
    line-height: 1;
}

.intro-caption span span {
    color: #000;
}

.intro-box {
    background-color: #fff;
    border: 5px solid #0a91e1;
    border-radius: 15px;
}

.intro-box-content {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    font-weight: 600;
    display: flex;
}

.intro-box-content span {
    font-size: clamp(1rem, 1.2vw, 1.25rem);
    font-weight: 700;
    color: #0a91e1;
}

.intro-check {
    object-fit: contain;
    width: 1.2rem;
    height: 100%;
    margin-right: 10px;
}

.img-container {
    position: relative;
    max-height: 0;
}

.intro-man {
    position: absolute;
    left: 75%;
    width: 15%;
    transform: translateY(-70%);
    object-fit: cover;
    aspect-ratio: 1.13;
    object-position: 0% 0%;
}

.triangle-container {
    position: relative;
    width: 100%;
    height: 50px;
}

.triangle-top {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #0a91e1;
    z-index: 2;
}

.triangle-bottom {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translateX(-50%);
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #d8eef8;
    z-index: 1;
}

.intro-bottom-1,
.intro-bottom-2 {
    font-size: clamp(1rem, 2vw, 2rem);
    font-family: 'Noto Serif JP';
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 1;
}

.suppliers {
    background-color: #fafafc;
}

.suppliers-div {
    padding: 0 calc((100vw - 1000px) / 2);
}

.suppliers-industries {
    display: flex;
    flex-wrap: wrap;
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 500;
    letter-spacing: 3px;
    padding-bottom: 1.5rem 0;
    align-items: center;
    justify-content: center;
}

.suppliers-industries>span {
    white-space: nowrap;
    display: inline-block;
    background-color: #1d2b6f;
    color: #fff;
    padding: .5rem 1.5rem;
    margin: .5rem 0;
    border-radius: 4px;
}

.suppliers-industries>span:nth-child(2n) {
    background-color: transparent;
    padding: 0;
    color: #000;
}

.supplier-text {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
    font-size: clamp(1.5rem, 2vw, 2rem);
    font-weight: 700;
}

.trouble-title {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    color: #fff;
    background-color: #355ca4;
    text-align: center;
    padding: 1.5rem 0;
}

.trouble-card-wrap {
    padding: 0 calc((100vw - 1000px) / 2);
    margin: 0 clamp(1rem, 1vw, 3rem);
}

.trouble-card {
    margin: 1rem 0;
    text-align: center;
}

.trouble-caption {
    color: #273f97;
    font-size: clamp(1.5rem, 2.5vw, 2rem);
    font-weight: 700;
}

.trouble-rank {
    position: relative;
    height: 0;
}

.trouble-rank img {
    position: absolute;
    right: 20%;
    top: 20px;
    width: 15%;
}

.trouble-wrap {
    display: flex;
    flex-flow: column;
    margin-top: 1rem;
    background-color: #f5f5f5;
    border-radius: 15px;
    width: 60%;
    height: calc(55vh / 2);
}

.trouble-wrap img {
    object-fit: contain;
    width: 40%;
    height: 70%;
    margin-top: 1rem;
}

.trouble-wrap span {
    font-size: clamp(.875rem, 1.5vw, 1.1rem);
    font-weight: 600;
}

.solution {
    background-color: #f1f6ff;
    padding: 2rem 1.5rem;
}

.solution-wrap {
    padding: 0 calc((100vw - 1000px) / 2);
}

.solution-caption {
    padding: 3rem 0;
    text-align: center;
}

.solution-caption span {
    font-family: 'Noto Serif JP';
    font-weight: 900;
    font-size: clamp(2rem, 3vw, 2.5rem);
    padding: .5rem 1rem;
    color: #355ca4;
    border-top: 2px solid #355ca4;
    border-bottom: 2px solid #355ca4;
}

.solution-img {
    padding: 0 10%;
}

.solution-text-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-family: 'Noto Serif JP';
    font-weight: 900;
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-top: 2rem;
    color: #355ca4;
}

.solution-text-wrap .dot-above {
    position: relative;
    font-size: clamp(2.3rem, 3.1vw, 2.8rem);
}

.solution-text-wrap .dot-above::before {
    content: "・・";
    position: absolute;
    top: -1.5rem;
    left: 55%;
    transform: translateX(-50%);
    font-size: 2rem;
    letter-spacing: .5rem;
    color: #355ca4;
}

.solution-text-wrap .gold-bg {
    background: linear-gradient(to right, #FFD804, #F5AC1B);
    color: white;
    padding: .5rem;
    white-space: nowrap;
    display: inline-block;
}

.example {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    letter-spacing: 1.5px;
    line-height: 1.2;
    font-weight: 500;
    background-color: #f8f8f8;
}

.example-caption {
    font-size: clamp(1.5rem, 4vw, 2rem);
    color: #000d6e;
    letter-spacing: 5px;
}

.example-wrapper {
    padding: 0 calc((100vw - 1000px) / 2);
}

.example-img {
    opacity: 0.7;
    filter: brightness(1.5);
    border-radius: 15px;
}

.example-card {
    padding: 1rem;
}

.example-card span {
    font-size: clamp(.875rem, 1.25vw, 1.1rem)
}

.service-flow {
    padding: 0 calc((100vw - 1000px) / 2);
}

.flow-caption {
    text-align: center;
    font-size: 2rem;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    color: #355ca4;
    padding-top: 1rem;
}

.sample {
    background-color: #f1f6ff;
    padding: 2rem calc((100vw - 1000px) / 2);
}

.sample-text {
    font-weight: 500;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    padding: 1rem 0;
}

.sample-text span span {
    color: #355ca4;
}

.sample-wrap {
    position: relative;
    width: 60%;
    margin: 50px 20% 0 20%;
}

.sample-bubble {
    position: absolute;
    top: -50px;
    right: 225px;
    width: 150px;
}
.sample-man {
    position: absolute;
    top: -75px;
    right: 50px;
    width: 200px;
}

.feature {
    background-color: #fff;
    padding: 0 calc((100vw - 1000px) / 2);
    width: 100%;
    padding-bottom: 2rem;
    line-height: 1.5;
}

.feature-caption {
    text-align: center;
    font-family: 'Noto Serif JP';
    font-weight: 900;
    font-size: 2rem;
    padding: 1.5rem 0;
    color: #355ca4;
}

.feature-caption span {
    font-size: 2.5rem;
}

.features1 {
    display: flex;
    background-color: #f1f6ff;
    margin: 0 2rem;
}

.feature-circle-wrap1 {
    width: 35%;
    font-family: 'Noto Serif JP';
    display: flex;
    align-items: center;
    justify-content: center;

}

.feature-circle1 {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #355ca4;
}

.feature-circle1 span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 250px;
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #355ca4;
}

.feature-card1 {
    display: flex;
    margin: 1rem 0;
}

.feature-card1-num {
    flex: 0 0 auto;
    width: max-content;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    line-height: clamp(1.75rem, 2.5vw, 2.5rem);
    color: #355ca4;
}

.feature-card1-num span {
    border-bottom: 1px solid #355ca4;
}

.feature-card1-wrap {
    padding: 0 1rem;
    display: flex;
    flex-flow: column;
}

.feature-card1-title {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    margin-bottom: 1rem;
}

.feature-card1-title span {
    color: #355ca4;
}

.feature-card1-text {
    font-weight: 500;
    font-size: clamp(.875rem, 1.5vw, 1.1rem);
    margin: .25rem 0;
}

.features2 {
    display: flex;
    background-color: #355ca4;
    color: #fff;
    margin: 2rem;
    margin-bottom: 0;
}

.feature-circle-wrap2 {
    width: 35%;
    font-family: 'Noto Serif JP';
    display: flex;
    align-items: center;
    justify-content: center;

}

.feature-circle2 {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 3px solid #fbff43;
}

.feature-circle2 span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 250px;
    text-align: center;
    font-weight: 900;
    font-size: 2.5rem;
    line-height: 3rem;
    color: #fbff43;
}

.feature-card2 {
    display: flex;
    margin: 1rem 0;
}

.feature-card2-num {
    flex: 0 0 auto;
    width: max-content;
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: clamp(1.75rem, 2.5vw, 2.5rem);
    line-height: clamp(1.75rem, 2.5vw, 2.5rem);
    color: #fbff43;
}

.feature-card2-num span {
    border-bottom: 1px solid #fbff43;
}

.feature-card2-wrap {
    padding: 0 1rem;
    display: flex;
    flex-flow: column;
}

.feature-card2-title {
    font-family: 'Noto Serif JP';
    font-weight: 700;
    font-size: clamp(1.25rem, 2.5vw, 2rem);
    line-height: 2.5rem;
    margin-bottom: 1rem;
}

.feature-card2-title span {
    color: #fbff43;
}

.feature-card2-text {
    font-weight: 500;
    font-size: clamp(.875rem, 1.5vw, 1.1rem);
    margin: .25rem 0;
}

.feature-card2-text span {
    color: #fbff43;
}

.faq {
    background-color: #f0f0f0;
}

.faq-caption {
    font-family: 'Noto Serif JP';
    font-weight: 900;
    font-size: 2rem;
    padding: 1.5rem 0;
    color: #355ca4;
}

.faq-caption2 {
    font-weight: 600;
}

.faq-content {
    padding: 0 calc((100vw - 1000px) / 2);
    margin: 0 1rem;
}

.faq-card {
    display: flex;
    flex-flow: column;
    padding: 2rem clamp(1rem, 1.5vw, 2rem);
}

.faq-q,
.faq-a {
    position: relative;
    padding-left: 1.5em;
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.75rem;
    ;
}

.faq-q {
    font-weight: 600;
}

.faq-q::before {
    position: absolute;
    top: -0.125em;
    left: 0;
    content: "Q";
    font-size: 1.2em;
    font-weight: bold;
    color: #01356d;
}

.faq-a::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "A";
    font-size: 1.2em;
    font-weight: bold;
    color: #e738d3;
}

.sup-banner {
    background-color: #FFEBCD;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
}

.sup-banner img {
    width: 200px;
}

.banner-button {
    margin-right: 5px;
    margin-left: 5px;
    padding: 25px 10px;
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-size: clamp(14px, 4vw, 22px);
    border-radius: 5px;
    border: 2px solid #ccc;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    text-align: center;
    white-space: nowrap;
}

.banner-button:hover {
    background-color: #FFDEAD;
    border-color: #000000;
}

.sup-banner p {
    color: #666;
}

.episode-wrap {
    padding: 0 calc((100vw - 1000px) / 2);
}

.cta {
    padding: 2.5rem calc((100vw - 1000px) / 2);
}

.cta-caption span {
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    font-weight: 900;
    color: #1D2B6F;
}

.cta-card-num {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: clamp(2.5rem, 4vw, 3rem);
    height: clamp(2.5rem, 4vw, 3rem);
    font-size: clamp(1.25rem, 3vw, 2rem);
    border-radius: 4px;
    color: #fff;
}

.cta-card-num.n1 {
    background-color: #5ab452;
}

.cta-card-num.n2 {
    background-color: #f8cd4a;
}

.cta-card-num.n3 {
    background-color: #4599d5;
}

.cta-card-caption {
    font-size: clamp(1rem, 2vw, 1.5rem);
    font-weight: 700;
    height: 4rem;
}

.cta-card-text {
    padding: 1rem 0;
    font-size: clamp(0.75rem, 1.5vw, 1rem);
    line-height: 2rem;
}

.cta-card-btns {
    height: 25vh;
    padding: 1rem;
    gap: 1rem;
}

.cta-card-btns a {
    height: 12.5vh;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: clamp(0.75rem, 1.5vw, .9rem);
    gap: .375rem;
    transition: all 0.3s ease;
}

.cta-card-btns a:nth-of-type(1):hover {
    filter: brightness(0.9);
}

.cta-card-btns.btn2 a:nth-of-type(2):hover {
    background: linear-gradient(to top, #fff1b8, #ffe699);
    filter: brightness(0.9);
}

.cta-card-btns.btn3 a:nth-of-type(2):hover {
    background: linear-gradient(to top, #d6e8f9, #c0daf2);
    filter: brightness(0.9);
}

.cta-card-btns.btn1 a:nth-of-type(1) {
    height: 25vh;
    background: linear-gradient(to top, #d6ecd6, #b2d8b2);
}

.cta-card-btns.btn2 a:nth-of-type(1) {
    background: linear-gradient(to top, #fff1b8, #ffe699);
}

.cta-card-btns.btn3 a:nth-of-type(1) {
    background: linear-gradient(to top, #d6e8f9, #c0daf2);
}

.cta-card-btns a span:not(.cta-btn-cap) {
    font-size: clamp(.875rem, 1.55vw, 1.1rem);
    font-weight: 600;
}

.cta-card-btns a:hover {
    background-color: #f8f9fa;
    color: #0d6efd;
    border-color: #0d6efd;
}

.footer {
    background-color: #eff8fa;
}

.footer img {
    mix-blend-mode: multiply;
    width: clamp(200px, 25vw, 300px);

}

.footer-links {
    flex-wrap: wrap;
}

.footer-links a {
    font-size: 1rem;
    display: inline-block;
    white-space: nowrap;
    height: min-content;
    margin: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: inherit;
}

.scroll-btn {
    /* position: relative; */
}

.scroll-btn button {
    background-color: #fff;
    color: #0057b8;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 10px;
}

.scroll-btn button:hover {
    background-color: #0057b8;
    color: #fff;
    box-shadow: 0 0 8px rgba(0, 87, 184, 0.4);
    transition: all 0.3s ease;
}

.footer .copyright {
    font-size: clamp(12px, 1.09375vw, 14px);
    padding: clamp(7px, 0.703125vw, 9px) 0;
    margin: 0;
    text-align: center;
    color: #fff;
    background-color: #1d2b6d;
    border-top: 1px solid #727272;
}

body.modal-open {
    overflow: hidden;
}

.contact-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999;

    overflow-y: auto;
    padding: 4vh 1rem;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.contact-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.contact-modal {
    background: white;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
}

.contact-modal-overlay.active .contact-modal {
    transform: translateY(0);
    opacity: 1;
}

.contact-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.contact-modal-form .form-control {
    font-size: 1rem;
    height: initial;
    line-height: 1.5rem;
    background-color: #f1f1f1;
}

.contact-modal-form label {
    font-size: 1rem;
    font-weight: 600;
}

.contact-modal-form select {
    min-width: initial !important;
    font-size: 16px;
    padding: initial !important;
    text-align: initial;
    padding: 0 15px !important;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    outline: none;
    height: initial;
    line-height: initial;
    appearance: auto !important;
}

.contact-modal-form .agree-text {
    font-size: 0.75rem;
    font-weight: 600;
}

.contact-modal-form a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.contact-modal-form #submit-btn {
    background-color: #355ca4;
    border: 1px solid #355ca4;
}

.contact-modal-form #submit-btn:hover {
    background-color: #2d5092;
    transition: background-color 0.3s ease;
}

.timerex-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999;

    overflow-y: auto;
    padding: 4vh 1rem;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.timerex-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.timerex-modal {
    background: white;
    padding: 2rem;
    max-width: 1000px;
    width: 100%;
    height: 90vh;
    overflow-y: auto;
    border-radius: 8px;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
}

.timerex-modal-overlay.active .timerex-modal {
    transform: translateY(0);
    opacity: 1;
}

.timerex-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

.mail-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 9999;

    overflow-y: auto;
    padding: 4vh 1rem;

    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.mail-modal-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.mail-modal {
    background: white;
    padding: 2rem;
    max-width: 600px;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.4s ease;
    overflow-y: auto;
}

.mail-modal-overlay.active .mail-modal {
    transform: translateY(0);
    opacity: 1;
}

.mail-modal-close {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}

#mailThanks {
    height: 100%;
    flex-flow: column;
    justify-content: center;
    font-size: 1.5rem;
}

#mailThanks h3 {
    font-size: 1.5rem;
    padding-bottom: 1rem;
}

.mail-modal-form .form-control {
    font-size: 1rem;
    height: initial;
    line-height: 1.5rem;
    background-color: #f1f1f1;
}

.mail-modal-form label {
    font-size: 1rem;
}

.mail-modal-form label .required {
    padding-left: .5rem;
    color: red;
}

.mail-modal-form label .optional {
    padding-left: .5rem;
    color: gray;
}

.mail-modal-form select {
    min-width: initial !important;
    font-size: 16px;
    padding: initial !important;
    text-align: initial;
    padding: 0 15px !important;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
    outline: none;
    height: initial;
    line-height: initial;
    appearance: auto !important;
}

.mail-modal-form .agree-text {
    font-size: 0.75rem;
}

.mail-modal-form a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.mail-modal-form #submit-btn {
    background-color: #355ca4;
    border: 1px solid #355ca4;
}

.mail-modal-form #submit-btn:hover {
    background-color: #2d5092;
    transition: background-color 0.3s ease;
}

.contact-form .form-top {
    text-align: center;
    background-color: #fdbf02;
    padding: .5rem
}

.contact-form .form-top span {
    color: #353535;
    max-width: min-content;
    font-size: 1.25rem;
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
}

#contact-form {
    align-items: center;
}

.contact-form table {
    width: 50vw;
    min-width: 500px;
}

.contact-form td {
    padding: .5rem 1rem;
    text-align: end;
}

.contact-form label {
    font-size: 1.2rem;
    font-weight: 500;
}

.contact-form .form-control {
    font-size: 1rem;
    height: initial;
    line-height: 1.5rem;
    background-color: #f1f1f1;
}

.contact-form .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.contact-form label {
    width: 150px;
    font-size: 1.2rem;
    font-weight: 500;
}

.contact-form input,
.contact-form select {
    flex: 1;
    min-width: 350px;
    font-size: 1rem;
    height: initial;
    line-height: 1.5rem;
    background-color: #f1f1f1;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form .agree-text {
    font-size: 1rem;
    font-weight: 600;
    padding-top: 1rem;
}

.contact-form a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline;
}

.contact-form #submit-btn {
    width: 200px;
    background-color: #355ca4;
    border: 1px solid #355ca4;
}

.contact-form #submit-btn:hover {
    background-color: #2d5092;
    transition: background-color 0.3s ease;
}

















input[type=checkbox]#hum {
    display: none;
}

.header-menu-modal {
    position: fixed;
    top: 0;
    right: 0;
    background: #333;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform 0.6s;
    width: 210px;
    height: 50vh;
}

.header-menu-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.header-menu-header {
    position: relative;
    text-align: center;
    padding: 2em 1em 1em;
    color: #fff;
    font-size: clamp(1.25rem, 6vw, 2rem);
}

.header-menu-close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    color: #fff;
}

.header-menu-body {
    display: flex;
    flex-direction: column;
    padding: 1em;
}

.header-menu-body a {
    color: #fff;
    padding: 1em 0.5em;
    text-align: left;
    font-size: 0.875rem;
    border-top: solid 1px #727272;
}

.header-menu-body a:last-child {
    border-bottom: solid 1px #727272;
}

input[type=checkbox]#hum:checked+.header-menu-modal {
    transform: translateX(0);
}

/* #floating-btn {
    position: fixed;
    bottom: 40px;
    right: 40px;
    background-color: #355ca4;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: none;
    z-index: 1000;
} */

.kw-caption {
    text-align: center;
    padding: 1rem;
    background-color: #355ca4;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
}

.kw-body {
    padding: 3rem calc((100vw - 1000px) / 2);
    padding-bottom: 0;
}

.kw-wrap {
    gap: .5rem;
}

.kw-card {
    padding: .5rem;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
}

.kw-card.sec1 {
    background-color: #00b0f0;
}

.kw-card.sec2 {
    background-color: #002060;
}

.kw-card.sec3 {
    background-color: #0070c0;
}

.kw-card.sec4 {
    background-color: #9dc3e6;
}

.keywords_top {
    display: flex;
    gap: .5rem;
}

.keywords_top span {
    display: inline-block;
    flex: 1;
    text-align: center;
    padding: 1rem;
    font-weight: 600;
    border: #fff 2px solid;
    border-radius: 10px;
}

.keywords_top span {
    background-color: #bdd7ee;
}


.keywords_bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    padding: .5rem 1rem;
}

.keywords_bottom span {
    gap: .5rem;
    display: inline-block;
    background-color: #fff;
    padding: .5rem 1rem;
    font-weight: 600;
    border: #ccc 1px solid;
    border-radius: 10px;
}

.etc-wrap {
    position: relative;
    color: #fff;
    width: 100%;
    text-align: end;
}

.etc-wrap span {
    position: absolute;
    bottom: 0;
    right: 0;
}

.kw-caption2 {
    text-align: center;
    padding: 1rem;
    color: #F5AC1B;
    font-size: 2rem;
    font-weight: 600;
}
