@charset "utf-8";
#fa-hero-section {
  padding: 60px 0;
  background-color: #ffffff;
}
#fa-hero-section .l_flex {
  align-items: center;
}
#fa-hero-section .text-content {
  width: 47.5%;
}
#fa-hero-section .text-content h2 {
  font-size: 20px;
  font-size: 2.0rem;
  color: #125692;
  font-weight: 500;
}
#fa-hero-section .text-content .main-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  display: block;
  line-height: 49px;
  margin: 20px 0 40px;
}
#fa-hero-section .text-content p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 37px;
}
#fa-hero-section .diagram-content {
  width: 47.42%;
}
@media (max-width: 890px) {
	#fa-hero-section .l_flex {
    align-items: flex-start;
}
}
@media (max-width: 768px) {
  #fa-hero-section {
    padding: 40px 0;
  }
  #fa-hero-section .text-content {
    width: 100%;
  }
  #fa-hero-section .diagram-content {
    width: 100%;
    margin-top: 30px;
  }
}
#fa-service-section {
  padding: 60px 0;
}
#fa-service-section .container {
  max-width: 1000px;
  margin: 0 auto;
}
#fa-service-section .business-header {
  text-align: center;
  padding: 50px 0;
}
#fa-service-section .consulting .business-header {
  padding: 50px 0 0;
}
#fa-service-section .business-title {
  font-size: 29px;
  font-size: 2.9rem;
  color: #125692;
  margin-bottom: 20px;
  font-weight: bold;
}
#fa-service-section .nav-tabs {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
#fa-service-section .tab-btn {
  padding: 12px 5px;
  border-radius: 40px;
  color: white;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 26px;
  text-align: center;
  justify-content: center;
}
#fa-service-section .tab-btn.active {
  background: linear-gradient(90deg, #00abc3, #004d80);
}
#fa-service-section .tab-btn.inactive {
  background: linear-gradient(90deg, #00D2AE, #129281);
}
#fa-service-section .tab-btn::after {
  content: "";
  background: url("../images/common/arrow-dw-wh.svg")no-repeat 0 0;
  background-size: contain;
  width: 12.13px;
  height: 6.94px;
  margin-top: 5px;
}
#fa-service-section .business-header.up .tab-btn::after {
  transform: scale(1, -1);
}
}
#fa-service-section .product-section {
  padding-top: 70px;
  text-align: center;
  border-top: 1px solid #E2E2E2;
}
#fa-service-section .product-section.up {
  border-top: none;
  margin-top: 75px;
  padding: 0;
}
#fa-service-section .main-sub-title {
  font-size: 40px;
  font-size: 4.0rem;
  color: #125692;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
#fa-service-section .separator {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 20px;
  text-align: center;
}
#fa-service-section .category-list {
  max-width: 980px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 0 auto 35px;
}
#fa-service-section .up .category-list {
  padding-bottom: 65px;
}
#fa-service-section .category-btn {
  padding: 7px 5px;
  border: 1px solid #2372B7;
  border-radius: 30px;
  color: #125692;
  font-size: 19px;
  font-size: 1.9rem;
  text-align: center;
  background: #fff;
  font-weight: bold;
  display: block;
  position: relative;
}
#fa-service-section .category-btn::after {
  content: "";
  background: url("../images/common/arrow-dw-blue.svg")no-repeat 0 0;
  background-size: contain;
  width: 12.13px;
  height: 6.94px;
  position: absolute;
  top: 43%;
  right: 5px;
  transform: translateX(-50%);
}
#fa-service-section .product-section.up .category-btn::after {
  transform: scale(1, -1);
  right: 12px;
}
#fa-service-section .box {
  padding-bottom: 100px;
	padding-top: 90px;
  border-bottom: 1px solid #DCDCDC;
}
#fa-service-section .box:first-child {
  margin-top: 0;
}
#fa-service-section .box:last-child {
  border-bottom: none;
	    padding-top: 40px;
}
#fa-service-section .content-body {
  margin-bottom: 60px;
}
#fa-service-section .description {
  width: 53.75%;
}
#fa-service-section .description h3 {
  color: #125692;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 42px;
  font-size: 4.2rem;
}
#fa-service-section .description .check-list {
  margin-bottom: 35px;
}
#fa-service-section .description .check-list li {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  color: #1E1E1E;
  position: relative;
  padding-left: 22px;
  margin-bottom: 9px;
}
#fa-service-section .consulting .description .check-list li {
  margin-bottom: 24px;
}
#fa-service-section .description .check-list li:last-child {
  margin-bottom: 0;
}
#fa-service-section .description .check-list li::before {
  content: "";
  background: url("../images/common/check-icon.svg")no-repeat 0 0;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 9px;
  left: 0;
}
#fa-service-section .description p {
  line-height: 29px;
}
#fa-service-section .image-placeholder {
  width: 41.67%;
}
#fa-service-section h4 {
  font-size: 25px;
  font-size: 2.5rem;
  margin-bottom: 15px;
  font-weight: bold;
  color: #125692;
}
#fa-service-section .maker-list-wrap {
  border: 1px solid #B9CCDC;
  padding: 30px;
  background: #fff;
}
#fa-service-section .maker-list-wrap h3 {
  color: #003366;
  margin-top: 0;
  margin-bottom: 20px;
}
#fa-service-section .maker-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 15px;
  list-style: none;
  padding: 0;
}
#fa-service-section .maker-item {
  font-size: 15px;
  color: #191919;
  padding-bottom: 20px;
  border-right: 1px solid #D2D2D2;
  position: relative;
  padding: 5px 18px 5px 13px;
}
#fa-service-section .maker-item::before {
  content: "";
  background: #4ABEB2;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
#fa-service-section .maker-item::after {
  content: "";
  background: url("../images/common/link-icon.svg")no-repeat 0 0;
  background-size: contain;
  width: 8.28px;
  height: 8.28px;
  position: absolute;
  top: 13px;
  right: 7px;
}
#fa-service-section .consulting .maker-item::after {
  content: none;
}
#fa-service-section .footer-text {
  text-align: center;
  margin-top: 20px;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 500;
}
#fa-service-section .soudan {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 60px;
  font-weight: bold;
  text-align: center;
}
#fa-service-section .consulting .btn-area {
  max-width: 590px;
  margin: 50px auto 30px;
}
#fa-service-section .consulting .btn-area a {
  font-size: 27px;
  font-size: 2.7rem;
  padding: 20px 5px;
  color: #fff;
  display: block;
  font-weight: bold;
  text-align: center;
  background: #0D508A;
}
@media (max-width: 1030px) {
  #fa-service-section .maker-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  #fa-service-section {
    padding: 60px 0 10px;
  }
  #fa-service-section .nav-tabs {
    display: block;
  }
  #fa-service-section .tab-btn {
    font-size: 20px;
  }
  #fa-service-section .nav-tabs li:first-child {
    margin-bottom: 13px;
  }
  #fa-service-section .main-sub-title {
    font-size: 34px;
    font-size: 3.4rem;
    margin-bottom: 21px;
  }
  #fa-service-section .category-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 5px;
    margin: 0 auto 20px;
  }
  #fa-service-section .description {
    width: 100%;
  }
  #fa-service-section .description h3 {
    font-size: 34px;
    font-size: 3.4rem;
  }
  #fa-service-section .box {
    padding-bottom: 70px;
	  padding-top: 60px;
  }
  #fa-service-section .image-placeholder {
    width: 100%;
    margin-top: 20px;
  }
  #fa-service-section .separator {
    font-size: 25px;
    font-size: 2.5rem;
  }
  #fa-service-section .maker-list-wrap {
    padding: 20px;
  }
  #fa-service-section .soudan {
    font-size: 20px;
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: left;
  }
  #fa-service-section .product-section.up {
    margin-top: 45px;
  }
  #fa-service-section .consulting .btn-area a {
    font-size: 23px;
    font-size: 2.3rem;
  }
  #fa-service-section .content-body {
    grid-template-columns: 1fr;
  }
  #fa-service-section .maker-list {
    grid-template-columns: 1fr 1fr;
  }
	#fa-service-section .category-btn {
		font-size: 17px;
	font-size: 1.7rem;
	}
}
#faq {
  padding: 75px 0 85px;
}
#faq h2 {
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  color: #125692;
}
#faq dl {
  margin-bottom: 15px;
  background: #fff;
  border: 1px solid #BCC9D5;
  padding: 10px 50px 10px 30px;
  position: relative;
  cursor: pointer;
}
#faq dl:last-child {
  margin-bottom: 0;
}
#faq dl:after {
  content: "";
  width: 18px;
  height: 11px;
  background: url("../images/common/arrow-dw-blue.svg") 0 0 no-repeat;
  background-size: contain;
  width: 12.13px;
  height: 6.94;
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#faq dl.is-open:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
#faq dl dt {
  color: #0C4E88;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
#faq dl dt:before {
  content: "Q.";
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  left: 0;
  top: 0;
}
#faq dl dd {
  display: none;
  margin-top: 15px;
  color: #17120E;
  line-height: 30px;
  position: relative;
  padding-left: 30px;
}
#faq dl dd:before {
  content: "A.";
  font-size: 20px;
  font-size: 2.0rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  #faq {
    padding: 55px 0 65px;
  }
  #faq h2 {
    font-size: 31px;
    font-size: 3.1rem;
    margin-bottom: 20px;
  }
  #faq dl {
    padding: 10px 27px 10px 15px;
  }
  #faq dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding-left: 27px;
  }
  #faq dl dd {
    padding-left: 28px;
  }
  #faq dl dt:before, #faq dl dd:before {
    width: 25px;
    height: 25px;
    left: 0;
  }
  #faq dl dd:before {
    top: 3%;
  }
}
#buhin {
       margin-top: -110px;
    padding-top: 150px;
}
#consulting {
    padding: 70px 0 0px;
}