@charset "utf-8";
/* CSS Document contact */
#bs .bs__contact__catch {
  margin: 3em auto 2em;
}
#bs .bs__contact__box a {
  color: #871e2c;
  text-decoration: underline;
}
#bs .bs__txt--red {
  color: #871e2c;
  font-weight: 500;
}
#bs .bs__contact__faq {
  display: block;
  margin: 2em auto;
  box-sizing: border-box;
  width: 80%;
}
#bs .bs__contact__faqtitle {
  width: 30%;
  display: block;
  margin: 0 auto 1em;
}
#bs .bs__contact__faqtitle img {
  width: 100%;
}
#bs .bs__contact__faq li {
  color: #822632;
  font-size: .82em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
#bs .bs__contact__faq .bs__boxbtn .bs__boxbtn__image {
  width: 5em;
}
#bs .bs__contact__faq .bs__boxbtn .bs__boxbtn__image img {
  width: 100%;
  position: relative;
  margin: -1px -1px -1px auto;
}
#bs .bs__contact__faq .bs__boxbtn .bs__boxbtn__text {
  padding: 1em 1em 1em 3em;
  font-size: 1.2em;
}
/*----------------------------------------------------------------------------*/
#bs .bs__contact_att {
  border-top: var(--bs-border-set);
  box-sizing: border-box;
  display: block;
  padding-top: 10%;
  padding-bottom: 10%;
  width: 100%;
}
#bs .bs__contact__attbox {
  border: 1px solid #822632;
  box-sizing: border-box;
  padding: 1em;
  width: 80%;
}
#bs .bs__contact_att h3 {
  box-sizing: border-box;
  color: #822632;
  padding: 1em 0;
  text-align: center;
}
#bs .bs__contact_att p {
  font-size: .82em;
  line-height: 2em;
}
#bs .bs__contact_att + .bs__contact {
  margin-top: 0;
}
/*----------------------------------------------------------------------------*/




#bs .bs__contact__icon img{
  height: 1.2em;
  width: auto;
  display: block;
  margin:0 auto .2em;
}
#bs .bs__contact__subtitle {
  background-color: #a3888c;
  color: #fff;
  text-align: center;
  padding: .5em;
  box-sizing: border-box;
  margin: 3.5em auto 1em;
}
  #bs .bs__products__subtitlebox {
    border-top: 1px solid var(--bs-border);
    border-bottom: 1px solid var(--bs-border);
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
}
/*----------------------------------------------------------------------------*/


#bs .bs__contact {
  margin: 20% auto;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid var(--bs-border);
}
#bs .bs__contact__box--form {
  background: rgba(237, 227, 226, 0.20);
}
#bs .bs__contact__item {
  background-color: #fff;
  margin:  0 auto 0 0;
  position: relative;
  width: 90%;
  border-right: 1px solid var(--bs-border);
  box-sizing: border-box;
  padding: 0 4.66%;
}
#bs .bs__contact__box + .bs__contact__box {
  border-top: 1px solid var(--bs-border);
}
#bs .bs__contact__box + .bs__contact__box .bs__contact__item {
  border-left: 1px solid var(--bs-border);
  border-right: none;
  margin: 0 0 0 auto;
  
}
#bs .bs__contact .acd-btn {
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1em 2em 1em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  border-bottom: 1px solid var(--bs-border);
  font-size: .92em;
  line-height: 1.5em;
}
#bs .bs__contact .acd-btn:after {
  content: "";
  display: block;
  background: url(../shared/img/faq_ar.svg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: .9em;
  height: .9em;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.45em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#bs .bs__contact .acd-btn.acd-open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#bs .bs__contact dd {
  background: transparent;
}
#bs .bs__contact dd > div {
  box-sizing: border-box;
  padding: 1em 0;
  font-size: .9em;
  width: 100%;
}
#bs .bs__contact dd p {
  line-height: 1.8em;
  font-size: .92em;
}
#bs .bs__contact dd p + p {
  margin-top: 1em;
}
#bs .bs__contact__title {
box-sizing: border-box;
    font-size: 1.3em;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 auto;
    width: 80%;
    padding: 5.66% 0;
}
#bs .bs__contact__title .bs__contact__formtitle img {
  margin-left: 0;
}
/*----------------------------------------------------------------------------*/
#bs .bs__contact__form__txt {
  color: #822632;
  font-size: .92em;
  padding-bottom: 1em;
}
#bs .bs__req {
  color: #822632;
}
#bs .bs__contact__form {
  border-top: var(--bs-border-set);
  box-sizing: border-box;
  padding: 1em 0 1.5em;
  
}
#bs .bs__contact__form dt {
  font-weight: 500;
  font-size: .92em;
  margin-bottom: .5em;
}
#bs .bs__contact__form input ,
#bs .bs__contact__form select ,
#bs .bs__contact__form textarea {
  border: none;
  background: rgba(237, 227, 226, 0.20);
  border-radius: 0;
  padding: .5em;
  font-size: .92em;
  width: 100%;
}
#bs .bs__contact__form .bs__contact__form--att {
  font-size: .82em;
  line-height: 1.75em;
}
#bs .bs__box .bs__contact__form:last-child {
  padding-bottom: 0;
}
#bs .bs__contact__titletext {
  box-sizing: border-box;
  display: block;
  font-size: .92em;
  padding: 4.66% 8%;
  border-left: var(--bs-border-set);
  border-bottom: var(--bs-border-set);
  width: 90%;
  margin: 0 0 0 auto;
}
#bs .bs__contact__titletext + .bs__contact__item {
  padding-top: 2em;
  padding-bottom: 2em;
}
#bs .bs__contact__priv {
  border: 1px solid #A3888C;
  width: 90%;
  margin: 0 auto;
}
#bs .bs__contact__priv > dl > dt {
  background: #A3888C;
  color: #fff;
  text-align: center;
  padding: .5em;
  font-size: .92em;

}
#bs .bs__contact__priv > dl > dd {
  overflow-y: scroll;
  box-sizing: border-box;
  padding: 0 1.5em;
  font-size: .82em;
  line-height: 1.5em;
  height: 25em;
}

#bs .bs_contact__btnbox {
  width: 80%;
  margin: 0 auto 20%;
}
#bs .bs__contact__priv__btn {
  margin-bottom: 2em;
}
#bs .bs_contact__btnbox label {
  display: block;
}
#bs .bs_contact__btnbox label input {
  display: none;
}
#bs .bs_contact__btnbox label input + .bs_contact__btnboxtext {
  background: rgba(237, 227, 226, 0.20);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  padding: .5em .8em;
}
#bs .bs_contact__btnbox label input + .bs_contact__btnboxtext:before {
  content: "";
  width: 1.6em;
  height: 1.6em;
  padding: 0;
  background-color: #fff;
  border: 1px solid #822632;
}
#bs .bs_contact__btnbox label input:checked + .bs_contact__btnboxtext:before {
  content: "";
  background: #822632 url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/contact/img/chk.svg) no-repeat top left;
  -webkit-background-size: 100% 100%;
  background-size:100% 100% ;
}
#bs .bs_contact__btnbox label input + .bs_contact__btnboxtext span {
  display: block;
  font-size: .92em;
  line-height: 1.5em;
  width: calc(100% - 3em);
}

#bs .bs__contact__btn__item.bs__boxbtn--red  {
	border: none;
    text-align: center;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    color: #fff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__contact__btn__item.bs__boxbtn--red:after {
  content: "";
  background-image: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/btn_ar_red_pc-v1.svg);
  background-repeat: no-repeat;
  background-color: #822632;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: 99.5% 50%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8em;
  height: 3.8em;
  border-left: 1px solid #fff;
  z-index: 2;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#bs .bs__contact__btn__item.bs__boxbtn--red:hover:after {
  content: "";
  background-color: #9D5B63;
}

#bs .bs__contact__btn__item .btn-primary {
  cursor: pointer;
padding: 1em 18% 1em 5%;
  display: block;
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  z-index: 3;
  margin: 0;
  
}
#bs .bs__contact__btn__item button.btn-primary {
  border: 1px solid #822632;
}
#bs .bs__contact__btn__item--back a {
    display: block;
  text-decoration: underline;
  text-align: center;
  margin: 2em auto;
}
#bs .bs__contact dd #bs__priv__txt p {
  font-size: 1em;
  line-height: 1.5em;
}

/*----------------------------------------------------------------------------*/
@media screen and (min-width:1125px){

  #bs .bs__arc2box {
  background: url(https://d2w53g1q050m78.cloudfront.net/fibonaccijp/uploads/ec2023/shared/img/arc_6.svg);
  background-repeat: no-repeat;
  background-position: top left;
  -webkit-background-size:100% auto;
  background-size:100% auto;
    
  }
  #bs .bs_about__text2 {
    background: transparent;
  }
  #bs .bs_arc2title--pat2 {
    padding: 60px 110px;
    border: none;
  }
  #bs .bs_arc2box--pat2 {
    background: transparent;
  }
  #bs .bs_arc2title--pat2:before {
    content: none;
    display: none;
  }
  #bs .bs_arc2box--pat2:after {
    content: none;
    display: none;
  }
  
  #bs .bs__area--about:before {
    content: "";
    background: var(--bs-border);
    display: block;
    width: 100%;
    height: 1px;
    z-index: 1;
    position: absolute;
    top: 145px;
    left: 0;
  }
  #bs .bs_titletext {
    font-size: 1.11em;
  }
  #bs .bs_arc2stitle {
    border: none;
    padding: 60px 110px 40px;
    font-size: 20px;
  }
  #bs .bs_arc2text {
    border: none;
    padding: 0px 20px 70px 110px;
  }
  #bs .bs_arc2text p {
    font-size: 16px;
    line-height: 2em;
  }
  #bs .bs_arc2text + .bs_arc2text {
    border: none;
    padding-top: 40px;
    padding-bottom: 60px;
  }
#bs .bs__contact__box {
  width: 100%;
  max-width: 100%;
  margin: 0em auto;
  line-height: 1.64em;
  border: none;
  border-bottom: var(--bs-border-set);
  padding:  0;
}
   #bs .bs__contact__box + .bs__contact__box  {
    margin: 120px auto 80px;
  }
  #bs .bs__contact__acd .acd-btn {
    padding: 20px 50px;
  }
  #bs .bs__contact__acd .acd-btn:after {
    content: "";
    right: 20px;
    width: 20px;
    height: 20px;
  }
  #bs .bs__contact__acd dd div {
    padding: 20px 50px;
  }
  #bs .bs__contact__acd dd div p {
    line-height: 2.125em;
  }
  
#bs .bs__contact {
  margin: 120px auto;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid var(--bs-border);
}
  
#bs .bs__products__subtitlebox {
  border-top: 1px solid var(--bs-border);
  border-bottom: 1px solid var(--bs-border);
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
#bs .bs__contact__item {
  margin:  0 auto 0;
  position: relative;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
  padding: 0;
  width: 72%;
  max-width: 1036px;
  border-left: var(--bs-border-set);
  border-right: var(--bs-border-set);
}
#bs .bs__contact .acd-btn {
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 1em 2em 1em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  border-bottom: 1px solid var(--bs-border);
  font-size: .92em;
  line-height: 1.5em;
}
#bs .bs__contact .acd-btn:after {
  content: "";
  display: block;
  background: url(../shared/img/faq_ar.svg) no-repeat 50% 50%;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  width: .9em;
  height: .9em;
  position: absolute;
  top: 50%;
  right: .5em;
  margin-top: -.45em;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#bs .bs__contact .acd-btn.acd-open:after {
  content: "";
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#bs .bs__contact dd {
  background: transparent;
}
#bs .bs__contact dd > div {
  box-sizing: border-box;
  padding: 1em 0;
  font-size: .9em;
  width: 100%;
}
#bs .bs__contact dd p {
  line-height: 1.8em;
  font-size: .92em;
}
#bs .bs__contact dd p + p {
  margin-top: 1em;
}
  #bs .bs__contact__title {
    padding: 30px;
    width: 72%;
    max-width: 1036px;
  }
  #bs .bs__contact__title .bs__contact__formtitle img {
    margin: 0 auto;
    height: 24px;
  }
/*---------------------------*/
  
#bs .bs__contact__faq {
  display: block;
  margin: 80px auto;
  box-sizing: border-box;
  width: 76%;
  max-width: 1036px;
}
#bs .bs__contact__faqtitle img {
  width: 160px;
}
  #bs .bs__contact__faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    width: 100%;
    margin: 2em auto 0;
  }
#bs .bs__contact__faq li {
  color: #822632;
  width: 31%;
  margin: 0;
  font-size: .82em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 2em;
}
  #bs .bs__contact__faq__listtext {
    display: block;
    word-break: keep-all;
    font-feature-settings: 'palt' 1;
    letter-spacing: 0;
    padding: 0 0 0.5em;
  }  
  
#bs .bs__contact__faq .bs__boxbtn .bs__boxbtn__text {
  padding: 1em 0em;
  font-size: 1.2em;
  text-align: center;
}
  
/*----------------------------------------------------------------------------*/
#bs .bs__contact_att {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: var(--bs-border-set);
}
#bs .bs__contact__attbox {
  border: 1px solid #822632;
  box-sizing: border-box;
  padding: 50px 120px;
  width: 72%;
  max-width: 1036px;
}
#bs .bs__contact_att h3 {
  font-size: 22px;
  letter-spacing: 0.2em;
}
#bs .bs__contact_att p {
  font-size: 14px;
  font-weight: 400;
}
#bs .bs__contact_att + .bs__contact {
  margin-top: 120px;
}
/*----------------------------------------------------------------------------*/
  #bs .bs__contact__form__txt {
    text-align: center;
  }
  #bs .bs__contact__form {
    border: none;
    display: table;
    width: 100%;
  }
  #bs .bs__contact__form dt {
    display: table-cell;
    vertical-align: top;
    width: 28%;
  }
  #bs .bs__contact__form dd {
    display: table-cell;
    vertical-align: top;
    width: 70%;
  }
  #bs .bs__contact__box--form .bs__box {
    width: 72%;
    max-width: 860px;
    padding-left: 0;
    padding-right: 0;
  }
  #bs .bs__contact__box--confirm {
    border-bottom: none;
  }
  
/*----------------------------------------------------------------------------*/
  #bs .bs__contact__titletext {
    border-left: none;
    padding: 40px 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
/*----------------------------------------------------------------------------*/
  #bs .bs__contact__box + .bs__contact__box .bs__contact__item {
    margin: 0 auto;
    padding: 0;
    border: none;
  }
  #bs .bs__contact__priv {
    border-left: var(--bs-border-set);
    border-right: var(--bs-border-set);
    border-bottom: none;
    width: 100%;
  }
  #bs .bs__contact__priv > dl > dt {
    font-size: 16px;
  }
  #bs .bs__contact__priv > dl > dd {
    width: 72%;
    padding: 50px 10px;
    font-size: 14px;
  }
  #bs .bs__contact dd p {
    font-size: 14px;
  }
/*----------------------------------------------------------------------------*/
  #bs .bs_contact__btnbox {
    width: 400px;
    margin: 60px auto 100px;
  }
  
  #bs .bs_contact__btnbox label input + .bs_contact__btnboxtext span {
    font-size: 13px;
  }
  #bs .bs__contact dd #bs__priv__txt p {
    font-size: 16px;
    line-height: 2em;
  }
}
/*--------------------------------------*/