@charset "utf-8";

:root {
  --color01:#EA8C21;
  --color02:rgba(234,140,33,0.5);
  --color03:#005BAB;
}

sub {font-size:50%;}

/*****************************************
header
*****************************************/
header.home {background:none;}
header .logo {padding:5px 0 0;}
.header_entry a {
  font-family:'Noto Sans JP',"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background:var(--color01);
  font-size:1.6rem;
}
.header_entry a:hover {background:var(--color02);}
nav .main_nav {padding:5px 0 0;}

nav .main_nav > li > p {color:#585757;}
nav .main_nav > li > p::after {background:var(--color01);}
nav .main_nav > li > div {background:var(--color01);} 

@media screen and (max-width: 1370px) {
  nav .menu_entry a {background:var(--color03);color:#FFFFFF;}
  nav .menu_entry::after, nav .menu_career::after {background:#FFFFFF;}
  nav .menu span {background:var(--color01);}
  nav .menu_box {background:var(--color01);}
  nav .main_nav {padding:0;}
  nav .main_nav > li > p {color:#FFFFFF;}
  nav .main_nav > li > p span {background:#FFFFFF;}
  nav .main_nav > li > p span::before, nav .main_nav > li > p span::after {background:var(--color01);}
  nav .main_nav > li p a:hover {background:var(--color02);}
}

@media screen and (max-width: 767px) {
  .header_entry a {width:80px;}
  .header_entry a {font-size:1rem;}


  }

/*****************************************
common
*****************************************/

.btn_common {border: solid 2px var(--color01);}
.btn_common a {color:var(--color01);}
.btn_common::after {background:var(--color01);}
.btn_common a::after {background:var(--color02);}

.title_page {
  background: rgb(247,189,0);
background: linear-gradient(90deg, rgba(247,189,0,1) 0%, rgba(234,140,33,1) 100%);
}
.title_page .p_title {color:#FFFFFF;}
.title_bg {
  position:relative;
  width:100%;
  height:300px;
  margin:0 0 60px;
  z-index:0;
}
.title_bg.business {background:url("../img/sub/bg_business.jpg") no-repeat center / cover;}
.title_bg.company {background:url("../img/sub/bg_company.jpg") no-repeat center / cover;}
.title_bg.works {background:url("../img/sub/bg_works.jpg") no-repeat center / cover;}
.title_bg div {
  position:absolute;
  width:411px;
  height:244px;
  background:url("../img/sub/bg_h1.png") no-repeat center / cover;
  text-align:center;
  line-height:1.2;
  padding:60px 0 0;
  margin:auto;
  top:0;
  left:0;
  right:0;
  bottom:0;
}
.title_bg div > span {
  display:block;
  font-size:80px;
  color:#105895;
}
.title_bg div > h1 {font-size:22px;}

.list_box li p {background:var(--color01);}

.editor_contents .anc_list {background:#FFF5E3;}
.editor_contents .anc_list li {color:#EA8C21;}
.editor_contents .anc_list li::before {border-color:#EA8C21;}
.editor_contents h2::before {background:#EA8C21;}
.editor_contents h2::after {background:#F7BD00;}


.editor_contents h3 {background:#FFF5E3;}
.editor_contents h3::after {border-right:solid 16px #EA8C21;}
.editor_contents h4::after {
  background: rgb(234,140,33);
  background: linear-gradient(90deg, rgba(234,140,33,1) 0%, rgba(247,189,0,1) 100%);
}
.editor_contents h5::after {background:#EA8C21;}
.editor_contents .bg_box {background:#FFF5E3;}
.editor_contents table thead th,.editor_contents table thead th{background:#0A5C9E;color:#FFFFFF;}

.main_contents {
  width:calc(100% - 290px);
  float:right;
}
.main_contents + aside {
  display:flex;
  flex-direction:column;
  width:220px;
  margin:0 0 70px;
  float:left;
}
aside section {
  margin:0 0 50px;
  order:1;
}
aside section h2 {
  height:150px;
  background: rgb(234,140,33);
  background: linear-gradient(90deg, rgba(247,189,0,1) 0%, rgba(234,140,33,1) 100%);
  color:#727171;
  font-size:14px;
  text-align:center;
  padding:40px 0 0;
}
aside section h2 span {
  display:block;
  font-weight:700;
  font-size:20px;
  color:#FFFFFF;
}
aside section > ul li {border-bottom:solid 1px #FFFFFF;}
aside section > ul > li > a {
  display:block;
  font-size:15px;
  font-weight:500;
  color:#FFFFFF;
  line-height:1.5;
  background:#A04600;
  padding:0.55em 1.5em;
  transition:0.5s;
}
aside section > ul > li > a:hover {
  text-decoration:none;
  opacity:0.5;
}
aside .aside_parents {
  position:relative;
  font-size:15px;
  font-weight:500;
  color:#FFFFFF;
  line-height:1.5;
  background:#A04600;
  cursor:pointer;
  padding:0.55em 2.5em 0.55em 1.5em;
  z-index:0;
  transition:0.5s;
}
aside .aside_parents:hover {opacity:0.5;}
aside .aside_parents::after ,
aside .aside_parents span::before ,
aside .aside_parents span::after {
  position:absolute;
  display:block;
  content:"";
  margin:auto;
  top:0;
  bottom:0;
}
aside .aside_parents::after {
  width:20px;
  height:20px;
  background:#FFFFFF;
  border-radius:50%;
  right:20px;
  z-index:0
}
aside .aside_parents span::before {
  width:2px;
  height:12px;
  background:#A04600;
  right:29px;
  z-index:1;
}
aside .aside_parents span::after {
  width:12px;
  height:2px;
  background:#A04600;
  right:24px;
  z-index:1;
}
aside .aside_parents.open span::before {content:none;}
aside section > ul > li > ul {display:none;}
aside section > ul > li > ul > li a {
  display:block;
  font-size:15px;
  font-weight:500;
  color:#A04600;
  line-height:1.5;
  background:#FAF0DC;
  padding:0.85em 1em 0.85em 1.5em;
  transition:0.5s;
}
aside section > ul > li > ul > li a:hover {
  text-decoration:none;
  opacity:0.5;
}
aside section > ul > li > ul > li a[target="_blank"] p::after {
  display:inline-block;
  content:"";
  width:1.33em;
  height:1.07em;
  background:url("../img/common/bg_side_target.png") no-repeat center / cover;
  margin:0 0 0.25em 0.5em;
  vertical-align:middle;
}





@media screen and (max-width: 767px) {
  
  .title_bg {
    height:0;
    padding:48.7% 0 0;
  }
  .title_bg.business {background:url("../img/sub/bg_business_sp.jpg") no-repeat center / cover;}
  .title_bg.company {background:url("../img/sub/bg_company_sp.jpg") no-repeat center / cover;}
  .title_bg.works {background:url("../img/sub/bg_works_sp.jpg") no-repeat center / cover;}
  .title_bg div {
    width:55%;
    height:0;
    padding:9vw 0 23vw;
  }
  .title_bg div > span {font-size:9vw;}
  .title_bg div > h1 {font-size:3vw;}
  .main_contents {
    width:100%;
    float:none;
  }
  .main_contents + aside {
    position:relative;
    width:110%;
    margin:0;
    float:none;
    left:-5%;
  }
  aside section {margin:0;}
  aside section h2 {height:120px;}
}

/*****************************************
business
*****************************************/
.business_box {margin:0 auto 160px;}
.business_box ul.anc {
  margin:0 auto 55px;
  overflow:hidden;
}
.business_box ul.anc li {
  width:49%;
  float:left;
  margin:0 2% 2% 0;
}
.business_box ul.anc li:nth-child(even) {margin:0 0 2%;}
.business_box ul.anc li a {
  position:relative;
  display:block;
  font-weight:700;
  font-size:20px;
  padding:0.75em 1em;
  color:#FFFFFF;
  line-height:1;
  text-decoration:none;
}
.business_box ul.anc li:nth-child(1) a {background:#00AAAA;}
.business_box ul.anc li:nth-child(2) a {background:#DC6A2F;}
.business_box ul.anc li:nth-child(3) a {background:#EB9C1B;}
.business_box ul.anc li:nth-child(4) a {background:#0AA5CD;}
.business_box ul.anc li a:hover {opacity:0.5;}
.business_box ul.anc li a::after {
  position:absolute;
  display:block;
  content:"";
  width:0.5em;
  height:0.5em;
  border-right:solid 2px #FFFFFF;
  border-bottom:solid 2px #FFFFFF;
  margin:auto;
  top:0;
  bottom:0;
  right:1em;
  transform:rotate(45deg);
}

.business_box .editor_contents {margin:0;}
.business_box .editor_contents .btn_link {margin:1em 0 0;}
.business_box section {
  height:520px;
  margin:-120px auto 0;
  padding:120px 0 0;
}
.business_box section h2 {
  position:relative;
  color:#FFFFFF;
  width:360px;
  font-size:30px;
  font-weight:700;
  line-height:1.3;
  letter-spacing:0.1em;
}
.business_box section h2 a {
  display:block;
  border-bottom:solid 1px#FFFFFF;
  padding:60px 0 10px;
  pointer-events:none;
}
.business_box section h2 a:hover {text-decoration:none;opacity:0.5;}
.business_box section h2 a::before {
  position:absolute;
  display:block;
  content:"";
  width:50px;
  height:50px;
  top:0;
  left:50px;
}
.business_box section#anc01 h2 a::before {background:url(../img/sub/ico01.png) no-repeat center;}
.business_box section#anc02 h2 a::before {background:url(../img/sub/ico02.png) no-repeat center;}
.business_box section#anc03 h2 a::before {background:url(../img/sub/ico03.png) no-repeat center;}
.business_box section#anc04 h2 a::before {background:url(../img/sub/ico04.png) no-repeat center;}
.business_box section > div {
  position:relative;
  display: flex;
  align-items:center;
  width:50%;
  height:400px;
  float:left;
  z-index:0;
}
.business_box section > div + div {padding:0 0 0 60px;}
.business_box section > div::after {
  position:absolute;
  display:block;
  content:"";
  width:100vw;
  height:100%;
  top:0;
  bottom:0;
  z-index:-1;
}
.business_box section > div:nth-of-type(1)::after {right:0;}
.business_box section > div + div::after {left:0;}


.business_box ul.anc li:nth-child(1) a {background:#00AAAA;}
.business_box ul.anc li:nth-child(2) a {background:#DC6A2F;}
.business_box ul.anc li:nth-child(3) a {background:#EB9C1B;}
.business_box ul.anc li:nth-child(4) a {background:#0AA5CD;}



.business_box section#anc01 > div:nth-of-type(1)::after {background:#00AAAA;}
.business_box section#anc01 > div + div::after {background:#D9F2F2;}
.business_box section#anc02 > div:nth-of-type(1)::after {background:#DC6A2F;}
.business_box section#anc02 > div + div::after {background:#FAE9E0;}
.business_box section#anc03 > div:nth-of-type(1)::after {background:#EB9C1B;}
.business_box section#anc03 > div + div::after {background:#FCF0DD;}
.business_box section#anc04 > div:nth-of-type(1)::after {background:#0AA5CD;}
.business_box section#anc04 > div + div::after {background:#DAF1F7;}
.business_box section > div ul li {margin:0 0 1em;}
.business_box section > div ul li:last-child {margin:0;}
.business_box section > div ul li a {
  position:relative;
  padding:0 0 0 1.5em;
}
.business_box section > div ul li a::after {
  position:absolute;
  display:block;
  content:"";
  width:0.35em;
  height:0.35em;
  border-right:solid 2px;
  border-bottom:solid 2px;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  transform:rotate(-45deg);
}
.business_box section#anc01 > div ul li a::after {border-color:#00AAAA;}
.business_box section#anc02 > div ul li a::after {border-color:#DC6A2F;}
.business_box section#anc03 > div ul li a::after {border-color:#EB9C1B;}
.business_box section#anc04 > div ul li a::after {border-color:#0AA5CD;}

@media screen and (max-width: 767px) {
  .business_box {margin:0 auto 20%;padding:0;}
  .business_box ul.anc {width:92%;margin:0 auto 8%;}
  .business_box ul.anc li {
    width:100%;
    float:none;
    margin:0 0 2%;
  }
  .business_box ul.anc li a {font-size:14px;}
  .business_box section {
    height:auto;
    overflow:hidden;
    margin:-70px auto 0;
    padding:70px 0 0;
  }
  .business_box section h2 {
    width:80%;
    font-size:24px;
    margin:0 auto;
    text-align:center;
  }
  .business_box section h2 a {padding:50px 0 10px;}
  .business_box section h2 a::before {
    width:40px;
    height:40px;
    margin:auto;
    left:0;
    right:0;
  }
  .business_box section#anc01 h2 a::before {background:url(../img/sub/ico01.png) no-repeat center / auto 100%;}
  .business_box section#anc02 h2 a::before {background:url(../img/sub/ico02.png) no-repeat center / auto 100%;}
  .business_box section#anc03 h2 a::before {background:url(../img/sub/ico03.png) no-repeat center / auto 100%;}
  .business_box section#anc04 h2 a::before {background:url(../img/sub/ico04.png) no-repeat center / auto 100%;}
  .business_box section > div {
    display:block;
    width:100%;
    height:auto;
    float:none;
    padding:10% 5%;
  }
  .business_box section > div + div {padding:10% 5%;}
  .business_box section > div::after {width:100%;}
}

/*****************************************
contact
*****************************************/

.mw_wp_form .select_outer {margin:0;}
.mw_wp_form .select_outer::after {height:100%;}
.mw_wp_form_confirm .select_outer::after {display:none;}
.entry_form dt::before {color:var(--color01);}
input[type="submit"] {background:var(--color01);}
input[type="submit"]:hover {background:var(--color02);}




/*****************************************
news
*****************************************/

span.news_date {color:var(--color01);}
.pagenation {
  width:100%;
  padding:20px 0;
  border-bottom:none;
}
.pagenation .wp-pagenavi > a, 
.pagenation .wp-pagenavi > span {
  width:40px;
  height:40px;
  line-height:40px;
  background:#FDF3E1;
  margin:5px;
  color:#717171;
}
.pagenation .wp-pagenavi > a:hover, 
.pagenation .wp-pagenavi > span.current {
  color:#FFFFFF;
  background:#E08826;
  border:none;
}
.pagenation .wp-pagenavi > a.previouspostslink,
.pagenation .wp-pagenavi > a.nextpostslink {
  position:static;
  width:110px;
}
.pagenation .wp-pagenavi > a.nextpostslink::before {content:none;}
.pagenation .wp-pagenavi > a.previouspostslink::after {content:none;}

.works_list {
  overflow:hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: flex-start
}
.works_list li {
  width:32%;
  margin:0 2% 30px 0;
  padding:0 0 30px;
  border-bottom:solid 1px #595857;
}
.works_list li:nth-child(3n) {margin:0 0 30px;}
.works_list li a:hover {
  opacity:0.5;
  text-decoration:none;
}
.works_list li a figure {
  position:relative;
  width:100%;
  height:0;
  padding:55% 0 0;
  margin:0 0 10px;
  overflow:hidden;
}
.works_list li a figure img {
  position:absolute;
  display:block;
  width:100%;
  height:auto;
  margin:auto;
  top:-100%;
  bottom:-100%;
  left:0;
  right:0;
}
.works_list li a p {
  font-size:18px;
  line-height:1.75;
  min-height:3.5em;
}




.box h1.category_title::before {background: #EA8C21;}
.box h1.category_title::after {background: #F7BD00;}


.news_cat.cat_important {background:#EC6B30;}
.news_cat.cat_energy {background:#D88429;}
.news_cat.cat_enterprise {background:#E08826;}
.news_cat.cat_project {background:#AA9449;}
.news_cat.cat_csr-activities {background:#00AC47;}
.news_cat.cat_bdf {background:#00AAAA;}
.news_cat.cat_solarpower {background:#DC6A2F;}
.news_cat.cat_windpower {background:#EB9C1B;}
.news_cat.cat_hydrothermal-tr {background:#0AA5CD;}

.news_cat.work01 {background:#00AAAA;}
.news_cat.work02 {background:#DC6A2F;}
.news_cat.work03 {background:#EB9C1B;}
.news_cat.work04 {background:#0AA5CD;}



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

  .pagenation .wp-pagenavi > a, 
  .pagenation .wp-pagenavi > span {
    width:30px;
    height:30px;
    line-height:30px;
  }
  .pagenation .wp-pagenavi > a.previouspostslink,
  .pagenation .wp-pagenavi > a.nextpostslink {width:80px;}
  
  .works_list li {
    width:48%;
    margin:0 4% 5% 0;
    padding:0 0 5%;
  }
  .works_list li:nth-child(3n) {margin:0 4% 5% 0;}
  .works_list li:nth-child(even) {margin:0 0 5%;}
  .works_list li a p {font-size:15px;}

  
}

/*****************************************
home
*****************************************/

.kv_home {overflow:hidden;}
.home_dream figure {
  position:absolute;
  width:46%;
  top:0;
  right:0;
  z-index:0;
}
.home_dream::after {background:var(--color01);}
.home_about::after {background:var(--color01);height:300px;}
.home_dream .box div {min-height:620px;}
.home_about .box div {min-height:560px;}
.home_dream .box div p ,
.home_about .box div p {color:#FFFFFF;}
.home_about {margin:0 auto;}
.home_business {
  padding:100px 0;
  background:url("../img/home/bg_business.jpg") no-repeat top center / cover;
}
.home_business .h2_en {text-align:center;font-size:21px;}
.home_business .btn_common {margin:0 auto 50px;}
.home_business .slide_business01 .slick-track {text-align:center;}
.home_about figure::before {content:none;}



@media screen and (min-width: 768px) {
  .home_business .slide_business01 .slick-track{transform: unset !important;}
  .home_business .slide_business01 .slick-slide {
    display:inline-block!important;
    width:auto!important;
    float:none!important;
  }
}
.home_business .slide_business01 .slick-slide {
  cursor:pointer;
  font-size:18px;
  font-weight:500;
  color:#808080;
  padding:50px 2em 0;
  margin:0 auto 50px;
}
.home_business .slide_business01 .slick-slide:hover ,
.home_business .slide_business01 .slick-slide.slick-current {color:var(--color01);}
.home_business .slide_business01 .slick-slide:nth-of-type(1) {background:url("../img/home/ico01.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(2) {background:url("../img/home/ico02.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(3) {background:url("../img/home/ico03.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(4) {background:url("../img/home/ico04.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(1):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(1) {background:url("../img/home/ico01_active.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(2):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(2) {background:url("../img/home/ico02_active.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(3):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(3) {background:url("../img/home/ico03_active.png") no-repeat top center;}
.home_business .slide_business01 .slick-slide:nth-of-type(4):hover,
.home_business .slide_business01 .slick-slide.slick-current:nth-of-type(4) {background:url("../img/home/ico04_active.png") no-repeat top center;}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) {
  width:45%;
  float:left;
}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) p {
  position:relative;
  padding:0 0 1em;
  font-size:24px;
  text-align:center;
  margin:10px 0 0;
}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) a:hover {text-decoration:none;}
.home_business .slide_business02 .slick-slide > div:nth-of-type(1) p::after {
  postion:absolute;
  display:block;
  content:"";
  width:60px;
  height:4px;
  background:var(--color01);
  margin:auto;
  left:0;
  right:0;
  bottom:0;
}
.home_business .slide_business02 .slick-slide > dl {
  width:50%;
  float:left;
  margin:0 0 0 5%;
}
.home_business .slide_business02 .slick-slide > dl dt {
  color:var(--color01);
  font-size:24px;
  font-weight:700;
  margin:0 0 1em;
  line-height:1.5;
}
.home_business .slide_business02 .slick-slide > dl dd p {
  font-size:16px;
  margin:0 0 1em;
  line-height:1.75;
}
.home_business .slide_business02 .slick-slide > dl dd ul {
  overflow:hidden;
  margin:30px 0 1em;
}
.home_business .slide_business02 .slick-slide > dl dd ul li {
  width:50%;
  font-size:15px;
  line-height:1.5;
  margin:0 0 10px;
  float:left;
}
.home_business .slide_business02 .slick-slide > dl dd ul li a {
  position:relative;
  display:inline-block;
  padding:0 0 0 1.2em;
}
.home_business .slide_business02 .slick-slide > dl dd ul li a::after {
  position:absolute;
  display:block;
  content:"";
  width:0.35em;
  height:0.35em;
  border-right:solid 2px var(--color01);
  border-bottom:solid 2px var(--color01);
  top:0.65em;
  left:0;
  transform:rotate(-45deg);
}
.home_business .slide_business02 .slick-arrow {
  width:50px;
  height:50px;
  background:var(--color01);
  border-radius:50%;
  z-index:10;
}
.home_business .slide_business02 .slick-prev {left:-75px;}
.home_business .slide_business02 .slick-next {right:-75px;}
.home_business .slide_business02 .slick-prev::before ,
.home_business .slide_business02 .slick-next::before {
  position:absolute;
  margin:auto;
  top:0;
  bottom:0;
  left:0;
  right:0;
  display:block;
  width:0.75em;
  height:0.75em;
  content:"";
  border-right:solid 2px #FFFFFF;
  border-bottom:solid 2px #FFFFFF;
}
.home_business .slide_business02 .slick-prev::before {transform:rotate(135deg);left:0.5em;}
.home_business .slide_business02 .slick-next::before {transform:rotate(-45deg);right:0.5em;}
.home_business .slide_business02 .slick-disabled {display:none!important;}

@media screen and (max-width: 767px) {
  .home_dream ,
  .home_about {overflow:hidden;}
  .home_dream figure {
    position:relative;
    width:100%;
    margin:0 auto 5%;
  }
  .home_dream::after {
    height:100vw;
    top:calc(54vw + 15% + 140px);
    bottom:auto;
  }
  .home_about::after {
    height:100vw;
    top:calc(54vw + 15% + 120px);
    bottom:auto;
  }
  .home_dream .box div ,
  .home_about .box div {
    min-height:auto;
    padding:0 4% 5%;
  }
  .home_about {margin:0 auto;}
  .home_business {padding:10% 00;}
  .home_business .h2_en {font-size:17px;}
  .home_business .btn_common {margin:0 auto 5%;}
  .home_business .slide_business01 .slick-slide {
    font-size:18px;
    margin:0 auto 30px;
  }
  .home_business .slide_business01 .slick-list {padding:0!important;}
  .home_business .slide_business02 .slick-slide > div:nth-of-type(1) {
    width:100%;
    float:none;
  }
  .home_business .slide_business02 .slick-slide img {margin:0 auto;}
  .home_business .slide_business02 .slick-slide > div:nth-of-type(1) p {font-size:20px;}
  .home_business .slide_business02 .slick-slide > dl {
    width:100%;
    float:none;
    margin:5% 0;
  }
  .home_business .slide_business02 .slick-slide > dl dt {font-size:18px;}
  .home_business .slide_business02 .slick-slide > dl dd p {font-size:14px;}
  .home_business .slide_business02 .slick-slide > dl dd ul{margin:0 auto 1em;}
  .home_business .slide_business02 .slick-slide > dl dd ul li {
    width:100%;
    font-size:14px;
    float:none;
    margin:0 0 1em;
  }
  .home_business .slide_business02 .slick-slide > dl dd ul li a::after {top:0.45em;}
  .home_business .slide_business02 .slick-prev ,
  .home_business .slide_business02 .slick-next {width:40px;height:40px;}
  .home_business .slide_business02 .slick-prev {left:-20px;top:35vw;}
  .home_business .slide_business02 .slick-next {right:-20px;top:35vw;} 
  .home_business .slide_business02 .slick-prev::before ,
  .home_business .slide_business02 .slick-next::before {
    width:0.5em;
    height:0.5em;
  }
  .home_business .slide_business01 .slick-prev ,
  .home_business .slide_business01 .slick-next {z-index:10;}
  .home_business .slide_business01 .slick-prev::before ,
  .home_business .slide_business01 .slick-next::before {
    position:absolute;
    margin:auto;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:block;
    width:0.7em;
    height:0.7em;
    content:"";
    border-right:solid 2px #AAAAAB;
    border-bottom:solid 2px #AAAAAB;
  }
  .home_business .slide_business01 .slick-prev::before {transform:rotate(135deg);left:0.5em;}
  .home_business .slide_business01 .slick-next::before {transform:rotate(-45deg);right:0.5em;}
  .home_business .slide_business01 .slick-disabled {display:none!important;}
  
}

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

footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 80px;
  width: 78px;
  height: 120px;
  background: url(../img/common/btn_pagetop.png) no-repeat top center / 100%;
  display: block;
}
footer .pagetop:hover {
  background: url(../img/common/btn_pagetop.png) no-repeat bottom center / 100%;
}
footer {
  background: #004074;
  padding: 40px 0 0;
  line-height: 1;
}
footer .footer_box {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px;
}
footer .footer_box .f_logo {
  width:100%;
  position: static;
  text-align: center;
  margin-bottom: 30px;
}
footer .footer_box .f_logo img {
  margin: 0 auto;
}
footer .footer_box .f_logo + p {
  width:100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 28px;
  color: #e9e9e9;
  margin: 0 auto 20px;
}
footer .footer_box .f_nav01 {
  position: static;
  width:100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer_box .f_nav01 li {
  margin: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
footer .footer_box .f_nav01 li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1em;
}
footer .footer_box .f_nav01 li a::after, footer .footer_box .f_nav02 li a::after {
  content: none;
}
footer .footer_box .f_nav01 li a::before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  margin: auto;
  background: #fff;
}
footer .footer_box .f_nav02 {
  position: static;
  width:100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer .footer_box .f_nav02 li {
  font-size: 16px;
  padding-left: 15px;
  margin-left: 16px;
  position: relative;
  text-align: center;
}
footer .footer_box .f_nav02 li:last-child {
  padding-right: 15px;
}
footer .footer_box .f_nav02 li:before {
  content: "";
  width: 1px;
  height: 18px;
  background: #9a9a9b;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_box .f_nav02 li:last-child:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #9a9a9b;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
footer .footer_box .f_nav02 li a {
  color: #fff;
  display: block;
  text-align: center;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
  opacity: 1;
}
footer .footer_box .copyright {
  border-top: solid 1px #d6d7d7;
  padding: 30px 0 0;
}
footer .daiki_link {
  height:100px;
  padding:0 20px;
  margin:40px 0 0;
  background: #FFFFFF;
  text-align:center;
}
footer .daiki_link span {
  display: inline-block;
  vertical-align:middle;
}
footer .daiki_link span:nth-of-type(1) {height: 100px;}
footer .daiki_link span img {width:auto;height: 100%;}


@media only screen and (max-width: 990px) {
  footer .pagetop {
    position: static;
    display: block;
    width: 100%;
    height: 60px;
    background: url(../img/common/btn_pagetop_sp.png) no-repeat center / 70px, #000;
    margin: 0 auto 30px;
  }
  footer .pagetop:hover {
    background: url(../img/common/btn_pagetop_sp.png) no-repeat bottom center / 70px, #000;
  }
  footer {padding:0;}
  footer .footer_box {
    padding: 0;
  }
  footer .footer_box .f_logo {
    margin-bottom: 20px;
    padding:0 20px;
  }
  footer .footer_box .f_logo + p {
    font-size: 12px;
    letter-spacing: .05em;
    line-height: 19px;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  footer .footer_box .f_nav01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  footer .footer_box .f_nav01 li {
    width: 50%;
    margin: 0;
    color: #fff;
    font-size: 12px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    padding: 15px;
    text-align: left;
  }
  footer .footer_box .f_nav01 li:last-child {
    border-bottom: none;
  }
  footer .footer_box .f_nav02 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0px;
    padding: 0 25px;
  }
  footer .footer_box .f_nav02 + .f_nav02 {
    margin-top: 0;
  }
  footer .footer_box .f_nav02 li {
    width: 50%;
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    text-align: center;
  }
  footer .footer_box .f_nav02 + .f_nav02 li {
    width: 100%;
  }
  footer .footer_box .f_nav02 li a {
    font-size: 11px;
    color: #fff;
    display: block;
    text-align: center;
    transition: opacity .2s ease-in-out;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  footer .daiki_link {
    height:auto;
    padding:0 5% 20px;
    margin:30px 0 0;
  }
footer .daiki_link span {display: block;}
footer .daiki_link span:nth-of-type(1) {height: 80px;}
  
  
}


.ac {cursor:pointer;}
.ac span::before,
.ac span::after {
  position:absolute;
  display:block;
  content:"";
  background:#000000;
  margin:auto;
  top:0;
  bottom:0;
}
.ac span::before {
  width:20px;
  height:2px;
  right:20px;
}
.ac span::after {
  width:2px;
  height:20px;
  right:29px;
}
.ac.open span::after {content:none;}
.ac + div {
  display:none;
  overflow:hidden;
}
.ac + div h4:nth-of-type(1) {margin-top:0;}




