@charset "UTF-8";
/* CSS Document */
body #jyuku_page{
	font-size: 1.25rem;
    color: #001c71;
}
body #katsuyoujyuku_main {
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}
body #katsuyoujyuku_main .font_xl{
 font-size: 1.9rem;
 }
body #katsuyoujyuku_main .font_l{ 
 font-size:1.875rem;
 }
body #katsuyoujyuku_main .txt_blue{ 
  color: #153cb2;
}
body #katsuyoujyuku_main ul{
	list-style:none;
	margin: 0;
}
body #katsuyoujyuku_main .txt_center{
	text-align: center;
}
.primary-menu .response_whp_btn a {
    font-size: 1rem;
    padding: 5px 20px;
}

.primary-menu .response_apply_btn a {
    font-size: 1rem;
    /* padding: 10px 15px; */
    padding: 5px 20px;
}
.u_line01{
    background-image: linear-gradient(90deg, #99FBFF 0%, #ACACFF 40%, #FCACFF 80%);
    background-repeat: no-repeat;
    background-size: 100% 13px;
    background-position: bottom;
}
.u_line02{
    background: linear-gradient(transparent 60%, rgb(255 102 156 / 50%) 60%);
}
.ttl_01 {
    text-align: center;
    color: #fff;
    background: url("../images/obi_bg.png") center no-repeat;
    background-size: 100% 100%;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    /* min-height: 160px; */
    /* height: 100%; */
    padding: 2rem 0;
}
.ttl_01 .ttl_01_tyuumoku{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:10px;
  margin: 0 !important;
  padding: 0;
}
.ttl_01 .ttl_01_tyuumoku:before,
.ttl_01 .ttl_01_tyuumoku:after{
  display: block;
  content: "";
  background:url("../images/line01.png") no-repeat;
  width:28px;
  height: 26px;
  /* transform: rotate(
270deg); */
}
.ttl_01 .ttl_01_tyuumoku:before {
    transform: rotate(270deg);
}

.jirei_list:before {
    background: #99FBFF;
    background: linear-gradient(0deg,rgba(153, 251, 255, 1) 0%, rgba(172, 172, 255, 1) 50%, rgba(252, 172, 255, 1) 100%);
    /* display: block; */
    /* content: ""; */
    width: 100%;
    height: 300px;
    position: relative;
}
.nayami_sec {
    /* display: flex; */
    /* margin: 0 calc(50% - 50vw); */
    padding: 3rem 0;
    /* width: 100vw; */
    /* margin: 0 0 0 calc(50% - 50vw); */
    margin-right: calc(50% - 50vw);
}

.nayami_list li {display: flex;background: #f4f6f7;margin-bottom: 1.5rem;padding: 10px 30px 10px 20px;/* line-height: 0.5; */flex-wrap: wrap;align-items: center;}
.nayami_list li p {
    margin: 0 !important;
}
.nayami_list li:before{
  display: block;
  content: "";
  background:url("../images/check01.png") no-repeat;
  width:47px;
  height: 42px;
  margin-left: -40px;
  margin-right: 10px;
}

.nayami_sec_inner {
    display: flex;
    /* width: 100%; */
    justify-content: space-between;
    /* background: red; */
}
.jirei_sec {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.jirei_sec_inner{
	background-size: 100%;
	padding-top: 220px;
	background: url(../images/bg_gray.png) no-repeat;
	background-size: cover;
	padding-top: 220px;
	padding-bottom: 50px;
	position: relative;
	z-index: -1;
}
.jirei_sec p {
    margin: 0;
}

img.jirei_robot01 {
    position: absolute;
    left: 2.2%;
    top: -50px;
    width: 33%;
}

img.jirei_catch {
    position: absolute;
    right: 6%;
    top: 20px;
    /* margin-bottom: 300px; */
    /* display: block; */
    width: 54%;
}

#katsuyoujyuku_main h3 {
    border: none;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
    padding-left: 0;
}

#katsuyoujyuku_main h3 span {
    line-height: 3;
}

.jirei_sec_01 {
    /* padding-bottom: 300px; */
}
.jirei_list_wrapper {
    /* margin: 0 calc(50% - 50vw); */
    width: 100%;
    margin: 100px auto 0 auto;
    max-width: 1100px;
    display: flex;
    justify-content: space-between;
}

.jirei_list {background: #fff;padding: 0 15px 20px 20px;/* border-image: linear-gradient(to bottom, #7f7fff, #7fff7f) 1; *//* border: 10px solid; */border-width: 4px;border-style: solid;border-image-source: linear-gradient(0deg, #99FBFF, #ACACFF, #FCACFF);border-image-slice: 1;width: 32%;}
.jirei_list_icon{
	margin-top: -50px;
	text-align:center;
	margin-bottom: 10px;
}
.jirei_list dt {
    border-bottom: 1px solid;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.5rem;
}

.jirei_list dd {
    /* font-size: 1.35rem; */
    /* background: url(../images/check_icon02.png); */
    /* background-size: contain; */
}

.jirei_sec dd p {
    margin-bottom: 10px;
    padding-left: 28px;
    font-size: 1.35rem;
    background: url(../images/check_icon02.png) left center no-repeat;
    background-size: 20px;
    /* width: 14px; */
}

.jirei_robot02 {
    position: absolute;
    right: 1%;
    /* top: 1px; */
    bottom: 30px;
    width: 26%;
}
.sec_lead{
	text-align: center;
	margin: 3rem 0 5rem 0;
	font-weight: 500;
}
.feature_list_l:before {
    background: #f4f6f7;
    margin-left: calc(50% - 50vw);
    display: block;
    content: "";
    height: 20vw;
    z-index: -1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
}
.feature_list_r:before {
    background: #f4f6f7;
    margin-right: calc(50% - 50vw);
    display: block;
    content: "";
    height: 20vw;
    z-index: -1;
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}
.feature_content {
    margin: -22vw auto 2rem auto;
    padding: 0 10%;
}
.feature_txt p {
    margin-bottom: 1rem;
}

.feature_sec {
    padding: 5rem 0;
    position: relative;
    z-index: 0;
    /* margin-left: calc(50% - 50vw); */
    /* background: red; */
}
.feature_content_forward{
    display: flex;
    justify-content: space-between;
    padding-top: 2rem;
}
.feature_content_reverse{
    display: flex;
	flex-direction:row-reverse;
    justify-content: space-between;
    padding-top: 2rem;
}
.feature_txt {
    line-height: 1.5;
}

.feature_list_r {
    margin: 5rem 0;
}

.feature_sec:after {
    content: "";
    display: block;
    width: 26vw;
    height: 31vw;
    bottom: 24%;
    left: 0;
    background: url(../images/kikagaku_bg_l.webp) left top no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: calc(50% - 50vw);
    z-index: 10;
}
.feature_sec:before {
    content: "";
    display: block;
    width: 28.4vw;
    height: 31vw;
    top: 0%;
    right: 0;
    background: url(../images/kikagaku_bg_r.webp) right top no-repeat;
    background-size: contain;
    position: absolute;
    margin-right: calc(50% - 50vw);
    z-index: 10;
}
.response_sec {
    margin: 0 calc(50% - 50vw);
    background: url(../images/navy_bg.jpg) center top no-repeat;
    background-size: cover;
    /* background: #333; */
    /* padding: 50px 0; */
}
.response_sec_inner {
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    padding: 2rem 0;
}
p.response_sec_btn_txt {
    margin: 0;
    color: #fff;
    font-size: 1.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.program_sec_inner {
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
    justify-content: space-between;
    align-items: center;
    margin: 3rem auto 0 auto;
}
.response_sec_inner p {
    margin: 0;
    line-height: 2;
}
.response_txt01{
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(90deg, #99FBFF 0%, #ACACFF 40%, #FCACFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.response_txt02 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.response_sec_btn {
    background: rgb(0 28 113 / 40%);
    width: 100%;
}

.response_sec_btn_inner {
    text-align: center;
    display: flex;
    justify-content: center;
    /* width: 20%; */
    align-items: center;
    gap: 5%;
    padding: 2rem 0;
}
.response_whp_btn a {
    background: #51c3e8;
    padding: 10px 40px;
    border-radius: 100vw;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: block;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 1.75rem;
    border: 2px solid #51c3e8;
}
.response_apply_btn a {
    background: #ff669c;
    padding: 10px 40px;
    border-radius: 100vw;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    display: block;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    height: 100%;
    cursor: pointer;
    font-size: 1.75rem;
	border: 2px solid #ff669c;
}
.response_whp_btn a:hover{
  color: #51c3e8;
  background: #fff;
  }
.response_apply_btn a:hover{
  color: #ff669c;
  background: #fff;
  }
p.response_sec_btn_txt:before,p.response_sec_btn_txt:after {
    content: '';
    width: 2px;
    height: 24px;
    background-color: #fff;
    /* margin-right: 30px; */
    /* transform: rotate(-35deg); */
}

p.response_sec_btn_txt:before {
    margin-right: 20px;
    transform: rotate(-35deg);
}

p.response_sec_btn_txt:after {
    margin-left: 20px;
    transform: rotate(35deg);
}

p.response_whp_btn {
    margin: 0;
}

p.response_apply_btn {
    margin: 0;
}

.program_01,.program_02,.program_03 {
    background: #f4f6f7;
    width: 30%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}
.mentar_sec {
    margin-top: 8rem;
    position: relative;
    margin-right: calc(50% - 50vw);
    margin-bottom: 5rem;
}

.mentar_sec_inner {
    width: 90%;
    padding-left: 40%;
    padding: 3rem 0 3rem 40%;
	font-size: 1.15rem;
}

.mentar_sec:before {
    background: #f4f6f7;
    content: "";
    display: block;
    width: calc(100vw - 30%);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
}
.mentar_sec_img {
    width: 30%;
    position: absolute;
    top: -50px;
}
.program_sec_inner p {
    font-size: 1.2rem;
    text-align: center;
}

.program_01 {}

.curriculum_sec {
    background: #f4f6f7;
    margin: 0 calc(50% - 50vw);
    padding: 50px 0;
    text-align: center;
    position:relative;
    z-index: 0;
}
.curriculum_sec:after {
    content: "";
    display: block;
    width: 26vw;
    height: 31vw;
    top: 14%;
    left: 0;
    background: url(../images/kikagaku_bg_l.webp) left top no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: calc(50% - 50vw);
    z-index: -1;
}
.curriculum_sec:before {
    content: "";
    display: block;
    width: 28.4vw;
    height: 31vw;
    top: -5%;
    right: 0;
    background: url(../images/kikagaku_bg_r.webp) right top no-repeat;
    background-size: contain;
    position: absolute;
    margin-right: calc(50% - 50vw);
    z-index: 10;
}
.program_sec {
    padding-bottom: 100px;
}
p.curri_txt {
    margin: 4rem 0 0 0;
    font-weight: 600;
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #002aaa;
}

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

p.curri_txt:before,p.curri_txt:after {
    content: '';
    width: 3px;
    height: 30px;
    background-color: #002aaa;
}

p.curri_txt:after {
    p.curri_txt: before {
    margin-right: 30px;
    transform: rotate(-35deg);
};
    margin-left: 30px;
    transform: rotate(35deg);
}
.curriculum_swiper{
	margin:2rem 0 3rem 0;
}
.curriculum_swiper .swiper-slide{
	width:45% !important;
	height:auto;
}
.curriculum_tbl {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    background: #fff;
    /* border: 1px solid #153cb2; */
}

.curriculum_tbl th {
    background: #153cb2;
    text-align: center;
    color: #fff;
    width: 10vw;
    border-bottom: 1px solid #fff;
}

.curriculum_tbl table {
    border: 1px solid #153cb2;
}

.curriculum_tbl td {
    border-bottom: 1px solid #153cb2;
}
.curriculum_tbl .menu_toggle {
    display: none;
}

.curriculum_tbl .menu_toggle:checked+.Label+.content {
    height: auto;
    padding: 20px;
    -webkit-transition: all .3s;
    transition: all .3s
}
body #katsuyoujyuku_main .curriculum_tbl .content ul {
    list-style: inside;
}
.curriculum_tbl .Label {
    padding: 1em;
    display: block;
    /* margin: 20px 14px 10px 10px; */
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-right: 5vw;
}
.curriculum_tbl .Label:before {
    display: inline-block;
    content: " + ";
    font-size: 2rem;
    font-weight: 500;
    background: #153cb2;
    width: 4vw;
    height: 4vw;
    text-align: center;
    line-height: 4vw;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 2vw);
    right: 20px;
    color: #fff;
}
.curriculum_tbl .menu_toggle:checked+.Label::before {
     content: " ー ";
     /* line-height: 3.4vw; */
}

.curriculum_tbl .Label p{
	margin:0;
}
.curriculum_tbl .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 0;
    margin-bottom: 10px;
    padding: 0 20px;
    overflow: hidden;
    text-align: left
}
.step_sec{
	position:relative;
	z-index: 0;
}
.step_sec:after {
    content: "";
    display: block;
    width: 26vw;
    height: 31vw;
    top: -40%;
    left: 0;
    background: url(../images/kikagaku_bg_l.webp) left top no-repeat;
    background-size: contain;
    position: absolute;
    margin-left: calc(50% - 50vw);
    z-index: 0;
}
.step_sec:before {
    content: "";
    display: block;
    width: 28.4vw;
    height: 31vw;
    bottom: -30%;
    right: 0;
    background: url(../images/kikagaku_bg_r.webp) right top no-repeat;
    background-size: contain;
    position: absolute;
    margin-right: calc(50% - 50vw);
    z-index: 10;
}
.step_sec_inner {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
}

.step_box {
    display: flex;
    flex-direction: column;
    width: 30%;
    background: #f4f6f7;
    align-items: center;
    text-align: center;
}

img.step_num {
    margin-top: -30px;
}
.step_box h4 {
    line-height: 1;
    margin: 2rem 0;
}
.step_box .response_apply_btn a {
    font-size: 1rem;
    padding: 5px 10px;
}

.step_box .response_apply_btn {
    margin: 1rem 0 2rem 0;
}
.step_tyui{
	text-align:center;
	margin:3rem 0;
}
.step_tyui_ttl{
	display: flex;
	padding: 0 60px;
	margin: 0 auto;
	left: 50%;
	/* transform: translateX(-50%); */
	line-height: 1.2;
	/* text-align: center; */
	align-items: center;
	justify-content: center;
	font-weight: 600;
	margin-bottom: 10px;
}
.step_tyui_ttl:before,
.step_tyui_ttl:after {
  content: '';
  /* position: absolute; */
  top: 50%;
  /* display: inline-block; */
  width: 45px;
  height: 2px;
  border-radius:6px;
  background-color: #001c71;
}
.step_tyui_ttl:before{
	 left:0;
	 margin-right: 20px;
	}
.step_tyui_ttl:after {
	 right:0;
	 margin-left: 20px;
}
.voice_sec {
    background: #f4f6f7;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
	padding:120px 0;
}
.voice_sec .swiper{
	padding-top:80px;
}
.voice_box {
    background: #ffffff;
    width: 90%;
    padding: 20px;
    position:relative;
    z-index:0;
    display:flex;
    flex-direction:column;
    min-height:400px;
}
.voice_box p {
    flex: 1;
    height: 100%;
    min-height: 0%;
	margin: 0;
}
.voice_box h4 {
    text-align: center;
    font-size: 1.5rem;
    margin: 1rem 0;
}

img.voice_img {
    margin: -80px auto 0 auto;
    text-align: center;
	z-index:100;
}
form.wpcf7-form.init {
    width: 90%;
    margin: 0 auto;
}

div#contact {
    padding: 5rem 0;
}
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #153cb2;
    border: #153cb2 2px solid;
    border-radius: 100vw;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    display: flex;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 30px auto 0 auto;
    opacity: 1;
    padding: 10px 60px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.5s linear;
}
input[type="submit"]:hover {
    background: #fff;
    color: #153cb2;
    text-decoration: none;
}
form .form_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d0d6d9;
    padding: 30px 0;
}
.form_inner div.label {
    font-size: rem;
    width: 30%;
}
.form_inner p {
    width: 70%;
    margin: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #f4f6f7;
    border-radius: 4px;
    border-style: none;
    box-shadow: none;
    display: block;
    /* font-size: 1.6rem; */
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1rem 1.25rem;
    width: 100%;
}
.form_inner02 {text-align: center;color: #07b9d2;font-weight: bold;/* font-size: 2rem; */}

.form_inner02 label {
    font-size: 2rem;
    font-weight: 500;
}
form .privacy_label .wpcf7-list-item-label{
  display: none;
}
@media screen and (max-width: 767px) {
.site-inner, .site-content, #primary, .site-main {
    width: 100%;
}

.site-inner, .site-content, #primary, .site-main {
    width: 100% !important;
}

.nayami_sec {
    margin: 0;
    padding: 3rem 2% 2rem 4%;
}

.nayami_list li:before {
    width: 23px;
    height: 21px;
    background-size: contain;
    margin-left: -12%;
}

.nayami_list li p {
    width: 100%;
}

.nayami_list li {
    padding: 5px 0 5px 30px;
}

.jirei_sec_inner {
    background: url(../images/bg_gray_sp.webp) left top no-repeat;
    padding-top: 40vw;
    /* background: url(../images/bg_gray.png) center bottom no-repeat; */
    /* background: red; */
    background-size: cover;
}

.jirei_sec dd p {
    font-size: 1.15rem;
}

.jirei_list dt {
    font-size: 1.25rem;
}

img.jirei_catch {
    /* right: 0; */
    width: 90%;
    right: 50%;
    left: 50%;
    top: 20vw;
    transform: translateX(-50%);
}

.jirei_sec {
    margin: 0;
    width: 100%;
    /* padding: 3rem; */
    margin: 3rem 0 0 0;
}

div#katsuyoujyuku_main {}

.jirei_robot02 {
    width: 60vw;
    bottom: 5px;
}

.response_sec_inner {
    font-size: 1.25rem;
    width: 95%;
    margin: 0 auto;
}

.response_sec_inner p {
    line-height: 1.5;
}

.response_txt01 {
    font-size: 1.75rem;
}

.response_txt02 {
    flex-direction: column;
}

.response_sec {
    background: url(../images/navy_bg_sp.webp) center top no-repeat;
    background-size: 100% 100%;
}

.response_sec_btn_inner {
    flex-direction: column;
    row-gap: 20px;
}

p.response_sec_btn_txt {
    font-size: 1rem;
}

a {
    font-size: 1.75rem;
}

.response_whp_btn a {
    padding: 10px 30px;
    font-size: 1.35rem;
}

a {
    padding: 10px 30px;
    font-size: 1.35rem;
}

.response_apply_btn a {
    font-size: 1.25rem;
    padding: 10px 30px;
    font-size: 1.35rem;
}


.sec_lead {
    width: 95%;
    margin: 1rem auto 2rem auto;
}

body #katsuyoujyuku_main .font_xl {
    font-size: 1.75rem;
}	
.nayami_sec_inner {
    flex-direction: column;
}

img.jirei_robot01 {
    width: 45%;
}

.jirei_list_wrapper {
    flex-direction: column;
    align-items: center;
    margin: 80px auto 0 auto;
}

.jirei_list {
    width: 90%;
    margin-bottom: 4rem;
}

.feature_content_forward {
    flex-direction: column;
}

.feature_content_reverse {
    flex-direction: column;
}

body #katsuyoujyuku_main {
    font-size: 1rem;
}
	.mentar_sec_img {
    width: 80%;
    position: inherit;
    top: 0;
}

.mentar_sec_inner {
    padding: 3rem 0 0 5%;
    margin: 0 auto;
}

.mentar_sec:before {
    width: 95%;
    top: 30px;
}

.step_sec_inner {
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.step_box {
    width: 90%;
    padding-bottom: 2rem;
}

.step_box:nth-child(2) {
    margin: 4rem 0;
}

.program_sec_inner {
    flex-direction: column;
}
.program_arrow{
  transform: rotate(90deg);
}
.program_01, .program_02, .program_03 {
    width: 90%;
}
	.feature_list_l:before {
    height: 120vw;
}
.feature_content {
    margin: -124vw auto 2rem auto;
}
.feature_list_r:before {
    height: 120vw;
}
.feature_sec:before {
    width: 60vw;
    height: 62vw;
    z-index: -1;
}
.feature_sec:after {
    width: 60vw;
    height: 62vw;
    z-index: -1;
}
.curriculum_sec:after {
    width: 60vw;
    height: 62vw;
    top: 20%;
}
.curriculum_sec:before {
    width: 60vw;
    height: 62vw;
    top: -10%;
}
.step_sec:after{
    width: 60vw;
    height: 62vw;
    bottom: -200px;
}
.step_sec:before{
    width: 60vw;
    height: 62vw;
    top: 0;
}

.curriculum_sec {
    padding: 3rem 2%;
}

p.curri_txt {
    font-size: 1.25rem;
}

.curriculum_tbl th {
    width: 15vw;
}

.curriculum_tbl .Label {
    padding: 0.5rem 2.2rem 0.5rem 0.5rem;
}

.curriculum_tbl .Label:before {
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    font-size: 1.5rem;
    right: 0;
}

.mentar_sec {
    display: flex;
    flex-direction: column;
}

.mentar_sec_inner {
    font-size: 1rem;
}
.voice_sec{
  padding: 60px 0;
  width: 100%;
  margin: 0 auto;
}
.voice_box{	
  width: 90%;
  margin: 0 auto;
}
}