@charset "UTF-8";
/* CSS Document */
.faqList .faqTitleBox .title::after, .faqList .faqTitleBox .title, .faqList .faqTitleBox .num, .insBannerArea .searchBox .serviceSearchBtn svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.mainArea.hasPadding {
  padding-bottom: 130px;
}
@media (max-width: 1180px) {
  .mainArea.hasPadding {
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .mainArea.hasPadding {
    padding-bottom: 80px;
  }
}
@media (max-width: 480px) {
  .mainArea.hasPadding {
    padding-bottom: 60px;
  }
}

.insBannerArea .searchBox {
  position: relative;
  max-width: 500px;
  margin: 32px auto 0;
}
.insBannerArea .searchBox .searchInput {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #756F6B;
  background-color: rgba(227, 221, 211, 0.4);
  border-radius: 32px;
  padding: 12px 32px;
}
.insBannerArea .searchBox .serviceSearchBtn {
  display: block;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 22px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (min-width: 1181px) {
  .insBannerArea .searchBox .serviceSearchBtn:hover svg {
    color: #aba299;
  }
}
.insBannerArea .searchBox .serviceSearchBtn svg {
  display: block;
  width: 100%;
  height: 100%;
  color: #5C5C5C;
}

.serviceList {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  margin: -72px -36px;
}
@media (max-width: 1440px) {
  .serviceList {
    margin: -54px -36px;
  }
}
@media (max-width: 1280px) {
  .serviceList {
    margin: -36px -30px;
  }
}
@media (max-width: 768px) {
  .serviceList {
    margin: -32px 0;
  }
}
.serviceList .serviceItem {
  position: relative;
  width: 50%;
  padding: 72px 36px;
}
@media (max-width: 1440px) {
  .serviceList .serviceItem {
    padding: 54px 36px;
  }
}
@media (max-width: 1280px) {
  .serviceList .serviceItem {
    padding: 36px 30px;
  }
}
@media (max-width: 768px) {
  .serviceList .serviceItem {
    padding: 32px 20px;
  }
}
@media (max-width: 575px) {
  .serviceList .serviceItem {
    width: 100%;
  }
}
.serviceList .serviceItem.full {
  width: 100%;
  border-top: 1px solid #dcd9d2;
}
.serviceList .serviceItem.full .rightBox {
  max-width: none;
  overflow-x: auto;
}
.serviceList .serviceItem.full .rightBox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: rgba(220, 217, 210, 0.5);
}
.serviceList .serviceItem.full .rightBox::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: rgba(220, 217, 210, 0.5);
  border-radius: 20px;
}
.serviceList .serviceItem.full .rightBox::-webkit-scrollbar-thumb {
  background: #bbb7ac;
}
@media (max-width: 991px) {
  .serviceList .serviceItem.full .rightBox {
    overflow-x: clip;
  }
}
.serviceList .serviceItem.full .dataBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 991px) {
  .serviceList .serviceItem.full .dataBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .serviceList .serviceItem.full .dataBox {
    row-gap: 6px;
  }
}
.serviceList .serviceItem.full .dataList {
  width: calc(33.3333333333% - 13.3333333333px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 991px) {
  .serviceList .serviceItem.full .dataList {
    width: calc(33.3333333333% - 6.6666666667px);
  }
}
@media (max-width: 768px) {
  .serviceList .serviceItem.full .dataList {
    width: calc(50% - 5px);
  }
}
@media (max-width: 480px) {
  .serviceList .serviceItem.full .dataList {
    width: 100%;
  }
}
.serviceList .serviceItem + .serviceItem:not(.full) {
  border-top: 1px solid #dcd9d2;
}
@media (min-width: 576px) {
  .serviceList .serviceItem:nth-child(2) {
    border-top: 0 !important;
  }
}
.serviceList .serviceItem:nth-child(2n):not(.full)::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 70%;
  background-color: #dcd9d2;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  translate: 0 -50%;
}
@media (max-width: 991px) {
  .serviceList .serviceItem:nth-child(2n):not(.full)::before {
    height: 90%;
  }
}
@media (max-width: 575px) {
  .serviceList .serviceItem:nth-child(2n):not(.full)::before {
    display: none;
  }
}
.serviceList .serviceItem:nth-child(2n):not(.full)::after {
  position: absolute;
  content: "";
  width: 6px;
  height: auto;
  background-color: #aba299;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 15%;
  left: 0;
  translate: -50% 0;
}
@media (max-width: 991px) {
  .serviceList .serviceItem:nth-child(2n):not(.full)::after {
    bottom: 5%;
  }
}
@media (max-width: 575px) {
  .serviceList .serviceItem:nth-child(2n):not(.full)::after {
    display: none;
  }
}
.serviceList .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  -webkit-column-gap: 42px;
     -moz-column-gap: 42px;
          column-gap: 42px;
}
@media (max-width: 1440px) {
  .serviceList .item {
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
  }
}
@media (max-width: 1280px) {
  .serviceList .item {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
@media (max-width: 991px) {
  .serviceList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .serviceList .item {
    row-gap: 10px;
  }
}
.serviceList .leftBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 270px;
}
@media (max-width: 1440px) {
  .serviceList .leftBox {
    width: 250px;
  }
}
@media (max-width: 1280px) {
  .serviceList .leftBox {
    width: 220px;
  }
}
@media (max-width: 991px) {
  .serviceList .leftBox {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
}
.serviceList .rightBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 385px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .serviceList .rightBox {
    width: 100%;
    max-width: none;
  }
}
.serviceList .Img {
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #aba299;
  overflow: hidden;
}
.serviceList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.serviceList .Txt {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 28px;
  text-align: center;
}
@media (max-width: 1440px) {
  .serviceList .Txt {
    margin-top: 20px;
  }
}
.serviceList .Txt .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #202020;
}
@media (max-width: 1440px) {
  .serviceList .Txt .title {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  .serviceList .Txt .title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .serviceList .Txt .title {
    font-size: 20px;
  }
}
.serviceList .Txt .subtitle {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #aba299;
}
@media (max-width: 1440px) {
  .serviceList .Txt .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .serviceList .Txt .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .serviceList .Txt .subtitle {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .serviceList .Txt .subtitle {
    font-size: 16px;
  }
}
.serviceList .dataBox {
  position: relative;
}
.serviceList .dataList {
  position: relative;
}
.serviceList .dataList .dataItem {
  position: relative;
  border-bottom: 1px solid #dcd9d2;
}
.serviceList .dataList .linkTxt {
  position: relative;
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #808080;
  padding: 10px 10px 10px 36px;
}
@media (max-width: 1440px) {
  .serviceList .dataList .linkTxt {
    font-size: 18px;
  }
}
@media (max-width: 1280px) {
  .serviceList .dataList .linkTxt {
    font-size: 16px;
    padding: 8px 10px 8px 30px;
  }
}
@media (max-width: 768px) {
  .serviceList .dataList .linkTxt {
    font-size: 15px;
    padding: 6px 10px 6px 24px;
  }
}
.serviceList .dataList .linkTxt::before {
  position: absolute;
  content: "";
  width: 3px;
  height: auto;
  background-color: #808080;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: 26px;
  right: auto;
  bottom: auto;
  left: 16px;
}
@media (max-width: 1440px) {
  .serviceList .dataList .linkTxt::before {
    top: 24px;
  }
}
@media (max-width: 1280px) {
  .serviceList .dataList .linkTxt::before {
    top: 20px;
    left: 12px;
  }
}
@media (max-width: 768px) {
  .serviceList .dataList .linkTxt::before {
    top: 18px;
    left: 10px;
  }
}
@media (min-width: 1181px) {
  .serviceList .dataList .linkTxt:hover {
    background-color: #EEE8E4;
  }
}

.introArea {
  position: relative;
  background-color: #f5f4f2;
  padding-top: var(--header-height-has-logo);
  padding-bottom: 30px;
  overflow-x: clip;
}
.introArea::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 273px;
  background-color: transparent;
  background-image: url("../images/deco/service-line.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  translate: -50% -45%;
}
.introArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 991px) {
  .introArea .wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .introArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 16px;
  }
}
.introArea .decoText {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 72px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #E3E3DB;
  text-transform: uppercase;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -40px;
  left: 45px;
  pointer-events: none;
}
@media (max-width: 1180px) {
  .introArea .decoText {
    font-size: 60px;
    left: 24px;
    bottom: -34px;
  }
}
@media (max-width: 991px) {
  .introArea .decoText {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .introArea .decoText {
    display: none;
  }
}
.introArea .leftBox {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 768px) {
  .introArea .leftBox {
    width: 100%;
  }
}
.introArea .rightBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 40%;
  padding-right: 60px;
}
@media (max-width: 1366px) {
  .introArea .rightBox {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .introArea .rightBox {
    width: 100%;
    max-width: 360px;
  }
}
@media (max-width: 480px) {
  .introArea .rightBox {
    max-width: 320px;
  }
}
.introArea .Img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f5f4f2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}
.introArea .Img img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.introArea .classTitle {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.7;
  color: #aba299;
}
@media (max-width: 1180px) {
  .introArea .classTitle {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .introArea .classTitle {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .introArea .classTitle {
    font-size: 18px;
  }
}
.introArea .Txt {
  position: relative;
  max-width: 680px;
}
.introArea .Txt .title {
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #202020;
}
@media (max-width: 1180px) {
  .introArea .Txt .title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .introArea .Txt .title {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .introArea .Txt .title {
    font-size: 26px;
  }
}
.introArea .Txt .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.015em;
  line-height: 1.7;
  color: #808080;
  margin-top: 20px;
}
@media (max-width: 1180px) {
  .introArea .Txt .text {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .introArea .Txt .text {
    font-size: 15px;
    margin-top: 6px;
  }
}

.contentArea {
  position: relative;
  padding-bottom: 100px;
}
@media (max-width: 1180px) {
  .contentArea {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .contentArea {
    padding-bottom: 60px;
  }
}

/*頁籤*/
.innerTab {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (max-width: 768px) {
  .innerTab {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.innerTab .tabItem {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 200px;
}
@media (max-width: 1180px) {
  .innerTab .tabItem {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  .innerTab .tabItem {
    max-width: 160px;
  }
}
.innerTab a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
  color: #756F6B;
  text-align: center;
  border-top-right-radius: 26px;
  background-color: #EDEEE9;
  padding: 8px 16px;
  word-break: break-word;
  z-index: 2;
}
@media (max-width: 1180px) {
  .innerTab a {
    font-size: 20px;
    padding: 8px 10px;
    border-top-right-radius: 20px;
  }
}
@media (max-width: 768px) {
  .innerTab a {
    font-size: 18px;
    border-top-right-radius: 16px;
  }
}
@media (max-width: 480px) {
  .innerTab a {
    font-size: 16px;
    padding: 6px 10px;
  }
}
.innerTab a.current {
  background-color: rgba(239, 234, 230, 0.8);
}

/*頁籤內容*/
.innerTabContent {
  position: relative;
  background-color: #F6F6F6;
  border: 1px solid #dcd9d2;
  padding: 76px 50px;
}
@media (max-width: 1180px) {
  .innerTabContent {
    padding: 42px 40px;
  }
}
@media (max-width: 768px) {
  .innerTabContent {
    padding: 32px 20px;
  }
}
@media (max-width: 480px) {
  .innerTabContent {
    padding: 24px 20px;
  }
}
.innerTabContent .innerTabContentItem {
  position: relative;
  display: none;
}
.innerTabContent .innerTabContentItem.notice .topBox {
  position: relative;
  border-bottom: 1px solid #dcd9d2;
  padding-bottom: 20px;
  margin-bottom: 32px;
}
@media (max-width: 1180px) {
  .innerTabContent .innerTabContentItem.notice .topBox {
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .innerTabContent .innerTabContentItem.notice .topBox {
    padding-bottom: 10px;
    margin-bottom: 16px;
  }
}
.innerTabContent .innerTabContentItem.notice .topBox .title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: normal;
}
@media (max-width: 1180px) {
  .innerTabContent .innerTabContentItem.notice .topBox .title {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .innerTabContent .innerTabContentItem.notice .topBox .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .innerTabContent .innerTabContentItem.notice .topBox .title {
    font-size: 20px;
  }
}
.innerTabContent .innerTabContentItem.notice .topBox .deco {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.7;
  color: #aba299;
}
@media (max-width: 1180px) {
  .innerTabContent .innerTabContentItem.notice .topBox .deco {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .innerTabContent .innerTabContentItem.notice .topBox .deco {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .innerTabContent .innerTabContentItem.notice .topBox .deco {
    font-size: 16px;
  }
}
.innerTabContent .innerTabContentItem.notice .textEditor ul {
  font-size: 18px;
  letter-spacing: 0.095em;
}
@media (max-width: 1180px) {
  .innerTabContent .innerTabContentItem.notice .textEditor ul {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .innerTabContent .innerTabContentItem.notice .textEditor ul {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .innerTabContent .innerTabContentItem.notice .textEditor ul {
    font-size: 14px;
  }
}
.innerTabContent .innerTabContentItem.notice .textEditor ul li + li {
  margin-top: 2px;
}
.innerTabContent .textEditor {
  max-width: 980px;
  margin: 0 auto;
}

.faqList {
  position: relative;
}
.faqList .faqItem {
  position: relative;
}
.faqList .faqItem + .faqItem {
  margin-top: 24px;
}
@media (max-width: 1180px) {
  .faqList .faqItem + .faqItem {
    margin-top: 16px;
  }
}
.faqList .faqItem.current .faqTitleBox .num {
  color: #756F6B;
  background-color: #fff;
  border-color: #dcd9d2;
}
.faqList .faqItem.current .faqTitleBox .title::after {
  rotate: 90deg;
}
.faqList .faqTitleBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer;
}
@media (max-width: 575px) {
  .faqList .faqTitleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1181px) {
  .faqList .faqTitleBox:hover .title {
    background-color: #e3ddd3;
  }
}
.faqList .faqTitleBox .num {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #D0CCC2;
  border: 1px solid #D0CCC2;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1180px) {
  .faqList .faqTitleBox .num {
    width: 84px;
    height: 84px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .faqList .faqTitleBox .num {
    width: 76px;
    height: 76px;
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .faqList .faqTitleBox .num {
    width: 68px;
    height: 68px;
    font-size: 24px;
  }
}
.faqList .faqTitleBox .title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #756F6B;
  background-color: rgba(239, 234, 230, 0.8);
  border-bottom-right-radius: 30px;
  margin: 12px 0 12px -16px;
  padding: 10px 60px;
}
@media (max-width: 1180px) {
  .faqList .faqTitleBox .title {
    font-size: 18px;
    padding: 10px 60px 10px 42px;
    border-bottom-right-radius: 24px;
  }
}
@media (max-width: 768px) {
  .faqList .faqTitleBox .title {
    font-size: 16px;
    padding: 10px 48px 10px 32px;
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 575px) {
  .faqList .faqTitleBox .title {
    font-size: 15px;
    border-top-left-radius: 20px;
    padding: 16px 38px 10px 16px;
    margin: -8px 0 0 0;
  }
}
.faqList .faqTitleBox .title::before {
  position: absolute;
  content: "";
  width: 26px;
  height: 1px;
  background-color: #756F6B;
  position: absolute;
  top: 50%;
  right: 27px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1180px) {
  .faqList .faqTitleBox .title::before {
    width: 22px;
  }
}
@media (max-width: 768px) {
  .faqList .faqTitleBox .title::before {
    width: 20px;
    right: 20px;
  }
}
@media (max-width: 575px) {
  .faqList .faqTitleBox .title::before {
    width: 16px;
    right: 16px;
  }
}
.faqList .faqTitleBox .title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 26px;
  background-color: #756F6B;
  position: absolute;
  top: 50%;
  right: 39px;
  bottom: auto;
  left: auto;
  translate: 0 -50%;
}
@media (max-width: 1180px) {
  .faqList .faqTitleBox .title::after {
    height: 22px;
    right: 37px;
  }
}
@media (max-width: 768px) {
  .faqList .faqTitleBox .title::after {
    height: 20px;
    right: 29px;
  }
}
@media (max-width: 575px) {
  .faqList .faqTitleBox .title::after {
    height: 16px;
    right: 23px;
  }
}
.faqList .faqContentBox {
  position: relative;
  display: none;
  background-color: #fff;
  padding: 20px 0px 10px 136px;
}
@media (max-width: 1180px) {
  .faqList .faqContentBox {
    padding: 10px 0 8px 110px;
  }
}
@media (max-width: 768px) {
  .faqList .faqContentBox {
    padding: 10px 0 8px 94px;
  }
}
@media (max-width: 575px) {
  .faqList .faqContentBox {
    padding: 4px 0 4px 80px;
  }
}
@media (max-width: 575px) {
  .faqList .faqContentBox {
    padding: 8px 10px;
  }
}
.faqList .faqContentBox .textEditor {
  letter-spacing: 0.02em;
}

.noData {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #75706c;
}
@media (max-width: 1180px) {
  .noData {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .noData {
    font-size: 16px;
  }
}
/*# sourceMappingURL=service.css.map */