/*---------------------
top
---------------------*/
#top .inner {
  background-image: url(../img/service/service-bg.jpg);
}

@media screen and (max-width: 600px) {
  #top .inner {
    background-image: url(../img/service/service-bg-sp.jpg);
  }
}



/*---------------------
service
---------------------*/
#service .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-top: 127px;
  padding-left: 6.25%;
  padding-right: 6.25%;
}

#service h2 {
  text-align: center;
  color: var(--mainBlue);
  font-size: 2.5rem;
  line-height: 1.6;
}

#service .content {
  position: relative;
  display: flex;
  justify-content: space-between;
}

#service .right {
  width: 52.3809%;
}

#service .left {
  width: 41.746%;
}

#service .left img {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
}

#service .bg {
  width: 20.6349%;
  height: 320px;
  position: absolute;
  background: linear-gradient(90deg, #3A75BB 0%, #3A96BB 100%);
  top: -69px;
  z-index: -1;
}

#service .content1 {
  flex-direction: row-reverse;
  margin-top: 87px;
  margin-bottom: 150px;
}

#service .content1 .right p {
  font-size: 1.5rem;
  line-height: 1.6666;
}

#service .content1 .bg {
  right: -7.1429%;
}

#service .content2 h3 {
  color: var(--mainBlue);
  font-size: 1.4375rem;
  font-weight: 700;
  margin-bottom: 40px;
}

#service .content2 .text {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}

#service .content2 .table {
  width: 100%;
}

#service .content2 table tr {
  display: flex;
}

#service .content2 th {
  width: 26.2121%;
  background-color: var(--secondBlue);
  text-align: left;
  border: 1px solid #EFEFEF;
  padding-left: 3.7878%;
  padding-top: 13px;
  padding-bottom: 13px;
}

#service .content2 td {
  width: 74.3939%;
  border: 1px solid #EFEFEF;
  padding-left: 2.7272%;
  padding-top: 13px;
  padding-bottom: 13px;
}

#service .content2 .bg {
  left: -7.1429%;
}

#service .d-900_under {
  display: none;
}

@media screen and (max-width: 1440px) {
  #service .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }

  #service .content1 .bg {
    right: clamp(-90px, calc(630px - 50vw), -20px);
  }

  #service .content2 .bg {
    left: clamp(-90px, calc(630px - 50vw), -20px);
  }
}

@media screen and (max-width: 900px) {
  #service .content {
    display: block;
  }

  #service .left {
    width: 100%;
  }

  #service .right {
    width: 100%;
  }

  #service .bg {
    width: 36.9109%;
  }

  #service .content1 {
    margin-top: 105px;
  }

  #service .content1 .right {
    margin-top: 50px;
    margin-bottom: 120px;
  }

  #service .content2 h3 {
    text-align: center;
    margin-top: 80px;
  }

  #service .d-900_under {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #service .inner {
    padding-left: 5.3488%;
    padding-right: 5.3488%;
    padding-top: 80px;
  }

  #service h2 {
    font-size: 2rem;
    line-height: 1.6;
  }

  #service .content .bg {
    height: 258px;
  }

  #service .content1 .right p {
    font-size: 1rem;
    line-height: 1.875;
  }

  #service .content1 .bg {
    right: -5.9896%;
  }

  #service .content2 h3 {
    font-size: 1.25rem;
    line-height: 1.7;
  }

  #service .content2 .text {
    font-size: 1rem;
    font-weight: 400;
  }

  #service .content2 th {
    font-size: 0.875rem;
  }

  #service .content2 td {
    font-size: 0.875rem;
  }

  #service .content2 .bg {
    left: -5.9896%;
  }
}

@media screen and (max-width: 360px) {
  #service h2 {
    font-size: 1.75rem;
  }

  #service .content2 h3 {
    font-size: 1.1rem;
  }
}



/*---------------------
feature
---------------------*/
#feature {
  position: relative
}

#feature .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-top: 114px;
  padding-bottom: 116px;
  margin-bottom: 72px;
  padding-left: 6.25%;
  padding-right: 6.25%;

}

.feature-bg1 {
  position: absolute;
  width: 100%;
  top: 18%;
  z-index: -1;
}

.feature-bg2 {
  position: absolute;
  width: 100%;
  bottom: 27%;
  z-index: -1;
}

.feature-bg3 {
  position: absolute;
  width: 100%;
  bottom: 7%;
  z-index: -1;
}

.feature-bg4 {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .feature-bg1 {
    display: none;
  }

  .feature-bg2 {
    display: none;

  }
  .feature-bg3 {
    display: none;

  }
  .feature-bg4 {
    display: none;

  }
}

#feature .point {
  width: 93.3593%;
  position: relative;
  margin-top: 170px;
}

#feature .point2 {
  display: flex;
  margin-left: auto;
  /* justify-content: end; */
}

#feature .point .content {
  width: 81.4225%;
  background-color: var(--secondBlue);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

#feature .point2 .content {
  display: flex;
  justify-content: end;
  margin-left: auto;
}

#feature .point .info {
  width: 47.8931%;
  position: relative;
  padding-top: 72px;
  padding-bottom: 60px;
}

#feature .point1 .info {
  margin-left: 3.7656%;
}

#feature .point2 .info {
  margin-right: 3.7656%;
}

#feature .point .point-num {
  position: absolute;
  display: flex;
  align-items: center;
  top: -70px;
  left: 0;
}

#feature .point .point-num .text {
  position: relative;
  display: block;
  color: var(--mainBlue);
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.16rem;
  padding-top: 15px;
}

#feature .point .point-num .text::after {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #3A75BB 0%, #3A96BB 100%);
  width: 110px;
  height: 2px;
  left: 0px;
  bottom: 0;
  margin-top: 5px;
}

#feature .point .point-num .num {
  display: block;
  font-size: 5rem;
  font-weight: 900;
  color: #fff;
  -webkit-text-stroke: 3px #3A75BB;
}

#feature .point h3 {
  color: var(--mainBlue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4166;
  margin-bottom: 40px;
}

#feature .point .description {
  line-height: 1.6875;
}

#feature .point img {
  width: 51.046%;
  position: absolute;
  right: 0;
  bottom: 0;
}

#feature .point2 img {
  left: 0;
}

#feature .boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

#feature .box {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.25);
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 2.2222%;
  padding-right: 2.2222%;
}

#feature .box .title {
  display: flex;
  align-items: center;
}

#feature .box .title h4 {
  color: var(--mainBlue);
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 20px;
}

#feature .box .title img {
  width: auto;
  ;
  height: 50px;
}

#feature .box p {
  padding-top: 16px;
}

#feature .box1 {
  width: 31.5873%;
}

#feature .box2 {
  width: 23.0158%;
  margin-top: 32px;
}

#feature .d-935_under {
  display: none;
}

@media screen and (min-width: 1450px) {
  #feature .point {
    margin-top: 200px;
  }
}

@media screen and (min-width: 1600px) {
  #feature .point {
    margin-top: 300px;
  }
}

@media screen and (min-width: 1600px) {
  #feature .point {
    margin-top: 300px;
  }
}

@media screen and (max-width: 1440px) {
  #feature .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 935px) {
  #feature .box {
    padding-left: 5.4687%;
    padding-right: 5.4687%;
  }

  #feature .box1,
  #feature .box2 {
    width: 100%;
  }

  #feature .box:not(:first-child) {
    margin-top: 32px;
  }

  #feature .d-935_over {
    display: none;
  }

  #feature .d-935_under {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  #feature .inner {
    padding-left: 0;
    padding-right: 0;
  }

  #feature h2,
  #feature .boxes {
    padding-left: 20px;
    padding-right: 20px;
  }

  #feature .point {
    width: 100%;
    margin-top: 300px;
  }

  #feature .point .content {
    width: 100%;
  }

  #feature .point .info {
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  #feature .point1 .info {
    margin-left: 0;
  }

  #feature .point2 .info {
    margin-right: 0;
  }

  #feature .point1 .point-num {
    left: 20px;
  }

  #feature .point2 .point-num {
    left: auto;
    right: 20px;
  }

  #feature .point img {
    top: -250px;
  }

  #feature .point1 img {
    right: 20px;
  }

  #feature .point2 img {
    left: 20px;
  }
}

@media screen and (max-width: 700px) {
  #feature .point img {
    top: -220px;
  }
}

@media screen and (max-width: 600px) {
  #feature .inner {
    background: none;
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: 0;
  }

  #feature h2,
  #feature .boxes {
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }

  #feature .point {
    margin-top: 390px;
  }

  #feature .point .info {
    padding-left: 5.3488%;
    padding-right: 5.3488%;
    padding-top: 90px;
    padding-bottom: 30px;
  }

  #feature .point .point-num {
    margin-top: -285px;
    z-index: 2;
  }

  #feature .point1 .point-num {
    left: 5.3488%;
  }

  #feature .point2 .point-num {
    right: 5.3488%;
  }

  #feature .point .point-num .text {
    font-size: 1.625rem;
    letter-spacing: 0.13rem;
    padding-top: 15px;
  }

  #feature .point .point-num .text::after {
    width: 91px;
    margin-top: 5px;
  }

  #feature .point .point-num .num {
    font-size: 4rem;
  }

  #feature .point h3 {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  #feature .point img {
    width: 82.7906%;
    top: -300px;
  }

  #feature .point1 img {
    right: 5.3488%;
  }

  #feature .point2 img {
    left: 5.3488%;
  }

  #feature .box .title h4 {
    font-size: 1.25rem;
  }

  #feature .box .title img {
    height: 45px;
  }

  #feature .box p {
    padding-top: 10px;
  }
}

@media screen and (max-width: 550px) {
  #feature .point .point-num {
    margin-top: -255px;
  }

  #feature .point img {
    top: -270px;
  }
}

@media screen and (max-width: 500px) {
  #feature .point .point-num {
    margin-top: -235px;
  }

  #feature .point img {
    top: -250px;
  }
}

@media screen and (max-width: 450px) {
  #feature .point {
    margin-top: 350px;
  }

  #feature .point .point-num {
    margin-top: -205px;
  }

  #feature .point img {
    top: -220px;
  }
}

@media screen and (max-width: 400px) {
  #feature .point {
    margin-top: 300px;
  }

  #feature .point .point-num {
    margin-top: -165px;
  }

  #feature .point img {
    top: -180px;
  }
}

@media screen and (max-width: 350px) {
  #feature .point .point-num {
    margin-top: -135px;
  }

  #feature .point img {
    top: -150px;
  }
}



/*---------------------
reference
---------------------*/
#reference .inner {
  box-sizing: border-box;
  max-width: 1920px;
  width: 100%;
  padding-left: 6.25%;
  padding-right: 6.25%;
  padding-top: 50px;
  padding-bottom: 55px;
  background-color: var(--mainBlue);
}

#reference .template1 h2 {
  color: var(--secondBlue);
  margin-bottom: 40px;
}

#reference .template1 h2::after {
  color: var(--secondBlue);
}

#reference .tab-btns {
  display: flex;
  justify-content: space-between;
}

#reference .tab-btn {
  width: 24%;
  border: 1px solid var(--secondBlue);
  background-color: var(--mainBlue);
  box-shadow: 0px 0px 10px #EDF5FC;
  padding-top: 20px;
  padding-bottom: 20px;
  cursor: pointer;
}

#reference .tab-btn h3 {
  color: var(--secondBlue);
  font-size: 1.25rem;
  font-weight: 400;
}

#reference .tab-btn.active {
  background-color: var(--secondBlue);
}

#reference .tab-btn.active h3 {
  color: var(--mainBlue);
}

#reference .tab-content {
  display: none;
  box-sizing: border-box;
  width: 100%;
  background-color: var(--secondBlue);
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 25px;
  padding-left: 95px;
  padding-right: 95px;
}

#reference .tab-content.active {
  display: block;
}

#reference .tab-content .title {
  display: flex;
  align-items: end;
}

#reference .tab-content .title .item {
  color: var(--mainBlue);
  font-size: 1.25rem;
  font-weight: 700;
}

#reference .tab-content .title .sub {
  display: flex;
}

#reference .tab-content .title .sub p {
  padding-left: 16px;
}

#reference .tab-content .order {
  display: flex;
  margin-top: 10px;
}

#reference .tab-content .order p {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 16.6666%;
  height: 64px;
  text-align: center;
  background-color: #A9D2F2;
  clip-path: polygon(0 0,
      89.7436% 0,
      100% 50%,
      89.7436% 100%,
      0 100%);
  padding-right: 1.8674%;
}

#reference .tab-content .table .table-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 24px;
  margin-bottom: 14px;
}

#reference .tab-content .table table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

#reference .tab-content .table thead {
  width: 100%;
}

#reference .tab-content .table tbody {
  width: 100%;
}

#reference .tab-content .table tr {
  display: flex;
}

#reference .tab-content .table th,
#reference .tab-content .table td {
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

#reference .tab-content .table th:nth-child(1),
#reference .tab-content .table td:nth-child(1) {
  width: 24.6485%;
}

#reference .tab-content .table th:nth-child(2),
#reference .tab-content .table td:nth-child(2) {
  width: 66.6354%;
}

#reference .tab-content .table th:nth-child(3),
#reference .tab-content .table td:nth-child(3) {
  width: 8.9035%;
}

#reference .tab-content .table th {
  color: #fff;
  font-weight: 700;
  background-color: var(--mainBlue);
}

#reference .tab-content .table td:nth-child(1),
#reference .tab-content .table td:nth-child(2) {
  padding-left: 1.5463%;
  padding-right: 1.5463%;
}

#reference .tab-content .table td:nth-child(3) {
  text-align: center;
}

#reference .tab-content .table .description {
  font-size: 0.875rem;
  line-height: 1.8285;
  margin-top: 10px;
}

#reference .d-800_under {
  display: none;
}

@media screen and (max-width: 1440px) {
  #reference .inner {
    padding-left: clamp(20px, calc(50vw - 630px), 90px);
    padding-right: clamp(20px, calc(50vw - 630px), 90px);
  }
}

@media screen and (max-width: 1300px) {
  #reference .tab-content {
    padding-left: clamp(20px, calc(50vw - 555px), 95px);
    ;
    padding-right: clamp(20px, calc(50vw - 555px), 95px);
    ;
  }
}

@media screen and (max-width: 850px) {
  #reference .tab-btn {
    width: 100%;
    margin-top: 30px;
  }

  #reference .tab-content .title {
    display: block;
  }

  #reference .tab-content .title .sub {
    margin-top: 8px;
  }

  #reference .tab-content .title .sub p:first-child {
    padding-left: 0;
  }

  #reference .tab-content .order {
    flex-wrap: wrap;
    margin-top: 20px;
  }

  #reference .tab-content .order p {
    width: 33.3333%;
  }

  #reference .tab-content .order p:nth-child(n+4) {
    margin-top: 17px;
  }

  #reference .d-800_over {
    display: none;
  }

  #reference .d-800_under {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  #reference .inner {
    padding-left: 5.3488%;
    padding-right: 5.3488%;
  }

  #reference .tab-btn {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  #reference .tab-btn {
    font-size: 1rem;
  }

  #reference .tab-content {
    margin-top: 20px;
  }

  #reference .tab-content .title .item {
    font-size: 1rem;
  }

  #reference .tab-content .title .sub p {
    font-size: 0.875rem;
  }

  #reference .tab-content .order p {
    font-size: 0.875rem;
  }

  #reference .tab-content .table .table-title {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 8px;
  }

  #reference .tab-content .table .table-scroll {
    overflow-x: auto;
    width: 100%;
  }

  #reference .tab-content .table .table-scroll table {
    min-width: 600px;
    border-collapse: collapse;
    table-layout: fixed;
  }

  #reference .tab-content .table .table-scroll th,
  #reference .tab-content .table .table-scroll td {
    white-space: normal;
    word-break: break-word;
  }

  #reference .tab-content .table .description {
    font-size: 0.75rem;
    margin-top: 20px;
  }
}