@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.4.10
-------------------------------------------------------------------------------------*/

/* =========================================================
  Responsive BR
========================================================= */

/* デフォルト無効 */
.br-701-800,
.br-801-900,
.br-901-1000{
  display:none;
}

/* 701〜800 */
@media (min-width:701px) and (max-width:800px){
  .br-701-800{
    display:inline;
  }
}

/* 801〜900 */
@media (min-width:801px) and (max-width:900px){
  .br-801-900{
    display:inline;
  }
}

/* 901〜1000 */
@media (min-width:801px) and (max-width:900px){
  .br-901-1000{
    display:inline;
  }
}

/* br-smallview */
@media (max-width:1000px){
  .br-smallview{
    display:none;
  }
}



/* =========================================================
  Section Title
========================================================= */

.sectionTitle{
  margin: 0 0;
}

.sectionTitle__head{
  margin: 0;
  padding: 1.4rem 1rem;
  background: #DDE9D3;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
@media (max-width: 700px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
    gap: 1rem;
  }
}
/*
@media (max-width: 500px){
  .sectionTitle__head{
    align-items: flex-start;
    flex-direction: column;
  }
}
*/
@media (max-width: 480px){
  .sectionTitle__head{
    padding: 1.3rem 1rem;
  }
}

.sectionTitle__ja{
  position: relative;
  display: inline-block;
  padding-left: 1.125rem;
  color: #000;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.4;
	 white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__ja{
    font-size: 1.3rem;
    padding-left: 1rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja{
    font-size: 1rem;
    padding-left: 0.875rem;
  }
}

.sectionTitle__ja::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3125rem;
  height: 1.875rem;
  background: #7AC943;
  transform: translateY(-50%);
}
@media (max-width: 700px){
  .sectionTitle__ja::before{
    height: 1.625rem;
  }
}
@media (max-width: 480px){
  .sectionTitle__ja::before{
    width: 0.25rem;
    height: 1.25rem;
  }
}

.sectionTitle__en{
  flex: 0 0 auto;
  color: #7AC943;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
  font-style: italic;
  white-space: nowrap;
}
@media (max-width: 700px){
  .sectionTitle__en{
    font-size: .8rem;
    white-space: normal;
    align-self: flex-end;
  }
}
@media (max-width: 480px){
  .sectionTitle__en{
    font-size: 0.8rem;
  }
}

.sectionTitle__note{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.6em;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: baseline;
}
@media (max-width: 700px){
  .sectionTitle__note{
    font-size: 0.62em;
  }
}
@media (max-width: 480px){
  .sectionTitle__note{
    margin-left: 0.4em;
    font-size: 0.68em;
  }
}
/* =========================================================
  Section Box Title
========================================================= */

.sectionBoxTitle{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 2rem;
}
@media (max-width: 700px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle{
    margin-bottom: 2rem;
  }
}

.sectionBoxTitle__icon{
  flex: 0 0 auto;
  width: 0.9rem;
  height: 0.9rem;
  background: #79BE49;
}
@media (max-width: 480px){
  .sectionBoxTitle__icon{
    width: 0.75rem;
    height: 0.75rem;
  }
}

.sectionBoxTitle__text{
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media (max-width: 700px){
  .sectionBoxTitle__text{
    font-size: 1.1rem;
  }
}
@media (max-width: 480px){
  .sectionBoxTitle__text{
    font-size: 1.05rem;
  }
}


/* =========================================================
  Pill Arrow Button
========================================================= */

.pillArrowBtn{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 17rem;
  min-height: 3.75rem;

  padding: 0.9rem 2.8rem 0.9rem 1.6rem;

  background: #F4EBE2;
  border-radius: 999px;
  text-decoration: none;

  transition: opacity .25s ease;
}

@media (max-width: 700px){
  .pillArrowBtn{
    min-height: 3.25rem;
    padding: 0.75rem 2.6rem 0.75rem 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn{
    width: 100%;
  }
}


/* テキスト */

.pillArrowBtn__text{
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

@media (max-width: 700px){
  .pillArrowBtn__text{
    font-size: 1rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__text{
    font-size: .9rem;
  }
}


/* 矢印 */

.pillArrowBtn__icon{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 1.4rem;
  height: 1.4rem;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  transition: transform .25s ease;

  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Ccircle cx='13' cy='13' r='12.5' fill='%23fff' stroke='%2379be49'/%3E%3Cline x1='7.4' y1='13' x2='17.9' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='18.6' y1='13' x2='14.7' y2='16.9' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3Cline x1='14.7' y1='9.1' x2='18.6' y2='13' stroke='%2379be49' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 700px){
  .pillArrowBtn__icon{
    width: 1.25rem;
    height: 1.25rem;
  }
}

@media (max-width: 480px){
  .pillArrowBtn__icon{
    width: 1.125rem;
    height: 1.125rem;
  }
}

.pillArrowBtn:hover .pillArrowBtn__icon{
  transform: translate(3px,-50%);
}




/* =========================================================
  Privacy Page
========================================================= */

.privacyPage{
  padding: 1rem 0 5rem;
}
@media (max-width: 700px){
  .privacyPage{
    padding: 1rem 0 4rem;
  }
}
@media (max-width: 480px){
  .privacyPage{
    padding: 1rem 0 3rem;
  }
}

.privacyPage__section + .privacyPage__section{
  margin-top: 5rem;
}
@media (max-width: 700px){
  .privacyPage__section + .privacyPage__section{
    margin-top: 4rem;
  }
}
@media (max-width: 480px){
  .privacyPage__section + .privacyPage__section{
    margin-top: 3rem;
  }
}

.privacyPage__lead{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .privacyPage__lead{
    margin-top: 1.5rem;
  }
}

.privacyPage__lead p{
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  color: #555;
}
@media (max-width: 700px){
  .privacyPage__lead p{
    line-height: 1.9;
  }
}
@media (max-width: 480px){
  .privacyPage__lead p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.privacyPage__lead p + p{
  margin-top: 1em;
}

.privacyPage__policyList{
  counter-reset: policyNumber;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 700px){
  .privacyPage__policyList{
    margin-top: 2rem;
  }
}

.privacyPage__policyItem{
  position: relative;
  margin: 0;
  padding: 0 0 0 2rem;
}
@media (max-width: 700px){
  .privacyPage__policyItem{
    padding-left: 3rem;
  }
}
@media (max-width: 480px){
  .privacyPage__policyItem{
    padding-left: 2.5rem;
  }
}

.privacyPage__policyItem::before{
  counter-increment: policyNumber;
  content: counter(policyNumber) "）";
  position: absolute;
  top: .1rem;
  left: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #7ac943;
}
@media (max-width: 480px){
  .privacyPage__policyItem::before{
    font-size: 1rem;
  }
}

.privacyPage__policyItem + .privacyPage__policyItem{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .privacyPage__policyItem + .privacyPage__policyItem{
    margin-top: 1.5rem;
  }
}

.privacyPage__policyItem{
  position: relative;
  margin: 0;
  padding: 0 0 1.5rem 2rem;
  border-bottom: 1px dashed #cfe3bf;
}

@media (max-width: 700px){
  .privacyPage__policyItem{
    padding: 0 0 1.25rem 2rem;
  }
}
@media (max-width: 480px){
  .privacyPage__policyItem{
    padding: 0 0 1rem 2rem;
  }
}

.privacyPage__policyItem:last-child{
  border-bottom: none;
}

.privacyPage__policyItem h3{
  font-weight: bold;
}

.privacyPage__policyItem p{
  margin: 0;
  font-size: 1rem;
  line-height: 2;
  color: #555;
}
@media (max-width: 700px){
  .privacyPage__policyItem p{
    line-height: 1.9;
  }
}
@media (max-width: 480px){
  .privacyPage__policyItem p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.privacyPage__contact{
  margin-top: 0.75rem !important;
  font-weight: 700;
  color: #333 !important;
}

.privacyPage__purpose{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .privacyPage__purpose{
    margin-top: 1.5rem;
  }
}

.privacyPage__purposeGroup{}

.privacyPage__purposeTitle{
  margin: 0 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
}
@media (max-width: 700px){
  .privacyPage__purposeTitle{
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 480px){
  .privacyPage__purposeTitle{
    font-size: 1rem;
  }
}

.privacyPage__purposeBlock + .privacyPage__purposeBlock{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .privacyPage__purposeBlock + .privacyPage__purposeBlock{
    margin-top: 1.5rem;
  }
}

.privacyPage__purposeHead{
  margin: 0 0 0.75rem;
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7;
  color: #333;
}
@media (max-width: 700px){
  .privacyPage__purposeHead{
    font-size: 1.0625rem;
  }
}
@media (max-width: 480px){
  .privacyPage__purposeHead{
    font-size: 1rem;
  }
}

/*
.privacyPage__purposeHead::before{
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #7ac943;
}
*/

.privacyPage__purposeList{
  margin: 0;
  padding: 0 0 0 0.5rem;
  list-style: none;
}

.privacyPage__purposeList li{
  position: relative;
  margin: 0;
  padding-left: 1.2rem;
  font-size: 1rem;
  line-height: 2;
  color: #555;
}
@media (max-width: 700px){
  .privacyPage__purposeList li{
    line-height: 1.9;
  }
}
@media (max-width: 480px){
  .privacyPage__purposeList li{
    padding-left: 1rem;
    font-size: 0.95rem;
    line-height: 1.8;
  }
}

.privacyPage__purposeList li::before{
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-weight: 700;
}

.privacyPage__purposeList li + li{
  margin-top: 0.35rem;
}

.privacyPage__notes{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .privacyPage__notes{
    margin-top: 1.5rem;
  }
}

.privacyPage__notesList{
  margin: 0;
  padding-left: 1.5rem;
}

.privacyPage__notesList li{
  font-size: 0.95rem;
  line-height: 1.9;
  color: #555;
}
@media (max-width: 480px){
  .privacyPage__notesList li{
    font-size: 0.9rem;
    line-height: 1.8;
  }
}

.privacyPage__notesList li + li{
  margin-top: 0.5rem;
}

.privacyPage__signature{
  margin-top: 2rem;
}
@media (max-width: 700px){
  .privacyPage__signature{
    margin-top: 1.5rem;
  }
}

.privacyPage__signature p{
  margin: 0;
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
}
@media (max-width: 480px){
  .privacyPage__signature p{
    font-size: 0.95rem;
    line-height: 1.8;
  }
}


