@charset "utf-8";
/*****共通*****/
#topMain{
	position: relative;
}
.key-wrap {
    background: url(../images/top/key_img01.jpg) no-repeat top / cover;
    height: 100vh;
    position: relative;
}
.topKeyimages {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
h1,h2,p{
	font-family: "Noto-Sans","Noto Sans Japanese", "sans-serif";
}
.bold{
	font-weight: bold;
}

/*スライダー*/
.sec1 .slider {
	margin-top: 6em;
}
.slider {
  position: relative;
	margin-bottom: 40px;
	
}
.slider li {
  padding: 0 20px;
}
.slider li .img {
  margin-bottom: 30px;
  overflow: hidden;
}
.slider li .img {

}

.slider li .img img {
  transition: transform 0.6s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider li .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
h1,h2,p{
	font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;
}
}

/*****共通end*****/

.sec1 {
  background: url("../images/top/bg-blue.png") repeat-y top / cover;
  width: 100%;
	padding: 30px 0;
	position: relative;
	margin-top: 76em;
}
.sec1::before {
position: absolute;
    content: "";
    background: url(../images/top/before-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    top: -220px;
    left: 0;
    z-index: 20;
	background-size: cover;
}
.sec1::after {
    position: absolute;
    content: "";
    background: url(../images/top/after-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    bottom: -230px;
    left: 0;
    z-index: 20;
	background-size: cover;
}
.sec1 .wrap{
	max-width: 100%;
	overflow: hidden;
	position: relative;
	color: #fff;
	z-index: 30;
}
.sec1 .position{
	position: absolute;
	top: -365px;
	z-index: 30;
}
.sec1 .flex{
    justify-content: space-evenly;
    margin: 0 auto;
    margin-bottom: 6em;
    margin-top: 20px;
    flex-wrap: wrap;
    max-width: 1100px;
}
.sec1 h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    font-family:Meiryo, "sans-serif";
	line-height: 120px;
	    padding-top: 2em;
}
.sec1 h4{
	font-size: 35px;
    font-weight: bold;
    color: #fff;
    font-family:Meiryo, "sans-serif";
	margin-bottom: 20px;
}
.sec1 p.center-txt{
	width: fit-content;
	margin: 0 auto;
	font-size: 18px;
	line-height: 40px;
}
.sec1 .onestop{
	position: relative;
}
.sec1 .onestop::after {
    position: absolute;
    content: "ワンストップ";
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    font-family: Meiryo, "sans-serif";
    line-height: 120px;
    bottom: -50px;
    left: 38%;
}

@media screen and (min-width: 768px) {
.sec1 .wrap{
	max-width: 1280px;
	padding: 0;
	position: relative;
}

}

@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec1{
		margin-top: 70em;
	}
	.sec1 h1 {
        font-size: 45px;
    }
	.sec1 .position {
    position: absolute;
    top: -255px;
    z-index: 30;
}
	.sec1::before {
    position: absolute;
    content: "";
    background: url(../images/top/before-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    top: -100px;
    left: 0;
    z-index: 20;
    background-size: contain;
}
.sec1::after {
    position: absolute;
    content: "";
    background: url(../images/top/after-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    bottom: -230px;
    left: 0;
    z-index: 20;
    background-size: contain;
}
}
@media screen and (max-width: 767px) {
	.sec1 h1,
	.sec1 h4,
	.sec1 .onestop::after{
		font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;
	}
	.sec1 {
    margin-top: 45em;
	padding: 50px 0;
}
	.sec1::before {
    position: absolute;
    content: "";
    background: url(../images/top/before-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    top: -45px;
    left: 0;
    z-index: 20;
    background-size: contain;
}
	.sec1::after{
		background-size: contain;
	}
	.sec1 .position {
        position: absolute;
        top: -85px;
        z-index: 30;
        left: -30px;
        width: 100%;
}
	.sec1 p.center-txt {
    width: fit-content;
    margin: 0 auto;
    font-size: 15px;
    line-height: 28px;
}
	.sec1 h1{
	font-size: 20px;
	padding-top: 60px;
	line-height: 50px;
}
	.sec1 h4{
	font-size: 23px;
	}
	.sec1 .onestop {
    position: relative;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.sec1 .onestop::after {
        position: absolute;
        content: "ワンストップ";
        font-size: 25px;
        font-weight: bold;
        color: #fff;
        font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;
        line-height: 120px;
        bottom: -65px;
        left: 19%;
    
}
	.sec1 .flex{
		flex-wrap: wrap;
        display: flex;
        margin-bottom: 4em;
	}
.sec1 .flex li {
        width: 45%;
        padding: 5px 0;
    }
}



.sec2{
	background: url("../images/top/bg-business.jpg") no-repeat center;
	position: relative;
	padding-top: 40em;
    padding-bottom: 40em;
	background-attachment: fixed;
	background-size: cover;
}
.sec2 .ttl{
	display: flex;
	flex-direction: column;
    width: fit-content;
}
.sec2 h1{
	font-size: 120px;
	font-weight: bold;
	color: #fff;
	font-family: Helvetica;
	line-height: 120px;
}


@media screen and (max-width: 767px) {
	.sec2 {
		background: url("../images/top/bg-businessSP.jpg") no-repeat center;
		padding-top: 10px;
		
	}

}



.sec3{
	background: url("../images/top/bg-blue-sec3.png") repeat-y top / cover;
	padding: 0;
	position: relative;
}
.sec3::before {
position: absolute;
    content: "";
    background: url(../images/top/before-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    top: -150px;
    left: 0;
    z-index: 20;
	background-size: cover;
}
	.sec3 .wrap{
	max-width: 90%;
	background: linear-gradient(to left, #FBFBFB 0%, #FBFBFB 60%, #EEEEEE 0%, #EEEEEE 0%);
	margin-left: 0;
	position: relative;
	z-index: 30;
	padding: 150px 0px 80px 30px;
	border-radius: 0 80px 80px 0;
}
.sec3 .wrap .column li.flex{
	/*justify-content: space-evenly;*/
	align-items: center;
	margin-bottom: 7em;
}
.sec3 h2{
	color: #0c77bb;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: -1px;
}
.sec3 h3{
    font-family: Meiryo, "sans-serif";
    font-size: 35px;
    font-weight: bold;
	padding: 20px 0;
}
.sec3 .wrap .column li p{
	font-size: 18px;
	line-height: 40px;
	letter-spacing: -1px;
}

@media screen and (min-width: 768px) {
    .sec3 .wrap {
        transform: translateY(-16em);
    }
.sec3 .wrap .column li .txt{
	padding-left: 7em;
	width: 40%;
}
	.sec3 .wrap .column li:first-child,
	.sec3 .wrap .column li:nth-child(3){
		
	}
	.sec3 .wrap .column li:nth-child(2),
	.sec3 .wrap .column li:last-child{
		justify-content: flex-end;
	}
	.sec3 .wrap .column li:first-child .img,
	.sec3 .wrap .column li:nth-child(3) .img{
		padding-left: 10em;
	}
	.sec3 .wrap .column li:nth-child(2) .img,
	.sec3 .wrap .column li:last-child .img{
		padding-right: 10em;
	}
	.sec3 .wrap .column li:nth-child(2) .txt,
	.sec3 .wrap .column li:last-child .txt{
                width: 46%;
        padding-right: 5em;

	}
}
@media screen and (min-width: 768px) and (max-width: 1680px){
	.sec3 h2{
		font-size: 30px;
	}
	.sec3 .wrap .column li:nth-child(2) .img, .sec3 .wrap .column li:last-child .img {
        padding-right: 4em;
    }
	.sec3 .wrap .column li:first-child .img, .sec3 .wrap .column li:nth-child(3) .img {
        padding-left: 5em;
    }
}
@media screen and (min-width: 768px) and (max-width: 1380px){
    .sec3 .wrap .column li:first-child .img, .sec3 .wrap .column li:nth-child(3) .img {
        padding-left: 2em;
    }
	    .sec3 .wrap .column li .txt {
        padding-left: 5em;
        width: 70%;
    }
	}
@media screen and (max-width: 767px) {
	.sec3{
		padding: 0;
		padding-top: 0;
		height: 100%;
	}
	.sec3::before {
    position: absolute;
    content: "";
    background: url(../images/top/before-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    top: -40px;
    left: 0;
    z-index: 20;
    background-size: contain;
}
	.sec3 .wrap {
    max-width: 92%;
    background: linear-gradient(to left, #FBFBFB 0%, #FBFBFB 60%, #EEEEEE 0%, #EEEEEE 0%);
    margin-left: 0;
    position: relative;
    z-index: 30;
    padding: 60px 20px 60px 30px;
    border-radius: 0 30px 30px 0;
		        transform: translateY(-6em);
}
	.sec3 h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.sec3 h3{
		padding-bottom: 0;
		font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;
			font-weight: 500;
	}
	.sec3 .wrap .column li.flex{
		margin-bottom: 5em;
	}
	.sec3 .wrap .column li p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
}
	.sec3 .wrap .column li:nth-child(2),
	.sec3 .wrap .column li:last-child{
		display: flex;
		flex-direction: column-reverse;
	}
	.sec3 .wrap .column li .img{
		margin-bottom: 20px;
	}
}


.sec4{
	background: url("../images/top/bg-blue.png") repeat-y top / cover;
	padding: 130px 0;
    padding-top: 10px;
	position: relative;
}
.sec4::after {
    position: absolute;
    content: "";
    background: url(../images/top/after-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    bottom: -130px;
    left: 0;
    z-index: 20;
	background-size: cover;
}
.sec4 .wrap{
	
	position: relative;
	z-index: 30;
}
.sec4 .boxL p{
	color: #e1fdff;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    letter-spacing: 1px;
    border-right: 1px solid;
    padding-right: 40px;
    padding-left: 15px;
	    align-self: center;
}
.sec4 .boxR p{
color: #fff;
    font-weight: 700;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 30px;
    letter-spacing: 0;
    padding-left: 30px;
	    align-self: center;
}
.sec4 .insta-wrap{
	max-width: 1420px;
	    margin: 0 auto;
}
.sec4 .insta-wrap .flex{
	flex-wrap: wrap;
}
.sec4 .insta-wrap .flex img{
	padding: 8px;
}


@media screen and (min-width: 768px) {
	.sec4 .wrap{
		max-width: 90%;
		max-width: 1430px;
}

}
@media screen and (min-width:768px) and (max-width:1440px) {
	.sec4{
		    padding-top: 130px;
	}
	    .sec3 .wrap .column li:first-child .img, .sec3 .wrap .column li:nth-child(3) .img {
        padding-left: 1em;
    }
	    .sec3 .wrap .column li .txt {
			padding-left: 4em;
	}
	.sec3 .wrap .column li p {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0;
}

}
@media screen and (max-width: 767px) {
	.sec4{
		padding-bottom: 60px;
        padding-top: 0;
	}
	.sec4::after {
    position: absolute;
    content: "";
    background: url(../images/top/after-bg-blue.png) no-repeat;
    width: 100%;
    height: 240px;
    bottom: -220px;
    left: 0;
    z-index: 20;
    background-size: contain;
}
	.sec4 .insta-wrap{
		text-align: center;
	}
	.sec4 .boxL{
		display: flex;
	}
	.sec4 .boxR p{
		font-size: 20px;
        padding-top: 10px;
        /* padding-left: 50px; */
        text-align: center;
		font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;

	}
	.sec4 .boxL p{
		padding-right: 0px;
		border: none;
		font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;
	}
}

.sec5{
	padding-top: 210px;
	background-color: #e9ebf4;
	position: relative;
	    padding-bottom: 10px;
}
.sec5::before {
    position: absolute;
    content: "";
    background: url(../images/top/company-conse.png) no-repeat;
    width: 1268px;
    height: 135px;
    top: -90px;
    right: 50px;
    z-index: 20;
    background-size: cover;
}
.sec5::after {
    position: absolute;
    content: "";
    background: url(../images/top/after-bg-paleblue.png) no-repeat;
    width: 100%;
    height: 240px;
    bottom: -130px;
    left: 0;
    z-index: 20;
	background-size: cover;
}
.sec5 .position {
position: absolute;
    top: 20px;
    right: 200px;
    z-index: 30;
}
.sec5 h1{
    font-size: 60px;
    font-weight: bold;
    margin-bottom: 0;
    letter-spacing: 3px;
	padding-left: 16%;
}
.sec5 li.flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7em;
}
.sec5 li.flex .txt{
	padding-left: 16%;
}
.sec5 li.flex .img .flex{
	        padding-top: 35px;
}
.sec5 li.flex .img{
	background-color: #283890;
	padding: 60px 20vh 80px 70px;
	border-radius: 30px 0px 0px 30px;
}
.sec5 li.flex .map-icon img{
	padding-bottom: 3px;
    padding-left: 5px;
}
/*.sec5 li.flex .img img{
	padding-bottom: 35px;
}*/
.sec5 li.flex .img p{
	font-size: 18px;
	width: fit-content;
}

.sec5 li.flex .img p.map{
	margin-right: 30px;
}
/*.sec5 li.flex .img p.map::after {
    position: absolute;
    content: "";
    background: url(../images/global/icon-map.png) no-repeat;
    width: 25px;
    height: 26px;
    top: 0;
    right: -60px;
    z-index: 20;
    background-size: cover;
}*/
.sec5 li.top-flex{
	position: relative;
}
.sec5 li.top-flex::after {
    position: absolute;
    content: "";
    background: url(../images/top/orange-conse.png) no-repeat;
    width: 902px;
    height: 135px;
    bottom: -10px;
    left: 0;
    z-index: 20;
    background-size: cover;
}
.sec5 table{
	    font-size: 18px;
}
.sec5 table tr{
	font-weight: bold;
}
.sec5 table th{
	padding-right: 50px;
}
.sec5 table td.line-small{
	line-height: 40px;
}
.sec5 li.bottom-flex .txt{
	padding-left: 16%;
    padding-right: 3%;
}
.sec5 li.bottom-flex .logo{
	padding-bottom: 3em;
}
.sec5 li.bottom-flex .txt p{
	line-height: 33px;
	font-size: 18px;
}
.sec5 li.bottom-flex .txt p.midasi{
    font-size: 22px;
    color: #283890;
    padding-top: 15px;
    padding-bottom: 10px;
    font-weight: bold;
    letter-spacing: -1px;
	    display: flex;
}
.sec5 li.bottom-flex .txt p.midasi span{
	    font-size: 12px;
    margin-right: 5px;
}

@media screen and (min-width: 768px) {
.sec5 .wrap {
        max-width: 100%;
	margin: 0;
	padding: 0;
}
	.sec5 li.flex .pa-left{
	padding-left: 30px;
}
	.sec5 li.bottom-flex .txt{
    width: 50%;
		}
	.sec5 table{
		line-height: 60px;
	}
}
@media screen and (min-width:768px) and (max-width:1780px) {
	.sec5 h1{
		padding-left: 6%;
	}
	.sec5 table th {
    padding-right: 30px;
}
	.sec5 li.flex .txt {
    padding-left: 6%;
}
	.sec5 li.bottom-flex .txt {
    padding-left: 6%;
    padding-right: 3%;
}
	.sec5 li.flex .img{
		padding: 60px 11vh 80px 70px;
	}
	.sec5 li.top-flex::after {
    position: absolute;
    content: "";
    background: url(../images/top/orange-conse.png) no-repeat;
    width: 902px;
    height: 135px;
    bottom: -10px;
    left: -300px;
		z-index: 20;
	}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.sec5 li.flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7em;
    flex-direction: column;
}
	.sec5 .position {
    position: absolute;
    top: -80px;
    right: 200px;
    z-index: 30;
}
	    .sec5 h1 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 30px;
    }
	    .sec5 li.bottom-flex .txt {
        padding-left: 0;
        padding-right: 0;
        width: auto;
    }
	    .sec5 li.flex .img {
        padding: 60px 30vh 80px 70px;
		margin-left: auto;
        margin-top: 3em;
    }
}
@media screen and (max-width: 767px) {
	.sec5 {
    padding-top: 130px;
}
	.sec5 .wrap{
		padding: 0;
	}
	.sec5::before {
    position: absolute;
    content: "";
    background: url(../images/top/company-conse.png) no-repeat;
    width: 93%;
    height: 135px;
    top: -15px;
    right: 25px;
    z-index: 20;
    background-size: contain;
}
	.sec5::after {
    position: absolute;
    content: "";
    background: url(../images/top/after-bg-paleblue.png) no-repeat;
    width: 100%;
    height: 240px;
    bottom: -235px;
    left: 0;
    z-index: 20;
    background-size: contain;
}
	.sec5 h1 {
    font-size: 30px;
    padding-left: 20px;
}
	.sec5 .position {
    position: absolute;
    top: -10px;
    right: 110px;
    z-index: 30;
}
	.sec5 li.flex{
		margin-bottom: 0;
	}
	.sec5 li.top-flex{
		margin-bottom: 7em;
	}
	.sec5 li.bottom-flex .logo {
    padding-bottom: 3em;
    width: 80%;
	margin: 0 auto;
}
.sec5 li.flex .txt {
    padding-left: 0;
	padding: 0 20px;
}
	.sec5 table {
    font-size: 16px;
}
	.sec5 table tr {
    font-weight: bold;
    /* padding: 30px 0; */
    margin: 30px 0;
    display: block;
}
.sec5 table th {
    padding-right: 40px;
    width: 35%;
}
	.sec5 li.flex .img {
    background-color: #283890;
    padding: 50px 20px 50px 20px;
    border-radius: 30px 0px 0px 30px;
	margin-top: 4em;
	margin-left: 2em;
}
	.sec5 li.top-flex::after{
		background-size: contain;
		width: 100%;
		bottom: -70px;
		left: -30px;
	}
	.sec5 li.bottom-flex .txt p {
    line-height: 30px;
    font-size: 15px;
            font-weight: 500;
}
	.sec5 li.flex .img .pa-left{
		padding-left: 10px;	
	}
	.sec5 li.flex .img .flex{
		display: flex;
		padding-top: 15px
	}
	.sec5 li.flex .img p.map{
			    font-size: 14px;
		}
}



#contact{
	background: #fff;
	position: relative;
	padding-top: 170px;
}
#contact h1{
	font-size: 60px;
    font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
#contact p.center-txt {
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
}
#contact .position {
position: absolute;
    top: -50px;
    left: 390px;
    z-index: 30;
}
#contact .wrap {
		max-width: 1450px;
}
#contact .inner-wrap{
	background-color: #283890;
	padding: 30px 0;
	color: #fff;
	text-align: center;
    justify-self: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
#contact .inner-wrap .ttl{
	    width: fit-content;
    text-align: center;
    margin: 0 auto;
	padding-bottom: 2em;
	    justify-items: flex-end;
}

 #contact .inner-wrap h6 {
    font-size: 20px;
    color: #fff;
	 position: relative;
	 font-family: Meiryo, "sans-serif";
	 font-weight: bold;
	 letter-spacing: 3px;
}
#contact .inner-wrap .flex .mail-btn{
	pointer-events: none;
}
#contact .inner-wrap .flex .btn-white {
    width: 400px;
    height: 80px;
    padding: 15px 50px;
    color: #0c77bb;
    justify-content: center;
    font-size: 32px;
    border-radius: 5px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
    align-items: baseline;
}
#contact .inner-wrap .flex .btn-white .small{
	font-size: 19px;
}
#contact .inner-wrap .flex .btn-white:hover{
	color: #fff;
}

#contact .inner-wrap .flex .tel-btn:after{
	display: none;
}
#contact .box{
	margin: 0 auto;
	place-self: center;
	display: flex;
  justify-content: center;
}
#contact .send-btn{
	margin: 0 auto;
    place-self: center;
}
#contact table tr{
	display: flex;
	flex-direction: column;
}
#contact table th{
	text-align: left;
	margin-top: 20px;
	font-size: 17px;
}
#contact table th p{
	font-weight: bold;
}
#contact table th span{
	font-size: 15px;
}
#contact table td{
	margin-top: 3px;
}
#contact table td input, #contact table td textarea {
    height: 60px;
    padding: 15px;
    width: 100%;
    border: 2px solid #9ba2cb;
    border-radius: 3px;
    margin-bottom: 10px;
}
 #contact table td textarea {
    height: 300px;
}
.send-btn input {
	background-color: #e99213;
    color: #fff;
    padding: 26px 90px;
    border: none;
    border-radius: 50px;
    font-size: 19px;
    cursor: pointer;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto;
    margin-top: 4em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
	#contact .inner-wrap .flex{
	justify-content: space-evenly;
        margin: 0 10px;
        margin-top: 2em;
		margin-bottom: 1em;
}

	#contact .inner-wrap p{
	font-size: 18px;
}
#contact p.center-txt {
	width: 62%;
	}
	#contact .inner-wrap{
	    width: 65%;
		margin: 0 auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}
 #contact .inner-wrap h4::before {
    position: absolute;
    top: -1.2rem;
    left: -40px;
    height: 1.8rem;
    width: 3px;
    height: 80px;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
}
}



@media screen and (max-width: 767px) {
	#contact{
		padding-top: 100px;
	}
	#contact h1 {
		font-size: 30px;
	}
		#contact .inner-wrap h6{
		font-family: "Hiragino Sans", "Helvetica Neue", Arial, "Yu Gothic", "Meiryo", sans-serif;
	}
	#contact p.center-txt {
    margin: 0 auto;
    font-size: 14px;
	
	}
	#contact .inner-wrap{
		padding: 35px 20px;
        margin-top: 30px;
	}
	#contact .inner-wrap h1 {
	font-size: 40px;
		line-height: 70px;
	}
	 #contact .inner-wrap h4::before {
    position: absolute;
    top: -0.5rem;
    left: -30px;
    height: 1.8rem;
    width: 2px;
    height: 60px;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
}
	#contact .inner-wrap .flex .btn-white {
            width: 100%;
        height: 65px;
		margin: 10px 0;
		font-size: 23px;
	}
	#contact .inner-wrap .flex .tel-btn {
    font-size: 23px;
}
	#contact .inner-wrap h4 {
		font-size: 22px;
	}
	.send-btn input{
		    margin-top: 1em;
    margin-bottom: 3em;
	}

}