/*------------------------------------------------------------
common
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

#faq {
  font-size: 13px;
  font-weight: 400;
  color: #333333;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#faq * {
  box-sizing: border-box;
}

#faq a {
  transition: opacity .3s;
}

#faq a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#faq a:hover {
  text-decoration: none;
}

#faq a:focus-visible {
  outline: none;
}

#faq img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#faq .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#faq .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#faq .pc-br {
  display: none;
}

#faq .sp-br {
  display: inline;
}

#faq .inner {
  width: calc(100% - 24px);
  max-width: 1200px;
  margin: 0 auto;
}

#faq .font-gill{
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}

#faq .font-komet{
  font-family: komet, sans-serif;
  font-weight: 300;
  font-style: normal;
}

#faq .common-main-block{
  width: calc(100% - 40px);
  max-width: 1280px;
  margin: 0 auto; 
  padding: 10px 0 20px;
}

#faq .common-main-txt{
  position: relative;
  z-index: 0;
}

#faq .common-main-txt .en{
  display: block;
  color: rgba(163,106,209,.3);
  font-size: 48px;
  line-height: 1.4;
}

#faq .common-main-txt .ja{
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  color: #582780;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  z-index: 1;
}

#faq .common-main-img{
  position: relative;
  width: calc(100vw / 375 * 250);
  margin: 12px 0 0 auto;
  padding-bottom: 20px;
  z-index: 0;
}

#faq .common-main-img::before{
  position: absolute;
  content: "";
  width: calc(100vw / 375 * 250);
  height:calc(100vw / 375 * 110);
  bottom: 0;
  right: -20px;
  background: url("../images/faq/faq_mv_bg.jpg")no-repeat center center / contain;
  z-index: -1;
}

#faq .common-main-img img{
  border-radius: 12px;
  overflow: hidden;
}

#faq .common-menu{
  padding: 20px 0;
}

#faq .common-menu .menu-list{
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 24px;
}

#faq .common-menu .menu-item{
  position: relative;
}

#faq .common-menu .menu-item::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #582780;
}


#faq .common-menu .menu-item a{
  display: block;
  position: relative;
  padding: 2px 40px 6px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  z-index: 0;
}

#faq .common-menu .menu-item a::before{
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #582780;
  border-radius: 50%;
  bottom: 4px;
  right: 8px;
  z-index: -2;
  transition: all .3s;
}

#faq .common-menu .menu-item a::after{
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background: url("../images/faq/arrow_white.svg")no-repeat center center / contain;
  bottom: 10px;
  right: 14px;
  z-index: -1;
}

#faq .faq-content{
  padding: 30px 0;
}

#faq .faq-content-ttl{
  position: relative;
  margin-bottom: 16px;
  padding-left: 12px;
}

#faq .faq-content-ttl::before{
  position: absolute;
  content: "";
  width: 2px;
  height: 40px;
  background-color: #A36AD1;
  left: 0;
  top: calc(50% - 20px);
}

#faq .faq-content-ttl .main{
  display: block;
  color: #582780;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

#faq .faq-content-ttl .sub{
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.8;
}

#faq .faq-item{
  border-top: 1px solid #767777;
}

#faq .faq-item:last-of-type{
  border-bottom: 1px solid #767777;
}

#faq .faq-item-q{
  position: relative;
  padding: 12px 30px 12px 36px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

#faq .faq-item-q .q{
  position: absolute;
  font-size: 14px;
  line-height: 1.5;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

#faq .faq-item-q::before{
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #A36AD1;
  top: 50%;
  right: 0;
}

#faq .faq-item-q::after{
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #A36AD1;
  top: 50%;
  right: 0;
  transform: rotate(90deg);
  transition: all .3s;
}

#faq .faq-item-q.active::after{
  transform: none;
}

#faq .faq-item-a .txt{
  position: relative;
  padding: 12px 4px 12px 37px;
  background-color: #F9F9F9;
  font-size: 13px;
  line-height: 1.4;
}

#faq .faq-item-a .txt .a{
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 15px;
}

@media print, screen and (min-width: 768px) {
  
  #faq .sp-br {
    display: none;
  }
  
  #faq .pc-br {
    display: inline;
  }

  #faq .common-main-block{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    padding: 60px 0 80px;
  }

  #faq .common-main-txt{
    width: 600px;
    padding-bottom: 40px;
  }
  
  #faq .common-main-txt .en{
    position: absolute;
    bottom: auto;
    top: -1em;
    left: 0;
    font-size: 96px;
    line-height: 1.8;
  }

  #faq .common-main-txt .ja{
    position: relative;
    font-size: 40px;
  }

  #faq .common-main-img{
    width: calc(100% - 600px);
    margin: 0;
    padding: 0 40px 50px;
  }

  #faq .common-main-img::before{
    height: 220px;
    width: calc((50vw - 100%) + 220px);
    right: calc((100% - 50vw) - 40px);
    background-size: cover;
    background-position: left;
  }

  #faq .common-main-img img{
    border-radius: 24px;
  }

  #faq .common-menu{
    padding: 40px 16px 26px;
  }

  #faq .common-menu .menu-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  #faq .common-menu .menu-item::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #582780;
    opacity: 0;
    transition: all .3s;
  }
  
  #faq .common-menu .menu-item a{
    padding: 10px 54px 10px 8px;
    font-size: 16px;
  }

  #faq .common-menu .menu-item a::before{
    width: 30px;
    height: 30px;
    bottom: 6px;
    background-color: #A36AD1;
  }

  #faq .common-menu .menu-item a::after{
    width: 16px;
    bottom: 15px;
    right: 15px;
  }

  #faq .faq-content{
    padding: 60px 0;
  }
  
  #faq .faq-content:last-of-type{
    margin-bottom: 60px;
  }

  #faq .faq-content-ttl{
    margin-bottom: 40px;
    padding-left: 24px;
  }

  #faq .faq-content-ttl::before{
    height: 64px;
    top: calc(50% - 32px);
  }

  #faq .faq-content-ttl .main{
    font-size: 24px;
    line-height: 1.8;
  }

  #faq .faq-content-ttl .sub{
    font-size: 16px;
  }

  #faq .faq-item-q{
    padding: 26px 86px 26px 94px;
    font-size: 16px;
    line-height: 1.6;
    transition: all .3s;
  }

  #faq .faq-item-q .q{
    font-size: 20px;
    left: 40px;
  }

  #faq .faq-item-q::before{
    width: 16px;
    height: 2px;
    top: 50%;
    right: 36px;
  }

  #faq .faq-item-q::after{
    width: 16px;
    height: 2px;
    right: 36px;
  }

  #faq .faq-item-a .txt{
    padding: 40px 90px;
    font-size: 16px;
    line-height: 1.6;
  }

  #faq .faq-item-a .txt .a{
    top: 40px;
    left: 40px;
    font-size: 20px;
  }

}

@media print, screen and (min-width: 1201px){

  #faq .common-menu .menu-item a:hover{
    border-width: 2px;
  }
  
  #faq .common-menu .menu-item a:hover::before{
    background-color: #582780;
  }
  
  #faq .common-menu .menu-item:hover::after{
    opacity: 1;
  }
  
  #faq .faq-item-q:hover{
    opacity: .7;
  }
}
