body #container {
  padding-bottom: 0;
}

img {
  max-width: 100%;
}

/*
a {
  color: #000;
}
*/

.pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .br {
    display: inline;
  }
}

.sp {
  display: none;
}
.sp-inline{
  display: none;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .sp-inline{
    display: inline;
  }
}

#mainContent {
  margin-top: 110px;
  border-top: 5px solid #777;
  padding-top: 2px;
}
#mainContent .header{
  display: none;
}

@media only screen and (max-width: 768px) {
  #mainContent {
    margin-top: 0;
  }
  #mainContent .header{
    display: block;
  }
  #mainContent .header .pageNav{
    margin: 0;
  }
}


.mainArea {
  position: relative;
  padding-bottom: 321px;

  &::before {
    content: "";
    width: 1160px;
    height: 5px;
    background-color: #bcbcbc;
    position: absolute;
    bottom: 0;
    left: calc(50% - 580px);
  }
}

@media only screen and (max-width: 768px) {
  .mainArea {
    padding-bottom: 450px;

    &::before {
      width: 100%;
      left: 0;
    }
  }
}

.mainArea__container {
  height: 860px;
  box-sizing: border-box;
  background-image: url(../imgs/bg-main.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .mainArea__container {
    height: 358px;
    background-size: cover;
    background-position: center;
    padding: 20px 0;
  }
}

.mainArea__inner {
  width: 1192px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .mainArea__inner {
    width: 90%;
  }
}

.mainArea__logo {
  width: 283px;
  height: 118px;
}

@media only screen and (max-width: 768px) {
  .mainArea__logo {
    width: 142px;
    height: 59px;
  }
}

.mainArea__heading {
  width: 280px;
  height: 127px;
  margin-top: 38px;
}

@media only screen and (max-width: 768px) {
  .mainArea__heading {
    width: 140px;
    height: 64px;
    margin-top: 10px;
  }
}

  .mainArea__buttonArea {
    margin-top: 29px;
  }
@media only screen and (max-width: 768px) {
  .mainArea__buttonArea {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
  }
}

.mainArea__button {
  display: block;
  transition: 0.5s;

  .sp {
    display: none;
  }
}
.mainArea__button+.mainArea__button {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .mainArea__button {
    margin-top: 0px;
      width: calc(280 / (280 + 380 + 10) * 100%);

    .pc {
      display: none;
    }

    .sp {
      display: inline;
      width: 100%;
      height: auto;
    }
  }

  .mainArea__button--large {
     width: calc(380 / (280 + 380 + 10) * 100%);
  }
  .mainArea__button+.mainArea__button {
    margin-top: 0;
  }
}

.mainArea__button:hover {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mainArea__caption {
  margin-top: -10px;
  text-align: right;
  color: #cccccc;
}

@media only screen and (max-width: 768px) {
  .mainArea__caption {
    margin-top: 0px;
    font-size: 1.8vw;
  }
}

.mainArea__slider {
  width: 1123px;
  position: absolute;
  top: 564px;
  left: calc(50% - 563px);

  .slick-arrow {
    position: absolute;
    color: transparent;
    width: 15px;
    height: 26px;
    top: calc(50% - 13px);
    cursor: pointer;
    z-index: 1;
  }
  .slick-prev {
    background: url(../imgs/img-arrow-slider_back.png) no-repeat;
    left: -30px;
  }
  .slick-next {
    background: url(../imgs/img-arrow-slider_next.png) no-repeat;
    right: -30px;
  }
  .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;

    li {
      &.slick-active {
        button {
          background-color: #333;
        }
      }

      button {
        color: transparent;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #d2d2d2;
        cursor: pointer;
      }
    }
  }
}

@media only screen and (max-width: 768px) {
  .mainArea__slider {
    width: 100%;
    top: 303px;
    left: 0;

    .slick-arrow {
      width: 12px;
      height: 21px;
      top: calc(50% - 10px);
    }
    .slick-prev {
      background: url(../imgs/img-arrow-slider_back-sp.png) no-repeat;
      background-size: contain;
      left: calc(50% - 170px);
    }
    .slick-next {
      background: url(../imgs/img-arrow-slider_next-sp.png) no-repeat;
      background-size: contain;
      right: calc(50% - 170px);
    }
    .slick-dots {
      gap: 15px;

      li {
        button {
          width: 6px;
          height: 6px;
        }
      }
    }
  }
}

@media only screen and (min-width: 768px) {
  .mainArea__slider__item {
    width: 354px;
    height: 396px;
    padding-right: 30px !important;
  }
}


@media only screen and (max-width: 768px) {
  .mainArea__slider__item {
    width: 283px;
    height: 249px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}

.mainArea__slider__itemWrap {
  display: block;
}

.mainArea__slider__img {

}

.mainArea__slider__textArea {
  position: relative;
  color: #333;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  padding: 30px;

  &::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    content: url(../imgs/img-arrow-slider.png);
    background-color: #d2d2d2;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 768px) {
  .mainArea__slider__textArea {
    padding: 20px;

    &::after {
      width: 20px;
      height: 20px;
    }
  }
}

.mainArea__slide__Date {
  font-size: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .mainArea__slide__Date {
    font-size: 10px;
    margin-bottom: 15px;
  }
}

.mainArea__slider__text {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .mainArea__slider__text {
    font-size: 11px;
  }
}

.mainArea__slider__button {
  width: 280px;
  height: 48px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .mainArea__slider__button {
    width: 197px;
    height: 35px;
    font-size: 12px;
    margin-top: 30px;
  }
}

.mainArea__slider__button::after {
  content: url(../imgs/img-arrow.png);
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}

@media only screen and (max-width: 768px) {
  .mainArea__slider__button::after {
    top: 11px;
    right: 5px;
  }
}

.mainArea__slider__button:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.5s;
}


.mainArea__serviceMenu {
  display: flex;
  justify-content: center;
  background-color: #f0f0f0;
}

.mainArea__serviceMenu__wrap {
  width: 1160px;
  padding-top: 79px;
  padding-bottom: 79px;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__wrap {
    width: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.mainArea__serviceMenu__main {
  width: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__main {
    justify-content: flex-start;
  }
}

.mainArea__serviceMenu__header {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mainArea__serviceMenu__header__title {
    font-size: 16px;
    font-weight: bold;
  }
  .mainArea__serviceMenu__header__link {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    letter-spacing: 0;
    position: relative;
  }
  .mainArea__serviceMenu__header__link::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 11px;
    background-image: url(../imgs/img-arrow-black.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 3px;
    left: -10px;
  }
}

.mainArea__serviceMenu__item {
  width: 283px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__item {
    width: calc(50% - 12px);
  }
}

.mainArea__serviceMenu__item__title {
  color: #333;
  font-size: 24px;
  padding-bottom: 21px;
  border-bottom: 1px dashed #333;
  margin-top: 15px;
  margin-bottom: 24px;
}

.mainArea__serviceMenu__item__link {
  color: #333;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mainArea__serviceMenu__item__link::before {
  content: url(../imgs/img-arrow-darkgray.png);
  position: absolute;
  top: -1px;
  left: 0;
}

.mainArea__serviceMenu__item__link:hover {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.mainArea__serviceMenu__item__box {
  background-color: #fff;
  display: inline-block;
  width: 95%;
  margin-top: 8px;
  margin-left: 8px;
  padding-bottom: 5px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__item__box {
    margin: 15px;
    min-height: 170px;
  }
}

.mainArea__serviceMenu__item__box__title {
  font-size: 17px;
  letter-spacing: 0;
  font-weight: bold;
  color: #221815;
  padding: 16px 0 19px 20px;
  border-bottom: 1px dashed #cccccc;
}

.mainArea__serviceMenu__item__box__title--lifeplanning {
  font-size: 15px;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__item__box__title {
    font-size: 12px;
    padding: 20px 10px;
    line-height: 1.5;
  }
}

.mainArea__serviceMenu__item__box__title span {
  font-size: 10px;
}

.mainArea__serviceMenu__item__box__text {
  font-size: 12px;
  letter-spacing: 0;
  padding: 18px 20px 5px;
  color: #000;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__item__box__text {
    font-size: 10px;
    padding: 10px 10px 5px;
    color: #000;
  }
}

.mainArea__serviceMenu__item__box__subtitle {
  font-size: 13px;
  letter-spacing: 0;
  padding: 0 20px 16px;
}

@media only screen and (max-width: 768px) {
  .mainArea__serviceMenu__item__box__subtitle {
    font-size: 11px;
    letter-spacing: 0;
    padding: 0 10px 16px;
  }
}

.mainArea__serviceMenu__item__box__subtitle--10years {
  color: #9f7078;
}

.mainArea__serviceMenu__item__box__subtitle--repair {
  color: #6f87a9;
}

.mainArea__serviceMenu__item__box__subtitle--check {
  color: #a69e83;
}

.mainArea__serviceMenu__item__box__subtitle--valueUp {
  color: #84975e;
}

.mainArea__serviceMenu__item__box__subtitle--lifeplanning {
  color: #8f7f5e;
}

.mainArea__serviceMenu__item__box__subtitle--cleaning {
  color: #69989f;
}

.mainArea__serviceMenu__item__box__subtitle--act {
  color: #ac8071;
}

.mainArea__serviceMenu__item__box--10years {
  border-top: 7px solid #bf9da3;
}

.mainArea__serviceMenu__item__box--10years::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #bf9da3 transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mainArea__serviceMenu__item__box--repair {
  border-top: 7px solid #97a4b6;
}

.mainArea__serviceMenu__item__box--repair::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #97a4b6 transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mainArea__serviceMenu__item__box--check {
  border-top: 7px solid #bcb394;
}

.mainArea__serviceMenu__item__box--check::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #bcb394 transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mainArea__serviceMenu__item__box--valueUp {
  border-top: 7px solid #9cab7e;
}

.mainArea__serviceMenu__item__box--valueUp::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #9cab7e transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mainArea__serviceMenu__item__box--lifeplanning {
  border-top: 7px solid #b4a37f;
}

.mainArea__serviceMenu__item__box--lifeplanning::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #b4a37f transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mainArea__serviceMenu__item__box--cleaning {
  border-top: 7px solid #85aeb4;
}

.mainArea__serviceMenu__item__box--cleaning::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #85aeb4 transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.mainArea__serviceMenu__item__box--act {
  border-top: 7px solid #c39788;
}

.mainArea__serviceMenu__item__box--act::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #c39788 transparent;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.newsArea {
  width: 1160px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .newsArea {
    width: 90%;
  }
}

.newsArea__title {
  font-size: 24px;
  font-weight: bold;
  margin: 56px 0 40px;
}

@media only screen and (max-width: 768px) {
  .newsArea__title {
    font-size: 18px;
  }
  .mainArea+.newsArea .newsArea__title {
    padding-top: 50px;
  }
}

.newsArea__list {
  font-size: 20px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .newsArea__list {
    font-size: 13px;
  }
}

.newsArea__list li {
  border-bottom: 1px dashed #dcdcdc;
  padding: 30px 0 30px 180px;
  position: relative;
  line-height: 1.4em;
}
.newsArea__list li:first-child {
  border-top: 1px dashed #dcdcdc;
}
.newsArea--top .newsArea__list li:nth-child(n+4) {
  display: none;
}
.newsArea__list li br{
  display: inline;
}

.newsArea__list__date {
  font-weight: bold;
  margin-right: 100px;
  display: inline-block;
/*  width: 150px;*/
  top: 30px;
  left: 10px;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .newsArea__list li {
  padding: 30px 0;
}
  .newsArea__list__date {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    top: 0;
    left: 0;
  }
}

.newsArea__list__pdf {
  /*
  position: relative;
  letter-spacing: 0em;
  top: -14px;
  */
}

@media only screen and (max-width: 768px) {
  .newsArea__list__pdf {
    /*
    letter-spacing: 0.1em;
    top: 0;
    */
  }
}

.newsArea__list__pdf::after {
  content: '';
  display: inline-block;
  background-image: url(../imgs/icn-pdf.png);
  background-size: contain;
  width: 36px;
  height: 36px;
  top: -5px;
  left: 5px;
  position: relative;
  vertical-align: top;
}

@media only screen and (max-width: 768px) {
  .newsArea__list__pdf::after {
/*    top: -5px;*/
/*    right: -30px;*/
    width: 20px;
    height: 20px;
  }
}

.newsArea__button,
.newsArea__button--left{
  background-color: #2a2a2a;
  text-align: center;
  font-size: 16px;
  color: #fff;
  width: 280px;
  padding: 15px 0;
  margin: 0 auto;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.newsArea__button::after {
  content: url(../imgs/img-arrow.png);
  position: absolute;
  top: 17px;
  right: 15px;
}
.newsArea__button--left::after {
  content: url(../imgs/img-arrow.png);
  position: absolute;
  top: 12px;
  left: 15px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.newsArea__button:hover,
.newsArea__button--left:hover{
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.newsArea__pararellButtons{
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
.newsArea__pararellButtons:nth-of-type(1){
}
.newsArea__pararellButtons .newsArea__button,
.newsArea__pararellButtons .newsArea__button--left{
  margin: 0 3px;
}

@media only screen and (max-width: 768px) {
  .newsArea__pararellButtons{
    flex-wrap: wrap;
    margin-top: 5px;
  }
  .newsArea__pararellButtons .newsArea__button,
  .newsArea__pararellButtons .newsArea__button--left{
    margin: 0 3px 5px 3px;
  }
}

.contactArea {
  background: none;
  max-width: 1160px;
  padding: 84px 0 0;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .contactArea {
    padding: 50px 0 50px;
  }
}

.contactArea__inner {
  text-align: center;
  padding-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .contactArea__inner {
    padding: 0 20px;
  }
}

.contactArea__telArea {
  justify-content: center;
  align-items: center;
  width: 1160px;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .contactArea__telArea {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .contactArea__window {
    margin-right: 7px;
  }
}

.contactArea__tel {
  font-size: 36px;
  color: #040404;
  margin: 0 10px;
  padding-top: 0;
}
@media only screen and (max-width: 768px) {
  .contactArea__tel {
    font-size: 5vw;
    margin: 0;
  }
}
.contactArea__time {
  margin-top: 30px;
  margin-bottom: 0;
}

.contactArea__time span {
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .contactArea__time {
    font-size: 10px;
    padding: 0 10px;
    margin-top: 10px;
  }
}


.contactCard {
  max-width: 1160px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 5px solid #bcbcbc;
}
@media only screen and (max-width: 768px) {
  .contactCard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.contactCard__title {
  color: 040404;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .contactCard__title {
    font-size: 13px;
    margin-bottom: 38px;
  }
}

.contactCard__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

@media only screen and (max-width: 768px) {
  .contactCard__list {
    flex-direction: column;
    gap: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.contactCard__item {
  width: 567px;
  height: 332px;
}

@media only screen and (max-width: 768px) {
  .contactCard__item {
    width: 100%;
    height: auto;
  }
}

.contactCard__bg {
  width: 100%;
  height: 100%;
  background-color: #f6f6f6;
  border: 1px solid #d2d2d2;
  padding: 0 25px 25px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .contactCard__bg {
    padding: 0 10px 10px;
  }
}

.contactCard__itemTitle {
  height: 82px;
  color: #005aac;
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #005aac;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .contactCard__itemTitle {
    height: auto;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}

.contactCard__main {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .contactCard__main {
    display: block;
  }
}

.contactCard__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 134px;
}

@media only screen and (max-width: 768px) {
  .contactCard__icon {
    width: 105px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
  }
}


.contactCard__svg {
  margin: 0 auto;
}

.contactCard__svg--faq {
  width: 91px;
  height: 82px;
}

.contactCard__svg--pc {
  width: 88px;
  height: 78px;
}

.contactCard__svg--note {
  width: 102px;
  height: 71px;
}

.contactCard__svg--mail {
  width: 87px;
  height: 92px;
}

@media only screen and (max-width: 768px) {
  .contactCard__svg--faq {
    width: 62px;
    height: 56px;
  }

  .contactCard__svg--pc {
    width: 66px;
    height: 58.5px;
  }

  .contactCard__svg--note {
    width: 67.5px;
    height: 47.5px;
  }

  .contactCard__svg--mail {
    width: 61.5px;
    height: 65px;
  }
}

.contactCard__svg > * {
  fill: none;
  stroke: #005aac;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contactCard__svg--faq > * {
  stroke-width: 12px;
}

.contactCard__svg--pc > * {
  stroke-width: 11px;
}

.contactCard__svg--note > * {
  stroke-width: 10px;
}

.contactCard__svg--mail > * {
  stroke-width: 14px;
}

@media only screen and (max-width: 768px) {
  .contactCard__text {
    margin-top: auto;
    margin-bottom: 7px;
  }
}

.contactCard__text li {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0;
  text-align: left;
  position: relative;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .contactCard__text li {
    font-size: 11px;
    line-height: 1.9;
  }
}

.contactCard__text li:nth-child(n+2) {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .contactCard__text li:nth-child(n+2) {
    margin-top: 0;
  }
}

.contactCard__text li::before {
  position: absolute;
  top: .5em;
  left: 0;
  margin: auto;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #919191;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .contactCard__text li::before {
    width: 6px;
    height: 6px;
  }
}

.contactCard__button {
  width: 100%;
  height: 48px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
  margin: auto auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .contactCard__button {
    height: 35px;
    font-size: 12px
  }
}

.contactCard__button::after {
  content: url(../imgs/img-arrow.png);
  position: absolute;
  top: 20px;
  right: 15px;
}

@media only screen and (max-width: 768px) {
  .contactCard__button::after {
    top: 11px;
    right: 5px;
  }
}

.contactCard__button:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.5s;
}

.topicsArea {
  padding-top: 100px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .topicsArea {
    padding-top: 50px;
    padding-bottom: 80px;
    .br {
      display: inline;
    }
  }
}

.topicsArea__title {
  color: 040404;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__title {
    font-size: 13px;
    margin-bottom: 22px;
  }
}

.topicsArea__tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__tabs {
    flex-direction: column;
    margin-bottom: 40px;
    border: none;
  }
}

.topicsArea__tab {
  position: relative;
  width: 387px;
  text-align: center;
  font-feature-settings: "palt";
  a {
    display: block;
    cursor: pointer;
  }
  &::after {
    content: "";
    display: block;
    width: 1px;
    height: 90px;
    background-color: #d2d2d2;
    position: absolute;
    right: 0;
    top: calc(50% - 47.5px);
  }

  &:first-child {
    &::before {
      content: "";
      display: block;
      width: 1px;
      height: 90px;
      background-color: #d2d2d2;
      position: absolute;
      left: 0;
      top: calc(50% - 47.5px);
    }
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__tab {
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #d2d2d2;
    a {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    &::after {
      content: none;
    }

    &:first-child {
      border-top: 1px solid #d2d2d2;
      &::before {
        content: none;
      }
    }
  }
}

.topicsArea__text {
  color: #333;
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
  padding: 20px 15px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__text {
    font-size: 14px;
    padding: 20px 20px 20px 10px;
    border-left: 14px solid #d2d2d2;
  }
}

.topicsArea__foot {
  background-color: #d2d2d2;
}
@media only screen and (max-width: 768px) {
  .topicsArea__foot {
    background-color: transparent;
    padding-right: 10px;
  }
}

.topicsArea__icon__arrowDown {
  width: 11px;
  height: 6px;
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  .topicsArea__icon__arrowDown {
    fill: #bcbcbc;
  }
}

.topicsArea__tab:hover,
.topicsArea__tab--active {
  background-color: #edf4fa;

  .topicsArea__foot {
    background-color: #005aac;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__tab:hover,
  .topicsArea__tab--active {
    .topicsArea__text {
      border-left: 14px solid #005aac;
    }
    .topicsArea__icon__arrowDown {
      fill: #005aac;
    }
    .topicsArea__foot {
      background-color: transparent;
    }
  }
}

.topicsArea__section {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  font-feature-settings: "palt";

  &:not(:last-child) {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section {
    &:not(:last-child) {
      margin-bottom: 80px;
    }
  }
}

@media only screen and (max-width: 768px) {
  .topicsArea__spContainer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topicsArea__section__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  background-color: #edf4fa;
  padding: 40px 80px 30px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__title {
    flex-direction: column;
    gap: 15px;
    padding: 20px 20px 30px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .topicsArea__section__titleImg {
    width: 183px;
  }
}

.topicsArea__section__titleText {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #040404;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__titleText {
    font-size: 16px;
    text-align: center;
  }
}

.topicsArea__section__titleB {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 35px 0;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 50px;

  &::before {
    content: "";
    width: 176px;
    height: 5px;
    background-color: #005aac;
    position: absolute;
    top: 0;
    left: calc(50% - 88px);
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__titleB {
    font-size: 15px;
    padding: 30px 0;
    margin-bottom: 40px;

    &::before {
      content: "";
      width: 88px;
      left: calc(50% - 44px);
    }
  }
}

body #mainContent h6.topicsArea__section__titleC {
  font-size: 20px;
  line-height: 1.5;
  color: #005aac;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #005aac;
  padding-bottom: 20px;
}
body #mainContent h6.topicsArea__section__titleC small{
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  body #mainContent h6.topicsArea__section__titleC {
    font-size: 15px;
    padding-bottom: 15px;
  }
}

.topicsArea__section__text {
  color: #060606;
  font-size: 15px;
  line-height: 2;
  text-align: center;

  .--bold {
    font-weight: bold;
  }
  .--highlight {
    color: #005aac;
  }
  .--under {
    text-decoration: underline;
  }
  .--size20 {
    font-size: 20px;
  }
  sup {
    font-size: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__text {
    font-size: 13px;

    &.--sizeSp {
      font-size: 10px;
    }

    &.topicsArea__section__textSpAl {
      text-align: left;
    }

    .--size20 {
      font-size: 14px;
    }
  }
}



.topicsArea__section__boldText {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__boldText {
    font-size: 11px;
  }
}

.topicsArea__section__colorBlue {
  color: #005aac;
}

.topicsArea__section__underLine {
  text-decoration: underline;
}

.topicsArea__section__mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__mb50 {
    margin-bottom: 40px;
  }
}
.topicsArea__section__mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__mb40 {
    margin-bottom: 30px;
  }
}
.topicsArea__section__mb35 {
  margin-bottom: 35px;
}
.topicsArea__section__mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__mb30 {
    margin-bottom: 20px;
  }
}
.topicsArea__section__mb25 {
  margin-bottom: 25px;
}
.topicsArea__section__mb67 {
  margin-bottom: 67px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__mb25 {
    margin-bottom: 20px;
  }
}
.topicsArea__section__mb20 {
  margin-bottom: 20px;
}
.topicsArea__section__pt30 {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__pt30 {
    padding-top: 20px;
  }
}
.topicsArea__section__pb30 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__pb30 {
    padding-bottom: 20px;
  }
}
.topicsArea__section__pb35 {
  padding-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__pb35 {
    padding-bottom: 20px;
  }
}

.topicsArea__section__flex {
  display: flex;
  justify-content: center;
  gap: 26px;

  & > div {
    box-sizing: border-box;
    flex-grow: 1;
    width: 50%;
  }
  & > .topicsArea__section__flexItem {
    flex-grow: 0;
    width: 527px;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    & > div {
      width: 100%;
    }
    & > .topicsArea__section__flexItem {
      width: 295px;
    }
  }
}

.topicsArea__section__imgWrap {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__imgWrap {
    width: 128px;
    margin-left: auto;
    margin-right: auto;
  }
}

.topicsArea__section__box {
  border: 4px solid #e6ecf2;
  padding: 20px 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__box {
    padding: 15px;
  }
}

.topicsArea__button {
  width: 100%;
  height: 70px;
  background-color: #2a2a2a;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .topicsArea__button {
    font-size: 12px;
  }
}

.topicsArea__button::after {
  content: url(../imgs/img-arrow.png);
  position: absolute;
  top: calc(50% - 5px);
  right: 15px;
}

@media only screen and (max-width: 768px) {
  .topicsArea__button::after {
    right: 5px;
  }
}

.topicsArea__button:hover {
  color: #fff;
  opacity: 0.8;
  transition: 0.5s;
}

.topicsArea__button--fixed{
  position: absolute;
  bottom: 20px;
  width: calc(100% - 50px);
}
@media only screen and (max-width: 768px) {
  .topicsArea__button--fixed{
    position: relative;
    bottom: auto;
    width: 100%;
  }
}

.topicsArea__section__grayBg {
  background-color: #f6f6f6;
  padding: 20px;
}
.topicsArea__section__p43 {
  padding: 43px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__grayBg {
    padding: 20px 15px 20px;
  }
  #topicsArea__sec03 .topicsArea__section__grayBg {
    position: relative;
    width: 100%;
    left: -15px;
  }
}

.topicsArea__section__list {

}

.topicsArea__section__listItem {
  color: #000;
  display: flex;
  font-size: 16px;

  &:not(:last-child) {
    margin-bottom: 20px;
  }

  &::before {
    content: "";
    display: block;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    margin-top: 4px;
    background-color: #919191;
    border-radius: 50%;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__listItem {
    font-size: 11px;

    &:not(:last-child) {
      margin-bottom: 10px;
    }

    &::before {
      width: 6px;
      height: 6px;
    }
  }
}

.topicsArea__section__borderDot {
  border-top: 1px dotted #cacaca;
}

.topicsArea__section__cap {
  font-size: 10px;
  color: #333333;
  line-height: 1.8;
  border-top: 1px dotted #cacaca;
}

.topicsArea__section__capHighlight {
  font-size: 12px;
  font-weight: bold;
}

.topicsArea__section__capHighlightB {
  font-size: 12px;
  font-weight: bold;
  color: #005aac;
}

.topicsArea__section__contactArea {
  display: flex;
  gap: 33px;
  padding: 26px 0;
  align-items: center;
  justify-content: center;

  .topicsArea__button {
    width: 517px;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__contactArea {
    display: block;
    text-align: center;
    padding: 0;

    .topicsArea__button {
      width: 100%;
    }
  }
}

.topicsArea__section__contactLabel {
  color: #005aac;
  font-size: 14px;
  text-align: center;

  .--bold {
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__contactLabel {
    font-size: 10px;
    margin-bottom: 10px;
  }
}
.topicsArea__section__telBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__telBox {
    display: block;
    margin-bottom: 20px;
  }
}

.topicsArea__section__contactTel {
  a {
    font-size: 32px;
    font-weight: bold;
    color: #005aac;
  }
}
@media only screen and (max-width: 768px) {
  .topicsArea__section__contactTel {
    a {
      font-size: 22px;
    }
  }
}

.topicsArea__section__qrbox{
  text-align: center;
}
