@charset "utf-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

body {
color: #1A1A1A;
font-size: 12px;
line-height: 1.4;
margin: 0px;
}

body {
background-color: #FFFFFF;
}

.btn {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.btn_ul a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.top_wrap {
  width: 1200px;
  margin: auto;
}

.common_tmp01 {
  color: #FCBE21;
}

body {
  font-family: YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
}

.home section {
  color: #fff;
}

/*
　業務終了時に
  custom.css
  に移し替える！！
*/

/*********************************************** pc ***********************************************/
/* ------------------ ( header ) ------------------ */
.top_header {
  background-color: #1A1A1A;
}

.header_contents {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  position: relative;
}

.header_contents .header_logo {
  width: 10%;
}
.header_contents .phone_number {
  width: 87%;
  padding: 17px 0 13px 0;
}

.header_contents .phone_number ul li {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.5;
}
.header_contents .phone_number a {
  color: #fff;
}
.header_contents .phone_number span {
  margin-right: 5px;
}

.header_contents .phone_number ul li span.common_tmp01{
  display: inline-block;
  width: 100px;
  background-color: #FCBE21;
  color: #000;
  text-align: center;
  font-size :12px;
  padding: 3px;
  border-radius: 20px;
  margin-right: 10px;
}

.header_contents .phone_number ul li span.eigyo_time{
  margin-left: 10px;
}

.header_contents .phone_number span.small {
  font-size: 12px;
  margin-right: 0;
}

.header_contents .menu_box {
  width: 54%;
  padding: 15px 0 13px 0;
  position: absolute;
  right: 0;
  top: 0;
}

.header_contents .menu_box p {
  font-size: 11px;
  color: #fff;
}

.header_contents .menu_box ul li {
  display: flex;
}

.header_contents .menu_box ul li:nth-child(n+2):before {
  content: '/';
  margin: 0px 9px;
    color: #fff;
}

.header_contents .menu_box ul {
  margin-top: 7px;
}

.header_contents .menu_box ul li a {
  font-size: 12px;
  color: #fff;
  border-bottom: 1px solid #1A1A1A;
  position: relative;
}

.header_contents .menu_box ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left;
  transition: 0.2s;
}

.header_contents .menu_box ul li a:hover:before {
  transform: scale(1);
}
.header_contents .big_tmp {
  font-size: 15px;
}


/*-----------------------------( ここからtop )-------------------------*/
.top_contents {
  background-image: url(/wp-content/uploads/2019/12/top_back.png);
  background-size: cover;
  background-position: 80% 20%;
  padding: 386px 0 64px 0;
  color: #fff;
  height: 880px;
}

.top_contents .adress {
  margin-left: 400px;
}
.top_contents .adress p {
  font-size: 15px;
  margin-top: 17px;
  text-shadow: 1px 1px 2px #1a1a1a;
}

.top_contents .text_image {
  width: 503px;
  text-align: right;
}

.top_contents .link_tap {
  margin-top: 28px;
  margin-bottom: 28px;
}
.top_contents .link_tap ul.flex {
  justify-content: flex-end;
}

.top_contents .link_tap li:first-child {
  margin-right: 23px;
}

.top_contents .link_tap li a {
  color: #C81C24;
  width: 280px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
    position: relative;
    z-index: 1
}

.top_contents .link_tap li a.first:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2019/12/top_web.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.top_contents .link_tap li a.second:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(/wp-content/uploads/2020/01/top_taiken.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 20px;
}

.top_contents .link_tap li.pc a.second:after {
  background-image: url(/wp-content/uploads/2020/01/top_taiken.png);
}

.top_contents .link_tap li a:before {
    position: absolute;
    top: 0;
    right: 480px;
    content: '';
    width: 120%;
    height: 100%;
    background: rgba(200,28,36,0.2);
    transform-origin: right top;
    transform: skewX(0deg);
    transition: .3s;
    z-index: -1;
}

.top_top .link_tap li a:hover::before {
    transform-origin: left top;
    transform: skewX(0deg) scale(1, 1);
    top: 0;
    right: 0;
}

.top_bannerWrap{
  justify-content: flex-end;
}

.top_bannerWrap .image {
    width: 32%;
}

.top_bannerWrap .image:not(:last-child){
  /* margin-right: 20px; */
}

.top_top .bottom_news {
  color: #fff;
  position: relative;
}

.top_top .news {
  width: 28%;
  font-size: 25px;
  background-color: #FCBE21;
  line-height: 81px;
}
.top_top .news a {
  padding-left: 200px;
  color: #fff;
}

.top_top .news a span{
    background-color: #960000;font-size: 14px;letter-spacing: 2px;padding: 8px 25px;border-radius: 25px;
}
.top_top .move {
  width: 72%;
  height: 86px;
  font-size: 15px;
  background-color: #FCBE21;
  padding-right: 200px;
}

.top_top .move .none_text{
  line-height: 81px;
  padding-left: 20px;
}

.top_top .move a {
  color: #000;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0 31px 94px;
  margin-right: 51px;
  position: relative;
  font-weight: bold;
}
.top_top .move a:before {
  content: "";
  position: absolute;
  left: 77px;
  bottom: 15px;
  width: 85%;
  height: 1px;
  background: #000;
  transform: scale(0, 1);
  transition: 0.2s;
}
.top_top .move a:hover:before {
  transform: scale(1);
}
.top_top .move a .blank{
  margin-left: 51px
}

.top_top .move a:after {
  content: '';
  display: inline-block;
  width: 7.5px;
  height: 13px;
  background-image: url(/wp-content/uploads/2020/04/top_arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 20px;
  position: absolute;
  top: 40px;
  right: 5vw;
}

/*----------------------(ここからconcept)-----------------------*/
#top_concept {
  background: url("/wp-content/uploads/2019/12/top_concept_bg.png");
  background-size: cover;
  padding: 90px 0 70px 0;
}

.yellow {
  color: #fcbe21 !important;
  text-decoration: none;
}

.common_ttl {
  position: relative;
}

.common_ttl_txt {
  font-weight: bold;
}
#top_concept .common_ttl_txt {
  padding: 0;
}

#top_concept .common_ttl.flex {
    display: block;
}

.common_ttl_txt h3 {
  font-size: 30px;
  margin: 0;
  letter-spacing: .4rem;
}

.common_ttl_txt p {
  font-size: 15px;
}

.concept_logo {
    width: 192px;
    margin: -60px auto 0 auto;
    min-width: 120px;
}

.concept_txt {
  margin: 30px auto;
  text-align: center;
  font-size: 18px;
  line-height: 2rem;
}

.concept_btn {
  justify-content: center;
}
.concept_btn li:not(:last-child){
  margin-right: 23px
}

.concept_btn a {
  width: 120px;
  height: 40px;
  text-align: center;
  font-size: 13px;
  line-height: 40px;
  border-radius: 20px;
  border: #fcbe21 1px solid;
  transition: .3s;
  justify-content: center;
}



.btn-gradient-radius:hover {
  background: #fff;
  opacity: .8;
}
/*-----------------------------( ここからblog )-------------------------*/
.top_blog {
  background-image: url(/wp-content/uploads/2019/12/blog_back.png);
  background-size: cover;
  padding: 70px 0;
}

.common_ttl_txt h3 {
    font-size: 30px;
    margin: 0;
    letter-spacing: .4rem;
}
.blog_contetns .common_ttl_txt p {
    font-size: 15px;
    letter-spacing: .3rem;
}
.blog_contetns .nav {
    padding-top: 40px;
}
.blog_contetns .nav ul {
  justify-content: space-between;
}

.blog_contetns .nav ul li {
  width: 270px;
  font-size: 13px;
  padding: 14px 20px;
  position: relative;
  background-color: #f2f2f2;
}

.blog_contetns .nav ul li #post_day{
  color: #000000;
  padding-bottom: 10px;
  display: block;
  font-weight: 600;
}

.blog_contetns .nav ul li .image {
  width: 100%;
  height: 120px;
  margin-top: 13px;
  z-index: 1;
  position: relative;
  margin: auto;
  overflow: hidden;
  z-index: 0;
}

.blog_contetns .nav ul li .image img{
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
  height: auto;
}


.blog_contetns .nav ul li .image:before {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4);
  }
.blog_contetns .nav ul li:hover .image:before {
  opacity: 0;
  transition: .3s;
}


.blog_contetns .nav ul li a {
  color: #000000;
}
.blog_contetns .nav ul li .one {
  width: 230px;
  margin: auto;
}

.blog_contetns .nav ul li #bold{
  font-size: 18px;
  margin: 10px 0 12px 0;
  display: block;
}
.blog_contetns .nav ul li #solid {
  margin-top: 12px;
}

.nav ul li p {
  text-align: center;
  padding-top: 17px;
  color: #000000;
  display: block;
  width: 100%;
  border-top: 1px solid #000000;
  margin-top: 10px;
}
.blog_contetns .nav ul li p:before {
  content: '';
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/wp-content/uploads/2019/12/blog_triangle.png);
  background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.blog_contetns .voice_btn {
  margin-top: 43px;
  border-radius: 20px;
  padding-bottom: 50px;
}

.blog_contetns .voice_btn a:hover {
    background-color: #fff;
    opacity: .8;
}
.blog_contetns .voice_btn a.btn {
  border-radius: 15px;
}

.blog_contetns .voice_btn a.btn:hover {
  background-color: rgba(0,0,0,0.5);
  transition: 0.3s;
}
/*----------------------(ここからtraining)-----------------------*/
.training {
  background-image: url(/wp-content/uploads/2019/12/training_back.png);
  background-size: cover;
  padding: 57px 0;
}

.training .top_wrap {
  display: flex;
  justify-content: center;
}

.training .image {
  width: 430px;
}
.training .image.right_margin {
  margin-right: 40px;
}
/*----------------------(ここからvoice)-----------------------*/
#top_voice {
  background: url("/wp-content/uploads/2019/12/top_voice_bg.png");
  background-size: cover;
  background-position: center;
}

.voice_mask {
  background: rgba(0, 0, 0, .6);
  padding: 50px 0;
}

.voice_example {
  margin: 50px 0;
}
.voice_example li {
    width: 48%;
}

.voice_example li a{
  align-items: center;
  background-color: rgba(255,255,255,0.5);
  padding: 1em;
}

.voice_example .yellow {
  font-size: 12px;
}

.voice_example_left {
  width: 45%;
}

.voice_example_right {
  width: 45%;
}

.voice_example p.voiceJob {
    padding: 0;
    line-height: 1.5;
}

.example_img {
  width: 32%;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.example_img img{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
  display: block;
}

.example_text {
    width: 65%;
    margin-right: 0;
    color: #000;
}

.example_text p {
  margin: 0;
}

.example_text p {
  font-size: 13px;
}

.example_text h2 {
  font-size: 18px;
  margin: 0;
}


.example_text p {
    font-size: 13px;
    line-height: 1.5rem;
    margin-top: 0;
}
.example_text .btn-gradient-radius {
  border: 1px solid #FCBE21;
  border-radius: 10px;
  width: 95px;
  margin-top: 10px;
}
.example_text .btn-gradient-radius .yellow {
  display: block;
  text-align: center;
}

.voice_sm_btn {
  width: 40%;
  padding: 2px;
  border-radius: 5px;
  margin-left: 60%;
  font-size: 12px;
  font-weight: bold;
  margin-top: 15px;
  font-size: 12px;
}

.voice_btn {
  margin: 0 auto;
}

.voice_btn a.btn{
  text-align: center;
  width: 271px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  color: #FCBE21;
  border: 1px solid #FCBE21;
  margin: 0 auto;
  border-radius: 15px;
}
.voice_btn a.btn:hover {
  background-color: rgba(242,242,242,0.5);
  transition: 0.3s;
}
.voice_btn a:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 12px;
  background-image: url(/wp-content/uploads/2019/12/voice_arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin-left: 10px;
}

.top_voice .voice_btn a.btn:hover {
  background-color: rgba(242,242,242,0.5);
  transition: 0.3s;
}
/*.voice_btn a {
  text-decoration: none;
}*/

/*----------------------(ここからfooter)-----------------------*/
footer {
  color: #fff;
  position: relative;
}


.top_footer .map{
  width: 100%;
  height: 317px;
}

.top_footer .map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: .4s;
}
.top_footer .map iframe:hover{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}


.footer_menu {
  background-color: #000000;
  padding: 32px 0 0 0;
}
.ft_left {
  width: 45%;
}
.ft_right {
  width: 52%;
}

.ft_icon .tel_color a{
  color: #fff !important;
  text-decoration: none;
}

.ft_icon ul li:nth-child(2){
  margin: 24px 0 0 0;
}

.ft_icon ul li .adress{
  width: 280px;
}

.ft_icon ul li dl{
  margin-top: 10px;
}

.ft_icon ul li dl dt{
  background-color: #fff;
  color: #000;
  padding: .1em 1em;
  margin-bottom: 5px;
}

.ft_icon ul li dl dd{
  line-height: 1.5;
}

.ft_icon ul li dl dd span.attention{
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.ft_icon ul li .logo01{
  width: 140px;
  margin-right: 18px;
}

.ft_icon ul li .logo01 > img {
  width: 100px;
}

.ft_icon ul li .store {
  line-height: 0;
  margin-top: 20px;
}

.ft_icon ul li .logo02 {
    width: 130px;
    margin: 10px 28px 0 0;
}
.ft_icon ul li span {
  font-size: 13px;
}

.company_link {
    margin-top: 28px;
}
.company_link a{
  width: 200px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 10px;
}

.company_link a.btn {
  color: #fff;
}

.company_link a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/uploads/2019/12/top_arrow.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0 0 2px 5px;
  transition: all 0.3s;
}
.company_link a:hover:after {
  margin: 0 0 2px 20px;
  transition: 0.2s;
}

.ft_right {
    font-size: 13px;
    border-left: 1px solid #808080;
    padding-left: 36px;
}
.ft_right a {
  display: block;
  text-decoration: none;
  color: #fff;
}

.ft_right .red {
  color: #bd1c24;
  margin-bottom: 20px;
}

.ft_right ul li:nth-child(n+2){
  font-size: 11px;
}
.ft_right ul li:nth-child(n+2) a:before{
  content: '';
  background-image: url(/wp-content/uploads/2019/12/footer_linking.png);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin: 0px 5px 10px 5px;
}
.ft_right .menu {
  width: 20%;
  margin-right: 24px;
}
.ft_right .menu a {
    color: #fff;
}
.ft_right .menu a:hover {
  color: #BD1C24;
  transition: .2s;
}
.ft_right .menu .ma1 {
  margin: 20px 0 27px 0;
}
.ft_right .menu ul {
  margin: 24px 0 27px 0;
}
.ft_right .menu .ma2 {
  margin-bottom: 27px;
}

.ft_right .information {
    width: 26%;
    margin-right: 50px
}

.ft_right .information a {
  color: #fff;
}
.ft_right .information a:hover {
  color: #BD1C24;
  transition: .2s;
}
.ft_right .information ul {
  margin-bottom: 45px;
}
.ft_right .information .ma1 {
    margin: 20px 0 20px 0;
}
.ft_right .link {
  width: 36%;
}
.ft_right .link a {
  color: #fff;
}
.ft_right .link a:hover {
  color: #BD1C24;
  transition: .2s;
}
.ft_right .link ul {
  margin-top: 28px;
}

.footer_bottom {
  background-color: #bd1c24;
  margin-top: 40px;
}
.footer_bottom .top_wrap{
  display: flex;
  justify-content: space-between;

}

.footer_bottom .top_wrap .list ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 30px;
  padding-right: 10px;
  transition: .4s;

}
.footer_bottom .top_wrap .list ul li:nth-child(2) a{
  padding:0 10px;
}
.footer_bottom .top_wrap .list ul li:hover a{
  color: #222;
}

.footer_bottom .top_wrap .copy{
  line-height: 30px;
}

.footer_toTop{
  position: absolute;
  bottom: 10%;
  right: 19%;
  width: 45px;
}

.footer_toTop a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  text-align: center;
  transition: .4s;
}
.footer_toTop p {
  color: #fff;
}

.footer_toTop:hover a{
  color: #BD1C24;
}

.top_bannerWrap .image img {width: 100%;}

.top_bannerWrap {
    justify-content: space-between;
}

.top_banner_box {
  background-image: url(/wp-content/uploads/2019/12/training_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}

.top_bannerWrap .image:nth-child(n + 4) {
  margin-top: 22px;
}

.top_bannerWrap {
  margin-top: -226px;
}

/*********************************************** sp ***********************************************/
@media (max-width: 750px) {

.top_wrap {
  width: 90%;
  margin: auto;
}

.common_ttl_txt h3 {
    font-size: 22px;
    margin: 0;
    letter-spacing: 0.3rem;
}
/*********************************************** sp page ***********************************************/
.topContents {
    padding: 10vw 0;
}
section.top_top {
    margin-top: 50px;
}
.topBg {
    background-image: url(/wp-content/uploads/2019/12/top_back.png);
    height: 50vw;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.top_contents {
    background-position: top;
    padding: 0;
    color: #fff;
    height: auto;
    background-image: none;
    display: flex;
    flex-wrap: wrap-reverse;
    background: #1a1a1a;
}
.text_image {
    width: 40vw;
    text-align: right;
}
.top_contents .text_image {
    width: 100%;
    max-width: 450px;
    text-align: center;
    margin: 0 auto;
}

.top_contents .adress {
    margin: 0 auto;
}

.top_contents .adress p {
    font-size: 13px;
    margin-top: 17px;
    text-align: center;
}

.top_contents .link_tap {
    margin-top: 15px;
    margin-bottom: 0;
}

.top_contents .link_tap ul.flex {
    justify-content: center;
    display: block;
}

.top_contents .link_tap li a {
    color: #C81C24;
    width: 100%;
    max-width: 350px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    margin: auto;
}

.top_contents .link_tap li a.first:after {
    width: 15px;
    height: 15px;
    margin: 0 0 2px 5px;
}
.top_contents .link_tap li:first-child {
    margin-bottom: 10px;
    margin-right: 0;
}
.top_contents .link_tap li a.second:after {
    width: 15px;
    height: 15px;
    margin: 0 0 2px 5px;
}
.top_top .news {
    display: none;
}
.top_top .news a {
    margin-left: -136px;
    writing-mode: vertical-rl;
    text-orientation: upright;
}
.top_top .move {
    width: 100%;
    font-size: 14px;
    padding-right: 0px;
    height: auto;
}
.top_top .move a {
    padding-right: 10px;
    padding: 15px 50px 15px 5px;
    display: block;
    padding: 2vw 10px;
}

.top_top .move a:before {
    left: 2vw;
    bottom: -4px;
    width: 95%;
    height: 1px;
}
.top_top .move a:after {
    top: 26px;
    right: 10%;
}
.top_top .move a .blank {
    margin-left: 0;
}

.top_top .move a span {
 display: block
}
/*--------------------------------(concept)---------------------------*/
#top_concept {
    padding: 15vw 0;
}
#top_concept .common_ttl{
  display: block;
}
#top_concept .common_ttl_txt {
    padding: 0;
    text-align: center;
}
.concept_txt {
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    line-height: 1.5rem;
}
.concept_logo {
    width: 100px;
    margin: 20px auto 0 auto;
}

.concept_btn a {
    width: 100px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    line-height: 25px;
    border-radius: 20px;
    border: #fcbe21 1px solid;
    transition: .3s;
    justify-content: center;
    margin-top: 5px;
}
.concept_btn li:not(:last-child) {
    margin-right: 8px;
}

/*-----------------------( blog )------------------------*/
section.blog {
    padding: 15vw 0;
}
.blog .common_ttl_txt {
    padding: 0;
    margin-bottom: 5vw;
}
.blog_contetns .common_ttl_txt p {
    font-size: 13px;
    letter-spacing: .2rem;
}

.blog_contetns .nav ul {
    justify-content: space-around;
}
.blog_contetns .nav ul li {
    width: 100%;
    padding: 2vw;
}
.blog_contetns .nav ul li:not(:last-child) {
    margin-bottom: 3vw;
}
.blog_contetns .nav ul li .image {
    width: 50%;
    height: 200px;
}
.blog_contetns .nav ul li a {
    display: flex;
    flex-wrap: wrap;
}
.blog_contetns .nav ul li #post_day {
    padding-left: 8px;
    padding-bottom: 0;
    width: 100%;
}
.blog_contetns .nav ul li .image {
    width: calc(45% - 10px);
    height: 130px;
    /* margin-left: 10px; */
    /* padding: 10px; */
}
.blog_contetns .nav ul li .image:before {
    width: 100%;
    height: 45%;
    top: 42px;
    display: none;
}
.blog_contetns .nav ul li .one {
    width: 55%;
    margin: auto;
    padding: 10px;
}
.nav ul li p {
    width: 100%;
    margin-top: 2vw;
    padding-top: 2vw;
}
.blog_contetns .voice_btn {
    margin-top: 25px;
    border-radius: 20px;
    padding-bottom: 0;
}
.voice_btn a.btn {
    width: 45%;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.blog_contetns .nav ul li #bold {
    font-size: 14px;
    margin: 0 0 2vw;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*-----------------------( traning )------------------------*/
.training {
    padding: 15vw 0;
}
.training .image {
    width: 100%;
    margin: 0 auto;
}
.training .image.right_margin {
   margin: 0 auto 10px auto;
}
/**-----------------------=( voice )------------------------*/
.voice_mask {
    background: rgba(0, 0, 0, .6);
    padding: 15vw 0;
}
.voice_example {
    margin: 0 0 20px 0;
}
.voice_example li {
    width: 100%;
}
.voice_example li:last-child{
 margin: 8vw 0 5vw
}
.example_img {
    width: 35%;
    height: 50vw;
    background-color: rgba(255,255,255,.5);
}
.example_text {
    width: 65%;
    margin-right: 0;
    padding-left: 1em;
}
.example_text.sp {
    width: 100%;
    padding: 0;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.example_text h2 {
    font-size: 14px;
    margin-top: 5px;
}
.example_text p {
    font-size: 12px;
    line-height: 1.3rem;
    margin-top: 2px;
}
.voice_sm_btn {
    width: 40%;
    padding: 2px;
    border-radius: 5px;
    margin-left: 30%;
}
.voice_example .yellow {
    font-size: 11px;
}
.voice_btn a:after {
    margin: 0 0 3px 10px;
}

/*-----------------------( footer )------------------------*/
.top_footer .map {
    width: 100%;
    height: 130px;
}
.footer_menu {
    background-color: #000000;
    padding-top: 0;
}
.ft_right.flex {
    display: none;
}
.ft_left {
    width: 100%;
    padding: 15vw 0;
}
.ft_left .flex {
    justify-content: center;
}

.ft_icon ul li:nth-child(1){
  margin-bottom: 50px;
}

.ft_icon ul li .logo01 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: center;
}
.ft_icon ul li .store {
  margin-top: 10px;
  text-align: center;
}
.ft_icon ul li .logo01 > img {
    width: 70px;
}
.ft_icon ul li:nth-child(2) {
    margin: 18px 0 0 0;
}
.ft_icon ul li .logo02 {
    width: 110px;
    margin: 0px 0px 8px 0;
}
.adress {
    line-height: 17px;
    width: 100%;
}

.company_link {
    margin-top: 25px;
}
.company_link a {
    width: 160px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.company_link a:hover:after {
    margin: 0px 0 2px 15px;
    transition: 0.2s;
}

.footer_toTop {
    width: 50px;
    position: absolute;
    bottom: 10%;
    right: 4%;
    width: 45px;
}
.footer_toTop a {
    width: 40px;
}

.footer_bottom {
    background-color: #bd1c24;
    margin-top: 0;
    padding: 1.5vw 0;
}
.footer_bottom .top_wrap {
    display: block;
}
.footer_bottom .top_wrap .list ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 22px;
    padding-right: 10px;
    transition: .4s;
}
.footer_bottom .top_wrap .copy {
    line-height: 13px;
}

.top_facility_image{
  background-color: #000;
  text-align: center;
  padding-bottom: 5vw;
  padding: 0 10% 6vw;
}

.top_facility_image img{
  /* max-width: 75%; */
}

.top_bannerWrap{
  justify-content: space-around;
  background-color: #000;
  padding: 20px 10% 0;
  margin-top: 0;
}

.top_bannerWrap .image {
    width: 49%;
}

.top_bannerWrap .image:not(:last-child){
  margin-right: 0px;
}

.top_top .move .none_text{
  display: none;
}

.top_bannerWrap .image:nth-child(n + 4) {
  margin-top: 0;
}

.top_facility_image .img {
  width: 49%;
}

.top_facility_image .img img {
  width: 100%;
  display: block;
}


}
