@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

:root {
    --cv-btn-maxw: 38rem;
    --cv-btn-h: 8.8rem;
    --cv-btn-fs: 2.2rem;
    --cv-btn-fs-sp: 1.8rem;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    outline: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: #222222;
    overflow-x: hidden;
}

main {
    overflow: hidden;
}

img {
    vertical-align: bottom;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
    max-width: 1440px;
    padding: 0 60px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .l-inner {
        padding: 0 20px;
    }
}

.l-header {
    width: 100%;
    height: 96px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
@media screen and (max-width: 1024px) {
    .l-header {
        height: 70px;
    }
}
.l-header__inner {
    height: 100%;
    padding: 0 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 1024px) {
    .l-header__inner {
        padding: 0 20px;
    }
}
.l-header__logo {
    width: 146px;
    display: block;
}
@media screen and (max-width: 1024px) {
    .l-header__logo {
        width: 138px;
    }
}
.l-header__logo img {
    width: 100%;
    height: auto;
}
.l-header__body.none {
    display: none;
}
@media screen and (max-width: 1024px) {
    .l-header__body {
        display: none;
    }
}

.l-footer {
    background: #0074e0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    color: #d5d5d5;
}
.l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1320px;
    padding: 28px 60px;
    margin: 0 auto;
}

.l-footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1320px;
    padding: 28px 28px 0 60px;
    margin: 0 auto;
    background: transparent;
}

.cert {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background: transparent;
}

.cert__img {
    display: block;
    height: 92px;
    width: auto;
}

.cert__img--invert {
    -webkit-filter: brightness(0) invert(1) contrast(110%) saturate(0%);
    filter: brightness(0) invert(1) contrast(110%) saturate(0%);
}

.tosho-logo__img {
    display: block;
    height: 92px;
    width: auto;
}

.tosho-code {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    margin: 0;
}

@media screen and (max-width: 750px) {
    .l-footer__inner {
        padding: 28px 20px;
    }
    .l-footer_logo {
        padding: 28px 20px 0 20px;
        gap: 20px;
    }
    .cert__img,
    .tosho-logo__img {
        height: 62px;
    }
}
.l-footer a {
    font-size: 12px;
    font-weight: 400;
    line-height: 200%;
}

.l-footer_logo .cert,
.l-footer_logo .cert__img,
.l-footer_logo .cert--tse {
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.l-footer .certification-item,
.l-footer_logo .certification-item {
    background: transparent !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.l-footer small {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 200%;
}

.c-title {
    text-align: center;
    font-weight: 700;
}
.c-title--en {
    color: #0074e0;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    display: block;
}
.c-title--ja {
    font-size: 40px;
    line-height: 150%;
    display: block;
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .c-title--ja {
        font-size: 32px;
    }
}

.c-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}
@media screen and (max-width: 1220px) {
    .c-nav {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
.c-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media screen and (max-width: 1220px) {
    .c-nav__list {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
.c-nav__item {
    font-size: 16px;
    font-weight: 700;
    -webkit-transition:
        background 0.4s,
        color 0.4s,
        -webkit-box-shadow 0.4s;
    transition:
        background 0.4s,
        color 0.4s,
        -webkit-box-shadow 0.4s;
    transition:
        background 0.4s,
        color 0.4s,
        box-shadow 0.4s;
    transition:
        background 0.4s,
        color 0.4s,
        box-shadow 0.4s,
        -webkit-box-shadow 0.4s;
}
@media screen and (max-width: 1220px) {
    .c-nav__item {
        font-size: 15px;
    }
}
.c-nav__item:hover {
    position: relative;
}
.c-nav__item:hover::after {
    position: absolute;
    content: "";
    background: #0074e0;
    left: 0;
    height: 3px;
    width: 100%;
    bottom: -11px;
}
.c-nav__buttonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.c-nav__button {
    padding: 16px 32px;
    border-radius: 24px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
@media screen and (max-width: 1220px) {
    .c-nav__button {
        font-size: 15px;
        padding: 16px 16px;
    }
}
.c-nav__button::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.c-nav__button.-download {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(255, 255, 255)),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-nav__button.-download::after {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.04%, #001dc4),
        color-stop(118.61%, #0261bb)
    );
    background: linear-gradient(90deg, #001dc4 0.04%, #0261bb 118.61%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.c-nav__button.-download:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    color: #0074e0;
}
.c-nav__button.-download:hover::after {
    opacity: 0;
}
.c-nav__button.-consultation {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(255, 255, 255)),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    color: #222;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.c-nav__button.-consultation::after {
    background: linear-gradient(267deg, #ffe100 -17.88%, #f1aa00 153.14%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.c-nav__button.-consultation:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    color: #f1aa00;
}
.c-nav__button.-consultation:hover::after {
    opacity: 0;
}
.c-nav__button p {
    position: relative;
    z-index: 3;
}

.c-cta {
    background-image: url(../images/contact_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    background-color: #0074e0;
    margin: 0 calc(50% - 50vw);
    padding: 80px calc(50vw - 50%) 0;
    width: 100vw;
}
@media screen and (max-width: 750px) {
    .c-cta {
        padding: 40px calc(50vw - 50%) 0;
        background-image: url(../images/contact_bg_sp.jpg);
    }
}
.c-cta__title {
    text-align: center;
    font-weight: 700;
    color: #fff;
}
.c-cta__title--en {
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1px;
    display: block;
}
.c-cta__title--ja {
    font-size: 40px;
    font-weight: 700;
    margin-top: 27px;
    display: block;
}
@media screen and (max-width: 750px) {
    .c-cta__title--ja {
        font-size: 24px;
        margin-top: 33px;
        line-height: 1.5;
    }
}
.c-cta__title--ja span {
    font-size: 56px;
    line-height: 156%;
}
@media screen and (max-width: 750px) {
    .c-cta__title--ja span {
        font-size: 32px;
    }
}
.c-cta__buttonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    max-width: 1200px;
    margin: 32px auto 0;
    padding-bottom: 80px;
}
@media screen and (min-width: 751px) {
    .c-cta__buttonbox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
@media screen and (max-width: 750px) {
    .c-cta__buttonbox {
        padding-bottom: 214px;
        margin: 36px auto 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.c-cta__buttonbox .icon1,
.c-cta__buttonbox .icon2 {
    position: absolute;
}
@media screen and (max-width: 750px) {
    .c-cta__buttonbox .icon1,
    .c-cta__buttonbox .icon2 {
        width: 182px;
        height: 182px;
    }
}
.c-cta__buttonbox .icon1 {
    bottom: -1px;
    left: -2px;
}
@media screen and (max-width: 750px) {
    .c-cta__buttonbox .icon1 {
        left: -20px;
    }
}
.c-cta__buttonbox .icon2 {
    right: -16px;
    bottom: -1px;
}
@media screen and (max-width: 750px) {
    .c-cta__buttonbox .icon2 {
        right: -20px;
    }
}
.p-cv-upper__btns,
.p-cv-lower__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    z-index: 1;
}
.p-cv-upper__btn,
.p-cv-lower__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.p-cv-upper__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (min-width: 751px) {
    .c-cta__buttonbox > .p-cv-upper__btn {
        width: auto;
    }
}
.p-cv-lower__btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-cv-upper__btn-link,
.p-cv-lower__btn-link {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: var(--cv-btn-maxw);
    height: var(--cv-btn-h);
    font-size: var(--cv-btn-fs);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 2.4rem;
}
.c-cta__buttonhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
    color: #fff;
}
@media screen and (max-width: 750px) {
    .c-cta__buttonhead {
        margin-bottom: 8px;
    }
}
.c-cta__button {
    display: block;
    position: relative;
    padding: 29px 56px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.c-cta__button::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.c-cta__button.-download {
    background: #243ab8;
    padding: 29px 64px;
    color: #0074e0;
}
.c-cta__button.-download::after {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.c-cta__button.-download:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    color: #fff;
}
.c-cta__button.-download:hover::after {
    opacity: 0;
}
.c-cta__button.-consultation {
    background: #fff;
    color: #222;
}
.c-cta__button.-consultation::after {
    background: linear-gradient(267deg, #ffe100 -17.88%, #f1aa00 153.14%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.c-cta__button.-consultation:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    color: #f1aa00;
}
.c-cta__button.-consultation:hover::after {
    opacity: 0;
}
.c-cta__button p {
    position: relative;
    z-index: 3;
}

.c-cta__buttonbox2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 26px 40px;
    position: relative;
    z-index: 1;
}
.c-cta__buttonbox2 .c-cta__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin: 0 auto;
    padding: 29px 56px;
}
.c-cta__buttonbox2 > .c-cta__col,
.c-cta__buttonbox2 > .p-cv-upper__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
}
.c-cta__buttonbox2 .c-cta__button.-downloadBtn {
    padding: 29px 64px;
}

@media screen and (min-width: 751px) {
    .c-cta__buttonbox2 {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

.c-cta.-cases .c-cta__buttonhead {
    display: none;
}

@media screen and (max-width: 750px) {
    .p-cv-upper__btn-link,
    .p-cv-lower__btn-link {
        height: 10rem;
        font-size: var(--cv-btn-fs-sp);
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0.5rem;
    }

    .p-cv-upper__btn,
    .p-cv-lower__btn {
        width: 100% !important;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .p-cv-upper__btns,
    .p-cv-lower__btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.8rem;
    }

    .c-cta__buttonbox2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 16px;
    }

    .c-cta__buttonbox2 > .c-cta__col,
    .c-cta__buttonbox2 > .p-cv-upper__btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .c-cta__buttonbox2 .c-cta__button {
        width: 100%;
        max-width: 335px;
        text-align: center;
        padding-left: 24px;
        padding-right: 24px;
    }

    .c-cta__buttonbox2 .c-cta__button img,
    .p-cv-upper__btn:first-child img,
    .p-cv-upper__btn:last-child img,
    .p-cv-lower__btn:first-child img,
    .p-cv-lower__btn:last-child img {
        width: auto !important;
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
}

.c-download {
    padding: 80px 0 53px;
}
@media screen and (max-width: 750px) {
    .c-download {
        padding: 40px 0 80px;
    }
}
.c-download__lead {
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .c-download__lead {
        margin-top: 26px;
        line-height: 1.4;
    }
}
.c-download__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 37px;
    -moz-column-gap: 37px;
    column-gap: 37px;
    max-width: 1240px;
    margin: 66px auto 0;
}
@media screen and (max-width: 750px) {
    .c-download__contents {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 33px auto 0;
    }
}
.c-download__head {
    width: 47%;
}
@media screen and (max-width: 750px) {
    .c-download__head {
        width: 100%;
    }
}
.c-download__head img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
    .c-download__head img {
        width: 107%;
        margin-left: -13px;
    }
}
.c-download__body {
    width: 50%;
}
@media screen and (max-width: 750px) {
    .c-download__body {
        width: 100%;
    }
}
.c-download
    .hs-form-87308641-47b0-4cc6-9681-6647a60bffe6_07ea3ccd-1048-4aed-b1d4-cdad7994fb84
    fieldset.form-columns-2
    .input {
    border: 1px solid #000;
}
.c-download div.input {
    border: 1px solid #000;
    width: calc(100% - 209px) !important;
    border-radius: 3px;
    border: 2px solid #222;
    margin-right: unset !important;
    margin-left: 24px;
}
@media screen and (max-width: 750px) {
    .c-download div.input {
        width: 100% !important;
        margin-left: unset;
    }
}
.c-download div.input input {
    height: 39px;
    width: 100%;
    padding: 7px 24px 9px;
    width: 100% !important;
}
.c-download fieldset {
    max-width: 600px !important;
}
@media screen and (max-width: 750px) {
    .c-download fieldset {
        max-width: unset !important;
    }
}
.c-download fieldset:nth-of-type(2) {
    margin-top: 13px !important;
}
@media screen and (max-width: 750px) {
    .c-download fieldset:nth-of-type(2) {
        margin-top: 33px !important;
    }
}
.c-download fieldset + fieldset {
    margin-top: 25px !important;
}
@media screen and (max-width: 750px) {
    .c-download fieldset + fieldset {
        margin-top: 32px !important;
    }
}
.c-download fieldset > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .c-download fieldset > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 22px;
    }
}
.c-download div.hs-richtext {
    display: none;
}
.c-download div.hs-form-field label {
    width: 185px;
}
@media screen and (max-width: 750px) {
    .c-download div.hs-form-field label {
        width: 100%;
    }
}
.c-download div.hs-form-field label {
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-download div.hs-form-field label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: auto;
    }
}
.c-download div.hs-form-field label::after {
    position: absolute;
    content: "必須";
    background-color: #f1aa00;
    right: 0;
    top: -4px;
    width: 57px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.96px;
    border-radius: 8px;
}
@media screen and (max-width: 750px) {
    .c-download div.hs-form-field label::after {
        right: -73px;
    }
}
.c-download #label-department_-87308641-47b0-4cc6-9681-6647a60bffe6::after {
    position: absolute;
    content: "任意";
    background-color: #9d9d9d;
}
.c-download div.actions {
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 292px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    margin: 40px auto 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-download div.actions {
        margin: 24px auto 0;
        width: 200px;
        height: 46px;
        font-size: 14px;
    }
}
.c-download div.actions::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.04%, #001dc4),
        color-stop(118.61%, #0261bb)
    );
    background: linear-gradient(90deg, #001dc4 0.04%, #0261bb 118.61%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.c-download div.actions:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
}
.c-download div.actions:hover input {
    color: #243ab8;
}
.c-download div.actions:hover::after {
    opacity: 0;
}
.c-download div.actions input {
    position: relative;
    z-index: 3;
    color: #fff;
}
.c-download div.actions input {
    width: 292px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .c-download div.actions input {
        width: 200px;
        height: 46px;
    }
}
.c-download ul.inputs-list {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
}
.c-download legend.hs-field-desc {
    display: none;
}
.c-download div.hs-fieldtype-booleancheckbox .input {
    border: unset;
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    margin: 13px auto 0 !important;
    padding: unset !important;
    width: 100% !important;
}
@media screen and (max-width: 750px) {
    .c-download div.hs-fieldtype-booleancheckbox .input {
        margin: -17px auto 0 !important;
    }
}
.c-download input.hs-input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
}
.c-download
    div.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
}
.c-download fieldset.form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 23px;
}
@media screen and (max-width: 750px) {
    .c-download fieldset.form-columns-2 {
        row-gap: 33px;
    }
}
.c-download fieldset.form-columns-2 .input {
    width: 100%;
}
.c-download fieldset.form-columns-2 div.hs-form-field {
    width: 100% !important;
}
.c-download span.hs-form-required {
    display: none;
}
.c-download legend.hs-field-desc {
    margin-top: 1em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-download legend.hs-field-desc {
        text-align: left;
        line-height: 1.2;
    }
}
@media screen and (max-width: 750px) {
    .c-download ul.hs-error-msgs {
        width: 100%;
        margin-top: -10px;
    }
}
.c-download label.hs-error-msg {
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
    margin-left: 211px;
}
@media screen and (max-width: 750px) {
    .c-download label.hs-error-msg {
        margin-left: unset;
        width: 100%;
    }
}
@media screen and (max-width: 750px) {
    .c-download
        div.hs-fieldtype-booleancheckbox
        ul.no-list.hs-error-msgs.inputs-list {
        text-align: center;
    }
}
.c-download label.hs-form-booleancheckbox-display::after,
.c-download label.hs-error-msg::after {
    position: unset !important;
    content: unset !important;
}
.c-download label.hs-form-booleancheckbox-display input {
    width: auto !important;
    height: auto;
    padding: unset;
    margin-bottom: 4px;
}
.c-download div.hs_error_rollup .hs-main-font-element {
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-download div.hs_error_rollup .hs-main-font-element {
        margin-top: 2em;
    }
}
.c-download
    div.hs-fieldtype-booleancheckbox
    ul.no-list.hs-error-msgs.inputs-list {
    text-align: center;
}
.c-download div.hs-fieldtype-booleancheckbox label.hs-error-msg {
    margin-left: unset;
}
.c-download a {
    text-decoration: underline;
    color: #243ab8;
}

.p-top-mv {
    background-image: url(../images/mv_pc.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 96px calc(50vw - 50%) 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
@media screen and (max-width: 1024px) {
    .p-top-mv {
        padding: 70px calc(50vw - 50%) 0;
    }
}
@media screen and (max-width: 750px) {
    .p-top-mv {
        background: unset;
    }
}
.p-top-mv__contents {
    padding: 45px 0 22px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__contents {
        padding: 16px 0 6px;
    }
}
.p-top-mv__text1 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.28px;
    color: #0074e0;
    border: 2px solid #0074e0;
    border-radius: 8px;
    width: 119px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .p-top-mv__text1 {
        font-size: 12px;
        letter-spacing: 0.96px;
        width: 82px;
        height: 28px;
        border-radius: 3px;
    }
}
.p-top-mv__text2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 13px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__text2 {
        font-size: 16px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 750px) {
    .p-top-mv__bg {
        background-image: url(../images/mv_sp.jpg);
        background-size: cover;
        margin: -40px calc(50% - 50vw) 0;
        padding-bottom: 7px;
    }
}
.p-top-mv__lead {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 34px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__lead {
        font-size: 32px;
        margin-top: 22px;
        background: #fff;
    }
}
.p-top-mv__lead .lg {
    font-size: 64px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__lead .lg {
        font-size: 40px;
        line-height: 1.5;
    }
}
.p-top-mv__lead .lg2 {
    font-size: 64px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__lead .lg2 {
        font-size: 32px;
    }
}
.p-top-mv__lead .sm {
    font-size: 40px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__lead .sm {
        font-size: 16px;
    }
}
.p-top-mv__lead .blue {
    color: #0074e0;
}
.p-top-mv__lead .blue span {
    position: relative;
}
.p-top-mv__lead .blue span::after {
    position: absolute;
    content: "";
    background: #0074e0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__lead .blue span::after {
        width: 6px;
        height: 6px;
        top: -3px;
    }
}
.p-top-mv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    margin-top: 34px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__list {
        margin: 0 calc(50% - 50vw) 0;
        padding: 223px 7px 0;
        width: 100vw;
        -webkit-column-gap: 12px;
        -moz-column-gap: 12px;
        column-gap: 12px;
    }
}
.p-top-mv__item {
    position: relative;
    color: #fff;
    font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item svg {
        width: 104px;
    }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
    .p-top-mv__item svg {
        width: 112px;
        height: 112px;
    }
}
.p-top-mv__item--contents {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 700;
    width: 100%;
    text-align: center;
    padding: 0 13px;
}
.p-top-mv__item--contents .text1 {
    font-size: 22px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text1 {
        font-size: 14px;
    }
}
.p-top-mv__item--contents .text2 {
    font-size: 20px;
    margin-top: -2px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text2 {
        font-size: 12px;
    }
}
.p-top-mv__item--contents .text3 {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text3 {
        font-size: 10px;
    }
}
.p-top-mv__item--contents .text4 {
    font-size: 56px;
    margin-right: 3px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text4 {
        font-size: 35px;
    }
}
.p-top-mv__item--contents .text5 {
    font-size: 40px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text5 {
        font-size: 25px;
    }
}
.p-top-mv__item--contents .text6 {
    margin-top: 6px;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text6 {
        font-size: 10px;
    }
}
.p-top-mv__item--contents .text7 {
    font-size: 20px;
    margin-top: -10px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__item--contents .text7 {
        font-size: 12px;
    }
}
.p-top-mv__buttonbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 19px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__buttonbox {
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
        margin: 9px 10px 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-top-mv__buttonbox > div {
        width: 45%;
    }
}
.p-top-mv__buttonhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.6px;
    margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
    .p-top-mv__buttonhead {
        -webkit-column-gap: 4px;
        -moz-column-gap: 4px;
        column-gap: 4px;
        color: #fff;
        text-shadow: 0px 4px 12px #000;
        margin-bottom: 6px;
    }
    .p-top-mv__buttonhead path {
        fill: #fff;
        stroke-width: 2px;
        stroke: #fff;
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="12" /><feOffset dx="1" dy="5" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,1)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
        -webkit-filter: drop-shadow(0px 4px 12px #000);
        filter: drop-shadow(0px 4px 12px #000);
    }
}
.p-top-mv__button {
    padding: 28px 65px 30px;
    border-radius: 40px;
    font-size: 18px;
    font-weight: 700;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
@media screen and (max-width: 750px) {
    .p-top-mv__button {
        padding: 16px 16px 16px;
        font-size: 14px;
    }
}
.p-top-mv__button::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
}
.p-top-mv__button.-download {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgb(255, 255, 255)),
        to(rgba(255, 255, 255, 0))
    );
    background: linear-gradient(
        90deg,
        rgb(255, 255, 255) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    color: #fff;
}
.p-top-mv__button.-download p {
    text-align: center;
}
.p-top-mv__button.-download::after {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.04%, #001dc4),
        color-stop(118.61%, #0261bb)
    );
    background: linear-gradient(90deg, #001dc4 0.04%, #0261bb 118.61%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.p-top-mv__button.-download:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    color: #0074e0;
}
.p-top-mv__button.-download:hover::after {
    opacity: 0;
}
.p-top-mv__button.-consultation {
    background: #fff;
    padding: 28px 56px 30px;
    color: #222;
}
@media screen and (max-width: 750px) {
    .p-top-mv__button.-consultation {
        padding: 16px 16px 16px;
        text-align: center;
    }
}
.p-top-mv__button.-consultation::after {
    background: linear-gradient(267deg, #ffe100 -17.88%, #f1aa00 153.14%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.p-top-mv__button.-consultation:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    color: #f1aa00;
}
.p-top-mv__button.-consultation:hover::after {
    opacity: 0;
}
.p-top-mv__button p {
    position: relative;
    z-index: 3;
}
.p-top-achievements {
    padding: 80px 0 72px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}
@media screen and (max-width: 750px) {
    .p-top-achievements {
        padding: 34px 0 40px;
    }
}
.p-top-achievements__title {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 750px) {
    .p-top-achievements__title {
        text-align: center;
    }
}
.p-top-achievements__title--lg {
    color: #f1aa00;
    text-align: center;
    font-size: 56px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.68px;
}
@media screen and (max-width: 750px) {
    .p-top-achievements__title--lg {
        font-size: 40px;
    }
}
.p-top-achievements__title--sm {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.72px;
}
@media screen and (max-width: 750px) {
    .p-top-achievements__title--sm {
        line-height: 1.6;
        font-size: 16px;
    }
}
.p-top-achievements__slider {
    margin-top: 32px;
    pointer-events: none; /* すべてのポインターイベントを無効化 */
}
@media screen and (max-width: 750px) {
    .p-top-achievements__slider {
        margin-top: 16px;
    }
    .p-top-achievements__slider + .p-top-achievements__slider {
        margin-top: 30px;
    }
}
.p-top-achievements__slider .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.p-top-achievements .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.p-top-achievements__item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 40px;
}
@media screen and (max-width: 750px) {
    .p-top-achievements__item {
        margin: 0 30px;
    }
}
.p-top-achievements__item img {
    height: 64px;
    width: auto;
}
.p-top-achievements__thumb {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.logo-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    margin: 4rem auto;
    max-width: 1000px;
}
.logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 2rem;
}
.logo-row img {
    width: 22%;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}
.logo-row img:hover {
    transform: scale(1.05);
}
@media (max-width: 768px) {
    .logo-row {
        flex-wrap: wrap;
        justify-content: center;
    }
    .logo-row img {
        width: 40%;
        margin-bottom: 1rem;
    }
}
.p-top-worries {
    background: #0074e0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 37px calc(50vw - 50%) 78px;
}
@media screen and (max-width: 750px) {
    .p-top-worries {
        padding: 40px calc(50vw - 50%) 40px;
    }
}
.p-top-worries__titlebox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__titlebox {
        position: relative;
        padding-bottom: 110px;
    }
    .p-top-worries__titlebox .left {
        position: absolute;
        left: -5px;
        bottom: 0;
        width: 106px;
        height: 106px;
    }
    .p-top-worries__titlebox .right {
        position: absolute;
        right: -5px;
        bottom: 0;
        width: 106px;
        height: 106px;
    }
}
.p-top-worries__title {
    color: #fff;
    text-align: center;
    line-height: 100%;
    line-height: 1;
}
.p-top-worries__title--sm {
    font-size: 24px;
    font-weight: 700;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-worries__title--sm {
        font-size: 16px;
    }
}
.p-top-worries__title--lg {
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.28px;
    margin-top: 16px;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-worries__title--lg {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 11px;
    }
}
.p-top-worries__title--lg span {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 1.92px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__title--lg span {
        font-size: 32px;
    }
}
.p-top-worries__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
    margin: 23px auto 0;
    max-width: 1200px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 16px;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        margin: 10px auto 0;
    }
}
.p-top-worries__item {
    border-radius: 8px;
    border: 5px solid #dcdcdc;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 75, 145, 0.4);
    box-shadow: 0px 4px 30px 0px rgba(0, 75, 145, 0.4);
    padding: 28px 20px 26px;
    width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
    .p-top-worries__item {
        width: 100%;
        padding: 21px 11px 16px;
    }
}
.p-top-worries__item h3 {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-align: center;
}
.p-top-worries__item h3 span {
    color: #f1aa00;
    text-align: center;
    font-size: 32px;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.6px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__item h3 span {
        font-size: 23px;
    }
}
.p-top-worries__item ul {
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__item ul {
        margin-top: 14px;
    }
}
.p-top-worries__item li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-indent: 0;
    padding-left: 23px;
    position: relative;
}
@media screen and (max-width: 750px) {
    .p-top-worries__item li {
        line-height: 1.2;
        padding-left: 23px;
    }
}
.p-top-worries__item li + li {
    margin-top: 9px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__item li + li {
        margin-top: 6px;
    }
}
.p-top-worries__item li svg {
    position: absolute;
    margin-right: 4px;
    left: -1px;
    top: 4px;
}

.p-top-worries__lead {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
    .p-top-worries__item li svg {
        left: 0px;
        top: 1px;
    }
}
.p-top-worries__tips {
    margin: 24px auto 0;
    max-width: 728px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__tips {
        margin: 16px auto 0;
    }
}
.p-top-worries__tips--head {
    border-radius: 8px 8px 0px 0px;
    background: #f1aa00;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    padding: 8px 0;
}
.p-top-worries__tips--head h3 {
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 100%;
    text-transform: uppercase;
}
.p-top-worries__tips--body {
    border-radius: 0 0 8px 8px;
    background: #fff;
    padding: 24px 40px;
}
@media screen and (max-width: 750px) {
    .p-top-worries__tips--body {
        padding: 24px 20px;
    }
}
.p-top-worries__tips--body p {
    max-width: 768px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
}
.p-top-worries__tips--body p span {
    color: #243ab8;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
}
.p-top-feature {
    padding-top: 80px;
}
.p-top-feature__item {
    background: #d5e7f6;
    border-radius: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 60px;
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding: 80px 60px;
    margin-top: 104px;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item {
        padding: 44px 20px 24px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 18px;
        margin-top: 60px;
    }
    .p-top-feature__item + .p-top-feature__item {
        margin-top: 45px;
    }
}
.p-top-feature__item--lead {
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #0074e0;
    font-family: "Poppins", sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 100%;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -64px;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item--lead {
        font-size: 40px;
        top: -20px;
    }
}
.p-top-feature__item--body {
    width: 50%;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item--body {
        width: 100%;
    }
}
.p-top-feature__item--body > span {
    border-radius: 24px;
    background: #fff;
    width: auto;
    min-width: 114px;
    max-width: 100%;
    padding: 0 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #0074e0;
    font-weight: 900;
    line-height: 100%;
    letter-spacing: 1.28px;
    white-space: nowrap;
    word-break: keep-all;
    hyphens: none;
    font-size: clamp(1rem, 3vw, 1.4rem);
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item--body > span {
        margin: 0 auto;
    }
}
@media screen and (max-width: 750px) {
    .p-top-feature__item--body > span {
        font-size: clamp(0.95rem, 4.5vw, 1.3rem);
    }
}
@media screen and (max-width: 360px) {
    .p-top-feature__item--body > span {
        font-size: clamp(0.9rem, 5.5vw, 1.2rem);
    }
}
.p-top-feature__item--body h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 17px;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item--body h3 {
        font-size: 16px;
    }
}
.p-top-feature__item--body h3 .color {
    color: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.p-top-feature__item--body h3 .color::after {
    position: absolute;
    content: "";
    background: #f1aa00;
    width: 100%;
    height: 48px;
    left: 0;
    top: 50%;
    z-index: -1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item--body h3 .color::after {
        height: 30px;
    }
}
.p-top-feature__item--body h3 .lg {
    font-size: 40px;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item--body h3 .lg {
        font-size: 24px;
    }
}
.p-top-feature__item--body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-top: 15px;
}
.p-top-feature__item figure {
    width: 45%;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item figure {
        width: 100%;
        margin-top: 18px;
    }
}
.p-top-feature__item figure img {
    width: 100%;
    height: auto;
    border-radius: 32px;
}
@media screen and (max-width: 1024px) {
    .p-top-feature__item figure img {
        border-radius: 40px;
    }
}
.p-top-case {
    padding: 80px 0;
}
@media screen and (max-width: 750px) {
    .p-top-case {
        padding: 80px 0 40px;
    }
}
.p-top-case__sliderbox {
    position: relative;
}
.p-top-case__slider {
    max-width: 1200px;
    margin: 40px 60px 0;
}
@media screen and (max-width: 750px) {
    .p-top-case__slider {
        margin: 40px 20px 0;
    }
}
.p-top-case__thumb {
    border-radius: 16px;
}
.case-overlay {
    position: relative;
    display: inline-block;
}
.case-overlay > img:first-child {
    display: block;
    width: 100%;
    height: auto;
}
.case-overlay .case-logo {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30%;
    max-width: 160px;
    height: auto;
    opacity: 0.95;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 6px;
    padding: 5px;
    object-fit: contain;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
    .case-overlay .case-logo {
        width: 40%;
        top: 6px;
        left: 6px;
    }
}
.p-top-case__thumb img {
    width: 100%;
    height: 100%;
    aspect-ratio: 368/245;
    border-radius: 16px;
}
.p-top-case__name {
    margin-top: 24px;
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
}
@media screen and (max-width: 750px) {
    .p-top-case__name {
        margin-top: 18px;
    }
}
.p-top-case__title {
    color: #0074e0;
    font-size: 18px;
    font-weight: 900;
    line-height: 150%;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .p-top-case__title {
        margin-top: 9px;
    }
}
.p-top-case__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .p-top-case__text {
        margin-top: 6px;
    }
}
.p-top-case .swiper-button-next,
.p-top-case .swiper-button-prev {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    border: 2px solid #0074e0;
    background: #fff;
    margin-top: calc(10.73333% - 62px);
    top: 0;
}
@media screen and (max-width: 750px) {
    .p-top-case .swiper-button-next,
    .p-top-case .swiper-button-prev {
        width: 56px;
        height: 56px;
        margin-top: calc(39.9% - 68px);
    }
}
.p-top-case .swiper-button-next {
    right: 0;
}
@media screen and (max-width: 750px) {
    .p-top-case .swiper-button-next {
        right: -9px;
    }
}
.p-top-case .swiper-button-prev {
    left: 0;
}
@media screen and (max-width: 750px) {
    .p-top-case .swiper-button-prev {
        left: -9px;
    }
}
.p-top-case .swiper-button-next:after,
.p-top-case .swiper-button-prev:after {
    font-size: 23px;
    color: #0074e0;
}
.p-top-case .swiper-button-next:hover,
.p-top-case .swiper-button-prev:hover {
    background: #0074e0;
}
.p-top-case .swiper-button-next:hover::after,
.p-top-case .swiper-button-prev:hover::after {
    color: #fff;
}
.p-top-subject {
    padding: 80px 0 78px;
}
@media screen and (max-width: 750px) {
    .p-top-subject {
        padding: 42px 0 24px;
    }
}
.p-top-subject__title {
    font-weight: 700;
}
.p-top-subject__title--sm {
    text-align: center;
    font-size: 24px;
    line-height: 100%;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-subject__title--sm {
        font-size: 16px;
        line-height: 150%;
    }
}
.p-top-subject__title--lg {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;
    background: #f1aa00;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px;
    margin: 14px auto 0;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-subject__title--lg {
        font-size: 24px;
        line-height: 1.4;
        margin-top: 7px;
    }
    .p-top-subject__title--lg + .p-top-subject__title--lg {
        margin-top: unset;
        line-height: 1.2;
    }
}
.p-top-subject table {
    width: 100%;
    max-width: 1200px;
    margin: 36px auto 0;
    border: 4px solid #0074e0;
    border-radius: 26px;
    border-collapse: separate; /* テーブルのセルに隙間を作る */
    border-spacing: 0; /* セル間の隙間をゼロに設定 */
}
@media screen and (max-width: 750px) {
    .p-top-subject table {
        margin: 23px auto 0;
        border-radius: 10px;
    }
}
.p-top-subject table .pd1 {
    padding: 39px 0 39px;
    gap: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media screen and (max-width: 750px) {
    .p-top-subject table .pd1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 6px 0 7px;
    }
}
.p-top-subject table .pd2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.p-top-subject table .pd2 p {
    line-height: 120%;
}
.p-top-subject table .pd3 {
    padding: 23px 0 2px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table .pd3 {
        padding: 9px 0 7px;
    }
}
.p-top-subject table .pd4 {
    padding: 42px 0 34px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table .pd4 {
        padding: 7px 0 0px;
    }
}
.p-top-subject table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-top-subject table tr th:first-of-type {
    border-left: unset;
    width: 33.3333%;
}
.p-top-subject table tr:last-of-type th,
.p-top-subject table tr:last-of-type td {
    border-bottom: unset;
}
.p-top-subject table th {
    border-left: 4px solid #0074e0;
    border-bottom: 4px solid #0074e0;
    width: 33.33333%;
    vertical-align: middle;
}
@media screen and (max-width: 750px) {
    .p-top-subject table th {
        border-left: 3px solid #0074e0;
        border-bottom: 3px solid #0074e0;
    }
}
.p-top-subject table th p {
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    font-size: 24px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table th p {
        font-size: 10px;
    }
}
.p-top-subject table th p .lg {
    font-size: 32px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table th p .lg {
        font-size: 15px;
    }
}
.p-top-subject table th p .lg2 {
    font-size: 32px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table th p .lg2 {
        font-size: 10px;
    }
}
.p-top-subject table td {
    border-left: 4px solid #0074e0;
    border-bottom: 4px solid #0074e0;
    vertical-align: middle;
    width: 25%;
    width: 33.3333%;
}
@media screen and (max-width: 750px) {
    .p-top-subject table td {
        border-left: 3px solid #0074e0;
        border-bottom: 3px solid #0074e0;
    }
}
.p-top-subject table td p {
    text-align: center;
    font-weight: 700;
    line-height: 100%;
}
.p-top-subject table td p.text1 {
    color: #0e174b;
    font-family: "Poppins", sans-serif;
    font-size: 72px;
    line-height: 100%;
    letter-spacing: -2.16px;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-subject table td p.text1 {
        font-size: 20px;
        line-height: 1.2;
    }
}
.p-top-subject table td p.text1 span {
    font-size: 40px;
    font-weight: 900;
    font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 750px) {
    .p-top-subject table td p.text1 span {
        font-size: 15px;
    }
}
.p-top-subject table td p.text2 {
    color: #333;
    font-size: 32px;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-subject table td p.text2 {
        font-size: 10px;
    }
}
.p-top-subject table td p.text3 {
    color: #333;
    font-size: 64px;
    display: block;
    font-family: "Poppins", sans-serif;
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table td p.text3 {
        font-size: 20px;
    }
}
.p-top-subject table td p.text3 span {
    font-size: 40px;
}
@media screen and (max-width: 750px) {
    .p-top-subject table td p.text3 span {
        font-size: 10px;
        display: block;
    }
}
.p-top-subject table td p.color {
    color: #f1aa00;
}
.p-top-subject table .gray {
    background: #f6f6f6;
}
.p-top-subject table .yellow {
    background: #fffaf2;
}
.p-top-subject table .br-top {
    border-radius: 0 26px 0 0;
}
@media screen and (max-width: 750px) {
    .p-top-subject table .br-top {
        border-radius: 0 10px 0 0;
    }
}
.p-top-subject table .br-bottom {
    border-radius: 0 0 26px 0;
}
@media screen and (max-width: 750px) {
    .p-top-subject table .br-bottom {
        border-radius: 0 0 10px 0;
    }
}
.p-top-info {
    max-width: 960px;
    width: 100%;
    border-radius: 8px;
    background: #fff;
    -webkit-box-shadow: 0px 4px 30px 5px rgba(107, 107, 107, 0.1);
    box-shadow: 0px 4px 30px 5px rgba(107, 107, 107, 0.1);
    margin: 0 auto;
    padding: 32px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: -39px;
    position: relative;
}
@media screen and (max-width: 750px) {
    .p-top-info {
        padding: 24px 20px;
        margin-bottom: -56px;
    }
}
.p-top-info p {
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    max-width: 768px;
}
.p-top-info p span {
    font-weight: 900;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
.p-top-service {
    background: #e4f2ff;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 64px calc(50vw - 50%) 125px;
}
@media screen and (max-width: 750px) {
    .p-top-service {
        padding: 70px calc(50vw - 50%) 80px;
    }
}
.p-top-service svg {
    margin: 0 auto 40px;
    display: block;
}
@media screen and (max-width: 750px) {
    .p-top-service svg {
        width: 120px;
        height: 40px;
    }
}
.p-top-service__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
}
@media screen and (max-width: 750px) {
    .p-top-service__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: -11px;
        gap: unset;
    }
}
.p-top-service__item:nth-of-type(odd) {
    margin-left: -60px;
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(odd) {
        margin-left: unset;
    }
}
.p-top-service__item:nth-of-type(odd) .p-top-service__head::after {
    border-radius: 0px 40px 40px 0px;
    right: 20px;
    margin-left: calc(50% - 50vw);
    width: 100vw;
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(odd) .p-top-service__head::after {
        border-radius: 0px 24px 24px 0px;
    }
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(odd) .p-top-service__head img {
        margin-left: -10px;
    }
}
.p-top-service__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: -60px;
    margin-top: 46px;
    gap: 34px;
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: unset;
        margin-top: 67px;
        gap: unset;
    }
}
.p-top-service__item:nth-of-type(even) .p-top-service__head {
    margin-top: -52px;
}
.p-top-service__item:nth-of-type(even) .p-top-service__head::after {
    border-radius: 40px 0px 0px 40px;
    left: 30px;
    bottom: -16px;
    margin-right: calc(50% - 50vw);
    width: 100vw;
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(even) .p-top-service__head::after {
        border-radius: 24px 0px 0px 24px;
        height: 160px;
        bottom: 14%;
        left: 22px;
    }
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(even) .p-top-service__head img {
        margin-left: -21px;
        margin-bottom: -4px;
    }
}
.p-top-service__item:nth-of-type(3) {
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(3) {
        margin-top: 34px;
    }
}
.p-top-service__item:nth-of-type(3) .p-top-service__head {
    margin-top: -20px;
}
.p-top-service__item:nth-of-type(3) .p-top-service__head::after {
    bottom: -4px;
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(3) .p-top-service__head::after {
        bottom: 13%;
    }
}
@media screen and (max-width: 750px) {
    .p-top-service__item:nth-of-type(3) .p-top-service__head img {
        margin-left: -20px;
        margin-bottom: 3px;
    }
}
.p-top-service__head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.p-top-service__head::after {
    position: absolute;
    content: "";
    opacity: 0.2;
    background: #0074e0;
    width: 100%;
    height: 280px;
    bottom: 0;
}
@media screen and (max-width: 750px) {
    .p-top-service__head::after {
        height: 160px;
        bottom: 11%;
    }
}
.p-top-service__head figure {
    position: relative;
    z-index: 10;
}
.p-top-service__head figure img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
    .p-top-service__head figure img {
        width: 111%;
        height: auto;
    }
}
.p-top-service__title {
    margin-top: 85px;
}
@media screen and (max-width: 750px) {
    .p-top-service__title {
        margin-top: unset;
    }
}
.p-top-service__title--sm {
    color: #0074e0;
    font-size: 24px;
    font-weight: 900;
    line-height: 150%;
    display: block;
    position: relative;
    padding-left: 56px;
}
@media screen and (max-width: 750px) {
    .p-top-service__title--sm {
        font-size: 16px;
        padding-left: 54px;
    }
}
.p-top-service__title--sm::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background: #0074e0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-top-service__title--lg {
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
    display: block;
    margin-top: 24px;
}
@media screen and (max-width: 750px) {
    .p-top-service__title--lg {
        font-size: 24px;
    }
}
.p-top-service__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-top: 24px;
    max-width: 591px;
}
@media screen and (max-width: 750px) {
    .p-top-service__text {
        margin-top: 17px;
    }
}
.p-top-examples {
    padding: 80px 0;
}
@media screen and (max-width: 750px) {
    .p-top-examples {
        padding: 40px 0;
    }
}
.p-top-examples__contents {
    margin: 40px auto 0;
    max-width: 1200px;
}
@media screen and (max-width: 750px) {
    .p-top-examples__contents {
        margin: 23px auto 0;
    }
}
.p-top-examples__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -48px;
}
@media screen and (max-width: 750px) {
    .p-top-examples__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        row-gap: 24px;
        margin-left: unset;
    }
}
.p-top-examples__item {
    width: calc(33.33333% - 48px);
    margin-left: 48px;
}
@media screen and (max-width: 750px) {
    .p-top-examples__item {
        width: 100%;
        margin-left: unset;
    }
}
.p-top-examples__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    column-gap: 24px;
}
@media screen and (max-width: 750px) {
    .p-top-examples__head {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
}
.p-top-examples__icon {
    width: 120px;
    height: auto;
}
@media screen and (max-width: 750px) {
    .p-top-examples__icon {
        width: 80px;
    }
}
.p-top-examples__icon img {
    width: 100%;
    height: auto;
}
.p-top-examples__persona--text1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    color: #333;
    margin-bottom: 8px;
}
.p-top-examples__persona--text2 {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 8px;
}
.p-top-examples__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    margin-top: 16px;
}
.p-top-examples__bottom {
    border-radius: 8px;
    background: #f2f2f2;
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    padding: 16px 17px 16px 16px;
    margin-top: 16px;
}

/* ==========================
   リクルーティングアドバイザー紹介（p-top-examples）
========================== */

/* 共通バッジ */
.p-top-examples__badge {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    padding: 3px 8px;
    margin-right: 6px;
    margin-bottom: 4px;
    vertical-align: middle;
    background-color: #f6f8fa;
    color: #0074e0;
    border: 1px solid #0074e0;
}

/* バリエーション指定は不要（全バッジ共通デザインに統一） */

/* テキスト整列 */
.p-top-examples__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.6;
    margin-top: 12px;
    margin-bottom: 8px;
}

.p-top-examples__value {
    display: block;
    margin-top: 2px;
}

/* アピールポイントボックス */
.p-top-examples__bottom.-appeal {
    background-color: #f9f9f9;
    border-left: 4px solid #0074e0;
    border-radius: 8px;
    padding: 12px 16px;
    margin-top: 12px;
}
.p-top-examples__bottom.-appeal p {
    margin: 0;
    font-weight: 600;
    color: #333;
}

/* SP（スマホ）対応 */
@media screen and (max-width: 750px) {
    .p-top-examples__text {
        margin-top: 16px;
    }
    .p-top-examples__badge {
        margin-bottom: 2px;
    }
}
.p-top-flow {
    padding-top: 80px;
}
@media screen and (max-width: 750px) {
    .p-top-flow {
        padding-top: 40px;
    }
}
.p-top-flow__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 80px;
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    column-gap: 21px;
}
@media screen and (max-width: 750px) {
    .p-top-flow__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
        -webkit-column-gap: unset;
        -moz-column-gap: unset;
        column-gap: unset;
        row-gap: 26px;
    }
}
.p-top-flow__item {
    width: calc(25% - 46px);
}
@media screen and (max-width: 750px) {
    .p-top-flow__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-column-gap: 15px;
        -moz-column-gap: 15px;
        column-gap: 15px;
    }
}
.p-top-flow__item:not(:first-of-type) .p-top-flow__thumb {
    position: relative;
}
.p-top-flow__item:not(:first-of-type) .p-top-flow__thumb::after {
    position: absolute;
    content: "";
    background: #1c2660;
    left: -110%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 110%;
    height: 2px;
    z-index: -1;
}
@media screen and (max-width: 750px) {
    .p-top-flow__item:not(:first-of-type) .p-top-flow__thumb::after {
        width: 2px;
        height: 110%;
        top: -110%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.p-top-flow__thumb {
    max-width: 160px;
    width: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .p-top-flow__thumb {
        max-width: 80px;
    }
    .p-top-flow__thumb + div {
        width: calc(100% - 95px);
    }
}
.p-top-flow__thumb img {
    width: 100%;
    height: auto;
}
.p-top-flow__step {
    border-radius: 3px;
    background: #0074e0;
    color: #fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 8px 7px;
    max-width: 160px;
    margin: 16px auto 0;
}
@media screen and (max-width: 750px) {
    .p-top-flow__step {
        font-size: 14px;
        margin: unset;
        max-width: 86px;
    }
}
.p-top-flow__title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .p-top-flow__title {
        margin-top: 9px;
        text-align: left;
        font-size: 16px;
    }
}
.p-top-flow__text {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    margin-top: 8px;
}
@media screen and (max-width: 750px) {
    .p-top-flow__text {
        text-align: left;
        margin-top: 8px;
        line-height: 1.4;
    }
}
.p-top-flow__text a {
    text-decoration: underline;
    color: #0074e0;
}

.hearing-process-text {
    text-align: center;
    font-weight: 700;
}
.p-top-faq {
    padding: 80px 0;
}
@media screen and (max-width: 750px) {
    .p-top-faq {
        padding: 83px 0 40px;
    }
}
.p-top-faq__list {
    max-width: 960px;
    margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
    .p-top-faq__list {
        margin: 43px auto 0;
    }
}
.p-top-faq__item--q {
    color: #0074e0;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    position: relative;
    padding-left: 29px;
}
@media screen and (max-width: 750px) {
    .p-top-faq__item--q {
        font-size: 16px;
    }
}
.p-top-faq__item--q::after {
    position: absolute;
    content: "Q.";
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #0074e0;
    left: 0;
    top: 0;
}
.p-top-faq__item--a {
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    margin-top: 16px;
    position: relative;
    padding-left: 30px;
}
@media screen and (max-width: 750px) {
    .p-top-faq__item--a {
        margin-top: 9px;
    }
}
.p-top-faq__item--a::after {
    position: absolute;
    content: "A.";
    font-size: 20px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: #f1aa00;
    left: 0;
    top: 0;
}
.p-top-faq__item + .p-top-faq__item {
    margin-top: 24px;
}
.p-top-download {
    padding: 80px 0;
}
@media screen and (max-width: 750px) {
    .p-top-download {
        padding: 40px 0;
    }
}

.p-contact__header {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 80px calc(50vw - 50%);
    background: #0074e0;
}
@media screen and (max-width: 750px) {
    .p-contact__header {
        padding: 40px calc(50vw - 50%) 40px;
    }
}
.p-contact__header .c-title--en,
.p-contact__header .c-title--ja {
    color: #fff;
}
.p-contact__header .c-title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .p-contact__header .c-title {
        width: 100%;
    }
}
.p-contact__header .c-title::after {
    position: absolute;
    content: "";
    background-image: url(../images/logo_d.svg);
    background-size: contain;
    right: -440px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 205px;
    height: 248px;
}
@media screen and (max-width: 750px) {
    .p-contact__header .c-title::after {
        right: -16px;
        top: -35px;
        -webkit-transform: unset;
        transform: unset;
        width: 140px;
        height: 170px;
    }
}
.p-contact__body {
    padding: 80px 0;
    max-width: 720px;
    margin: 0 auto;
}
.p-contact__lead {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 200%;
    margin-top: 16px;
}
@media screen and (max-width: 750px) {
    .p-contact__lead {
        margin-top: 26px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 750px) {
    .p-contact__body {
        padding: 47px 0;
    }
}
.p-contact__body div.hs-fieldtype-textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.p-contact__body div.hs-fieldtype-textarea label {
    padding-top: 10px;
}
.p-contact__body div.hs-fieldtype-textarea label::after {
    top: 6px !important;
}
.p-contact__body div.hs-fieldtype-textarea .input {
    min-height: 236px;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs-fieldtype-textarea .input {
        min-height: 160px;
    }
}
.p-contact__body div.hs-fieldtype-textarea .input textarea {
    width: 100%;
    min-height: 220px;
    padding: 7px 24px 9px;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs-fieldtype-textarea .input textarea {
        min-height: 140px;
    }
}
.p-contact__body div.input {
    border: 1px solid #000;
    width: calc(100% - 209px) !important;
    border-radius: 3px;
    border: 2px solid #222;
    margin-right: unset !important;
    margin-left: 24px;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.input {
        width: 100% !important;
        margin-left: unset;
    }
}
.p-contact__body div.input input {
    height: 39px;
    width: 100%;
    padding: 7px 24px 9px;
    width: 100% !important;
}
.p-contact__body fieldset {
    max-width: unset !important;
}
.p-contact__body fieldset:nth-of-type(2) {
    margin-top: unset !important;
}
.p-contact__body fieldset + fieldset {
    margin-top: 41px !important;
}
@media screen and (max-width: 750px) {
    .p-contact__body fieldset + fieldset {
        margin-top: 32px !important;
    }
}
.p-contact__body fieldset > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .p-contact__body fieldset > div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 22px;
    }
}
.p-contact__body div.hs-richtext {
    display: none;
}
.p-contact__body div.hs-form-field label {
    width: 185px;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs-form-field label {
        width: 100%;
    }
}
.p-contact__body div.hs-form-field label {
    position: relative;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs-form-field label {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: auto;
    }
}
.p-contact__body div.hs-form-field label::after {
    position: absolute;
    content: "必須";
    background-color: #f1aa00;
    right: 0;
    top: -4px;
    width: 57px;
    height: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.96px;
    border-radius: 8px;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs-form-field label::after {
        right: -73px;
    }
}
.p-contact__body #label-department_-c2d50be4-4848-4598-802c-bd88c72156fb::after,
.p-contact__body
    #label-tob_lp_consultation-c2d50be4-4848-4598-802c-bd88c72156fb::after {
    position: absolute;
    content: "任意";
    background-color: #9d9d9d;
}
.p-contact__body div.actions {
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    width: 292px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 40px;
    margin: 40px auto 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.actions {
        margin: 24px auto 0;
        width: 200px;
        height: 46px;
        font-size: 14px;
    }
}
.p-contact__body div.actions::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(0.04%, #001dc4),
        color-stop(118.61%, #0261bb)
    );
    background: linear-gradient(90deg, #001dc4 0.04%, #0261bb 118.61%);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.p-contact__body div.actions:hover {
    -webkit-box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
    box-shadow: 0px 1px 10px 1px rgba(118, 118, 118, 0.1);
}
.p-contact__body div.actions:hover input {
    color: #243ab8;
}
.p-contact__body div.actions:hover::after {
    opacity: 0;
}
.p-contact__body div.actions input {
    position: relative;
    z-index: 3;
    color: #fff;
}
.p-contact__body div.actions input {
    width: 292px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.actions input {
        width: 200px;
        height: 46px;
    }
}
.p-contact__body ul.inputs-list {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
}
.p-contact__body legend.hs-field-desc {
    display: none;
}
.p-contact__body div.hs-fieldtype-booleancheckbox .input {
    border: unset;
    font-size: 14px;
    font-weight: 700;
    line-height: 200%;
    text-align: center;
    margin: -12px auto 0 !important;
    padding: unset !important;
    width: 100% !important;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs-fieldtype-booleancheckbox .input {
        margin: -17px auto 0 !important;
    }
}
.p-contact__body input.hs-input {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    margin-right: 8px;
}
.p-contact__body
    div.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
    width: 100%;
}
.p-contact__body fieldset.form-columns-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 38px;
}
@media screen and (max-width: 750px) {
    .p-contact__body fieldset.form-columns-2 {
        row-gap: 33px;
    }
}
.p-contact__body fieldset.form-columns-2 .input {
    width: 100%;
}
.p-contact__body fieldset.form-columns-2 div.hs-form-field {
    width: 100% !important;
}
.p-contact__body span.hs-form-required {
    display: none;
}
.p-contact__body legend.hs-field-desc {
    margin-bottom: 1em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-contact__body legend.hs-field-desc {
        text-align: left;
        line-height: 1.2;
        margin-bottom: unset;
    }
}
@media screen and (max-width: 750px) {
    .p-contact__body ul.hs-error-msgs {
        width: 100%;
        margin-top: -10px;
    }
}
.p-contact__body label.hs-error-msg {
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
    margin-left: 211px;
}
@media screen and (max-width: 750px) {
    .p-contact__body label.hs-error-msg {
        margin-left: unset;
        width: 100%;
    }
}
.p-contact__body
    div.hs-fieldtype-booleancheckbox
    ul.no-list.hs-error-msgs.inputs-list {
    text-align: center;
}
.p-contact__body div.hs-fieldtype-booleancheckbox label.hs-error-msg {
    margin-left: unset;
}
.p-contact__body label.hs-form-booleancheckbox-display::after,
.p-contact__body label.hs-error-msg::after {
    position: unset !important;
    content: unset !important;
}
.p-contact__body label.hs-form-booleancheckbox-display input {
    width: auto !important;
    height: auto;
    padding: unset;
    margin-bottom: 4px;
}
.p-contact__body div.hs_error_rollup .hs-main-font-element {
    font-size: 14px;
    color: #ff0000;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .p-contact__body div.hs_error_rollup .hs-main-font-element {
        margin-top: 2em;
    }
}
.p-contact-completion {
    padding: 80px 0 268px;
    background-color: #e4f2ff;
    position: relative;
}
@media screen and (max-width: 750px) {
    .p-contact-completion {
        padding: 40px 0 221px;
        height: auto;
    }
}
.p-contact-completion__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 200%;
    margin: 40px auto 0;
    max-width: 740px;
    display: block;
}
.p-contact-completion__text + .p-contact-completion__text {
    margin-top: 1em;
}
.p-contact-completion a {
    color: #243ab8;
    text-decoration: underline;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.p-contact-completion a:hover {
    opacity: 0.7;
}
.p-contact-completion svg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}
@media screen and (max-width: 750px) {
    .p-contact-completion svg {
        width: 182px;
        height: 182px;
    }
}
.p-contact .hs-field-desc a {
    text-decoration: underline;
    color: #243ab8;
}

.u-pt0 {
    padding-top: 0 !important;
}

.u-mr16 {
    margin-right: 16px !important;
}

.u-mt0 {
    margin-top: 0 !important;
}

.u-mt5 {
    margin-top: 5px !important;
}

.u-mt10 {
    margin-top: 10px !important;
}

.u-mt15 {
    margin-top: 15px !important;
}

.u-mt20 {
    margin-top: 20px !important;
}

.u-mt25 {
    margin-top: 25px !important;
}

.u-mt30 {
    margin-top: 30px !important;
}

.u-mt35 {
    margin-top: 35px !important;
}

.u-mt40 {
    margin-top: 40px !important;
}

.u-mt50 {
    margin-top: 50px !important;
}

.u-mb0 {
    margin-bottom: 0 !important;
}

.u-mb5 {
    margin-bottom: 5px !important;
}

.u-mb10 {
    margin-bottom: 10px !important;
}

.u-mb15 {
    margin-bottom: 15px !important;
}

.u-mb20 {
    margin-bottom: 20px !important;
}

.u-mb25 {
    margin-bottom: 25px !important;
}

.u-mb30 {
    margin-bottom: 30px !important;
}

.u-mb35 {
    margin-bottom: 35px !important;
}

.u-mb40 {
    margin-bottom: 40px !important;
}

.u-mr0 {
    margin-right: 0 !important;
}

@media screen and (max-width: 750px) {
    .u-smt0 {
        margin-top: 0 !important;
    }
    .u-smt5 {
        margin-top: 5px !important;
    }
    .u-smt10 {
        margin-top: 10px !important;
    }
    .u-smt15 {
        margin-top: 15px !important;
    }
    .u-smt20 {
        margin-top: 20px !important;
    }
    .u-smb0 {
        margin-bottom: 0 !important;
    }
    .u-smb5 {
        margin-bottom: 5px !important;
    }
    .u-smb10 {
        margin-bottom: 10px !important;
    }
    .u-smb15 {
        margin-bottom: 15px !important;
    }
    .u-smb20 {
        margin-bottom: 20px !important;
    }
    .u-sml0 {
        margin-left: 0 !important;
    }
}
.u-w03per {
    width: 3% !important;
}

.u-w05per {
    width: 5% !important;
}

.u-w10per {
    width: 10% !important;
}

.u-w13per {
    width: 13% !important;
}

.u-w15per {
    width: 15% !important;
}

.u-w20per {
    width: 20% !important;
}

.u-w23per {
    width: 23% !important;
}

.u-w25per {
    width: 25% !important;
}

.u-w30per {
    width: 30% !important;
}

.u-w33per {
    width: 33% !important;
}

.u-w35per {
    width: 35% !important;
}

.u-w40per {
    width: 40% !important;
}

.u-w43per {
    width: 43% !important;
}

.u-w45per {
    width: 45% !important;
}

.u-w50per {
    width: 50% !important;
}

.u-w53per {
    width: 53% !important;
}

.u-w55per {
    width: 55% !important;
}

.u-w60per {
    width: 60% !important;
}

.u-w63per {
    width: 63% !important;
}

.u-w65per {
    width: 65% !important;
}

.u-w70per {
    width: 70% !important;
}

.u-w73per {
    width: 73% !important;
}

.u-w75per {
    width: 75% !important;
}

.u-w80per {
    width: 80% !important;
}

.u-w83per {
    width: 83% !important;
}

.u-w85per {
    width: 85% !important;
}

.u-w90per {
    width: 90% !important;
}

.u-w93per {
    width: 93% !important;
}

.u-w95per {
    width: 95% !important;
}

.u-table-fixed {
    table-layout: fixed;
}

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

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

@media screen and (max-width: 750px) {
    .s-text-center {
        text-align: center;
    }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
    background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
    display: none;
}
@media screen and (max-width: 1120px) {
    .u-xl-only {
        display: block;
    }
}

.u-xl-hidden {
    display: block;
}
@media screen and (max-width: 1120px) {
    .u-xl-hidden {
        display: none;
    }
}

.u-md-only {
    display: none;
}
@media screen and (max-width: 750px) {
    .u-md-only {
        display: block;
    }
}
.u-md-only--flex {
    display: none;
}
@media screen and (max-width: 750px) {
    .u-md-only--flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.u-md-only--inline {
    display: none;
}
@media screen and (max-width: 750px) {
    .u-md-only--inline {
        display: inline-block;
    }
}

.u-md-hidden {
    display: block;
}
@media screen and (max-width: 750px) {
    .u-md-hidden {
        display: none;
    }
}
.u-md-hidden--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 750px) {
    .u-md-hidden--flex {
        display: none;
    }
}
.u-md-hidden--inline {
    display: inline-block;
}
@media screen and (max-width: 750px) {
    .u-md-hidden--inline {
        display: none;
    }
}

/* チェックボックス直上に同意テキストを表示 */
.c-download legend.hs-field-desc,
.p-contact__body legend.hs-field-desc {
    display: block !important;
    font-size: 14px; /* 調整用 */
    font-weight: 400; /* 調整用 */
    margin-bottom: 8px; /* チェックボックスとの余白 */
    text-align: center; /* 必要なら左寄せ */
    color: #333; /* 必要なら文字色 */
}
.p-merit__block-process,
.p-merit__block-process-box {
    min-width: 0;
}

.p-merit__block-process-title {
    white-space: nowrap;
    word-break: keep-all;
    hyphens: none;
}

@media screen and (max-width: 750px) {
    .p-merit__block-process-title {
        font-size: clamp(1.2rem, 4.2vw, 1.4rem);
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width: 360px) {
    .p-merit__block-process-title {
        font-size: clamp(1.1rem, 4.8vw, 1.3rem);
    }
}

/* ==== PC専用: c-ctaセクションを横並び化（SPは現状維持） ==== */
@media screen and (min-width: 751px) {
    /* 親ボックス：横一列で折り返しを防止 */
    .c-cta__buttonbox {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
        flex-wrap: nowrap; /* ← 折り返し禁止がポイント */
    }

    /* 子ブロック：SPのwidth:100%を解除し、横並び可能に */
    .c-cta__buttonbox > .p-cv-upper__btn {
        width: auto; /* ← 横幅を自動調整に戻す */
        flex: 0 0 auto; /* ← 横方向の拡張を防止 */
    }

    /* ボタン内テキストで改行が発生しないように（必要に応じて） */
    .c-cta__buttonbox .c-cta__button {
        white-space: nowrap;
    }
}

/* ==== PC用: CTAボタン横並び強制（SPの縦並びは変更しない） ==== */
@media screen and (min-width: 751px) {
    /* 親：横並び維持 */
    .c-cta__buttonbox {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        column-gap: 40px;
        flex-wrap: nowrap;
    }

    /* 子：幅100%指定を上書きして横並び可能に */
    .c-cta__buttonbox > .p-cv-upper__btn {
        width: auto !important; /* ← 重要: 既存のwidth:100%を強制解除 */
        flex: 0 0 auto;
    }

    /* 文言の改行によるボタン幅の崩れ防止 */
    .c-cta__buttonbox .c-cta__button {
        white-space: nowrap;
    }
}

/* 定着サポートテキスト：LP全体フォント統一 */
.c-text.-support {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    letter-spacing: 0.03em;
}

.u-match-worries {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}

/* “将来への不安を感じさせてしまわないか悩ましい” と同じフォントに統一 */
.c-text.-support.u-match-worries {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
}
