@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
  margin: 0;
  padding: 0;
}

body{
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%
}

@media all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

main{
  flex: 1;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

ul, ol {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

address, em, code, cite, dfn, var, optgroup {
  font-style: normal;
}

caption, th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

img {
  border: none;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
  line-height: inherit;
}

input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
  margin: 0;
  padding: 0;
}

map area {
  outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
    color: #333;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: '游ゴシック', YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-feature-settings: "pkna";
}

p{
	font-size: 1.6rem;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

li{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
    color: #333;
	/* transition: all .3s ease-in-out; */
}

img{
	width: 100%;
    height: auto;
	border-style: none;
	vertical-align: bottom;
}

iframe{
    vertical-align: bottom;
}

/* a:hover{
	opacity: 0.8;
} */

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
	/*
	height: auto;
	overflow: hidden;
	*/
}

.inner{
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
}

.iconBlank::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../img/f_icon_link.png')no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe{
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

p.note{
	line-height: 1.5;
	padding-left: 1.15em;
	position: relative;
}

p.note::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.listDisc li{
    padding-left: 1.25em;
    font-size: 150%;
    line-height: 1.5;
    margin-bottom: .75em;
    position: relative;
}

.listDisc li::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #C25151;
    position: absolute;
    left: .45em;
    top: .55em;
}

.inlineLink{
    word-break: break-all;
    color: #7da019;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

.tac{
    text-align: center !important;
}

.tar{
    text-align: right !important;
}




/* ------------------------------------------------------- header */
header{
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    /* z-index: 10;
    position: fixed;
    transition: all .2s; */
}

#scrollHeader{
    width: 100%;
    height: 84px;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: -84px;
    transition: all .3s;
}

#scrollHeader.is-animation{
    top: 0;
}

#scrollHeader .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 95%;
    height: 100%;
}

.hLogo{
    text-align: center;
}

.hLogo a{
    display: inline-block;
    width: 230px;
    height: 44px;
    transition: all .2s;
}

.hLogo a:hover{
    opacity: .8;
}

.hLogo a h1{
    text-indent: -9999px;
    width: auto;
    height: 100%;
    background: url('../images/logo.png')no-repeat center;
    background-size: 100%;
    transition: all .2s;
}

.hContact{
    display: flex;
    align-items: center;
}

.hContact > a{
    display: inline-block;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: .75em 2em;
    background-color: #06c755;
    border-radius: 10px;
    margin-right: 10px;
    transition: all .2s;
}

.hContact > a.contactBtn{
    background-color: #e70012;
}

.hContact > a:hover{
    opacity: .8;
}

.hContact > a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_line.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.hContact > a.contactBtn::before{
    background-image: url("../images/icon_mail.png");
}

.hContact .tel a{
    display: inline-block;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1;
}

.hContact .tel a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url("../images/icon_tel.png")no-repeat center #e70012;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -5px;
}

.hContact .tel span{
    display: block;
    text-align: right;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: .25em;
}








/* ------------------------------------------------------- main */
#topHero{
    background: url("../images/hero_img.jpg")no-repeat right center #333;
    background-size: auto 100%;
    position: relative;
}

#topHero::after{
    content: '';
    width: 100%;
    height: 160px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.topHeroContents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 80px 0;
}

.topHeroContents .txtContents h2{
    font-size: 5rem;
    line-height: 1.25;
    color: #fff;
    margin-bottom: .25em;
}

.topHeroContents .txtContents h2 strong{
    color: #e70012;
}

.topHeroContents .txtContents span{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.topHeroContents .txtContents span br{
    display: none;
}

.topHeroContents .contactBx{
    padding: 40px;
    position: relative;
    text-align: center;
}

.topHeroContents .contactBx::before{
    content: '';
    width: 100%;
    height: 100%;
    background-color: #666666;
    mix-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
}

.contactBx .tel,
.contactBx .contactBtn{
    position: relative;
    z-index: 1;
}

.contactBx .tel a{
    display: inline-block;
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
}

.contactBx .tel a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    background: url("../images/icon_tel.png")no-repeat center #e70012;
    background-size: 100%;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -10px;
}

.contactBx .tel span{
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin-top: .5em;
}

.contactBx .contactBtn{
    margin-top: 20px;
}

.contactBx .contactBtn a{
    display: block;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 1.25em;
    background-color: #06c755;
    border-radius: 50px;
    margin-bottom: 10px;
    transition: all .2s;
}

.contactBx .contactBtn a:hover{
    opacity: .8;
}

.contactBx .contactBtn a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/icon_line.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.contactBx .contactBtn a:nth-child(2){
    background-color: #e70012;
    margin: 0;
}

.contactBx .contactBtn a:nth-child(2)::before{
    background-image: url("../images/icon_mail.png");
}

.topHeroImg{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.topHeroImg .sliderImg{
    display: flex;
    width: 100%;
    width: min-content;
    animation: 30s linear infinite sliderAnimation;
}

.topHeroImg .sliderImg li{
    width: 540px;
    height: 320px;
    margin-right: 30px;
    border-radius: 10px;
    box-shadow: rgba(0,0,0,.3);
    overflow: hidden;
    position: relative;
}

.topHeroImg .sliderImg li img{
    height: 100%;
    object-fit: cover;
}

@keyframes sliderAnimation{
    100%{
        transform: translateX(-50%);
    }
}

.contactSp{
    display: none;
}

#item01{
    padding-top: 80px;
}

.topContentsWrapper{
    padding: 80px 0 120px;
}

.wrapperTit{
    padding-top: 40px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.wrapperTit::after{
    content: '';
    width: 100%;
    height: 100%;
    background: url("../images/txt_bg_01.png")no-repeat center top;
    background-size: 940px auto;
    position: absolute;
    left: 0;
    top: 0;
}

#item02 .wrapperTit::after{
    background-image: url("../images/txt_bg_02.png");
}

#features .wrapperTit::after{
    background-image: url("../images/txt_bg_03.png");
    mix-blend-mode: soft-light;
}

#voice .wrapperTit::after{
    background-image: url("../images/txt_bg_04.png");
}

.wrapperTit span{
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
    position: relative;
    z-index: 1;
}

#features .wrapperTit span{
    color: #fff;
}

.wrapperTit span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    background-color: #e70012;
    border-radius: 50%;
    margin-right: 8px;
    margin-top: -3px;
}

.wrapperTit h3{
    font-size: 3.2rem;
    line-height: 1.5;
    margin-bottom: 2em;
    position: relative;
    z-index: 1;
}

#features .wrapperTit h3{
    color: #fff;
}

.wrapperTit h3 strong{
    font-size: 1.25em;
    color: #e70012;
}

.itemImg ul{
    display: flex;
    justify-content: center;
}

.itemImg ul li{
    width: 154px;
    margin-right: 20px;
}

.itemImg ul li:last-child{
    margin: 0;
}

.itemTopTxt{
    text-align: center;
    margin: 3em 0;
}

.patternList{
    display: table;
    width: 100%;
    margin-bottom: 50px;
}

.patternList > span{
    display: table-cell;
    width: 10em;
    vertical-align: middle;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    padding: 1em;
    background-color: #e70012;
    position: relative;
}

.patternList > span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 10px solid #e70012;
}

.patternList .container{
    display: table-cell;
    vertical-align: middle;
    background-color: #f2f2f2;
}

.patternList .container ul{
    display: flex;
    flex-wrap: wrap;
    padding-right: 20px;
}

.patternList .container ul li{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 1.75em;
}

.patternList .container ul li::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background: url("../images/icon_check.png")no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.worksImg{
    margin-bottom: 50px;
}

.worksImg ul{
    display: flex;
    justify-content: space-between;
}

.worksImg ul li{
    width: 24%;
}

.itemPointList ul{
    display: flex;
    justify-content: space-between;
}

.itemPointList ul li{
    width: 31.5%;
    padding: 30px;
    background-color: #f2f2f2;
    position: relative;
}

.itemPointList ul li > span{
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: .4em 1em;
    background-color: #e70012;
    position: absolute;
    left: 50%;
    top: -.9em;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.itemPointList ul li h4{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #e70012;
    margin-bottom: .75em;
}

.itemPointList ul li p{
    padding-top: .75em;
    border-top: 1px solid #ccc;
}

#item02{
    background-color: #f2f2f2;
}

#item02 .patternList .container{
    background-color: #fff;
}

#item02 .itemPointList ul li{
    background-color: #fff;
}

#features{
    background: url("../images/bg_01.jpg")no-repeat right center #333;
    background-size: auto 100%;
}

.featuresList ul{
    display: flex;
    justify-content: space-between;
}

.featuresList ul li{
    width: 21.5%;
    text-align: center;
}

.featuresList ul li figure{
    border: 1px solid #fff;
    border-radius: 50%;
    margin-bottom: 10px;
}

.featuresList ul li span{
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.voiceBlock{
    display: flex;
    justify-content: space-between;
    padding: 50px 0 70px;
    border-top: 1px solid #e6e6e6;
}

.voiceBlock:last-child{
    padding-bottom: 0;
}

.voiceBlock figure{
    width: 40%;
    position: relative;
}

.voiceBlock:nth-child(2) figure{
    order: 1;
}

.voiceBlock figure::after{
    content: '';
    display: inline-block;
    width: 107px;
    height: 79px;
    background: url("../images/parts_01.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    right: 10px;
    bottom: -40px;
}

.voiceBlock:nth-child(2) figure::after{
    background-image: url("../images/parts_02.png");
}

.voiceBlock .txtContents{
    width: 55%;
}

.voiceBlock:nth-child(2) .txtContents{
    order: 0;
}

.voiceBlock .txtContents h4{
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: .5em;
}

.voiceBlock .txtContents .voiceBx{
    padding: 30px;
    background: url("../images/bg_parts.gif");
    border-radius: 10px;
    position: relative;
    margin-top: 35px;
}

.voiceBlock .txtContents .voiceBx::before{
    content: '';
    display: inline-block;
    width: 64px;
    height: 37px;
    background: url("../images/parts_03.png")no-repeat center;
    background-size: 100%;
    position: absolute;
    left: -5px;
    top: -20px;
}



@media only screen and (max-width:1150px){
    .topHeroContents .txtContents span br{
        display: block;
    }
}

@media only screen and (max-width:980px){
    .topHeroContents .txtContents h2{
        font-size: 4.5rem;
    }
}









/* ------------------------------------------------------- footer */
#fContact{
    display: flex;
    align-items: center;
    height: 450px;
}

.map{
    width: 50%;
}

.fContactBlock{
    width: 50%;
    height: 100%;
    background: url("../images/bg_02.jpg")no-repeat right bottom;
    background-size: cover;
}

.fContactBlock .inner{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
}

.fInfo{
    padding: 70px 0;
    text-align: center;
}

.fInfo a{
    display: inline-block;
    width: 230px;
    height: 44px;
}

.fInfo p{
    font-size: 1.4rem;
    margin-top: 1em;
}

.copyright{
    text-align: center;
    margin-bottom: 50px;
}

.copyright span{
    font-size: 1.2rem;
    line-height: 1.5;
}

.floatingBtns{
    display: none;
}








/* ------------------------------------------------------- tab/sp */
@media only screen and (max-width:810px){
    .dispPc{
		display: none !important;
	}

	.dispSp{
		display: block;
	}
	
	p{
		font-size: 1.5rem;
	}
    
    .listDisc li{
        font-size: 1.5rem;
    }
	
	.inner{
        width: 100%;
		padding: 0 40px;
	}
    
    #scrollHeader{
        height: 70px;
    }
    
    #scrollHeader .inner{
        padding: 0;
    }
    
    .hLogo a{
        width: 200px;
    }
    
    .hContact > a{
        font-size: 1.3rem;
        padding: .65em 1.25em;
        border-radius: 5px;
        margin-right: 7px;
    }
	
    .hContact .tel a{
        font-size: 2.6rem;
    }
    
    .hContact .tel span{
        font-size: 1.1rem;
    }
    
    #topHero{
        background-position: right 340% center;
    }
    
    #topHero::after{
        height: 123px;
    }
    
    .topHeroContents{
        flex-wrap: wrap;
    }
    
    .topHeroContents .txtContents{
        width: 100%;
        text-align: center;
        /* margin-bottom: 50px; */
    }
    
    .topHeroContents .contactBx{
        display: none;
        width: 100%;
    }
    
    .contactBx .contactBtn{
        display: flex;
        justify-content: center;
    }
    
    .contactBx .contactBtn a{
        min-width: 260px;
        margin: 0 10px 0 0;
    }
    
    .topHeroImg .sliderImg li{
        width: 420px;
        height: 246px;
    }
    
    .contactSp{
        display: block;
        margin-top: 40px;
    }
    
    .contactSp .contactBx{
        padding: 30px;
        border: 1px solid #eee;
        text-align: center;
    }
    
    .contactSp .contactBx .tel a,
    .contactSp .contactBx .tel span{
        color: #333;
    }
    
    #item01{
        padding-top: 30px;
    }
    
    .topContentsWrapper{
        padding: 50px 0 100px;
    }
    
    .wrapperTit h3{
        margin-bottom: 1.5em;
    }
    
    .patternList .container ul{
        display: block;
        padding: 15px 15px 15px 30px;
    }
    
    .patternList .container ul li{
        display: block;
        margin: 0;
    }
    
    .worksImg ul{
        flex-wrap: wrap;
    }
    
    .worksImg ul li{
        width: 49.5%;
        margin-bottom: 1%;
    }
    
    .itemPointList ul{
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .itemPointList ul li{
        width: 48.5%;
        margin-bottom: 4%;
    }
    
    .itemPointList ul li:last-child{
        margin: 0;
    }
    
    #features{
        background-position: right 80% center;
    }
    
    .featuresList ul{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .featuresList ul li{
        width: 31.5%;
        margin: 0 30px;
    }
    
    .featuresList ul li:first-child,
    .featuresList ul li:nth-child(2){
        margin-bottom: 40px;
    }
    
    .featuresList ul li span{
        font-size: 1.8rem;
    }
    
    .voiceBlock{
        display: block;
    }
    
    .voiceBlock figure{
        width: 60%;
        margin: 0 auto 40px;
    }
    
    .voiceBlock .txtContents{
        width: 100%;
    }
    
    #fContact{
        height: auto;
        flex-wrap: wrap;
    }
    
    .map{
        width: 100%;
    }
    
    .fContactBlock{
        width: 100%;
    }
    
    .fContactBlock .inner{
        max-width: 100%;
        padding: 80px 40px;
    }
    
    
    
    


    
    

    
}





@media only screen and (max-width:670px){
    .inner{
        padding: 0 20px;
    }
    
    #scrollHeader .inner{
        width: 100%;
        padding: 0 15px;
    }
    
    #scrollHeader .hLogo a{
        width: 150px;
    }
    
    .hContact > a{
        display: none;
    }
    
    .hContact .tel a{
        font-size: 2rem;
    }
    
    .hContact .tel a::before{
        width: 22px;
        height: 22px;
        margin-right: 3px;
    }
    
    .hContact .tel span{
        font-size: 1rem;
    }
    
    #topHero{
        background-position: right 120% center;
    }
    
    /* #topHero::after{
        height: 83px;
    } */
    
    .topHeroContents{
        padding: 50px 0;
    }
    
    .topHeroContents .contactBx{
        padding: 30px;
    }
    
    /* .topHeroContents .txtContents{
        margin-bottom: 30px;
    } */
    
    .topHeroContents .txtContents h2{
        font-size: 3.2rem;
    }
    
    .topHeroContents .txtContents span{
        font-size: 1.6rem;
    }
    
    .contactBx .tel a{
        font-size: 2.8rem;
    }
    
    .contactBx .tel a::before{
        width: 28px;
        height: 28px;
        margin-right: 5px;
        margin-top: -8px;
    }
    
    .contactBx .tel span{
        font-size: 1.2rem;
    }
    
    .contactBx .contactBtn{
        display: block;
    }
    
    .contactBx .contactBtn a{
        padding: 1em;
        margin: 0 0 10px;
    }
    
    .contactSp{
        margin-top: 20px;
    }
    
    .topContentsWrapper{
        padding: 40px 0 70px;
    }
    
    .wrapperTit{
        padding-top: 20px;
    }
    
    .wrapperTit::after{
        background-size: 470px auto;
    }
    
    .wrapperTit span{
        font-size: 1.3rem;
        margin-bottom: .75em;
    }
    
    .wrapperTit h3{
        font-size: 2.4rem;
    }
    
    .itemImg ul{
        flex-wrap: wrap;
    }
    
    .itemImg ul li,
    .itemImg ul li:last-child{
        width: 35%;
        margin: 0 2% 2%;
    }
    
    .itemTopTxt{
        margin: 2em 0 3em;
    }
    
    .patternList > span{
        display: block;
        width: 100%;
        font-size: 1.6rem;
        padding: .75em;
    }
    
    .patternList > span::after{
        content: none;
    }
    
    .patternList .container{
        display: block;
        text-align: center;
    }
    
    .patternList .container ul{
        display: inline-block;
        padding: 15px;
    }
    
    .patternList .container ul li{
        text-align: left;
        text-indent: -1.5em;
        font-size: 1.6rem;
        padding-left: 1.5em;
        margin-bottom: .5em;
    }
    
    .patternList .container ul li::before{
        width: 20px;
        height: 20px;
        margin-right: 3px;
    }
    
    .itemPointList ul li{
        width: 100%;
        padding: 30px 20px 20px;
        margin-bottom: 10%;
    }
    
    .itemPointList ul li > span{
        font-size: 1.6rem;
    }
    
    .itemPointList ul li h4{
        font-size: 1.6rem;
    }
    
    #features{
        background-position: right 62% center;
    }
    
    .featuresList ul li,
    .featuresList ul li:first-child,
    .featuresList ul li:nth-child(2){
        width: 100%;
        margin: 0 0 10%;
    }
    
    .featuresList ul li:last-child{
        margin: 0;
    }
    
    .featuresList ul li figure{
        display: inline-block;
        width: 30%;
    }
    
    .featuresList ul li span br{
        display: none;
    }
    
    .voiceBlock figure{
        width: 100%;
        margin-bottom: 30px;
    }
    
    .voiceBlock figure::after{
        width: 70px;
    }
    
    .voiceBlock .txtContents h4{
        font-size: 2rem;
    }
    
    .voiceBlock .txtContents .voiceBx{
        padding: 20px;
    }
    
    .voiceBlock .txtContents .voiceBx::before{
        width: 50px;
    }
    
    .fContactBlock .inner{
        padding: 50px 40px;
    }
    
    .copyright span{
        font-size: 1rem;
    }

    
    
    
    
    
    

    

    
}





