@charset "utf-8";
@charset "utf-8";

  :root {
--ivoly: #FFFCF7;
--gray-1: #F9F6F0;
--gray-2: #F8F3E9;
--gray-3: #EBE7DF;
--gray-4: #D9D9D9;
--gray-5: #EDEDED;
--blue-1: #0451AB;
--blue-2: #4169B6;
--blue-3: #204CA1;
--emerald: #6CBCC1;
--orange-1: #FF6B00;
--orange-2: #FB7E23;
--orange-3: #FA9232;
--black: #2F2F2F;
--textblack: #333333;
--textgray: #525252;
--dark: #5A6E8B;
--bgray-1: #D9D9D9;
--bgray-2: #BFBFBF;
--bgray-3: #DDD4C6;
--bgray-4: #E4DFD6;
--yu-gothic: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
--noto-sans: "Noto Sans JP", "Helvetica", Hiragino Sans, Hiragino Kaku Gothic ProN, sans-serif;
}
:root {
--background-white: #FEFDFA;
--background-ivoly: #F8F6F0;
--background-gray: #f2f0e8;
--border-gold: #D3CCBB;
--primary-blue: #0551AB;
--secondary-blue: #4882AE;
--btn-blue: #175297;
--hover-blue: #002756;
}
:root {
--white: #FFFFFF;
--text-black: #2F2F2F;
--text-gray: #777777;
--border-gray: #C4C4C4;
--navy: #175297;
--darknavy: #354573;
--blue: #3695D8;
--skyblue: #2BA8E0;
--bg-blue: #E4F4FE;
--orange: #F2771D;
--yellow: #FFEC3D;
--ochre: #D2991C;
--blue-gradient: linear-gradient(180deg, #3695D8 0%, #FFF 100%);
--sky-gradient: linear-gradient(252deg, #DAECFF 16.85%, #EEF8FF 91.09%);
--gray-gradient: linear-gradient(257deg, #C4C7CA -3.15%, #E8E8E8 105.78%);
--link-color: #2e74c7;
--text-font: "Noto Sans JP", "Helvetica", "Hiragino Kaku Gothic ProN", sans-serif;
--main-font: dnp-shuei-mgothic-std, "M PLUS Rounded 1c", "Yu Gothic", "Meiryo", sans-serif;
--sub-font: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}  html {
font-size: 62.5%;
margin: 0;
padding: 0;
box-sizing: border-box;
overflow-x: hidden;
}
body {
width: 100%;
font-family: var(--text-font);
-webkit-font-smoothing: antialiased;
font-style: normal;
font-size: 1.6rem;
line-height: 1.6;
color: var(--text-black);
background-color: var(--white);
}
img {
max-width: 100%;
height: auto;
}
.breadcrumb {
font-family: var(--text-font);
font-weight: normal;
background-color: #f7f7f7;
} .text-orange {
color: var(--orange) !important;
}
.text-sky {
color: var(--skyblue);
font-weight: bold;
}
.text-blue {
color: var(--blue);
font-weight: bold;
}
.text-navy {
color: var(--navy);
font-weight: bold;
}
.text-ochre {
color: var(--ochre);
font-weight: bold;
}
.text-underline {
text-decoration-line: underline;
text-decoration-color: var(--yellow);
text-decoration-thickness: 30%;
text-underline-offset: 5%;
}
.spBr { display: none;
} .fadeIn-target {
opacity: 0;
transform: translateY(40px);
transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fadeIn-target.visible {
opacity: 1;
transform: translateY(0);
}  .header {
width: 100%;
height: 82px;
padding: 0 2%;
background-color: var(--white);
border-bottom: solid 1px var(--text-black);
filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.02));
position: fixed;
top: 0;
left: 0;
z-index: 100;
display: flex;
justify-content: space-between;
align-items: center;
}
.siteTitle {
width: 16vw;
max-width: 230px;
height: auto;
display: flex;
align-items: center;
transition: all 0.3s ease;
}
.siteTitle:hover {
opacity: 0.7;
} .header__nav {
position: static;
width: fit-content;
height: auto;
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 2.2vw;
}
.header__navbg {
display: flex;
align-items: center;
gap: 24px;
}
.header__menu {
display: flex;
align-items: center;
}
.header__item {
color: var(--text-black);
font-size: 1.5rem;
} .header__btn {
display: flex;
gap: 12px;
} .header__btn--contact {
background-color: var(--white);
padding: 10px 12px;
border-radius: 100px;
border: 1px solid var(--primary-blue);
display: flex;
justify-content: center;
transition: all 0.3s ease;
}
.header__btn--contact p {
color: var(--black);
font-weight: 600;
font-size: 1.3rem;
line-height: 1;
display: flex;
align-items: center;
}
.header__btn--contact p::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 8px;
background-image: url(//al-manager.com/wp-content/themes/new_almane/images/icons/mail.webp);
background-size: contain;
background-repeat: no-repeat;
} .header__btn--download {
background-color: var(--primary-blue);
padding: 10px 16px 10px 12px;
border-radius: 36px;
transition: all 0.3s ease;
}
.header__btn--download p {
color: var(--white);
display: flex;
align-items: center;
}
.header__btn--download p::before {
content: "";
display: inline-block;
width: 30px;
height: 30px;
margin-right: 8px;
background-image: url(https://al-manager.com/wp-content/uploads/2025/02/image-1.png);
background-size: contain;
background-repeat: no-repeat;
} .humburger__btn {
display: none;
}  .header__item>a,
.header__item>p {
position: relative; padding: 0.9vw 1.1vw;
}
.header__item>a:hover,
.header__item>p:hover {
color: var(--primary-blue);
}
.header__item>a::after,
.header__item>p::after {
content: '';
position: absolute;
bottom: 0;
left: 10%;
width: 80%;
height: 2px;
background: var(--primary-blue);
transition: all .3s;
transform: scale(0, 1);
transform-origin: center top;
}
.header__item>a:hover::after,
.header__item>p:hover::after {
transform: scale(1, 1);
} .header__item.header__item--select {
position: relative;
}
.header__popup {
background-color: var(--primary-blue);
border-radius: 4px;
width: 180px;
position: absolute;
top: 50px;
left: 0;
z-index: 200;
visibility: hidden;
opacity: 0;
transition: all 0.3s ease;
}
.header__item--select:hover>.header__popup,
.header__popup:hover {
visibility: visible;
opacity: 1;
}
.header__popupItem>a {
display: block;
width: 100%;
text-align: left;
font-size: 1.4rem;
padding: 16px 24px;
}
.header__popupItem {
color: var(--white);
border-bottom: 0.2px solid var(--white);
}
.header__popupItem:last-of-type>a {
border-bottom: none;
}
.header__popupItem>a:hover {
background-color: var(--hover-blue);
}
.header__popupItem:first-of-type>a:hover {
border-radius: 4px 4px 0 0;
}
.header__popupItem:last-of-type>a:hover {
border-radius: 0 0 4px 4px;
} .global-footer {
width: 100%;
padding: 72px 0 16px;
display: flex;
flex-direction: column;
gap: 32px;
background-color: var(--background-gray);
}
.global-footer__content {
width: 65%;
display: flex;
justify-content: space-between;
margin: 0 auto;
}
.global-footer__content-left {
display: flex;
flex-direction: column;
gap: 16px;
}
.about-company {
display: flex;
flex-direction: column;
gap: 8px;
}
.company-name,
.company-dep {
font-size: 1.8rem;
line-height: 1;
}
.company-desc {
display: flex;
flex-direction: column;
gap: 10px;
}
.company-address,
.company-call {
font-size: 1.4rem;
}
.company-banner {
width: 200px;
height: auto;
}
.global-footer__content-right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 10px;
}
.sns-list {
display: flex;
gap: 16px;
}
.sns-list a {
width: 24px;
height: 24px;
}
.partner {
font-size: 1.4rem;
text-decoration: underline;
}
.global-footer__footer {
width: 65%;
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 8px;
margin: 0 auto;
}
.guide-list {
display: flex;
flex-wrap: wrap;
gap: 32px;
}
.guide-list a,
.copyright {
font-size: 1.2rem;
} .end {
margin-top: 40px;
width: 100%;
background-color: var(--background-white);
padding: 56px;
}
.end_title {
text-align: center;
font-size: 2.2rem;
font-weight: bold;
color: var(--text-black);
line-height: 1.5;
}
.end_btns {
width: fit-content;
margin: 40px auto 0;
display: flex;
align-items: center;
gap: 24px;
}
.end_download {
display: block;
background-color: var(--primary-blue);
width: fit-content;
display: flex;
gap: 24px;
align-items: center;
padding: 24px 44px;
border-radius: 4px;
}
.end_download {
position: relative;
overflow: hidden;
transition: background 0.4s ease;
}
.end_download::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: var(--primary-blue);
transition: width 0.4s ease, height 0.4s ease;
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: -1;
}
.end_download:hover::after {
width: 300%;
height: 300%;
}
.end_download:hover {
background: var(--hover-blue);
}
.end_download_label {
display: flex;
flex-direction: column;
}
.end_download_sub_txt {
font-family: var(--yu-gothic);
font-size: 1.4rem;
font-weight: bold;
color: var(--white);
line-height: 1.8;
}
.end_download_txt {
font-family: var(--yu-gothic);
font-size: 2rem;
font-weight: bold;
color: var(--white);
line-height: 1.8;
}
@keyframes bounce {
0%,
40% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
60%,
100% {
transform: translateY(0);
}
}
.end_download_icon {
animation: bounce 2s infinite ease-in-out;
}
.end_rightBtns {
display: flex;
flex-direction: column;
gap: 10px;
}
.end_contact,
.end_trial {
display: block;
background-color: var(--white);
border: 1px solid var(--navy);
border-radius: 4px;
padding: 12px 16px;
}
.end_contact_txt,
.end_trial_txt {
font-family: var(--yu-gothic);
font-size: 1.4rem;
font-weight: bold;
color: var(--navy);
line-height: 1.5;
text-align: center;
} .breadcrumb {
font-size: 1.4rem;
}
.breadcrumb>a {
color: var(--primary-blue);
text-decoration: underline;
transform: 0.1s linear;
}
.breadcrumb>a:hover {
color: var(--link-color);
}
.bc_slash {
color: #707070;
margin: 0 6px;
} .ctaBtn {
display: block;
width: fit-content;
background-color: var(--primary-blue);
display: flex;
gap: 20px;
align-items: center;
padding: 28px 40px 30px;
border-radius: 6px;
transition: background 0.4s ease;
}
.ctaBtn:hover {
background: var(--hover-blue);
}
.ctaBtn__label {
display: flex;
flex-direction: column;
gap: 12px;
}
.ctaBtn__subtxt {
color: var(--white);
font-family: var(--sub-font);
font-weight: bold;
font-size: 1.3rem;
line-height: 1;
}
.ctaBtn__maintxt {
color: var(--white);
font-family: var(--sub-font);
font-weight: bold;
font-size: 1.8rem;
line-height: 1;
}
.ctaBtn__icon {
animation: bounce 2s infinite ease-in-out;
}
@keyframes bounce {
0%,
40% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
60%,
100% {
transform: translateY(0);
}
} .ctaArea--attention {
position: relative;
display: inline-block;
width: fit-content;
margin: 0 auto;
}
.ctaArea--attention::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -60px;
width: 30px;
height: 60px;
background-image: url(//al-manager.com/wp-content/themes/new_almane/images/top/new/spark1.svg);
background-size: contain;
background-repeat: no-repeat;
}
.ctaArea--attention::after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -60px;
width: 30px;
height: 60px;
background-image: url(//al-manager.com/wp-content/themes/new_almane/images/top/new/spark2.svg);
background-size: contain;
background-repeat: no-repeat;
} .floatBtn {
display: none;
} #page-top {
position: fixed;
right: 4px;
bottom: 86px;
z-index: 40; opacity: 0;
transform: translateY(200px);
}
#page-top a {
width: 45px;
height: 45px;
background-color: var(--blue);
border: 2px solid var(--white);
border-radius: 25px;
opacity: 0.7;
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.24);
color: var(--white);
font-weight: 600;
font-size: 1.5rem;
text-align: center;
text-transform: uppercase;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.3s;
} #page-top.UpMove {
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
from {
opacity: 0;
transform: translateY(200px);
}
to {
opacity: 1;
transform: translateY(0);
}
} #page-top.DownMove {
animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(200px);
}
} @media screen and (max-width: 980px) { .spBr {
display: block;
} .pcBr {
display: none;
}  .header {
height: 60px;
padding: 12px 16px;
}
.siteTitle {
width: 45vw;
max-width: 190px;
} .header__nav {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
z-index: 1000;
flex-direction: column;
gap: 36px; opacity: 0;
visibility: hidden;
pointer-events: none;
transition: all 0.3s ease-in-out;
}
.header__nav.active {
opacity: 1;
visibility: visible;
pointer-events: auto;
background-color: rgba(47, 47, 47, 0.7);
}
.header__navbg {
background-color: var(--white);
padding: 4% 10% 10%;
margin: 55px 4% 0;
border-radius: 8px;
flex-direction: column;
gap: 32px;
}
.header__menu {
width: 250px;
flex-direction: column;
}
.header__item {
border-bottom: 1px solid var(--border-gray);
width: 100%;
}
.header__item:first-of-type {
padding: 16px 0;
}
.header__item>a {
display: block;
width: 100%;
padding: 16px 0;
}
.header__item:first-of-type>a {
padding: 8px 0;
}
.header__popup {
opacity: 0;
visibility: hidden;
pointer-events: none;
background-color: transparent;
}
.header__nav.active .header__popup {
position: static;
visibility: visible;
pointer-events: auto;
opacity: 1;
}
.header__popupItem {
color: var(--text-black);
border-bottom: none;
}
.header__popupItem>a {
padding: 8px;
}
.header__popupItem>a:hover {
background-color: transparent;
} .header__btn {
flex-direction: column;
align-items: center;
gap: 16px;
} .header__btn--contact {
padding: 12px 24px 12px 16px;
width: 240px;
height: fit-content;
}
.header__btn--contact p {
font-size: 1.5rem;
} .header__btn--download {
padding: 12px 24px 12px 16px;
width: 240px;
height: fit-content;
} .humburger__btn {
display: block;
position: relative;
background: var(--secondary-blue);
cursor: pointer;
width: 40px;
height: 40px;
border-radius: 4px;
z-index: 100;
}
.humburger__btn span {
display: inline-block;
transition: all .4s;
position: absolute;
left: 10.5px; height: 2.5px;
border-radius: 2px;
background: #fff;
width: 50%;
} .humburger__btn span:nth-of-type(1) {
top: 10px;
}
.humburger__btn span:nth-of-type(2) {
top: 18px;
}
.humburger__btn span:nth-of-type(3) {
top: 26px;
} .humburger__btn.active span:nth-of-type(1) {
top: 15px;
left: 10.5px;
transform: translateY(3px) rotate(-45deg);
width: 50%;
}
.humburger__btn.active span:nth-of-type(2) {
opacity: 0;
}
.humburger__btn.active span:nth-of-type(3) {
top: 21px;
left: 10.5px;
transform: translateY(-3px) rotate(45deg);
width: 50%;
} .global-footer {
padding: 36px 24px 16px;
}
.global-footer__content {
width: 100%;
flex-direction: column;
gap: 20px;
}
.global-footer__content-left {
gap: 20px;
}
.about-company {
gap: 4px;
}
.company-name,
.company-dep {
font-size: 1.6rem;
}
.company-desc {
gap: 4px;
}
.company-banner {
width: 170px;
}
.global-footer__footer {
width: 100%;
gap: 4px;
}
.guide-list {
gap: 0 20px;
} .end {
padding: 40px 8%;
}
.end_title {
text-align: center;
font-size: 1.8rem;
font-weight: bold;
color: var(--primary-blue);
}
.end_btns {
display: flex;
flex-direction: column;
}
.end_download {
display: block;
background-color: var(--primary-blue);
width: fit-content;
display: flex;
gap: 24px;
align-items: center;
padding: 20px 40px;
border-radius: 4px;
}
.end_download_sub_txt {
font-size: 1.3rem;
line-height: 1.5;
}
.end_download_txt {
font-size: 1.6rem;
line-height: 1.3;
} .ctaBtn {
gap: 16px;
padding: 20px;
border-radius: 6px;
}
.ctaBtn__label {
gap: 12px;
}
.ctaBtn__subtxt {
font-size: 1.2rem;
}
.ctaBtn__maintxt {
font-size: 1.6rem;
} .ctaArea--attention::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -30px;
width: 20px;
height: 30px;
background-image: url(//al-manager.com/wp-content/themes/new_almane/images/top/new/spark1.svg);
background-size: contain;
background-repeat: no-repeat;
}
.ctaArea--attention::after {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: -30px;
width: 20px;
height: 30px;
background-image: url(//al-manager.com/wp-content/themes/new_almane/images/top/new/spark2.svg);
background-size: contain;
background-repeat: no-repeat;
} .floatBtn {
width: 100%;
height: 82px;
padding: 0 2%;
background: var(--white);
border-top: solid 1px var(--border-gray);
position: fixed;
left: 0;
bottom: 0;
z-index: 30;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
opacity: 0;
transform: translateY(100px);
} .floatBtn__trial {
background-color: var(--white);
padding: 16px 10px;
border-radius: 6px;
border: 1px solid var(--navy); transition: all 0.3s ease;
}
.floatBtn__trial p {
color: var(--text-black);
font-weight: 600;
font-size: 1.3rem;
line-height: 1;
display: flex;
align-items: center;
} .floatBtn__download {
background-color: var(--orange);
padding: 16px 16px 16px 12px;
border-radius: 8px; transition: all 0.3s ease;
}
.floatBtn__download p {
color: var(--white);
font-weight: 600;
font-size: 1.4rem;
line-height: 1;
letter-spacing: -1px;
display: flex;
align-items: center;
}
.floatBtn__download p::before {
content: "";
display: inline-block;
width: 20px;
height: 20px;
margin-right: 4px;
background-image: url(//al-manager.com/wp-content/themes/new_almane/images/icons/docment.webp);
background-size: contain;
background-repeat: no-repeat;
} .floatBtn.UpMove {
animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
from {
opacity: 0;
transform: translateY(100px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .floatBtn.DownMove {
animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
from {
opacity: 1;
transform: translateY(0);
}
to {
opacity: 1;
transform: translateY(100px);
}
}
}
   .container {
background-color: var(--gray-1);
}
.global-footer {
background-color: var(--white);
border-top: 1px solid var(--black);
} .breadcrumb {
width: 100%;
padding: 12px 32px;
} .content-wrapper {
margin-top: 82px;
}
.content-box {
width: 90%;
max-width: 1140px;
margin: 0 auto;
margin-top: 32px;
display: flex;
justify-content: space-between;
}
.main {
width: calc(100% - 32% - 20px) !important;
}
.sidebar {
width: 32% !important;
height: fit-content;
position: sticky;
top: 95px;
} .article {
width: 100%;
padding: 5%;
background-color: var(--white);
border: 1px solid var(--black);
}
.article__meta {
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
align-items: flex-end;
gap: 12px;
}
.article__category {
background-color: var(--secondary-blue);
padding: 6px 10px;
border-radius: 2px;
color: var(--white);
font-weight: bold;
font-size: 1.3rem;
line-height: 1;
}
.article__date {
font-weight: normal;
font-size: 1.5rem;
line-height: 1.5;
}
.article__title {
font-size: 2.4rem;
font-weight: 600;
line-height: 1.5;
letter-spacing: -1px;
border-bottom: 3px solid var(--navy);
padding-bottom: 16px;
margin-top: 20px;
}
.article__thumbnail {
margin-top: 20px;
display: flex;
justify-content: center;
width: 100%;
height: 380px;
}
.article__thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
} .article__content {
margin-top: 24px;
} .article__content h2 {
margin: 40px 0 20px;
padding: 1.2rem 1.7rem;
font-size: 2rem;
font-weight: bold;
color: var(--text-black);
background-color: var(--bg-blue);
border-left: 10px solid var(--navy);
} .article__content h3 {
margin: 40px 0px 20px;
padding: 4px;
font-size: 1.8rem;
font-weight: bold;
color: var(--navy);
border-bottom: 2px dotted var(--skyblue);
} .article__content h4 {
margin: 30px 0 8px;
font-size: 1.7rem;
font-weight: bold;
color: var(--darknavy);
} .article__content {
font-size: 1.6rem;
line-height: 1.8;
font-family: var(--noto-sans) !important;
font-weight: normal !important;
}
.article__content p {
margin: 0 0 2.4rem;
} .article__content a {
color: var(--link-color);
font-weight: bold;
text-decoration: underline;
transition: 0.2s ease;
}
.article__content a:hover {
text-decoration: none;
opacity: 0.6;
} .article__content figure {
margin: 0 0 2.5rem;
display: flex;
justify-content: center;
} .article__content img {
width: 60%;
} .article__content ul {
margin: 0 0 2rem;
} .highlight {
background: linear-gradient(transparent 70%, rgb(255, 240, 112) 30%);
}
.article__content li {
font-family: "Helvetica", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif !important;
font-size: 1.6rem;
line-height: 1.8;
list-style-type: disc;
list-style-position: inside;
} .writer_section {
width: 95%;
max-width: 650px;
padding: 30px 36px;
margin: 32px auto;
}
.writer_section p {
font-size: 1.4rem;
line-height: 1.4;
margin-top: 16px;
margin-bottom: 0;
}
.writer_section strong {
font-size: 2rem;
margin: 0;
padding: 4px 0;
}
.writer_section .writer_profile p {
margin: 0;
padding: 4px 0;
color: var(--textgray);
}
.writer_section .writer_profile>div {
display: flex;
gap: 32px;
align-items: center;
margin-left: 16px;
margin-top: 16px;
}
.writer_section .writer_profile img {
background-color: var(--white);
border-radius: 50%;
width: 80px;
height: 80px;
}
.writer_section .writer_profile figure {
margin: 0;
}
.writer_section .writer_title {
margin-top: 0;
margin-bottom: 0;
font-size: 1.6rem;
color: var(--skyblue);
} #toc_container {
padding: 32px;
margin: 0 auto;
}
#toc_container p.toc_title {
text-align: start;
font-size: 1.8rem;
}
#toc_container p.toc_title+ul.toc_list {
margin-top: 8px;
}
#toc_container .toc_list li {
padding: 2px 0;
}
#toc_container .toc_list li a {
font-size: 1.6rem;
font-weight: normal;
font-family: var(--text-font);
} .recommend_section {
border: 3px solid var(--navy);
padding: 16px;
transition: all 0.3s;
}
.recommend_section:hover {
opacity: 0.5;
}
.recommend_section .recommend_mark {
position: absolute;
top: 0;
right: 0;
background-color: var(--navy);
color: var(--white);
padding: 2px 8px;
font-size: 1.4rem;
}
.recommend_section .recommend_title {
margin-bottom: 0;
font-weight: bold;
}
.related-post {
border: 1px solid var(--border-gold);
background-color: var(--background-white);
padding: 20px;
margin: 30px 0;
display: flex;
align-items: center;
gap: 20px;
}
.related-post img {
width: 35%;
max-width: 180px;
height: auto;
}
a.related-post:hover {
text-decoration: none;
opacity: 0.8;
}
.related-post p {
margin-bottom: 0;
} .summary {
background-color: #fff9eb;
padding: 12px 24px;
margin-bottom: 3rem;
}
.summary .summary_title {
display: flex;
align-items: center;
gap: 10px;
color: #F46B6B;
font-size: 1.8rem;
font-weight: bold;
border-bottom: 3px dotted #F46B6B;
padding: 8px 0;
}
.summary_title:before {
content: "";
display: block;
width: 20px;
height: 20px;
background-image: url(https://al-manager.com/wp-content/uploads/2025/02/pinkcheck.png);
background-position: center;
background-size: contain;
background-repeat: no-repeat;
}
.summary .summary_list {
margin: 16px 0 12px;
padding: 0 10px;
}
.summary .summary_list li {
margin-top: 8px;
font-size: 1.6rem;
font-weight: bold;
} .numList {
background-color: var(--gray-1);
padding: 16px 24px;
margin-bottom: 3rem;
}
.numList .numList_list {
margin: 0 0 8px 8px;
}
.numList .numList_list li {
list-style-type: decimal;
margin-top: 8px;
font-size: 1.6rem;
font-weight: bold;
} .text__background {
background-color: var(--gray-1);
padding: 20px 24px 16px;
} .txt-colEnd {
padding: 16px 0 0px 24px;
border-left: 2px solid var(--navy);
}
.txt-colEnd p.no-margin-bottom {
line-height: 1.8;
margin: 0;
}
.txt-colEnd p {
line-height: 1.8;
margin: 0 0 2.4rem;
}
.txt-colEnd ul {
line-height: 1.8;
margin: 0 0 2.4rem;
}
.txt-colEnd a {
display: block;
line-height: 1.8;
margin: 0 0 2.4rem;
}
.cta-colEnd {
background-color: var(--gray-1);
width: 100%;
margin: 20px auto 40px;
padding: 3% 5% 5%;
display: flex;
flex-direction: column;
gap: 20px;
transition: 0.2s ease;
}
.cta-colEnd__content {
display: flex;
flex-direction: column;
gap: 10px;
}
.cta-colEnd__header {
display: flex;
align-items: center;
gap: 60px;
}
.cta-colEnd__title p {
font-weight: bold;
font-size: 2.4rem;
line-height: 1.6;
margin-bottom: 10px;
}
.cta-colEnd__header>img {
width: 150px;
}
.cta-colEnd__features {
display: flex;
justify-content: flex-start;
gap: 30px;
}
.cta-colEnd__features li {
background-image: linear-gradient(252deg, #DAECFF 16.85%, #EEF8FF 91.09%);
border-left: 6px solid var(--navy);
color: var(--navy);
font-weight: bold;
padding: 12px 20px;
}
.cta-colEnd__action {
display: flex;
flex-direction: column;
gap: 4px;
}
.cta-colEnd__action p {
font-size: 1.4rem;
}
.colEnd-link-1,
.colEnd-link-2 {
color: var(--link-color);
font-weight: bold;
text-decoration: underline;
transition: 0.3s ease;
}
.colEnd-link-1:hover,
.colEnd-link-2:hover {
text-decoration: none;
opacity: 0.5;
} .cv_download {
display: block;
background-color: var(--navy);
width: fit-content;
display: flex;
gap: 16px;
align-items: center;
padding: 24px;
border-radius: 4px;
}
.cv_download {
position: relative;
overflow: hidden;
transition: background 0.4s ease;
}
.cv_download::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 0;
height: 0;
background: #0e3a6b;
transition: width 0.4s ease, height 0.4s ease;
transform: translate(-50%, -50%);
border-radius: 50%;
z-index: -1;
}
.cv_download:hover::after {
width: 300%;
height: 300%;
}
.cv_download:hover {
background: #0e3a6b;
}
.cv_download_label {
display: flex;
flex-direction: column;
}
.cv_download_sub_txt {
font-family: var(--yu-gothic);
font-size: 1.2rem;
font-weight: bold;
color: var(--white);
line-height: 1.4;
}
.cv_download_txt {
font-family: var(--yu-gothic);
font-size: 1.6rem;
font-weight: bold;
color: var(--white);
line-height: 1.5;
}
@keyframes bounce {
0%,
40% {
transform: translateY(0);
}
50% {
transform: translateY(-5px);
}
60%,
100% {
transform: translateY(0);
}
}
.cv_download_icon {
animation: bounce 2s infinite ease-in-out;
} .sideBnr {
background-color: var(--ivoly);
border: 1px solid #b8aa8e;
padding: 6% 8%;
width: 100%;
display: flex;
flex-direction: column;
gap: 10px;
transition: 0.4s ease;
}
.sideBnr__title {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.sideBnr__title p {
font-weight: bold;
font-size: 2rem;
line-height: 1.3;
text-align: center;
}
.sideBnr__title img {
width: 200px;
height: auto;
}
.sideBnr__contents {
line-height: 1.4;
font-size: 1.5rem;
font-weight: bold;
display: flex;
flex-direction: column;
gap: 24px;
}
.sideBnr__subtitle p {
font-weight: bold;
font-size: 1.6rem;
line-height: 1;
text-align: center;
text-decoration: underline wavy var(--skyblue);
text-underline-offset: 4px;
}
.sideBnr__desc {
font-size: 1.4rem;
font-weight: 400;
display: flex;
flex-direction: column;
gap: 10px;
margin: 4px 0 10px;
}
.orange {
color: var(--orange-2);
}
.sideBnr__guide {
display: flex;
flex-direction: column;
gap: 10px;
} .related {
background-color: var(--white);
margin-top: 10px;
border-top: 3px solid var(--blue-1);
padding: 0 5%;
}
.related_title {
font-size: 1.6rem;
font-weight: 600;
text-align: center;
padding: 6px;
border-bottom: 1px solid var(--blue-1);
width: fit-content;
margin: 4px auto 0;
}
.related_list {
padding: 16px 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.related_post a {
display: flex;
gap: 16px;
transition: opacity 0.3s ease;
}
.related_post a:hover {
opacity: 0.6;
}
.related_post__fig {
width: 80px;
height: 80px;
flex-shrink: 0;
}
.related_post__fig img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
border: 1px solid var(--black);
}
.related_post__text {
width: fit-content;
display: flex;
flex-direction: column;
gap: 4px;
}
.related_post__title {
font-size: 1.3rem;
font-weight: 600;
line-height: 1.3;
}
.related_post__date {
color: var(--darkgray);
font-size: 1.2rem;
} @media screen and (max-width: 980px) { .end {
margin-top: 0;
} .content-wrapper {
margin-top: 60px;
}
.content-box {
width: 100%;
max-width: 100%;
margin: 0 auto;
margin-top: 0;
padding: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.main {
width: 100% !important;
}
.sidebar {
display: none;
}
.breadcrumb {
font-size: 1.2rem;
padding: 12px 20px;
} .article {
width: 100%;
padding: 5%;
background-color: var(--white);
border: none;
}
.article__title {
font-size: 2rem;
font-weight: 600;
border-bottom: 2px solid var(--blue-1);
padding-bottom: 12px;
}
.article__date {
font-size: 1.4rem;
}
.article__category {
font-size: 1.2rem;
} .article__content h2 {
font-size: 1.8rem;
margin: 48px 0 20px;
}
.article__content p {
font-size: 1.6rem;
} .writer_section {
width: 100%;
padding: 20px 24px;
}
.writer_section p {
font-size: 1.2rem;
line-height: 1.4;
margin-top: 12px;
}
.writer_section strong {
font-size: 1.6rem;
}
.writer_section .writer_profile>div {
gap: 12px;
margin-left: 0;
margin-top: 4px;
}
.writer_section .writer_profile img {
width: 50px;
height: 50px;
}
.writer_section .writer_title {
font-size: 1.4rem;
} .related-post {
padding: 16px;
margin: 20px 0;
gap: 10px;
}
.related-post p {
font-size: 1.4rem;
} .txt-colEnd {
padding: 16px 0 0px 16px;
border-left: 2px solid var(--navy);
}
.cta-colEnd {
padding: 5% 5%;
}
.cta-colEnd__header {
flex-direction: column;
gap: 10px;
}
.cta-colEnd__title p {
text-align: center;
font-size: 2rem;
margin-bottom: 0;
}
.cta-colEnd__header>img {
width: 140px;
}
.cta-colEnd__features {
flex-direction: column;
gap: 10px;
}
.cta-colEnd__features li {
width: 80%;
margin: 0 auto;
}
}