*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
    --them-color2: #05184a;
    --them-color: #ffca36;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: "prev";
    font-size: 24px;
    color: #000;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: "next";
    font-size: 24px;
    color: #000;
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

*,
::before,
::after {
    box-sizing: border-box;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    cursor: default;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
}

hr {
    height: 0;
    overflow: visible;
}

main {
    display: block;
}

nav ol,
nav ul {
    list-style: none;
    padding: 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

iframe {
    border-style: none;
}

img {
    border-style: none;
}

svg:not([fill]) {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

button,
input,
select {
    margin: 0;
}

button {
    overflow: visible;
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: 0.35em 0.75em 0.625em;
}

input {
    overflow: visible;
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

select {
    text-transform: none;
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical;
}

[type=checkbox],
[type=radio] {
    padding: 0;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

:-moz-focusring {
    outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
    box-shadow: none;
}

details {
    display: block;
}

dialog {
    background-color: white;
    border: solid;
    color: black;
    display: block;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

dialog:not([open]) {
    display: none;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[hidden] {
    display: none;
}

[aria-busy=true] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed;
}

[aria-hidden=false][hidden] {
    display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

ul,
ol,
dl {
    list-style: none;
    padding-left: 0;
}

figure,
p {
    margin: 0;
}

@media screen and (max-width:767px) {
    html {
        font-size: 16px;
        height: 100%;
    }
}

@media screen and (min-width:768px) {
    html {
        font-size: 16px;
        overflow: auto;
    }
}

@media screen and (min-width:1000px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:1160px) {
    html {
        font-size: 16px;
    }
}

@media screen and (min-width:1440px) {
    html {
        font-size: 16px;
    }
}

html.is-scrolllocked {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
em {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
}

[lang=ja] h1,
[lang=ja] h2,
[lang=ja] h3,
[lang=ja] h4,
[lang=ja] h5,
[lang=ja] h6,
[lang=ja] strong,
[lang=ja] em {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

body {
    font-family: "HelveticaLTPro-Roman", "Helvetica", "Helvetica Neue", sans-serif;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-feature-settings: "palt";
    color: #05184A;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

@media screen and (max-width:767px) {
    body {
        height: 100%;
    }
}

@media screen and (min-width:768px) {
    body {
        min-width: 768px;
        height: 100%;
        overflow-x: hidden;
    }
}

body.has-noheader {
    padding-top: 0;
}

@media screen and (max-width:767px) {
    body.has-fixedmenu .p-footer {
        padding-bottom: vw(100);
    }
}

[lang=ja] body {
    font-family: "HelveticaLTPro-Roman", "Helvetica", "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

*:before,
*::after,
* {
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
}

*::placeholder {
    font-family: "Noto Sans JP", sans-serif;
}

[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
    outline: none;
}

a {
    color: inherit;
    text-decoration: none;
}

@media screen and (max-width:767px) {
    a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

a.textlink {
    color: #1fb9e2;
    text-decoration: underline;
}

@media screen and (min-width:768px) {
    a:hover img {
        transition: 0.4s opacity ease;
        opacity: 0.7;
    }
}

@media screen and (max-width:767px) {
    a:active {
        opacity: 0.8;
    }
}

a[href^="tel:"] {
    pointer-events: none;
}

@media screen and (max-width:767px) {
    a[href^="tel:"] {
        pointer-events: auto;
    }
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

@media screen and (max-width:767px) {

    input:focus,
    select:focus,
    button:focus {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
}

video {
    display: block;
}

video,
video source,
picture source,
img {
    max-width: 100%;
    height: auto;
}

img {
    pointer-events: none;
}

a img {
    pointer-events: auto;
}

@media screen and (min-width:768px) {
    .sp-only {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .pc-only {
        display: none;
    }
}

.l-contentsWrap {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .l-contentsWrap {
        width: 87.2%;
    }
}

@media screen and (min-width:768px) {
    .l-contentsWrap {
        width: 96%;
        max-width: 1160px;
    }
}

.l-maincontent {
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .l-maincontent {
        width: 87.2%;
    }
}

@media screen and (min-width:768px) {
    .l-maincontent {
        width: 96%;
        max-width: 960px;
    }
}

.l-contentsWrap--narrow {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:767px) {
    .l-contentsWrap--narrow {
        width: 87.2%;
    }
}

@media screen and (min-width:768px) {
    .l-contentsWrap--narrow {
        width: 96%;
        max-width: 1160px;
    }
}

.l-jumbotron {
    width: 100%;
    text-align: center;
}

.l-overwrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.l-fixednav,
.l-fixednav__anim {
    width: 100%;
}

.l-fixednav.is-fixed,
.is-fixed.l-fixednav__anim {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

@keyframes return-to-zero {
    to {
        transform: translateY(0);
    }
}

.l-fixednav__anim {
    transition: top 0.6s;
}

@media screen and (min-width:768px) {
    .l-fixednav__anim.is-fixed {
        transform: translateY(-200%);
        animation: return-to-zero 1s ease-out forwards;
    }
}

.l-footer {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:767px) {

    .l-section,
    .l-section--gray,
    .l-section--white {
        padding: 14.9333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {

    .l-section,
    .l-section--gray,
    .l-section--white {
        padding: 80px 0 1px;
    }
}

.l-section--u_d,
.l-section--u_d--gray,
.l-section--u_d--white {
    background-color: #fff;
}

@media screen and (max-width:767px) {

    .l-section--u_d,
    .l-section--u_d--gray,
    .l-section--u_d--white {
        padding: 14.9333333333vw 0;
    }
}

@media screen and (min-width:768px) {

    .l-section--u_d,
    .l-section--u_d--gray,
    .l-section--u_d--white {
        padding: 40px 0;
    }
}

.l-section--white {
    background-color: #fff;
}

.l-section--u_d--white {
    background-color: #fff;
}

.l-section--gray {
    background-color: rgba(5, 24, 74, 0.05);
}

.l-section--u_d--gray {
    background-color: rgba(5, 24, 74, 0.05);
}

.l-row__bothside__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.l-row__bothside__top.is-reverse {
    flex-direction: row-reverse;
}

@media screen and (min-width:768px) {
    .l-row__bothside__top--pconly {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

.l-row__bothside__top--pconly.is-reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width:767px) {
    .l-row__bothside__top--sponly {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
}

@media screen and (max-width:767px) {
    .l-row__bothside__top--sponly.is-reverse {
        flex-direction: row-reverse;
    }
}

.l-row__bothside__center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    border-radius: 15px;
}

.l-row__bothside__center.is-reverse {
    flex-direction: row-reverse;
}

@media screen and (min-width:768px) {
    .l-row__bothside__center--pconly {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (min-width:768px) {
    .l-row__bothside__center--pconly.is-reverse {
        flex-direction: row-reverse;
    }
}

@media screen and (max-width:767px) {
    .l-row__bothside__center--sponly {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media screen and (max-width:767px) {
    .l-row__bothside__center--sponly.is-reverse {
        flex-direction: row-reverse;
    }
}

.l-row__bothside__stretch {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

@media screen and (min-width:768px) {
    .l-row__bothside__stretch--pconly {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}

@media screen and (max-width:767px) {
    .l-row__bothside__stretch--sponly {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
}

@media screen and (min-width:768px) {
    .l-row__bothside__bottom {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}

@media screen and (min-width:768px) {
    .l-row__bothside__bottom--pconly {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }
}

.l-row__center__center {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:768px) {
    .l-row__center__center--pconly {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.l-row__center__top {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

@media screen and (min-width:768px) {
    .l-row__center__top--pconly {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
}

.l-row__center__stretch {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

@media screen and (min-width:768px) {
    .l-row__center__stretch--pconly {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
}

@media screen and (max-width:767px) {
    .l-row__center__stretch--sponly {
        display: flex;
        justify-content: center;
        align-items: stretch;
    }
}

.l-row__left__center {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

@media screen and (min-width:768px) {
    .l-row__left__center--pconly {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width:767px) {
    .l-row__left__center--sponly {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
}

@media screen and (max-width:767px) {
    .l-row__left__center--sponly.is-reverse {
        flex-direction: row-reverse;
    }
}

.l-row__left__top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

@media screen and (min-width:768px) {
    .l-row__left__top--pconly {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.l-row__left__stretch {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

@media screen and (min-width:768px) {
    .l-row__left__stretch--pconly {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
    }
}

.l-row__right__center {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media screen and (min-width:768px) {
    .l-row__right__center--pconly {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

.l-row__right__top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

@media screen and (min-width:768px) {
    .l-row__right__top--pconly {
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
}

.c-top-title {
    margin-left: auto;
    margin-right: auto;
}

.c-icon {
    position: absolute;
}

.c-btn {
    position: relative;
    text-align: left;
    border: none;
    color: #fff;
    background-color: #05184A;
    border: 2px solid #05184A;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    transition: all 0.2s;
}

@media screen and (max-width:767px) {
    .c-btn {
        font-size: 4.2666666667vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .c-btn {
        font-size: 1rem;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-btn {
        width: 69.3333333333vw;
        padding: 1em 1.5em;
    }
}

@media screen and (min-width:768px) {
    .c-btn {
        width: 300px;
        padding: 18px 38px 18px 22px;
    }
}

.c-btn:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(../images/icon-arrow-right--white.svg) no-repeat center center/contain;
    transition: right 0.2s;
}

@media screen and (max-width:767px) {
    .c-btn:after {
        right: 1.5em;
        width: 4vw;
        height: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .c-btn:after {
        right: 22px;
        width: 15px;
        height: 10px;
    }
}

@media (hover:hover) {
    .c-btn:hover {
        color: #05184A;
        background-color: #fff;
        border: 2px solid #05184A;
    }

    .c-btn:hover:after {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (hover:hover) and (min-width:768px) {
    .c-btn:hover:after {
        right: 12px;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .c-btn:hover {
        color: #05184A;
        background-color: #fff;
        border: 2px solid #05184A;
    }

    .c-btn:hover:after {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:768px),
screen and (-ms-high-contrast:none) and (min-width:768px) {
    .c-btn:hover:after {
        right: 12px;
    }
}

@media screen and (max-width:767px) {
    .c-top-hasfix {
        margin-top: 21.334vw;
    }
}

@media screen and (min-width:768px) {
    .c-top-hasfix {
        margin-top: 122px;
    }
}

.c-modal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.8);
}

.c-modal .c-modal__inner {
    background-color: #FFCA36;
}

@media screen and (max-width:767px) {
    .c-modal .c-modal__inner {
        position: fixed;
        overflow: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        padding: 12.8vw;
    }
}

@media screen and (min-width:768px) {
    .c-modal .c-modal__inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 640px;
        height: 640px;
        padding: 40px 40px;
        border-radius: 50%;
    }
}

.c-modal .c-modal__inner--wide {
    position: relative;
}

@media screen and (max-width:767px) {
    .c-modal .c-modal__inner--wide {
        margin: vw(100) auto vw(50);
        padding: vw(15) 0 vw(30);
    }
}

@media screen and (min-width:768px) {
    .c-modal .c-modal__inner--wide {
        width: 825px;
        margin: 50px auto 50px;
        padding: 15px 60px 30px;
    }
}

@media screen and (max-width:767px) {
    .c-modal .c-modal__content {
        margin-left: auto;
        margin-right: auto;
    }
}

.c-modal .c-modal__content>.l-contentsWrap--narrow {
    width: 100%;
}

.c-modal__closebtn {
    position: absolute;
    background-color: inherit;
    border: none;
}

@media screen and (max-width:767px) {
    .c-modal__closebtn {
        right: 6.9333333333vw;
        top: 5.3333333333vw;
        width: 12vw;
        height: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-modal__closebtn {
        left: calc(50% - 22px);
        bottom: 40px;
        width: 45px;
        height: 32px;
        transition: transform 0.4s;
    }
}

@media screen and (max-width:767px) {
    .c-modal__closebtn img {
        width: vw(50);
    }
}

.c-modal__closebtn span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #05184A;
}

.c-modal__closebtn span:nth-child(1) {
    transform: rotate(45deg);
}

.c-modal__closebtn span:nth-child(2) {
    transform: rotate(-45deg);
}

@media screen and (min-width:768px) {
    .c-modal__closebtn:hover {
        transform: rotate(90deg);
    }
}

.c-heading {
    color: #FFCA36;
}

@media screen and (max-width:767px) {
    .c-heading {
        font-size: 5.3333333333vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .c-heading {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        font-weight: 700;
    }
}

.c-mv-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #ccc;
}

.c-mv-title__titlearea {
    text-align: center;
}

.c-slider .swiper-wrapper {
    margin: 0;
}

.c-slider .swiper-slide img {
    width: 100%;
}

@media screen and (min-width:768px) {

    .c-slider .swiper-button-next,
    .c-slider .swiper-button-prev {
        width: 47px;
        height: 71px;
        top: calc(50% - 35px);
        transition: all 0.4s ease;
    }
}

.c-slider .swiper-button-next:after,
.c-slider .swiper-button-prev:after {
    content: "";
}

.c-slider .swiper-button-prev {
    transform: rotate(180deg);
}

@media screen and (min-width:768px) {
    .c-slider .swiper-button-prev {
        left: 80px;
    }
}

@media screen and (min-width:768px) {
    .c-slider .swiper-button-prev:hover {
        transform: scale(1.3) rotate(180deg);
    }
}

@media screen and (min-width:768px) {
    .c-slider .swiper-button-next {
        right: 80px;
    }
}

@media screen and (min-width:768px) {
    .c-slider .swiper-button-next:hover {
        transform: scale(1.3);
    }
}

@media screen and (max-width:767px) {
    .c-slider .swiper-pagination {
        bottom: vw(20);
    }
}

@media screen and (min-width:768px) {
    .c-slider .swiper-pagination {
        bottom: 20px;
    }
}

.c-slider .swiper-pagination-bullet {
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}

@media screen and (max-width:767px) {
    .c-slider .swiper-pagination-bullet {
        width: vw(18);
        height: vw(18);
    }
}

@media screen and (min-width:768px) {
    .c-slider .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
    }
}

.c-slider .swiper-pagination-bullet-active {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .c-abstract {
        font-size: 4.8vw;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-width:768px) {
    .c-abstract {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .c-abstract {
        margin-top: 6.1333333333vw;
        text-align: left;
    }
}


.c-next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:767px) {
    .c-next {
        bottom: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-next {
        bottom: 20px;
    }
}

.c-list_2col {
    margin: 0;
}

@media screen and (max-width:767px) {
    .c-list_2col {
        margin-top: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-list_2col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
    }
}

@media screen and (min-width:768px) {
    .c-list_2col>li {
        width: 47.2972972973%;
    }
}

.c-list_3col {
    margin: 0;
}

@media screen and (max-width:767px) {
    .c-list_3col {
        margin-top: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-list_3col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 70px;
    }
}

@media screen and (min-width:768px) {

    .c-list_3col:before,
    .c-list_3col:after {
        content: "";
        width: 31.0344827586%;
        height: 0;
        order: 2;
    }
}

@media screen and (min-width:768px) {
    .c-list_3col>li {
        width: 24.0344827586%;
    }
}

@media screen and (min-width:768px) {
    .c-list_3col>li.u-anim:nth-child(3n+2) {
        transition-delay: 0.2s;
    }
}

@media screen and (min-width:768px) {
    .c-list_3col>li.u-anim:nth-child(3n) {
        transition-delay: 0.4s;
    }
}

.c-list_4col {
    margin: 0;
}

@media screen and (max-width:767px) {
    .c-list_4col {
        margin: 9.8666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-list_4col {
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        margin-top: 70px;
    }
}

@media screen and (min-width:768px) {
    .c-list_4col>li {
        width: 22.4137931034%;
        margin: 15px;
    }
}

@media screen and (min-width:768px) {
    .c-list_4col>li:not(:nth-child(4n+1)) {}
}

@media screen and (min-width:768px) {
    .c-list_4col>li.u-anim:nth-child(4n+2) {
        transition-delay: 0.2s;
    }
}

@media screen and (min-width:768px) {
    .c-list_4col>li.u-anim:nth-child(4n+3) {
        transition-delay: 0.4s;
    }
}

@media screen and (min-width:768px) {
    .c-list_4col>li.u-anim:nth-child(4n) {
        transition-delay: 0.6s;
    }
}

.c-card__service {
    position: relative;
    text-align: center;
    background-color: #fff;
    border-bottom: 2px solid #05184A;
}

@media screen and (max-width:767px) {
    .c-card__service {
        margin-top: 5.3333333333vw;
        border-bottom-width: 1.3333333333vw;
    }
}

.c-card__service>a {
    display: block;
}

@media screen and (max-width:767px) {
    .c-card__service>a {
        padding: 6.4vw 6.4vw 20.8vw;
    }
}

@media screen and (min-width:768px) {
    .c-card__service>a {
        min-height: 330px;
        padding: 15px 30px 34px;
    }

    li.p-service__list__item.c-card__service.u-anim.u-fadeInUp.retiner.inview {
        width: 30.4137931034%;
        margin: 15px;
    }
}

@media (hover:hover) {
    .c-card__service>a:hover .c-card__service__fig img {
        transition: transform 0.2s ease-out;
        transform: scale(1.05);
        opacity: 1;
    }

    .c-card__service>a:hover .c-card__service__icon svg path {
        stroke: #05184A;
    }

    .c-card__service>a:hover .c-card__service__icon svg circle {
        fill: rgba(5, 24, 74, 0.1);
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .c-card__service>a:hover .c-card__service__fig img {
        transition: transform 0.2s ease-out;
        transform: scale(1.05);
        opacity: 1;
    }

    .c-card__service>a:hover .c-card__service__icon svg path {
        stroke: #05184A;
    }

    .c-card__service>a:hover .c-card__service__icon svg circle {
        fill: rgba(5, 24, 74, 0.1);
    }
}

.c-card__service__fig {
    overflow: hidden;
}

.c-card__service__fig img {
    transition: transform 0.2s ease-out;
}

@media screen and (max-width:767px) {
    .c-card__service__fig img {
        width: 42.6666666667vw;
    }
}

@media screen and (max-width:767px) {
    .c-card__service__heading {
        font-size: 5.0666666667vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .c-card__service__heading {
        font-size: 1.1875rem;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-card__service__heading {
        margin: 2.6666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-card__service__heading {
        margin: 40px 0 0;
    }
}

@media screen and (max-width:767px) {
    .c-card__service__text {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .c-card__service__text {
        font-size: 0.875rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .c-card__service__text {
        margin: 5.3333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-card__service__text {
        margin: 20px 0 0;
    }
}

.c-card__service__icon {
    position: absolute;
}

@media screen and (max-width:767px) {
    .c-card__service__icon {
        width: 8vw;
        left: calc(50% - 4vw);
        bottom: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .c-card__service__icon {
        left: calc(50% - 15px);
        bottom: 24px;
        margin: 32px 0 0;
    }
}

.c-card__service__icon path,
.c-card__service__icon circle {
    transition: all 0.2s ease-out;
}

.c-card__prof {
    position: relative;
    text-align: center;
}

.c-card__prof__fig img {
    width: 100%;
}

.c-card__prof__shoulder {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    color: #fff;
    background-color: #05184A;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .c-card__prof__shoulder {
        font-size: 3.2vw;
        line-height: 1.25;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .c-card__prof__shoulder {
        font-size: 0.875rem;
        line-height: 1.2142857143;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-card__prof__shoulder {
        padding: 1.0666666667vw 2.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-card__prof__shoulder {
        padding: 4px 8px;
    }
}

.c-post {
    position: relative;
}

@media screen and (max-width:767px) {
    .c-post:nth-child(n+2) {
        margin-top: 14.9333333333vw;
    }
}

.c-post__fig {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .c-post__fig {
        height: 49.0666666667vw;
    }
}

@media screen and (min-width:768px) {
    .c-post__fig {
        height: 203px;
    }
}

.c-post__fig img {
    object-fit: cover;
    font-family: "object-fit: cover;";
    width: 100%;
    height: 100%;
    transition: transform 0.3s;
}

@media (hover:hover) {
    .c-post__fig:hover img {
        transition: transform 0.3s;
        transform: scale(1.05);
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .c-post__fig:hover img {
        transition: transform 0.3s;
        transform: scale(1.05);
    }
}

.c-post__category {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #05184A;
    color: #fff;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .c-post__category {
        font-size: 3.7333333333vw;
        line-height: 1.2142857143;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .c-post__category {
        font-size: 0.875rem;
        line-height: 1.2142857143;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-post__category {
        padding: 1.0666666667vw 2.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-post__category {
        padding: 4px 8px;
    }
}

.c-post__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width:767px) {
    .c-post__meta {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .c-post__meta {
        margin-top: 20px;
    }
}

.c-post__meta__date {
    color: #888888;
}

@media screen and (max-width:767px) {
    .c-post__meta__date {
        font-size: 3.7333333333vw;
        line-height: 1.8571428571;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .c-post__meta__date {
        font-size: 0.875rem;
        line-height: 1.8571428571;
        letter-spacing: 0.01em;
    }
}

.c-post__meta__category {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: #1C4FFF;
}

@media screen and (max-width:767px) {
    .c-post__meta__category {
        font-size: 3.4666666667vw;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .c-post__meta__category {
        font-size: 0.8125rem;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-post__title {
        font-size: 5.6vw;
        line-height: 1.6761904762;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .c-post__title {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-post__title {
        margin: 2.6666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-post__title {
        margin: 10px 0 0;
    }
}

@media screen and (max-width:767px) {
    .c-post__excerpt {
        font-size: 4.2666666667vw;
        line-height: 1.625;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .c-post__excerpt {
        font-size: 1rem;
        line-height: 1.625;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .c-post__excerpt {
        margin: 4.2666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-post__excerpt {
        margin: 16px 0 0;
    }
}

@media screen and (max-width:767px) {
    .c-post__text {
        font-size: 4.2666666667vw;
        line-height: 1.625;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .c-post__text {
        font-size: 0.875rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .c-post__text {
        margin: 4.2666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-post__text {
        margin: 21px 0 0;
    }
}

.c-post__tags {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .c-post__tags {
        margin: 3.7333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .c-post__tags {
        margin: 20px 0 0;
        padding: 0;
    }
}

.c-post__tag {
    display: inline-block;
    border: 1px solid #05184A;
    border-radius: 1em;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .c-post__tag {
        font-size: 3.4666666667vw;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .c-post__tag {
        font-size: 0.8125rem;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .c-post__tag {
        width: auto;
        margin-top: 2.6666666667vw;
        margin-right: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .c-post__tag {
        width: auto;
        margin-top: 14px;
        margin-right: 14px;
    }
}

.c-post__tag a {
    display: block;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:767px) {
    .c-post__tag a {
        padding: 0.8vw 3.7333333333vw;
    }
}

@media screen and (min-width:768px) {
    .c-post__tag a {
        padding: 8px 20px 6px;
    }
}

@media screen and (min-width:768px) {
    [lang=ja] .c-post__tag {
        font-size: 0.75rem;
        line-height: 1.3333333333;
        letter-spacing: 0em;
    }
}

.p-header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    width: 100%;
    transition: background-color 0.2s;
}

@media screen and (max-width:767px) {
    .p-header {
        padding: 5.0666666667vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-header {
        padding: 20px 0;
    }
}

.p-header.is-scroll {
    background-color: #fff;
}

.p-header__logo {
    position: relative;
    z-index: 8;
    margin: 0;
    line-height: 1;
    background: rgba(255, 255, 255, .8);
}

@media screen and (max-width:767px) {
    .p-header__logo img {
        width: 26.6666666667vw;
    }
}

.p-loading {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    transition: all 0.3s ease-out;
}

.p-loading.is-loaded {
    opacity: 0;
    visibility: hidden;
}

.p-loading.is-end {
    display: none;
}

@media screen and (max-width:767px) {
    .p-loading img {
        width: 73.0666666667vw;
        height: 25.0666666667vw;
    }
}

.p-footer {
    color: #05184A;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-footer {
        padding: 9.6vw 0 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer {
        padding: 56px 0 20px;
    }
}

.p-footer__inner {
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .p-footer__menu {
        margin: 1.6vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-footer__menu {
        margin: 0 0 0 50px;
    }
}

.p-footer__menu__item {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-footer__menu__item {
        font-size: 4.8vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-footer__menu__item {
        font-size: 0.9375rem;
        line-height: 1.2;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-footer__menu__item {
        margin-top: 8vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer__menu__item {
        margin: 0 20px;
    }
}

@media screen and (max-width:767px) {
    .p-footer__sns {
        display: inline-flex;
        margin-top: 10.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer__sns {
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .p-footer__sns__item:nth-child(n+2) {
        margin-left: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer__sns__item:nth-child(n+2) {
        margin-left: 40px;
    }
}

@media screen and (min-width:768px) {
    .p-footer__lower {
        width: 100%;
        margin-top: 15px;
        flex-direction: row-reverse;
    }
}

@media screen and (max-width:767px) {
    .p-footer__awards {
        margin-top: 0;
        gap: 2.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer__awards {
        margin: 0;
        gap: 14px;
    }
}

@media screen and (max-width:767px) {
    .p-footer__awards__item {
        width: 19.7333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer__awards__item {
        width: 100px;
    }
}

.p-footer__copyright {
    width: 100%;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: rgba(5, 24, 74, 0.6);
}

@media screen and (max-width:767px) {
    .p-footer__copyright {
        font-size: 3.2vw;
        line-height: 1.25;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-footer__copyright {
        font-size: 0.75rem;
        line-height: 1.25;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-footer__copyright {
        margin-top: 7.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-footer__copyright {
        margin-top: 30px;
        border: 1px solid;
        padding: 15px;
        text-align: center;
        font-size: 15px;
    }
}

@media screen and (max-width:767px) {
    .p-header__menuWrap__back {
        position: fixed;
        right: 0;
        top: 0;
        z-index: 7;
        width: 200vw;
        height: 200vh;
        overflow-y: auto;
        border-radius: 100vh 0 100vh 100vh;
        background-color: #FFCA36;
        transition: all 0.4s;
        transform-origin: right top;
        transform: scale(0);
        opacity: 0;
        visibility: hidden;
        padding: 19.7333333333vw 6.4vw 6.4vw calc(100vw + 6.4vw);
    }
}

.p-header__menubtn {
    position: relative;
    z-index: 8;
    margin: 0;
    border-radius: 50%;
    appearance: none;
    border: none;
    background-color: #FFCA36;
    cursor: pointer;
}

@media screen and (max-width:767px) {
    .p-header__menubtn {
        width: 60px;
        height: 60px;
        padding: 0;
        transition: all 0.4s;
    }
}

.p-header__menubtn span {
    position: absolute;
    background-color: #05184A;
    transition: all 0.4s;
}

@media screen and (max-width:767px) {
    .p-header__menubtn span {
        width: 32px;
        height: 2px;
        left: calc(50% - 1.8666666667vw);
    }
}

.p-header__menubtn span:nth-child(1) {
    top: 24px;
}

.p-header__menubtn span:nth-child(2) {
    top: 34px;
}

.p-header__menu {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-header__menu {
        opacity: 0;
        transition: opacity 0.3s ease 0.3s;
    }
}

.p-header__menu2 {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-header__menu2 {
        background-color: #fff;
        opacity: 0;
        transition: opacity 0.3s ease-out 0.3s;
    }
}

@media screen and (max-width:767px) {
    .p-header__menu2 .p-header__menu__item {
        height: 14.1333333333vw;
        margin-top: 9.6vw;
    }
}

@media screen and (max-width:767px) {
    .p-header__menu2 .p-header__menu__item a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        color: #FFCA36;
    }
}

.p-header__menu__item {
    position: relative;
    color: #05184A;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-header__menu__item {
        font-size: 5.6vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item {
        line-height: 1.4666666667;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-header__menu__item {
        margin-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item {
        margin: 0 40px;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: #05184A;
        transition: width 0.2s ease-in-out;
    }
}

@media (hover:hover) {
    .p-header__menu__item:hover:after {
        width: 100%;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-header__menu__item:hover:after {
        width: 100%;
    }
}

@media (hover:hover) {
    .p-header__menu__item.has-submenu:hover .p-header__menu__item__submenuwrap {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-header__menu__item.has-submenu:hover .p-header__menu__item__submenuwrap {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
}

.p-header__menu__item.is-current:after {
    content: "";
    position: absolute;
    background-color: #05184A;
}

@media screen and (min-width:768px) {
    .p-header__menu__item.is-current:after {
        left: 0;
        width: 100%;
        bottom: -2px;
        height: 2px;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item__submenuwrap {
        position: absolute;
        left: -60px;
        top: 100%;
        width: 300px;
        padding-top: 32px;
        transition: all 0.2s linear;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-20px);
    }
}

@media screen and (max-width:767px) {
    .p-header__menu__item__submenu {
        margin-top: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item__submenu {
        background-color: #fff;
        border-radius: 8px;
        padding: 24px;
        box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
        text-align: start;
    }
}

.p-header__menu__item__submenu__item {
    color: #05184A;
}

@media screen and (max-width:767px) {
    .p-header__menu__item__submenu__item {
        font-size: 3.7333333333vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item__submenu__item {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-header__menu__item__submenu__item:nth-child(n+2) {
        margin-top: 3.7333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item__submenu__item:nth-child(n+2) {
        margin-top: 14px;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item__submenu__item a {
        position: relative;
        display: inline-block;
    }
}

@media screen and (min-width:768px) {
    .p-header__menu__item__submenu__item a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 0;
        height: 2px;
        background-color: #05184A;
        transition: width 0.2s ease-in-out;
    }
}

@media (hover:hover) {
    .p-header__menu__item__submenu__item a:hover:after {
        width: 100%;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-header__menu__item__submenu__item a:hover:after {
        width: 100%;
    }
}

.p-header__langs {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-header__langs {
        margin-top: 9.6vw;
        opacity: 0;
        transition: opacity 0.3s ease-out 0.3s;
    }
}

@media screen and (min-width:768px) {
    .p-header__langs {
        order: 2;
        margin-left: 40px;
    }
}

.p-header__lang {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-header__lang {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-header__lang {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-header__lang {
        width: 12.8vw;
        height: 12.8vw;
        color: #05184A;
    }
}

@media screen and (min-width:768px) {
    .p-header__lang {
        width: 40px;
        height: 40px;
        color: #FFCA36;
    }
}

@media screen and (max-width:767px) {
    .p-header__lang:nth-child(n+2) {
        margin-left: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-header__lang:nth-child(n+2) {
        margin-left: 10px;
    }
}

.p-header__lang.is-current {
    color: #fff;
}

@media screen and (max-width:767px) {
    .p-header__lang.is-current {
        background-color: #05184A;
    }
}

@media screen and (min-width:768px) {
    .p-header__lang.is-current {
        background-color: #FFCA36;
    }
}

@media (hover:hover) {
    .p-header__lang:hover {
        border: 2px solid #FFCA36;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-header__lang:hover {
        border: 2px solid #FFCA36;
    }
}

.p-header__menuWrap.is-active .p-header__menuWrap__back {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.p-header__menuWrap.is-active .p-header__menubtn {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-header__menuWrap.is-active .p-header__menubtn span {
        width: 24px;
        top: 28px;
    }
}

@media screen and (max-width:767px) {
    .p-header__menuWrap.is-active .p-header__menubtn span:nth-child(1) {
        transform: rotate(45deg);
    }
}

@media screen and (max-width:767px) {
    .p-header__menuWrap.is-active .p-header__menubtn span:nth-child(2) {
        transform: rotate(-45deg);
    }
}

@media screen and (max-width:767px) {

    .p-header__menuWrap.is-active .p-header__menu,
    .p-header__menuWrap.is-active .p-header__menu2 {
        opacity: 1;
    }
}

@media screen and (max-width:767px) {
    .p-header__menuWrap.is-active .p-header__langs {
        opacity: 1;
    }
}

.p-contact {
    color: #05184A;
    background-color: #FFCA36;
}

@media screen and (max-width:767px) {
    .p-contact {
        padding: 14.9333333333vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-contact {
        padding: 70px 0;
    }
}

@media screen and (min-width:768px) {
    .p-contact__titlearea {
        margin-top: 0px;
    }
}

.p-contact__titlearea__title {
    margin: 0;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-contact__titlearea__title {
        font-size: 4.2666666667vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-contact__titlearea__title {
        font-size: 1.25rem;
        line-height: 1.25;
        letter-spacing: 0.01em;
    }
}

.p-contact__titlearea__desc {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-contact__titlearea__desc {
        font-size: 8.5333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-contact__titlearea__desc {
        font-size: 2.5rem;
        line-height: 1.225;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-contact__titlearea__desc {
        margin-top: 4vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__titlearea__desc {
        margin-top: 16px;
    }
}

@media screen and (max-width:767px) {
    .p-contact__formarea {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea {
        width: 47.9166666667%;
    }
}

.p-contact__formarea__form__item {
    position: relative;
    border: 1px solid rgba(5, 24, 74, 0.6);
    border-width: 0 0 1px;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item {
        margin-top: 1.0666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item {
        margin-top: 7px;
    }
}

.p-contact__formarea__form__item label {
    position: absolute;
    left: 0;
    color: rgba(5, 24, 74, 0.4);
    font-weight: bold;
    transition: all 0.3s ease-out;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item label {
        font-size: 4.2666666667vw;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item label {
        font-size: 1rem;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item label {
        top: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item label {
        top: 20px;
    }
}

.p-contact__formarea__form__item label span {
    color: #FF2960;
}

.p-contact__formarea__form__item input,
.p-contact__formarea__form__item textarea {
    font-family: "Helvetica", "Helvetica Neue", sans-serif;
    width: 100%;
    background-color: #FFCA36 !important;
    border: none;
}

@media screen and (max-width:767px) {

    .p-contact__formarea__form__item input,
    .p-contact__formarea__form__item textarea {
        font-size: 4.2666666667vw;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {

    .p-contact__formarea__form__item input,
    .p-contact__formarea__form__item textarea {
        font-size: 1rem;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {

    .p-contact__formarea__form__item input,
    .p-contact__formarea__form__item textarea {
        margin: 5.3333333333vw 0px 3.7333333333vw;
    }
}

@media screen and (min-width:768px) {

    .p-contact__formarea__form__item input,
    .p-contact__formarea__form__item textarea {
        margin: 20px 0px 14px;
    }
}

.p-contact__formarea__form__item input:-webkit-autofill,
.p-contact__formarea__form__item input:-internal-autofill-selected,
.p-contact__formarea__form__item textarea:-webkit-autofill,
.p-contact__formarea__form__item textarea:-internal-autofill-selected {
    -webkit-box-shadow: 0 0 0px 1000px #FFCA36 inset;
    background-color: #FFCA36 !important;
}

@media screen and (max-width:767px) {

    .p-contact__formarea__form__item input:focus+label,
    .p-contact__formarea__form__item input:not(:placeholder-shown)+label,
    .p-contact__formarea__form__item textarea:focus+label,
    .p-contact__formarea__form__item textarea:not(:placeholder-shown)+label {
        font-size: 3.2vw;
        line-height: 1.25;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {

    .p-contact__formarea__form__item input:focus+label,
    .p-contact__formarea__form__item input:not(:placeholder-shown)+label,
    .p-contact__formarea__form__item textarea:focus+label,
    .p-contact__formarea__form__item textarea:not(:placeholder-shown)+label {
        font-size: 0.75rem;
        line-height: 1.25;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {

    .p-contact__formarea__form__item input:focus+label,
    .p-contact__formarea__form__item input:not(:placeholder-shown)+label,
    .p-contact__formarea__form__item textarea:focus+label,
    .p-contact__formarea__form__item textarea:not(:placeholder-shown)+label {
        top: 0px;
    }
}

@media screen and (min-width:768px) {

    .p-contact__formarea__form__item input:focus+label,
    .p-contact__formarea__form__item input:not(:placeholder-shown)+label,
    .p-contact__formarea__form__item textarea:focus+label,
    .p-contact__formarea__form__item textarea:not(:placeholder-shown)+label {
        top: 0px;
    }
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item.is-active label {
        font-size: 3.2vw;
        line-height: 1.25;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item.is-active label {
        font-size: 0.75rem;
        line-height: 1.25;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item.is-active label {
        top: 0px;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item.is-active label {
        top: 0px;
    }
}

.p-contact__formarea__form__item2 {
    position: relative;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item2 {
        margin-top: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item2 {
        margin-top: 20px;
    }
}

.p-contact__formarea__form__item2 input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item2 input[type=checkbox] {
        left: 0;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item2 input[type=checkbox] {
        left: 0;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item2 label {
        padding-left: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item2 label {
        padding-left: 20px;
    }
}

.p-contact__formarea__form__item2 label:before {
    content: "";
    position: absolute;
    display: inline-block;
    border: 1px solid #05184A;
    border-radius: 50%;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item2 label:before {
        left: 0;
        top: calc(50% - 2.6666666667vw);
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item2 label:before {
        left: 0;
        top: calc(50% - 10px);
        width: 20px;
        height: 20px;
    }
}

.p-contact__formarea__form__item2 label a {
    position: relative;
    display: inline-block;
}

.p-contact__formarea__form__item2 label a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #05184A;
}

.p-contact__formarea__form__item2 svg {
    position: absolute;
    overflow: hidden;
    pointer-events: none;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__item2 svg {
        left: 0;
        top: calc(50% - 4vw);
        width: 6.6666666667vw;
        height: 6.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__item2 svg {
        left: 0;
        top: calc(50% - 15px);
        width: 25px;
        height: 25px;
    }
}

.p-contact__formarea__form__item2 svg path {
    stroke-width: 10px;
    fill: none;
    stroke: #05184A;
    transition: stroke-dashoffset 0.2s ease-in 0s;
}

.p-contact__formarea__form__item2 .wpcf7-list-item {
    margin-left: 1em;
}

.p-contact__formarea__form__item2 input[type=checkbox]:checked~.wpcf7-list-item-label svg path {
    stroke-dashoffset: 0;
}

.p-contact__formarea__form__submit {
    position: relative;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__submit {
        margin-top: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__submit {
        margin-top: 32px;
    }
}

.p-contact__formarea__form__submit:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/icon-arrow-right--white.svg) no-repeat center center/contain;
    transition: left 0.2s;
}

@media screen and (max-width:767px) {
    .p-contact__formarea__form__submit:after {
        left: 60.2666666667vw;
        top: 6.1333333333vw;
        width: 4vw;
        height: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-contact__formarea__form__submit:after {
        left: 263px;
        top: 24px;
        width: 15px;
        height: 10px;
    }
}

@media (hover:hover) {
    .p-contact__formarea__form__submit:hover:after {
        left: 273px;
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-contact__formarea__form__submit:hover:after {
        left: 273px;
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

#termly-code-snippet-support [class^=termly-styles-content-],
#termly-code-snippet-support [class^=termly-styles-buttons] {
    min-width: auto;
}

main {
    position: relative;
}

.p-trigger {
    position: absolute;
    left: 0;
    width: 100%;
}

@media screen and (max-width:767px) {
    .p-trigger {
        top: 21.334vw;
    }
}

@media screen and (min-width:768px) {
    .p-trigger {
        top: 122px;
    }
}

@media screen and (min-width:768px) {
    .p-top .p-header__menu__item {
        color: #000;
    }
}

@media screen and (min-width:768px) {
    .p-top .p-header__menu__item:after {
        background-color: #fabe05;
    }
}

@media screen and (min-width:768px) {
    .p-top .p-header.is-scroll .p-header__menu__item {
        color: #05184A;
    }
}

@media screen and (min-width:768px) {
    .p-top .p-header.is-scroll .p-header__menu__item:after {
        background-color: #05184A;
    }
}

.p-top-mv {
    position: relative;
    background-color: #EBEBEB;
}

@media screen and (max-width:767px) {
    .p-top-mv {
        overflow: hidden;
    }
}

@media screen and (min-width:768px) {
    .p-top-mv__video {
        width: 100%;
    }
}

.p-top-mv__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.p-top-mv__heading {
    position: absolute;
    left: 0;
    margin: 0;
    color: #fff;
}

@media screen and (max-width:767px) {
    .p-top-mv__heading {
        font-size: 12.8vw;
        line-height: 0.9166666667;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-top-mv__heading {
        font-size: 6.25rem;
        line-height: 0.9;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-top-mv__heading {
        bottom: 70px;
    }
}

@media screen and (min-width:768px) {
    .p-top-mv__heading {
        bottom: 200px;
    }
}

.p-top-mv__next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:767px) {
    .p-top-mv__next {
        display: none;
        bottom: 8vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-mv__next {
        bottom: 30px;
    }
}

.p-top-whoweare {
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .p-top-whoweare {
        padding-bottom: 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare {
        padding: 100px 0 100px;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__textarea {
        width: 86.2%;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}

.p-top-whoweare__title {
    text-align: left;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-top-whoweare__textarea__messages {
        margin-top: 3.7333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__textarea__messages {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 23px;
    }
}

.p-top-whoweare__textarea__message__message {
    margin: 0;
    color: #05184A;
}

@media screen and (max-width:767px) {
    .p-top-whoweare__textarea__message__message {
        font-size: 8.5333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__textarea__message__message {
        font-size: 2.625rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__textarea__message__message {
        width: 416px;
    }

    h2.p-top-whoweare__textarea__message__message.u-anim.u-fadeInUp.txt-size.inview {
        width: 460px;
    }
}

@media screen and (max-width:767px) {
    .p-top-whoweare__textarea__desc {
        font-size: 4.8vw;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__textarea__desc {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.02em;
    }
}

@media screen and (max-width:767px) {
    .p-top-whoweare__textarea__desc {
        margin-top: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__textarea__desc {
        width: 56%;
    }
}

.p-top-whoweare__photos {
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width:767px) {
    .p-top-whoweare__photos {
        margin: 9.6vw 0 0;
        width: 266.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photos {
        justify-content: center;
        flex-wrap: wrap;
        margin: 160px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-top-whoweare__photo:nth-child(n+2) {
        margin-left: 8vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo:nth-child(n+2) {
        margin-left: 5.1724137931%;
    }
}

@media screen and (max-width:767px) {
    .p-top-whoweare__photo:nth-child(n+4) {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .p-top-whoweare__photo.is-portrait {
        width: 47.4666666667vw;
        max-width: 260px;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo.is-portrait {
        width: 22.4137931034%;
    }
}

@media screen and (max-width:767px) {
    .p-top-whoweare__photo.is-landscape {
        width: 72.8vw;
        max-width: 400px;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo.is-landscape {
        width: 34.4827586207%;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo:nth-child(n+4) {
        margin-top: 40px;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo:nth-child(2) {
        transition-delay: 0.25s;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo:nth-child(3) {
        transition-delay: 0.5s;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__photo:nth-child(5) {
        transition-delay: 0.25s;
    }
}

.p-top-whoweare__btn {
    display: block;
}

@media screen and (max-width:767px) {
    .p-top-whoweare__btn {
        margin-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-whoweare__btn {
        margin: 148px auto 0;
    }
}

/* --- Modern about_wrapper Section --- */
.about_wrapper {
    background: linear-gradient(135deg, #ffffff 0%, #f9f9fb 100%);
    padding: 60px 0;
    position: relative;
    overflow: hidden;
}

.about_wrapper::before {
    content: '';
    position: absolute;
    top: -10%;
    right: -5%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(250, 190, 5, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

.about-subtitle {
    font-family: "HelveticaLTPro-Bold", sans-serif;
    color: #fabe05 !important;
    letter-spacing: 2px;
    font-size: 0.95rem;
    font-weight: 700;
}

.about-title {
    font-family: "HelveticaLTPro-Bold", sans-serif;
    font-size: 40px;
    color: #05184A;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 25px;
}

.about-desc {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.8;
}

/* Premium Button Design */
.btn-premium {
    display: inline-flex;
    align-items: center;
    padding: 18px 45px;
    background: #05184A;
    color: #ffffff !important;
    border-radius: 100px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(5, 24, 74, 0.1);
    position: relative;
    overflow: hidden;
}

.btn-premium:hover {
    background: #fabe05;
    color: #05184A !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(250, 190, 5, 0.2);
}

.btn-premium i {
    font-size: 1.2rem;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-premium:hover i {
    transform: translateX(8px);
}

.pricing_block .btn-premium {
    background: #fabe05;
    color: #05184A !important;
    box-shadow: 0 10px 30px rgba(250, 190, 5, 0.2);
}

.pricing_block .btn-premium:hover {
    background: #ffffff;
    color: #05184A !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
    .about_wrapper {
        padding: 60px 0;
    }
    .about-title {
        font-size: 2rem;
    }
    .about-desc {
        font-size: 1.1rem;
    }
    .btn-premium {
        padding: 15px 35px;
        width: 100%;
        justify-content: center;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list__item {
        width: 41.6vw;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list__item:nth-child(n+3) {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-team__list__item:nth-child(n+5) {
        margin-top: 40px;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list__item__name {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-top-team__list__item__name {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list__item__name {
        margin: 3.4666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-top-team__list__item__name {
        margin: 22px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list__item__position {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-top-team__list__item__position {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-top-team__list__item__position {
        margin: 1.6vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-top-team__list__item__position {
        margin: 4px 0 0;
    }
}

.p-top-team__btn {
    display: block;
}

@media screen and (max-width:767px) {
    .p-top-team__btn {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-team__btn {
        margin: 70px auto 0;
    }
}

.p-top-clients__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

@media screen and (max-width:767px) {
    .p-top-clients__list {
        justify-content: space-between;
        margin: 9.6vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-top-clients__list {
        justify-content: flex-start;
        width: 82.1%;
        margin: 56px auto 0;
    }
}

@media screen and (max-width:767px) {
    .p-top-clients__list__item {
        width: 41.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-clients__list__item {
        margin-left: 4.2%;
        width: 21.85%;
    }
}

@media screen and (min-width:768px) {
    .p-top-clients__list__item:nth-child(4n+1) {
        margin-left: 0;
    }
}

@media screen and (min-width:768px) {
    .p-top-clients__list__item:nth-child(n+5) {
        margin-top: 40px;
    }
}

.p-top-testimonial {
    overflow: hidden;
}

.p-top-testimonial__listwrap.swiper-container {
    overflow: visible;
}

.p-top-testimonial__listwrap .swiper-button-prev,
.p-top-testimonial__listwrap .swiper-button-next {
    border: none;
    border-radius: 50px;
    background-color: #05184A;
    transition: opacity 0.4s;
}

@media screen and (max-width:767px) {

    .p-top-testimonial__listwrap .swiper-button-prev,
    .p-top-testimonial__listwrap .swiper-button-next {
        width: 8vw;
        height: 8vw;
    }
}

@media screen and (min-width:768px) {

    .p-top-testimonial__listwrap .swiper-button-prev,
    .p-top-testimonial__listwrap .swiper-button-next {
        width: 48px;
        height: 48px;
    }
}

.p-top-testimonial__listwrap .swiper-button-prev:after,
.p-top-testimonial__listwrap .swiper-button-next:after {
    content: none;
}

.p-top-testimonial__listwrap .swiper-button-prev.swiper-button-disabled,
.p-top-testimonial__listwrap .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}

.p-top-testimonial__listwrap .swiper-button-prev {
    transform: rotate(180deg);
}

@media screen and (max-width:767px) {
    .p-top-testimonial__listwrap .swiper-button-prev {
        left: -4vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__listwrap .swiper-button-prev {
        left: -24px;
    }
}

@media screen and (max-width:767px) {
    .p-top-testimonial__listwrap .swiper-button-next {
        right: 4vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__listwrap .swiper-button-next {
        right: -24px;
    }
}

@media screen and (max-width:767px) {
    .p-top-testimonial__list {
        margin: 9.6vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__list {
        margin: 56px 0 0;
    }
}

.p-top-testimonial__list__item {
    position: relative;
    height: auto;
    background-color: #F2F3F6;
}

@media screen and (max-width:767px) {
    .p-top-testimonial__list__item {
        padding: 12.8vw 6.4vw 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__list__item {
        padding: 48px 32px 32px;
    }
}

.p-top-testimonial__list__item__word {
    position: relative;
}

@media screen and (max-width:767px) {
    .p-top-testimonial__list__item__word {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__list__item__word {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

.p-top-testimonial__list__item__word:after,
.p-top-testimonial__list__item__word:before {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/icon-quote.svg) no-repeat center bottom/contain;
}

@media screen and (max-width:767px) {

    .p-top-testimonial__list__item__word:after,
    .p-top-testimonial__list__item__word:before {
        width: 3.7333333333vw;
        height: 3.2vw;
    }
}

@media screen and (min-width:768px) {

    .p-top-testimonial__list__item__word:after,
    .p-top-testimonial__list__item__word:before {
        width: 14px;
        height: 12px;
    }
}

@media screen and (max-width:767px) {
    .p-top-testimonial__list__item__word:before {
        left: -2.1333333333vw;
        top: -6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__list__item__word:before {
        left: -8px;
        top: -24px;
    }
}

.p-top-testimonial__list__item__word:after {
    transform: rotate(180deg);
}

@media screen and (max-width:767px) {
    .p-top-testimonial__list__item__word:after {
        right: -2.1333333333vw;
        bottom: -4.2666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__list__item__word:after {
        right: -8px;
        bottom: -16px;
    }
}

.p-top-testimonial__list__item__name,
.p-top-testimonial__list__item__post,
.p-top-testimonial__list__item__company {
    text-align: right;
}

@media screen and (max-width:767px) {

    .p-top-testimonial__list__item__name,
    .p-top-testimonial__list__item__post,
    .p-top-testimonial__list__item__company {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {

    .p-top-testimonial__list__item__name,
    .p-top-testimonial__list__item__post,
    .p-top-testimonial__list__item__company {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

.p-top-testimonial__list__item__name {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-top-testimonial__list__item__name {
        margin-top: 8vw;
    }
}

@media screen and (min-width:768px) {
    .p-top-testimonial__list__item__name {
        margin-top: 30px;
    }
}

html[lang=en] .p-top-testimonial__list__item__name:after {
    content: ",";
}

html[lang=en] .p-top-testimonial__list__item__company:before {
    content: "at ";
}

.p-blog {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-blog {
        margin-top: 21.334vw;
        padding: 9.6vw 0 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blog {
        padding: 176px 0 120px;
    }
}

.p-blog__title {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-blog__title {
        font-size: 11.7333333333vw;
        line-height: 2.2727272727;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-blog__title {
        font-size: 4rem;
        line-height: 1.5625;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controler {
        margin-top: 28px;
    }
}

.p-blog__controller__categories {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-blog__controller__categories {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controller__categories {
        width: 64.6551724138%;
    }
}

.p-blog__controller__category {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    opacity: 0.4;
    transition: opacity 0.3s;
}

@media screen and (max-width:767px) {
    .p-blog__controller__category {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controller__category {
        font-size: 1rem;
        line-height: 1.625;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controller__category {
        white-space: nowrap;
    }
}

.p-blog__controller__category:nth-child(1) {
    color: #FFCA36;
}

@media screen and (min-width:768px) {
    .p-blog__controller__category:nth-child(n+2) {
        margin-left: 5.3333333333%;
    }
}

@media (hover:hover) {
    .p-blog__controller__category:hover {
        opacity: 1;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-blog__controller__category:hover {
        opacity: 1;
    }
}

.p-blog__controller__category.is-current {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .p-blog__controller__search {
        margin-top: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controller__search {
        width: 34.4827586207%;
    }
}

.p-blog__controller__search input {
    width: 100%;
    border: 1px solid transparent;
    background: url(../images/icon-magnify.svg) no-repeat left 26px center #F2F3F6;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-blog__controller__search input {
        font-size: 4.2666666667vw;
        line-height: 1.625;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controller__search input {
        font-size: 1rem;
        line-height: 1.625;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-blog__controller__search input {
        padding: 3.2vw 26px 3.2vw 52px;
    }
}

@media screen and (min-width:768px) {
    .p-blog__controller__search input {
        padding: 18px 26px 18px 52px;
    }
}

.p-blog__controller__search input::placeholder {
    color: rgba(5, 24, 74, 0.2);
}

.p-blog__controller__search input:focus {
    border: 1px solid #05184A;
}

@media screen and (max-width:767px) {
    .p-blog__articles {
        margin: 10.6666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-blog__articles {
        margin: 36px auto 0;
    }
}

@media screen and (min-width:768px) {
    .p-blog__article:nth-child(n+4) {
        margin-top: 48px;
    }
}

@media screen and (max-width:767px) {
    .p-blog__pagination {
        margin-top: 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blog__pagination {
        margin-top: 64px;
    }
}

.p-blog__pagination .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(5, 24, 74, 0.1);
}

@media screen and (max-width:767px) {
    .p-blog__pagination .page-numbers {
        font-size: 4.5333333333vw;
        line-height: 1.6058823529;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-blog__pagination .page-numbers {
        font-size: 1.3125rem;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-blog__pagination .page-numbers {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        margin: 0 1.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blog__pagination .page-numbers {
        width: 56px;
        height: 56px;
        margin: 0 10px;
    }
}

.p-blog__pagination .page-numbers.current,
.p-blog__pagination .page-numbers.next,
.p-blog__pagination .page-numbers.prev {
    color: #fff;
    background-color: #05184A;
}

.p-blog__pagination .page-numbers.next i,
.p-blog__pagination .page-numbers.prev i {
    background: url(../images/icon-arrow-right--white.svg) no-repeat center center/contain;
}

@media screen and (max-width:767px) {

    .p-blog__pagination .page-numbers.next i,
    .p-blog__pagination .page-numbers.prev i {
        width: 2.9333333333vw;
        height: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {

    .p-blog__pagination .page-numbers.next i,
    .p-blog__pagination .page-numbers.prev i {
        width: 14px;
        height: 13px;
    }
}

.p-blog__pagination .page-numbers.prev i {
    transform: rotate(180deg);
}

.p-blog__pagination a {
    transition: all 0.4s ease-out;
}

@media (hover:hover) {
    .p-blog__pagination a:hover {
        color: #fff;
        background-color: #05184A;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-blog__pagination a:hover {
        color: #fff;
        background-color: #05184A;
    }
}

@media (hover:hover) {

    .p-blog__pagination a.next:hover,
    .p-blog__pagination a.prev:hover {
        color: #05184A;
        background-color: rgba(5, 24, 74, 0.1);
    }

    .p-blog__pagination a.next:hover i,
    .p-blog__pagination a.prev:hover i {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {

    .p-blog__pagination a.next:hover,
    .p-blog__pagination a.prev:hover {
        color: #05184A;
        background-color: rgba(5, 24, 74, 0.1);
    }

    .p-blog__pagination a.next:hover i,
    .p-blog__pagination a.prev:hover i {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

.p-blogdetail {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-blogdetail {
        margin-top: 21.334vw;
        padding: 8.5333333333vw 0 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail {
        padding: 154px 0 120px;
    }
}

.p-blogdetail__head {
    border-bottom: 1px solid #05184A;
}

@media screen and (max-width:767px) {
    .p-blogdetail__head {
        padding-bottom: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__head {
        padding-bottom: 18px;
    }
}

.p-blogdetail__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-blogdetail__date {
    width: 6em;
    color: #888888;
}

@media screen and (max-width:767px) {
    .p-blogdetail__date {
        font-size: 4.2666666667vw;
        line-height: 1.625;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__date {
        font-size: 1rem;
        line-height: 1.625;
        letter-spacing: 0.01em;
    }
}

.p-blogdetail__category {
    position: static;
}

.p-blogdetail__title {
    margin: 0;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-blogdetail__title {
        font-size: 8.5333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__title {
        font-size: 2.625rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__title {
        margin: 3.4666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__title {
        margin-top: 13.7px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr {
        margin: 6.4vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr {
        margin-top: 24.3px;
    }
}

.p-blogdetail__attr__author__fig {
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__author__fig {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr__author__fig {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__author__name {
        font-size: 3.2vw;
        line-height: 2.9333333333;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr__author__name {
        font-size: 0.75rem;
        line-height: 2.9333333333;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__author__name {
        margin-left: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr__author__name {
        margin-left: 12px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__share {
        margin: 6.4vw 0 0;
    }
}

.p-blogdetail__attr__share__heading {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__share__heading {
        font-size: 3.7333333333vw;
        line-height: 1.8571428571;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr__share__heading {
        font-size: 0.875rem;
        line-height: 1.8571428571;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__share__sns {
        margin: 0 0 0 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr__share__sns {
        margin: 0 0 0 10px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__attr__share__sns__item {
        margin: 0 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__attr__share__sns__item {
        margin: 0 10px;
    }
}

.p-blogdetail__main {}

@media screen and (max-width:767px) {
    .p-blogdetail__main {
        margin: 8.5333333333vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main {
        margin: 40px 0;
    }
}

.p-blogdetail__main h1 b,
.p-blogdetail__main h1 strong,
.p-blogdetail__main h2 b,
.p-blogdetail__main h2 strong,
.p-blogdetail__main h3 b,
.p-blogdetail__main h3 strong {
    font-weight: inherit;
}

.p-blogdetail__main h1,
.p-blogdetail__main h2 {
    margin: 0;
    /* border-left: 5px solid #05184A; */
    font-weight: 700;
}

@media screen and (max-width:767px) {

    .p-blogdetail__main h1,
    .p-blogdetail__main h2 {
        font-size: 6.9333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {

    .p-blogdetail__main h1,
    .p-blogdetail__main h2 {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {

    .p-blogdetail__main h1,
    .p-blogdetail__main h2 {
        padding-left: 5.6vw;
    }
}

@media screen and (min-width:768px) {

    .p-blogdetail__main h1,
    .p-blogdetail__main h2 {
        padding-left: 21px;
    }
}

@media screen and (max-width:767px) {

    .p-blogdetail__main h1:nth-child(n+2),
    .p-blogdetail__main h2:nth-child(n+2) {
        margin: 14.9333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {

    .p-blogdetail__main h1:nth-child(n+2),
    .p-blogdetail__main h2:nth-child(n+2) {
        margin: 56px 0 0;
    }
}

.p-blogdetail__main h3 {
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main h3 {
        font-size: 5.6vw;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main h3 {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main h3:nth-child(n+2) {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main h3:nth-child(n+2) {
        margin: 20px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main figure:nth-child(n+2) {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main figure:nth-child(n+2) {
        margin-top: 48px;
    }
}

.p-blogdetail__main p {
    color: #13132B;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main p {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main p {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main p:nth-child(n+2) {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main p:nth-child(n+2) {
        margin-top: 24px;
    }
}

.p-blogdetail__main a {
    color: #1C4FFF;
    text-decoration: underline;
}

.p-blogdetail__main ul li {
    padding-left: 1em;
    text-indent: -1em;
    color: #13132B;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main ul li {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main ul li {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main ul li {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main ul li {
        margin-top: 24px;
    }
}

.p-blogdetail__main ul li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #FFCA36;
    display: none;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main ul li:before {
        width: 2.1333333333vw;
        height: 2.1333333333vw;
        margin-right: 2.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main ul li:before {
        width: 8px;
        height: 8px;
        margin-right: 13px;
    }
}

.p-blogdetail__main ol {
    list-style: decimal;
    padding-left: 1.5em;
}

.p-blogdetail__main ol li {
    color: #13132B;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main ol li {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main ol li {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main ol li {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main ol li {
        margin-top: 24px;
    }
}

.p-blogdetail__main iframe {
    max-width: 100%;
}

.p-blogdetail__main button {
    position: relative;
    display: block;
    text-align: left;
    border: none;
    color: #fff;
    background-color: #05184A;
    border: 2px solid #05184A;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    transition: all 0.4s;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main button {
        font-size: 4.2666666667vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main button {
        font-size: 1rem;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main button {
        width: 69.3333333333vw;
        margin: 8.5333333333vw auto;
        padding: 1em 2em 1em 1em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main button {
        width: 300px;
        margin: 48px auto;
        padding: 18px 38px 18px 22px;
    }
}

.p-blogdetail__main button:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(../images/icon-arrow-right--white.svg) no-repeat center center/contain;
    transition: right 0.4s;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main button:after {
        right: 1em;
        width: 4vw;
        height: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main button:after {
        right: 22px;
        width: 15px;
        height: 10px;
    }
}

@media (hover:hover) {
    .p-blogdetail__main button:hover {
        color: #05184A;
        background-color: #fff;
        border: 2px solid #05184A;
    }

    .p-blogdetail__main button:hover:after {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (hover:hover) and (min-width:768px) {
    .p-blogdetail__main button:hover:after {
        right: 12px;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-blogdetail__main button:hover {
        color: #05184A;
        background-color: #fff;
        border: 2px solid #05184A;
    }

    .p-blogdetail__main button:hover:after {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:768px),
screen and (-ms-high-contrast:none) and (min-width:768px) {
    .p-blogdetail__main button:hover:after {
        right: 12px;
    }
}

.p-blogdetail__main .wp-block-buttons .wp-block-button__link {
    position: relative;
    display: block;
    text-align: left;
    text-decoration: none;
    border: none;
    color: #fff;
    background-color: #05184A;
    border: 2px solid #05184A;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    transition: all 0.4s;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link {
        font-size: 4.2666666667vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link {
        font-size: 1rem;
        line-height: 1.1875;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link {
        min-width: 69.3333333333vw;
        margin: 8.5333333333vw auto;
        padding: 1em 2em 1em 1em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link {
        min-width: 300px;
        margin: 48px auto;
        padding: 18px 38px 18px 22px;
    }
}

.p-blogdetail__main .wp-block-buttons .wp-block-button__link:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url(../images/icon-arrow-right--white.svg) no-repeat center center/contain;
    transition: right 0.4s;
}

@media screen and (max-width:767px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:after {
        right: 1em;
        width: 4vw;
        height: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:after {
        right: 22px;
        width: 15px;
        height: 10px;
    }
}

@media (hover:hover) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:hover {
        color: #05184A;
        background-color: #fff;
        border: 2px solid #05184A;
    }

    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:hover:after {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (hover:hover) and (min-width:768px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:hover:after {
        right: 12px;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:hover {
        color: #05184A;
        background-color: #fff;
        border: 2px solid #05184A;
    }

    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:hover:after {
        background-image: url(../images/icon-arrow-right--navy.svg);
    }
}

@media screen and (-ms-high-contrast:active) and (min-width:768px),
screen and (-ms-high-contrast:none) and (min-width:768px) {
    .p-blogdetail__main .wp-block-buttons .wp-block-button__link:hover:after {
        right: 12px;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-columns {
        display: flex;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-columns>* {
        flex: 1;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-columns>*[style*=flex-basis] {
        flex: 0;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__main .wp-block-columns>*:not(:first-child) {
        margin-left: 30px;
    }
}

.p-blogdetail__main [id^=attachment_] {
    max-width: 100%;
}

@media screen and (min-width:768px) {

    [lang=ja] .p-blogdetail__main h1,
    [lang=ja] .p-blogdetail__main h2 {
        font-size: 1.875rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    [lang=ja] .p-blogdetail__main h3 {
        font-size: 1.5rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    [lang=ja] .p-blogdetail__main p {
        font-size: 1rem;
        line-height: 2;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    [lang=ja] .p-blogdetail__main ul li {
        font-size: 1rem;
        line-height: 2;
        letter-spacing: 0.01em;
    }
}

.p-blogdetail__main__feature img {
    width: 100%;
}

.p-blogdetail__authorbox {
    border: 3px solid #DDDDDD;
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox {
        padding: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox {
        padding: 20px;
    }
}

.p-blogdetail__authorbox__author__fig {
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__author__fig {
        width: 19.4666666667vw;
        height: 19.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox__author__fig {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__author__textarea {
        margin-left: 4vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox__author__textarea {
        margin-left: 24px;
    }
}

.p-blogdetail__authorbox__author__shoulder {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__author__shoulder {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox__author__shoulder {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

.p-blogdetail__authorbox__author__name {
    margin: 0;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
    color: #1C4FFF;
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__author__name {
        font-size: 3.4666666667vw;
        line-height: 2.7076923077;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox__author__name {
        font-size: 0.8125rem;
        line-height: 2.7076923077;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__author__division {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox__author__division {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

.p-blogdetail__authorbox__sns {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__sns {
        margin-top: 3.2vw;
        margin-left: 23.4666666667vw;
        justify-content: flex-start;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__authorbox__sns__item {
        margin: 0 1.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__authorbox__sns__item {
        margin: 0 10px;
    }
}

.p-blogdetail__footer {
    border-bottom: 1px solid #05184A;
}

@media screen and (max-width:767px) {
    .p-blogdetail__footer {
        margin-top: 8.5333333333vw;
        padding-bottom: 6.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__footer {
        margin-top: 40px;
        padding-bottom: 40px;
    }
}

.p-blogdetail__footer__share__heading,
.p-blogdetail__footer__tag__heading {
    flex-shrink: 0;
    margin-right: 2em;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {

    .p-blogdetail__footer__share__heading,
    .p-blogdetail__footer__tag__heading {
        font-size: 3.2vw;
        line-height: 2.1666666667;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {

    .p-blogdetail__footer__share__heading,
    .p-blogdetail__footer__tag__heading {
        font-size: 0.875rem;
        line-height: 1.8571428571;
        letter-spacing: 0.01em;
    }
}

.p-blogdetail__footer__share__sns,
.p-blogdetail__footer__tag__tags {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-blogdetail__footer__share__sns__item:nth-child(n+2) {
        margin-left: 3.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__footer__share__sns__item:nth-child(n+2) {
        margin-left: 14px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__footer__tag {
        margin-top: 4.8vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__footer__tag {
        margin-top: 20px;
    }
}

.p-blogdetail__footer__tag__tags {
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .p-blogdetail__footer__tag__heading {
        margin-top: 2.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__footer__tag__heading {
        margin-top: 8px;
    }
}

.p-blogdetail__footer__tag__tags__item {
    border: 1px solid #05184A;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-blogdetail__footer__tag__tags__item {
        font-size: 2.6666666667vw;
        line-height: 1.2;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__footer__tag__tags__item {
        font-size: 0.8125rem;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__footer__tag__tags__item {
        margin-top: 2.1333333333vw;
        margin-right: 2.1333333333vw;
        padding: 0.8vw 3.7333333333vw;
        border-radius: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__footer__tag__tags__item {
        margin-top: 8px;
        margin-right: 8px;
        padding: 3px 14px;
        border-radius: 12px;
    }
}

@media screen and (max-width:767px) {
    .p-blogdetail__related {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__related {
        margin-top: 44px;
    }
}

.p-blogdetail__related__title {
    margin: 0;
    text-align: center;
    color: #FFCA36;
}

@media screen and (max-width:767px) {
    .p-blogdetail__related__title {
        font-size: 5.3333333333vw;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__related__title {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

.p-blogdetail__related .p-blog__articles {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-blogdetail__related .p-blog__articles>li {
        margin-top: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-blogdetail__related .p-blog__articles>li {
        width: 47.2972972973%;
        margin-top: 48px;
    }
}

.p-services__mv {
    position: relative;
    color: #fff;
    background-color: #EBEBEB;
}

@media screen and (max-width:767px) {
    .p-services__mv {
        /*background-image: url(../images/services/services-mv_sp%402x.jpg);*/
        height: 75.2vw;
        margin-top: 21.334vw;
    }
}

@media screen and (min-width:768px) {
    .p-services__mv {
        /*background-image: url(../images/services/services-mv_pc.jpg);*/
        height: 446px;
        margin-top: 122px;
    }
}

.p-services__mv__title {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-services__mv__title {
        font-size: 8.5333333333vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-services__mv__title {
        font-size: 4.5rem;
        line-height: 1;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:1000px) and (min-width:768px) {
    .p-services__mv__title {
        font-size: 5rem;
        line-height: 1;
        letter-spacing: 0em;
    }
}

.p-servicedetail__mv {
    position: relative;
    background-color: #F2F3F6;
}

@media screen and (max-width:767px) {
    .p-servicedetail__mv {
        padding-top: 21.334vw;
        padding-bottom: 19.7333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv {
        height: 425px;
        padding-top: 122px;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv__inner {
        display: flex;
        justify-content: space-between;
        margin-top: 20px;
        padding-right: 9.3103448276%;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__mv__title {
        font-size: 8.5333333333vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv__title {
        font-size: 2.625rem;
        line-height: 1.4;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__mv__title {
        margin: 0;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv__title {
        margin: 56px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__mv__title .p-servicedetail__mv__title__service {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv__title .p-servicedetail__mv__title__service {
        font-size: 1.3125rem;
        line-height: 1.2380952381;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__mv__fig {
        width: 64vw;
        margin: 4.2666666667vw auto;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv__fig {
        width: 100.6551724138%;
    }
}

.p-servicedetail__mv__next {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:767px) {
    .p-servicedetail__mv__next {
        bottom: 5.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__mv__next {
        bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__detail {
        padding-top: 13.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__detail {
        padding-top: 106px;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__detail__title {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

.p-servicedetail__detail__listWrap {
    background-color: #F2F3F6;
}

@media screen and (max-width:767px) {
    .p-servicedetail__detail__listWrap {
        margin-top: 30.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__detail__listWrap {
        margin-top: 176px;
    }
}

.p-servicedetail__detail__list {
    position: relative;
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-servicedetail__detail__list {
        top: -24vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__detail__list {
        top: -106px;
    }
}

@media screen and (max-width:767px) {
    .p-servicedetail__detail__list__item:nth-child(n+2) {
        margin-top: 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__detail__list__item:nth-child(n+4) {}
}

.p-servicedetail__detail__list__item__fig {
    border: 1px solid #dddddd;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-servicedetail__detail__list__item__fig {
        width: 100%;
        height: 49.0666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__detail__list__item__fig {
        width: 100%;
        height: 203px;
    }
}

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

@media screen and (max-width:767px) {
    .p-servicedetail__detail__list__item__heading {
        margin: 6.4vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-servicedetail__detail__list__item__heading {
        margin: 25px 0 0;
    }
}

.p-about__mv {
    background-repeat: no-repeat;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-about__mv {
        margin-top: 21.334vw;
        padding-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__mv {
        margin-top: 122px;
        padding-top: 56px;
    }
}

.p-about__mv__title {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-about__mv__title {
        font-size: 11.7333333333vw;
        line-height: 2.2727272727;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-about__mv__title {
        font-size: 3rem;
        line-height: 1.5625;
        letter-spacing: 0em;
        font-weight: 600;
    }
}

.p-about__mv__abstract {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-about__mv__abstract {
        margin-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__mv__abstract {
        margin-top: 0px;
        text-align: left;
        font-size: 28px;
    }
}

@media screen and (max-width:767px) {
    .p-about__message__row {
        margin-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__message__row {
        margin-top: 5px;
    }
}

@media screen and (min-width:768px) {
    .p-about__message__fig {
        width: 32.8620689655%;
    }
}

@media screen and (max-width:767px) {
    .p-about__message__fig img {
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .p-about__message__textarea {
        margin-top: 12.8vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__message__textarea {
        width: 65.5172413793%;
    }
}

@media screen and (max-width:767px) {

    .p-about__message__textarea__text,
    .p-about__message__textarea__signature {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {

    .p-about__message__textarea__text,
    .p-about__message__textarea__signature {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

.p-about__message__textarea__text:not(:first-child),
.p-about__message__textarea__signature:not(:first-child) {
    margin-top: 15px;
}

@media screen and (min-width:768px) {

    [lang=ja] .p-about__message__textarea__text,
    [lang=ja] .p-about__message__textarea__signature {
        font-size: 1rem;
        line-height: 1.8;
        letter-spacing: 0.01em;
    }
}

[lang=ja] .p-about__message__textarea__text:not(:first-child),
[lang=ja] .p-about__message__textarea__signature:not(:first-child) {
    margin-top: 1.8em;
}

.p-about__message__textarea__signature {
    text-align: right;
}

[lang=ja] .p-about__mission__abstract,
[lang=ja] .p-about__vistion__abstract {
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-about__us__box {
        background-color: #fff;
        padding: 0 6.4vw;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list {
        margin: 2.1333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 840px;
        margin: 30px auto 0;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list__item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 6.4vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item {
        position: relative;
        width: 33.33%;
        padding: 40px 3.8095238095%;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list__item:nth-child(n+2) {
        border-top: 1px solid #dddddd;
    }
}

@media screen and (min-width:768px) {

    .p-about__care__list__item:nth-child(3n+2):before,
    .p-about__care__list__item:nth-child(3n+3):before {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        width: 0px;
        height: calc(100% - 80px);
        border-left: 1px solid #dddddd;
    }
}

@media screen and (min-width:768px) {

    .p-about__care__list__item:nth-child(1),
    .p-about__care__list__item:nth-child(2),
    .p-about__care__list__item:nth-child(3) {
        border-bottom: 1px solid #dddddd;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list__item__fig {
        width: 21.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item__fig {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list__item__textarea {
        width: 46.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item__textarea {
        margin-top: 22px;
    }
}

.p-about__care__list__item__heading {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-about__care__list__item__heading {
        font-size: 4.8vw;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item__heading {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item__heading {
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list__item__text {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item__text {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-about__care__list__item__text {
        margin-top: 3.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__care__list__item__text {
        margin-top: 22px;
    }
}

.p-about__info__profile__table {
    border-collapse: collapse;
    border-bottom: 1px solid #dddddd;
}

@media screen and (max-width:767px) {
    .p-about__info__profile__table {
        margin-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__profile__table {
        width: calc(100% - 300px);
        margin-left: auto;
    }
}

.p-about__info__profile__table tr {
    border-top: 1px solid #dddddd;
}

@media screen and (max-width:767px) {
    .p-about__info__profile__table tr {
        display: block;
        padding: 6.4vw 0;
    }
}

.p-about__info__profile__table th {
    vertical-align: top;
    text-align: left;
}

@media screen and (max-width:767px) {
    .p-about__info__profile__table th {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__profile__table th {
        font-size: 1rem;
        line-height: 1.625;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__profile__table th {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__profile__table th {
        padding: 40px 0;
        font-family: "HelveticaLTPro-Roman", "Helvetica", "Helvetica Neue", sans-serif;
        font-weight: 400;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__profile__table td {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__profile__table td {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__profile__table td {
        display: block;
        margin-top: 1.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__profile__table td {
        padding: 40px 0 40px 1em;
        font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
        font-weight: 700;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__award {
        margin-top: 13.3333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__award {
        margin-top: 80px;
    }
}

.p-about__info__award__content {
    border: 1px solid #dddddd;
    border-width: 1px 0;
}

@media screen and (max-width:767px) {
    .p-about__info__award__content {
        margin-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__award__content {
        width: calc(100% - 300px);
        margin-left: auto;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__award__content__text {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__award__content__text {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__award__content__text {
        margin-top: 5.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__award__content__text {
        margin-top: 40px;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__award__content__badges {
        margin: 6.4vw auto 9.6vw;
        justify-content: center;
        gap: 4.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__award__content__badges {
        margin: 40px 0;
        gap: 26px;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__award__content__badges__item {
        width: 34.6666666667vw;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__group {
        width: 100%;
        margin-top: 23.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__group {
        margin-top: 150px;
    }
}

@media (hover:hover) {
    .p-about__info__group>a:hover .p-about__info__group__box {
        background-color: #fff;
        color: #0070b3;
    }

    .p-about__info__group>a:hover img {
        opacity: 1;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-about__info__group>a:hover .p-about__info__group__box {
        background-color: #fff;
        color: #0070b3;
    }

    .p-about__info__group>a:hover img {
        opacity: 1;
    }
}

@media screen and (min-width:768px) {
    [lang=en] .p-about__info__group {
        margin-top: 120px;
    }
}

.p-about__info__group__box {
    position: relative;
    color: #fff;
    background-color: #0070b3;
    border: 2px solid #0070b3;
}

@media screen and (max-width:767px) {
    .p-about__info__group__box {
        border-width: 0.5333333333vw;
        padding: 44vw 5.8666666667vw 5.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__group__box {
        border-width: 4px;
        padding: 63px 246px 63px 56px;
    }
}

@media (hover:hover) {
    .p-about__info__group__box:hover {
        transition: all 0.3s ease;
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-about__info__group__box:hover {
        transition: all 0.3s ease;
    }
}

.p-about__info__group__box__text {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-about__info__group__box__text {
        font-size: 4.2666666667vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__group__box__text {
        font-size: 1.3125rem;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

.p-about__info__group__box__fig {
    position: absolute;
}

@media screen and (max-width:767px) {
    .p-about__info__group__box__fig {
        top: -11.2vw;
        left: 14.4vw;
        width: 51.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__group__box__fig {
        bottom: -4px;
        right: 3.75%;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__map {
        margin-top: 12.8vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__map {
        margin-top: 106px;
    }
}

.p-about__info__map__heading {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-about__info__map__heading {
        font-size: 6.9333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__map__heading {
        font-size: 1.625rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__map__heading {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__map__heading {
        margin-top: 80px;
    }
}

.p-about__info__map__map {
    width: 100%;
}

@media screen and (max-width:767px) {
    .p-about__info__map__map {
        height: 65.6vw;
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__map__map {
        height: 400px;
        margin-top: 32px;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__map__address {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__map__address {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-about__info__map__address {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-about__info__map__address {
        margin-top: 12px;
    }
}

.p-team__mv {
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-team__mv {
        height: 120vw;
        padding: 21.334vw 0 25.3333333333vw;
        /*background-image: url(../images/team/team-mv01_sp%402x5eac.jpg?20230802), url(../images/team/team-mv02_sp%402x5eac.jpg?20230802);*/
        background-position: right top calc(21.334vw + 3.7333333333vw), right 3.733333333vw bottom 24vw;
        background-size: 83.2vw auto, 102.150537634vw auto;
    }
}

@media screen and (min-width:768px) {
    .p-team__mv {
        height: 720px;
        padding: 122px 0 95px;
        /*background-image: url(../images/team/team-mv01_pc%402x5eac.jpg?20230802), url(../images/team/team-mv02_pc%402x5eac.jpg?20230802);*/
        background-position: left center, right center;
        background-size: 27.29vw auto, 25.555555556vw auto;
    }
}

@media screen and (min-width:1440px) {
    .p-team__mv {
        background-size: 393px auto, 368px auto;
    }
}

@media screen and (max-width:767px) {
    .webp .p-team__mv {
        /*background-image: url(../images/team/team-mv01_sp%402x5eac.webp?20230802), url(../images/team/team-mv02_sp%402x5eac.webp?20230802);*/
    }
}

@media screen and (min-width:768px) {
    .webp .p-team__mv {
        /*background-image: url(../images/team/team-mv01_pc%402x5eac.webp?20230802), url(../images/team/team-mv02_pc%402x5eac.webp?20230802);*/
    }
}

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

@media screen and (max-width:767px) {
    .p-team__mv__heading {
        font-size: 8.5333333333vw;
        line-height: 1.15625;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-team__mv__heading {
        font-size: 4.5rem;
        line-height: 1.0416666667;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:1000px) and (min-width:768px) {
    .p-team__mv__heading {
        font-size: 6rem;
        line-height: 1.0416666667;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-team__feature {
        padding: 8vw 0 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__feature {
        padding: 53px 0 80px;
    }
}

.p-team__feature__desc {
    margin: 0;
}

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

@media screen and (max-width:767px) {
    .p-team__feature__fig {
        margin: 12.2666666667vw auto 0;
    }
}

@media screen and (min-width:768px) {
    .p-team__feature__fig {
        width: 960px;
        margin: 70px auto 0;
    }
}

.p-team__features {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .p-team__features {
        margin: 11.2vw auto 0;
    }
}

@media screen and (min-width:768px) {
    .p-team__features {
        margin: 56px 0 0;
    }
}

.p-team__features__feature {
    position: relative;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-team__features__feature {
        width: 33.3333%;
        padding: 4.2666666667vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature {
        width: 25%;
        padding: 40px 0;
    }
}

@media screen and (max-width:767px) {
    .p-team__features__feature:nth-child(n+4) {
        border-top: 1px solid #dddddd;
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature:nth-child(n+5) {
        border-top: 1px solid #dddddd;
    }
}

@media screen and (max-width:767px) {
    .p-team__features__feature:nth-child(3n+1):before {
        content: none;
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature:nth-child(4n+1):before {
        content: none;
    }
}

.p-team__features__feature:before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #dddddd;
}

@media screen and (max-width:767px) {
    .p-team__features__feature:before {
        top: 4.2666666667vw;
        height: calc(100% - 8.5333333333vw);
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature:before {
        top: 40px;
        height: calc(100% - 80px);
    }
}

@media screen and (max-width:767px) {
    .p-team__features__feature__fig img {
        width: 21.3333333333vw;
    }
}

.p-team__features__feature__text {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-team__features__feature__text {
        font-size: 3.7333333333vw;
        line-height: 1.2142857143;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature__text {
        font-size: 1.3125rem;
        line-height: 1.2380952381;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-team__features__feature__text {
        margin-top: 2.1333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature__text {
        margin-top: 12px;
    }
}

@media screen and (max-width:767px) {
    .p-team__features__feature__text__number {
        font-size: 10.6666666667vw;
        line-height: 1.225;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-team__features__feature__text__number {
        font-size: 5.625rem;
        line-height: 1.2333333333;
        letter-spacing: 0em;
    }
}

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

@media screen and (max-width:767px) {
    .p-team__team__list__item:nth-child(n+2) {
        margin-top: 12.8vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item:nth-child(n+4) {
        margin-top: 48px;
    }
}

@media (hover:hover) {
    .p-team__team__list__item>a:hover .p-team__team__list__item__fig img {
        opacity: 1;
    }

    .p-team__team__list__item>a:hover .p-team__team__list__item__fig:after {
        transform: scale(1.2);
    }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
    .p-team__team__list__item>a:hover .p-team__team__list__item__fig img {
        opacity: 1;
    }

    .p-team__team__list__item>a:hover .p-team__team__list__item__fig:after {
        transform: scale(1.2);
    }
}

.p-team__team__list__item__fig {
    position: relative;
}

.p-team__team__list__item__fig:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/icon-magnify2.svg) no-repeat right bottom/contain;
    transition: transform 0.4s;
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__fig:after {
        right: 4.2666666667vw;
        bottom: 4.2666666667vw;
        width: 12.8vw;
        height: 12.8vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__fig:after {
        right: 16px;
        bottom: 16px;
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__name {
        font-size: 5.6vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__name {
        font-size: 1.625rem;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__name {
        margin: 6.4vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__name {
        margin: 20px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__position {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__position {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__position {
        margin-top: 0.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__position {
        margin: 8px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__text {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__text {
        font-size: 0.875rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-team__team__list__item__text {
        margin-top: 6.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__team__list__item__text {
        margin: 20px 0 0;
    }
}

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

.p-team__modal__name {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-team__modal__name {
        font-size: 5.6vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__name {
        font-size: 1.625rem;
        line-height: 1.2307692308;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__position {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__position {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__position {
        margin-top: 0vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__position {
        margin: 8px 0 0;
    }
}

.p-team__modal__interest {
    position: relative;
    display: inline-block;
    color: #fff;
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-team__modal__interest {
        font-size: 4.8vw;
        line-height: 1.4444444444;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__interest {
        font-size: 1.125rem;
        line-height: 1.4444444444;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__interest {
        margin-top: 0.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__interest {
        margin: 24px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__detail {
        margin-top: 4.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__detail {
        margin: 56px 0 0;
    }
}

.p-team__modal__figarea {
    position: relative;
}

@media screen and (max-width:767px) {
    .p-team__modal__figarea {
        width: 53.3333333333vw;
        margin: 0 auto;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__figarea {
        width: 200px;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__figarea__sns {
        margin: 5.8666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__figarea__sns {
        margin: 22px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__figarea__sns__item {
        margin: 0 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__figarea__sns__item {
        margin: 0 10px;
    }
}

.p-team__modal__profiles {
    margin: 0;
    text-align: left;
}

@media screen and (max-width:767px) {
    .p-team__modal__profiles {
        margin-top: 6.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__profiles {
        width: 310px;
        margin-left: 32px;
    }
}

.p-team__modal__profiles dt {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-team__modal__profiles dt {
        font-size: 4.2666666667vw;
        line-height: 27.2 10/16;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__profiles dt {
        font-size: 1rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__profiles dd {
        font-size: 3.7333333333vw;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__profiles dd {
        font-size: 0.875rem;
        line-height: 1.7;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-team__modal__profiles dd {
        margin: 0.5333333333vw 0 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-team__modal__profiles dd {
        margin: 2px 0 10px;
    }
}

.c-modal {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.c-modal .c-modal__inner {
    transition: transform 0.3s ease-in-out 0.1s;
}

@media screen and (max-width:767px) {
    .c-modal .c-modal__inner {
        transform: scale(0);
    }
}

@media screen and (min-width:768px) {
    .c-modal .c-modal__inner {
        transform: scale(0) translate(-50%, -50%);
        transform-origin: left top;
    }
}

.c-modal .c-modal__content {
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.c-modal.is-active {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width:767px) {
    .c-modal.is-active .c-modal__inner {
        transform: scale(1);
    }
}

@media screen and (min-width:768px) {
    .c-modal.is-active .c-modal__inner {
        transform: scale(1) translate(-50%, -50%);
    }
}

.c-modal.is-active .c-modal__content.is-active {
    display: block;
    visibility: visible;
    opacity: 1;
    transition: all 0.2s 0.4s;
}

.p-privacy__mv {
    background-repeat: no-repeat;
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-privacy__mv {
        margin-top: 21.334vw;
        padding-top: 9.6vw;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv {
        margin-top: 122px;
        padding-top: 56px;
    }
}

.p-privacy__mv__title {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-privacy__mv__title {
        font-size: 8.5333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv__title {
        font-size: 4rem;
        line-height: 1.5625;
        letter-spacing: 0em;
    }
}

.p-privacy__mv__texts__inner {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
}

@media screen and (max-width:767px) {
    .p-privacy__mv__texts__inner figure:nth-child(n+2) {
        margin-top: 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv__texts__inner figure:nth-child(n+2) {
        margin-top: 48px;
    }
}

.p-privacy__mv__texts__inner p {
    color: #13132B;
}

@media screen and (max-width:767px) {
    .p-privacy__mv__texts__inner p {
        font-size: 4.8vw;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv__texts__inner p {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-privacy__mv__texts__inner p:nth-child(n+2) {
        margin-top: 8vw;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv__texts__inner p:nth-child(n+2) {
        margin-top: 24px;
    }
}

.p-privacy__mv__texts__inner a {
    color: #1C4FFF;
    text-decoration: underline;
}

@media screen and (max-width:767px) {
    .p-privacy__mv__texts__inner div p {
        margin-top: 8vw;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv__texts__inner div p {
        margin-top: 24px;
    }
}

.p-privacy__mv__texts__inner ul {
    list-style: disc;
}

.p-privacy__mv__texts__inner ul li {
    margin-left: 2em;
}

@media screen and (max-width:767px) {
    .p-privacy__mv__texts__inner ul li {
        font-size: 4.8vw;
        line-height: 1.7;
        letter-spacing: 0.02em;
    }
}

@media screen and (min-width:768px) {
    .p-privacy__mv__texts__inner ul li {
        font-size: 1.3125rem;
        line-height: 1.6761904762;
        letter-spacing: 0.01em;
    }
}

[lang=ja] .p-privacy__mv__texts__inner h2 {
    margin: 0;
}

@media screen and (max-width:767px) {
    [lang=ja] .p-privacy__mv__texts__inner h2 {
        font-size: 5.6vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    [lang=ja] .p-privacy__mv__texts__inner h2 {
        font-size: 1.3125rem;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    [lang=ja] .p-privacy__mv__texts__inner h2:nth-child(n+2) {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    [lang=ja] .p-privacy__mv__texts__inner h2:nth-child(n+2) {
        margin: 48px 0 0;
    }
}

[lang=en] .p-privacy__mv__texts__inner h2 {
    margin: 0;
    border-left: 5px solid #05184A;
}

@media screen and (max-width:767px) {
    [lang=en] .p-privacy__mv__texts__inner h2 {
        font-size: 6.9333333333vw;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    [lang=en] .p-privacy__mv__texts__inner h2 {
        font-size: 2rem;
        line-height: 1.3;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    [lang=en] .p-privacy__mv__texts__inner h2 {
        padding-left: 5.6vw;
    }
}

@media screen and (min-width:768px) {
    [lang=en] .p-privacy__mv__texts__inner h2 {
        padding-left: 21px;
    }
}

@media screen and (max-width:767px) {
    [lang=en] .p-privacy__mv__texts__inner h2:nth-child(n+2) {
        margin: 14.9333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {
    [lang=en] .p-privacy__mv__texts__inner h2:nth-child(n+2) {
        margin: 56px 0 0;
    }
}

[lang=en] .p-privacy__mv__texts__inner h3 {
    margin: 0;
}

@media screen and (max-width:767px) {
    [lang=en] .p-privacy__mv__texts__inner h3 {
        font-size: 5.6vw;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    [lang=en] .p-privacy__mv__texts__inner h3 {
        font-size: 1.3125rem;
        line-height: 1.3;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    [lang=en] .p-privacy__mv__texts__inner h3:nth-child(n+2) {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    [lang=en] .p-privacy__mv__texts__inner h3:nth-child(n+2) {
        margin: 48px 0 0;
    }
}

.p-thankyou {
    min-height: 60vh;
}

@media screen and (max-width:767px) {
    .p-thankyou main {
        width: 87.2%;
        margin-left: auto;
        margin-right: auto;
        padding: calc(21.334vw + 14.9333333333vw) 0 14.9333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-thankyou main {
        padding: 228px 0 106px;
    }
}

.p-thankyou main h1 {
    margin: 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-thankyou main h1 {
        font-size: 5.6vw;
        line-height: 1.9047619048;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-thankyou main h1 {
        font-size: 1.75rem;
        line-height: 1.95;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-thankyou main p {
        font-size: 4.2666666667vw;
        line-height: 1.8;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-thankyou main p {
        font-size: 1rem;
        line-height: 1.8;
        letter-spacing: 0.01em;
    }
}

@media screen and (max-width:767px) {
    .p-thankyou main p {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-thankyou main p {
        margin: 58px 0 0;
        text-align: center;
    }
}

@media screen and (max-width:767px) {
    [lang=en] .p-thankyou main p {
        text-align: center;
    }
}

.p-lp .p-header {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu {
        margin-top: vw(20);
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-header__menu {
        gap: min(2.7vw, 32px);
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu__item {
        font-size: 4.8vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu__item {
        margin-top: vw(24);
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-header__menu__item {
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-header__homelink {
        position: relative;
        margin: 6.4vw 0 0;
        padding-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-header__homelink {
        margin: 0 0 0 min(2.7vw, 32px);
        padding-left: min(2.7vw, 32px);
        border-left: 1px solid #DDD;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-header__homelink::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8.5333333333vw;
        height: 0;
        border-top: 1px solid #FFF;
    }
}

.p-lp .p-header__homelink__item {
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-lp .p-header__homelink__item {
        font-size: 4.8vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-header__homelink__item {
        font-size: 0.9375rem;
        line-height: 1.4666666667;
        letter-spacing: 0.01em;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-header__homelink__item {
        color: #888;
    }
}

.p-lp .p-header__homelink__item svg {
    margin-left: 8px;
    opacity: 0.5;
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu2 {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu2 {
        margin-top: 10.6666666667vw;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu2__item {
        width: 100%;
    }
}

.p-lp .p-header__menu2__item a {
    display: block;
}

@media screen and (max-width:767px) {
    .p-lp .p-header__menu2__item a {
        padding: 5.6vw 6.4vw;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer {
        padding: 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer {
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__inner {
        padding: 10.6666666667vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__inner {
        padding: 48px 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__menu {
        margin-top: 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__menu {
        gap: min(2.7vw, 32px);
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__menu__item {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__menu__item {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__menu__item {
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__homelink {
        position: relative;
        margin: 6.4vw 0 0;
        padding-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__homelink {
        margin: 0 0 0 min(2.7vw, 32px);
        padding-left: min(2.7vw, 32px);
        border-left: 1px solid #DDD;
    }
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__homelink::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 8.5333333333vw;
        height: 0;
        border-top: 1px solid #DDD;
    }
}

.p-lp .p-footer__homelink__item {
    font-weight: 700;
    color: #888;
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__homelink__item {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__homelink__item {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp .p-footer__homelink__item svg {
    margin-left: 8px;
    opacity: 0.5;
}

.p-lp .p-footer__lower {
    margin: 0;
    border-top: 1px solid #DDD;
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__lower {
        padding: 6.4vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__lower {
        padding: 24px 0;
    }
}

.p-lp .p-footer__lower__menu {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__lower__menu {
        gap: 8.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__lower__menu {
        gap: min(2.7vw, 32px);
    }
}

.p-lp .p-footer__lower__menu__item {
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__lower__menu__item {
        font-size: 3.2vw;
        line-height: 1.8;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__lower__menu__item {
        font-size: 0.75rem;
        line-height: 1.8;
        letter-spacing: 0.01em;
    }
}

.p-lp .p-footer__copyright {
    color: #888;
}

@media screen and (max-width:767px) {
    .p-lp .p-footer__copyright {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp .p-footer__copyright {
        width: auto;
        margin: 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp__section {
        padding: 14.9333333333vw 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__section {
        padding: 80px 0;
    }
}

.p-lp__mv {
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}

@media screen and (max-width:767px) {
    .p-lp__mv {
        height: 100vw;
        margin-top: 21.334vw;
        padding-top: 55.2vw;
        /*background-image: url(../images/lp/mv-sp.png);*/
    }
}

@media screen and (min-width:768px) {
    .p-lp__mv {
        height: 580px;
        margin-top: 122px;
        padding-top: 195px;
        /*background-image: url(../images/lp/mv-pc.png);*/
    }
}

@media screen and (min-width:768px) {
    .p-lp__mv__inner {
        max-width: 1140px;
    }
}

.p-lp__mv__title {
    margin: 0;
    color: #fff;
}

@media screen and (max-width:767px) {
    .p-lp__mv__title {
        font-size: 7.2vw;
        line-height: 1.2;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__mv__title {
        font-size: 4rem;
        line-height: 1.2;
        letter-spacing: 0em;
    }
}

.p-lp__mv__next {
    display: block;
}

@media screen and (max-width:767px) {
    .p-lp__mv__next {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__mv__next {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__mv__next {
        margin-top: 6.4vw;
        padding-top: 3.2vw;
        padding-bottom: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__mv__next {
        margin-top: 40px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__clients {
        padding-bottom: 4.2666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__clients {
        padding-bottom: 16px;
    }
}

.p-lp__clients__heading {
    margin: 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-lp__clients__heading {
        font-size: 5.6vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__clients__heading {
        font-size: 1.875rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp__clients__clients {
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .p-lp__clients__clients {
        margin: 8.8vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__clients__clients {
        gap: 15px 1.3157894737%;
        margin: 64px 0 0;
    }
}

.p-lp__clients__client {
    border: 1px solid #F2F3F6;
}

@media screen and (max-width:767px) {
    .p-lp__clients__client {
        width: 42.6666666667vw;
        height: 13.8666666667vw;
        margin-top: 1.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__clients__client {
        width: 18.9473684211%;
        height: 70px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__clients__client img {
        transform: scale(0.79);
    }
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__inner {
        width: 100%;
    }
}

.p-lp__obstacles__heading {
    margin: 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__heading {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__heading {
        font-size: 2.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp__obstacles__list {
    flex-wrap: wrap;
    /*background: url(../images/lp/obstacle-person.svg) no-repeat left bottom;*/
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list {
        margin: 4.8vw 0 0;
        padding-bottom: 53.3333333333vw;
        background-size: 46.1333333333vw auto;
        background-position-x: left 6.4%;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list {
        margin: 56px 0 0;
        padding-bottom: 115px;
        background-position-x: left 15.5208333333%;
    }
}

.p-lp__obstacles__list__item {
    flex-shrink: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-lp__obstacles__list__item:nth-child(1) {
    /*background-image: url(../images/lp/obstacle-back01.svg);*/
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item:nth-child(1) {
        width: 59.2vw;
        height: 36.8vw;
        margin-left: 3.4666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list__item:nth-child(1) {
        width: 37.2916666667%;
        max-width: 358px;
        height: 222px;
        padding-top: 37px;
    }
}

.p-lp__obstacles__list__item:nth-child(2) {
    /*background-image: url(../images/lp/obstacle-back02.svg);*/
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item:nth-child(2) {
        width: 54.6666666667vw;
        height: 40.8vw;
        margin-top: -8vw;
        margin-left: auto;
        padding-top: 2.6666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list__item:nth-child(2) {
        width: 25.8333333333%;
        max-width: 248px;
        height: 186px;
        margin-top: 73px;
        margin-left: 1.3541666667%;
        padding-top: 10px;
    }
}

.p-lp__obstacles__list__item:nth-child(3) {
    /*background-image: url(../images/lp/obstacle-back03.svg);*/
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item:nth-child(3) {
        width: 51.7333333333vw;
        height: 42.6666666667vw;
        margin-top: -14.4vw;
        margin-left: 2.9333333333vw;
        padding-top: 2.6666666667vw;
        background-position-y: top 4.8vw;
        background-size: 100%;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list__item:nth-child(3) {
        width: 27.1875%;
        max-width: 261px;
        height: 190px;
        padding-top: 18px;
        margin-top: 47px;
        margin-left: 6.6666666667%;
    }
}

.p-lp__obstacles__list__item:nth-child(4) {
    /*background-image: url(../images/lp/obstacle-back04.svg);*/
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item:nth-child(4) {
        width: 56.5333333333vw;
        height: 42.4vw;
        margin-top: -4vw;
        margin-left: auto;
        padding-top: 4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list__item:nth-child(4) {
        width: 27.7083333333%;
        max-width: 266px;
        height: 199px;
        padding-top: 24px;
        margin-top: -20px;
        margin-left: auto;
        margin-right: 11.25%;
    }
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item__fig img {
        width: 14.9333333333vw;
        height: 14.9333333333vw;
    }
}

.p-lp__obstacles__list__item__text {
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item__text {
        font-size: 3.4666666667vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list__item__text {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__list__item__text {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__list__item__text {
        margin-top: 16px;
    }
}

.p-lp__obstacles__conclusion {
    text-align: center;
    font-weight: 400;
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__conclusion {
        font-size: 4.2666666667vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__conclusion {
        font-size: 1.125rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__obstacles__conclusion {
        margin: 6.4vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__obstacles__conclusion {
        margin: 40px 0 0;
    }
}

.p-lp__basedin {
    text-align: center;
    background-color: #F2F3F6;
}

.p-lp__basedin__heading {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-lp__basedin__heading {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__heading {
        font-size: 2.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__basedin__text {
        font-size: 4.2666666667vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__text {
        font-size: 1.125rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__basedin__text {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__text {
        margin-top: 32px;
    }
}

.p-lp__basedin__look {
    position: relative;
}

@media screen and (max-width:767px) {
    .p-lp__basedin__look {
        margin: 20.2666666667vw 0 0 4.2666666667vw;
        padding-bottom: 24vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__look {
        width: 591px;
        margin: 56px auto 0;
        padding-bottom: 5px;
    }
}

.p-lp__basedin__look__photo {
    position: absolute;
}

@media screen and (max-width:767px) {
    .p-lp__basedin__look__photo:nth-child(1) {
        left: 0;
        bottom: 29.3333333333vw;
        width: 28vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__look__photo:nth-child(1) {
        right: calc(100% + min(90px, 6.25vw));
        top: 53px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__basedin__look__photo:nth-child(2) {
        left: 13.3333333333vw;
        bottom: 7.4666666667vw;
        width: 21.0666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__look__photo:nth-child(2) {
        right: calc(100% + min(37px, 2.56vw));
        bottom: 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp__basedin__look__photo:nth-child(3) {
        right: 3.2vw;
        top: -14.4vw;
        width: 36.5333333333vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__look__photo:nth-child(3) {
        left: calc(100% + min(62px, 4.3vw));
        top: 53px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__basedin__look__photo:nth-child(4) {
        right: 6.1333333333vw;
        bottom: 0;
        width: 38.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__basedin__look__photo:nth-child(4) {
        left: calc(100% + min(39px, 2.7vw));
        bottom: 40px;
    }
}

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

.p-lp__strength__heading {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-lp__strength__heading {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__strength__heading {
        font-size: 2.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__strength__list {
        margin: 4.2666666667vw auto 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__strength__list {
        flex-wrap: wrap;
        margin: 56px auto 0;
        gap: 22px;
    }
}

.p-lp__strength__list__item {
    position: relative;
    border: 1px solid #DDD;
}

@media screen and (max-width:767px) {
    .p-lp__strength__list__item {
        margin-top: 4.2666666667vw;
        padding: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__strength__list__item {
        width: 314px;
        flex-shrink: 0;
        padding: 50px 24px 24px;
    }
}

.p-lp__strength__list__item__no {
    position: absolute;
    letter-spacing: 1px;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-lp__strength__list__item__no {
        font-size: 5.3333333333vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__strength__list__item__no {
        font-size: 1.625rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__strength__list__item__no {
        left: 6.4vw;
        top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__strength__list__item__no {
        left: 20px;
        top: 16px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__strength__list__item__text {
        font-size: 3.4666666667vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__strength__list__item__text {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp__service {
    background-color: #FFCA36;
    position: relative;
}

@media screen and (min-width:768px) {
    .p-lp__service::before {
        content: "";
        position: absolute;
        top: 170px;
        left: 0px;
        z-index: 0;
        width: 351px;
        height: 398px;
        /*background: url(../images/lp/service-back01.svg) no-repeat center;*/
    }
}

@media screen and (min-width:768px) {
    .p-lp__service::after {
        content: "";
        position: absolute;
        bottom: 307px;
        right: 0px;
        z-index: 0;
        width: 274px;
        height: 312px;
        /*background: url(../images/lp/service-back02.svg) no-repeat center;*/
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__inner {
        max-width: 1140px;
    }
}

.p-lp__service__heading {
    margin: 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-lp__service__heading {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__heading {
        font-size: 2.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__service__list {
        margin: 2.1333333333vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list {
        position: relative;
        z-index: 1;
        flex-wrap: wrap;
        gap: 64px 5.2631578947%;
        margin: 64px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp__service__list__item {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list__item {
        width: 47.3684210526%;
    }
}

.p-lp__service__list__item__fig {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-lp__service__list__item__fig {
        padding: 3.7333333333vw 11.4666666667vw;
        aspect-ratio: 1.56;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list__item__fig {
        padding: 30px;
        aspect-ratio: 1.5;
    }
}

.p-lp__service__list__item__fig img {
    max-height: 100%;
}

@media screen and (max-width:767px) {
    .p-lp__service__list__item__heading {
        font-size: 5.6vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list__item__heading {
        font-size: 1.875rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__service__list__item__heading {
        margin: 4.2666666667vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list__item__heading {
        margin: 24px 0 0;
    }
}

@media screen and (max-width:767px) {
    .p-lp__service__list__item__text {
        font-size: 3.7333333333vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list__item__text {
        font-size: 1.125rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__service__list__item__text {
        margin-top: 3.2vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__service__list__item__text {
        margin-top: 12px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__testimonial {
        overflow: hidden;
    }
}

@media screen and (min-width:768px) {
    .p-lp__testimonial__inner {
        max-width: 1140px;
    }
}

@media screen and (min-width:768px) {
    .p-lp__testimonial__inner .p-top-testimonial__list__item {
        margin-right: 0;
    }
}

.p-lp__testimonial__heading {
    margin: 0;
    text-align: center;
}

@media screen and (max-width:767px) {
    .p-lp__testimonial__heading {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__testimonial__heading {
        font-size: 2.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__testimonial .p-top-testimonial__list__item__word {
        font-size: 3.4666666667vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__testimonial .p-top-testimonial__list__item__word {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp__testimonial__clients {
    flex-wrap: wrap;
}

@media screen and (max-width:767px) {
    .p-lp__testimonial__clients {
        margin: 8.8vw 0 0;
    }
}

@media screen and (min-width:768px) {
    .p-lp__testimonial__clients {
        gap: 15px 1.3157894737%;
        margin: 64px 0 0;
    }
}

.p-lp__testimonial__client {
    border: 1px solid #F2F3F6;
}

@media screen and (max-width:767px) {
    .p-lp__testimonial__client {
        width: 42.6666666667vw;
        height: 13.8666666667vw;
        margin-top: 1.8666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__testimonial__client {
        width: 18.9473684211%;
        height: 70px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__testimonial__client img {
        transform: scale(0.79);
    }
}

@media screen and (max-width:767px) {
    .p-lp__contact {
        /*background: url(../images/lp/contact-bg-sp.jpg) no-repeat center top/cover #F2F3F6;*/
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact {
        /*background: url(../images/lp/contact-bg-pc.jpg) no-repeat center top/cover #F2F3F6;*/
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__inner {
        max-width: 1140px;
    }
}

.p-lp__contact__heading {
    margin: 0;
    text-align: center;
    color: #fff;
}

@media screen and (max-width:767px) {
    .p-lp__contact__heading {
        font-size: 5.6vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__heading {
        font-size: 1.875rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp__contact__box {
    background-color: #fff;
}

@media screen and (max-width:767px) {
    .p-lp__contact__box {
        margin-top: 8.5333333333vw;
        padding: 10.6666666667vw 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box {
        margin-top: 62px;
        padding: 56px 8.4210526316%;
        background-color: #fff;
    }
}

.p-lp__contact__box__heading {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-lp__contact__box__heading {
        font-size: 6.4vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__heading {
        font-size: 2.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__form {
        width: 56.8783068783%;
    }
}

.p-lp__contact__box__form__item {
    border-bottom: 1px solid #DDD;
}

@media screen and (max-width:767px) {
    .p-lp__contact__box__form__item {
        font-size: 3.7333333333vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__form__item {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__contact__box__form__item {
        margin-top: 4.2666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__form__item {
        margin-top: 20px;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__form__item.--nomt {
        margin-top: 0;
    }
}

.p-lp__contact__box__form__item input[type=text],
.p-lp__contact__box__form__item input[type=email],
.p-lp__contact__box__form__item textarea {
    font-family: "Helvetica", "Helvetica Neue", sans-serif;
    width: 100%;
    border: none;
}

@media screen and (max-width:767px) {

    .p-lp__contact__box__form__item input[type=text],
    .p-lp__contact__box__form__item input[type=email],
    .p-lp__contact__box__form__item textarea {
        font-size: 4.2666666667vw;
        line-height: 1.25;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {

    .p-lp__contact__box__form__item input[type=text],
    .p-lp__contact__box__form__item input[type=email],
    .p-lp__contact__box__form__item textarea {
        font-size: 0.9375rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__contact__box__form .p-contact__formarea__form__item2 {
        font-size: 3.2vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__form .p-contact__formarea__form__item2 {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__contact__box__form .p-contact__formarea__form__item2 {
        margin-top: 16px;
    }
}

.p-lp__contact__box__form .p-contact__formarea__form__item2 input[type=checkbox] {
    left: 0;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}

.p-lp__contact__box__form .p-contact__formarea__form__item2 label {
    padding-left: 1.5em;
}

.p-lp__contact__box__form .p-contact__formarea__form__item2 label svg {
    width: 20px;
    height: 20px;
    top: calc(50% - 12px);
}

.p-lp__about {
    background-color: #F2F3F6;
}

@media screen and (min-width:768px) {
    .p-lp__about__inner {
        max-width: 1140px;
    }
}

@media screen and (min-width:768px) {
    .p-lp__about__figarea {
        width: 47.5438596491%;
    }
}

.p-lp__about__figarea__fig {
    position: relative;
}

.p-lp__about__figarea__fig figcaption {
    position: absolute;
    color: #fff;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    .p-lp__about__figarea__fig figcaption {
        font-size: 5.6vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__about__figarea__fig figcaption {
        font-size: 1.875rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (max-width:767px) {
    .p-lp__about__figarea__fig figcaption {
        left: 5.0666666667vw;
        bottom: 4.2666666667vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__about__figarea__fig figcaption {
        left: 4.4280442804%;
        bottom: 18px;
    }
}

@media screen and (max-width:767px) {
    .p-lp__about__exparea {
        margin-top: 6.4vw;
    }
}

@media screen and (min-width:768px) {
    .p-lp__about__exparea {
        width: 47.3684210526%;
    }
}

.p-lp__about__exparea__heading {
    margin: 0;
}

@media screen and (max-width:767px) {
    .p-lp__about__exparea__heading {
        font-size: 5.6vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__about__exparea__heading {
        font-size: 1.875rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.p-lp__about__exparea__text {
    margin-top: 1.5em;
}

@media screen and (max-width:767px) {
    .p-lp__about__exparea__text {
        font-size: 3.7333333333vw;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

@media screen and (min-width:768px) {
    .p-lp__about__exparea__text {
        font-size: 1.125rem;
        line-height: 1.5;
        letter-spacing: 0em;
    }
}

.u-full {
    width: 100%;
}

.u-centerlabel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.u-numberedlist {
    list-style: inside;
    list-style-type: decimal;
}

@media screen and (max-width:767px) {
    .u-pconly {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .u-sponly {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .u-mdonly {
        display: none;
    }
}

@media screen and (min-width:1000px) {
    .u-mdonly {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .u-lgonly {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .u-lgonly {
        display: none;
    }
}

@media screen and (min-width:1000px) {
    .u-lgonly {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .u-lgonly--i {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .u-lgonly--i {
        display: none;
    }
}

@media screen and (min-width:1000px) {
    .u-lgonly--i {
        display: inline;
    }
}

.u-scrollable {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.u-scrollable-x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width:767px) {
    .u-scrollable-x-sponly {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.u-scrollable-y {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.u-scrollbar-hidden {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.u-scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

.u-blanklink,
.u-blanklink-white {
    position: relative;
}

.u-blanklink:after,
.u-blanklink-white:after {
    content: "";
    position: absolute;
    display: block;
    background: url(../images/icon-blanklink.html) no-repeat center center/contain;
}

@media screen and (min-width:768px) {

    .u-blanklink:after,
    .u-blanklink-white:after {
        top: 5px;
        right: 7px;
        width: 11px;
        height: 11px;
    }
}

@media screen and (max-width:767px) {

    .u-blanklink:after,
    .u-blanklink-white:after {
        top: 3px;
        right: 5px;
        width: 8px;
        height: 8px;
    }
}

.pricing_block:before {
    display: none;
}

.u-blanklink-white {
    color: #fff;
}

.u-blanklink-white:after {
    background-image: url(../images/icon-blanklink-white.html);
}

.u-rotate {
    display: inline-block;
    transform-origin: center;
    transform: rotate(90deg);
}

@media screen and (min-width:768px) {
    .u-hasfixedheader {
        margin-top: 122px;
    }
}

@media screen and (min-width:1000px) {
    .u-hasfixedheader {
        margin-top: 122px;
    }
}

.u-blue {
    color: #1C4FFF;
}

.u-red {
    color: #FF6E66;
}

.u-yellow {
    color: #FFCA36;
}

.u-bold {
    font-family: "HelveticaLTPro-Bold", "Helvetica", "Helvetica Neue", sans-serif;
    font-weight: bold;
}

.u-noborder-bottom {
    border-bottom: none;
}

.u-no-padding {
    padding: 0;
}

.u-bg-pink {
    background-color: rgba(235, 8, 28, 0.1);
}

.u-alignright {
    display: inline-block;
    text-align: right;
}

.u-underline {
    background: linear-gradient(rgba(255, 240, 68, 0) 70%, #fff044 70%);
}

.u-fadeIn {
    opacity: 0;
    transition: opacity 1s cubic-bezier(0.45, 0, 0.55, 1);
}

.u-fadeIn.inview {
    opacity: 1;
}

.u-fadeInUp {
    opacity: 0;
    transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
    transform: translate3d(0, 20px, 0);
}

.u-fadeInUp.inview {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

h1.p-top-whoweare__textarea__message__message.u-anim.u-fadeInUp.inview {
    font-weight: 700;
}

h2.p-top-whoweare__textarea__message__message.u-anim.u-fadeInUp.inview {
    font-weight: 700;
}

.u-scaleUp {
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.45, 0, 0.55, 1);
    transform: scale(0.1);
}

.u-scaleUp.inview {
    opacity: 1;
    transform: scale(1);
}

.pricing_block {
    padding: 20px 30px;
    margin: 30px 0;
    border-radius: 30px;
    background: #FFCA36;
    position: relative;
}

.pricing_block:after {
    content: "";
    position: absolute;
    width: 185px;
    height: 130px;
    top: 84%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .5;
}

.pricing_content h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #161f28;
}

.pricing_block h4 {
    font-size: 20px;
    letter-spacing: 0.3px;
    font-weight: 700;
    color: #161f28;
    margin: 10px 0px;
}

.pricing_content a {
    border-color: #c70b2e !important;
    margin-top: 15px;
    color: #c70b2e !important;
}

.btn-white {
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    border-radius: 50px;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    border: 1px solid #fff;
    text-align: center;
}

h1.p-header__logo img {
    width: 100px;
}

section.p-top-service.rtin-sercv {
    background: #05194b;
    padding: 30px;
}

a {
    color: #05184A;
    text-decoration: none !important;
}

a.c-btn.u-anim.u-fadeIn.inview {
    color: #fff !important;
}

.slider-wrapper {
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}

/* Consolidated styles below */

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ffc107;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 20px;
    font-weight: bold;
    z-index: 1;
}

.prev-btn {
    left: 0px;
}

.next-btn {
    right: 0px;
}

@media(max-width:992px) {
    .card-box {
        min-width: calc(100%/2 - 10px);
    }
}

@media(max-width:576px) {
    .card-box {
        min-width: 100%;
    }
}

ul.top-shift-bnifts {
    padding: 0;
}

ul.top-shift-bnifts li {
    margin-bottom: 20px;
}

p.p-top-whoweare__textarea.u-anim.u-fadeInUp.mt-4.inview {
    margin: 0;
    font-size: 1.3125rem;
    line-height: 1.6761904762;
    letter-spacing: 0.02em;
    margin-right: 0;
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
}

.p-services__casestudy__list__item.c-post {
    margin-bottom: 35px;
    border: 1px solid rgba(5, 24, 74, 0.1);
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0; /* Removed border-radius as requested */
}

.c-post__tag a:hover {
    background: #ffca36;
    border-radius: 12px;
    transition: .5s;
}

a.c-btn.u-anim.u-fadeIn.inview:hover {
    color: #05184A !important;
}

.casestudy-slider {
    padding: 30px 4px;
}

.casestudy-slider .swiper-slide {
    height: auto;
}

.c-post {
    background: #fff;
    border-radius: 0; /* Removed border-radius as requested */
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.c-post:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.c-post__fig img {
    width: 100%;
    display: block;
}

.section {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 60px 50px;
    margin-bottom: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 0.8s ease forwards;
    position: relative;
    overflow: hidden;
}

.section:nth-child(2) {
    animation-delay: 0.3s;
}

.section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(135deg, #0158a5 0%, #f6b90d 100%);
    background-size: 200% 100%;
    animation: gradientShift 3s ease infinite;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.section-header {
    align-items: center;
    gap: 20px;
}

.icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0158a5 0%, #f6b90d 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
    animation: iconFloat 3s ease-in-out infinite;
    flex-shrink: 0;
}

.section:nth-child(2) .icon-wrapper {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    animation-delay: 0.5s;
}

@keyframes iconFloat {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

.icon {
    width: 45px;
    height: 45px;
    stroke: white;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2d3748;
    margin: 0;
    background: #FFCA36;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 30px;
}

.section:nth-child(2) .heading {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.abstract {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #4a5568;
    position: relative;
}

@keyframes heightGrow {
    from {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.decorative-elements {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    opacity: 0.1;
    pointer-events: none;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.circle-1 {
    width: 100px;
    height: 100px;
    top: 20px;
    right: 30px;
    animation: float1 4s ease-in-out infinite;
}

.circle-2 {
    width: 60px;
    height: 60px;
    top: 80px;
    right: 100px;
    animation: float2 5s ease-in-out infinite;
}

@keyframes float1 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(-20px, -20px) rotate(180deg);
    }
}

@keyframes float2 {

    0%,
    100% {
        transform: translate(0, 0) rotate(0deg);
    }

    50% {
        transform: translate(15px, 15px) rotate(-180deg);
    }
}

@media (max-width:768px) {
    .section {
        padding: 40px 30px;
    }

    .section-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .icon-wrapper {
        width: 60px;
        height: 60px;
    }

    .icon {
        width: 35px;
        height: 35px;
    }

    .heading {
        font-size: 2rem;
    }

    .abstract {
        font-size: 1.1rem;
        padding-left: 0;
        margin-top: 20px;
    }

    .abstract::before {
        display: none;
    }
}

.what-care {
    text-align: center;
}

.gf-powered-section {
    background: #f8fafc;
}

.gf-badge {
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 30px;
}

.gf-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
}

.gf-title span {
    color: #0d6efd;
}

.gf-desc {
    font-size: 16px;
    color: #475569;
    line-height: 1.7;
}

.gf-list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.gf-list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #1e293b;
}

.gf-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0d6efd;
    font-weight: 700;
}

.gf-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.gf-card h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0d6efd;
}

.gf-card p {
    color: #475569;
    margin-bottom: 0;
}

.gf-card h4 {
    font-size: 26px;
    font-weight: 700;
    color: #0f172a;
}

.gf-card span {
    font-size: 14px;
    color: #64748b;
}

h2.p-services__casestudy__title.c-heading.txt-str {
    text-align: start;
}

.p-blogdetail__main h2 {
    color: #015aa9;
}

.box-start {
    padding: 30px 15px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
    -moz-box-shadow: 0 0 15px 0 rgb(2 3 3/.1);
    -webkit-box-shadow: 0 0 15px 0 rgb(2 3 3/10%);
    box-shadow: 0 0 15px 0 rgb(2 3 3/10%);
    position: relative;
    height: 250px;
    overflow: hidden;
}

.box-icon {
    height: 90px;
    width: 90px;
    margin: 0 auto;
    border-radius: 50%;
    border: 2px solid #ffca36;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-icon img {
    width: 50px;
}

.box-start:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #ffca36;
    border-radius: 50%;
    top: -35px;
    left: -35px;
}

.service-box-one:hover .service-boxbg-shape-one {
    top: -170px;
    right: -150px;
    transition: all 0.5s cubic-bezier(.98, .57, 1, 1) 0s;
}

.main-services-one {
    background-color: #f4f6fd;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
}

.service-box-one {
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgb(0 0 0/.1);
    text-align: left;
    transition: all 0.2s cubic-bezier(.98, .57, 1, 1) 0s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 335px;
    margin: 10px;
    text-align: justify;
}

.service-boxbg-shape-one {
    position: absolute;
    top: -396px;
    right: -400px;
    z-index: -1;
    transition: all 0.2s cubic-bezier(.98, .57, 1, 1) 0s;
}

.service-icon-one {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.2s cubic-bezier(.98, .57, 1, 1) 0s;
}

.service-icon-one::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-icon-bg-one.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    transition: all 0.2s cubic-bezier(.98, .57, 1, 1) 0s;
}

.service-box-content-one p {
    font-size: 18px;
}

.service-box-content-one {
    margin-top: 30px;
}

.service-box-one:hover .service-icon-one::before {
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes rotateme {
    0% {
        transform: rotate(0deg);
        opacity: 1;
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
        opacity: 1;
    }
}

.service-box-one:hover {
    background: linear-gradient(45deg, #ffca36, #ffca3694);
    box-shadow: 0 30px 60px 0 rgb(20 17 58/.3);
}

.service-icon-one i {
    font-size: 34px;
    transition: .5s;
}

.service-box-one:hover i {
    color: #fff;
    transition: .5s;
}

figure.p-about__care__list__item__fig img {
    width: 100%;
    height: 126px;
    object-fit: contain;
}

h3.p-about__care__list__item__heading {
    font-weight: 600;
    font-size: 26px;
}

.cont-abt-dtl {
    border: 1px solid;
    padding: 10px;
    height: 130px;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, .3);
}

.cont-abt-dtl h2 {
    font-size: 24px;
    color: #FFCA36;
    font-weight: 600;
}

.cont-abt-dtl p {
    margin: 5px 0;
}

h1.p-servicedetail__mv__title p {
    font-size: 20px;
    margin-top: 25px;
}

figure.p-servicedetail__detail__list__item__fig.l-row__center__center img {
    width: 150px;
}

@media (max-width:1599px) {
    .excellent-service__inner {
        max-width: 1305px;
    }
}

.excellent-service__inner::before {
    content: "";
    width: 162px;
    height: 100%;
    background-color: #fbab33;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.excellent-service__inner {
    position: relative;
    padding: 50px 48px;
    max-width: 1536px;
    margin-left: auto;
    background-color: #435772;
    overflow: hidden;
}

.excellent-service__tab {
    position: relative;
    z-index: 1;
}

.excellent-service .tabs-box {
    position: relative;
    display: flex;
    align-items: center;
    gap: 65px;
}

.excellent-service .tabs-box .tab-buttons {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 1;
}

.excellent-service .tabs-box .tab-buttons .tab-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 32px 8px;
    font-family: var(--insuba-heading-font);
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: var(--insuba-black, #122f2a);
    text-transform: uppercase;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 0;
    overflow: visible;
    z-index: 1;
    transition: all 500ms ease;
}

.excellent-service .tabs-box .tab-buttons .tab-btn.active-btn::before {
    opacity: 1;
}

.excellent-service .tabs-box .tab-buttons .tab-btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    transform: translateY(-50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 0 19.5px 20px;
    border-color: transparent transparent transparent #fbab33;
    transition: all 500ms ease;
}

.insuba-btn:hover::after {
    width: 100%;
    left: 0;
}

.insuba-btn::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: inherit;
    background-color: #fbab33;
    z-index: -1;
    transition: all 500ms ease;
}

.excellent-service .tabs-box .tabs-content {
    position: relative;
    width: 100%;
    display: block;
}

.excellent-service .tabs-box .tabs-content .tab {
    position: relative;
    display: none;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    z-index: 10;
}

.excellent-service__image-col {
    flex: 0 0 auto;
    width: 25.2%;
}

.excellent-service__content-col {
    flex: 0 0 auto;
    width: 74.8%;
}

.excellent-service__image {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid #ddd;
}

.excellent-service__title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    line-height: 1.318;
}

.excellent-service .tabs-box .tab-buttons .tab-btn.active-btn {
    color: #fff;
    background-color: #fbab33;
}

.excellent-service__image img {
    width: 250px;
}

.excellent-service__content {
    margin-top: 32px;
}

ul.excellent-service__list.list-unstyled li {
    color: #fff;
}

@media(max-width:992px) {
    .p-header__menu__item {
        margin: 0 20px;
    }

    .p-top-mv__heading {
        font-size: 55px;
    }

    .p-top-mv__video {
        position: relative;
        width: 100%;
        left: 0;
        max-width: none;
    }
}

@media(max-width:850px) {
    .p-header__menu__item {
        margin: 0 15px;
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    .p-top-mv__heading {
        bottom: 90px;
    }
}

@media(max-width:575px) {
    .p-top-mv__heading {
        font-size: 32px;
    }

    .p-top-mv__heading {
        bottom: 28px;
    }

    .p-header__menubtn span {
        width: 26px;
        height: 2px;
        left: calc(50% - 20%);
    }

    h1.p-header__logo img {
        width: 70px;
    }
}

@media(max-width:375px) {
    .p-top-mv__heading {
        font-size: 28px;
    }
}

.p-service-banner {
    position: relative;
    width: 100%;
    height: 450px;
    min-height: 400px;
    background-image: url(../images/service-subbanner.jpeg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

.p-service-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(229 229 229/66%), rgba(0, 0, 0, 0.4));
    z-index: 1;
}

.p-service-banner__content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #fff;
    width: 100%;
}

.p-service-banner__title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: -1px;
    line-height: 1.2;
}

.p-service-banner__title span {
    color: var(--them-color);
}

.p-service-banner__breadcrumb {
    font-size: 1.1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 24px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.p-service-banner__breadcrumb span {
    opacity: 0.8;
}

.p-service-banner__breadcrumb .current {
    opacity: 1;
    color: #fff;
    font-weight: 700;
}

.p-service-banner__breadcrumb i {
    font-size: 14px;
    opacity: 0.6;
}

@media(max-width:767px) {
    .p-service-banner {
        height: 50vh;
    }

    .p-service-banner__title {
        font-size: 2.2rem;
        padding: 0 15px;
    }
}

/* --- Services Cardbox & Slider --- */
.slider-track {
    display: flex;
    align-items: stretch; /* Ensures all cards match height of tallest */
    gap: 25px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.card-box {
    flex: 1 1 auto;
    width: 100%;
    background: #ffffff;
    border-radius: 0; /* Removed border-radius as requested */
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(5, 24, 74, 0.05);
    border-bottom: 2px solid #05184A; /* Added blue bottom border */
    min-height: 380px;
    height: 100%;
}

@media screen and (max-width: 1200px) {
    .card-box {
        flex: 0 0 calc(33.333% - 17px); /* 3 cards on large tablets */
    }
}

@media screen and (max-width: 991px) {
    .card-box {
        flex: 0 0 calc(50% - 13px); /* 2 cards on tablets */
        padding: 30px 20px;
        min-height: 340px;
    }
}

@media screen and (max-width: 575px) {
    .card-box {
        flex: 0 0 100%; /* 1 card on mobile */
        min-height: 320px;
    }
}

.card-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(5, 24, 74, 0.12);
    border-color: rgba(250, 190, 5, 0.3);
}

.card-box img {
    height: 120px;
    width: auto;
    max-width: 100%;
    margin-bottom: 30px;
    transition: transform 0.5s ease;
    object-fit: contain;
}

.card-box:hover img {
    transform: scale(1.1) rotate(2deg);
}

.card-box h5 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #05184A;
    margin-bottom: 25px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.card-box:hover h5 {
    color: var(--them-color2);
}

.card-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--them-color2);
    background-color: #ccc;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 1.2rem;
    margin-top: auto;
    transition: all 0.3s ease;
    text-decoration: none;
}

.card-box a:hover {
    transform: scale(1.1);
}

.card-box:hover a {
    background-color: var(--them-color2);
    color: #fff;
}

.card-box:hover a i {
    color: #fff;
}

.service-banner {
    background-color: #f2f3f6;
    padding: 120px 0 60px;
}

.service-banner .service-subtitle {
    font-size: 28px;
    font-weight: 500;
    color: var(--them-color2);
}

.service-banner .service-title {
    font-size: 35px;
    font-weight: 700;
    color: var(--them-color2);
    line-height: 60px;
}

.service-banner .service-title span {
    color: var(--them-color);
}

.service-banner .service-main-img img {
    width: 100%;
    height: 450px;
}

.service-section {
    padding: 60px 0;
}

.service-section .service-section-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--them-color2);
}

.service-section .service-text {
    font-size: 15px;
}

.service-section .service-section-img img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}

.text-justify {
    text-align: justify;
}

/* --- Modern Company Info Section --- */
.p-about-company-info {
    position: relative;
}

.company-details-grid {
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 0;
}

.info-label {
    color: #fabe05;
    font-size: 0.8rem;
    letter-spacing: 1.5px;
}

.info-value {
    color: #05184A;
    line-height: 1.4;
}

.text-navy {
    color: #05184A !important;
}

@media screen and (max-width: 767px) {
    .company-details-grid {
        padding: 30px 20px !important;
    }
}

/* --- Modern Mission, Vision & Values --- */
.p-about-mission-vision {
    position: relative;
    z-index: 1;
}

.mission-card, .vision-card {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    border-radius: 0;
}

.mission-card:hover, .vision-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(5, 24, 74, 0.1) !important;
}

.card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-bottom: 1.5rem;
}

.value-item-card {
    border-radius: 0;
    transition: all 0.3s ease;
    border: 1px solid rgba(0,0,0,0.05);
}

.value-item-card:hover {
    transform: scale(1.03);
    border-color: #fabe05;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
}

.value-fig {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
}

.value-item-card h3 {
    color: #05184A;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
    .p-about-mission-vision {
        padding: 60px 0;
    }
    .mission-card, .vision-card {
        padding: 30px 20px !important;
    }
    .value-item-card {
        padding: 25px 15px !important;
    }
}

.goog-te-combo {
    padding: 5px;
    border-radius: 12px;
    background: var(--them-color);
    color: #fff;
}

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #ffffff00 !important;
    white-space: nowrap;
}

.skiptranslate span {
    display: none !important;
}

.main-btn {
    margin-bottom: 0;
    margin-top: 14px;
}


.wp-embed-responsive {
    top: 0px !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    left: 0;
    top: 0;
    height: 39px;
    width: 100%;
    z-index: 10000001;
    position: fixed;
    border: none;
    border-bottom: 1px solid #6B90DA;
    margin: 0;
    box-shadow: 0 0 8px 1px #999;
    display: none !important;
}

.p-header__menu__item a,
.p-footer__menu__item a {
    color: #05184A;
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.c-post__title {
    color: #05184A;
}

.p-top{
    top: 0 !important;
}

/* --- About Section Modernization --- */
.about_wrapper {
    padding: 100px 0;
    background: #ffffff;
}

.about-subtitle {
    font-size: 1.1rem;
    color: #fabe05;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.about-title {
    font-size: 40px;
    font-weight: 700;
    color: #05184A;
    line-height: 1.2;
}

.about-desc {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}

/* --- Premium Buttons & Modern Elements --- */
.btn-premium {
    display: inline-flex;
    align-items: center;
    background: #05184A;
    color: #ffffff !important;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 10px 25px rgba(5, 24, 74, 0.15);
    border: none;
    cursor: pointer;
}

.btn-premium:hover {
    background: #fabe05;
    color: #05184A !important;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(250, 190, 5, 0.25);
}

.btn-premium i {
    transition: transform 0.3s ease;
}

.btn-premium:hover i {
    transform: translateX(5px);
}

.abt-btn-modern {
    margin-top: 30px;
}

/* --- Modern THE SHIFT Section --- */
.shift-section {
    background-color: #ffffff;
    padding: 0px 0;
    position: relative;
}

.shift-point-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background: #f9f9fb;
    border-left: 4px solid #fabe05;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 20px;
}

.shift-point-item:hover {
    transform: translateX(10px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(5, 24, 74, 0.05);
}

.shift-point-icon {
    flex: 0 0 40px;
    height: 40px;
    width: 40px;
    background: #05184A;
    color: #fabe05;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-right: 20px;
}

.shift-point-item p {
    margin-bottom: 0;
    font-size: 1.05rem;
    line-height: 1.6;
    color: #444;
}

/* --- Pricing Block / Why Work With Us --- */
.pricing_block {
    background: #05184A;
    padding: 50px;
    border-radius: 30px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.pricing_block::after {
    content: '';
    position: absolute;
    bottom: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(250, 190, 5, 0.1) 0%, transparent 70%);
}

.pricing_content h3 {
    color: #fabe05;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 15px;
}

.pricing_content h4 {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    opacity: 0.9;
}

.pricing_block .btn-premium {
    background: #fabe05;
    color: #05184A !important;
    box-shadow: 0 10px 30px rgba(250, 190, 5, 0.2);
}

.pricing_block .btn-premium:hover {
    background: #ffffff;
    color: #05184A !important;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(255, 255, 255, 0.2);
}

/* --- Global Utilities --- */
.text-center {
    text-align: center !important;
}

/* --- Responsive Adjustments --- */
@media screen and (max-width: 991px) {
    .shift-section {
        padding: 60px 0;
    }
    .pricing_block {
        padding: 40px 30px;
        text-align: center;
    }
    .pricing_content h3 {
        font-size: 1.5rem;
    }
    .about_wrapper {
        padding: 60px 0;
    }
    .about-title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .shift-point-item {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .shift-point-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* --- Modern Contact Section --- */
.p-contact-modern {
    background-color: #f9f9fb;
    padding: 100px 0;
}

.contact-modern-title {
    font-size: 40px;
    font-weight: 700;
    color: #05184A;
    line-height: 1.2;
}

.contact-modern-title .u-yellow {
    color: #fabe05;
}

.contact-modern-text {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
    max-width: 450px;
}

.contact-form-card {
    background: #ffffff;
    padding: 60px 50px;
    border-radius: 0;
    box-shadow: 0 30px 60px rgba(5, 24, 74, 0.08);
    border: 1px solid rgba(5, 24, 74, 0.05);
}

.p-contact__formarea__form__item {
    position: relative;
    border-bottom: 2px solid rgba(5, 24, 74, 0.1);
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.p-contact__formarea__form__item:focus-within,
.p-contact__formarea__form__item.is-active {
    border-bottom: 2px solid #fabe05;
}

.p-contact__formarea__form__item input,
.p-contact__formarea__form__item textarea {
    width: 100%;
    border: none !important;
    padding: 25px 0 10px 0 !important;
    font-size: 1rem !important;
    font-weight: 500 !important;
    color: #05184A !important;
    background: transparent !important;
    outline: none !important;
    position: relative;
    z-index: 2;
}

.p-contact__formarea__form__item label {
    position: absolute;
    top: 25px;
    left: 0;
    font-size: 0.95rem;
    font-weight: 600;
    color: #888;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    margin-bottom: 0;
    z-index: 1;
}

/* Floating label logic (Works with WPCF7 span wrappers) */
.p-contact__formarea__form__item:focus-within label,
.p-contact__formarea__form__item.is-active label {
    top: 0;
    font-size: 0.75rem;
    color: #fabe05;
    font-weight: 700;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 991px) {
    .p-contact-modern {
        padding: 60px 0;
    }
    .contact-form-card {
        padding: 40px 25px;
        margin-top: 20px;
    }
    .contact-modern-title {
        font-size: 32px;
    }
    .contact-modern-text {
        max-width: 100%;
    }
}

/* --- Modern About Message Section --- */
.p-about-modern-message {
    background-color: #ffffff;
    padding: 100px 0;
}

.founder-image-wrap {
    position: relative;
    z-index: 1;
}

.founder-image-wrap::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100%;
    height: 100%;
    border: 2px solid #fabe05;
    z-index: -1;
}

.modern-fig img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.about-message-textarea .p-services__casestudy__title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.about-message-textarea .p-services__casestudy__title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #fabe05;
}

.story-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
}

.story-extension p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}

.border-yellow {
    border-color: #fabe05 !important;
}

.bg-navy {
    background-color: #05184A !important;
}

@media screen and (max-width: 991px) {
    .founder-image-wrap::before {
        display: none;
    }
    .p-about-modern-message {
        padding: 60px 0;
    }
    .story-content p,
    .story-extension p {
        font-size: 1rem;
    }
}

/* --- Modern Powered By Section --- */
.gf-powered-section {
    position: relative;
    overflow: hidden;
}

.gf-card-inner {
    border-radius: 0;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
}

.gf-card-inner:hover {
    transform: translateY(-10px);
}

.gf-card-bg-icon {
    position: absolute;
    bottom: -20px;
    right: -20px;
    font-size: 150px;
    opacity: 0.05;
    transform: rotate(-15deg);
    z-index: -1;
    color: #fff;
}

.gf-feature-list li {
    font-size: 1.05rem;
    color: #444;
}

.gf-feature-list i {
    flex-shrink: 0;
}

.tracking-wider {
    letter-spacing: 1px;
}

.stat-item h4 {
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .gf-card-inner {
        padding: 40px 25px !important;
    }
    .gf-card-bg-icon {
        font-size: 100px;
    }
}

.text-justify{
    text-align: justify;
}
/* --- Modern The Shift / Main Shift Section --- */
.main-shif-section {
    padding: 0;
}

.main-shif-section h1 {
    color: #05184A;
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 15px;
    padding-left:0px;
}

.main-shif-section h2 {
    color: #05184A;
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 15px;
    padding-left:0px;
}

.main-shif-section h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #fabe05;
}

.main-shif-section p {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #444;
    text-align: justify;
}

.main-shif-section ul {
    list-style: none;
    padding-left: 0;
    margin-top: 1rem;
}

.main-shif-section ul li {
    position: relative;
    /* padding-left: 30px; */
    margin-bottom: 0px;
    font-size: 1.05rem;
    font-weight: 500;
    color: #333;
    line-height: 1.7;
}

.main-shif-section ul li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    top: 2px;
    color: #fabe05;
    font-weight: 700;
    font-size: 1.1rem;
}

@media screen and (max-width: 767px) {
    .main-shif-section h2 {
        font-size: 1.4rem;
    }
    .main-shif-section p {
        font-size: 0.95rem;
    }
    .main-shif-section ul li {
        font-size: 0.95rem;
    }
}

/* --- Modern Icon List for Main Shift Section --- */
/* .main-shif-section ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-left: 0;
} */

.main-shif-section ul li::before {
    display: none;
}

.main-shif-section ul li i {
    color: #fabe05;
    font-size: 1.3rem;
    flex-shrink: 0;
    margin-top: 3px;
}

/* --- Modern Main Services One Override --- */
.main-services-one {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 20px;
}

.main-services-one .service-box-one {
    height: auto;
    padding: 35px 30px;
    border-radius: 0;
    border-top: 4px solid #05184A;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    margin: 0 0 25px 0;
    transition: all 0.35s ease;
}

.main-services-one .service-box-one:hover {
    background: #fff;
    border-top-color: #fabe05;
    box-shadow: 0 15px 40px rgba(5, 24, 74, 0.1);
    transform: translateY(-5px);
}

.main-services-one .service-icon-one {
    width: 65px;
    height: 65px;
    background: linear-gradient(135deg, #05184A, #0a2d7a);
    border-radius: 12px;
}

.main-services-one .service-icon-one::before {
    display: none;
}

.main-services-one .service-icon-one i {
    color: #fabe05;
    font-size: 28px;
}

.main-services-one .service-box-one:hover .service-icon-one i {
    color: #fabe05;
}

.main-services-one .service-box-content-one {
    margin-top: 20px;
}

.main-services-one .service-box-content-one h3 a {
    color: #05184A;
    font-size: 1.2rem;
    font-weight: 700;
    text-decoration: none;
}

.main-services-one .service-box-content-one p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.7;
}

.main-services-one .service-boxbg-shape-one {
    display: none;
}

@media screen and (max-width: 991px) {
    .main-services-one .service-box-one {
        padding: 25px 20px;
    }
}

@media screen and (max-width: 767px) {
    .main-services-one .service-box-one {
        margin-bottom: 15px;
    }
}
.contact_wrapper{
    margin-top: 200px;
}
/* --- Modern Contact Wrapper --- */
.contact_wrapper {
    background: #f8f9fa;
    padding-top: 100px;
}

.contact-wrapper-title {
    color: #05184A;
    font-weight: 800;
    font-size: 2.2rem;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.contact-wrapper-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #fabe05;
}

.contact-wrapper-subtitle {
    color: #666;
    font-size: 1.05rem;
    max-width: 500px;
    margin: 0 auto;
}

.contact-card {
    background: #fff;
    padding: 40px 30px;
    text-align: center;
    border-top: 4px solid #05184A;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    height: 100%;
}

.contact-card:hover {
    border-top-color: #fabe05;
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(5, 24, 74, 0.12);
}

.contact-card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #05184A, #0a2d7a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.35s ease;
}

.contact-card:hover .contact-card-icon {
    background: linear-gradient(135deg, #fabe05, #e5a800);
    transform: scale(1.1);
}

.contact-card-icon i {
    color: #fabe05;
    font-size: 1.8rem;
    transition: all 0.35s ease;
}

.contact-card:hover .contact-card-icon i {
    color: #05184A;
}

.contact-card h3 {
    color: #05184A;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 12px;
}

.contact-card p {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.contact-card p a {
    color: #05184A;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.contact-card p a:hover {
    color: #fabe05;
}

@media screen and (max-width: 767px) {
    .contact_wrapper {
        padding-top: 80px;
    }
    .contact-wrapper-title {
        font-size: 1.6rem;
    }
    .contact-card {
        padding: 30px 20px;
    }
}

/* .p-header__logo img{
    width: 92px;
} */
