@charset "UTF-8";

/* common */

.m_0{
    margin-bottom: 0 !important;
}

.m_r0{
    margin-right: 0 !important;
}

.m_r10{
    margin-right: 10px !important;
}

.m_r30{
    margin-right: 30px !important;
}

.mb_30{
    margin-bottom: 30px !important;
}

.mb_60{
    margin-bottom: 60px !important;
}

.pt_60{
  padding-top: 95px !important;
}

.pc_m_r30{
  margin-right: 30px;
}

.font_bold{
    font-weight: bold;
}


.breadcrumb{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #fff;
}

a:hover{
  transition: background-color 1s;
}




/* header */

.navbar{
  z-index: 99999;
  min-height: 70px;
  border: none;
  margin-bottom: 0;
  background-color: rgba(255,255,255,0.8);
  width: 100%;
  position: fixed;
  border-radius: 0;
}


.container-fluid{
    height: auto;
}


.logo_img{
    width: 200px;
    height: auto;
}

/* nav */

.navbar-brand{
    width: 330px;
    height: auto;
    padding: 20px 15px;
}

#navigation{
    margin-left: auto;
    max-width: 720px;
    position: relative;
}

.navbar-header h1{
  margin-top: 0;
}

#navigation p:last-child{
  width: 30%;
  margin-bottom: 0;
  margin-top: 6px;
}

#navigation p:last-child img{
  width: 100%;
}


.navbar-collapse{
    padding: 0;
}

.nav_menu{
    background: #555;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 0;
    width: 15%;
    text-align: center;
    transition: background-color 0.5s;
}

.nav_menu:hover{
  background: #C2191F;
  transition: background-color 1s;
}

.navbar-text{
    margin-left: 0;
}

.navbar-default .navbar-text a{
    color: #fff;
    padding: 10px;
    display: block;
}

.navbar-default .navbar-text a:hover{
    text-decoration: none;
}


.nav_active{
    background: #C2191F;
}


.sp_tel_btn{
    display: none;
}

.pc_none{
  display: none;
}

.sp_none{
  display: block;
}



#top_movie{
    margin: -140px 0 30px 0;
    z-index: -9999;
}



.top_video{
  position: relative;
}

.top_video p{
    max-width: 1100px;
    position: relative;
    font-size: 27px;
    font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    line-height: 2;
    color: #FFF;
    z-index: 9999;
    margin: -300px auto 105px;
}

.head_img{
  width: 100%;
  position: relative;
}

.head_img img{
  width: 100%;
}

.head_title{
  position: absolute;
  top: 50%;
  left: 24%;
  color: #fff;
}

.head_title h1{
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.title_black{
  color: #000;
}

.title_black h1{
    border-bottom: 2px solid #000;
}

.head_title p{
  font-size: 18px;
  color: #fff;
}

.title_black p{
    color: #000;
}

/* box01 */

.box01{
    width: 1000px;
    margin: 0 auto 60px;
}



/* news */

.box_news h2{
    margin-bottom: 30px;
    color: #333;
    font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;

}

.box_news {
    margin: 0 auto 120px;
    width: 80%;
}

.box_news ul{
}

.box_news ul li {
    font-size: 18px;
    margin-bottom: 15px;
    padding: 20px 20px 10px 20px;
    border-bottom: 1px dotted #Ccc;
}

.box_news ul li:last-child{
    margin-bottom: 0;
}

.news_date{
    color: #C2191F;
    margin-right: 30px;
}

/* box02 */

.box02{
    width: 1000px;
    margin: 0 auto 50px;
}

.box02 h2{
    margin-bottom: 30px;
    text-align: center;
    font-family: "游明朝","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
    line-height: 1.5;
}

.box02_img{
    margin-bottom: 50px;
    display: flex;
}

.box02_img h3{
  display: none;
}

.box02_img_reverse{
    flex-flow: row-reverse;
}

.box02_img:hover{
    opacity: 0.8;
}


/* box03 */
.box03 {
    width: 100%;
    margin: 100px 0 200px;
    padding: 100px 0;
    background: #E6E6E7;
}

.box03_inbox{
    width: 700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}


.box03_inbox_mail a{
    display: block;
    color: #fff;
    background-color: #C2191F;
    padding: 30px 20px 30px 75px;
    background-image: url(../images/menu_icon04.png);
    background-repeat: no-repeat;
    background-position: 20px;
    font-size: 16px;
}

.box03_inbox_mail a:hover{
  background-color: #555;
  text-decoration: none;
}

/* box04 */

.box04{
    text-align: center;
}

.box04 h2{
    margin-bottom: 50px;
    font-family: "游明朝","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.box04_inbox{
    padding: 150px;
    background: url(../images/box04_bg.jpg) no-repeat center;

}

.box04_inbox a{
    display: block;
    color: #fff;
    background:rgba(194,25,31,0.8);
    padding: 70px;
    font-size: 18px;
    width: 500px;
    margin: 0 auto;
    font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
}

.box04_inbox a:hover{
  background-color: #555;
  text-decoration: none;
}

/* box05 */

.box05{
  margin: 0 auto 0px;
  background-color: #E6E6E7;
  padding: 150px 0 50px;
}

.box05 h2{
  text-align: center;
  margin-bottom: 50px;
  font-family: "游明朝","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
}

.box05 h3{
    background: #E6E6E6;
    margin-bottom: 20px;
    padding: 20px;
}

.box05_subtitle{
    color: #C2191F;
    margin-right: 20px;
}

.box05_inbox{
  width: 800px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.box05_inbox_btn a{
    display: block;
    color: #fff;
    background-color: #C2191F;
    width: 200px;
    padding: 15px 30px;
    font-size: 16px;
    text-align: center;
}

.box05_inbox_btn a:hover{
  background-color: #555;
  text-decoration: none;
}

.box05_inbox_txt{
    margin-right: 40px;
    font-size: 16px;
    line-height: 2;
}

.box05_inbox_txt_tel{
    display: flex;
}

.box05_inbox p img{
max-height: 405px;
}

/* footer */

footer{
    color: #fff;
    background: #777;
}

.footer_inner{
    width: 1000px;
    margin: 0 auto;
    display: flex;
}

.footer_inbox01{
  min-width: 345px;
  padding: 50px 100px 50px 0;
   border-right: 2px solid #fff;
}


.footer_logo a{
    display: block;
}

.footer_logo a:hover{
  opacity: 0.8;
}

.footer_logo img{
  max-width: 200px;
  height: auto;
}


.footer_inbox01 h2{
  font-size: 25px;
}

.footer_inbox02{
    width: 100%;
    padding: 50px 0 50px 50px;
}

.footer_inbox02_up{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.footer_inbox02_bottom{
    display: flex;
    align-items: flex-end;
}

.footer_inbox02_item {
    width: 48%;
}

.footer_inbox02_item div{
    margin: 0 0 20px 0;
    background-repeat: no-repeat;
    background-position: 0px 10px;
    border-bottom: 2px solid #fff;
}

.footer_inbox02_item div{
    padding: 0px 0 20px 75px;
    background-image: url(../images/menu_icon01.png);
}

.footer_inbox02_item:nth-of-type(2) div{
    padding: 0px 0 20px 55px;
    background-image: url(../images/menu_icon02.png);
}

.footer_inbox02_item_subtitle{
    font-size: 16px;
}

.footer_inbox02_bottom_item{
    width: 48%;
}

.footer_inbox02_bottom_item a,
.footer_inbox02_item a{
    color: #fff;
}


/* pagetop */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
#page-top a {
    background: #C2191F;
    text-decoration: none;
    padding: 19px 15px;
    text-align: center;
    display: block;
}
#page-top a:hover {
    text-decoration: none;
    background: rgb(228, 29, 36);
}




/* bottom_area */

.bottom_area{
  width: 100%;
  padding: 30px 0;
  background: #E6E6E7;
}

.bottom_area_inbox{
  text-align: center;
}
.bottom_area_inbox_flow a,
.bottom_area_inbox_mail a{
   width: 25%;
  max-width: 315px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #C2191F;
  padding: 29px 20px 29px 75px;
  background-image: url(../images/menu_icon04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  font-size: 16px;
}

.bottom_area_inbox_flow a{
  background-image: none;
  margin-bottom: 30px;
  padding: 29px 20px;
}

.bottom_area_inbox_flow a:hover,
.bottom_area_inbox_mail a:hover{
  background-color: #555;
  text-decoration: none;
}

.bottom_area_inbox_tel{
  display: flex;
  max-width: 33%;
  margin: 0 auto;
  align-items:center;
}

.bottom_area_inbox_tel>p.lead{
  width: 40%;
}

.bottom_area_inbox_tel>p:last-child{
  width: 60%;
}

.bottom_area_inbox_tel>p:last-child img{
  width: 100%;
}

/* about

#about01_01,
#about01_02,
#about01_03,
#about01_04,
#about01_05{
  padding-top: 80px;
  margin-top: -80px;
} */

.about_box{
  width: 1000px;
  margin: 0 auto 120px;
}

.about_box h2{
    font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    text-align: center;
    margin: 0 0 30px 0;
}

.about_box_inbox{
  display: flex;
  justify-content: space-between;

}

.about_box_inbox_item{
  width: 30%;
  height: 150px;
  text-align: center;
  background-image: url(../images/about_img06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about_box_inbox_item_num{
    padding: 5%;
    font-size: 22px;
}

.about_box_inbox_item p{
    padding: 2%;
    font-size: 18px;
}

.about_box_inbox ul{
  width: 1000px;
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
}

.about_box_inbox ul li{
  width: 23%;
}

.about_box_inbox ul li a{
  display: block;
  color: #fff;
  background-color: #C2191F;
  padding: 12px 30px;
  font-size: 14px;
  position: relative;
}


.about_box_inbox ul li a::after{
  content: ">";
  position: absolute;
  right: 10px;
  top: 20%;
  font-size: 25px;
}

.about_box_inbox ul li a:hover{
  background-color: #555;
  text-decoration: none;
}

.about_box_inbox ul li a.about_single{
  padding: 22px 30px;
}

.about_box_flow{
  display: flex;
  justify-content: center;
}

.about_box_flow div.bottom_area_inbox_about{
  margin-right: 20px;
}


.about_box_flow a{
  width: 270px !important;
  text-align: center;
}


.about_box_flex{
  display: flex;
  justify-content: space-between;
   margin-bottom: 30px;
}


.about_box_flex p{
  font-size: 18px;
  line-height: 1.5;
}

.about_list{
  list-style: none;
  padding:0;
}

.about_list p{
  margin: 0;
}

.about_list li{
  display: flex;
  border-radius: 5px;
  border: 3px solid #999899;
  margin-bottom: 30px;
  position: relative;
}

.about_list li:last-child{
  display: flex;
  border-radius: 5px;
  border: 3px solid #C2191F;
  margin-bottom: 30px;
  position: relative;
}


.about_list li::after{
  content: url(../images/about_arrow.png);
  position: absolute;
  bottom: -25px;
  left: 20px;
 }

 .about_list li.about_list_last::after{
  content: "";
 }

.about_list_head{
  background-color: #999899;
  color: #fff;
  padding: 10px 20px;
  font-size: 24px;
}

.about_list_head_last{
  background-color: #C2191F;
}

.about_list_num{
  background: #fff;
  color: #999899;
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 30px;
  margin-left: 10px;
}

.about_list_num_last{
  color: #C2191F;
}

.about_list_discription{
  padding: 10px 18px;
  font-size: 18px;
}

.about_list_title{
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 28px;
  margin-right: 8px;
}

.about_list_title_last{
  color: #C2191F;
}


.about_iso{
  border: 2px solid #C2191F;
  padding: 15px;
  border-radius: 10px;
}

.about_iso h3{
  color: #C2191F;
  font-weight: bold;
}

.bottom_area_inbox_about a{
  width: 31.5%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #C2191F;
  padding: 29px 20px 29px 75px;
  background-image: url(../images/menu_icon04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  font-size: 16px;
  text-align: center;
}

.bottom_area_inbox_about a:hover{
  background-color: #555;
  text-decoration: none;
}

.aboutbox_merit_box{
  border: 2px solid #C2191F;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
}

.aboutbox_merit_box h3{
  background-image: url(../images/about_img06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  height: 70px;
  padding: 14px 0 0 14px;
  margin-top: 0;
  font-size: 22px;
}

/* company

#company_01,
#company_02,
#company_03{
  padding-top: 80px;
  margin-top: -80px;
}*/

.company_box01{
  width: 1000px;
  margin: 0 auto 30px;
  padding: 40px;
  text-align: center;
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 5px solid #EFEFEF;
  line-height: 1.5;

}

.company_box01 h2{
  margin-bottom: 20px;
}

.company_box01 p{
  font-size: 24px;
}


.company_box02{
  width: 1000px;
  margin: 0 auto 120px;
  text-align: center;
}

.company_box02 h2{
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.company_box02 dl{
  border: 1px solid #C7C7C7;
  border-bottom: none;
  display: flex;
  margin-bottom: 0;
}

.company_box02 dl.border_bottom{
  margin-bottom: 20px;
  border-bottom: 1px solid #C7C7C7;
}

.company_box02 dt{
  width: 20%;
  padding: 16px 20px;
  text-align: center;
  background: #EFEFEF;
  border-right: 1px solid #C7C7C7;
}

.company_box02 dd{
  width: 80%;
  text-align: left;
  padding: 16px 20px;
}

.company_box03{
  width: 1000px;
  margin: 0 auto;

}

.company_box03>h2{
  text-align: center;
  margin: 0 0 30px;
  font-weight: bold;
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.company_box03_inbox_wrap{
  margin-bottom: 60px;
}

.company_box03_inbox_wrap h2{
  font-weight: bold;
  font-size: 27px;
}

.company_box03_inbox{
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.company_box03_inbox_item{
  width:60%;
  margin-right: 3%;
}

.company_box03_inbox_item dl{
  border: 1px solid #C7C7C7;
  border-bottom: none;
  display: flex;
  margin-bottom: 0;
}

.company_box03_inbox_item dl.border_bottom{
  border-bottom: 1px solid #C7C7C7;
}



.company_box03_inbox_item dt{
  width: 20%;
  padding: 29px 20px;
  text-align: center;
  background: #EFEFEF;
  border-right: 1px solid #C7C7C7;
}

.company_box03_inbox_item dd{
  width: 80%;
  padding: 29px 20px;
}

.dis-lb	{
	display:inline-block;
	vertical-align:middle;
}

.company_dd img {
  margin-left: 20px;
}

/* recruit */
.recruit_box{
  width: 1000px;
  margin: 0 auto 100px;
}

.recruit_box h2{
  font-size: 30px;
  text-align: center;
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-bottom: 30px;
}

.recruit_box h3{
  font-weight: bold;
  font-size: 20px;
}

.recruit_box_inbox{
  display: flex;
  justify-content: space-between;
}

.recruit_box_inbox_item{
  width:60%;
  margin-right: 3%;
}

.recruit_box_inbox_item dl{
  border: 1px solid #C7C7C7;
  border-bottom: none;
  display: flex;
  margin-bottom: 0;
}

.recruit_box_inbox_item dl.border_bottom{
  margin-bottom: 20px;
  border-bottom: 1px solid #C7C7C7;
}

.recruit_box_inbox_item dt{
  width: 20%;
  padding: 29px 20px;
  text-align: center;
  background: #EFEFEF;
  border-right: 1px solid #C7C7C7;
}

.recruit_box_inbox_item dd{
  width: 80%;
  padding: 29px 20px;
}

.recuit_btn a{
  width: 50%;
  display: block;
  padding: 15px 0;
  background: #C2191F;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}

.recuit_btn a:hover{
  background-color: #555;
  text-decoration: none;
}

.recuit_btn_stop a{
  background: #C7C7C7;
  color: #333;
  pointer-events: none;
  padding: 30px 0;
}

/*追加記述20190917*/



.recuit_btn ul{
  max-width:100%;
 margin: 0 auto;
}

.recuit_btn ul li{
  list-style:none;
  width:50%;float:left;
}

.recuit_btn .right li{
  list-style:none;
  width:50%; float:left;
}

.recuit_btn .right li a{
  margin-left:0px;
  margin-right:0px;
}


/* privacy */

.privacy{
  width: 1000px;
  margin: 0 auto 60px;
}

.privacy h1{
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin: 70px 0 100px 0;
}

.privacy h2{
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0 0 30px 0;
}

.privacy_right{
  text-align: right;
  font-size: 16px;
}


/*Contact */

.contact_box{
  width: 1000px;
  margin: 0 auto;


}

.contact_box h2{
  border-bottom: 1px solid #ECECEC;
  padding-bottom: 10px;
  margin-bottom: 30px;
}


.contact_step {
  margin-bottom: 60px;
}

.contact_description {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 2;
}

.contact_description span{
  color: #fff;
  background: #E83D3D;
  border-radius: 2px;
  padding: 2px 4px;
}


.needs-validation{
  margin-bottom: 30px;
  padding: 50px 70px;
  background: #F2F2F2;
}

.contact_table{
  max-width: 860px;
  width: 100%;
}

.contact_table th{
  width: 40%;
  text-align: right;
  font-size: 18px;
  font-weight: normal;
  padding: 0 10px 20px 0;
}

.contact_table th span{
  color: #fff;
  background: #E83D3D;
  border-radius: 2px;
  padding: 4px 6px;
  font-size: 14px;
}

.contact_table th span.contact_any{
  color: #fff;
  background: #979797;
  border-radius: 2px;
  padding: 4px 6px;
  font-size: 14px;
}

.contact_flex dl dt{
  font-size: 18px;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: normal;
  min-width: 40px;
}

.contact_flex input.postal_code{
  width: 40%;
}

.contact_flex p.postal_code_link{
  padding: 8px;
  background: #979797;
  border-radius: 5px;
  height: 35px;
  margin: 5px 0 0 20px;
  box-sizing: border-box;
}

.contact_flex p.postal_code_link:hover{
  background-color: #555;
}

.contact_flex p.postal_code_link a{
  color: #fff;
}


.contact_flex p.postal_code_link a:hover{
  text-decoration: none;
}


.contact_table td{
/*  max-width: 60%;*/
  padding: 1% 0 10px 0;
}

.contact_table tr:last-of-type td{
  padding:0;
}

.contact_table td input{
  width: 100%;
  padding: 10px;
  height: 45px;
  font-size: 18px;
}

.contact_table td select{
  width: 135px;
  height: 40px;
}

.contact_table td textarea{
  width: 100%;
  height: 200px;
}

.contact_flex{
  display: flex;
}

.contact_flex dl{
/*  margin-right: 20px;
  padding-right: 20px; */
  margin-bottom: 0;
  display: flex;
}

.contact_flex dl:nth-child(2n){
  margin-right: 0;
  margin-left: 20px;
}

.contact_table th{
  vertical-align: initial;
  padding-top: 2%;
}

.contact_name input{
  }

.contact_inbox{
  margin-bottom: 60px;
}

.contact_inbox p{
  font-size: 18px;
}


.contact_inbox_agree,
.contact_inbox_submit{
  text-align: center;
}

.contact_inbox_agree{
  margin: 30px auto;
  width: 100%;
  transform: none;
  font-size: 17px;
  font-weight: normal;
}


.contact_inbox_submit input{
  background: #fff;
  border: 1px solid #000;
  padding: 10px 30px;
}

.contact_inbox_submit input:hover{
  background-color: #555;
  color: #fff;
}

.thanks .m_0 {
    margin-top: 7%;
}

/*.required_input input,*/
/*.required_input textarea{*/
  /*background-color: #ffffcc;*/
/*}*/

.error{
  color: #f00;
  font-size: 12px;
}

.error_td{
  padding-top: 0 !important;
}

.error_td dl{
  width: 50%;
}

.error_td dl:nth-child(2n){
  margin-left: 0;
}

/* flow */

.flow{
  width: 1000px;
  margin: 0 auto 120px;
}

.flow h2{
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0 0 30px 0;
}

.pc_pt50{
  padding-top: 50px !important;
}

@media screen and (max-width: 768px){

  .pc_m_r30{
    margin-right: 0;
  }

  .spmb_30{
    margin-bottom: 30px !important;
  }

  .box05_inbox_btn a{
	  width: 100%;
  }


/* nav */
.navbar-brand{
    width: auto;
    padding: 0;
}

.container-fluid{
    height: auto;
    padding: 0;
}

.navbar{
    min-height: 65px;
    border-radius: none;
    background-color: rgba(255,255,255,1);
}

#navigation{
	background-color: #e7e7e7;
}

/* logo */
.logo_img{
  width: 150px;
  height: auto;
}

.sp_tel_btn{
  display: block;
  position: absolute;
  right: 65px;
  top: 23px;
}

.sp_tel_btn a{
  color: #333;
}

.navbar-header h1{
    height: 35px;
    padding-left: 15px;
    margin: 15px 0 0 0;
}

.navbar-header{
  padding: 0 15px;
}

.navbar-header>div{
  padding: 15px;
}

.navbar-toggle{
    margin-top: 15px;
    border: none;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header, {
    margin: 0;
}

.navbar-toggle{
  margin-right: 10px;
}

.nav_menu{
    background: #898989;
    box-sizing: border-box;
    margin-top: 0;
    width: auto;
    background: none;
}

.nav_menu:first-child{
    margin-top: 5px;
}

.navbar-default .navbar-text {
    border-bottom: 1px solid #ccc;
}

.head_title{
  top: 45%;
  left: 15%;
}

.head_title h1{
  font-size: 18px;
}

.head_title p{
  font-size: 14px;
}

.head_img img{
  margin-top: 65px;
}



.navbar-default .navbar-text a {
    color: #333;
    padding: 0 0 10px 0;
    display: block;
}

.navbar-default .navbar-text:first-child a,
.navbar-default .navbar-text a{
    padding: 10px 0;
    position: relative;
}

.navbar-default .navbar-text:first-child a::after,
.navbar-default .navbar-text a::after,
.nav_privacy::after{
  content: ">";
  position: absolute;
  right: 10%;
  top: 15%;
  font-size: 20px;
}

.navbar-default .navbar-text:first-child a:hover,
.navbar-default .navbar-text a:hover,
.nav_privacy:hover{
  color: #fff;
}

.glyphicon-earphone::after {
    content: none;
}

.pc_none{
  display: block;
}

.sp_none{
    display: none;
}


.breadcrumb{
  width: 95%;
}



#top_movie{
    margin: 65px 0 30px 0;
}

.top_video{
  position: relative;
  margin-bottom: 40px;
}

.top_video p{
  width: 95%;
  position: static;
  font-size: 16px;
  margin: 0 auto;
  color: #333;
}

/* box01 */
.box01 {
    width: auto;
    margin: 0 0 60px 0;
    padding: 0 15px;
}



.box_news{
  width: 100%;
  margin-bottom: 0;
}


.box_news h2{
  font-size: 20px;
}

.box_news ul li{
  font-size: 16px;
}

/* box02 */
.box02{
    width: auto;
    margin: 0 0 60px 0;
    padding: 0 15px;
}

.box02 h2{
    font-size: 23px;
}

.box02_img{
  display: block;
  position: relative;
}

.box02_img img{
    width: 100%;
}

.box02_img h3{
  width: 100%;
  display: block;
  font-family: "游明朝","Hiragino Mincho Pro","ＭＳ Ｐ明朝","MS PMincho",serif;
  text-align: center;

}

.box02_img h3 a{
  color: #C2191F;
}

.sp_box_img{
  display: none;
}



/* box03 */
.box03 {
    width: 100%;
    margin-bottom: 60px;
    padding: 30px 0;
    background: #E6E6E7;
    text-align: center;
}

.box03_inbox{
    width: auto;
    display: block;
}

.box03_inbox_mail{
    width: 300px;
    margin: 20px auto 0;
}

/* box04 */
.box04_inbox{
    padding: 20px;
}

.box04_inbox a{
  width: 300px;
}

/* box05 */
.box05{
    width: auto;
    margin: 0;
    padding: 15px;
}

.box05_inbox{
  width: 95%;
    display: block;
}

.box05_inbox_txt{
    margin: 0 0 30px 0;
}

.box05_inbox>p>img{
  display: none;
}


.bottom_area_inbox_tel{
  max-width: 100%;
}

/* footer */

.footer_inner{
    width: auto;
    margin: 0;
    padding: 15px 15px 0;
}

.footer_inbox01{
    border: none;
    padding:0;
}

.footer_inbox02{
    display: none;
}



#page-top a {
    background: #C2191F;
    text-decoration: none;
    width: 50px;
    padding: 20px 0;
    text-align: center;
    display: block;
}

#page-top a img{
    width: 50%;
}



/* bottom_area */

.bottom_area{
  width: 100%;
  padding: 30px 0;
  background: #E6E6E7;
}

.bottom_area_inbox{
  text-align: center;
}
.bottom_area_inbox_mail a{
  width: 85%;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #C2191F;
  padding: 29px 20px 29px 75px;
  background-image: url(../images/menu_icon04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  font-size: 16px;
}

.bottom_area_inbox_flow a{
  background-image: none;
  margin-bottom: 30px;
  padding: 29px 20px;
   width: 85%;
  display: block;
  color: #fff;
  background-color: #C2191F;
  font-size: 16px;
}



.bottom_area_inbox_tel{
  display: block;
  width: 95%;
  margin: 0 auto;
}


.bottom_area_inbox_tel>p.lead{
  width: 100%;
}

.bottom_area_inbox_tel>p:last-child{
  width: 100%;
}

.bottom_area_inbox_tel>p:last-child img{
  width: 80%;
}

/* about */

.about_box{
  width: 95%;
  margin: 0 auto 90px;
}

.about_box h2{
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  margin: 0 0 30px 0;
}



.about_box_inbox{
  display: block;
  /* justify-content: space-between; */

}

.about_box_inbox_item{
  width: 95%;
  height: 150px;
  margin-bottom: 30px;
  text-align: center;
  background-image: url(../images/about_img06.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.about_box_inbox_item_num{
    padding: 5%;
    font-size: 22px;
}

.about_box_inbox_item p{
    padding: 2%;
    font-size: 18px;
}

.about_box_inbox ul{
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.about_box_inbox ul li{
  width: 48%;
  margin-bottom: 20px;
}

.about_box_inbox ul li a{
  font-size: 11px;
  height: 60px;
}

.about_box_inbox ul li a.about_single{
  padding: 15px 30px;
}

.about_box_flex{
    display: block;
    margin-bottom: 30px;
}

.about_box_flex>p{
  margin-bottom: 20px !important;
}

.about_box_flex img{
  width: 100%;
}

.about_list_head{
  padding: 45px 20px 0;
}

.about_list li:first-child .about_list_head{
  padding: 35px 20px 0;
}

.about_list li:nth-last-child(3) .about_list_head{
  padding: 20px 20px 0;
}


.about_list_head_last{
  padding: 20px 20px 20px;
}

.about_list_discription{
  padding: 10px 18px;
  font-size: 18px;
}

.about_list_title{
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  font-size: 28px;
  margin-right: 8px;
}

.about_list_title_last{
  color: #C2191F;
}


.about_iso{
  border: 2px solid #C2191F;
  padding: 15px;
  border-radius: 10px;
}

.about_iso h3{
  color: #C2191F;
  font-weight: bold;
}

.bottom_area_inbox_about a{
  width: 300px;
  margin: 0 auto;
  display: block;
  color: #fff;
  background-color: #C2191F;
  padding: 29px 20px 29px 75px;
  background-image: url(../images/menu_icon04.png);
  background-repeat: no-repeat;
  background-position: 20px;
  font-size: 16px;
}


.aboutbox_merit_box{
  border: 2px solid #C2191F;
  margin-bottom: 30px;
  padding: 15px;
  border-radius: 10px;
}

.aboutbox_merit_box h3{
  background-image: url(../images/about_img06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 130px;
  height: 70px;
  padding: 14px 0 0 14px;
  margin-top: 0;
  font-size: 22px;
}


.about_box_flow{
  display: block;
  text-align: center;
}

.about_box_flow div.bottom_area_inbox_about{
  margin: 0 auto 30px;
  max-width: 315px;
}

/* company */

.company_box01{
  width: 95%;
  margin: 0 auto 30px;
  padding: 15px;
  text-align: center;
  font-family: 游明朝, "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border: 5px solid #EFEFEF;
  line-height: 1.5;
}

.company_box01 h2{
  font-size: 22px;
}

.company_box01 p{
  font-size: 16px;
}

.company_box02{
  width: 95%;
  margin: 0 auto 60px;
}


.company_box02 dt{
  width: 40%;
}

.company_box02 dd{
  width: 60%;
}

.company_box03{
  width: 95%;
  margin: 0 auto;

}

.company_box03>h2{
  font-size: 27px;
}

.company_box03_inbox_wrap{
  margin-bottom: 60px;
}

.company_box03_inbox_wrap h2{
  font-weight: bold;
  font-size: 27px;
}

.company_box03_inbox{
  display: block;
  margin-bottom: 30px;
}

.company_box03_inbox img{
  width: 100%;
}

.company_box03_inbox_item{
  width: 100%;
  margin: 0 0 30px 0;
}

.company_box03_inbox_item dt{
  width: 40%;
}

.company_box03_inbox_item dd{
  width: 60%;
  padding: 29px 20px;
}

.company_dd img {
  width: 100%;
  margin-left: 0;
}


/* recruit */
.recruit_box{
  width: 95%;
  margin: 0 auto 60px;
}

.recruit_box h1{
  font-size: 22px;
}

.recruit_box h2{
  margin-top: 0;
}

.recruit_box_inbox{
  display: block;
}

.recruit_box_inbox_item{
  width:100%;
  margin: 0 0 20px 0;
}

.recruit_box_inbox img{
  width: 100%;
}

.recruit_box_inbox_item dl.border_bottom{
  margin-bottom: 20px;
}

.recruit_box_inbox_item dt{
  width: 30%;
}

.recruit_box_inbox_item dd{
  width: 70%;
}

.recuit_btn a {
	width: 100%;
	font-size: 17px;
	padding: 15px;
}


/*追加記述20190917*/

.recuit_btn .clearfix{
  padding:0;
}

.recuit_btn ul{
 max-width:100%;
 margin: 0 auto;
}

.recuit_btn ul li{
  list-style:none;
  width:100%;
  float:none;
  margin-bottom: 20px;
}

.recuit_btn .right li{
  list-style:none;
  width:100%;
  float:none;
}

.recuit_btn .right li a{
  margin-left:0px;
}


/* privacy */

.privacy{
  width: 95%;
  margin: 0 auto 60px;
}

.privacy h1{
	font-size: 35px;
}

.privacy h2{
	font-size: 29px;
}

/*Contact */

.contact_box{
  width: 95%;
  margin: 0 auto;
}

.contact_step{
  width: 100%;
  margin-bottom: 30px;
}

.contact_table {
  border-collapse: collapse;
}
.contact_table td, .contact_table th {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: left;
}

.needs-validation{
  margin-bottom: 30px;
  padding: 20px 2%;
  background: #F2F2F2;
}

.contact_flex dl{
  margin-right: 0;
}

.contact_flex dl dd{
  width: 90%;
  margin-bottom: 10px;
}

.contact_flex dl:nth-child(2n){
  margin-left: 0;
}

.sp_flex{
  display: flex !important;
}

.error_td dl{
  width: 100%;
}

/* flow */

.flow{
  width: 95%;
  margin: 0 auto 30px;
}

.flow img{
  width: 100%;
}

/*トップNEWS削除後*/
.pc_pt50{
  padding-top: 0 !important;
}

}
