@charset "UTF-8";

/*********************

   Common

*********************/

body{
  font-size: 1.5rem;
  color:#333333;
  line-height: 1.6;
}
img{
  max-width:100%;
}
.pc,span.pc,br.pc{
  display: none;
}
.section{
  width:100%;
  padding:30px 15px;
}
.apply-nav{
  display: none;
}


/** site-header **/

.site-header{
  position: relative;
  width:100%;
  height:50px;
  background-color:#ffffff;
}
.site-header .inner{
  width: 100%;
}
.site-header .inner .header-logo a{
  margin-left:13px;
  height: 50px;
  display: flex;
  align-items: center;
}
.site-header .inner .header-logo .logo01{
  width:70px;
  height:auto;
  margin-right:9px;
}
.site-header .inner .header-logo .logo02{
  width:200px;
  height:auto;
}
@media only screen and (max-width: 340px) {
  .site-header .inner .header-logo .logo01{
  width:65px;
  height:auto;
  margin-right:6px;
  }
  .site-header .inner .header-logo .logo02{
  width:180px;
  height:auto;
  }  
}

/** toggle btn **/

.toggle-btn {
  position: absolute;
  right:0px;
  top:0;
  width: 50px;
  height: 50px;
  background-color: #0165be;
  cursor: pointer;
}

.toggle-btn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 22px;
    background: #ffffff;
    left: 0;
    transition: .25s ease-in-out;
}
.toggle-btn span:nth-child(1) {top: 17px;left:14px;}
.toggle-btn span:nth-child(2) {top: 24px;left:14px;}
.toggle-btn span:nth-child(3) {top: 31px;left:14px;}


/** global-nav **/

.global-nav{
  position: absolute;
  top: 50px;
  right:0;
  background-color: #0165be;
  width: 0;
  height:100vh;
  -webkit-transition: .25s;
  -moz-transition: .25s;
  transition: .25s;
}
.global-nav li.nav-item:first-child{
  margin-top:120px;
}
.global-nav li.nav-item{
  display: none;
  text-align: center;
  margin: 40px auto;
}    
.global-nav li.nav-item a{
  display: none; 
  color:#ffffff;
  text-decoration: none;
  font-size: 18px;
  padding:10px;
}

/** #nav-toggle 切り替えアニメーション **/

.open .toggle-btn span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open .toggle-btn span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open .toggle-btn span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/** #global-nav アニメーション **/
.open .global-nav {
  top: 50px;
  right:0;
  width:100vw;
  height:100vh;
  z-index: 500;
  transition: 0;
}
.open .global-nav li.nav-item{
  display:block;
}    
.open .global-nav li.nav-item a{
  display:block;
}

/** contact **/
.contact-sec{
  background: url(/j-koho/astas/images/astas_contact_bg_sp.jpg) 50% top no-repeat;
  background-size: cover;
  padding:55px 15px;
  font-size: 1.7rem;
  color:#ffffff;
  text-align: center;
}
.contact-sec .heading{
  font-size: 2.2rem;
  color: #0165BE;
  line-height: 1.2;
  text-align: center;
  padding:10px;
  border-radius:35px;
  background-color: rgba(255,255,255,0.9);
  margin-bottom: 20px;
}
.contact-sec .destination{
  margin:5px auto 20px;
}
.contact-sec .destination a{
  text-decoration:none;
  color:#ffffff;
}
.contact-sec .destination li{
  border: rgba(255,255,255,0.39) solid 1px;
  border-radius: 10px;
  background-color: rgba(255,255,255,0.9);
  color: #0165BE;

}
.contact-sec .destination li.freecall{
  background: url(/image.jsp?id=586496) 25px center no-repeat;
  background-size: 47px;
  background-color: rgba(255,255,255,0.9);
  padding-left :50px;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin: 10px auto;
  line-height:1;
  text-align: center !important;
  padding:8px 20px 8px 60px;
}
.contact-sec .destination li.freecall span{
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
.contact-sec .destination li.mail{
  line-height: 30px;
  background: url(/j-koho/astas/images/astas_icon_mail.png) left top no-repeat;
  background-size: 34px;
  padding-left :44px;
  font-size: 2.0rem;
  font-weight: 700;
}

.contact-sec .destination li.web{
  line-height: 30px;
  font-size: 2.0rem;
  font-weight: 700;
  padding:5px 43px;
  text-align: center !important;

}

.contact-sec .note{
  font-size: 1.2rem;
  text-align: left;
}
@media only screen and (max-width: 340px) {
  .contact-sec {font-size: 1.5rem;}
  .contact-sec .destination li.freecall{
    background-size: 43px;
    padding-left :47px;
    font-size: 2.0rem;}
  .contact-sec .destination  li.mail{
    background-size: 30px;
    padding-left :34px;
    font-size: 1.6rem;}
  .contact-sec .destination li.freecall span{
    font-size: 1.0rem;
  }
  
}

/** hebelian **/
.hebelian-sec{
  background-color: #ffffff;
  text-align: center;
  padding-left:3.3vw;
  padding-right:3.3vw;
}
.hebelian-sec .heading{
  margin-bottom:20px;
}

.hebelian-sec ul.bnr-list01 li img{
  max-width:80%;
}
.hebelian-sec ul.bnr-list01 li{
  margin-bottom:5px;
}

.hebelian-sec ul.bnr-list02{
  margin-top:20px;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hebelian-sec ul.bnr-list02 li{
  display: inline-block;
  margin-bottom:10px;
}

.hebelian-sec ul.bnr-list02 li img{
  width:45vw;
}


/** pageTop **/
#pageTop { 
  position: fixed;
  bottom: 20px;
  right: 15px;
}
#pageTop a {
  position: relative;
  display: block;
  z-index: 999;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color:rgba(1,101,190,0.80);
}
#pageTop a:hover{ 
  background-color:rgba(1,101,190,1); 
}
#pageTop a img{
  position: absolute;
  top:14px;
  left:12px;
  width:14px;
  height:8;
}

/** footer **/
.footer{
  background-color: #f6f6f6;
  padding:24px 0 40px;
  text-align: center;
}
.footer .footer-logo{
  margin-top:14px;
  width:280px;
  margin:0 auto 24px;
  display: flex;
  align-items: center;
}
.footer .footer-logo .logo01{
  width:70px;
  height:auto;
  margin-right:10px;
}
.footer .footer-logo .logo02{
  width:200px;
  height:auto;
}
.footer .copyright{
  font-size:1.2rem;
  margin-bottom: 16px;
}
.footer .footer-link li{
  display: inline-block;
  font-size:1.4rem;
  line-height:1;
  padding-left:5px;
  margin-left:5px;
  border-left:#333333 solid 1px;
}
.footer .footer-link li a{
  color:#333333;
  text-decoration: none;
}
.footer .footer-link li:first-child{
  border-left:0;
  padding-left:0;
  margin-left:0;
}


/*********************

   Top

*********************/
body.top .mainvisual-sec{
  width:100%;
  height:125px;
  background: url(/j-koho/astas/images/astas_mainvisual.jpg) 50% 50% no-repeat;
  background-size: cover;
}

body.top .lead-sec .heading,
body.top .merit-sec .heading{
  font-size: 2.7rem;
  color: #0165BE;
  margin-bottom:25px;
}
body.top .lead-sec{
  padding:30px 0;
  text-align: center;
}
body.top .lead-sec p{
}
body.top .merit-sec{
  padding:40px 15px 45px;
  text-align: center;
  background-color: #f6f6f6;
}
body.top .merit-sec .merits .heading {
  color:#333333;
  font-size: 2.2rem;
  line-height:1.6;
  margin-bottom:12px;
}
body.top .merit-sec .merits .heading span{
  color:#D6C210;
  font-size: 1.4rem;
}
body.top .merit-sec .merits li{
  border-bottom: solid 1px #b9b9b9;
  padding-bottom:30px;
  margin-top:30px;
}
body.top .merit-sec .merits .icon{
  position: relative;
  width:138px;
  height:138px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #0165BE;
  padding:10px 20px;
  margin:0 auto 15px;
}
body.top .merit-sec .merits .icon img{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
}
body.top .merit-sec .merits .icon img.merit01{
  width:94px;
  height:auto;
}
body.top .merit-sec .merits .icon img.merit02{
  width:94px;
  height:auto;
}
body.top .merit-sec .merits .icon img.merit03{
  width:92px;
  height:auto;
}
body.top .link-btn{
  margin-top: 50px;
}
body.top .link-btn a{
  background-color: #0165be;
  color:#ffffff;
  font-size: 1.8rem;
  padding:10px 20px;
  text-decoration: none; 
}

body.top .profile-sec{
  background-color: #f6f6f6;
  padding:60px 15px 65px;
}

body.top .profile-sec .heading{
  background-color: #e2eeff;
  border: solid 1px #0165be;
  padding:10px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

/* company-profile */


body.top .profile-sec dl.company-profile{
  margin: 0 auto;
  border-left: 1px solid #0165BE;
}
body.top .profile-sec .company-profile dt,
body.top .profile-sec .company-profile dd {
  display: block;
  box-sizing: border-box;
  background-color: #ffffff;
  border-right: 1px solid #0165BE;
  border-bottom: 1px solid #0165BE;
}
body.top .profile-sec .company-profile dt {
  display: table-cell;
  vertical-align: middle;
  width: 95px;
  float: left;
  font-weight: 700;
  text-align: center;
  padding: 10px 5px;
}
body.top .profile-sec .company-profile dd {
  margin-left:95px; 
  padding: 10px 10px;
}
body.top .profile-sec .company-profile dt{
  clear:both;
}



/*********************

   Page

*********************/

.pagetitle-sec {
  width:100%;
  height:125px;
  padding-top:50px;
  color:#ffffff;
  font-size: 2.4rem;
  text-align: center;
}
body.member .pagetitle-sec {
  background: url(/j-koho/astas/images/astas_member_titlbg_sp.jpg) 50% top no-repeat;
  background-size: cover;
}

body.member .anchor-sec {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: solid 1px #0165BE;
}
body.member .anchor-sec li{
  position: relative;
  width:50%;
  background-color: #fff;
  border-top: solid 1px #0165BE;
}
body.member .anchor-sec li:nth-child(odd){
  border-right: solid 1px #0165BE;
}

body.member .anchor-sec li a{
  display: block;
  width:100%;
  font-size: 1.5rem;
  color:#333;
  text-decoration: none;
  text-align: center;
  padding:20px 10px;
}

body.member .anchor-sec li ::before{
  content: "";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #0165BE transparent transparent transparent;
}

body.member .area-sec{
  width:100%;
  margin: 0 auto;
  padding:65px 0 0;
}
body.member .area-sec.last{
  border-bottom:none;
  padding-bottom:60px;
}
body.member .area-sec .heading{
  color:#0165BE;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom:65px;
}

/* office-info */

body.member .office_heading{
  color:#ffffff;
  background-color: #0165BE;
  width:100%;
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.2;
  padding:15px;
  margin: 20px 0 0;
}

body.member .office_heading a{
  display: block;
  width:100%;
  color:#fff;
  text-decoration: none;
}
body.member .office_heading .office-url {
  display: none;
}

body.member .area-sec dl.office-info {
  margin: 0 auto;
  background-color: #f6f6f6;
  border-bottom: 1px solid #0165BE;
  border-left: 1px solid #0165BE;
  border-right: 1px solid #0165BE;
}
body.member .area-sec .office-info dt,
body.member .area-sec .office-info dd {
  display: block;
  padding: 20px 15px 20px;
  box-sizing: border-box;
}
body.member .area-sec .office-info dt {
  background-color: #f6f6f6;
  width: 95px;
  float: left;
  font-weight: 700;
  text-align: center;
}
body.member .area-sec .office-info dd {
  background-color: #ffffff;
  margin-left:95px;
  border-left: 1px solid #0165BE;
}
body.member .area-sec .office-info dt.name,
body.member .area-sec .office-info dt.name + dd,
body.member .area-sec .office-info dt.tel,
body.member .area-sec .office-info dt.tel + dd {
  border-bottom: 1px solid #0165BE;
}

body.member .area-sec .office-info dt{
  clear:both;
}


