@charset "UTF-8";

body {
background: #fff !important;
}
.p-event-unite__heading {
padding: 40px 0;
border-top: 1px solid var(--color-light-gray);
border-bottom: 1px solid var(--color-light-gray);
text-align: left;
@media screen and (max-width: 768px) {
padding: 24px 0;
}
}
.p-event-unite__heading-inner {
width: 1212px;
max-width: 100%;
margin: 0 auto;
padding: 0 16px;
display: flex;
gap: 30px;
align-items: center;
font-size: var(--fs-x-default);
@media screen and (max-width: 768px) {
flex-direction: column;
}
}
.p-event-unite__heading-image {
width: 45%;
@media screen and (max-width: 768px) {
width: 100%;
}
}
.p-event-unite__heading-text {
width: 55%;
@media screen and (max-width: 768px) {
width: 100%;
}
h1 {
margin-bottom: 8px;
font-weight: var(--weight-bold);
font-size: 42px;
line-height: 1.2;
@media screen and (max-width: 768px) {
margin-bottom: 4px;
font-size: 6vw;
}
}
h2 {
margin-bottom: 16px;
font-weight: var(--weight-bold);
font-size: var(--fs-xx-middle);
line-height: 1.5;
@media screen and (max-width: 768px) {
margin-bottom: 8px;
font-size: 4.5vw;
}
}
p,
p * {
margin: 8px 0;
color: var(--color-black);
line-height: 2;
letter-spacing: 0.04em;
@media screen and (max-width: 768px) {
font-size: 15px;
}
}
}
.p-event-unite__heading-btn {
display: block;
width: fit-content;
margin-top: 16px;
padding: 11px 48px;
border-radius: 100px;
background: var(--color-cta);
color: #fff !important;
font-weight: var(--weight-bold);
@media screen and (max-width: 768px) {
width: 100%;
text-align: center;
font-size: var(--fs-default);
}
}
.p-event-unite__section {
max-width: 990px;
margin: 48px auto;
padding: 0 16px;
text-align: left;
font-size: var(--fs-x-default);
> h3 {
margin: 48px 0 24px;
font-weight: var(--weight-bold);
font-size: var(--fs-large);
line-height: 1.4;
@media screen and (max-width: 768px) {
margin: 24px 0 12px;
font-size: var(--fs-x-default);
}
}
}
.p-event-unite__table {
width: 100%;
@media screen and (max-width: 768px) {
display: block;
border-top: 1px solid var(--color-brand-borderGray);
}
th {
width: 25%;
border: 1px solid var(--color-brand-borderGray);
border-right-style: dashed;
background: #f6f6f6;
color: #333;
vertical-align: middle;
@media screen and (max-width: 768px) {
display: block;
width: 100%;
border: 1px solid var(--color-brand-borderGray);
border-top: 0;
}
}
td {
width: 75%;
border: 1px solid var(--color-brand-borderGray);
border-left: 0;
color: #828282;
@media screen and (max-width: 768px) {
display: block;
width: 100%;
border: 1px solid var(--color-brand-borderGray);
border-top: 0;
}
}
th,
td {
padding: 16px 24px;
font-size: var(--fs-default);
@media screen and (max-width: 768px) {
padding: 10px 16px;
}
}
}
.p-event-unite__speakers {
margin: 0;
padding: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 16px;
li {
width: calc((100% - 48px) / 4);
border: 1px solid var(--color-light-gray);
border-radius: var(--border-radius-middle);
@media screen and (max-width: 768px) {
width: calc((100% - 16px) / 2);
}
&:nth-child(1) {
img {
width: 137px;
}
}
&:nth-child(2) {
img {
width: 107px;
}
}
}
}
.p-event-unite__speakers-logo {
height: 120px;
border-bottom: 1px solid var(--color-light-gray);
display: flex;
justify-content: center;
align-items: center;
}
.p-event-unite__speakers-name {
padding: 16px 0;
text-align: center;
color: var(--color-gray);
font-size: var(--fs-default);
line-height: 1.4;
}
.p-event-unite__target {
margin: 48px 0;
padding: 32px;
border-radius: var(--border-radius-middle);
background: var(--color-brand-blueNeutral);
@media screen and (max-width: 768px) {
margin: 24px 0;
}
h3 {
display: flex;
gap: 8px;
align-items: center;
margin-bottom: 12px;
color: var(--color-brand-blue);
font-weight: var(--weight-bold);
font-size: var(--fs-xx-middle);
@media screen and (max-width: 768px) {
font-size: var(--fs-middle);
}
&::before {
content: "";
display: block;
width: 1em;
height: 1em;
background: url(//www.immedio.io/cms/wp-content/themes/www_1.8.2.8/assets/img/unite/exclamation_mark.svg) no-repeat center / contain;
}
}
p {
@media screen and (max-width: 768px) {
font-size: var(--fs-default);
}
}
}
.p-event-unite__btn-fixed {
position: sticky;
left: 0;
bottom: 0;
display: flex;
justify-content: center;
margin: 16px 0;
padding: 12px;
background: rgba(255, 255, 255, 0.8);
a {
display: block;
width: 400px;
max-width: 100%;
padding: 16px 40px;
border-radius: var(--border-radius-middle);
background: var(--color-cta);
color: #fff;
font-weight: var(--weight-bold);
font-size: var(--fs-x-middle);
transform: translate(0, 0);
transition: 0.3s;
&:hover {
transform: translate(0, 3px);
}
@media screen and (max-width: 768px) {
width: 100%;
padding: 8px 16px;
font-size: var(--fs-x-default);
}
}
}
.p-event-unite__form {
background: var(--color-light-gray-light);
margin-top: 48px;
h2 {
font-weight: var(--weight-bold);
font-size: var(--fs-large);
}
.p-event-unite__form-ended {
margin: 0;
font-weight: var(--weight-bold);
font-size: var(--fs-x-default);
color: var(--color-gray);
}
} .p-event-unite__heading-lead {
margin: 8px 0;
color: var(--color-black);
line-height: 2;
letter-spacing: 0.04em;
}
.p-event-unite__heading-inner.p-event-unite__heading-inner--fv {
width: 100%;
max-width: 1212px;
}
.p-event-unite__fv-block {
width: 100%;
p,
p * {
margin: 8px 0;
color: var(--color-black);
line-height: 2;
letter-spacing: 0.04em;
}
}
.p-event-unite__overview-value {
p:first-child {
margin-top: 0;
}
p:last-child {
margin-bottom: 0;
}
}
.p-event-unite__remarks {
margin-top: 8px;
}