#company {
  background-image: url(../public/img/bg/bg-company-pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
  max-width: 1470px;
  padding: 100px 0 0;
}

#company .container {
  padding: 0 370px 100px;
}

#question-answer {
  background-image: url(../public/img/bg/bg-qa.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  max-width: 1470px;
  padding: 100px 150px;
  /* height: 969px; */
}

.p-faq_title {
  position: relative;
  color: #013f8f;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 0;
  text-align: center;
  margin-bottom: 100px;
}

.accordion-body.p-question_A {
  font-weight: 500;
  padding: 20px 20px 30px 0;
  font-size: 18px;
}

.company-title-fix {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1401px) {
  .l-wrapper .p-faq_title span {
    font-size: 38px;
    font-size: 3rem;
    line-height: 1.711;
  }
}

.l-wrapper .p-faq_listq {
  padding-top: 50px;
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-faq_listq {
    padding-top: 20px;
  }
}

.l-wrapper .p-faq_listq_itemfaq {
  padding: 10px 100px 10px 0px;
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-faq_listq_itemfaq {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-faq_listq_itemfaq {
    padding: 7px 13px;
  }
}

.l-wrapper .p-faq_listq_itemfaq .p-question {
  position: relative;
}

.p-question_Q {
  display: flex;
  position: relative;
  align-items: center;
  padding: 15px 15px 15px 10px;
  color: #013f8f;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.334;
  cursor: pointer;
}

.p-question_Q::before {
  display: flex;
  position: absolute;
  left: -20px;
  top: 8px;
  align-items: center;
  justify-content: center;
  margin-top: -6px;
  border-radius: 50%;
  background-size: contain;
  font-size: 26px;
  font-weight: 600;
  line-height: 2.25;
  content: "Q.";
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q::before {
    margin-top: -22px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q::before {
    left: 13px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
  }
}

.l-wrapper .p-faq_listq_itemfaq .p-question_Q::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 38px;
  height: 21px;
  margin-top: -20px;
  transform: rotate(-180deg) translateY(-50%);
  background: url("../public/img/plus.png") center no-repeat;
  background-size: contain;
  content: '';
  transition: all 0s ease-in-out;
}

@media (max-width: 767px) {}

@media screen and (max-width: 1401px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q::after {
    width: 27px;
  }
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q::after {
    width: 28px;
    background: url("../public/img/plus.png") center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q::after {
    right: 15px;
    width: 20px;
  }
}

.l-wrapper .p-faq_listq_itemfaq .p-question_Q.open::after {
  top: 50%;
  margin-top: -7px;
  transform: rotate(0deg) translateY(-50%);
  background: url("../public/img/sub.png") center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1401px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q.open::after {
    width: 27px;
    margin-top: -1px;
  }
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q.open::after {
    width: 28px;
    margin-top: -2px;
    background: url("../public/img/sub.png") center no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-faq_listq_itemfaq .p-question_Q.open::after {
    right: 15px;
    width: 20px;
  }
}

.l-wrapper .p-faq_listq_itemfaq .p-question_A {
  display: none;
  position: relative;
  padding: 13px 13px 27px 55px;
  background: #ffff;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.637;
  border-top: 2px solid #3b3939;
  padding-left: 55px;
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-company {
    padding-top: 50px;
  }
}

.l-wrapper .p-company_title {
  position: relative;
  font-size: 34px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.637;
  text-align: center;
}

.l-wrapper .p-company_wrap {
  padding: 0 165px;
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-company_wrap {
    padding: 0 15px;
  }
}

.l-wrapper .p-company_wrap .p-profile {
  max-width: fit-content;
}

.l-wrapper .p-company_wrap .p-profile_list_item {
  display: flex;
  border-bottom: dotted 3px #013f8f;
}

.l-wrapper .p-company_wrap .p-profile_list_item label {
  width: 217px;
  padding-left: 45px;
  color: #013f8f;
  font-size: 22px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.546;
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-company_wrap .p-profile_list_item label {
    width: 180px;
    padding-left: 25px;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-company_wrap .p-profile_list_item label {
    width: 100px;
    padding-left: 15px;
    font-size: 26px;
    font-size: 2.3rem;
    line-height: 2.154;
  }
}

.l-wrapper .p-company_wrap .p-profile_list_item span {
  width: calc(100% - 217px);
  padding-left: 63px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2.546;
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-company_wrap .p-profile_list_item span {
    width: calc(100% - 180px);
    padding-left: 30px;
  }
}

@media screen and (max-width: 570px) {
  .l-wrapper .p-company_wrap .p-profile_list_item span {
    width: calc(100% - 100px);
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    font-size: 2.3rem;
    line-height: 2.154;
  }
}

.l-wrapper .p-company_wrap .p-profile_list_item span .txtFlex {
  display: flex;
  align-items: baseline;
}

@media screen and (max-width: 960px) {
  .l-wrapper .p-company_wrap .p-profile_list_item span .txtFlex {
    display: block;
  }
}

.l-wrapper .p-company_wrap .p-profile_list_item span .txtFlex_lf {
  padding-right: 5px;
  color: #0074c8;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.546;
  white-space: nowrap;
}

.l-wrapper .p-company_wrap .p-profile_list_item span .txtFlex_rg {
  color: #0074c8;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.819;
}

.l-wrapper .p-company_wrap .p-profile_list_item:last-child span {
  padding-bottom: 20px;
  border-bottom: 1px solid #eff6ff;
}

.l-wrapper .p-company_wrap .p-profile_list_item:last-child label {
  padding-bottom: 20px;
}

.l-wrapper .p-company_wrap .p-profile_list_item:first-child span {
  padding-top: 20px;
  /*border-top: 1px solid #eff6ff;*/
}

.l-wrapper .p-company_wrap .p-profile_list_item:first-child label {
  padding-top: 20px;
}


@media screen and (max-width: 1025px) and (min-width: 1023px) {
  .l-wrapper .p-proper {
    padding-bottom: 43px;
  }

  .l-wrapper .p-faq_listq_itemfaq {
    padding: 10px 60px 10px 65px;
  }
}

#footer {
  max-width: 1470px;
  background-color: #013f8f;
  height: 30px !important;
  text-align: center;
}

#footer span {
  color: #eff6ff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.182;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 100%;
  }
}

.p-footer_copyright {
  padding: 5px 0;
  text-align: center;
}

.p-footer_copyright span {
  color: white;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.182;
}

@media screen and (max-width: 960px) {
  .p-footer_copyright span {
    display: block;
    padding-left: 0;
    font-size: 20px;
    font-size: 1rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
}

/* Customize css for company */
.p-company_title {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.637;
  text-align: center;
}

.p-company_title_en {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  width: fit-content;
  padding: 0 20px;
}

.p-company_title_en::before {
  content: '';
  position: absolute;
  bottom: 30%;
  left: -20px !important;
  width: 32px;
  height: 4px;
  background-color: #000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-company_title_en::after {
  content: '';
  position: absolute;
  bottom: 30%;
  right: -20px !important;
  width: 32px;
  height: 4px;
  background-color: #000;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}


.c-company_list_item {
  display: flex;
  border-bottom: dotted 3px #013f8f;
  padding: 10px !important;
}

.c-company_list_item label {
  color: #013f8f;
  font-size: 20px;
  font-weight: 600;
}

.c-company_list_item span {
  color: #161a20;
  font-size: 18px;
  font-weight: 600;
}

.accordion-button {
  position: relative;
}

.accordion-button::after {
  width: 24px;
  height: 24px;
}

.accordion-button:focus{
  box-shadow: none;
}

.accordion-button::after {
  background-image: url(../public/img/icon/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:  100% 100%;
  margin-left: 10px;
  position: absolute;
  right: 0;
  top: 38%;
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../public/img/icon/minus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size:  100% 7%;
  opacity: .5;
  margin-left: 10px;
  position: absolute;
  right: 0;
  transform: none;
  top: 38%;
}

@media screen and (max-width: 375px) {
  .accordion-button::after {
    position: relative;
  }
  
  .accordion-button:not(.collapsed)::after {
    position: relative;
  }

  .accordion-button::after {
    width: 18px;
    height: 18px;
  }
  
}

.accordion-button:not(.collapsed) {
  background-color: white;
}

.sp-path {
  display: none;
}
.pc-path {
  display: block;
}

@media (max-width: 1440px) {
  #company {
    padding: 100px 200px;
  }

  .p-company_title_en::before {
    left: 280px;
  }

  .p-company_title_en::after {
    right: 280px;
  }
}

@media (max-width: 1200px) {
  #company {
    padding: 100px 150px;
  }

  .p-company_title_en::before {
    left: 220px !important;
  }

  .p-company_title_en::after {
    right: 220px !important;
  }

  #question-answer {
    padding: 100px;
  }
}

@media (max-width: 997px) {
  #company {
    padding: 100px 50px;
  }

  .p-company_title_en::before {
    left: 108px !important;
  }

  .p-company_title_en::after {
    right: 80px !important;
  }

  #question-answer {
    padding: 70px;
  }

  .p-faq_title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  #company {
    padding: 70px 25px;
    background-image: url(../public/img/bg/bg-company.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
  }

  .p-company_title_en::before {
    left: 150px;
  }

  .p-company_title_en::after {
    right: 150px;
  }

  #question-answer {
    padding: 70px 20px;
  }

  .accordion-body.p-question_A {
    font-weight: 500;
    padding: 15px 0 30px;
  }
}

.accordion-item {
  margin-bottom: 20px !important;
}

@media (max-width: 650px) {
  .p-company_title_en::before {
    left: 50px;
  }

  .p-company_title_en::after {
    right: 50px;
  }

  .p-company_title {
    font-size: 34px;
  }

  .p-faq_title {
    font-size: 30px;
    line-height: 1;
  }

  .p-company_title_en {
    font-size: 16px;
  }

  .p-question_Q::before {
    font-size: 20px;
  }

  .p-question_Q {
    font-size: 18px;
    padding: 26px 0 21px 23px;
    align-items: flex-start;
  }

  .p-question_Q::before {
    top: 21px;
    left: 0;
  }

  .accordion-button {
    padding: 0;
  }
  
  .accordion-item {
    margin-bottom: 10px !important;
  }
  .accordion-body.p-question_A {
    font-size: 16px;
    text-align: justify;
  }
  .form-control {
    padding: 0.675rem .75rem;
  }
}


.qa-custom {
  background-color: white;
  padding: 0 40px;
}
.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 376px) and (max-width: 430px) {
  .p-question_Q {
    padding: 26px 25px 21px 23px;
  }
  .p-company_title_en::after {
    right: 108px !important;
  }
}

@media screen and (max-width: 375px) {
  #company {
    padding: 70px 0;
  }

  #company .container {
    padding: 0 20px 70px;
  }

  .p-question_Q {
    padding: 26px 0 21px 23px;
  }

  .qa-custom {
    background-color: white;
    padding: 0 20px;
  }
  .accordion-item {
    border: none;
  }

  .accordion-button:not(.collapsed) {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2);
  }

  .p-company_title_en{
    font-size: 12px;
  }

  .p-company_title_en::before {
    left: -20px !important;
    height: 3px;
    width: 25px;
  }

  .p-company_title_en::after {
    right: -20px !important;
    height: 3px;
    width: 25px;
  }

  .p-company_title {
    font-size: 24px;
  }

  .c-company_list_item label {
    font-size: 16px;
  }

  #question-answer {
    padding: 70px 5%;
    height: auto;
    background-image: url('../public/img/bg/qa-mb.png');
    background-size: 100% 100%;
  }

  .sp-path {
    display: block;
  }
  .pc-path {
    display: none;
  }
}

@media screen and (min-width: 375px) and (max-width: 430px) {
  #company {
    padding: 70px 0;
  }

  #company .container {
    padding: 0 30px 70px;
  }
}