@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  .ttl_txt {
    line-height: 1.6em;
    padding-bottom: 5vw;
  }
  #privacypolicy {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .privacypolicy_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .privacypolicy_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .privacypolicy_heading {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10vw;
    padding-left: 2em;
    text-indent: -2em;
  }
  .privacypolicy_heading:first-of-type {
    margin-top: 0vw;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .privacypolicy_list {
    margin-top: 5vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 1vw;
  }
  .privacypolicy_list li span {
    display: inline-block;
    vertical-align: bottom;
  }
  .privacypolicy_list li span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .privacypolicy_list li span a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  .ttl_txt {
    line-height: 1.6em;
    padding-bottom: 5vw;
  }
  #privacypolicy {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .privacypolicy_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .privacypolicy_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .privacypolicy_heading {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10vw;
    padding-left: 2em;
    text-indent: -2em;
  }
  .privacypolicy_heading:first-of-type {
    margin-top: 0vw;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .privacypolicy_list {
    margin-top: 5vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 1vw;
  }
  .privacypolicy_list li span {
    display: inline-block;
    vertical-align: bottom;
  }
  .privacypolicy_list li span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .privacypolicy_list li span a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {

    
    
    
    
      #fv {
       width: 95%;
       margin-right: 5%;
       padding-top: 3vw;
     }
     .fv_wrapper {
       position: relative;
     }
     .fv {
       width: 100%;
       margin: 0;
       position: relative;
     }
     .fv img {
       width: 100%;
       height: auto;
     }   
    
    
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
         font-size: 2.8rem;
         line-height: 1.6em;
      color: #FFF;
    text-align: left;
    padding: 1.5vw 5%;
  }

    
    
    
    
    
  #introduction {
    width: 100%;
    margin-top: 10vw;
  }
  .introduction_wrapper {
    width: 70%;
    margin: 0 auto;
  }

  .introduction_heading {
    font-size: 1.6rem;
    font-weight: 700;
      line-height: 1.6em;
    text-align: center;
  }
  .introduction_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
    
    
    
    
    
    
    
    
    
  #privacypolicy {
    width: 100%;
    margin: 5vw 0 10vw;
  }
  .privacypolicy_wrapper {
    width: 70%;
    margin: 0 auto;
  }
    
    
    

  .privacypolicy_heading {
    font-size: 1.4rem;
    font-weight: 700;
      line-height: 1.6em;
    margin-top: 5vw;
  }
    
    
    
    
  .privacypolicy_heading:first-of-type {
    margin-top: 0vw;
  }
    
    
    
    
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 1.75vw;
  }
    
    
    
    
    
    
    
    
    
  .privacypolicy_list {
    margin-top: 1.75vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
      margin-top: 0.5vw;
		padding-left: 2.2em;
		text-indent: -2.2em;
  }
    
   .privacypolicy_list li:first-of-type {
      margin-top: 0;
  }   
    
    
    
    
    
   .privacypolicy_link {
		padding-left: 0 !important;
		text-indent: 0 !important;
  }   
    
    
  .privacypolicy_link span {
    display: inline-block;
    vertical-align: bottom;
  }
  .privacypolicy_link span a {
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .privacypolicy_link span a:hover {
    opacity: 0.3;
  }
}