@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}

body{
  color: #0B0B0B;
  background-color: #fff; 
}
body.inquiry {
    background-color: #F5F6F8;
}

a{
  text-decoration: none;
  color: #0B0B0B;
}

img{
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

li{
  list-style: none;
}

/* privacy.php */

.privacy__inner{
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 152px;
  padding-left: 16px;
  padding-right: 16px;
}

.privacy__bread{
  display: flex;
  gap: 16px;
}

.privacy__bread li{
  text-transform: uppercase;
  font-size: 0.7rem;
}

.privacy__bread li:last-of-type{
  font-weight: bold;
}

.privacy__title{
  margin-top: 56px;
  color: #0B0B0B;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  position: relative;
  transform: translateX(11px);
  line-height: 1;
}

.privacy__title::before{
  position: absolute;
  top: -2px;
  left: -9px;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #108DF9;
  border-radius: 10px;
}

.privacy__title {
  margin-bottom: 20px;
}
.privacy__main section {
  margin-top: 20px;
  margin-bottom: 50px;
}
.privacy__main h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
}
.privacy__main p {
  margin-left: 20px;
  margin-bottom: 10px;
}

.privacy__main ol {
  margin-left: 20px;
}

.privacy__main li {
  margin-left: 20px;
  list-style: auto;
}

.privacy-details .sub_num {
  list-style-type: none; /* デフォルトのリストスタイルを無効化 */
  counter-reset: item; /* カウンターのリセット */
}

.privacy-details .sub_num li {
list-style: none;
  counter-increment: item; /* カウンターをインクリメント */
  margin-bottom: 8px; /* 下のマージン（オプション） */
  margin-left: 10px;
}

.privacy-details .sub_num li::before {
  content: counter(item) ") "; /* カウンターの値に「)」を追加 */
}


/* terms.php */

.terms__inner{
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 152px;
  padding-left: 16px;
  padding-right: 16px;
}

.terms__bread{
  display: flex;
  gap: 16px;
}

.terms__bread li{
  text-transform: uppercase;
  font-size: 0.7rem;
}

.terms__bread li:last-of-type{
  font-weight: bold;
}

.terms__title{
  margin-top: 56px;
  color: #0B0B0B;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  position: relative;
  transform: translateX(11px);
  line-height: 1;
}

.terms__title::before{
  position: absolute;
  top: -2px;
  left: -9px;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #108DF9;
  border-radius: 10px;
}

.terms__title {
  margin-bottom: 20px;
}
.terms__main section {
  margin-top: 20px;
  margin-bottom: 50px;
}
.terms__main h3 {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 50px;
}
.terms__main p {
  margin-left: 20px;
  margin-bottom: 10px;
}

.terms__main ol {
  margin-left: 20px;
}

.terms__main li {
  margin-left: 20px;
  list-style: auto;
}

.items-details .sub_num {
  list-style-type: none; /* デフォルトのリストスタイルを無効化 */
  counter-reset: item; /* カウンターのリセット */
}

.items-details .sub_num li {
list-style: none;
  counter-increment: item; /* カウンターをインクリメント */
  margin-bottom: 8px; /* 下のマージン（オプション） */
  margin-left: 10px;
}

.items-details .sub_num li::before {
  content: counter(item) ") "; /* カウンターの値に「)」を追加 */
}

/* company.php */

.company__inner{
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 152px;
  padding-left: 16px;
  padding-right: 16px;
}

.company__bread{
  display: flex;
  gap: 16px;
}

.company__bread li{
  text-transform: uppercase;
  font-size: 0.7rem;
}

.company__bread li:last-of-type{
  font-weight: bold;
}

.company__title{
  margin: 0 auto;
  margin-top: 56px;
  max-width: 860px;
  color: #0B0B0B;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  position: relative;
  transform: translateX(11px);
  line-height: 1;
}

.company__title::before{
  position: absolute;
  top: -2px;
  left: -9px;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #108DF9;
  border-radius: 10px;
}

dl,
dt,
dd {
  box-sizing: border-box;
}

.company__table{
  margin: 0;
  padding: 0;
  margin: 0 auto;
  margin-top: 44px;
  max-width: 860px;
  display: flex;
  flex-wrap: wrap;
}

.company__table dt{
  margin: 0;
  width: 27.5%;
  border-bottom: 1px solid #108DF9;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #0B0B0B;
}

.company__table dt .sp-only{
  display: none;
}

.company__table dt.small-font{
  font-size: 0.875rem;
}

.company__table dd{
  margin: 0;
  width: 72.5%;
  border-bottom: 1px solid #D1D1D1;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 48px;
  font-size: 1rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  color: #0B0B0B;
}

.company__table dd address{
  font-style: normal;
}

.company__map{
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 100px;
  max-width: 860px;
  height: 300px;
}

.company__map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/* faq.php */

.faq{
  background-color:  #f5f6f8;
}

.faq__inner{
  max-width: 876px;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 152px;
  padding-left: 16px;
  padding-right: 16px;
}

.faq__bread{
  display: flex;
  gap: 16px;
}

.faq__bread li{
  text-transform: uppercase;
  font-size: 0.7rem;
}

.faq__bread li:last-of-type{
  font-weight: bold;
}

.faq__title {
  margin-top: 18px;
}

.faq__category {
  margin-top: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  > * {
    width: calc(33.333% - 7px);
  }
}
.faq__list {
  margin-top: 36px;
}

.faq__sub-title{
  margin-top: 48px;
  color: #0B0B0B;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  position: relative;
  transform: translateX(11px);
  line-height: 1;
}

.faq__sub-title::before{
  position: absolute;
  top: -2px;
  left: -9px;
  content: "";
  width: 4px;
  height: 30px;
  background-color: #108DF9;
  border-radius: 10px;
}

summary{
  display: block;
  list-style: none;
}

summary::-webkit-details-marker{
  display: none;
}

.summary__inner{
  cursor: pointer;
  position: relative;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 10px;
  font-weight: bold;
}

.summary__inner .q{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  cursor: pointer;
  position: relative;
  background-color: #118df9;
  color: #fff;
  margin-right: 16px;
  font-size: 1.125rem;
  font-weight: bold;
}

.icon::before,
.icon::after {
  content: '';
  width: 16px;
  height: 2px;
  background: #108DF9;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  border-radius: 2px;
}

.icon::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

details.is-opened .icon::before {
  opacity: 0;
}

details.is-opened .icon::after {
  transform: rotate(180deg);
}

.accordion{
  margin-top: 16px;
}

.accordion details {
  margin-bottom: 16px;
}

.accordion details:last-child {
  margin-bottom: 0;
}

.content {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transform: translateY(-6px);
}

.content__inner{
  border-top: 1px solid #DBDBDB;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 16px;
  padding-left: 44px;
  padding-bottom: 27px;
  padding-right: 45px;
}

.content__inner strong{
  font-weight: bold;
}

.close-button{
  cursor: pointer;
  display: inline-block;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 760px) {

  /* privacy.php */

  .privacy__inner{
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .privacy__title{
    margin-top: 30px;
    font-size: 1.25rem;
  }

  .privacy__top-message{
    margin-top: 30px;
  }

  /* terms.php */

  .terms__inner{
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .terms__title{
    margin-top: 30px;
    font-size: 1.25rem;
  }

  .terms__list{
    margin-top: 30px;
  }

  /* company.php */

  .company__inner{
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .company__title{
    margin-top: 30px;
    font-size: 1.25rem;
  }

  .company__table{
    margin: 0;
    padding: 0;
    margin: 0 auto;
    margin-top: 44px;
    max-width: 860px;
    display: flex;
    flex-wrap: wrap;
  }

  .company__table dt{
    font-size: 0.875rem;
  }

  .company__table dt .sp-only{
    display: block;
  }

  .company__table dt.small-font{
    font-size: 0.875rem;
  }

  .company__table dd{
    padding-left: 20px;
    font-size: 0.875rem;
  }

  .company__map{
    margin-top: 50px;
    margin-bottom: 80px;
  }

  /* faq.php */

  .faq__inner{
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq__title {
    margin-top: 8px;
  }
  
  .faq__category {
    margin-top: 8px;
    gap: 4px;
    > * {
      width: calc(50% - 4px);
    }
  }
  .faq__list {
    margin-top: 18px;
  }
  
  .faq__sub-title {
    margin-top: 36px;
    font-size: 1.25rem;
  }

  .summary__inner{
    padding-left: 15px;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .summary__inner .q{
    flex-shrink: 0;
    font-size: 0.875rem;
    margin-right: 0;
  }

  .icon::before,
  .icon::after {
    right: 20px;
  }

  .accordion{
    margin-top: 16px;
  }

  .content__inner{
    margin-right: 20px;
    margin-left: 20px;
    padding-left: 0px;
    padding-bottom: 16px;
    padding-right: 0px;
    font-size: 0.875rem;
  }
}