@charset "UTF-8";
/* 基本設定 */
/*============================================
	― 変数設定
=============================================*/
/*============================================
	― PC表示
=============================================*/
.pc-disblock {
  display: block;
}

.pc-disline {
  display: inline;
}

.pc-dislineblock {
  display: inline-block;
}

.pc-none {
  display: none;
}

.sp-disblock {
  display: none;
}

.sp-disline {
  display: none;
}

.sp-dislineblock {
  display: none;
}

/*============================================
	― スマホ表示切り替え
=============================================*/
@media screen and (max-width: 769px) {
  .pc-disblock {
    display: none;
  }
  .pc-disline {
    display: none;
  }
  .pc-dislineblock {
    display: none;
  }
  .sp-disblock {
    display: block;
  }
  .sp-disline {
    display: inline;
  }
  .sp-dislineblock {
    display: inline-block;
  }
  .sp-none {
    display: none;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

/* modules */
/*===================================================================================================
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

〇 PRIVACY-CONTENT 〇

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
====================================================================================================*/
.privacy-content {
  padding: 120px 0 120px 0;
  background-color: #e9bcb7;
  background-image: linear-gradient(315deg, #9e9e9e 0%, #5b5b5b 74%);
}
.privacy-content .wrapper {
  max-width: 1480px;
  padding: 0 4% 0 4%;
  margin: 0 auto 0;
}
.privacy-content .wrapper .title {
  padding: 0 0 60px 0;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privacy-content .wrapper .title .left {
  border-left: solid 2px #fff;
  padding: 25px 0 25px 40px;
}
.privacy-content .wrapper .title .left h3 {
  font-family: "Syncopate", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: 6px;
  font-size: 55px;
}
.privacy-content .wrapper .title .left h2 {
  color: #fff;
  letter-spacing: 8px;
  font-size: 22px;
  margin: 20px 0 0 0;
}
.privacy-content .wrapper .title .right {
  width: 50%;
}
.privacy-content .wrapper .title .right h4 {
  font-family: "Syncopate";
  color: transparent;
  -webkit-text-stroke: rgb(220, 220, 220) 1.5px;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 30px;
}
.privacy-content .wrapper .title .right .sentence {
  color: #fff;
  letter-spacing: 2px;
  line-height: 2.4;
  font-size: 16px;
}
.privacy-content .wrapper .inner {
  color: #fff;
}
.privacy-content .wrapper .inner a {
  color: #fff;
}
.privacy-content .wrapper .inner h3 {
  margin: 60px 0 30px 0;
  font-size: 35px;
}
.privacy-content .wrapper .inner p {
  padding: 10px 0 10px 0;
  line-height: 2;
  font-size: 16px;
}
.privacy-content .wrapper .inner ul li, .privacy-content .wrapper .inner ol li {
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 16px;
  padding: 5px 0 5px 0;
}
.privacy-content .wrapper .inner dl {
  line-height: 1.8;
  font-size: 16px;
  padding: 5px 0 5px 0;
}
.privacy-content .wrapper .inner dl dt {
  margin: 20px 0 0 0;
}
.privacy-content .wrapper .inner table {
  margin: 0px 0 20px 0;
  border-top: solid 1px #CBCED0;
  border-left: solid 1px #CBCED0;
  border-spacing: 0;
  border-collapse: collapse;
}
.privacy-content .wrapper .inner table td,
.privacy-content .wrapper .inner table th {
  border-bottom: solid 1px #CBCED0;
  border-right: solid 1px #CBCED0;
  padding: 5px;
}
.privacy-content .wrapper .inner table th {
  white-space: nowrap;
}

/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 1024px～1280px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 1024px～1280px responsive-close



/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □  

◆	Stylesheet: 768px～1023px(iPad縦からiPad横)までのモニタで適用	◆

start----------------------------------------------------------------------------*/
/* 768px～1023px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
 □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 

◆	Stylesheet: 767pxまで(スマホ)のモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .privacy-content .wrapper .title {
    padding: 0 0 10px 0;
    display: block;
    max-width: 92%;
    margin: 0 auto 0;
  }
  .privacy-content .wrapper .title .left {
    padding: 25px 0 25px 20px;
    width: 100%;
  }
  .privacy-content .wrapper .title .left h3 {
    letter-spacing: 5px;
    font-size: 7vw;
  }
  .privacy-content .wrapper .title .left h2 {
    letter-spacing: 4px;
    font-size: 5.5vw;
    margin: 20px 0 0 0;
  }
  .privacy-content .wrapper .title .right {
    width: 100%;
  }
  .privacy-content .wrapper .title .right h4 {
    -webkit-text-stroke: rgb(220, 220, 220) 1.5px;
    letter-spacing: 1px;
    font-size: 7vw;
  }
  .privacy-content .wrapper .title .right .sentence {
    letter-spacing: 2px;
    line-height: 2.4;
    font-size: 4vw;
  }
} /* 767px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/**********************************************************************************
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □   

◆	Stylesheet: さらに刻んで320pxまでのモニタで適用	◆

□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
start----------------------------------------------------------------------------*/
/* 320px responsive-closed */
/*end ----------------------------------------------------------------------------
□ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ □ 
**********************************************************************************/
/* breakpoints *//*# sourceMappingURL=style.css.map */