/*------------------------------------------------------------
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: #2f2f2f;
  overflow: hidden;
  background: #fff;
  position: relative;
}

#faq * {
  box-sizing: border-box;
}

#faq a {
  transition: opacity .3s;
  color: unset;
}

#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% - 60px);
  max-width: 1200px;
  margin: 0 auto;
}

#faq .font-sofia {
  font-family: sofia-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#faq .main {
  position: relative;
}

#faq .main-ttl-wrap {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 100%;
  height: 90px;
  background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.2) 100%);
  display: flex;
  justify-content: center;
}

#faq .main-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#faq .main-ttl .en {
  position: relative;
  color: #6BC333;
  margin-bottom: 16px;
  line-height: 1;
}

#faq .main-ttl .en::before {
  position: absolute;
  content: "";
  width: 44px;
  height: 8px;
  background: url("../images/faq/deco_lime_sp.svg") no-repeat center center / contain;
  left: calc(50% - 22px);
  bottom: -12px;
}

#faq .main-ttl .jp {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.13;
}

#faq .content-heading01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

#faq .content-heading01 .en {
  color: #6BC333;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 8px;
}

#faq .content-heading01 .jp {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

#faq .ttl-index {
  font-size: 15px;
  padding-left: 13px;
  line-height: 1;
  position: relative;
}

#faq .ttl-index::before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #6BC333;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
}

#faq .link-box-outer {
  margin-top: 65px;
}

#faq .link-box {
  position: relative;
}

#faq .link-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDD;
  border-radius: 1px;
  top: 0;
  left: 0;
  z-index: 10;
}

#faq .link-box:last-of-type::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DDD;
  border-radius: 1px;
  bottom: 0;
  right: 0;
}

#faq .link-box .link-item {
  position: relative;
  color: #296700;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 0 10px 50px;
  margin-right: 45px;
  transition: all .3s;
}

#faq .link-box .link-item::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 10px;
  background: url("../images/faq/icon_arrow_green_sp.svg") no-repeat center center / contain;
  right: 0;
  top: calc(50% - 5px);
}

@media print, screen and (min-width: 768px) {
  
  #faq .sp-br {
    display: none;
  }
  
  #faq .pc-br {
    display: inline;
  }
  
  #faq .main-img img {
    min-height: 400px;
    object-fit: cover;
  }
  
  #faq .main-ttl-wrap {
    top: calc(50% - 38px);
    height: 150px;
    padding-bottom: 4px;
  }
  
  #faq .main-ttl .en {
    font-size: 20px;
    margin-bottom: 28px;
  }
  
  #faq .main-ttl .en::before {
    width: 68px;
    height: 10px;
    background-image: url("../images/faq/deco_lime_pc.svg");
    left: calc(50% - 34px);
    bottom: -16px;
  }

  #faq .main-ttl .jp {
    font-size: 36px;
  }
  
  #faq .content-heading01 .en {
    font-size: 14px;
    margin-bottom: 16px;
  }

  #faq .content-heading01 .jp {
    font-size: 20px;
  }
  
  #faq .ttl-index {
    font-size: 18px;
    padding-left: 25px;
  }

  #faq .ttl-index::before {
    width: 14px;
  }

  #faq .link-box-outer {
    display: flex;
    justify-content: space-between;
  }

  #faq .link-box {
    width: 100%;
  }

  #faq .link-box::before, #faq .link-box:last-of-type::after {
    width: 2px;
    height: 100%;
    top: 0;
  }
  
  #faq .link-box .link-item {
    font-size: 16px;
    text-align: center;
    margin-right: auto;
    padding: 13px 0 33px;
  }
  
  #faq .link-box .link-item::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 12px;
    background-color: #296700;
    border-radius: 2px;
    left: calc(50% - 1px);
    top: 46px;
    transition: all .3s;
  }
  
  
  #faq .link-box .link-item::after {
    width: 14px;
    height: 8px;
    background: url("../images/faq/icon_arrow_green_pc.svg") no-repeat center center / contain;
    right: calc(50% - 7px);
    top: 52px;
    transition: all .3s;
  }
  

  
}

@media print, screen and (min-width: 1240px){
  #faq .link-box a:hover .link-item {
    background-color: #F0FFE8;
  }
  
  #faq .link-box:nth-child(2n) a:hover .link-item {
    background-color: #FFFDF1;
  }
  
  #faq .link-box a:hover .link-item::before {
    height: 20px;
  }
  
  #faq .link-box .link-item::after {
    opacity: 0;
  }
  
  #faq .link-box a:hover .link-item::after{
    opacity: 1;
    transform: translateY(8px);
  }
  
}

/*------------------------------------------------------------
contents
------------------------------------------------------------*/
#faq .faq-box-wrap{
  list-style: none;
}

#faq .faq-box-wrap section {
  
}

#faq .faq-ttl {
  position: relative;
  cursor: pointer;
  font-size:14px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  padding: 20px 0 20px 5px;
}

#faq .faq-ttl::before, #faq .faq-ttl::after{
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1px;
}

#faq .faq-ttl::before{
  width: 100%;
  background-color: #DDDDDD;
}

#faq .faq-ttl::after{
  width: 20px;
  background-color: #6BC333;
}

#faq .faq-ttl-q, #faq .faq-box-text-a{
  font-size: 20px;
  line-height: 1.25;
  color: #6BC333;
  margin-right: 10px;
}

#faq .faq-ttl-text{
  width: 100%;
  max-width: 250px;
}

#faq .faq-box-text-a{
  color: #296700;
}

#faq .faq-box-text {
  display: none;
  font-size: 14px;
  line-height: 1.78;
  margin-left: 25px;
  padding-bottom: 20px;
}

#faq .faq-ttl-icon::before{
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url("../images/faq/faq_icon_plus_sp.svg") no-repeat center/contain;
  transition: all .3s ease-out;
  top: calc(50% - 5px);
  right: 6px;
}

#faq .faq-ttl-icon::after{
  position: absolute;
  content: "";
  width: 11px;
  height: 11px;
  display: block;
  background: url("../images/faq/faq_icon_minus_sp.svg") no-repeat center/contain;
  transition: all .3s ease-out;
  top: calc(50% - 5px);
  right: 6px;
  opacity: 0;
}

#faq .faq-ttl.close .faq-ttl-icon::before{
  opacity: 0;
}

#faq .faq-ttl.close .faq-ttl-icon::after{
  opacity: 1;
}
#faq .faq-ttl-icon{
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  height: 100%;
}

#faq .faq-box-text-innerwrap{
  display: flex;
}

#faq .faq-box-outer{
  padding-top: 75px;
  position: relative;
  z-index: 0;
}

#faq .faq-box-outer:nth-of-type(2n){
  padding: 50px 0;
  margin-top: 75px;
}

#faq .faq-box-outer:nth-of-type(2n)::after{
  content: "";
  display: block;
  width: 200vw;
  height: 100%;
  background-color: #F5FBF2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
}

#faq .faq-box{
  position: relative;
}

#faq .faq-box:last-of-type::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #DDDDDD;
}

#faq .faq-box-container{
  margin-bottom: 90px;
}

@media print, screen and (min-width: 768px) {
  #faq .faq-ttl{
    font-size: 20px;
    padding: 40px 0 30px 20px;
    transition: all .3s ease-out;
    align-items: center;
  }
  
  #faq .faq-ttl:hover{
    opacity: .7;
  }
  
  #faq .faq-ttl-text{
    max-width: calc(100% - 180px);
  }
  
  #faq .faq-ttl-q, #faq .faq-box-text-a{
    font-size: 30px;
    margin-right: 30px;
  }
  
  #faq .faq-box-text{
    font-size: 18px;
    padding-bottom: 40px;
    margin-left: 120px;
  }
  
  #faq .faq-box-innertext{
    width: 100%;
    max-width: 904px;
  }
  
  #faq .faq-ttl-icon::after{
    background-image: url("../images/faq/faq_icon_minus_pc.svg");
  }
  
  #faq .faq-ttl-icon::before{
    background-image: url("../images/faq/faq_icon_plus_pc.svg");
  }
  
  #faq .faq-ttl-icon::before,
  #faq .faq-ttl-icon::after{
    width: 22px;
    height: 22px;
  }
  
  #faq .faq-ttl-icon{
    right: 50px;
  }
  
  #faq .faq-ttl-icon-inner{
    width: 22px;
    height: 22px;
  }
  
  #faq .content-heading01{
    margin-bottom: 50px;
  }
  
  #faq .faq-ttl::after{
    width: 40px;
  }
  
  #faq .faq-box-outer{
    padding-top: 100px;
  }
  
  #faq .faq-box-outer:nth-of-type(2n){
    margin-top: 100px;
    padding: 100px 0;
  }
  
  #faq .faq-box-container{
    margin-bottom: 180px;
  }
  
}


