@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);
}
}
}
    #main {
margin: 82px auto 0;
width: 100%;
max-width: 1340px;
}
.section-ttl {
font-size: 3.2rem;
line-height: 1.4;
font-weight: bold;
color: var(--navy);
text-align: center;
} .mainBtn {
width: fit-content;
padding: 20px 30px 22px;
border-radius: 8px;
background-color: var(--orange);
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
background-repeat: no-repeat;
transition: all 0.3s ease;
}
.mainBtn:hover {
opacity: 0.8;
}
.mainBtn__txt {
font-size: 2rem;
line-height: 1.5;
font-weight: bold;
color: var(--white);
}
.mainBtn__icon {
width: 24px;
height: 24px;
margin-top: 2px;
color: var(--white); }  .cta-sec1__container {
width: 100%;
padding: 40px 0;
background-image: url(https://al-manager.com/wp-content/uploads/2025/05/31518336_m-1.webp);
background-position: 0% 84%;
background-size: 130%;
background-repeat: no-repeat;
}
.cta-sec1__bg {
width: 92%;
max-width: 600px;
margin: 0 auto;
padding: 32px;
border: 1px solid var(--navy);
background: rgba(255, 255, 255, 0.80);
backdrop-filter: blur(1px);
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.cta-ttl {
font-size: 2.4rem;
line-height: 1.5;
font-weight: bold;
color: var(--navy);
} .mainvisual__container {
width: 100%;
padding: 90px 0 40px;
background-color: var(--bg-blue);
display: flex;
justify-content: center;
gap: 90px;
} .mainvisual__ttl {
display: flex;
flex-direction: column;
align-items: center;
gap: 50px;
}
.mainvisual__catch {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}
.subcatch {
font-size: 2rem;
line-height: 1;
color: var(--darknavy);
text-align: center;
}
.maincatch {
font-size: 4.4rem;
line-height: 1.4;
font-weight: bold;
color: var(--navy);
text-align: center;
} .mainvisual__images {
margin-top: 40px;
display: flex;
flex-direction: column;
gap: 20px;
}
.mainvisual__marks {
display: flex;
justify-content: center;
gap: 20px;
}
.mainvisual__markItem {
display: flex;
align-items: center;
gap: 12px;
}
.mainvisual__markItem>img {
width: 65px;
height: 65px;
}
.mainvisual__markItem>p {
font-size: 1.7rem;
line-height: 1.4;
font-weight: bold;
color: var(--navy);
}
.mainvisual__mainimg {
width: 420px;
height: auto;
} .logoSlider {
background-color: var(--white);
padding: 4px 0 8px;
}
.logoSlider .slick-slide { margin: 8px 20px; } .problem {
width: 100%;
margin-bottom: 40px;
}
.problem__ttl {
width: 100%;
padding: 60px 0 50px;
background-image: var(--gray-gradient);
display: flex;
justify-content: center;
align-items: center;
gap: 24px;
}
.problem__ttl>h2 {
padding: 10px 30px;
border-radius: 10px;
border: 2px solid var(--navy);
background: var(--white);
font-size: 2.4rem;
line-height: 1.5;
font-weight: bold;
color: var(--navy);
}
.problem__ttl>img {
width: 190px;
} .problem__cases {
margin-top: -10px;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 32px;
}
.problem__case {
width: 200px;
height: 200px;
border-radius: 200px;
background-color: var(--white);
box-shadow: 0px 0px 10.714px 0px rgba(54, 149, 216, 0.30);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
}
.problem__case>p {
font-size: 1.6rem;
line-height: 1;
color: var(--skyblue);
text-align: center;
}
.problem__case>h3 {
font-size: 1.9rem;
line-height: 1.7;
font-weight: bold;
color: var(--navy);
text-align: center;
margin-bottom: 20px;
} .solution__container {
width: 100%;
padding: 40px 0 50px;
background-color: var(--bg-blue);
display: flex;
flex-direction: column;
align-items: center;
gap: 60px;
} .solution__main {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.solution__main::before {
content: '';
width: 30px;
height: 35px;
background-image: url(https://al-manager.com/wp-content/uploads/2025/05/Frame-500.webp);
background-size: contain;
background-repeat: no-repeat;
}
.solution__main-ttl>img {
width: 400px;
height: auto;
}
.solution__main-desc {
padding: 20px 24px;
border-radius: 8px;
background-color: var(--white);
box-shadow: 0px 0px 30px 0px rgba(58, 110, 181, 0.16);
}
.solution__main-desc>p {
font-size: 1.8rem;
line-height: 1.8;
}
.solution__main-desc>p>span.text-sky {
font-size: 2rem;
} .features {
padding: 0 5%;
display: flex;
flex-direction: column;
gap: 32px;
}
.features__list {
width: 100%;
max-width: 1040px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 30px;
}
.features__item {
width: 320px;
height: auto;
padding-bottom: 20px;
border-radius: 20px;
border: 1px solid var(--border-gray);
background-color: var(--white);
display: flex;
flex-direction: column;
gap: 20px;
}
.features__ttl {
padding: 12px 10px;
border-radius: 20px 20px 0px 0px;
background-color: var(--darknavy);
font-size: 2rem;
line-height: 1.5;
font-weight: bold;
color: var(--white);
text-align: center;
}
.features__content {
padding: 0 20px;
display: flex;
flex-direction: column;
align-items: center;
gap: 12px;
}
.features__content>img {
width: 150px;
}
.features__content>p {
font-size: 1.5rem;
line-height: 1.5;
color: var(--navy);
} .merit {
padding: 50px 5% 40px;
background-image: var(--blue-gradient);
display: flex;
flex-direction: column;
align-items: center;
gap: 32px;
}
.merit__ttl {
display: flex;
justify-content: center;
align-items: center;
gap: 30px;
}
.merit__ttl>img {
width: 90px;
height: auto;
}
.merit__ttl>h2.section-ttl {
text-align: start;
color: var(--white);
}
.merit__list {
padding: 36px 50px 20px 70px;
border-radius: 20px;
border: 1px solid var(--blue);
background-color: var(--white);
display: flex;
flex-direction: column;
gap: 16px;
}
.merit__item {
padding-bottom: 16px;
border-bottom: 1px solid var(--border-gray);
display: flex;
align-items: center;
gap: 40px;
}
.merit__item:last-of-type {
border: none;
}
.merit__number {
font-size: 4.8rem;
line-height: 1.5;
font-weight: bold;
color: var(--skyblue);
}
.merit__txt>h3 {
font-size: 2.4rem;
line-height: 1.4;
font-weight: bold;
color: var(--navy);
margin-bottom: 8px;
} .product {
padding: 70px 0 20px;
background-color: var(--blue);
} .comparison-table {
width: 90%;
max-width: 800px;
padding: 40px 0 0;
margin: 0 auto;
border-radius: 12px;
background-color: var(--white);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
display: flex;
flex-direction: column;
gap: 10px;
}
.comparison-table>.section-ttl {
font-size: 3rem;
line-height: 1.5;
}
.table {
background-color: var(--white);
width: 100%; padding: 50px 60px;
border-radius: 12px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
} .table__table {
width: 100%;
} .table__illustration {
width: 100%; display: flex;
justify-content: space-evenly;
align-items: center;
}
.table__checker,
.table__almanager {
width: 35%;
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.table__almanager {
gap: 10px;
}
.table__checkerImg {
width: 30px;
height: auto;
}
.table__almanagerImg {
width: 50px;
height: auto;
}
.table__arrow {
width: 25%;
}
.table__arrow>img {
width: 40%;
display: flex;
margin: 0 auto 20px;
}
.table__checkerTitle {
font-size: 1.9rem;
line-height: 1.5;
text-align: center;
}
.table__almanagerTitle {
width: 90%;
} .table__table tr th,
.table__table tr td {
border: 1px solid var(--border-gray);
padding: 16px;
text-align: center;
vertical-align: middle;
}  .table__table tr td:nth-child(1),
.table__table tr th:nth-child(1) {
background-color: #f4f4f4;
width: 35%;
} .table__table tr td:nth-child(2),
.table__table tr th:nth-child(2) {
background-color: var(--white);
width: 25%;
} .table__table tr td:nth-child(3),
.table__table tr th:nth-child(3) {
background-color: var(--white);
width: 35%;
}  .table__table tr th {
height: 80px;
} .table__table tr td {
height: 120px;
}  img.icon {
width: 36px;
height: auto;
padding: 2px;
}
img.icon-batsu {
width: 30px;
height: auto;
padding: 4px;
}
img.icon-sankaku {
width: 36px;
height: auto;
padding: 4px;
} .table__table tr td p {
margin-top: 10px;
font-size: 1.2rem;
line-height: 1.4;
text-align: center;
} .table__table tr th,
.table__table tr td.trtitle {
line-height: 1.3;
padding: 16px;
}
.table__trTitle {
font-weight: bold;
color: var(--navy);
} .product-card {
margin-top: 60px;
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}
.card__subtitle {
font-size: 2.2rem;
line-height: 1.5;
color: var(--white);
text-align: center;
}
.card__container {
width: 90%;
max-width: 800px;
padding-bottom: 40px;
border-radius: 12px;
background-color: var(--white);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.card__ttl {
width: 100%;
padding: 12px 0px;
border-radius: 12px 12px 0px 0px;
border: 2px solid var(--navy);
background-color: var(--navy);
}
.card__ttl>h3 {
font-size: 2.4rem;
line-height: 1.8;
font-weight: bold;
color: var(--white);
text-align: center;
}
.card__img {
width: 160px;
height: auto;
}
.card__desc {
width: 100%;
padding: 0 60px;
}
.card__list {
width: 100%;
display: flex;
flex-direction: column;
gap: 12px;
}
.card__item {
padding-bottom: 8px;
border-bottom: 1px solid var(--border-gray);
}
.card__link {
display: block;
margin-top: 20px;
text-align: center;
} .pricing {
width: 100%;
padding: 50px 0;
background-color: var(--blue);
}
.pricing__container {
width: 90%;
max-width: 800px;
margin: 0 auto;
padding: 40px 0 50px;
border-radius: 12px;
background-color: var(--white);
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
}
.pricing__subtitle {
font-size: 2rem;
line-height: 1;
font-weight: bold;
color: var(--navy);
text-align: center;
}
.pricing__price {
margin-top: 8px;
font-size: 3.2rem;
line-height: 1;
font-weight: bold;
color: var(--skyblue);
text-align: center;
}
.pricing__price>.priceNum {
font-size: 4.2rem;
}
.pricing__list {
display: flex;
flex-direction: column;
gap: 20px;
}
.pricing__item {
font-size: 2rem;
line-height: 1.5;
display: flex;
align-items: center;
gap: 20px;
}
.pricing__item>.fa-circle-check {
font-size: 2.4rem;
}
.pricing__item.pricing__item--small {
font-size: 1.4rem;
line-height: 1;
color: var(--text-gray);
justify-content: center;
} .clients {
margin-top: 80px;
} .achievements {
width: 100%;
margin-top: 30px;
padding: 50px 5%;
background-image: var(--sky-gradient);
}
.achievements__container {
display: flex;
flex-direction: column;
align-items: center;
gap: 30px;
}
.achievements__header {
display: flex;
justify-content: center;
align-items: center;
gap: 40px;
}
.achievements__header>img {
width: 120px;
height: auto;
}
.achievements__ttl {
font-size: 2.4rem;
line-height: 1.5;
color: var(--navy);
}
.achievements__ttl>p>span.text-ochre>span.priceNum {
font-size: 3.6rem;
} .logoGallery {
width: 100%;
max-width: 800px;
padding: 24px;
border-radius: 12px;
background-color: var(--white);
box-shadow: 0px 0px 30px 0px rgba(58, 110, 181, 0.16);
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}
.logoGallery__header {
width: 100%;
padding-bottom: 20px;
border-bottom: 1px solid var(--navy);
}
.logoGallery__title {
font-size: 2.4rem;
line-height: 1.5;
font-weight: bold;
color: var(--navy);
text-align: center;
margin-top: 4px;
}
.logoGallery__subtitle {
font-size: 1.8rem;
line-height: 1.5;
color: var(--skyblue);
text-align: center;
}
.logoGallery__list {
padding: 2%;
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 10px;
}
.logoGallery__item {
width: 130px;
height: auto;
} .case-studies {
width: 100%;
padding: 40px 5%;
}
.case__list {
width: 100%;
max-width: 900px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 24px;
}
.case__item {
width: 100%;
max-width: 400px;
height: 210px;
border-radius: 4px;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}
.case__item>a {
display: block;
width: 100%;
padding: 24px;
}
.case__header {
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.case__ttl {
line-height: 1;
font-weight: bold;
}
.case__index {
font-size: 1.4rem;
line-height: 1;
color: var(--navy);
}
.case__content {
margin-top: 12px;
display: flex;
gap: 16px;
}
.case__img {
width: 150px;
height: 100px;
}
.case__txt {
font-size: 1.2rem;
line-height: 1.5;
} .recommend {
width: 100%;
padding: 0 5%;
}
.recommend__container {
width: 100%;
max-width: 800px;
margin: 0 auto;
padding: 40px 0 20px;
background-color: var(--white);
border: 5px solid var(--bg-blue);
box-shadow: 0px 0px 10px 0px rgba(58, 110, 181, 0.12);
border-radius: 8px;
display: flex;
flex-direction: column;
align-items: center;
gap: 40px;
}
.recommend__ttl {
font-size: 2.8rem;
line-height: 1.4;
font-weight: bold;
color: var(--blue);
text-align: center;
}
.recommend__list {
display: flex;
flex-direction: column;
gap: 24px;
}
.recommend__item {
display: flex;
align-items: center;
gap: 16px;
font-size: 2rem;
line-height: 1.5;
}
.recommend__item>.fa-circle-check {
font-size: 2.4rem;
}
.recommend__img {
display: block;
margin: 40px auto 0;
width: 300px;
} @media screen and (max-width: 980px) {  #main {
margin: 60px auto 0;
}
.section-ttl {
font-size: 2.6rem;
} .mainBtn {
padding: 16px 24px 18px;
gap: 8px;
}
.mainBtn__txt {
font-size: 1.6rem;
}
.mainBtn__icon {
width: 20px;
height: 20px;
} .cta-sec1__container {
padding: 24px 0;
background-position: 20% 87%;
background-size: 150%;
}
.cta-sec1__bg {
width: 90%;
padding: 24px 16px;
border-radius: 4px;
gap: 12px;
}
.cta-ttl {
font-size: 1.6rem;
} .mainvisual__container {
flex-direction: column;
align-items: center;
padding: 50px 0 20px;
gap: 30px;
}
.mainvisual__ttl {
gap: 24px;
}
.mainvisual__catch {
gap: 12px;
}
.subcatch {
font-size: 1.5rem;
}
.maincatch {
font-size: 3.2rem;
line-height: 1.3;
} .mainvisual__images {
margin-top: 0;
gap: 0px;
}
.mainvisual__marks {
flex-direction: column;
gap: 0px;
}
.mainvisual__markItem {
margin-top: -8px;
gap: 20px;
}
.mainvisual__markItem>img {
width: 60px;
height: 60px;
}
.mainvisual__markItem>p {
font-size: 1.6rem;
}
.mainvisual__mainimg {
width: 280px;
} .logoSlider .slick-slide {
margin: 4px;
} .problem {
margin-bottom: 20px;
}
.problem__ttl {
padding: 30px 5% 10px;
flex-direction: column;
gap: 0px;
}
.problem__ttl>h2 {
padding: 10px 20px;
border-radius: 8px;
font-size: 2rem;
}
.problem__ttl>img {
width: 200px;
margin-top: -24px;
} .problem__cases {
gap: 16px;
}
.problem__case {
width: 160px;
height: 160px;
gap: 4px;
}
.problem__case>p {
font-size: 1.5rem;
}
.problem__case>h3 {
font-size: 1.6rem;
line-height: 1.6;
margin-bottom: 16px;
} .solution__container {
padding: 30px 0;
gap: 40px;
} .solution__main-ttl>img {
width: 300px;
}
.solution__main-desc {
width: 90%;
padding: 12px 18px;
border-radius: 4px;
}
.solution__main-desc>p {
font-size: 1.6rem;
line-height: 1.8;
}
.solution__main-desc>p>span.text-sky {
font-size: 1.7rem;
} .features {
padding: 0 5%;
display: flex;
flex-direction: column;
gap: 20px;
}
.features__list {
gap: 20px;
} .merit {
padding: 30px 5%;
gap: 20px;
}
.merit__ttl {
gap: 12px;
}
.merit__ttl>img {
width: 60px;
height: auto;
}
.merit__ttl>h2.section-ttl {
font-size: 2.2rem;
}
.merit__list {
padding: 20px;
border-radius: 12px;
}
.merit__item {
gap: 20px;
}
.merit__number {
font-size: 3.6rem;
}
.merit__txt>h3 {
font-size: 2rem;
} .product {
padding: 40px 0;
}
.comparison-table {
width: 90%;
padding: 20px;
border-radius: 8px;
gap: 20px;
}
.comparison-table>.section-ttl {
font-size: 2rem;
line-height: 1.7;
} .topic--table {
margin-top: 10px;
margin-bottom: 20px;
}
.table {
padding: 20px 0 10px;
border-radius: 8px;
}
.table__checker {
gap: 15px;
}
.table__almanager {
gap: 5px;
}
.table__arrow>img {
width: 10vw;
max-width: 60px;
display: flex;
margin: 0 auto;
}
.table__checkerTitle {
font-size: 1.4rem;
line-height: 1;
}
.table__almanagerTitle {
width: 120px;
}
.table__table tr td:nth-child(2),
.table__table tr th:nth-child(2) {
background-color: var(--white);
width: 32%;
} .product-card {
margin-top: 40px;
gap: 16px;
}
.card__subtitle {
font-size: 1.7rem;
}
.card__container {
padding-bottom: 30px;
gap: 24px;
}
.card__ttl>h3 {
font-size: 1.8rem;
line-height: 1.5;
}
.card__img {
width: 120px;
}
.card__desc {
width: 100%;
padding: 0 30px;
} .pricing {
margin-top: 40px;
padding: 0;
}
.pricing__container {
padding: 30px;
gap: 24px;
}
.pricing__subtitle {
font-size: 1.7rem;
}
.pricing__price {
margin-top: 4px;
font-size: 2.4rem;
}
.pricing__price>.priceNum {
font-size: 4rem;
}
.pricing__list {
gap: 16px;
}
.pricing__item {
font-size: 1.6rem;
gap: 16px;
}
.pricing__item>.fa-circle-check {
font-size: 2rem;
}
.pricing__item.pricing__item--small {
font-size: 1.2rem;
margin-top: 8px;
} .clients {
margin-top: 50px;
} .achievements {
margin-top: 20px;
padding: 30px 5%;
}
.achievements__container {
gap: 20px;
}
.achievements__header>img {
display: none;
}
.achievements__ttl {
font-size: 1.8rem;
line-height: 1.5;
}
.achievements__ttl>p>span.text-ochre>span.priceNum {
font-size: 2.8rem;
} .logoGallery {
padding: 16px;
gap: 16px;
}
.logoGallery__header {
padding-bottom: 16px;
}
.logoGallery__title {
font-size: 1.7rem;
}
.logoGallery__subtitle {
font-size: 1.5rem;
}
.logoGallery__list {
padding: 0;
gap: 4px;
}
.logoGallery__item {
width: 100px;
height: auto;
} .case-studies {
padding: 20px 5%;
}
.case__list {
gap: 20px;
}
.case__item {
width: 100%;
height: auto;
}
.case__item>a {
padding: 20px 16px 24px 20px;
}
.case__img {
width: 120px;
height: 100px;
object-fit: cover;
object-position: center;
}
.case__content {
gap: 8px;
}
.case__txt {
font-size: 1.1rem;
} .recommend {
margin-top: 12px;
}
.recommend__container {
padding: 24px 20px;
gap: 24px;
}
.recommend__ttl {
font-size: 2rem;
line-height: 1.5;
font-weight: bold;
color: var(--navy);
text-align: center;
}
.recommend__list {
gap: 20px;
}
.recommend__item {
gap: 10px;
font-size: 1.6rem;
line-height: 1.8;
}
.recommend__item>.fa-circle-check {
font-size: 2.2rem;
}
.recommend__img {
width: 220px;
}
}