/********************************************/
/*layout Base */
/********************************************/
.base--txt p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.base--txt.center {
  text-align: center;
}
@media (max-width: 768px) {
  .base--txt.center {
    text-align: left;
  }
}
.base--txt.right {
  text-align: right;
}

/*********************************************************/
/* 
/* modules
/* 
/*********************************************************/
/***************************************/
/**
/** block Contents */
/**
/***************************************/
/***************************************************/
/**
/** ac Contents */
/**
/***************************************************/
/***************************/
/** ac--title */
/***************************/
.ac-sec-ttl {
  margin-bottom: 30px;
}
.ac-sec-ttl .en {
  display: block;
  margin-bottom: 0.5em;
  border-bottom: 3px solid #323232;
  font-size: clamp(3.2rem, 3.8vw, 4rem);
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.035em;
  line-height: 1.5;
}
.ac-sec-ttl .ja {
  display: block;
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.ac-sec-ttl.center {
  text-align: center;
}
.ac-sec-ttl.center .en {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (max-width: 768px) {
  .ac-sec-ttl.center .en {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.ac-border-left-ttl {
  display: block;
  padding-left: 0.5em;
  margin-bottom: 0.8em;
  border-left: 5px solid #323232;
  font-size: clamp(2.3rem, 2.5vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .ac-border-left-ttl {
    border-width: 3px;
  }
}

/***************************/
/** button */
/***************************/
.ac-common-btn a, .ac-common-btn input, .ac-common-btn button {
  position: relative;
  display: block;
  width: 80%;
  max-width: 240px;
  padding: 0.8em 1em;
  background-color: #323232;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac-common-btn a:hover, .ac-common-btn input:hover, .ac-common-btn button:hover {
  opacity: 0.7;
}
.ac-common-btn a:after, .ac-common-btn input:after, .ac-common-btn button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  display: block;
  background: url(../img/ico/ico-triangle-right.svg) no-repeat center/contain;
  width: 6px;
  height: 12px;
  margin: auto;
}
.ac-common-btn.right a, .ac-common-btn.right input, .ac-common-btn.right button {
  margin-left: auto;
}
.ac-common-btn.center a, .ac-common-btn.center input, .ac-common-btn.center button {
  margin: auto;
}/*# sourceMappingURL=component.css.map */