@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html{
margin-top: 0px !important;
}
body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul,ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}


.screen-reader-text{
  display:none;
}

/********************************
title
*********************************/
.ttl_large{
    
}


/********************************
header
*********************************/



/********************************
main
*********************************/


/********************************
footer
*********************************/


/* ====================================================
base style
==================================================== */
html {
  font-size: 62.5%; }

body {
  color: #222222;
  font-size: 100%;
/*  font-size: 10px;
  font-size: 1.0rem;*/
  font-size: 1.6rem;
  background-color: #FFFFFF;
  line-height: 1.6;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  /*  font-family: sans-serif; */
  /*  font-family: arial, sans-serif; */
  /*  font-family: 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;  */
  /*  font-family: Verdana, Arial, Helvetica, sans-serif; */
  /*  font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif; */
  /*  font-family: Arial, Verdana, 'Helvetica Neue', Helvetica, sans-serif; */
  /*  font-family: Osaka, Arial, Helvetica, sans-serif; */
  /*  font-family: 'MS PGothic', Osaka, Arial, sans-serif; */ }

  img{
      max-width: 100%;
      vertical-align: middle;
	      height: auto;
  }
a{
  color: #222222;
  text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
 }



a:hover {
  color: #222222;
  }

a:active {
  color: #222222;
  text-decoration: underline; }
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



a.text-link{
	color:#E82424;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a.text-hover {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
a.text-hover::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #E82424;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
a.text-hover:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 768px) {
	body{
		font-size:1.4rem;		
	}
	}
/* 通常時のclearfix
-------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 上記で不都合が通じる場合のclearfix
-------------------------- */
.clearfix2 {
  overflow: hidden; }

/* イレギュラーな場合のみ使うCSS(※基本的には使用しないこと)
-------------------------- */
/* margin
--------------
 */
/* top */
.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

/* bottom */
.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/* left */
.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

/* right */
.mr10 {
  margin-right: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

/* padding
--------------
 */
/* top */
.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

/* bottom */
.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

/* ====================================================
layout style
==================================================== */
/* header
-------------------------- */
header{
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow:0px 1px 1px 1px rgba(0,1,1,0.1);
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.logo{
    padding: 5px 30px 15px 30px;
}
.gloval-nav li{
    padding: 10px 18px;
    position: relative;
}
.gloval-nav li a {
    display: block;
    padding: 0px 0 0px 0px;
    position: relative;
}
.gloval-nav li::before {
    content: "/";
    /* border: 0; */
    position: absolute;
    /* padding-right: 10px; */
    left: 0px;
    color: #bbb;
}
.gloval-nav li:first-of-type::before {
content: none;
}
#menu-global_nav{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
/*nav current*/

.gloval-nav li a:after{
	position: absolute;
    bottom: 2px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #E82424;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.gloval-nav li a:hover::after {
    bottom: -4px;
    opacity: 1;
    visibility: visible;
}
.gloval-nav li.current-menu-item a:after,
.gloval-nav li.current-page-ancestor a:after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #E82424;
	    opacity: 1;
    visibility: visible;
}

.contact-btn{
    display: block;
    color:#fff;
    text-align: center;
    padding: 20px 20px 10px 20px;
}
.contact-btn i{
    font-size: 2.6rem;
}
.contact-btn span{
    display: block;
}
.contact-btn:hover{
opacity: .8;
color: #fff;
}
.gloval-nav ul{
    
align-items: flex-end;
}



/* footer
-------------------------- */
/* sidebar
-------------------------- */
/* mainContens
-------------------------- */
/* ====================================================
component style
==================================================== */
/* ------------------------
color
------------------------ */
.color-red{
    color:#E82424;
}
.color-wh{
    color:#ffffff;
}
.color-bl{
    color:#222222;
}
.bg-wh{
    background: #ffffff;
}
.bg-gr{
    background: #F7F7F7;
}
.bg-red{
    background: #E82424;
}
.border-b-gr{
    border-bottom:1px solid #DDDDDD;
}
/* ------------------------
text-algin
------------------------ */
.t-center{
    text-align: center !important;
}
.t-left{
    text-align: left !important;
}
.t-right{
    text-align: right !important;
}

/* ------------------------
box
------------------------ */
.wrap {
  width: 600px;
  margin: 40px auto; }
.inner{
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 10px;
}
.inner-detail{
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px 70px 10px;
}
.detail-contents a{
	color:#E82424;
	text-decoration:underline;
}
.detail-contents a:hover{
	text-decoration:none;
}
main{
  margin: 90px 0 0 0;
}

@media screen and (max-width: 768px) {
.inner{
	padding: 50px 20px;
}
	.inner-detail{
		    padding: 10px 20px 70px 20px;

	}
}
/* ------------------------
slick slider
------------------------ */
.sp-slider{
	display:none;
}
.pc-slider{
	display:block;
}
@media screen and (max-width: 768px) {
.sp-slider{
	display:block;
}
.pc-slider{
	display:none;
}
	.slick-arrow{
		display:none !important;
	}
	.slick-dots {
    width: 60%;
	}
}
/*スライド数のドットの色を変える*/
.slick-dots li.slick-active button:before,
.slick-dots li button:before {
    color: #d2d2d2;
    opacity: 1;
}
/*スライド画像の横幅可変*/
.slider img {
    max-width: 100%;
     height: auto;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f53c03;
  }
  .slick-dots li button:before{
    font-size: 15px;
  }

  .slick-dots{
    text-align: left;
    bottom: 10px;
    z-index: 11;
    left: 15px;
	 width: auto;
  }
  .slick-dots li{
    margin: 0 2px;
  }
.slick-prev, .slick-next{
	left:0;
	right:0;
	display:none;
}
/* ------------------------
main-catch
------------------------ */
.main-slide{
  position: relative;
}
.main-catch{
  width: 50%;
  position: absolute;
  top: 0;
  bottom:0;
  left: 0px;
  margin: auto;
  z-index: 10;
  padding: 100px 0 0 100px;
}
.catch-copy{
  font-size: 5.0rem;
  line-height: 1.5;
  margin-bottom: 40px;
  letter-spacing: 1rem;
}
.catch-copy-sub{
    letter-spacing: 0.4rem;
    line-height: 1.8;
}
.font-m{
font-family: "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* ------------------------
title
------------------------ */
.main-title {
  font-size: 3.4rem;
  margin: 0 0 20px 0;
  text-align: center;
	font-weight:bold;
}
.sub-title{
    font-size: 1.4rem;
    font-weight: normal;
    display: block;
}
.main-title-ditail{
    font-size: 3.2rem;
    position: relative;
    margin: 60px 0 40px 0;
    padding: 0 0 5px 0;
}
.main-title-ditail::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #E64848;
}

.header-detail{
  /*  padding: 90px 0 0 0;*/
    background-image:url(../images/header-detail.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    position: relative;
    min-height: 250px; 
}
.header-detail .main-title{
position: absolute;
    top: 40%;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: block;
}
@media screen and (max-width: 768px) {
	.header-detail{
		    min-height: 100px;
	}
	.header-detail .main-title{
		top:25%;
	}
.main-title {
    font-size: 2.4rem;
	    line-height: 1.4;
}
	.sub-title {
    font-size: 1.2rem;
	}
	.main-title-ditail {
    font-size: 2.5rem;
		margin: 0 0 20px 0;}
}
	/* ------------------------
module-title
------------------------ */
.module-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  font-weight: bold; }


.lead{
    font-size: 2.0rem;
    margin: 20px;
}
@media screen and (max-width: 768px) {
	.lead{
    font-size: 1.8rem;
}
}
/* ------------------------
display flex
------------------------ */
.d-flex{
    display: flex;    
}
.d-space-between{
    justify-content:space-between;
}
.d-space-around{
    justify-content:space-around;
}

.d-row-reverse{
    flex-direction: row-reverse;
}
.col-2{
    width: 20%;
}

.col-4{
    width: 40%;
}
.col-6{
    width: 60%;
}
.col-7{
    width: 70%;
}
.col-8{
    width: 80%;
}
.flex-wrap{
flex-wrap: wrap;
}
.flex-end{
justify-content: flex-end;
}

@media screen and (max-width: 768px) {
	.t-sm-center{
		text-align:center !important;
		
	}
	.col-sm-10{
    width: 100% !important;
}
		.col-sm-5{
    width: 50% !important;
}
	.d-sm-block{
    display: block !important;    
}
}


/* ------------------------
link-btn
------------------------ */
.btn{
    border: 1px solid #222222;
    padding:12px 50px 12px 30px; 
    margin: 20px 0 0 0;
    display: inline-block;
}
.btn {
    background-color: #fff;
    border: 1px solid #222222;
    color: #222222 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.btn:hover {
    background-color: transparent;
    border: 1px solid #222222;
    color: #222222 !important;
    border-radius: 30px;
    text-decoration: none;
}
.button{
  display: inline-block;
  padding: 15px 30px;
  margin: 20px 0;
  position: relative;
  color: #fff;
}


/*btn red*/
.btn-red{
    border: 1px solid #E82424;
    display: inline-block;
}
.btn-red {
    background-color: #E82424;
    border: 1px solid #E82424;
    color: #fff !important;
}
.btn-red:hover {
    border: 1px solid #fff;
    color: #fff !important;
}


/* BUTTON 6 */

#button-6{
  border: 1px solid #222222;
  color: #222222;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1;
}

#button-6:before, #button-6:after{
  content: "";
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 50%;
  top: -50%;
  left: 0;
  background-color: #222222;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#button-6:after{
  top: 100%;
}

#button-6:hover{
  color: #fff;
  text-decoration: none;
}

#button-6:hover:before{
  top: 0;
}

#button-6:hover:after{
  top: 50%;
}



.arrow{
position: relative;
display: inline-block;
color: #000;
vertical-align: middle;
text-decoration: none;
    min-width: 200px;
    text-align: center;
}
.arrow::before,
.arrow::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.arrow-bl::before{
right: 25px;
width: 10px;
height: 10px;
border-top: 1px solid #222222;
border-right: 1px solid #222222;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arrow-red::before{
right: 25px;
width: 10px;
height: 10px;
border-top: 1px solid #E82424;
border-right: 1px solid #E82424;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}


.arrow-wh::before{
border-top: 1px solid #fff;
border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
.arrow-red::before {
	right: 10px;
}
}

/* ------------------------
breadcrumbs
------------------------ */
#breadcrumbs {
text-align: left;
    position: relative !important;
    margin: 0px auto 60px auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    max-width: 1000px;
    padding-top: 20px;
}
#breadcrumbs ol {
	text-align: left;
	list-style-type: none;
        font-size: 85%;
	margin: 0px;
	padding: 0px;
	position:relative;/*IE用*/
}
#breadcrumbs ol li {
	display: inline;
	margin: 0px;
}
#breadcrumbs ol li:after {
	content: ">";
        padding: 0 10px;
	color: #e82324;
}
#breadcrumbs ol li:last-child:after {
	content: "";
}
#breadcrumbs ol li a{
    text-decoration: none;
}
#breadcrumbs ol li a:hover{
	color:#E82424;
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	#breadcrumbs{
		margin-bottom:30px;
		padding:10px;
	}
}
/* ------------------------
company recruit
------------------------ */
.top-company{
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/company.jpg);
	background-repeat:no-repeat;
	width:50%;
	background-size: 100%;
	position:relative;
	background-size:cover;
}
.top-recruit{
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../images/recruit.jpg);
	background-repeat:no-repeat;
	width:50%;
	 background-size: 100%;
	position:relative;
	background-size:cover;
	    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.banner-area a{
	display:block;
	padding:80px 20px;
	color:#fff;
	text-align:center;
}
.top-company:hover{
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/company.jpg);
		background-repeat:no-repeat;
	width:50%;
	background-size: cover;
	position:relative;
		-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.top-recruit:hover{
	background: linear-gradient( 90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../images/recruit.jpg);
	background-repeat:no-repeat;
	width:50%;
	 background-size: cover;
	position:relative;

}

 /*.banner-area li:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color:rgba(0,0,0,0.4);
  }*/
@media screen and (max-width: 768px) {
.banner-area a {

	padding: 40px 20px;
}
}
/* ------------------------
news
------------------------ */
.news-data{
    font-weight: bold;
    margin-right: 40px;
    min-width: 100px;
}
.news-list:first-of-type{
    border-top:1px solid #DDDDDD;
}
.news-list{

    border-bottom:1px solid #DDDDDD;
}
.news-list a{
    display: block;
padding: 25px;
text-align: left;
}
.news-list a:hover{
    background: #F7F7F7;
}
.news-title{
    margin: 0 30px 0 0;
}


@media screen and (max-width: 768px) {
.news-list a {

    padding: 15px 0 15px 0;
}
	.news-title {
    margin: 2px 40px 0 0;
	}
}
	/* ------------------------
method
------------------------ */
.bg-img-method{
    background-image: url(../images/bg-method.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;

}
.method-list-row{
    margin-left: -20px;
	justify-content:center;
}
.method-list{
    width: 43%;
    margin-left: 20px;
    max-width: 220px;
    margin-bottom: 20px;
    text-align: center;
}
.method-list p{
margin-top:5px;	   
}
.method-list img{
	height:140px;
	object-fit: cover;
	width:100%;
}
.method-list figure:hover img{

}
.col-r,
.col-l{
    width: 50%;
}
.col-r{
    margin-left: 20px;
}
.method-lead{
    margin: 20px 0;
	color:#fff;
}
.method-arrow .arrow{
	border:1px solid #fff;
	
}

/* prev next*/
.prev_next_article_links{
	width: 100%;
	margin:40px 0 50px 0;
	overflow:auto;
}
.prev_next_article_links li span{
	color:#E64848;
	padding:0 20px;
	font-weight:bold;
	display:block;
}
.next_link span{
	text-align:right;
}
.prev_next_article_links li{
	display: table-cell;
	padding: 20px;
	border-right:1px solid #ccc;
	width: 50%;
	box-sizing:border-box;
}
.prev_next_article_links li:nth-child(even){
	border-right:none;
}
.prev_next_article_links li.next_link:nth-of-type(1){
	border-right:none;
	border-left:1px solid #ccc;
}
.prev_next_article_links img{
	margin:0 10px 5px 0;
	width:140px;
	vertical-align:top;
	float:left;
}
.prev_next_article_links li a{
	text-decoration: none;
	padding:10px 20px 10px 20px;
	display:block;
	position: relative;
	overflow: auto;
	font-weight:bold;
}
.prev_next_article_links li a:hover .prev_next_case_tit{
	color:#E64848;
}
.prev_next_article_links li.prev_link{
	float: left;
}
.prev_next_article_links li.next_link{
	float: right;
}
.prev_next_article_links li.prev_link .prev_next_tit {
	float:left;
	bottom: 0;
	height: 40px;
	left: 15px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 60px;
}
.prev_next_article_links li.next_link .prev_next_tit {
	float:right;
	bottom: 0;
	height: 40px;
	margin: auto;
	position: absolute;
	right: 15px;
	top: 0;
	width: 60px;
}
.prev_next_article_links .prev_link .prev_next_text{
	float:right;
	width:78%;
}
.prev_next_article_links .next_link .prev_next_text{
	float:left;
	width:78%;
}
.prev_next_article_links li a h2{
	margin:0px 0 10px 0;
	line-height:1.4;
	text-decoration:underline;
	background:none;
	font-weight:bold;
}
.prev_next_article_links li a:hover h2{
	text-decoration:none;
}
.prev_next_article_links li a .paging_tit{
	text-align:center;
	font-weight:bold;
	margin:0 0 0px 0;
	font-size: 1.0em;
}
.prev_next_article_links li a p{
	font-size:1.1em;
	color:#333;
	margin:0 0 0 0;
	line-height:1.3;
}
.prev_next_article_links ul{
	margin:0;
	padding:0;
}
.prev_next_article_links li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.prev_next_article_links li:hover a{
	color:#E82424;
}
.prev_next_case-company{
	padding:0 20px 10px 20px;
	font-size:1.4rem;
}
.prev_next_case_tit{
	word-break:break-all;
}

@media screen and (max-width: 768px) {
	.method-list img{
		height:100px;
	}
	.method-list-row{
		margin-top:20px;
	}
	.prev_next_article_links li span {
    color: #E64848;
		padding: 0 10px;
	}
	.prev_next_article_links li a{
		padding: 10px 10px 10px 10px;
	}
	.prev_next_case-company {
		padding: 0 10px 10px 10px;
		line-height: 1.2;
	}
	
.col-r {
	margin: 20px 0 0 0px;
}
}

/* ------------------------
dl dt dd
------------------------ */
dl,dt,dd{
    margin: 0;
    padding: 0;
}
dl{
    margin: 0 0 20px 0;
}
dt{
    font-weight: bold;
}
dd{
    margin: 0 0 0 10px;
}

/* ------------------------
case
------------------------ */

.case-list-row{
margin-top:20px;
}

.case-list{
    font-size: 1.4rem;
    width: 33.3%;
}

.case-list a{
    display: block;
    margin: 0px 0px 0px 0;
	    padding: 20px;
}
.case-list-2{
width: 48%;
	margin-bottom:20px;
}
 .case-list-2:nth-of-type(2n) a{
     margin-right: 0;
 }

/*.case-list-2{
width: 50%;
padding: 20px 20px 20px 0;
 }
 .case-list-2:nth-of-type(2n){
     padding-right: 0;
 }
  .case-list-2 a{
      padding: 0;
  }*/

.case-list:hover{
   /* border: 1px solid #eee;*/
   /* box-shadow: 0px 1px 1px 2px rgba(0, 0, 0, 0.13);
    background:#f5f5f5;*/
	box-shadow: 0px 1px 5px 0px #00000026;
	    background: #fff;
}
.case-img{
    position: relative;
    margin: 0 0 10px 0;
}
.case-img img{
width: 300px;
  height: 178px;
  object-fit: cover; 
}

.case-category{
    position:absolute;
    padding: 5px 15px;
    font-size: 1.3rem;
    top: 0;
    right: 0;
    z-index: 1;
}
.case-category a{
	color:#fff;
}
.case-category :hover{
	background:#000;
}
.case-category-detail{
  top: -30px;

}
.case-title{
    font-size: 1.8rem;
    margin: 0 0 10px 0;
}

.case-company{
    font-weight: bold;
    margin: 10px 0;
}
.case-method{
    margin: 10px 0 0 0;
}
.case-method dt{
    margin: 0 5px 0 0;
    padding:2px 0px;
	font-weight:normal;
}
.case-method dd{
    background: #eee;
    padding:2px 8px;
    margin: 0 3px 3px 0;
}


.hover-img  {
	margin: 0;
	padding: 0;
/*	background: #fff;*/
	overflow: hidden;
}

.hover-img img {
    width:100%;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.hover-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


@media screen and (max-width: 768px) {
	.case-list{
		width:100% !important;
margin: 0px 0 10px 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px 0;
	}
.case-list-2{
	width:48%;
}
	.case-list-2 .case-title {
/*font-size: 1.4rem;
    color: #222;*/
	}
	.archive-method .case-list-2 .case-img img{
		height:100px;
	}
	.case-img {
		margin: 0 0 5px 0;
	}
.case-list a {
    margin: 10px 0px 10px 0;
	}
	.case-category {
    padding: 3px 10px;
		font-size: 1.1rem;
	}
}


.footer-contact{
    padding: 55px 0;
background-image: url(../images/bg-contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



footer .inner{
    padding: 30px 10px 10px 10px;
	border-top: 1px solid #DDDDDD;
}
.footer-nav li{
    padding: 10px;
}
.footer-nav li a{
    display: block;
    padding: 0px 0 0px 0px;
}

footer small{
    text-align: center;
    display: block;
    margin-top: 30px;
    font-size: 1.4rem;
}
.btn-sns{
    padding: 5px !important;
}
.btn-sns a{
    background: #222;
    color: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    text-align: center;
    /* vertical-align: middle; */
    line-height: 2.5;
}
.btn-sns a:hover{
    background: #E82424;
}
.contact-btn-sp-header,
.drawer-hamburger{
	display:none;
}
@media screen and (max-width: 768px) {
	.drawer-hamburger{
	display:block;
}
	main {
		margin: 18px 0 0 0;}
	header .bg-red{
	background:none;
	}
	#menu-global_nav,
	.gloval-nav{
		display:block;
	}
	.drawer-nav {

	}
	.gloval-nav li::before {
		content: "";
	}
	.contact-btn i {
		display:none;
    font-size: 1.6rem;
		margin-right: 5px;
	}
	.contact-btn {
    display: block;
    color: #222;
    text-align: left;
		padding: 10px 10px 10px 20px;
	}
	
	.contact-btn span {
		 display: initial; 
		}
	.gloval-nav li.current-menu-item a:after, .gloval-nav li.current-page-ancestor a:after{
		    background: none;
	}
	.drawer-hamburger {
    width: 30px;
		padding: 6px 15px 6px 15px;
	}
	.sp-btn-tit{
	margin: 13px 0 0 0;
    display: block;
		    font-size: 1.1rem;
	}
	.drawer-navbar .drawer-nav {
		padding-top: 7.75rem;
	}
	.contact-btn-sp-header{
		display:block;
		color:#E82424;
		text-align: center;
    display: inline-block;
		right:55px !important;
		    padding: 5px;
		width:auto;
		line-height:1.4;
	}
	.contact-btn-sp-header span{
		    display: block;
		    font-size: 1.0rem;
	}
	.contact-btn-sp-header i{
	font-size: 3rem;
	}
	.drawer-hamburger-icon:after {
		top: 8px;}
	.drawer-hamburger-icon:before {
		top: -8px;}
	.drawer-hamburger-icon {
		margin-top: 10px;}
	.logo {
		padding: 0px 0px 5px 10px;	
	}
	.logo img{
		height: 50px;
	}
	.drawer--right .drawer-nav {
    right: -26.25rem;
	}
	.drawer-nav {
		width: 26.25rem;}	
	
	.footer-contact{
		padding: 40px 0;
		background-size: auto 100%;
	}
	.footer-contact .lead{
		    margin-bottom: 0;
	}
	.footer-area{
		display:block;
		text-align:center;
	}
	.footer-nav{
		margin:30px 0 50px 0;
	}
	.footer-nav-link{
		display:block;
		margin:0 0 10px 0;
	}
	.footer-nav-sns{
		justify-content: center;
	}
	footer small {
    font-size: 1.1rem;
	}
}


/* ------------------------
table
------------------------ */

table {
  margin: 20px auto;
}
.tbl-r02 th {
  background: #F7F7F7;
  padding: 30px;
  width: 20%;
  text-align: left;
      font-weight: normal;
}
.tbl-r02 td {

  padding: 30px;
}
.tbl-r02 tr{
border-bottom: solid 1px #DDDDDD;
}
.tbl-r02 tr:first-of-type{
border-top: solid 1px #DDDDDD;
}
 
@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;

  }
  .tbl-r02 th,  .tbl-r02 td {
  padding: 10px;
	  	  box-sizing: border-box;
  }
  .tbl-r02 {

  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}








/* ------------------------
detail
------------------------ */

.col-l-detail{
    width: 30%;
}
.col-r-detail{
    width: 70%;
    position: relative;
}
.aside-detail{
    potision: -webkit-sticky;
    position: sticky;
    top: 120px;
}
.aside-title{
    font-size: 2.4rem;
    margin: 0 0 10px 0;
    font-weight: bold;
}
.aside-nav li{
    margin: 0 0 10px 15px;

}
.aside-nav li a{
    display: block;
}
.aside-nav li a:hover{
     color: #E82424;
     text-decoration: underline;
}
.aside-nav li .active,
.aside-nav li.current_page_item a,
.aside-nav li.current-cat a{
    color: #E82424;
}


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

.col-l-detail {
    width: 100%;
	    margin-top: 40px;
	}
}
/* ------------------------
detail-contents
------------------------ */
.detail-contents{
	margin:0 0 50px 0;
}
.detail-contents p{
	margin:20px 0 20px 0;
}
.detail-contents h2{
	margin:60px 0 20px 0;
	font-size:2.3rem;
	font-weight:bold;
	border-left: #E82424 solid 5px;
   padding: 0 0 0 10px;
	line-height:1.4;
}
.detail-contents h3{
	margin:40px 0 20px 0;
	font-size:1.8rem;
	font-weight:bold;
	background:#efefef;
	padding: 8px 10px;
   line-height: 1.4;
}
.detail-contents img{
margin: 0 auto;
    text-align: center;
    display: block;
}


/*caseページに事例の一覧*/
.detail-contents-case{
	background:#F5F5F5;
	padding:30px;
	margin:30px 0 50px 0;
}
.detail-contents-case h2{
	font-size:1.8rem;
	margin:0 0 10px 0;
}
@media screen and (max-width: 768px) {
.detail-contents-case {
	padding: 10px;
}
}


/*caseページのサイドナビカレント*/
/*.current_page_item a{
	color:#E82424;
	}*/





@media screen and (max-width: 768px) {
.aside-nav li a {
    border-bottom: 1px solid #ccc;
	padding: 10px 0 10px 0px;
}
	.aside-nav li {
		margin: 0 0 0px 15px;
	}
	
	.aside-nav li a{
position: relative;
color: #000;
vertical-align: middle;
text-decoration: none;
}
.aside-nav li a::before,
.aside-nav li a::after{
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
content: "";
vertical-align: middle;
}
.aside-nav li a::before{
right:10px;
width: 10px;
height: 10px;
border-top: 1px solid #222222;
border-right: 1px solid #222222;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
}


/*pagetop*/
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: -100px;
  background: #E82424;
  opacity: 0.7;
	z-index:100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a i::before{

  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top:hover{
	opacity:1;
}



/* ------------------------
interview page
------------------------ */
.detail-contents-interview{
	margin-bottom:100px;
}
.detail-contents-interview h2{
	font-size:3.0rem;
	color:#E64848;
	margin:90px 0 0 0;
}
.detail-contents-interview p{
	margin:25px 0 0 0;
	line-height:1.8;
}
@media screen and (max-width: 768px) {
	.detail-contents-interview h2{
		font-size:2.4rem;
		margin-top:50px;
	}
}


/* ------------------------
contact page
------------------------ */
.detail-contents-contact{
	border:10px solid #F5F5F5;
	padding:45px;
	margin:20px 0;
}
.detail-contents-contact p{
	margin-bottom:20px;
}

.detail-contents-contact label{
	width:200px;
	 display: inline-block;
	    vertical-align: top;
}

.detail-contents-contact input,
.detail-contents-contact textarea{
	padding:10px;
	width:65%;
	border:1px solid #707070;
	font-size:1.6rem;
}


.wpcf7-form input[type="submit"] {
border: none;
    background: #e82324;
    /* border-radius: .25em; */
    padding: 16px 0px;
    color: #ffffff;
    /* font-weight: bold; */
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0 auto;
    display: block;
    width: 300px;
    font-size: 1.6rem;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #222;
}
.header-detail-contact{
	background-image: url(../images/bg-contact.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    min-height: 250px;
}

.header-detail-contact .main-title{
	color:#fff;
}
@media screen and (max-width: 768px) {
	.header-detail-contact{
		min-height: 100px;
	}
.detail-contents-contact {
    border: 5px solid #F5F5F5;
    padding: 25px;
}
	.detail-contents-contact label {
    width: auto;
    display: block;
	}
	.detail-contents-contact input, .detail-contents-contact textarea {
    padding: 10px;
		width: 90%;
	}
	.wpcf7-form input[type="submit"] {
		padding: 16px 60px;
	width:90%;
	}
}


/*ページネーション*/
.nav-links{
	margin: 40px auto 0 auto;
	text-align: center;
}
.nav-links a,
.nav-links span{
	background:#EFEFEF;
   padding: 10px 12px 8px 12px;
   font-size: 1.4rem;
}
.nav-links a{
	border-bottom:2px solid #EFEFEF;
}
.nav-links .current,
.nav-links a:hover{
	border-bottom:2px solid #E64848;
}
