/* デモなので簡易的なリセット */
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;/*text-align:left*/}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}


body {
font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
    letter-spacing: .75px;
    word-wrap: break-word;
    color: #383838;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
}
.center {text-align: center;}
.h1_logo {font-size: 12px; padding: 0; margin: 0; }

@media screen and (max-width: 768px) {
    body {
font-size: 11.5px; line-height: 1.6em; letter-spacing: .3px;}
    .h1_logo {font-size: 7px; padding: 0 5px; margin: 0; }

}

/*パンくずリスト*/
.pankuzu_box {
    padding: 15px 15px; }
.breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
    font-size: 12px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .pankuzu_box {padding: 10px 4%;
    background-color: #f4f8f9;}
    .breadcrumb {
    font-size: 10px;
}
}
.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: bold;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #DD7C3A;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color:#DD7C3A;/*色*/
    transition:all 0.5s;
}

.breadcrumb li a:hover {
  text-decoration: none;
    border-bottom: solid 1px #DD7C3A;
    
}
/*パンくずリスト*/

a {vertical-align:bottom}
a {transition: 0.2s ;}
img {vertical-align:bottom}
.cntr{text-align: center;}
@media screen and (max-width: 480px) {
.cntr{text-align: left;}
}
a {text-decoration: none;}
/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/


a {
	color: #4d4d4d;
}
a:hover {
	color: #DD7C3A;
}



/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
    /*headerの背景色*/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  transition: all 0.8s ease;
    z-index: 3333;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);

}
.hidden {
  background-color: rgba(255,255,255,0.9);
    transition: all 0.8s ease;
}
    /*headerの背景色*/
.bunner_box { width: 900px; margin: 5px auto;
display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-start;
    padding: 5px 0px;
}
.bunner_box .h1_logo {margin-right: auto;}

.logo {width: 240px;}
.logo img {width: 240px;}
@media only screen and (max-width: 1200px) {
    .logo img {width: 200px;}
}
@media screen and (max-width: 900px) {
.bunner_box {
    width: 100%;
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;
    margin: 5px 0;
    padding: 5px 10px;

}
}
.tel_box {
    margin-left: auto;
/*    background-color: #2c6790;
*/    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: flex-end;

}

@media screen and (max-width: 959px) {
    .tel_box {display: none;}
}
.tel_box_tel a {
    font-size: 20px;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4em;
font-family: 'Roboto', sans-serif;

}
.tel_box a i {color: #DD7C3A;}
.tel_txt {
    font-size: 12px;
    font-weight: normal;
    color: #000;
    border: solid 1px #000;
    padding: 1px 10px;
    vertical-align: middle;
    margin-right: 1em;
}
.btn2 a {
    background: #DD7C3A;  /* fallback for old browsers */
/*background: -webkit-linear-gradient(to right, #DD7C3A, #085C9B);  /* Chrome 10-25, Safari 5.1-6 */
/*background: linear-gradient(to right, #DD7C3A, #085C9B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

    border-radius: 20px;
    color: #FFF;
    font-weight: normal;
    padding: 0.5em 0.8em;
    margin: 0em 1em 0em;


}
.btn2 a i {color: #FFF;}
.btn2 a:hover {background: #BF6121;  /* fallback for old browsers */
}
@media screen and (max-width: 1200px) {
    .tel_box a {
    font-size: 20px;
    padding: 0;
    color: #DD7C3A;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Pathway Gothic One', sans-serif;


}
.tel_txt {
    font-size: 13px;
    color: #000;
    border: solid 1px #000;
    padding: 1px 5px;
    vertical-align: middle;
    margin-right: 0.5em;
}
.btn2 a {
    font-size: 11px;
    background-color: #DD7C3A;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0 0.5em 0;

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

    .bunner_box {
   display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
padding: 0em;
        margin: 0;
}
    
    
    .tel_box {display: none;}
    }










/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */


.menu-mobile {
    display: none;
    padding: 10px 20px 20px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 2rem;
    padding: 0;
    float: right;
    position: relative;
    top: 0;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    color: #383838;
}

.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 1em 2em;
    background: #fff;
    color: #333;
}
.menu {background-color: #DD7C3A;}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0 10px;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  list-style: none;
}
/*.menu > ul li:first-child{
    margin-right: auto;
}
.menu > ul li:first-child a{
    padding: 0 0.6em;
}
.menu > ul li:first-child a::before {
    content:none;}
*/


.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    padding: 0;
    margin: 0;
   
}
.menu > ul > li:hover {background-color: #BF6121;}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.5em 1.5em;
    display: block;
    font-weight: 500;
     text-align: center;
    color: #FFF;
    
}
@media only screen and (max-width: 1200px) {
    .menu > ul > li a {font-size: 12px;}
}
.menu > ul > li a:hover {color: #FFF;}
.menu > ul > li.btn {
    
}
.menu > ul > li.btn a {
    background-color: #DD7C3A;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn2 a {
    background-color: #DD7C3A;
    border-radius: 20px;
    color: #FFF;
    font-weight: 900;
    padding: 0.5em 0.8em;
    margin: 0.5em 0.5em;
    
}
.menu > ul > li.btn a::before,.menu > ul > li.btn2 a::before {
    content:none;
}
.menu > ul > li a:hover {

}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background-color: rgba(255,255,255,0.97);
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
   
    transition:all ４s ease-out;
    
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 19%;
    margin: 0 0.5%;
    background: none;
    float: left;
    
    
}

.menu > ul > li > ul > li a {
color: #4d4d4d;
    padding: 0.5em;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
     text-align: left;
    font-weight: 700;
    letter-spacing: 0;position: relative;
    padding-left: 30px;
}

.menu > ul > li > ul > li a:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #DD7C3A;
    }
.menu > ul > li > ul > li a:hover {
    background-color: #DD7C3A;
    color: #FFF;
    border-bottom: 1px solid #DD7C3A;
}
.menu > ul > li > ul > li a:hover:before {
        content: "\f00c";
        font-family: FontAwesome;
        position: absolute;
        left: 10px;
        top: 7px;
    color: #FFF;
    }

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
    font-size: .8em;
 
}
.menu > ul > li > ul > li > ul > li.menuttl {font-size: 12px; width: 95%; margin: 1em 0 0.5em; background-color: #F4F4F4; color: #4d4d4d; line-height: 1.4em; padding: 0.8em 1em 0.8em;}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    
    position: relative;
  display: inline-block;
  padding: 8px 15px 5px 10px;
  color: #4d4d4d;
  text-decoration: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    background-color: #DD7C3A;
    border-bottom: none;
}
.menu > ul > li > ul > li > ul > li a:hover {
    color: #FFF;
}
.menu > ul > li > ul > li > ul > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.menu > ul > li > ul > li > ul > li a::before {display: none;}/*check着いてしまうの防ぐ*/

.menu > ul > li > ul.normal-sub {
    width: 330px;
    left: auto;
    /*padding: 10px 10px;*/
    

}
.menu > ul > li > ul.normal-sub.normal-sub_last {
    position: absolute;
    right: 0;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
    
    
    border: 0;
     text-align: left;
    font-weight: normal;
    line-height: 1.4em;
    
    position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #4d4d4d;
  text-decoration: none;
}

.menu > ul > li > ul.normal-sub > li a::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #4d4d4d;
  border-right: solid 1px #4d4d4d;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
.menu > ul > li > ul.normal-sub > li a::before {display: none;}/*check着いてしまうの防ぐ*/
.menu > ul > li > ul.normal-sub > li:hover {
    background-color: #DD7C3A;
}
.menu > ul > li > ul.normal-sub > li:hover a {
     color: #FFF;
}
.menu > ul > li > ul.normal-sub > li a:hover::after {
    content: '';
  width: 5px;
  height: 5px;
  border: 0;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
  transform: rotate(45deg);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    #slide {margin-top: 50px;}
    .header {height: 50px;}
    .header h1 {
    display: none;
}
    .logo {
        display: block; position: absolute;
top:13px;
left: 18px;}
.logo img {width: 160px; }
    
    .menu-mobile {
        display: block;
        /*height: 50px;*/
        height: 50px;
        
        
    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .menu {background-color: #FFF;}
    .menu > ul {
        display: none;
         width: 100%;
        padding: 0;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: #F4F4F4;
    }
    .menu > ul > li:hover {background-color: #F4F4F4;}
    .menu > ul > li a {
        padding: 1em;
        width: 100%;
        display: block;
        color: #4d4d4d;
        text-align: left;
    }
    .menu > ul > li a:hover {color: "#4D4D4D"}
    .menu > ul > li.logo {display: none;}
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        /*margin-top: 20px;*/
    }

    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu > ul > li > ul > li > ul > li.menuttl {
        margin: 0.5em 0 0.3em;
        padding: 0.5em 1em 0.5em;
    }
    .menu .show-on-mobile {
        display: block;
       background-color: rgba(0,0,0,0.3);
        
        
        overflow-y: scroll;  
　　 z-index: 999;
    top:0;
    
    
        position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
       margin-top: 50px;
        margin-bottom: 190px;
        
height: calc(100% - 95px);
        margin: 50px auto 50px;
    }
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
@media only screen and (min-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display: inline !important;
}

.pc-hide {
	display:none !important;	
}
}
@media only screen and (max-width: 768px) {
/*----------------------------------------------------------------*/
/* 共通 */
/*----------------------------------------------------------------*/

.sp-hide {
	display:none !important;	
}

.pc-hide {
	
    display: inline !important;
}
}

.container { 
    margin: 0 auto;
    padding: 4% 0;
    width: 900px;
    }
@media screen and (max-width:900px) { 
.container { 
    padding: 6% 6%;
    width: 100%;
}
}




/*フッター固定*/


.footeranimation {
      display: none;
      width: 100%;
background: #DD7C3A;
      position: fixed;
      bottom: 0;
      z-index:999;
    } 
.site-footer {
    background-color: #F2F5F9;
    text-align: center;
}
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 0 90px;
    width: 900px;
}
@media screen and (max-width:900px) { 
.site-footer .footer-container {
     margin: 0 auto;
    padding: 1em 1em 90px;
    width: 100%;
}
}
#footfix {
    

/*border-top:solid 1px #87d2e7;*/}
#footfix_in {
    width: 100%;
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */

}

.footfix_in_1 a {font-size: 26px; padding: 0 5px; color: #FFF;font-weight: 500; text-decoration: none; 
line-height: 1em; font-family: 'Roboto', sans-serif;}

.footfix_in_2{font-size: 0.9em;
    color: #FFF;
    border: solid 1px #FFF;
    padding: 1px 5px;
    vertical-align: middle;
margin: 0 15px;}
.footfix_in_3 a{
    display: block; 
    background: #DD7C3A;  /* fallback for old browsers */
    color: #FFF;
    padding: 3px 60px;
    border: solid 2px #FFF;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
text-decoration: none;
margin: 0 5px;
text-transform: uppercase;}
.footfix_in_3 a:hover{
    background: #BF6121;  
    color: #FFF;
    border: solid 2px #FFF;
text-decoration: none;}
@media screen and (max-width:1200px) {
    .footfix_in_1 a {font-size: 30px;}
    .footfix_in_2 {font-size: 12px;}
    .footfix_in_3 a {font-size: 13px; padding: 1px 20px;}
    .footfix_in_3 a:hover{
     padding: 1px 20px;
    font-size: 13px;
}
    }
@media screen and (max-width:768px) {

    .footfix_in_1 a {font-size: 20px;}
    .footfix_in_2 {font-size: 9px; padding: 1px 5px; margin: 0 5px;/* order: 3;*/ display: none;}
    .footfix_in_3 a {font-size: 11px; padding: 1px 10px;}
        .footfix_in_3 a:hover{
     font-size: 11px; padding: 1px 10px;
}
    }
/*フッター固定*/


/*ページトップへ戻る・ページ内スクロール*/

#page_top{
  width: 90px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 0px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #FFF;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 12px;
  color: #FFF;
  position: absolute;
  top: 25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (max-width:768px) {
    #page_top{
  width: 70px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  opacity: 1;
    z-index: 999;
}
#page_top a{
   
  position: relative;
  display: block;
  width: 70px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 20px;
  color: #DD7C3A;
  position: absolute;
  width: 20px;
  height: 10px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
    font-weight: 400;
  content: 'PAGE TOP';
  font-size: 11px;
    font-weight: 700;
  color: #DD7C3A;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
}
/*ページトップへ戻る・ページ内スクロール*/



/*見出し*/

section.info h2,section.area h2 {
font-weight: 600;
        color: #DD7C3A; 
    font-size: 30px; 
    line-height: 2em;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
    text-transform:uppercase;
    
}
section.info h2 .en,section.message h2 .en,section.area h2 .en {
    font-size: 40px; 
    font-family: 'Antonio', sans-serif;
}

section.info h2:before,section.area h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;/*線の上下位置*/
  display: inline-block;
  width: 120px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #DD7C3A;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
section.info h2 span,section.message h2 span,section.area h2 span {
    display: block;
    font-size: 14px;
    font-weight: normal;
}
section.message h2 {
    font-weight: 900;
        color: #FFF; 
    font-size: 35px; 
    line-height: 1.1em;
letter-spacing: 2px;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    text-transform:uppercase;
}
section.message h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #FFF;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

@media screen and (max-width: 768px) {
        section.info h2 .en,section.message h2 .en,section.area h2 .en {
    font-size: 20px; 
}
section.info h2,section.message h2,section.area h2 {
     font-size: 15px; 
    line-height: 25px;
letter-spacing: 1px;
    padding-bottom: 10px;
    margin-bottom: 40px;}
section.info h2:before,section.message h2:before,section.area h2:before{
    margin-bottom: 10px;
        
}
section.info h2 span,section.message h2 span,section.area h2 span {
    font-size: 12px; 
    }
}

/*見出し*/
/*最新情報*/
section.information h2 {
        position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #383838;
  border-bottom: solid 2px #383838;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2em;
    }
    section.information h2:before, section.information h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #383838;
}
    section.information h2:before {
  left: 7px;
}
    section.information h2:after {
  right: 7px;
}
@media screen and (max-width: 768px) {
    section.information h2 {font-size: 13px;}
}

.infomation_box {
    
   height: auto;
   overflow:scroll;
    
/*    min-height: 100px;
    max-height: 150px;
    max-width: 900px;
    margin: 0 auto;*/

    
}
.topics dl {
padding: 5px 0;
    color: #383838;

}

.topics dt {
padding-bottom: 1px;
    padding: 1em 0;


}
.topics dd {
    border-bottom: 1px dotted #383838;
padding: 1em 0;

/*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;*/
}
.topics dd a {
color: #383838;
}
@media screen and (min-width: 768px) {
.topics dt {
    font-weight: 700;
clear: left;
float: left;
width: 100px;
    
}

}
@media screen and (max-width: 768px) {
    .topics dt,.topics dd {font-size: 11px;}
}
/*最新情報*/

/*ごあいさつ*/
section.message {
    padding: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.5), rgba(0,0,0,0.5) ) fixed,url(../img/top/messagebk.jpg);
background-size: cover; background-position: bottom center; background-attachment: fixed;
} 
.message p{
    color: #FFF;
}



/*ごあいさつ*/
/*特に迅速に対応可能なエリア*/
section.area {
    padding: 0;
    background: #FCFCFC;
} 
section.area .area_box {padding: 1em 0;}
section.area .area_box h3 {font-size: 1.3em;
}
section.area .area_box p {font-size: 0.9em;} 
@media screen and (max-width: 1200px) {
    section.area .area_box p {font-size: 0.8em;} 
}
/*特に迅速に対応可能なエリア*/
/*フッター*/

@media screen and (max-width: 768px) {
    footer address,footer p {font-size: 0.8em;}
}
.foot_logo {padding: 1em 0;}
.foot_logo img {width: 300px; }

.footmenu_out {padding: 1em 0;}
ul.footmenu {list-style: none; 
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:center;}
.footmenu li a {
    position: relative;
    text-align: center;
text-decoration: none;
padding: 0 20px;
}

.footmenu li a:before {
 font-family: "Font Awesome 5 Free";
    content: "/";
    position: absolute;
    left: -0.1em;
}

@media screen and (max-width: 768px) {
    .foot_logo img {width: 200px; }
ul.footmenu {list-style: none; 
    display:block;text-align: center;
    }
.footmenu li a {text-align: center;
text-decoration: none;
padding: 0 15px;
    line-height: 2em;
    }

        .footmenu li a {text-align: center;
text-decoration: none;
padding: 0 15px;
border-right: none;
    line-height: 2em;
            font-size: 13px;
    }
        .footmenu li a:before {
    content: "";
}
        .footmenu li {border-bottom: dotted 1px #383838;}

    }

.copyright {
    font-size: 13px;
    text-align: center;
}
/*フッター*/
/* 第二見出し要素
----------------------------------------------------------- */
  
/*    body, html, main {
    /* important 
    height: 100%;
}*/
.daini_mds {padding-top: 120px;}
.cd-fixed-bg {
    height: 330px;
    background-size: cover;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: right center;background-color: #FFF;
    
}
.cd-fixed-bg.cd-fixed-bg01 {background-image: url("../img/daini/1.jpg");}

.cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    content: "";
    display: block;

     background-color: rgba(0, 0, 0, .1);
    background-image: radial-gradient(#383838 20%, transparent 0), radial-gradient(#383838 20%, transparent 0);
    background-position: 0 0, 10px 10px;
    background-size: 4px 4px;

}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {
    font-weight: 900;
    letter-spacing: 4px;
    display: block;
    padding-top: 35px;
    text-decoration: none;
    font-size: 35px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    text-align: center;
    line-height: 1.2em;
     text-transform: uppercase;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
       
}   
.cd-fixed-bg h1 .en {
    text-align: center;
    font-size: 40px;
     font-family: 'Antonio', sans-serif;
}
    .dainikomidashi { display: block;  text-align: center; font-size: 18px; letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);}   
@media screen and (max-width: 1200px) {
    .daini_mds {padding-top: 100px;}
    .cd-fixed-bg {
        height: 260px;}
    .cd-fixed-bg::after {
    height: 260px;
}
    .cd-fixed-bg h1 {padding-top: 10px;}
    .cd-fixed-bg h1 .en  {font-size: 30px;}
}  
@media screen and (max-width: 959px) {
    .daini_mds {padding-top: 60px;}
    .cd-fixed-bg {
        height: 230px;}
    .cd-fixed-bg::after {
    height: 230px;
}
    }
@media screen and (max-width: 790px) {
.cd-fixed-bg {
    height: 160px;
}
  .cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {font-size: 18px; letter-spacing: 2px; 
}   
    .cd-fixed-bg h1 .en {font-size: 18px;}
    .dainikomidashi {font-size: 13px; letter-spacing: 0; padding: 0.5% 4%;
} 

} 

/*事業概要*/
section.summary  {
    background-image: url("../img/summary/img02.jpg");
    background-size: 50%;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #EEEEEE;
    
}
section.summary2  {
    background-image: url("../img/summary/img01.jpg");
    background-size: 50%;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #EEEEEE;
    
}

section.summary h3,section.summary2 h3 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 0.5em;
}
section.summary .container {
    position: relative;
    margin: 0 auto;
    height: 500px;
}
section.summary .summarybox {
    position: absolute;
    left: 0;
    top:100px;
    width: 70%;
    background:rgba(255,255,255,0.7);
    padding: 3em;
}
section.summary2 .container {
    position: relative;
    margin: 0 auto;
    height: 500px;
}
section.summary2 .summarybox {
    position: absolute;
    right: 0;
    top:100px;
    width: 70%;
    background:rgba(255,255,255,0.7);
    padding: 3em;
}
section.summary .summarybox img,section.summary2 .summarybox img {
        display: none;
    }
@media screen and (max-width: 768px) {
    section.summary,section.summary2  {
    background-image:none;
    
}
    section.summary h3,section.summary2 h3 {
        font-size: 20px;
    }
    section.summary .container,section.summary2 .container {
    position: static;
        height: auto;
}
    section.summary .summarybox,section.summary2 .summarybox {
        position: static;
        width: 100%;
    }
    section.summary .summarybox img,section.summary2 .summarybox img {
        display: block;
        width: 100%;
        padding-top: 1em;
    }
    
}
section.types {
padding: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.7), rgba(255,255,255,0.7) ) fixed,url(../img/summary/types_bk.jpg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}
section.types h4 {
        position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #383838;
  border-bottom: solid 2px #383838;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1em;
    }
    section.types h4:before, section.types h4:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #383838;
}
    section.types h4:before {
  left: 7px;
}
    section.types h4:after {
  right: 7px;
}
section.types ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
section.types ul li {
    background: #DD7C3A;
    line-height: 3em;
    border-radius: 1.5em;
    color:#FFF;
    padding: 0 1.5em;
    margin: 0.5em;
    font-size: 1.1em;
}
@media screen and (max-width: 768px) {
    section.types h4 {font-size: 13px;}
    section.types ul li {
    background: #DD7C3A;
    line-height: 3em;
    border-radius: 1.5em;
    color:#FFF;
    padding: 0 1.5em;
    margin: 0.5em;
    font-size: 12px;
}
}
@media screen and (max-width: 480px) {
    section.types ul li {
        width: 100%;
        text-align: center;
}
}
/*事業概要*/
/*会社概要ページ*/
section.profile table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
section.profile table tr {
    border-bottom: 1px solid #ACACAC;
}
section.profile table tr th,
section.profile table tr td {
    text-align: left;
    vertical-align: top;
}
section.profile table tr th {
    width: 15%;
    font-weight: 700;
    border-bottom: 1px solid #383838;
    padding: 20px 0;
    color: #2C4060;
}
section.profile table tr td p {
    padding-bottom: 1em;
}
section.profile table tr td {
    width: 75%;
    padding: 20px 20px;
}

@media screen and (max-width: 767px){
section.profile table tr th,
section.profile table tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0;
}
section.profile table tr th {
    border-bottom: 0px solid #383838;
}
}
/*会社概要ページ*/
/*求人募集*/
section.recruitmentcatch {
    background-image: url("../img/recruitment/img01.jpg");
    background-size: 50%;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #EEEEEE;
    
}
section.recruitmentcatch .container {
    position: relative;
    margin: 0 auto;
    height: 500px;
}
section.recruitmentcatch .recruitmentbox {
    position: absolute;
    right: 0;
    top:100px;
    width: 70%;
    background:rgba(255,255,255,0.7);
    padding: 3em;
}
section.recruitmentcatch .recruitmentbox img {
        display: none;
    }
section.recruitmentcatch h3 {
    font-size: 26px;
    font-weight: 700;
    padding-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
    section.recruitmentcatch {
    background-image:none;
    
}

    section.recruitmentcatch .container {
    position: static;
        height: auto;
}
    section.recruitmentcatch .recruitmentbox {
        position: static;
        width: 100%;
    }
    section.recruitmentcatch .recruitmentbox img {
        display: block;
        width: 100%;
        padding-top: 1em;
    }
    section.recruitmentcatch h3 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0.5em;
}
}
section.recruitment h3 {
    color: #FFF;/*文字色*/
  padding: 0.5em 0 0.5em 1em;/*文字周りの余白*/
  display: block;/*おまじない*/
  line-height: 2em;/*行高*/
  background: #DD7C3A;/*背景色*/
  vertical-align: middle;
  border-radius: 1.5em 0px 0px 1.5em;/*左側の角を丸く*/
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 1em;
}
section.recruitment h3:before {
  content: '●';
  color: white;
  margin-right: 1em;
}
section.recruitment table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
section.recruitment table tr {
    border-bottom: 1px solid #ccc;
}
section.recruitment table tr:first-child {
    border-top: 1px solid #ccc;
}
section.recruitment table tr th,
section.recruitment table tr td {
    text-align: left;
    vertical-align: top;
}
section.recruitment table tr th {
    width: 15%;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    background-color:#eee;
    padding: 20px 1em;
}
section.recruitment table tr td {
    width: 75%;
    padding: 20px 20px;
}
section.recruitment table tr td .ttl {
    font-weight: 700;
}
@media screen and (max-width: 767px){
section.recruitment table tr th,
section.recruitment table tr td {
    display: block;
    width: 100%;
    padding: 0;
    margin: 20px 0;
}
section.recruitment table tr th {
    border-bottom: 0px solid #ccc;
}
}

/*求人募集*/
/*ご相談・お問合せ*/
.inquiry_tel {text-align: center;
margin-bottom: 3em;}
.inquiry_tel a {
    font-size: 30px;
    padding: 0 5px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1em;
    font-family: 'Roboto', sans-serif;
    margin: 0 10px;
    color: #181818;
    
}
section.inquiry h3 {
        position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #383838;
  border-bottom: solid 2px #383838;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2em;
    }
    section.inquiry h3:before, section.inquiry h3:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #383838;
}
    section.inquiry h3:before {
  left: 7px;
}
    section.inquiry h3:after {
  right: 7px;
}
@media screen and (max-width: 768px) {
    section.inquiry h3 {font-size: 13px;}
}
/*ご相談・お問合せ*/
/*施工事例*/
section.example {
    background-color: #EEEEEE;
}
.card_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:center;
}
.card_item {
  width: 270px;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 1em;
    background: #FFF;
}
.card_item .thum_box {
  width: 100%;
  height: 180px;
  
  position: relative;
  overflow: hidden;
}
.card_item .thum_box img {
  width: 100%;
  height: 180px;
  object-fit: cover; 
}
.card_item .text_box {
  width: 100%;
  padding: 1.5em;
    
}
.card_item .title {
  font-size: 1.2em;
  line-height: 1.6;
  margin-bottom: 12px;
    margin: 0;
    font-weight: 700;
}
.card_item .desc {
}
.card_item .cat {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  background: #606060;
  padding: 4px 30px 2px;
  margin-bottom: 10px;
}
.card_item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_item .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.card_item .text_box .more {
    text-align: right;
    margin-top: 0.5em;
    font-size: 0.9em;
    display: block;
}
@media screen and (max-width: 768px) {
    .card_item {
  width: 48%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 1%;
    background: #FFF;
}
    .card_item .thum_box {
  width: 100%;
  height: 100px;
  
  position: relative;
  overflow: hidden;
}
.card_item .thum_box img {
  width: 100%;
  height: 100px;
  object-fit: cover; 
}
}
@media screen and (max-width: 480px) {
    
        .card_item {
  width: 96%;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2);
  margin: 4% 2%;
    background: #FFF;
}
    .card_item .thum_box {
  width: 100%;
  height: 100px;
  
  position: relative;
  overflow: hidden;
}
.card_item .thum_box img {
  width: 100%;
  height: 100px;
  object-fit: cover; 
}
    .card_item .text_box {
  width: 100%;
  padding: 1em;
    
}
    .card_item .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.card_item .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
}
/* ページャー  */
.pager {
    margin: 2em 0;
}
.pager  ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #fff;
  text-decoration: none;
}

.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}

.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #383838;
  background: #FCFCFC;
}

@media only screen and (max-width: 767px){
  .pager .pagination li{
    display: none;
  }

  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
  }

  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }

  .pager .pagination li.pre span::after{
    content: "　前の12件へ";
  }

  .pager .pagination li.next span::before{
    content: "次の12件へ　";
  }

}
/* ページャー  */

/*施工事例*/
/*施工事例詳細*/
section.example_shosai h2 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 700;
    color: #DD7C3A;
    margin-bottom: 0.5em;
}
section.example_shosai figure {
    margin: 1em 0px;
}
section.example_shosai figure figcaption {
    padding: 0.5em 0;
}
section.example_shosai figure img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    section.example_shosai h2 {
         font-size: 18px;
    }
}
.example_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:center;
}
.example_list .example_item {
    width: 270px;
    margin: 1em;
}
.example_list .example_item img {
   width: 100%;
  height: 250px;
  object-fit: cover; 
}


.modorubtn {
  display: flex;
    justify-content: center;
    position: relative;
    margin: 2em 0;
}

.modorubtn a {
  position: relative;
    width: 280px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383838;
    border: 1px solid;
    cursor: pointer;
    font-size: 0.9em;
}

.modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 30px;
        height: 8px;
  margin-top: -6px;
  border-bottom: 1px solid #383838;
        border-right: 1px solid #383838;
        transform: skew(45deg);
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.modorubtn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.modorubtn a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
    
}
.modorubtn a:hover {
    color: #FFF;
}
.modorubtn a:hover::after {
      border-bottom: 1px solid #FFF;
        border-right: 1px solid #FFF;

}
@media screen and (max-width: 768px) {
    .modorubtn a {
        width: 200px;
        height: 40px;   
    }
    .modorubtn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
        height: 6px;
  margin-top: -6px;

}
}
/*施工事例詳細*/
/*最新情報詳細*/
section.info_shosai h2 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: 700;
    color: #DD7C3A;
}
section.info_shosai .day {
    font-weight: 700;
    text-align: right;
    margin-bottom: 1em;
}
section.info_shosai figure {
    margin: 1em 0px;
}
section.info_shosai figure figcaption {
    padding: 0.5em 0;
}
section.info_shosai figure img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    section.info_shosai h2 {
         font-size: 18px;
    }
}
.info_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:center;
}
.info_list .info_item {
    width: 270px;
    margin: 1em;
}
.info_list .info_item img {
   width: 100%;
  height: 250px;
  object-fit: cover; 
}


/*最新情報詳細*/