@charset "UTF-8";
/*_______________________________

         【ラ･パルレ】
　　
「エステが初めてのお客様へ」ページ用CSS

　　　　　/safe-system/
　　　　　（PC・TB・SP）

　　　　リニューアル2025
_______________________________*/
/*  /safe-system/
　　　　　　共通
____________________*/
.contents {
  position: relative;
  z-index: 0;
  padding-top: 10px;
  padding-bottom: 70px;
}
.contents::before {
  content: "";
  height: 10px;
  width: 100%;
  display: block;
  background-image: url(/mens/asset2025/img/common/line_stripe.png);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents::after {
  content: "";
  width: 100%;
  height: 300px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  background: #7F98AC;
  background: linear-gradient(180deg, #7F98AC 0%, rgb(255, 255, 255) 100%);
}
.contents > section {
  padding-bottom: 30px;
}

/*.title_special*/
.title_special {
  text-align: center;
  padding: 30px 0;
}
.title_special i {
  margin: auto;
  display: block;
  color: var(--main-color);
  font-size: 109px;
  margin-bottom: 40px;
}
.title_special h2 {
  color: var(--title-text-color);
  font-size: 33px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.15;
}
.title_special h2 span {
  display: block;
  margin-top: 30px;
  font-size: 18px;
}
.title_special p {
  text-align: left;
  margin-top: 30px;
}

/*.definition-list*/
.definition-list {
  display: flex;
  flex-flow: column;
  gap: 50px;
  padding: 25px 0;
  margin: 20px 0;
}
.definition-list h3 {
  background: var(--main-color);
  color: #fff;
  min-height: 40px;
  padding: 5px 60px 5px 130px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: -0.001em;
  flex-wrap: wrap;
  line-height: 1.25;
}
.definition-list h3 em {
  font-size: 22px;
}
.definition-list h3.accordion::before, .definition-list h3.accordion:after {
  background: #fff;
}
.definition-list h3 img {
  position: absolute;
  left: 30px;
  max-width: 83px;
}
.definition-list .definition-desc {
  padding-top: 40px;
}
.definition-list .link_btn {
  margin-top: 30px;
}
.definition-list .link_btn:nth-of-type(n+2) {
  margin-top: 20px;
}
.definition-list .definition-desc .desc-inner {
  margin-bottom: 30px;
}
.definition-list .definition-desc .desc-inner:nth-of-type(1) {
  padding-top: 10px;
}
.definition-list .definition-desc .desc-inner:last-child {
  margin-bottom: 0;
}
.definition-list .definition-desc .desc-inner .ttl-accent {
  font-family: "Noto Serif JP", serif;
  color: var(--main-color);
  font-size: 16px;
  font-weight: 500;
}
.definition-list .definition-desc .desc-inner .ttl-title {
  font-family: "Noto Serif JP", serif;
  color: var(--title-text-color);
  font-size: 16px;
  font-weight: 500;
}
.definition-list .definition-desc .desc-inner .img{
  width: 66.6%;
  margin: 0 auto 24px;
}
.definition-list .definition-desc .desc-inner .text{
  margin-top: 24px;
}
.definition-list .definition-item .inner_accordion{
  background: #EFEAF4;
  border: 1px solid #CEBEDA;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 10px;
  color: #611886;
}
.definition-list .definition-item .inner_definition-desc{
  border-left: 1px solid #CEBEDA;
  border-right: 1px solid #CEBEDA;
  border-bottom: 1px solid #CEBEDA;
  padding: 20px 15px;
  font-size: 14px;
}
.definition-list .definition-item .inner_definition-desc dt{
  font-weight: 600;
}
.definition-list .definition-item .inner_definition-desc dd{
  margin-bottom: 15px;
}
.definition-list .definition-item .inner_definition-desc dd:last-child{
  margin-bottom: 0;
}

/*  system ページ
____________________*/
.system .brand_vision {
  color: var(--title-text-color);
  font-size: 28px;
  display: block;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.25;
  margin: 50px auto;
}
.system .brand_vision em {
  font-size: 38px;
  display: block;
}
.system .definition-list {
  line-height: 1.35em;
}
.system .definition-list .definition-desc .box {
  display: flex;
  gap: 10px 20px;
  margin-bottom: 30px;
}
.system .definition-list .definition-desc .box:last-child {
  margin-bottom: 0;
}
.system .definition-list .definition-desc .box.reverse {
  flex-flow: row-reverse;
}
.system .definition-list .definition-desc .box .img {
  flex-basis: min(43%, 430px);
}
.system .definition-list .definition-desc .box .text {
  flex: 1;
}
.system .definition-list .definition-desc > .text {
  margin-bottom: 30px;
}
.system .definition-list .definition-desc > .text:last-child {
  margin-bottom: 0;
}
.system .definition-list .definition-desc .text em {
  font-weight: bold;
  display: block;
}
.system .definition-list .definition-desc .text p {
  margin-bottom: 10px;
}
.system .definition-list .definition-desc .text p:last-child {
  margin-bottom: 0;
}
.system .definition-list .definition-desc h4 {
  color: var(--title-text-color);
  font-size: 16px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-bottom: 20px;
}
.system .oath_section dl {
  max-width: 500px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.system .oath_section dt {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-indent: -1em;
  padding-left: 1em;
}
.system .oath_section dd {
  font-size: 16px;
}
.system .oath_section dd p {
  text-indent: -1em;
  padding-left: 1em;
}




/*_______________________________
　　　
　　　メディアクエリ切り替え
     　　　（TB・SP）
_______________________________*/
/* ↓ ↓ ↓ TB（1024px）以下　用 ↓ ↓ ↓ */
@media (max-width: 1024px) {
	
	
  /* --- */
}
/* ↑ ↑ ↑ TB（1024px）以下　用　↑ ↑ ↑ */




/*  ↓ ↓ ↓ TB（820px）以下　用  ↓ ↓ ↓ */
@media (max-width: 820px) {
	
  .definition-list .link_btn:nth-of-type(n+2) {
    margin-bottom: 40px;
  } 
  .step .step_list li a {
    font-size: 13px;
  }  /* --- */
}
/* ↑ ↑ ↑ TB（820px）以下　用　↑ ↑ ↑ */


/* ↓ ↓ ↓ SP（767px）以下　用 ↓ ↓ ↓ */
@media screen and (max-width: 767px) {
	
  /*  /safe-system/
  　　　　共通（SP）
  ____________________*/
  .contents {
    padding-bottom: 45px;
  }
  .contents::after {
    height: 150px;
  }
  .contents > section {
    padding-bottom: 0;
  }
  .title_special {
    padding: 15px 0;
  }
  .title_special i {
    font-size: 58px;
    margin-bottom: 15px;
  }
  .title_special h2 {
    font-size: 19px;
  }
  .title_special h2 span {
    margin-top: 20px;
    font-size: 14px;
  }
  .title_special p{
    margin-top: 20px;
  }
  .definition-list {
    gap: 30px;
    padding: 15px 0;
    margin: 15px 0;
  }
  .definition-list h3 {
    min-height: 25px;
    padding: 3px 40px 3px calc(4vw + 50px + 10px);
    font-size: 15px;
    margin-left: -5vw;
    margin-right: -5vw;
    display: block;
  }
  .definition-list h3 img {
    left: 4vw;
    width: 50px;
    top: -15px;
  }
  .definition-list .definition-desc {
    padding-top: 20px;
  }
  .definition-list .link_btn {
    margin-top: 20px;
  }
  .definition-list .link_btn:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .definition-list h3 em {
    font-size: 19px;
  }
  .definition-list .definition-desc .desc-inner .ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .definition-list .definition-desc .desc-inner .img {
    width: auto;
    margin-bottom: 10px;
  }
  .definition-list .definition-desc .desc-inner .text {
    width: auto;
    margin-top: 10px;
  }
  .definition-list .definition-item .inner_accordion{
    padding: 5px;
  }
 
	
  /*  systemページ（SP）
  ____________________*/
  .system .contents > section {
    padding-bottom: 0;
  }
  .system .brand_vision {
    font-size: 14px;
    margin: 20px auto;
  }
  .system .brand_vision em {
    font-size: 19px;
  }
  .system .about_section h3 {
    font-size: 14px;
  }
  .system .definition-list .definition-desc .box {
    flex-flow: column;
  }
  .system .definition-list .definition-desc .box.reverse {
    flex-flow: column;
  }
  .system .definition-list .definition-desc .box .img {
    flex: 1;
    max-width: 400px;
    margin: auto;
  }
  .system .definition-list .definition-desc em {
    font-size: 15px;
  }
  .system .definition-list .definition-desc .box {
    margin-bottom: 20px;
  }
  .system .oath_section dl {
    gap: 10px;
  }
  .system .oath_section dt {
    font-size: 15px;
  }
  .system .oath_section dd {
    font-size: 14px;
  }
.system .indicator{
	 flex-flow: column-reverse !important;
}	
	
	
  /* --- */
}
/* ↑ ↑ ↑ SP（767px）以下　用　↑ ↑ ↑ */
