@charset "UTF-8";
body {
  color: #333;
  line-height: 1.8;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}

body * {
  box-sizing: border-box;
}

h2 {
  font-size: 43px;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 900;
  line-height: 1.4em;
}

.white{
	color:white;
}



.whitebg {
  background-color: #3f96a5;
  background: url("../images/whitebg.jpg") no-repeat center top;
  background-size: cover;
	   /*コレ*/border-top: 3px solid #e60012;
    /*コレ*/border-bottom: 3px solid #e60012;
   
}

.bg1 {
  background-color: #3f96a5;
  background: url("../images/bg1.webp") no-repeat center top;
  background-size: cover;
	background-attachment:fixed;
	   /*コレ*/border-top: 3px solid #e60012;
    /*コレ*/border-bottom: 3px solid #e60012;
	padding: 50px 0;
   
}

.bluebg{
	background:#f1f4f8;
	padding-top:60px;
	padding-bottom:60px;
}

.block {
  text-align: center;
  color: #fff;
  font-size: 1rem;
  display: inline-block;
  line-height: 1.3;
}

footer {
  background-color: #1e1e1e !important;
  color: #fff;
  font-size: 1rem;
}

a {
  color: white;
  text-decoration: none;
}


.imgce{
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.imgcesp{
  margin-left:auto;
  margin-right:auto;
  display:none;
}


.formtop{
	padding-top:50px;
	padding-bottom:0px;
}

.te1{
	padding-top:50px;
	padding-bottom:50px;
}


.subeki{
	padding-top:50px;
	padding-bottom:50px;
}
.sub{
	background:#c70010;
	padding-top:20px;
	padding-bottom:20px;
	color:white;
	text-align:center;
}

.sub2{
	text-align:center;
	font-size:2rem;
}

.subekiall{
	background:white;
}

.text{
	width:80%;
	text-align:center;
	margin: 0 auto;
	line-height:1.3;
	font-size:1.1rem;
}

.text2{
	width:60%;
	text-align:center;
	margin: 0 auto;
	line-height:1.3;
	font-size:1.1rem;
}
.qaContainer{
	font-size:1.1rem;
	line-height:1.4;
}

.qaContainer dt {
padding: 10px 10px 10px 35px;
border-radius: 5px;
background: #1771c6;
text-indent: -25px;
color:white;
}
.qaContainer dt:before {
content: "Q.";
font-weight: bold;
margin-right: 7px;
}
.qaContainer dd {
margin: 20px 10px 40px 35px;
text-indent: -25px;
}
.qaContainer dd:before {
content: "A.";
color: #eb1d5c;
font-weight: bold;
margin-right: 7px;
}


/*-------------------------- ここから参加者の声 ---------------------*/

.el_ttl.el_ttl__sec {
    margin-top:40px;
    margin-bottom: 20px;
    text-align: center;
}

.un_voice .bl_voiceWrapper {
    margin-bottom: 90px;
    margin-top: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
border-radius: 10px;
}

.bl_voiceWrapper .bl_voice {
    margin-bottom: 20px;
}

.bl_voice_imgWrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}

}
img {
    width: 100%;
    vertical-align: bottom;
}

.bl_voice_num {
    position: absolute;
    top: -5px;
    left: 0;
    color: #bd0d0d;
    font-size: 3rem;
    line-height: 1;
}

.bl_voice_label {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: label;
    color: #fff;
    font-size: 1.5rem;
    line-height: 6;
}

.bl_voice_label > span {
    line-height: 2.1;
    padding: 0.4em 0;
    padding-left: 10px;
    padding-right: 10px;
}

.hp_txtMarkerRed {
    display: inline;
    background: linear-gradient(transparent 0%, #bd0d0d 0%) !important;
}

.bl_voice_txt {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: txt;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: pre-line;
    font-weight: bold;
}

.hp_txtMarker {
    display: inline;
    background: linear-gradient(transparent 0%, rgba(199, 164, 75, 0.5) 0%) !important;
}

.hp_txtMarker {
    display: inline;
    background: linear-gradient(transparent 0%, rgba(199, 164, 75, 0.5) 0%) !important;
}

.bl_voice_name {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: name;
    justify-self: flex-end;
    font-size: 1.5rem;
    padding-top: 30px;
}

.bl_voice_voice {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #202d73;
    font-size: 1.5rem;
    line-height: 1;
}

.bl_voice {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto 10px auto;
    -ms-grid-columns: 170px 20px 1fr;
    grid-template:
        "img label" auto
        "img txt" auto
        "img name" auto/170px 1fr;
    gap: 0px 20px;
    position: relative;
    padding: 40px 40px 45px;
    background-color: #fff;
}


.un_voice{
    width: 90%;
    max-width: 960px;
    margin: 20px auto;
    display: block;
}

.bl_voice{
  height: 680px;
}

.prophoto{
  display:block ;
}
.prophoto_sp{
  display:none ;
}
.person{
  display:block ;
}
.person_sp{
  display:none ;
}

/*-------------------------- ここまで参加者の声 ---------------------*/

/*-------------------------- ここから実績追加 ---------------------*/

h3{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
}

.text_title_box{
  padding-top: 40px;
}

.text_title_color{
  color: #d50028;
}



/*-------------------------- ここから実績追加 ---------------------*/

@media screen and (max-width: 1200px) {
	
	.text{
	width:90%;
	text-align:center;
	margin: 0px auto;
	line-height:1.4;
	font-size:1rem;
}
	.voice_box .text{
		margin: 10px auto;
	}
	
	.formtop{
		width:90%;
	}
	
	.text2{
	width:85%;
	text-align:center;
	margin: 0 auto;
	line-height:1.4;
	font-size:1rem;
}
	
}

.blackbg{
background:#5bb28f;
}

.map_cont{
	margin:0 auto;
	padding:50px 0;
	width:700px;
	text-align:center;
	
}

.tizu{
	width:100%;
	height:400px;
}

.split{
	 display: table;
    width: 100%; 
margin-left:10px;
	color:white;
	
}

.split-item{
    display: table-cell;
    	vertical-align: top;
    width: 20%;

}

.split-item2{
    display: table-cell;
    	vertical-align: top;
    width: 80%;

	

}
.splittext{
display:block;
	text-align:left;
	font-size:1.2rem;
	
}

.soli{
	background:white;
	height:2px;
	width:100%;
	margin: 20px auto;
}


.maphead{
	font-size:4rem;
	 font-family: serif;
	margin-bottom:40px;
}



.split{
	 display: table;
    width: 100%; 
margin-left:10px;
	
}

.split-item{
    display: table-cell;
    	vertical-align: top;
    width: 50%;
}


@media screen and (max-width: 1200px) {

	


.maphead{
	font-size:2.5rem;
	
	}
	
	.map_cont{
		width:100%;
	}
	
}




.red {
  color: #d50028;
  font-weight: bold;
}

ul {
  list-style: none;
}

h2 span {
  font-size: 61px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.onlypc {
  display: block;
}

.onlysp {
  display: none;
}
.evi02{
  display: block;
  }
.evi02sp{
  display: none;
  }

.fi{
  margin: 30px auto;
  width:60%;
  display:block;
}

.fisp{
  display:none;
}

.kari {
  width: 100%;
  margin: 0;
}

figure img {
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  display: block;
}

.btn01 {
  outline: none;
}

.btn01:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/*--- cssアニメーション ここから ---*/
.keyframe {
  -webkit-animation-name: anim_sc;
  animation-name: anim_sc;
  transform: scale(0.9, 0.9);
}

@-webkit-keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
.animation {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.btn_box {
  text-align: center;
  margin-bottom: 30px;
}

.btn {
  display: inline;
  width: 60%;
  margin-top: 40px;
}
.bodybg{
	background:white;
	width:80%;
	margin:0 auto;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
}

.present_top {
  margin: 50px auto;
  display: block;
}

.present_top_text {
  text-align: center;
  color: #1b1b1b;
  letter-spacing: 1px;
  font-size: 2.3rem;
  margin-bottom: 50px;
}

.present_imagebox {
  flex: 0 1 50%;
  margin-right: 0px;
}

.present_image {
  width: 65%;
  margin: 0 auto;
  display: block;
}

.present_container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  margin-bottom: 50px;
}

.present_right {
  flex: 1 1 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.present_right_text1 {
  color: #52ad70;
  font-weight: bold;
  font-size: 3rem;
}

.present_right_text2 {
  font-size: 1rem;
  line-height: 1.5;
}

.nayami_sec {
  background-color: #3f96a5;
  background: url("../images/graybg.jpg") no-repeat center top;
  background-size: cover;
}

.kai {
  background-color: #3f96a5;
  background: url("../images/kai_bg.jpg") no-repeat center top;
  background-size: cover;
}

.sec_3 {
  background-color: #3f96a5;
  background: url("../images/bg1.webp") no-repeat center top;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.inner {
  overflow: hidden;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 70px;
}

.nayami_sec h2 {
  color: #fff;
}

.nayami_sec h2 span {
  color: #f8ed4b;
}

.nayami_sec ul {
  display: block;
  width: 80%;
  margin: 0 auto 2em;
}

.nayami_sec ul li {
  font-size: 26px;
  padding: 0.2em 0.5em 0.4em 1.8em;
  margin-bottom: 0.2em;
  background: url("../images/check.png") no-repeat 2px 0.6em;
  border-bottom: #fff dashed 1px;
  font-weight: 600;
  color: #fff;
  line-height: 1.8em;
}

.ttl img {
  margin-top: 20px;
  width: 200px;
  margin-bottom: 20px;
}

.figureimg {
  margin-top: 30px;
  margin-bottom: 30px;
}
.vo{
	width:80%;
}

.nayami_sec p {
  font-size: 48px;
  text-align: center;
  color: #fff;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 2px;
}

.nayami_sec p span {
  color: #f8ed4b;
}

@media screen and (max-width: 1200px) {
	
	
	.bodybg{
		width:95%;
	}
	
	
	.map_cont{
		max-width:90%;
	}
  .sec_3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .nayami_sec p {
    font-size: 6vw;
    letter-spacing: 1px;
  }
  .ttl img {
    max-width: 32%;
    margin-bottom: 0.7em;
    margin-top: 20px;
  }
  h2 {
    font-size: 6.5vw;
  }
  h2 span {
    font-size: 9vw;
  }
  section .inner {
    padding: 0 5%;
  }
  .nayami_sec ul {
    width: 100%;
  }
  .nayami_sec ul li {
    font-size: 4.8vw;
    background-size: 5.8vw auto;
  }
  h2 {
    font-size: 6.5vw !important;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
}

.voice_all {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mi1{
	display:block;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:20px;
}

.box{
	width:90%;
	display:flex;
	background:white;
	    border: solid 1px #c8c8c8;
	margin:0 auto;
	padding:20px;
}

.left{
	width:30%;
	margin-top:auto;
	margin-bottom:auto;
}
.right{
	width:70%;
	margin:20px auto;
	text-align: center;
}
.voice_box {
  flex: 1 1 40%;
  margin: 20px;
  box-shadow: 0 0 14px #aaa;
  padding: 20px 10px;
  background: white;
}

.voice_inner_top_all {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.voice_inner_top_left {
  margin-right: 20px;
}

.voice_inner_top_right {
  font-size: 28px;
  font-weight: 900;
  color: #e8779d;
}

.voice_inner_bar {
  width: 100%;
  margin: 0 auto;
}

.before {
  width: 100%;
  margin: 20px auto;
  display: block;
}

.voice_text {
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  color: #404040;
  line-height: 1.3;
}

.pink {
  color: #e8779d;
}

.yazirushi2 {
  width: 60%;
  margin: 20px auto;
  display: block;
}

.result {
  display: block;
  margin: 30px auto;
}

@media screen and (max-width: 1200px) {
	
	
	.box{
		display:block;
	}
	.left{
		margin:0 auto;
		width:60%;
	}
	.right{
		width:100%;
	}
	
  .result {
    width: 90%;
  }
  .voice_inner_top_all {
    flex-direction: column;
  }
  .voice_inner_top_right {
    font-size: 6vw;
    font-weight: 900;
    margin-top: 20px;
    color: #e8779d;
  }
  .voice_text {
    font-size: 5.5vw;
  }
  .voice_all {
    flex-direction: column;
  }
  .voice_box {
    flex: 1 1 90%;
    width: 90%;
    margin: 20px;
    box-shadow: 0 0 14px #aaa;
    padding: 10px;
    background: white;
  }
}
.sec_4 {
  background-color: #3f96a5;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.sec_5 {
  background: url("../images/kai_bg.jpg") no-repeat center top;
  background-size: cover;
}

.sec_6 {
  background: url("../images/whitebg.jpg") repeat center top;
}

.para_top {
  width: 100%;
}

.sec_4 h2 {
  color: white;
}

.waku {
  width: 70%;
  margin: 30px auto;
  background: white;
  padding: 20px;
}

.waku2 {
  margin-bottom: 60px;
}

.waku3 {
  margin-top: 0;
}

.pro_photo {
  width: 60%;
  display: block;
  margin: 0 auto;
}

.para_photo {
  width: 95%;
  display: block;
  margin: 0 auto;
}

.para_text {
  width: 95%;
  text-align: left;
  font-size: 20px;
  margin: 20px auto;
  line-height: 1.6;
}

.yellow {
  color: #f8ed4b;
}



@media screen and (max-width: 1200px) {
  .waku {
    width: 90%;
    margin: 30px auto;
    background: white;
    padding: 10px;
  }
  .para_text {
    width: 95%;
    text-align: left;
    font-size: 4vw;
    margin: 20px auto;
    line-height: 1.6;
  }
  .sec_4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .waku3 {
    margin-top: 0;
  }
  .pro_photo {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
}
.why {
  width: 55%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .why {
    width: 90%;
    display: block;
    margin: 0 auto;
  }
  .container {
    max-width: 100%;
    margin: 0 auto;
  }
  .btn {
    display: inline;
    width: 95%;
    margin-top: 20px;
  }
  .present_top_text {
    text-align: center;
    color: #1b1b1b;
    letter-spacing: 1px;
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 40px;
    line-height: 1.2;
    font-weight: bold;
  }
  .present_container {
    flex-direction: column-reverse;
  }
  .present_right {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .present_right_text1 {
    font-size: 2.5rem;
  }
  .present_right_text2 {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
    font-size: 1rem;
  }
  .present_image {
    width: 90%;
  }
  .present_top {
    margin: 25px auto;
    width: 40%;
  }
  .onlypc {
    display: none;
  }
  .onlysp {
    display: block;
  }
  .evi02{
  display: none;
  }
  .evi02sp{
  width:100%;
  margin:10px auto;
  display: block;
  }
  .imgce{
  display:none;
  }
  .imgcesp{
  margin-left:auto;
  margin-right:auto;
  display:block;
  }
  .prophoto{
  display:none ;
  }
  .prophoto_sp{
  display: block;
  }
  .person{
  display:none ;
  }
  .person_sp{
  display: block;
  }

}


.text3{
	text-align:left;
	width:90%;
	display: inline-block;
	line-height:1.3;
	
}

.q{
	font-size:3rem;
	font-weight:bold;
}

.evi{
	width:80%;
	margin:20px auto;
}

.evi02{
  width:80%;
  margin:20px auto;
}

@media screen and (max-width: 1200px) {
	
	.evi{
	width:90%;
}
	
	.step{
		padding-top:20px;
		width:90%;
	}
	.subeki{
		max-width:90%;
		padding-top:30px;
	padding-bottom:20px;
	}
	
	.rea{
		width:100%;
	}
	
	.q{
		font-size:2.5rem;
	}
	.qaContainer{
	max-width:90%;
		margin: 0 auto;
}
	
	
	.te1{
		max-width:80%;
	}
	.te2{
		max-width:95%;
	}
	.mi1{
	
	padding-bottom:0px;
		max-width:85%;
}
	
	.mi2{
		max-width:70%;
	}
	
	.text3{
		line-height:1.5;
	}
}

.vo{
	width:90%;
}

.label_all{
	display:flex;
	align-items:flex-end;
	width:80%;
	margin:20px auto;
}

.label{
	width:33%;
}

.label_text{
	margin-top:20px;
	text-align:center;
}

.label_text2{
	font-size:0.7em;
	
}

.tyu{
	text-align:right;
	width:85%;
	font-size:0.8rem;
	color:gray;
	line-height:1.2;
}

.fuki{
	margin-top:40px;
	margin-bottom:20px;
	width:60%;
}

.fi{
	margin: 30px auto;
	width:60%;
	display:block;
}

@media screen and (max-width: 1200px) {
	
		.splittext{
	font-size:0.9rem;
}
	
	.block{
		font-size:0.8rem;
	}
.formtop{
	padding-top:20px;
	padding-bottom:0px;
}
	
	.fi{
		width:90%;
    display:none;
	}

  .fisp{
    margin: 30px auto;
    width:90%;
    display:block;
  }

	.fuki{
	margin-top:20px;
	margin-bottom:10px;
	width:90%;
}
	
	
	.label_all{

	width:100%;
font-size:0.7rem;
		line-height:1.2;
	flex-wrap:nowrap;	
		justify-content: center;
}
	
	.label_text2{
	font-size:0.4em;
	
}

	
	
	
	.label{
	width:33%;
}
	
	.splabel{
		width:70%;
		margin:0 auto;
	}
	
	.splabel2{
		width:100%;
		margin:0 auto;
	}
	
.tyu{
	text-align:right;
	font-size:0.6rem;
	margin-right:auto;
	margin-left:auto;
	
}



/*-------------------------- ここから参加者の声 ---------------------*/

@media screen and (max-width: 767px) {

.el_ttl.el_ttl__sec {
    margin-top:40px;
    margin-bottom: 20px;
    text-align: center;
}

.un_voice .bl_voiceWrapper {
    margin-bottom: 90px;
    margin-top: 10px;
    box-shadow: 0px 0px 15px -5px #777777;
border-radius: 10px;
}

.bl_voiceWrapper .bl_voice {
    margin-bottom: 20px;
}

.bl_voice_imgWrapper {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
}

}
img {
    width: 100%;
    vertical-align: bottom;
}

.bl_voice_num {
    position: absolute;
    top: -5px;
    left: 0;
    color: #bd0d0d;
    font-size: 3rem;
    line-height: 1;
}

.bl_voice_label {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: label;
    color: #fff;
    font-size: 1.5rem;
    line-height: 3;
}

.bl_voice_label > span {
    line-height: 2.1;
    padding: 0.4em 0;
    padding-left: 10px;
    padding-right: 10px;
}

.hp_txtMarkerRed {
    display: inline;
    background: linear-gradient(transparent 0%, #bd0d0d 0%) !important;
}

.bl_voice_txt {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: txt;
    font-size: 1.1rem;
    line-height: 1.5;
    letter-spacing: 0;
    white-space: pre-line;
    font-weight: bold;
}

.hp_txtMarker {
    display: inline;
    background: linear-gradient(transparent 0%, rgba(199, 164, 75, 0.5) 0%) !important;
}

.hp_txtMarker {
    display: inline;
    background: linear-gradient(transparent 0%, rgba(199, 164, 75, 0.5) 0%) !important;
}

.bl_voice_name {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: name;
    justify-self: flex-end;
    font-size: 1.5rem;
    padding-top: 30px;
}

.bl_voice_voice {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #202d73;
    font-size: 1.5rem;
    line-height: 1;
}

.bl_voice {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 10px auto 10px auto;
    -ms-grid-columns: 170px 20px 1fr;
    grid-template:
        "img label" auto
        "img txt" auto
        "img name" auto/170px 1fr;
    gap: 0px 20px;
    position: relative;
    padding: 40px 40px 45px;
    background-color: #fff;
}


.un_voice{
    width: 90%;
    max-width: 960px;
    margin: 20px auto;
    display: block;
}

.bl_voice{
  height: 800px;
}
}

/*-------------------------- ここまで参加者の声 ---------------------*/

/*-------------------------- ここから参加者の声 ---------------------*/

@media screen and (max-width: 767px) {

.un_voice .bl_voiceWrapper {
    margin-bottom: 45px;
}

.bl_voice {
    -ms-grid-rows: auto 10px auto 10px auto;
    -ms-grid-columns: 1fr 10px 85px;
    grid-template:
        "label img" auto
        "txt txt" auto
        "name name" auto/1fr 85px;
    gap: 10px;
    padding: 8px 8px 10px;
}

.bl_voiceWrapper .bl_voice {
    margin-bottom: 10px;
}

img {
    height: auto;
    max-width: 100%;
}

.bl_voice_label {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin-top: 0;
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}

.bl_voice_txt {
    padding: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.bl_voice_name {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 1.2rem;
}

.bl_voice_num {
    font-size: 1.5rem;
}

.horizontal-list.smb-testimonial .c-row {
  flex-wrap: nowrap;
  margin-bottom: 0;
}

.horizontal-list.smb-testimonial .voice {
  flex-shrink: 0 !important;
}

.bl_voice{
  height: 720px;
}


/*-------------------------- ここまで参加者の声 ---------------------*/

/*-------------------------- ここから実績追加 ---------------------*/

h3{
  font-size: 1.8rem;
  text-align: center;
  line-height: 2.2rem;
}

.text_title_box{
  padding-top: 20px;
}

.text_title{
  text-align: center;
  font-weight: bold;
}

.text_title_color{
  font-size: 2rem;
  content: "\A" ;
  white-space: pre;
}
  
  .evi02{
  width:100%;
  margin:10px auto;
}

.text_title_media02{
  content: "\A" ;
  white-space: pre;
}


.text_title_media03{
  font-size: 1.5rem;
  line-height: 2.2rem;
}


/*-------------------------- ここから実績追加 ---------------------*/
	
}

/*# sourceMappingURL=style.css.map */