@charset "utf-8";


/*-------header_footer----------*/
header a[href*=".pdf"]::after,
header a[href*=".PDF"]::after ,
footer a[href*=".pdf"]::after,
footer a[href*=".PDF"]::after {
  content: "";
  border: none;
}

.area_menulist{
  display: flex;
  flex-wrap: wrap;
}
.area_menulist .box_menu{
  width: calc( (100% - 7rem) / 3 * 1 );
  margin-right: 3rem;
  margin-bottom: 6rem;
}
.area_menulist .box_menu:nth-child(3n){
  margin-right: 0;
}
.area_menulist .ttl_menu{
  font-size: 1.8rem;
  line-height: 1.3;
  margin-bottom: 0.8em;
  font-weight: bold;
}
.area_menulist .list_menu{
  font-size: 1.3rem;
  list-style: none;
}
.area_menulist .list_menu li{
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
.area_menulist .list_menu li::before{
  border-top: 0.1rem solid;
  content: "";
  width: .8em;
  margin-right: 1em;
}
.area_menulist .ttl_menu a,.area_menulist .list_menu a{
  line-height: 1.3;
  color: inherit;
}
.area_snslist{
  font-size: 1.2rem;
}
.icon_sns{
  align-items: center;
  display: flex;
}
.icon_sns img{
  width:3.2rem;
  height:3.2rem;
}
.text_sns{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  padding-top: 1rem;
  line-height: 1;
}
.text_sns:hover{
  text-decoration: none;
}


/*header*/


#area_logo{
  width: 21.7rem;
}
#area_headershow{
  font-size: 1.2rem;
  line-height: 1;
  min-width: 100rem;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  z-index: 11;
  
}
#area_headershow #area_logo_hamburger{
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}
#area_headershow .area_rsystemlink{
  position: absolute;
  right: 10rem;
  width: 55rem;
  top: 2.5rem;
  justify-content: space-between;
}
#area_headershow .area_rsystemlink,#area_headershow .box_rsystemlink{
  display: flex;
  align-items: center;
}
#area_headershow .box_rsystemlink .ttl_rsystem{
  margin-right: 1rem;
  color:#ffffff;
}
#area_headershow .label_rsystem{
  display: inline-block;
  width: 9.6rem;
  height: 4.0rem;
  /* padding: 1rem; */
}
#area_headershow .bt_white {
  background-color: #FFF;

}
#area_headerhide{
  display: none;
  padding-top: 7rem;
  z-index: 11;
  background-color: #FFF;
  box-shadow: 0 2rem 1.5rem -1.5rem #ddd;
  position: fixed;
  top: 8rem;
}
#area_headerhide .box_menu{
  display: flex;
  align-items: flex-start
}
#area_headerhide .img_menu{
  width:12rem;
}
#area_headerhide .conts_menu{
  margin-left: 2rem;
}
.mg_top {
  margin-top: 8.8rem;
}
#area_top_kv .area_snslist{
  position: absolute;
  right: 2rem;
  z-index: 1;
  top:11.5rem;
}
#area_headerhide .area_snslist{
  position: absolute;
  right: 2rem;
  top: 3rem;
}
#area_top_kv .box_sns,
#area_headerhide .box_sns{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
}
#area_top_kv .ttl_sns,
#area_headerhide .ttl_sns{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
}
#area_headerhide .icon_sns{
  display: none;
}
/*footer*/
footer .area_rsystemlink{
  display: flex;
}
footer .box_rsystemlink{
  width: 50%;
  text-align: center;
}
footer .ttl_rsystem{
  font-size: 1.3rem;
}
footer .label_rsystem{
  font-size: 2.2rem;
}
#area_footer_main{
  display: flex;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
#area_footer_main .area_menulist{
  flex: 1;
}
#area_footer_main .area_banner_sns{
  width: calc( (100% - 3rem) / 4 * 1 );
}
#area_footer_main .area_snslist{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top:3rem;
}
#area_footer_main .box_sns{
  display: flex;
  flex-direction: row;
  margin-right: 1rem;
  align-items: center;
}
#area_footer_main .icon_sns{
  margin-left: 0.5rem;
 /* display: flex;*/
}
#area_footer_bottom{
  background-color: #DBE0E8;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  display: flex;
  justify-content: flex-end;
}
#area_corporatelink{
  margin-right: 4.5rem;
}
.list_corporatelink{
  list-style: none;
  display: flex;
  margin-right: -4.5rem;
}
.list_corporatelink a{
  color: inherit;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.list_corporatelink li{
  margin-right: 2.4rem;
}
/*------------------breakpoint-------------------*/
@media screen and (max-width: 600px) {
  /*-------header_footer----------*/
  /*å…±é€š*/
  .area_menulist .ttl_menu{
    font-size: 1.6rem
  }
  .area_menulist .list_menu li::before {
    content:none;
  }

  /*header*/
  #area_logo{
    width: 50%;
    padding-top: .5rem;
  }
  #area_headershow{
    min-width: auto;
    width: auto;
    height: 5.7rem;
    position: fixed;
    top: 0;
    background-color: #FFF;
    z-index: 11;
  }
  #area_headershow #area_logo_hamburger{
    padding: 1rem 2rem;
  }
  .with_breadcrumbs #area_headershow .area_rsystemlink{
    display: none !important;
  }
  #area_headershow .area_rsystemlink{
    /* position: static;
    margin: 0 auto 1.5rem;
    width: auto;
    justify-content: space-around; */
    position: fixed;
    top: 5.7rem;
    right: 0;
    padding-bottom: 1.5rem;
    width: 100%;
    justify-content: space-around;
    background-color: #fff;
    display: none !important;
  }
  #area_headershow .box_rsystemlink{
    flex-direction: column;
  }
  .area_menulist .box_menu{
    width: calc( (100% - 4rem) / 2 * 1 );
    margin-bottom: 3.7rem;
    flex-direction: column;
  }
  .area_menulist .box_menu:nth-child(3n) {
    margin-right: 3rem;
}
  .area_menulist .box_menu:nth-of-type(2n){
    margin-right: 0;
  }
  #area_headerhide {
    position: fixed;
    padding-top: 4rem;
    top: 5rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  #area_headerhide .img_menu {
    width: 9.6rem;
    margin-bottom: 1.3rem;
  }
  #area_headerhide .conts_menu {
    margin-left: 0;
  }
  #area_top_kv {
    margin-top: 13rem;
  }
  #area_top_kv .area_snslist{
    top: 45rem;
  }
  #area_headerhide .area_snslist {
    position: static;
    display: flex;
    margin-left: -2rem;
  }
  #area_headerhide .box_sns{
    flex-direction: row;
  }
  #area_headerhide .ttl_sns {
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    margin-left: 2rem;
  }
  #area_headerhide .icon_sns {
    margin: 0 .5rem;
    display: flex;
  }
  /*footer*/
  footer .area_rsystemlink {
    flex-direction:column;
  }
  footer .box_rsystemlink{
    width: 100%;
  }
  footer .label_rsystem {
    font-size: 1.8rem;
  }
  #area_footer_main{
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  #area_footer_main .area_banner_sns{
    width: 100%;
  }
  #area_footer_main .area_snslist{
    justify-content: flex-start;
  }
  #area_footer_main .ttl_sns {
    flex: 1;
  }

  #area_footer_bottom{
    font-size: 1.1rem;
    flex-direction: column;
    padding-bottom: 6rem;
  }
  #area_corporatelink .list_corporatelink{
    flex-direction: column;
  }

  #area_copyright{
    text-align: right;
  }

}

