/*************************
/* LP AD CSS
*************************/
/* layout */
#lp_contents{
	padding: 0 !important;
}

#lp_contents > .post_content > div:not(.hero){
    padding-block: 6.875rem;
}

.l-inner{
	width: 1024px;
	margin-inline: auto;
}

@media (max-width: 1024px) {
    .l-inner{
        margin: 0 60px;
        width: auto;
    }
}

@media (max-width: 950px) {
    #lp_contents {
        margin:0 0px;
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .lp_content {
        padding:70px 0;
    }
    .lp_content .post_content {
        margin:0 60px;
    }
    .lp_content .link_button {
        margin-top:70px;
    }
}

@media (max-width: 750px) {
    #lp_contents > .post_content > div:not(.hero){
        padding-block: 3.4375rem;
    }
    .l-inner{
        margin: 0 20px;
    }
}

/* title */
.post_content h2{
	margin-top: 0;
    font-size: 2.75rem;
}

.ttl-type1 {
  position: relative;
  padding: 0 65px;
  font-size: 2rem;
  color: #013E7B;
  text-align: center;
}

.ttl-type1:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #013E7B;
  z-index: 1;
}

.ttl-type1 > span {
  position: relative;
  padding: 0 1em;
  display: inline-block;
  background-color: #fff;
  z-index: 100;
}

.ttl-type2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5rem;
}

.ttl-type2::before,
.ttl-type2::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #013E7B;
}

.ttl-type2::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

.ttl-type2::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.ttl-color1{
	padding: 1.25rem !important;
	color: #fff;
	background-color: #013E7B;
}

@media (max-width: 750px) {
    .post_content h2{
        font-size: 2rem;
    }
    .post_content h2 + p{
        font-size: 1.125rem !important;
    }
    .ttl-type1:before{
        content: none;
    }
    .ttl-type1 > span{
        display: block;
        padding-inline: 0;
    }
    .ttl-type2{
        display: block;
    }
    .ttl-type2::before,
    .ttl-type2::after {
        content: none;
    }
}

/* btn */
.btn{
	position: relative;
	display: block;
    color: #fff !important;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
}

.btn::after{
	content: '\e946';
    display: block;
    position: absolute;
    font-family: 'design_plus';
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
	font-size: 1.75rem;
    font-weight: 500;
}

.btn.green{
	background: linear-gradient(178deg, rgba(61, 212, 24, 1), rgba(59, 129, 42, 1));
}

.btn.green:hover{
    background: linear-gradient(178deg, rgba(61, 212, 24, 1), rgba(61, 212, 24, 1));
}

.btn.orange{
	background: linear-gradient(178deg, rgba(255, 146, 97, 1), rgba(177, 55, 0, 1));
}

.btn.orange:hover{
    background: linear-gradient(178deg, rgba(255, 146, 97, 1), rgba(255, 146, 97, 1));
}

.btn-container{
    container-name: btn-container;
    container-type: inline-size;
}

.btn-box{
	gap: 20px;
}

.btn-box > div{
	flex: 1 0 calc(50% - 10px)
}

.btn-box div.text{
	margin-bottom: 1rem;
    line-height: 1.75;
}

.btn-box div.text > span{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
}

.btn-box div.text > span::before,
.btn-box div.text > span::after {
	content: '';
	width: 3px;
	height: 40px;
	background-color: #fff;
}

.btn-box div.text > span::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}

.btn-box div.text > span::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

@container btn-container (max-width: 830px) {
    .contact div.text > span{
        font-size: 1rem;
    }
}

@container btn-container (max-width: 740px) {
    .btn-box{
        flex-direction: column;
        gap: 40px;
    }
    .hero .btn-box{
        gap: 20px;
    }
}

@media (max-width: 750px) {
    .btn-box div.text > span{
        display: block;
    }
    .btn-box div.text > span::before,
    .btn-box div.text > span::after {
        content: none;
    }
}

@media (max-width: 480px) {
    .btn{
        font-size: 1.25rem;
    }
}

/* card */
.card-container{
    container-name: card-container;
    container-type: inline-size;
}

.card > div.flex-box {
    justify-content: center;
}

.card-item{
    flex: 1;
    border: 1px solid #013E7B;
}

.card-item:nth-child(even){
    margin-inline: -1px;
}

.card-item .img{
    line-height: 0;
    border-bottom: 1px solid #ddd;
}

.card-item .text{
    padding: 2.5rem;
}

.card-item .text h3{
    padding: 0.5rem 1.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
    color: #013E7B;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.0;
    border-left: 4px solid #013E7B;
}

.card-item .text h3 + p{
    line-height: 1.75;
}

@media (max-width: 1024px) {
    .card{
        margin: 0 60px;
        width: auto;
    }
    .card > div.flex-box {
        flex-wrap: wrap;
    }
    .card-item{
        flex: 0 0 calc(50% - 2px) !important;
    }
    .card-item:nth-child(even){
        margin-inline: -1px 0;
    }
    .card-item:nth-child(n+3){
        border-top: transparent;
    }
    .card-item > .text {
        padding: 1.75rem;
    }
    .card-item > .text h3 {
        padding-inline: 1rem;
        font-size: 1.375rem !important;
    }
}

@media (max-width: 750px){
    .card{
        margin: 0 20px;
    }
    .card > div.flex-box{
        flex-direction: column;
    }
    .card-item:first-child{
        border-bottom: transparent
    }
    .card-item:nth-child(even){
        margin-inline: 0;
    }
}

/* hero */
.hero .logo{
	padding: 1rem;
	background-color: #fff;
}

.hero .logo > img{
	max-width: 20%;
}

.hero > .visual{
	background-image: url(https://rebld.jp/wp-content/uploads/2025/12/lp-hero-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.hero > .visual > .l-inner{
	padding-block: 2.8125rem;
	text-align: center;
}

.hero p.text1{
    margin-bottom: 0;
    color: #fff;
    font-size: 2.75rem;
    font-weight: 600;
    letter-spacing: -2.5px;
    line-height: 1.5;
}

.hero div.img1{
	margin-bottom: 0.9375rem;
    width: 70%;
    margin-inline: auto;
}

.hero div.img2{
	margin-bottom: 0.9375rem;
    width: 58%;
    margin-inline: auto;
}

.hero div.img3{
    max-width: 840px;
    margin-inline: auto;
	margin-bottom: 0.9375rem;
}

.hero h1{
    margin: 0 0 0.9375rem;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    border-bottom: 2px solid #fff;
    width: fit-content;
    margin-inline: auto;
    padding: 0.25rem;
    line-height: 1.0;
}

@media (max-width: 950px) {
    .hero .l-inner{
        margin: 0 60px;
    }
    .hero .logo > img{
        max-width: 40%;
    }
}

@media (max-width: 750px) {
    .hero .l-inner{
        margin: 0 20px;
    }
    .hero p.text1{
        font-size: 1.75rem;
    }
    .hero div.img1{
        margin-bottom: 1rem;
    }
    .hero div.img2{
        margin-bottom: 1rem;
        width: 72%;
    }
    .hero div.img2 > img{
        max-width: 80%;
    }
    .hero h1{
        margin-bottom: 1rem;
        font-size: 1.125rem;
        letter-spacing: -1px;
    }
    .hero .btn-box{
        /* flex-direction: row; */
        gap: 10px;
    }
    .hero .btn{
        padding: 1rem 1.25rem;
        font-size: 1rem;
    }
    .hero .btn::after{
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .hero p.text1{
        font-size: 1.375rem;
    }
    .hero div.img1 {
        width: 80%;
        margin-bottom: 0.5rem;
    }
    .hero div.img2 {
        width: 83%;
    }
    .hero h1 {
        font-size: 1rem;
    }
    .hero .logo > img{
        max-width: 75%;
    }
}

/* partners */
.partners{
    padding-block: 2rem !important;
}

.splide__slide {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	justify-content: center; /* 横方向の中央揃え */
}

.splide__slide img {
	max-height: 100%; /* 必要に応じて高さの上限を設定 */
	height: auto;
	width: auto;
	object-fit: contain; /* 画像全体を表示 */
}

.partners p.text{
    padding-inline: 1rem;
    margin-top: 1.75rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    text-align: center;
}

@media (max-width: 480px) {
    .partners{
        padding-block: 1rem !important;
    }
}

/* about */
.about{
    background-image: url(https://rebld.jp/wp-content/uploads/2025/12/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about h2{
    font-size: 3rem;
    color: #fff;
}

.about h2 > span{
    margin-inline: 0.5rem;
    padding: 0.25rem;
    color: #013E7B;
    background-color: #fff;
}

.about .worries{
    margin-bottom: 5rem;
    gap: 20px;
}

.about .worries > div{
    flex: 1 0 calc(50% - 10px);
    align-items: center;
    padding: 1.25rem;
    background-color: #fff;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.about .worries-box > div.img{
    width: 70px;
    text-align: center;
}

.about .worries-box > div.text{
    flex: 0 1 calc(100% - 70px);
    padding-left: 1.75rem;
    font-size: 1.25rem;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5;
    box-sizing: border-box;
}

.about .worries-box > div.text span.color{
    color: #0B6D9F;
}

.about div.check{
    gap: 10px;
}

.about div.check > div{
    flex: 1 0 calc(25% - 8px);
    padding: 0.5rem;
    box-sizing: border-box;
    /* height: 150px; */
    background-color: #fff;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.about div.check > div > div.text{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

.about div.check > div > div.text > span{
    display: none;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}

.about div.check > div > div.text > span i.fa-circle{
    color: #013E7B;
}

.about div.check > div > div.text > span i.fa-check{
    color: #fff;
}

.about .kaiketsu{
    position: relative;
    margin-top: 5rem;
}

.about .kaiketsu > div.arrow{
    position: absolute;
    top: -70px;
    left: 50%;
    font-size: 6rem;
    transform: translateX(-50%);
}

.about .kaiketsu > div.arrow i{
    color: #FF0000;
}

.about .kaiketsu > div.img{
    padding: 1.5rem;
    background-color: #fff;
    line-height: 0;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    text-align: center;
}

@media (max-width: 1024px){
    .about .worries-box > div.text{
        flex: 1;
        font-size: 1rem;
    }
    .about .worries-box > div.text br{
        display: none;
    }
    .about .worries-box > div.img {
        max-width: 90px;
        width: 100%;
    }
    .about .worries-box > div.img img{
        max-width: 100%;
    }
    .about div.check > div{
        height: auto;
    }
    .about div.check > div > div.text br{
        display: none;
    }
}

@media (max-width: 750px){
    .about h2{
        font-size: 2rem;
    }
    .about .worries{
        flex-direction: column;
        margin-bottom: 2.5rem;
    }
    .about div.check > div {
        flex: 1 0 calc(50% - 8px);
    }
}

@media (max-width: 480px){
    .about div.check{
        flex-direction: column;
    }
    .about .kaiketsu > div.img{
        padding-inline: 0;
    }
}

/* taishin */
.taishin{
    padding-block: 6.875rem 0 !important;
}

.taishin h2 + p{
    margin-bottom: 2.5rem !important;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: center;
}

.taishin h2 + p > span{
    display: block;
}

.taishin .card-item > .text h3{
    font-size: 1.625rem;
}

.taishin .cost{
    margin-top: 1.75rem;
}

.taishin .cost > div.img{
    position: relative;
    padding: 2.5rem 1.5rem;
    background-color: #FFE8E8;
    text-align: center;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.taishin .cost > div.img::after{
    content: '';
    position: absolute;
    margin: 0;
    top: -45px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 62px solid #ffe8e8;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    transform: rotate(150deg);
}

.taishin .cost > div.text{
    margin-top: 1rem;
    font-size: 0.85rem;
    text-align: center;
}

.taishin .case{
    margin-top: 5rem;
    border: 1px solid #013E7B;
}

.taishin .case .left{
    position: relative;
    flex: 0 0 auto;
    padding: 1.5rem;
    color: #fff;
    background-color: #013E7B;
}

.taishin .case .left > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 1.25rem;
    font-weight: 700;
}

.taishin .case .right{
    flex: 1 1 auto;
    padding: 1.5rem;
}

.taishin .case ul{
    margin-left: 5rem;
}

.taishin .case ul li{
    position: relative;
    list-style: none;
    font-weight: 700;
}

.taishin .case ul li > span{
    font-size: 0.65rem;
}

.taishin .case ul li i.fa-circle{
    color: #FF0000;
}

@media (max-width: 1024px){
    .taishin .case ul {
        margin-left: 0rem;
    }
    .taishin .card-item:nth-child(2){
        order: 3;
    }
}

@media (max-width: 750px){
    .taishin{
        padding-bottom: 5rem !important;
    }
    .taishin .case > div.flex-box{
        flex-direction: column;
    }
    .taishin .case{
        margin-top: 2.5rem;
    }
    .taishin .case ul{
        max-width: 370px;
        margin-inline: auto;
    }
    .taishin .case ul li:not(:last-child){
        margin-bottom: 1rem;
    }
}

@media (max-width: 480px){
    .taishin h2 + p > span{
        display: inline;
    }
    .taishin .cost > div.img{
        padding: 1.75rem 0.75rem;
    }
}

/* onestop */
.onestop h2 > span{
    color: #000;
}

.onestop h2 + p{
    margin-bottom: 2.5rem !important;
    font-size: 1.25rem;
    line-height: 1.75;
    text-align: center;
}

.onestop h2 + p > span{
    display: block;
}

.onestop .card-container{
    margin-bottom: 2.5rem;
}

.onestop .card-item{
    flex: 0 0 calc(20% - 2px);
}

.onestop .card-item > .text{
    padding: 1.75rem;
}

.onestop p.text1{
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.onestop p.text2{
    padding: 1.5rem;
    font-weight: 600;
    color: #fff;
    font-size: 1.125rem;
    background-color: #000;
    line-height: 1.5;
    text-align: center;
}

@media (max-width: 950px){
    .onestop h2 > span br{
        display: none;
    }
}

/* plan */
.plan{
	background-color: #E8EBEE;
}

.plan h2{
	margin: 0;
    font-size: 1.625rem;
}

@media (max-width: 950px){
    .plan h2{
        font-size: 1.25rem;
    }
}

/* simulation */
.simulation .box{
    position: relative;
    padding: 2.5rem;
    border: 1px solid #013E7B;
}

.simulation .box::before,
.simulation .box::after{
    content: '';
    position: absolute;
    top: -1px;
    display: block;
    width: 90px;
    height: 1px;
    background-color: #013E7B;
    z-index: 100;
}

.simulation .box::before{
    left: 0;
}

.simulation .box::after{
    right: 0;
}

.simulation h2{
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    font-size: 1.5rem;
    background-color: #fff;
}

.simulation h2.type2::before,
.simulation h2.type2::after {
    background-color: #013E7B;
}

.simulation h2 > span{
    font-size: 2rem;
    color: #013E7B;
}

.simulation h2 + p{
    margin-top: 2rem;
    font-size: 1.125rem;
    line-height: 2.0;
    text-align: center;
}

.simulation h2 + p > span{
    display: block;
}

.simulation .img{
    margin-bottom: 2.5rem;
}

.simulation .cta{
    padding: 2rem;
    background-color: #FFFFB8;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.simulation .cta p.ttl-type2{
    margin-bottom: 1rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.simulation .cta p.ttl-type2 > span{
    color: #013E7B;
}

.simulation .cta .btn{
    max-width: 750px;
    margin: 0 auto 1rem;
    font-size: 1.75rem;
}

.simulation .cta .btn + p{
    font-size: 0.9375rem;
    text-align: center;
}

@media (max-width: 750px) {
    .simulation .box{
        padding: 0;
    }
    .simulation h2{
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        font-size: 1.25rem;
        background-color: #013E7B;
        color: #fff;
        padding: 1.25rem;
        box-sizing: border-box;
    }
    .simulation h2 > span{
        color: #ff9261;
        font-size: 1.25rem;
    }
    .simulation h2 + p,
    .simulation .img{
        padding-inline: 1.5rem;
    }
    .simulation h2 + p{
        text-align: left !important;
    }
    .simulation h2 + p > span {
        display: inline;
    }
    .simulation .cta{
        padding: 1rem;
    }
    .simulation .cta p.ttl-type2{
        font-size: 1rem;
    }
    .simulation .cta .btn{
        font-size: 1rem;
    }
    .simulation .cta .btn::after{
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .simulation h2 + p{
        font-size: 1rem !important;
    }
}

/* jirei */
.jirei{
	background-color: #E8EBEE;
}

.jirei h2{
	color: #013E7B;
}

.jirei .box:not(:last-child){
	margin-bottom: 2.5rem;
}

.jirei .box > h3{
	margin-top: 0;
	margin-bottom: 0;
    padding: 1rem;
    line-height: 1.0;
	background-color: #013E7B;
    text-align: center;
}

.jirei .box > div{
	padding: 2.5rem;
	background-color: #fff;
}

.jirei .box > div > p{
	line-height: 1.5;
	text-align: center;
}

.jirei .box > div > p > span{
	display: block;
    font-size: 1.875rem;
    font-weight: 700;
}

.jirei .box > div > div.flex-box{
	justify-content: center;
	gap: 20px;
}

@media (max-width: 750px) {
    .jirei .box > div{
        padding: 2rem;
    }
}

@media (max-width: 480px) {
    .jirei .box > div {
        padding: 1.5rem;
    }
}

/* sekkei */
.sekkei h2{
	margin-bottom: 0;
    font-size: 1.625rem;
}

.sekkei .box{
	padding: 2.5rem;
	border: 1px solid #013E7B;
}

.sekkei .box > p{
    font-size: 1.125rem;
    line-height: 2.0;
}

.sekkei .box p > span{
	display: block;
}

.sekkei .case-img1{
    align-items: center;
    margin-bottom: 1rem;
}

.sekkei .case-img1 > *,
.sekkei .case-img2 > *{
    position: relative;
    width: 50%;
}

.sekkei .case-img2 > p.notes-text{
    width: 100%;
}

.sekkei [class^="case-"] img{
    vertical-align: bottom;
}

.sekkei [class^="case-"] > div.img::before{
    content: '';
    position: absolute;
    bottom: 75px;
    right: 25px;
    display: block;
    width: 1px;
    height: 1px;
    padding: 0.5rem;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    background-color: #00a040;
    border: 2px solid #00a040;
    border-radius: 50%;
    line-height: 1.5rem;
}

.sekkei [class^="case-"] > div.img::after{
    content: '';
    position: absolute;
    right: 30px;
    bottom: 0;
    display: block;
    width: 4px;
    height: 75px;
    color: #fff;
    text-align: center;
    border-left: 4px solid #00a040;
}

.sekkei .case-img1 > div.img::before{
    top: 50%;
    left: 37%;
    transform: translate(0%, -50%);
}

.sekkei .case-img1 > div.img::after{
    top: 50%;
    left: 37%;
    width: 100%;
    height: 4px;
    border: transparent;
    background-color: #00a040;
    transform: translate(0%, -50%);
}

.sekkei [class^="case-"] p.notes-text {
    box-sizing: border-box;
    padding: 1rem;
    background-color: #f3f2e8;
    line-height: 1.5;
}

@media (max-width: 750px) {
    .sekkei .box{
        padding: 2rem;
    }
    .sekkei .box > p{
        text-align: left !important;
    }
    .sekkei .box p > span{
        display: inline;
    }
}

@media (max-width: 550px) {
    .sekkei .case-img1 > * {
        width: 100%;
    }
    .sekkei [class^="case-"] > div.img::before {
        padding: 0.25rem;
    }
    .sekkei .case-img1 > div.img::before {
        top: auto;
        bottom: 42px;
        left: 37.25%;
    }
    .sekkei .case-img1 > div.img::after {
        display: block;
        width: 1px;
        height: 50px;
        top: auto;
        left: 38%;
        bottom: -25px;
        border-left: 4px solid #00a040;
        text-align: center;
    }
    .sekkei .case-img2 > div.img::before {
        bottom: 35px;
    }
    .sekkei .case-img2 > div.img::after {
        right: 26px;
        height: 35px;
    }
}

@media (max-width: 480px) {
    .sekkei h2{
        font-size: 1.25rem;
    }
    .sekkei .box{
        padding: 1.5rem;
    }
    .sekkei .box > p {
        font-size: 1rem;
    }
}

/* company */
.company{
	background-color: #E9E9E9;
}

.company h2{
	margin-bottom: 5.625rem;
}

.company h2 span{
	background-color: #E9E9E9;
}

.company div.flex-box{
	gap: 20px;
	margin-bottom: 6.25rem;
}

.company div.flex-box > div.img{
	flex: 0 0 300px;
}

.company div.flex-box > div.img div{
	margin-top: 1.625rem;
	color: #013E7B;
	font-weight: 700;
	text-align: center;
}

.company dl dt{
	width: 210px;
}

.company dl dd{
	width: calc(100% - 210px);
	background-color: #fff;
}

@media (max-width: 750px) {
    .company{
        padding-bottom: 6.875rem !important;
    }
    .company h2{
        margin-bottom: 2rem;
    }
    .company div.flex-box {
        flex-direction: column;
        margin-bottom: 3.125rem;
    }
    .company div.flex-box > div.img{
        text-align: center;
    }
}

@media (max-width: 480px){
    .company .tcd_co_data{
        flex-direction: column;
        text-align: center;
    }
    .company dl dt,
    .company dl dd {
        width: 100%;
    }
}

/* contact cta */
.contact{
    position: relative;
	padding-block: 6.875rem;
	color: #fff;
	background-image: url(https://rebld.jp/wp-content/uploads/2025/12/lp-contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.contact > .l-inner{
	position: relative;
}

.contact .speech-bubble{
	position: absolute;
    width: 100%;
    border: 4px solid #013E7B;
    top: -160px;
	left: 0;
	box-sizing: border-box;
}

.contact .speech-bubble::after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 30px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.contact .speech-bubble > div{
    padding: 2rem;
    color: #000;
    font-size: 1.75rem;
	font-weight: 700;
    text-align: center;
    background-color: #fff;
}

.contact .speech-bubble > div > span.bg-color{
	display: block;
    max-width: 230px;
    margin: 0 auto 1rem;
    padding: 0.75rem 1rem;
    color: #fff;
    font-size: 1.25rem;
    background-color: #013E7B;
    text-align: center;
}

.contact .speech-bubble > div > span.color{
	color: #013E7B;
}

.contact.cta .speech-bubble > div > span.color{
	display: block;
	margin-bottom: 0.5rem;
}

.contact.cta{
    margin-top: 10rem;
}

.contact.cta .speech-bubble{
	top: -220px;
}

.contact.cta .speech-bubble span.small{
    font-size: 1rem;
}

.contact .logo{
	margin-top: 6.875rem;
	text-align: center;
}

.contact .copyright {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: max-content;
}

@media (max-width: 750px){
    .contact{
        padding-block: 3.4375rem;
    }
    .contact .speech-bubble{
        top: -120px;
    }
    .contact .speech-bubble > div{
        padding: 1.5rem;
        font-size: 1.375rem;
    }
    .contact.cta{
        margin-top: 7.5rem;
    }
    .contact.cta .speech-bubble{
        top: -190px;
    }
    .contact .logo{
        margin-top: 3.4375rem;
    }
}

@media (max-width: 480px){
    .contact .speech-bubble{
        top: -120px;
    }
    .contact .speech-bubble > div{
        padding: 1.375rem;
        font-size: 1.25rem;
        line-height: 1.25;
    }
    .contact.cta div.text{
        text-align: center;
    }
    .contact.cta .speech-bubble > div > span.color{
        display: inline;
    }
}
