/********************************************/
/*layout Base */
/********************************************/
.base--txt p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0;
}
.base--txt.fo14 p {
  font-size: 1.4rem;
}
.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 */
/**
/***************************************/
/***************************/
/** mod--bg */
/***************************/
.mod-bg-primary {
  background-color: #C8BEA6;
}

/***************************/
/** mod--title */
/***************************/
.mod-sec-ttl {
  position: relative;
  text-align: center;
  filter: drop-shadow(0px -20px 10px rgba(68, 65, 42, 0.1));
  z-index: 2;
}
.mod-sec-ttl .en {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  display: block;
  padding-top: 10px;
  margin: auto;
  width: 186px;
  height: 95px;
  border-radius: 50%;
  background-color: inherit;
  z-index: 1;
}
.mod-sec-ttl .ja {
  position: relative;
  padding-top: 2.5em;
  font-size: clamp(2.4rem, 2.6vw, 2.6rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  z-index: 2;
}
.mod-sec-ttl.primary {
  background-color: #C8BEA6;
}
.mod-sec-ttl.white {
  background-color: #FFF;
}

/***************************************************/
/**
/** ac Contents */
/**
/***************************************************/
/***************************/
/** ac--title */
/***************************/
/***************************/
/** button */
/***************************/
.ac-common-arrow-btn a, .ac-common-arrow-btn button {
  position: relative;
  display: block;
  padding: 0.8em 1em;
  border-radius: 50px;
  border: 1px solid #3A1E10;
  color: #3A1E10;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-shadow: 3.36774px 3.36774px 6.73548px rgba(167, 151, 145, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-common-arrow-btn a, .ac-common-arrow-btn button {
    padding: 1em;
  }
}
.ac-common-arrow-btn a:after, .ac-common-arrow-btn button:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  margin: auto;
  background: url(../img/ico/ico-arrow-border.svg) no-repeat center/contain;
  width: 8px;
  height: 14px;
}
@media (max-width: 768px) {
  .ac-common-arrow-btn a:after, .ac-common-arrow-btn button:after {
    right: 15px;
    width: 6px;
    height: 11px;
  }
}
.ac-common-arrow-btn a:hover, .ac-common-arrow-btn button:hover {
  opacity: 0.7;
}
.ac-common-arrow-btn.primary a, .ac-common-arrow-btn.primary button {
  background-color: #C8BEA6;
}
.ac-common-arrow-btn.white a, .ac-common-arrow-btn.white button {
  background-color: #FFF;
}

.ac-common-btn a, .ac-common-btn button {
  position: relative;
  display: block;
  padding: 0.8em 1em;
  border-radius: 50px;
  border: 1px solid #3A1E10;
  color: #3A1E10;
  font-size: clamp(1.3rem, 1.8vw, 2rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-shadow: 3.36774px 3.36774px 6.73548px rgba(167, 151, 145, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .ac-common-btn a, .ac-common-btn button {
    padding: 1em;
  }
}
.ac-common-btn a:hover, .ac-common-btn button:hover {
  opacity: 0.7;
}
.ac-common-btn.primary a {
  background-color: #C8BEA6;
}
.ac-common-btn.white a {
  background-color: #FFF;
}

.ac-tab-btn {
  position: relative;
  display: inline-block;
  padding-right: 17px;
  color: #3A1E10;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ac-tab-btn.border {
  text-decoration: none !important;
}
.ac-tab-btn.border:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #3A1E10;
  width: 100%;
  height: 1px;
}
.ac-tab-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../img/ico/ico-tab.svg) no-repeat center/contain;
}
.ac-tab-btn:hover {
  opacity: 0.7;
}

.ac-pdf-btn {
  position: relative;
  display: inline-block;
  padding-right: 11px;
  color: #3A1E10;
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none !important;
}
.ac-pdf-btn:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background-color: #3A1E10;
  width: 100%;
  height: 1px;
}
.ac-pdf-btn:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 9px;
  height: 12px;
  background: url(../img/ico/ico-pdf.svg) no-repeat center/contain;
}
.ac-pdf-btn:hover {
  opacity: 0.7;
}

/***************************/
/** number */
/***************************/
.num_slash {
  position: relative;
  color: #FFF;
  font-size: clamp(4rem, 5.5vw, 6.8rem);
  font-family: "Aboreto", system-ui;
  font-weight: 400;
  font-style: normal;
  z-index: 1;
}
@media (max-width: 768px) {
  .num_slash {
    font-size: 6.8rem;
  }
}
.num_slash .txt {
  position: relative;
  color: inherit;
  font: inherit;
  z-index: 2;
}
.num_slash:before {
  content: "";
  position: absolute;
  top: 0.7em;
  right: -0.8em;
  display: block;
  background-color: #C8BEA6;
  width: 1.3em;
  height: 1.3em;
  z-index: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.num_slash:after {
  content: "";
  position: absolute;
  top: 0.7em;
  right: -0.82em;
  display: block;
  background-color: #FFF;
  width: 1.3em;
  height: 1.3em;
  z-index: 1;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}/*# sourceMappingURL=component.css.map */