@charset "utf-8";

/*******************************
*壁式LP
*******************************/
a:visited, a:active {
    color: #fff;
}

.page-id-59224 .l-inner{
    max-width: 1200px;
}

/* cta */
.cta-box{
    display: flex;
}

.cta-type1 p.text{
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
}

.cta-type1 .btn{
    width: 100%;
    max-width: 450px;
    margin-inline: auto;
    line-height: 1.25;
}

@media (max-width: 960px) {
    .cta-box{
        flex-direction: column;
        gap: 20px;
    }
    .cta-type1 .btn{
        font-size: 1rem;
        line-height: 1.0;
    }
}

@media (max-width: 480px) {
    .cta-type1 .btn{
        max-width: 240px;
    }
    .cta-box .btn{
        max-width: 100%;
    }
}

/* title */
.ttl-line{
    position: relative;
    font-size: 2.25rem;
    font-weight: bold;
    color: #00107D;
    text-align: center;
}

.ttl-line:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #00107D;
}

.ttl-line span {
  position: relative;
  padding: 0 2rem;
  background: #fff;
}

@media screen and (max-width: 960px) {
    .ttl-line span{
        padding: 0 1rem;
    }
}

/* table */
.table-design1 {
    border-collapse: collapse;
    width: 100%;
    min-width: 960px;
    text-align: center;
}

.table-design1 thead th {
    padding: 1em .8em;
    border-right: 1px solid #f73f13;
}

.table-design1 td {
    color: #000;
    padding: 1em;
}

.table-design1 thead th:not(:first-child) {
    background: #4d9bc1;
    color: #fff;
    font-size: 1.125rem;
    padding: 1rem;
}

.table-design1 thead th span {
    font-size: .8rem;
}

.table-design1 thead th:nth-child(2) {
    position: relative;
    color: #000;
    font-size: 1.5rem;
    background-color: #FFB300;
    border-right: 1px solid #ffb300;
}

.table-design1 thead th:nth-child(2)::before {
    content: '';
    width: 100%;
    height: 30px;
    position: absolute;
    background-color: #FFB300;
    left: 0;
    bottom: 98%;
    border-radius: 75px 75px 0 0;
}

.table-design1 thead th:nth-child(3){
    background-color: #333333;
}

.table-design1 thead th:nth-child(4){
    background-color: #535353;
}

.table-design1 tbody th, .table-design1 tbody td {
    border: 1px solid #ccc;
}

.table-design1 tbody th {
    background-color: #F2F2F2;
}

.table-design1 tbody tr:nth-child(even) th{
    background-color: #fff;
}

.table-design1 tbody td {
    background-color: #F2F2F2;
}

.table-design1 tbody tr:nth-child(even) td{
    background-color: #fff;
}

.table-design1 td:nth-child(2) {
    color: #000;
    font-weight: 700;
    background: #fef1e3;
}

@media screen and (max-width: 960px) {
    .table-scroll table{
        table-layout: fixed;
    }
}

/* hero */
.hero{
    position: relative;
}

.hero .logo{
	padding: 0rem;
	background-color: #fff;
    display: flex;
    align-items: center;
}

.hero .logo > h1{
    padding-left: 2rem;
    padding-right: 2rem;
}

.hero .jisseki{
    position: absolute;
    top: 0;
    right: 0;
}

.hero > .visual{
    height: calc(100svh - 250px);
	background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/hero-bg.jpg);
	background-repeat: no-repeat;
    background-position: center 0;
	background-size: cover;
}

.hero > .visual > .l-inner{
    position: relative;
    height: 100%;
	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{
    width: 100%;
    margin-inline: auto;
}

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

.hero .btn-container{
    position: absolute;
    bottom: 90px;
    width: 100%;
}

.hero .btn-box{
    justify-content: center;
}

.hero .btn-box > div {
    max-width: 350px;
    width: 100%;
}

@media (max-width: 1600px) {
    .hero > .visual {
        height: auto;
    }
}

@media (max-width: 1200px) {
    .hero > .visual{
        background-position: 50%;
    }
    .hero .jisseki {
        max-width: 250px;
    }
    .hero .btn-container{
        bottom: 60px;
    }
}

@media (max-width: 960px) {
    .hero .jisseki {
        display: none;
    }
    .hero .btn-box{
        flex-direction: row;
        align-items: center;
    }
}

@media (max-width: 640px) {
    .hero .btn-container {
        bottom: 45px;
    }
    .hero .btn-box{
        flex-direction: column;
        gap: 10px;
    }
    .hero .btn{
        padding-block: 0.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .hero .logo{
        height: 60px;
    }
    .hero .logo .img{
        flex: 1 0 60px;
    }
    .hero .logo h1{
        flex: 0 0 calc(100% - 60px);
        text-align: center;
    }
    .hero .logo h1 > img{
        max-width: 240px;
    }
    .hero .jisseki{
        display: block;
        max-width: 150px;
        top: 60px;
    }
    .hero > .visual{
        height: calc(100svh - 60px);
        background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/hero-bg-sp.jpg);
        background-position: 50% 0;
    }
    .hero div.img1 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hero .btn-box .btn{
        max-width: 240px;
        margin-inline: auto;
        padding-block: 0.75rem;
        font-size: 1rem;
        line-height: 1.0    ;
    }
}

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

.splide__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.splide__list{
    height: auto !important;
}

.splide__slide img {
	max-height: 100%;
	height: auto;
	width: auto;
	object-fit: contain;
}

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

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

/* about */
.about{
    position: relative;
    padding: 6.25rem 0;
    background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/bg-type1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.about .nayami{
    position: relative;
    margin-bottom: 2rem;
}

.about .nayami img{
    position: relative;
    z-index: 1000;
}

.about .nayami img.person{
    position: absolute;
    top: -150px;
    left: 0;
    width: 150px;
    z-index: 0;
    display: none;
}

.about .nayami .box{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    display: none;
}

.about .nayami .triangle {
    width: 0;
    height: 0;
    margin: 1rem auto 0;
    border-style: solid;
    border-right: 96px solid transparent;
    border-left: 96px solid transparent;
    border-top: 45px solid #ff5700;
    border-bottom: 0;
}

.about .plan,
.about .merit{
    text-align: center;
}

.about .text-orange{
    width: fit-content;
    margin: 0 auto 0.5rem;
    padding: 0.5rem 1.25rem;
    color: #FF5700;
    font-size: 1.25rem;
    font-weight: 700;
    border: 1px solid #FF5700;
    display: none;
}

.about .text{
    color: #000;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.25;
}

.about .merit .text{
    font-size: 3rem;
}

.about .merit img{
    max-width: 900px;
}

.about .cta-type1{
    position: relative;
    margin-top: 9rem;
    padding: 4.5rem 3rem 3rem;
    background-color: #fff;
    text-align: center;
    border-radius: 15px;
    box-shadow: 6px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

.about .cta-type1 div.img1{
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -50%);
    width: min(540px, 80%);
}

.about .cta-type1 div.text1{
    width: fit-content;
    margin: 0 auto 1.25rem;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
}

.about .cta-type1 div.img2{
    margin-bottom: 2.5rem;
}

.about .cta-type1 div.text2 > span:nth-child(1){
    font-size: 1.25rem;
}

.about .cta-type1 div.text2 > span:nth-child(2){
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
}

.about .cta-type1 div.text2 > span:nth-child(3){
    font-size: 2.5rem;
}

@media (max-width: 1200px) {
    .about .nayami img.person{
        display: none;
    }
    .about .merit img{
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .about .nayami .box {
        grid-template-columns: 1fr;
    }
    .about .text{
        font-size: 1.5rem;
    }
    .about .text-orange{
        width: 100%;
        font-size: 1rem;
        color: #fff;
        letter-spacing: -1px;
        background-color: #FF5700;
    }
    .about .merit .text{
        font-size: 1.5rem;
    }
    .about .cta-type1{
        margin-top: 4.5rem;
        padding: 3rem 1.75rem 3rem;
    }
    .about .cta-type1 div.text1{
        font-size: 1rem;
    }
    .about .cta-type1 div.text1 > span{
        display: block;
    }
}

/* madori */
.madori{
    padding: 6.25rem 0;
    background-image: linear-gradient(90deg, rgba(243, 28, 28, 1), rgba(255, 136, 0, 1));
}

.madori .img1{
    margin-bottom: 5rem;
}

.madori .plan{
    position: relative;
}

.madori .plan img{
    position: relative;
    z-index: 1000;
}

.madori .plan img.person{
    position: absolute;
    top: -230px;
    right: -20px;
    width: 200px;
    z-index: 0;
}

@media (max-width: 1200px) {
    .madori .img1{
        margin-bottom: 2.5rem;
    }
    .madori .plan img.person{
        display: none;
    }
}

@media (max-width: 480px) {
    .madori .img1{
        margin-bottom: 1rem;
    }
}

/* jisyakoho */
.jisyakoho h2{
    padding: 1rem;
    margin-bottom: 0;
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
}

.jisyakoho h3{
    font-size: 2rem;
}

.jisyakoho .text{
    flex-direction: column;
    padding: 4.5rem;
}

.jisyakoho .img{
    padding: 0 4.5rem 4.5rem;
}

.jisyakoho .text,
.jisyakoho .img{
    gap: 20px;
}

.jisyakoho .text > div,
.jisyakoho .img > div{
    flex: 1 0 calc(50% - 10px);
}

.jisyakoho .cta-type1{
    padding: 5rem;
    background-color: #EBEBEB;
}

.jisyakoho .cta-type1 .img{
    margin-bottom: 3rem;
    padding: 0;
}

@media (max-width: 960px) {
    .jisyakoho:not(.high-wall){
        padding-bottom: 0;
    }
}

@media (max-width: 767px) {
    .jisyakoho h2{
        font-size: 2rem;
    }
    .jisyakoho h3{
        font-size: 1.5rem;
    }
    .jisyakoho .text{
        padding: 2.25rem;
    }
    .jisyakoho .img{
        padding: 0 2.25rem 2.25rem;
    }
    .jisyakoho .cta-type1{
        padding: 3rem;
    }
}

@media (max-width: 640px) {
    .jisyakoho .img{
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .jisyakoho h2{
        font-size: 1.5rem;
    }
    .jisyakoho h3{
        font-size: 1.25rem;
        text-align: center;
    }
    .jisyakoho .text {
        padding: 1.5rem;
    }
    .jisyakoho .img {
        padding: 0 1.5rem 1.5rem;
    }
    .jisyakoho .cta-type1{
        padding: 1.5rem;
    }
}

/* smart-wall */
.smart-wall{
    padding: 6.25rem 0;
}

.smart-wall .box{
    border: 1px solid #005D73;
}

.smart-wall .box h2{
    background-color: #005D73;
}

.smart-wall .box h3{
    color: #005D73;
}

.smart-wall .hikaku{
    width: 75%;
    margin: 2.5rem auto;
}

/* space-wall */
.space-wall{
    padding: 6.25rem 0;
}

.space-wall .box{
    border: 1px solid #674498;
}

.space-wall .box h2{
    background-color: #674498;
}

.space-wall .box h3{
    color: #674498;
}

/* sky-wall */
.sky-wall{
    padding: 6.25rem 0;
}

.sky-wall .box{
    border: 1px solid #0075C2;
}

.sky-wall .box h2{
    background-color: #0075C2;
}

.sky-wall .box h3{
    color: #0075C2;
}

/* high-wall */
.high-wall{
    padding: 6.25rem 0;
}

.high-wall .box{
    border: 1px solid #1A3455;
}

.high-wall .box h2{
    background-color: #1A3455;
}

.high-wall .box h3{
    color: #1A3455;
}

/* ramenkozo */
.ramenkozo{
    padding: 6.25rem 0;
	background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/bg-type1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.ramenkozo .img1{
    position: relative;
    margin-bottom: 2rem;
}

.ramenkozo .img1 > img:not(.character){
    position: relative;
    z-index: 100;
}

.ramenkozo .img1 img.character1,
.ramenkozo .img1 img.character2{
    position: absolute;
    width: 175px;
    bottom: -2rem;
    z-index: 1;
}

.ramenkozo .img1 img.character1{
    left: 0;
}

.ramenkozo .img1 img.character2{
    right: 0;
}

.ramenkozo .card-container{
    grid-template-columns: 1fr 1fr 1fr;
}

.ramenkozo .card-body{
    gap: 0;
}

.ramenkozo .card-body > *{
    width: 100%;
}

.ramenkozo .card-item{
    background-color: #fff;
}

.ramenkozo .card-item .text{
    padding: 0;
}

.ramenkozo .card-item .text > span{
    display: block;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    background-color: #00107D;
}

.ramenkozo .card-item .text ul{
    padding: 1.5rem;
}

.ramenkozo .card-item .text ul li{
    position: relative;
    font-size: 0.9375rem;
    padding-left: 0.9375rem;
}

.ramenkozo .card-item .text ul li::before{
    content: '\f111';
    display: block;
    position: absolute;
    font-family: "Font Awesome 6 Free";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.5rem;
    font-weight: 900;
}

@media (max-width: 1200px) {
    .ramenkozo .img1 img.character1,
    .ramenkozo .img1 img.character2{
        display: none;
    }
}

@media (max-width: 960px) {
    .ramenkozo .card-container{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .ramenkozo .card-container{
        grid-template-columns: 1fr;
    }
    .ramenkozo .card-body .img{
        display: none;
    }
}

/* kohohikaku */
.kohohikaku {
    padding: 6.25rem 0;
    background-image: linear-gradient(90deg, rgba(243, 28, 28, 1), rgba(255, 136, 0, 1));
}

.kohohikaku .img1{
    margin-bottom: 5rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}

.kohohikaku .table-scroll{
    position: relative;
    overflow: unset !important;
}

.kohohikaku .table-scroll img.person{
    position: absolute;
    top: -200px;
    left: 0;
    width: 200px;
}

.kohohikaku .table-scroll table{
    position: relative;
    z-index: 100;
}

@media (max-width: 1200px) {
    .kohohikaku .table-scroll{
        overflow: auto !important;
    }
    .kohohikaku .table-scroll img.person{
        display: none;
    }
}

@media (max-width: 960px) {
    .kohohikaku .table-scroll table{
        position: static;
    }
}


@media (max-width: 767px) {
    .kohohikaku .img1{
        font-size: 1.5rem;
    }
}

/* kabeshikikoho */
.kabeshikikoho{
    padding: 6.25rem 0;
	background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/bg-type2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.kabeshikikoho .img1{
    margin-bottom: 2rem;
}

.kabeshikikoho .smart-wall-koho{
    background-color: #005D73;
}

.kabeshikikoho .space-wall-koho{
    background-color: #674498;
}

.kabeshikikoho .sky-wall-koho{
    background-color: #0075C2;
}

.kabeshikikoho .high-wall-koho{
    background-color: #1A3455;
}

.kabeshikikoho .card{
    margin-bottom: 2.5rem;
}

.kabeshikikoho .card-body{
    align-items: normal;
}

.kabeshikikoho .card .img{
    width: 175px;
    height: 175px;
}

.kabeshikikoho .card .text{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.kabeshikikoho .card .text span{
    display: block;
    font-size: 1rem;
}

@media (max-width: 1200px) {
    .kabeshikikoho .card .img {
        width: 125px;
        height: 125px;
    }
    .kabeshikikoho .card .text{
        font-size: 1.25rem;
    }
}

@media (max-width: 960px) {
    .kabeshikikoho .card-container{
        grid-template-columns: 1fr;
    }
    .kabeshikikoho .card .img {
        width: 200px;
        height: 200px;
    }
    .kabeshikikoho .card .text{
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .kabeshikikoho .card .img {
        width: 125px;
        height: 125px;
    }
    .kabeshikikoho .card .text{
        font-size: 1.5rem;
    }
    .kabeshikikoho .card .text span{
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .kabeshikikoho .card-body{
        align-items: center;
        gap: 0;
    }
    .kabeshikikoho .card .img {
        width: 100px;
        height: 100px;
    }
    .kabeshikikoho .card .text{
        font-size: 1.125rem;
    }
    .kabeshikikoho .card .text span{
        letter-spacing: -1.5px;
    }
}

/* costdown */
.costdown{
    padding: 6.25rem 0;
}

.costdown div.flex-box{
    margin-bottom: 2rem;
    align-items: center;
}

.costdown div.flex-box > .text{
    flex: 1 0 calc(100% - 240px);
}

.costdown div.flex-box > .text span{
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.25;
}

.costdown div.flex-box > .text span:nth-child(2){
    margin-bottom: 1.5rem;
}

.costdown div.flex-box > .img {
    width: 240px;
}

.costdown .table p:first-of-type{
    padding: 0.5rem 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
    color: #fff;
    background-color: #00107D;
    text-align: center;
}

.costdown .table p.hosoku{
    text-align: right;
}

.costdown table{
    width: 100%;
    border: solid #B2B2B2;
    border-width: 1px 0 0 1px;
    border-collapse: collapse;
    /* table-layout: fixed; */
}

.costdown table th {
    width: 315px;
    font-weight: normal;
    background: rgb(244, 244, 248);
    border-style: solid;
    border-color: rgb(178, 178, 178);
    border-image: initial;
    border-width: 0px 1px 1px 0px;
    padding: 16px 5px;
    font-size: 1.25rem;
    text-align: center;
}

.costdown table td {
    border: 1px solid #B2B2B2;
    border-width: 0 1px 1px 0;
    padding: 20px 5px;
    text-align: center;
}

.costdown table td > span.red{
    color: red;
    font-size: 1.25rem;
    font-weight: 700;
}

@media (max-width: 960px) {
    .costdown div.flex-box > .img{
        display: none;
    }
}

@media (max-width: 767px) {
    .costdown table{
        width: 200%;
    }
}

@media (max-width: 480px){
    .costdown div.flex-box > .text span{
        display: inline;
    }
    .costdown div.flex-box > .text img{
        margin-top: 1rem;
    }
    .costdown .table p{
        font-size: 1rem;
    }
}

/* hibiware */
.hibiware{
    padding: 6.25rem 0;
	background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/bg-type3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.hibiware .img1{
    margin-bottom: 2rem;
}

.hibiware .point{
    margin-bottom: 2rem;
    text-align: center;
}

.hibiware .point.sp{
    display: none;
}

.hibiware .card{
    margin-bottom: 1.5rem;
}

.hibiware .card > .card-container{
    grid-template-columns: 1fr;
}

@media (max-width: 767px){
    .hibiware .card-body{
        flex-direction: column;
    }
    .hibiware .card-body .text{
        padding: 0;
    }
}

@media (max-width: 480px){
    .hibiware{
        background-position: center;
    }
    .hibiware .point{
        display: none;
    }
    .hibiware .point.sp{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
}

/* results */
.results{
    padding: 6.25rem 0;
}

.results h2{
    margin-bottom: 4.5rem;
}

.results > .gallery-container{
    margin-top: 2.5rem;
    padding: 1rem;
    max-width: 100%;
}

@media (max-width: 1200px) {
    .results > .gallery-container{
        width: 88.8888%;
        padding: 0;
    }
}

@media (max-width: 960px) {
    .results{
        padding-bottom: 0;
    }
    .results > .gallery-container{
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px){
    .results h2{
        margin-bottom: 2rem;
    }
}

/* partners-list */
.partners-list{
    padding: 6.25rem 0;
}

.partners-list h2{
    margin-bottom: 4.5rem;
}

@media (max-width: 480px){
    .partners-list{
        padding-bottom: 3.125rem;
    }
    .partners-list h2{
        margin-bottom: 2rem;
    }
}

/* contact cta */
.contact{
    margin-top: 5rem;
	padding-block: 6.875rem;
	color: #fff;
	background-image: url(https://sakura-kozo.jp/wp-content/themes/sakura_pc/img/lp/wall/contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}

.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 .btn{
    max-width: 450px;
    margin-inline: auto;
}

.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: 960px){
    .contact div.text > span {
        display: inline;
        letter-spacing: -0.5px;
    }
}

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

@media (max-width: 480px){
    .contact{
        margin-top: 44.0625px;
    }
    .contact .speech-bubble{
        top: -88.125px;
    }
    .contact .speech-bubble > div{
        padding: 1rem;
        font-size: 0.9375rem;
        line-height: 1.25;
    }
    .contact .btn{
        max-width: 240px;
        font-size: 1rem;
        line-height: 1.0;
    }
}
