@charset "UTF-8";

.box-header {
margin: 0 auto;
padding: 37px 32px;
width: 100%;
max-width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
@media screen and (max-width: 768px) {
padding: 24px 16px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: linear-gradient(90deg, rgb(85, 169, 212) 0%, rgb(106, 195, 241) 100%);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
}
.box-header-logo {
width: 200px;
max-width: 100%;
height: auto;
@media screen and (max-width: 768px) {
width: 140px;
}
}
.box-header-nav {
display: flex;
gap: 40px;
font-weight: var(--weight-bold);
font-size: var(--fs-default);
@media screen and (max-width: 768px) {
font-size: 13px;
li:not(:has(.download)) {
display: none;
}
}
a {
color: #fff;
&.download {
padding: 13px 24px;
background: var(--color-cta);
border-radius: var(--border-radius-middle);
@media screen and (max-width: 768px) {
padding: 8px 16px;
}
}
}
}
.box-fv {
margin: 0 auto;
padding: 16px 16px 40px;
width: 1280px;
max-width: 100%;
height: auto;
display: flex;
align-items: center;
justify-content: space-between;
gap: 48px;
position: relative;
@media screen and (max-width: 768px) {
padding: 0 16px 40px;
flex-direction: column;
gap: 20px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: linear-gradient(90deg, rgb(85, 169, 212) 0%, rgb(106, 195, 241) 100%);
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
}
.box-fv-heading {
width: auto;
display: flex;
flex-direction: column;
gap: 24px;
text-align: left;
color: #fff;
@media screen and (max-width: 768px) {
width: 100%;
align-items: center;
text-align: center;
}
h1 {
font-weight: var(--weight-bold);
font-size: var(--fs-xxxx-large);
line-height: 1.4;
@media screen and (max-width: 768px) {
font-size: var(--fs-xx-middle);
}
}
p {
font-weight: var(--weight-bold);
font-size: var(--fs-x-default);
@media screen and (max-width: 768px) {
text-align: left;
font-size: var(--fs-default);
}
}
}
.box-fv-img {
flex: none;
width: 580px;
max-width: 100%;
border-radius: var(--border-radius-middle);
box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
display: flex;
flex-direction: column;
@media screen and (max-width: 768px) {
order: -1;
}
&::before {
content: "";
display: block;
width: 100%;
aspect-ratio: 1120/37;
background: #fff url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/window.svg) no-repeat center / cover;
border-radius: var(--border-radius-middle) var(--border-radius-middle) 0 0;
@media screen and (max-width: 768px) {
border-radius: var(--border-radius-small) var(--border-radius-small) 0 0;
}
}
img {
border-radius: 0 0 var(--border-radius-middle) var(--border-radius-middle);
@media screen and (max-width: 768px) {
border-radius: 0 0 var(--border-radius-small) var(--border-radius-small);
}
}
}
.box-download {
display: flex;
justify-content: space-between;
align-items: center;
gap: 5px;
width: 360px;
max-width: 100%;
padding: 16px 24px;
border-radius: var(--border-radius-middle);
background: var(--color-cta);
color: #fff !important;
@media screen and (max-width: 768px) {
justify-content: center;
width: 100%;
}
&::after {
content: "";
display: block;
width: 24px;
height: 24px;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/download.svg) no-repeat center / contain;
@media screen and (max-width: 768px) {
content: none;
}
}
> span {
display: flex;
flex-direction: column;
font-weight: var(--weight-bold);
> span:nth-child(1) {
font-size: 13px;
line-height: 1.7;
}
> span:nth-child(2) {
font-size: var(--fs-middle);
line-height: 1.6;
}
}
}
.box-logos {
margin: 0 auto;
padding: 48px 24px;
width: 1440px;
max-width: 100%;
position: relative;
@media screen and (max-width: 768px) {
padding: 24px 16px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: #f6f6f6;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
}
.box-service-upper {
margin: 0 auto;
padding: 80px 16px 0;
width: 1212px;
max-width: 100%;
height: 633px;
display: flex;
gap: 10px;
text-align: left;
@media screen and (max-width: 768px) {
padding: 40px 16px;
height: auto;
flex-direction: column;
}
}
.box-service-upper-left {
flex: none;
width: 540px;
display: flex;
flex-direction: column;
gap: 48px;
margin-right: -56px;
position: relative;
z-index: 1;
h2 {
display: flex;
flex-direction: column;
@media screen and (max-width: 768px) {
gap: 6px;
}
> span {
font-weight: var(--weight-bold);
font-size: 40px;
line-height: 1.49;
@media screen and (max-width: 768px) {
font-size: var(--fs-x-large);
line-height: 1.4;
}
&:nth-child(1) {
font-size: var(--fs-large);
line-height: 2.5;
@media screen and (max-width: 768px) {
font-size: var(--fs-middle);
line-height: 2;
}
}
&:nth-child(3) {
color: var(--color-brand-blue);
}
}
}
.display-block-pc {
padding: 40px;
background: #fff;
box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.07999999821186066);
display: flex;
flex-direction: column;
gap: 16px;
@media screen and (max-width: 768px) {
display: none;
}
h3 {
color: var(--color-brand-blue);
font-weight: var(--weight-bold);
font-size: var(--fs-large);
}
ul {
display: flex;
flex-direction: column;
gap: 12px;
li {
display: flex;
gap: 12px;
align-items: center;
font-size: var(--fs-x-default);
&::before {
content: "";
display: block;
width: 24px;
height: 24px;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/list_check.svg) no-repeat center / contain;
}
}
}
}
}
.box-service-upper-right {
flex: none;
width: 780px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 24px;
> ul {
display: flex;
gap: 8px;
> li {
padding: 12px 24px;
border-radius: var(--border-radius-middle);
background: #f6f6f6;
font-weight: var(--weight-bold);
font-size: var(--fs-default);
}
}
img {
border: 1px solid #d1d5dbff;
border-bottom: 0;
border-radius: var(--border-radius-middle) var(--border-radius-middle) 0 0;
}
.display-block-sp {
padding: 16px;
background: #fff;
box-shadow: 0px 0px 24px 8px rgba(0, 0, 0, 0.07999999821186066);
display: flex;
flex-direction: column;
gap: 12px;
@media screen and (min-width: 769px) {
display: none;
}
h3 {
color: var(--color-brand-blue);
font-weight: var(--weight-bold);
font-size: var(--fs-x-middle);
}
ul {
display: flex;
flex-direction: column;
gap: 12px;
li {
display: flex;
gap: 6px;
align-items: center;
font-size: var(--fs-default);
&::before {
content: "";
display: block;
width: 24px;
height: 24px;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/list_check.svg) no-repeat center / contain;
}
}
}
}
}
.box-service-under {
margin: 0 auto;
padding: 112px 16px 64px;
width: 1056px;
max-width: 100%;
display: flex;
gap: 32px;
justify-content: space-between;
text-align: left;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;
flex-direction: column;
gap: 24px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
border-top: 1px solid #d1d5dbff;
background: #f6f6f6;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
@media screen and (max-width: 768px) {
border-top: 0;
}
}
h3 {
font-weight: var(--weight-bold);
font-size: var(--fs-large);
line-height: 1.7;
@media screen and (max-width: 768px) {
text-align: center;
font-size: var(--fs-x-default);
}
}
}
.box-feature {
margin: 0 auto;
padding: 80px 16px;
width: 1212px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 50px;
align-items: center;
@media screen and (max-width: 768px) {
padding: 40px 16px;
gap: 32px;
}
h2 {
display: flex;
flex-direction: column;
gap: 8px;
align-items: center;
font-weight: var(--weight-bold);
@media screen and (max-width: 768px) {
gap: 6px;
}
span {
font-size: var(--fs-x-default);
line-height: 1.5;
@media screen and (max-width: 768px) {
font-size: 13px;
}
}
strong {
color: var(--color-brand-blue);
font-weight: var(--weight-bold);
font-size: var(--fs-xxxx-large);
line-height: 1.4;
@media screen and (max-width: 768px) {
font-size: var(--fs-x-middle);
}
}
}
ul {
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 32px;
@media screen and (max-width: 768px) {
flex-direction: column;
gap: 14px;
}
li {
width: calc((100% - 64px) / 3);
display: flex;
flex-direction: column;
border: 1px solid var(--color-brand-borderGray);
border-radius: var(--border-radius-middle);
@media screen and (max-width: 768px) {
width: 100%;
}
img {
border-radius: var(--border-radius-middle) var(--border-radius-middle) 0 0;
}
h3 {
margin: 24px 24px 12px;
display: flex;
gap: 10px;
align-items: center;
font-weight: var(--weight-bold);
font-size: var(--fs-middle);
line-height: 1.5;
@media screen and (max-width: 768px) {
margin: 16px 16px 12px;
font-size: var(--fs-x-default);
}
img {
width: 32px;
height: 32px;
}
}
p {
margin: 0 24px 24px;
color: var(--color-gray);
font-size: var(--fs-default);
line-height: 1.7;
text-align: left;
@media screen and (max-width: 768px) {
margin: 0 16px 16px;
}
}
}
}
}
.box-cta {
padding: 32px 0;
width: 100%;
display: flex;
gap: 48px;
justify-content: center;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;
flex-direction: column;
gap: 16px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/cta_bg.webp) no-repeat center / cover;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -2;
}
&::after {
content: "";
display: block;
width: 100svw;
height: 100%;
background: linear-gradient(90deg, rgb(85, 169, 212) 0%, rgb(106, 195, 241) 100%);
opacity: 0.85;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
}
.box-cta-img {
width: 440px;
max-width: 100%;
height: 378px;
@media screen and (max-width: 768px) {
height: auto;
}
}
.box-cta-body {
width: 500px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 30px;
color: #fff;
text-align: left;
@media screen and (max-width: 768px) {
gap: 16px;
text-align: center;
}
h3 {
font-weight: var(--weight-bold);
font-size: 23px;
line-height: 1.4;
@media screen and (max-width: 768px) {
font-size: 17px;
}
}
p {
font-weight: var(--weight-bold);
font-size: var(--fs-x-default);
line-height: 1.8;
@media screen and (max-width: 768px) {
font-size: var(--fs-default);
}
}
}
.box-point {
margin: 0 auto;
padding: 80px 16px;
width: 1212px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 118px;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;
gap: 32px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: #f6f6f6;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
h2 {
display: flex;
flex-direction: column;
gap: 8px;
align-items: center;
font-weight: var(--weight-bold);
font-size: 40px;
line-height: 1.2;
@media screen and (max-width: 768px) {
gap: 6px;
}
span {
font-size: var(--fs-x-default);
line-height: 1.5;
@media screen and (max-width: 768px) {
font-size: 13px;
}
}
strong {
color: var(--color-brand-blue);
font-weight: var(--weight-bold);
font-size: var(--fs-xxxx-large);
line-height: 1.4;
@media screen and (max-width: 768px) {
font-size: var(--fs-x-middle);
}
}
}
ul {
margin: 0 auto;
width: 1024px;
max-width: 100%;
display: flex;
flex-direction: column;
gap: 156px;
@media screen and (max-width: 768px) {
gap: 40px;
}
li {
width: 100%;
display: flex;
gap: 56px;
justify-content: center;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
flex-direction: column;
gap: 16px;
}
&::before {
content: "";
display: block;
width: 700px;
height: 390px;
border-radius: var(--border-radius-middle);
background: #fff;
position: absolute;
bottom: -53px;
z-index: -1;
@media screen and (max-width: 768px) {
content: none;
}
}
&:nth-child(2n + 1) {
&::before {
left: -78px;
}
}
&:nth-child(2n) {
&::before {
right: -78px;
}
}
}
}
}
.box-point-body {
flex: 1;
display: flex;
flex-direction: column;
gap: 16px;
text-align: left;
h3 {
font-weight: var(--weight-bold);
font-size: var(--fs-large);
line-height: 1.5;
@media screen and (max-width: 768px) {
font-size: var(--fs-middle);
text-align: center;
}
}
p {
font-size: var(--fs-x-default);
line-height: 1.7;
@media screen and (max-width: 768px) {
font-size: var(--fs-default);
}
}
}
.box-point-body-num {
width: fit-content;
padding: 4px 14px;
border-radius: var(--border-radius-middle);
background: var(--color-brand-blue);
color: #fff;
font-family: Arial;
font-weight: var(--weight-bold);
font-size: var(--fs-default);
@media screen and (max-width: 768px) {
display: none;
}
}
.box-point-img {
flex: none;
width: 530px;
max-width: 100%;
display: flex;
flex-direction: column;
align-items: center;
@media screen and (max-width: 768px) {
order: -1;
}
img {
display: block;
padding: 6px;
background: #e1e1e1;
border-radius: 6px 6px 0 0;
width: 470px;
height: 274px;
@media screen and (max-width: 768px) {
padding: 4px;
width: 90%;
height: auto;
}
}
&::after {
content: "";
display: block;
width: 100%;
aspect-ratio: 1060/21;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/point_img_under.webp) no-repeat center / contain;
}
}
.box-faq {
margin: 0 auto;
padding: 80px 16px;
width: 1056px;
max-width: 100%;
display: flex;
gap: 80px;
text-align: left;
@media screen and (max-width: 768px) {
padding: 40px 16px;
flex-direction: column;
gap: 24px;
}
h2 {
flex: none;
width: 200px;
display: flex;
flex-direction: column;
gap: 4px;
font-weight: var(--weight-bold);
.en {
color: var(--color-brand-blue);
font-family: Arial;
font-size: var(--fs-small);
line-height: 1.3;
}
.ja {
font-size: var(--fs-x-middle);
}
}
ul {
flex: 1;
display: flex;
flex-direction: column;
gap: 32px;
li {
width: 100%;
display: flex;
flex-direction: column;
gap: 16px;
}
}
}
.box-faq-q {
display: flex;
gap: 15px;
font-weight: var(--weight-bold);
font-size: var(--fs-x-default);
&::before {
content: "Q";
flex: none;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 100px;
background: var(--color-brand-blue);
color: #fff;
font-family: Arial;
}
}
.box-faq-a {
display: flex;
gap: 15px;
color: var(--color-gray);
font-size: var(--fs-default);
line-height: 1.5;
&::before {
content: "A";
flex: none;
display: flex;
justify-content: center;
align-items: center;
width: 32px;
height: 32px;
border-radius: 100px;
background: var(--color-brand-blueNeutral);
color: var(--color-brand-blue);
font-family: Arial;
font-weight: var(--weight-bold);
}
}
.box-support {
margin: 0 auto;
padding: 48px 16px;
width: 1056px;
max-width: 100%;
display: flex;
gap: 48px;
justify-content: center;
align-items: center;
position: relative;
@media screen and (max-width: 768px) {
padding: 40px 16px;
flex-direction: column;
gap: 16px;
}
&::before {
content: "";
display: block;
width: 100svw;
height: 100%;
background: #f6f6f6;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
z-index: -1;
}
&::after {
content: "";
display: block;
width: 40px;
height: 20px;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.2/assets/img/box/triangle.svg) no-repeat center / contain;
position: absolute;
left: 50%;
top: 0;
transform: translateX(-50%);
}
}
.box-support-img {
flex: none;
width: 342px;
max-width: 100%;
@media screen and (max-width: 768px) {
width: 300px;
}
}
.box-support-body {
flex: 1;
display: flex;
flex-direction: column;
gap: 8px;
text-align: left;
h2 {
font-weight: var(--weight-bold);
font-size: var(--fs-x-middle);
@media screen and (max-width: 768px) {
text-align: center;
font-size: var(--fs-middle);
}
}
p {
font-size: var(--fs-default);
line-height: 1.8;
@media screen and (max-width: 768px) {
font-size: 13px;
}
}
}
.box-media {
margin: 0 auto;
padding: 80px 16px;
width: 1056px;
max-width: 100%;
display: flex;
gap: 80px;
text-align: left;
@media screen and (max-width: 768px) {
padding: 40px 16px;
flex-direction: column;
gap: 24px;
}
h2 {
flex: none;
width: 200px;
display: flex;
flex-direction: column;
gap: 4px;
font-weight: var(--weight-bold);
.en {
color: var(--color-brand-blue);
font-family: Arial;
font-size: var(--fs-small);
line-height: 1.3;
}
.ja {
font-size: var(--fs-x-middle);
}
}
ul {
flex: 1;
display: flex;
flex-wrap: wrap;
gap: 8px;
@media screen and (max-width: 768px) {
gap: 4px;
}
li {
width: 160px;
height: 80px;
border: 1px solid var(--color-light-gray);
display: flex;
justify-content: center;
align-items: center;
@media screen and (max-width: 768px) {
width: calc((100% - 8px) / 3);
height: 54px;
}
img {
max-width: 100%;
@media screen and (max-width: 768px) {
width: 80px !important;
}
}
&:nth-child(1) {
img {
width: 120px;
}
}
&:nth-child(2) {
img {
width: 110px;
}
}
&:nth-child(3) {
img {
width: 130px;
}
}
&:nth-child(4) {
img {
width: 116px;
}
}
&:nth-child(5) {
img {
width: 104px;
}
}
&:nth-child(6) {
img {
width: 104px;
@media screen and (max-width: 768px) {
width: 80px;
}
}
}
&:nth-child(7) {
img {
width: 116px;
@media screen and (max-width: 768px) {
width: 80px;
}
}
}
&:nth-child(8) {
img {
width: 119px;
@media screen and (max-width: 768px) {
width: 80px;
}
}
}
}
}
}