@charset "utf-8";
/******
		contents
					******/
header{
  background: url(../img/key-bg.jpg) top right /cover no-repeat;
  background: #24ACDD;
  padding: 20px;
  display: flex;
  align-items: center;
}

.head-logo {
  width: 200px;
}

.head-right {
  width: calc(100% - 200px);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 20px;
}

.head-point {
  width: 300px;
}

.head-info {
  width: 300px;
}

.key-sec img {
  width: 100%;
}

.sub-head {
  background-image: linear-gradient(60deg, #FF5800 0%, #FF1F00 100%);
  padding: 60px 0;
}

.sub-head img {
  max-width: 800px;
}

.sec-wrap {
  padding: 90px 0;
}

.sec-head-big {
font-size: 38px;
font-weight: 900;
color: #24ACDD;
}

.sec-head-mini {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-top: 20px;
}

.ba-list {
  margin-top: 60px;
}

.ba-list-label {
  font-size: 28px;
  font-weight: 900;
  color: #24ACDD;
  display: flex;
  align-items: center;
  column-gap: 6px;
  justify-content: center;
  background: #fff;
  position: relative;
  z-index: 999;
}

.ba-list-label::before {
  content: "";
  background: #24ACDD;
  height: 3px;
  width: 100%;
  position: absolute;
  z-index: 1;
}

.ba-list-label div {
  background: #fff;
  position: relative;
  z-index: 999;
  padding: 0 10px;
  display: flex;
  align-items: center;
  column-gap: 4px;
}

.ba-list-img {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.ba-list-img-inner {
  width: 45%;
}

.ba-list-img-arrow {
  width: 10%;
}

.ba-list-img-arrow img {
  width: 40px;
}

.case-top {
  background: #1B1464;
  padding: 40px 0 30px 0;
}

.case-list {
  margin-top: 40px;
}

.case-main {
  padding: 0 0 90px 0;
}

.service-sec {
  background: #D4F7FF;
}

.service-table-label {
  font-size: 24px;
  font-weight: bold;
  color: #04AF00
}

.service-box {
  background: #fff;
  border: 2px solid #04AF00;
  border-radius: 6px;
  padding: 40px;
  text-align: left;
}

.service-table-inner table {
  width: 100%;
  margin-top: 20px;
}

.service-table-inner table tr th {
  padding: 10px 10px;
  background: #04AF00;
  color: #fff;
}

.service-table-inner table tr td {
  padding: 10px 10px;
  background: #fff;
  color: #000;
  border: 1px solid #E2E2E2;
  font-weight: bold;
}

.service-table-note {
  margin-top: 40px;
}

.service-table-note-title {
  background: #0068A6;
  color: #fff;
  font-weight: 900;
  padding: 20px 0;
  font-size: 26px;
  border-radius: 4px 4px 0 0;
}

.service-table-note-text {
  background: #fff;
  margin-top: -1px;
  padding: 40px;
  text-align: left;
}

.service-table-note-text ul li {
  margin-top: 10px;
  color: #0068A6;
  font-weight: bold;
}

.service-table-note-text ul li:first-child {
  margin-top: 0px;
}

.answer {
  display: none;
  margin-top: 20px;
  overflow: scroll;
}

.question {
  font-size: 20px;
  font-weight: 900;
  color: #0068A6;
  display: flex;
}

.question span {
  margin-right: 4px;
}

.service-contents table {
  width: 100%;
}

.service-contents table tr th {
  background: #EFEFEF;
  padding: 10px;
  border-right: 1px solid #fff;
  white-space: nowrap;
}

.service-contents table tr th:last-child {
  border-right: none;
}

.service-contents table tr td {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #EFEFEF;
  text-align: left;
}

.row-label {
  min-width: 160px;
}

.position-box {
  min-width: 140px;
}

.service-contents {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-top: 20px;
}

.cta-sec {
  background: #24ACDD;
  padding: 90px 0;
}

.cta-sec-inner {
  background: #fff;
  border-radius: 4px;
  display: flex;
  align-items: flex-end;
  column-gap: 30px;
}

.cta-right {
  padding: 30px 30px 30px 0;
}

.cta-right-btn {
  margin-top: 30px;
}

.point-box {
  background: #fff;
  border: 3px solid #1B1464;
  border-radius: 10px;
  padding: 40px;
  margin-top: 40px;
}

.point-box-title-number {
  font-size: 24px;
  font-weight: 900;
  color: #24ACDD;
}

.point-box-title-big {
  font-size: 32px;
  font-weight: 900;
  color: #24ACDD;
  margin-top: 20px;
}

.point-box-top-text {
  font-size: 18px;
  font-weight: bold;
  max-width: 100%;
  width: 900px;
  margin: auto;
  margin-top: 30px;
}

.point-box-img {
  margin-top: 30px;
}

.cliant-voice {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cliant-end {
  margin-bottom: 90px;
}

.step-sec {
  padding: 00px 0 90px 0;
}

.step-main {
  margin-top: 40px;
}

.qa-sec {
  padding: 90px 0;
  background: #D4F7FF;
}

.qa-list {
  background: #fff;
  padding: 30px 20px;
  border-radius: 6px;
  margin-top: 40px;
}

.qa-list:first-child {
  margin-top: 00px;
}

.question-box {
  display: flex;
  column-gap: 10px;
}

.answer-box {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
}

.qa-icon {
  width: 50px;
  font-size: 30px;
  font-weight: 900;
}

.qa-text {
  width: calc(100% - 50px);
  font-size: 18px;
  font-weight: bold;
}
