@charset "UTF-8";
body {
  overflow-x: clip;
}

[data-aos] {
  will-change: transform, opacity;
  contain: layout paint;
}

#page.top .mv {
  background-color: #036eb8;
  position: relative;
}
#page.top .mv-title-box {
  padding-top: 30px;
}
#page.top .mv-people {
  margin-top: -220px;
  margin-bottom: 30px;
}
#page.top .mv-people .mv-image02 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
#page.top .mv-people .mv-image02.aos-animate {
  opacity: 1;
}
#page.top .mv-people .mv-image03 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#page.top .mv-people .mv-image03.aos-animate {
  opacity: 1;
}
#page.top .mv-people .mv-image04 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#page.top .mv-people .mv-image04.active {
  opacity: 1;
}
#page.top .mv-title {
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.12em;
  line-height: 1.3411829135;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
#page.top .mv-title span {
  position: relative;
}
#page.top .mv-title span::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/mv-title-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 34px;
  position: absolute;
  top: 0;
  left: -34px;
  bottom: 0;
  margin: auto;
}
#page.top .mv-title span::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/mv-title-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22px;
  height: 34px;
  position: absolute;
  top: 0;
  right: -34px;
  bottom: 0;
  margin: auto;
}
#page.top .mv-catch-text {
  text-align: center;
  color: #fff;
  font-size: 51px;
  letter-spacing: 0.04em;
  line-height: 1.2103825137;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
#page.top .mv-catch-text.char-animation span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-animation: fadeInUp 0.5s forwards;
          animation: fadeInUp 0.5s forwards;
}
@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#page.top .mv-bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
#page.top .mv-bottom-merit {
  width: 104px;
  height: 104px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#page.top .mv-bottom-merit.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#page.top .mv-bottom-merit:nth-child(2) {
  margin: 0 5px;
}
#page.top .mv-bottom-icon {
  width: 28px;
  margin: 0 auto 4px;
}
#page.top .mv-bottom-merit-text {
  text-align: center;
  color: #036eb8;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.1764285714;
}
@media (min-width: 767px) {
  #page.top .mv {
    height: auto;
    background-color: transparent;
    padding-bottom: 0;
  }
  #page.top .pc-mv-people {
    position: relative;
  }
  #page.top .pc-mv-people .pc-mv-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
  }
  #page.top .pc-mv-people .pc-mv-image.aos-animate {
    opacity: 1;
  }
  #page.top .mv-title-box {
    position: absolute;
    max-width: 1100px;
    width: 100%;
    height: 360px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding-top: 0px;
  }
  #page.top .mv-people {
    display: none;
  }
  #page.top .mv-title {
    font-size: 34px;
    letter-spacing: 0.12em;
    line-height: 1.4705223881;
    max-width: 448px;
    width: 100%;
    padding-top: 0px;
  }
  #page.top .mv-catch-text {
    font-size: 55px;
    line-height: 1.3789389709;
    max-width: 468px;
    width: 100%;
  }
  #page.top .mv-bottom-box {
    position: sticky;
    max-width: 468px;
    width: 100%;
    margin: 0;
  }
  #page.top .scroll-icon {
    position: absolute;
    left: 20px;
    bottom: 30%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 12px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 2.9166666667;
  }
  #page.top .scroll-icon::before {
    -webkit-animation: scroll 2s infinite;
            animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -48px;
    content: "";
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@media (min-width: 1000px) {
  #page.top .mv-title-box {
    height: 470px;
  }
  #page.top .mv-title {
    max-width: 530px;
    font-size: 54px;
    letter-spacing: 0.12em;
    line-height: 1.4705223881;
  }
  #page.top .mv-catch-text {
    max-width: 530px;
    font-size: 75px;
    line-height: 1.3789389709;
  }
  #page.top .mv-bottom-box {
    max-width: 530px;
  }
  #page.top .mv-bottom-merit {
    width: 144px;
    height: 144px;
  }
  #page.top .mv-bottom-icon {
    width: 40px;
  }
  #page.top .mv-bottom-merit-text {
    font-size: 18px;
    line-height: 1.2388888889;
  }
  #page.top .scroll-icon {
    left: 0;
  }
}
@media (min-width: 1080px) {
  #page.top .mv-title-box {
    height: 490px;
  }
  #page.top .mv-catch-text {
    margin-bottom: 20px;
  }
  #page.top .scroll-icon {
    left: 20px;
  }
}
@media (min-width: 1200px) {
  #page.top .mv-title {
    max-width: 468px;
  }
  #page.top .mv-catch-text {
    max-width: 468px;
  }
  #page.top .mv-bottom-box {
    max-width: 468px;
  }
}
#page.top .service-support {
  padding-top: 25px;
}
#page.top .loop-logo, #page.top .loop-reverse-logo {
  overflow: hidden;
  position: relative;
  width: 100%;
}
#page.top .achievements-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
#page.top .achievements-logo img {
  height: 48px;
  width: 674px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
#page.top .achievements-logo img.pcv {
  display: none;
}
#page.top .scroll-left {
  -webkit-animation: scroll-left 75s linear infinite;
          animation: scroll-left 75s linear infinite;
}
#page.top .scroll-right {
  -webkit-animation: scroll-right 75s linear infinite;
          animation: scroll-right 75s linear infinite;
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@-webkit-keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes scroll-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#page.top .service-continuation {
  width: 100%;
  max-width: 212px;
  margin: 18px auto 40px;
}
@media (min-width: 767px) {
  #page.top .service-support {
    padding-top: 5px;
  }
  #page.top .achievements-logo img {
    height: 94px;
    width: 1360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    image-rendering: -webkit-optimize-contrast;
  }
  #page.top .achievements-logo img.pcv {
    display: block;
  }
  #page.top .achievements-logo img.spv {
    display: none;
  }
  #page.top .service-continuation {
    width: 100%;
    max-width: 412px;
    margin: 50px auto 62px;
  }
}
#page.top .service-support-titlte {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.6544444444;
  margin-bottom: 28px;
}
#page.top .service-support-fuki-coment {
  background-color: #0e74bb;
  border-radius: 21px;
  padding: 30px 0 35px;
  position: relative;
}
#page.top .service-support-fuki-coment::after {
  content: "";
  display: block;
  background-image: url(../img/top/fuki-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 18px;
  position: absolute;
  bottom: -17px;
  left: 105px;
}
#page.top .service-support-fuki-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.6186666667;
  text-align: center;
}
#page.top .fuki-coment-icon {
  width: 78px;
  margin-top: -48px;
  margin-left: 10px;
  position: relative;
  margin-bottom: 48px;
}
#page.top .we-can-do-area {
  background: #FFFFFF;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 37px 20px;
}
#page.top .we-can-do-title {
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.12em;
  line-height: 1.6544444444;
  margin-bottom: 30px;
}
#page.top .we-can-do-open-box {
  background-color: #f7931e;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../img/top/plus.png);
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-position: 96% center;
  margin-bottom: 10px;
}
#page.top .we-can-do-open-box.active {
  background-image: url(../img/top/minus.png);
  background-repeat: no-repeat;
  background-size: 18px 2px;
  background-position: 96% center;
}
#page.top .we-can-do-open-box.consulting {
  background-color: #49c9c3;
}
#page.top .we-can-do-open-box.system {
  background-color: #036eb8;
}
#page.top .we-can-do-open-title {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #fff;
  font-weight: 800;
}
#page.top .we-can-do-close-box {
  display: none;
}
#page.top .we-can-do-close-box.active {
  display: block;
}
#page.top .we-can-do-close-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  height: 50px;
  margin-bottom: 11px;
  padding-left: 33px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.14em;
  border-left: 15px solid #f7931e;
}
#page.top .we-can-do-close-link.consulting {
  border-color: #49c9c3;
}
#page.top .we-can-do-close-link.system {
  border-color: #036eb8;
}
@media (min-width: 767px) {
  #page.top .service-support-pc-bk {
    background-color: #e7eef7;
    padding-top: 65px;
    padding-bottom: 75px;
  }
  #page.top .service-support-titlte {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 1.5196666667;
  }
  #page.top .service-support-fuki-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 750px;
    width: 100%;
    margin: 0 auto 40px;
  }
  #page.top .fuki-coment-icon {
    margin: 0;
    width: 118px;
    margin-right: 30px;
  }
  #page.top .service-support-fuki-coment {
    border-radius: 60px;
    padding: 27px 20px 27px;
    width: calc(100% - 148px);
  }
  #page.top .service-support-fuki-coment::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right: 12px solid #0e74bb;
  }
  #page.top .service-support-fuki-text {
    letter-spacing: 0.14em;
    line-height: 1.8853333333;
  }
  #page.top .we-can-do-area {
    padding: 42px 20px 70px;
  }
  #page.top .we-can-do-title {
    font-size: 25px;
    letter-spacing: 0.14em;
    line-height: 1.9752;
    margin-bottom: 0px;
  }
  #page.top .we-can-do-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
  }
  #page.top .we-can-do-box {
    width: 48.5%;
  }
  #page.top .we-can-do-open-box {
    background-image: none;
    height: 70px;
    margin-bottom: 20px;
    margin-top: 25px;
    background-color: #f7931e;
  }
  #page.top .we-can-do-open-box.active {
    background-image: none;
  }
  #page.top .we-can-do-open-box.consulting {
    background-color: #49c9c3;
  }
  #page.top .we-can-do-open-box.system {
    background-color: #036eb8;
  }
  #page.top .we-can-do-open-title {
    font-size: 20px;
  }
  #page.top .we-can-do-close-box {
    display: block !important;
  }
  #page.top .we-can-do-close-link {
    border-left: 15px solid #f7931e;
  }
  #page.top .we-can-do-close-link.consulting {
    border-color: #49c9c3;
  }
  #page.top .we-can-do-close-link.system {
    border-color: #036eb8;
  }
}
#page.top .service-worries {
  overflow-x: hidden;
  padding-top: 33px;
}
#page.top .service-worries-box {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 15px 50px;
  position: relative;
  margin-bottom: 85px;
}
#page.top .service-worries-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 2.234;
  margin-bottom: 20px;
}
#page.top .service-worries-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
}
#page.top .service-worries-list::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/worries-check.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  margin-top: 4px;
}
#page.top .service-worries-list-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6206666667;
  letter-spacing: 0.1em;
  width: calc(100% - 30px);
}
#page.top .service-worries-list-text .text-b {
  color: #036eb8;
  font-weight: bold;
}
#page.top .worries-icon-left {
  position: absolute;
  width: 94px;
  left: 7px;
  bottom: -41px;
}
#page.top .worries-icon-right {
  position: absolute;
  width: 98px;
  right: 5px;
  bottom: -37px;
}
#page.top .service-worries-solution-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.4947016174;
  text-align: center;
  position: relative;
  z-index: 1;
}
#page.top .service-worries-solution-title::before {
  content: "";
  display: inline-block;
  background-image: url(../img/top/service-worries-solution-title-bk.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 62px;
  height: 52px;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: -30px;
  margin: auto;
}
#page.top .service-worries-solution-title .text-b {
  color: #036eb8;
  font-weight: 800;
  font-size: 27px;
  line-height: 1.5536231884;
}
#page.top .service-worries-solution-icon {
  width: 29.9%;
  margin: 0 auto;
}
#page.top .service-worries-solution--bk {
  background-color: #e7eef7;
  background-image: url(../img/top/solution--bk.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
  margin-top: -65px;
  padding-top: 60px;
  padding-bottom: 55px;
}
#page.top .service-worries-solution-list-title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 4.538;
}
#page.top .service-worries-solution-box {
  background-color: #fff;
  padding: 8px 8px 15px;
  border-radius: 5px;
  display: block;
  margin-bottom: 18px;
}
#page.top .service-worries-solution-box-sp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
#page.top .service-worries-solution-iamge {
  width: 29.2%;
}
#page.top .service-worries-solution-iamge.net {
  width: 28.3%;
}
#page.top .service-worries-solution-iamge.it {
  width: 35.8%;
}
#page.top .service-worries-solution-iamge.chat {
  width: 35.8%;
}
#page.top .service-worries-solution-iamge.initial {
  width: 32.1%;
}
#page.top .service-worries-solution-iamge.protect {
  width: 37.1%;
}
#page.top .service-worries-solution-iamge img {
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 0;
  z-index: 1;
}
#page.top .service-worries-solution-box-title {
  width: 60%;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.6980392157;
}
#page.top .service-worries-solution-box-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.6861051116;
  padding: 0 10px;
  text-align: justify;
  margin-bottom: 10px;
}
#page.top .service-worries-solution-box-btn {
  max-width: 28px;
  width: 100%;
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 767px) {
  #page.top .service-worries {
    padding-top: 60px;
  }
  #page.top .service-worries-box {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    max-width: 820px;
    width: 100%;
    margin: 0 auto 50px;
  }
  #page.top .service-worries-title {
    font-size: 25px;
    line-height: 1.9752;
  }
  #page.top .service-worries-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
  }
  #page.top .service-worries-list {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  }
  #page.top .service-worries-list::before {
    display: none;
  }
  #page.top .service-worries-list:nth-child(1) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.top .service-worries-list:nth-child(2) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.top .service-worries-list:nth-child(3) {
    -webkit-transition-delay: 0.56s;
            transition-delay: 0.56s;
  }
  #page.top .service-worries-list-text {
    text-align: center;
    font-size: 15px;
    line-height: 2.0206666667;
    width: 100%;
  }
  #page.top .service-worries-list-text .text-b {
    font-size: 20px;
  }
  #page.top .worries-icon-left {
    width: 130px;
    left: -50px;
    bottom: 22px;
  }
  #page.top .worries-icon-right {
    width: 140px;
    right: -70px;
    bottom: 18px;
    -webkit-transition-delay: 0.72s;
            transition-delay: 0.72s;
  }
  #page.top .service-worries-solution-title {
    font-size: 25px;
    line-height: 1.4952;
  }
  #page.top .service-worries-solution-title .text-b {
    font-size: 38px;
    letter-spacing: 0.14em;
  }
  #page.top .service-worries-solution-title::before {
    top: 0;
  }
  #page.top .service-worries-solution-icon {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
  }
  #page.top .service-worries-solution--bk {
    background-image: url(../img/top/solution--bk-pc.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
  }
  #page.top .service-worries-solution-list-title {
    font-size: 30px;
    line-height: 2.147;
    margin-bottom: 20px;
  }
  #page.top .service-worries-solution-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page.top .service-worries-solution-box {
    width: 49%;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    padding: 25px;
  }
  #page.top .service-worries-solution-box-sp-flex {
    display: block;
  }
  #page.top .service-worries-solution-iamge {
    width: 100%;
    max-width: 270px;
    margin: 0 auto 25px;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #page.top .service-worries-solution-iamge.net {
    width: 100%;
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.top .service-worries-solution-iamge.it {
    width: 100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.top .service-worries-solution-iamge.chat {
    width: 100%;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #page.top .service-worries-solution-iamge.initial {
    width: 100%;
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.top .service-worries-solution-iamge.protect {
    width: 100%;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.top .service-worries-solution-box-title {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 1.534;
    height: 62px;
  }
  #page.top .service-worries-solution-box-text {
    padding: 0;
    font-size: 15px;
    line-height: 1.7866666667;
    margin-bottom: 20px;
  }
  #page.top .service-worries-solution-box-btn {
    max-width: 304px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    background-color: #036eb8;
    background-image: url(../img/top/btn-arrow.png);
    background-repeat: no-repeat;
    background-size: 8px 18px;
    background-position: 96% center;
    height: 60px;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  #page.top .service-worries-solution-box-btn.spv {
    display: none;
  }
}
@media (min-width: 870px) {
  #page.top .service-worries-list {
    width: 255px;
    height: 255px;
  }
  #page.top .worries-icon-left {
    width: 202px;
    left: -100px;
    bottom: -22px;
  }
  #page.top .worries-icon-right {
    width: 210px;
    right: -112px;
    bottom: -35px;
  }
}
@media (min-width: 1000px) {
  #page.top .service-worries-solution-box {
    width: 32.5%;
  }
}
@media (hover: hover) {
  #page.top .service-worries-solution-box-btn:hover {
    background-color: #f15a24;
  }
  #page.top .service-worries-solution-box:hover .service-worries-solution-iamge img {
    top: -5px;
  }
  #page.top .service-worries-solution-box:hover .service-worries-solution-box-btn {
    background-color: #f15a24;
  }
}
#page.top .reason-chosen {
  padding-top: 32px;
}
#page.top .reason-chosen-title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.899;
  text-align: center;
  margin-bottom: 38px;
}
#page.top .reason-chosen-box {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
#page.top .reason-chosen-iamge-area {
  border-radius: 5px 5px 0 0;
}
#page.top .reason-chosen-iamge-area img {
  border-radius: 5px 5px 0 0;
}
#page.top .reason-chosen-text-area {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 20px 15px 37px;
  margin-bottom: 24px;
}
#page.top .reason-chosen-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
}
#page.top .reason-chosen-number {
  width: 46px;
}
#page.top .reason-chosen-text-area-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.12em;
  line-height: 1.4546666667;
  width: calc(100% - 60px);
}
#page.top .reason-chosen-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.8435714286;
}
@media (min-width: 767px) {
  #page.top .reason-chosen {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  #page.top .reason-chosen-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 2.147;
  }
  #page.top .reason-chosen-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 38px;
  }
  #page.top .reason-chosen-box.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #page.top .reason-chosen-iamge-area {
    border-radius: 5px 0 0 5px;
    width: 42.5%;
  }
  #page.top .reason-chosen-iamge-area img {
    border-radius: 5px 0 0 5px;
  }
  #page.top .reason-chosen-iamge-area.reverse {
    border-radius: 0 5px 5px 0;
  }
  #page.top .reason-chosen-iamge-area.reverse img {
    border-radius: 0 5px 5px 0;
  }
  #page.top .reason-chosen-text-area {
    width: 55.5%;
    border-radius: 0 5px 5px 0;
    padding: 0px 15px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  #page.top .reason-chosen-title-area {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
  #page.top .reason-chosen-number {
    margin-bottom: 7px;
  }
}
@media (min-width: 924px) {
  #page.top .reason-chosen-text-area-title {
    font-size: 20px;
    line-height: 1.564;
    width: 100%;
    margin-bottom: 10px;
  }
  #page.top .reason-chosen-text {
    line-height: 1.8292857143;
  }
  #page.top .reason-chosen-text-area {
    padding: 0 30px;
  }
  #page.top .reason-chosen-number {
    width: 68px;
    margin-bottom: 32px;
  }
}
#page.top .case-study-area {
  background-color: #e7eef7;
  padding: 45px 0 50px;
}
#page.top .case-study-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.899;
  margin-bottom: 15px;
}
#page.top .case-study-text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 0.9542857143;
  margin-bottom: 58px;
}
#page.top .case-study-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 34px;
}
#page.top .case-study-list-thumbnail {
  width: 48.5%;
}
#page.top .case-study-list-thumbnail img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .case-study-list-flex {
  width: 49%;
}
#page.top .case-study-list-time {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 9px;
}
#page.top .case-study-list-category {
  color: #808080;
  font-size: 12px;
  letter-spacing: 0.04em;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 9px;
}
#page.top .case-study-list-category span {
  background-color: #e6e6e6;
  border-radius: 3px;
  padding: 3px 3px;
}
#page.top .case-study-list-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.272;
  text-align: justify;
}
@media (min-width: 767px) {
  #page.top .case-study-area {
    padding: 64px 0 70px;
  }
  #page.top .case-study-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 2.147;
    margin-bottom: 0px;
  }
  #page.top .case-study-text {
    font-weight: 400;
    font-size: 15px;
    line-height: 2.188;
    margin-bottom: 48px;
  }
  #page.top .case-study-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.top .case-study-list-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 31.5%;
    margin-right: 2.75%;
    margin-bottom: 64px;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #page.top .case-study-list-link:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.top .case-study-list-link:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.top .case-study-list-link:last-child {
    margin-right: 0;
  }
  #page.top .case-study-list-thumbnail {
    width: 100%;
    margin-bottom: 28px;
  }
  #page.top .case-study-list-flex {
    width: 100%;
  }
  #page.top .case-study-list-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #page.top .case-study-list-time {
    letter-spacing: 0.06em;
    margin-bottom: 0;
  }
  #page.top .case-study-list-category {
    font-size: 11px;
    margin-bottom: 0;
    margin-left: 10px;
  }
  #page.top .case-study-list-category span {
    border-radius: 5px;
  }
  #page.top .case-study-list-title {
    width: 100%;
    font-size: 17px;
    letter-spacing: 0.08em;
    line-height: 1.39;
    margin-top: 18px;
  }
}
@media (hover: hover) {
  #page.top .case-study-list-link:hover .case-study-list-thumbnail img {
    -webkit-filter: blur(1px);
            filter: blur(1px);
  }
}
#page.top .customer-voice-area {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 78px;
}
#page.top .customer-voice-area .swiper-button-next, #page.top .customer-voice-area .swiper-button-prev {
  display: none;
}
#page.top .customer-voice-area .swiper-pagination {
  display: none;
}
#page.top .customer-voice-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5545;
  margin-bottom: 30px;
}
#page.top .customer-voice-list {
  margin-bottom: 32px;
}
#page.top .customer-voice-link {
  display: block;
  border: 1px solid #999999;
  padding: 30px 25px;
  margin-bottom: 14px;
  width: 100%;
}
#page.top .customer-voice-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
#page.top .customer-voice-icon {
  width: 30.4%;
}
#page.top .customer-voice-detail {
  width: 66.5%;
}
#page.top .customer-voice-name {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.7276470588;
}
#page.top .customer-voice-detail-ul {
  width: 100%;
}
#page.top .customer-voice-detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 4px;
}
#page.top .customer-voice-detail-type {
  width: 64px;
  background: #E6E6E6;
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: justify;
}
#page.top .customer-voice-detail-text {
  width: calc(100% - 72px);
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 400;
}
#page.top .customer-voice-service-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 15px;
}
#page.top .customer-voice-service-level .level-icon {
  width: 102px;
  margin-left: 5px;
}
#page.top .customer-service-star {
  margin-left: 5px;
  margin-right: 5px;
}
#page.top .customer-service-star.five {
  width: 88px;
}
#page.top .customer-service-star.four {
  width: 72px;
}
#page.top .customer-service-star.three {
  width: 52px;
}
#page.top .customer-service-star.two {
  width: 36px;
}
#page.top .customer-service-star.one {
  width: 18px;
}
#page.top .customer-service-star-number {
  font-size: 20px;
  font-weight: bold;
  color: #f15a24;
  line-height: 1;
  margin-bottom: -5px;
}
#page.top .customer-voice-link-text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.5727777778;
  margin-bottom: 10px;
}
#page.top .customer-voice-link-btn-text {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.08em;
}
#page.top .customer-voice-link-btn-text::after {
  content: "";
  display: inline-block;
  background-image: url(../img/top/voice-btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  #page.top {
    /* スワイパー特有の制御を打ち消し */
  }
  #page.top .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  #page.top .swiper-slide {
    width: 100% !important;
  }
  #page.top .swiper-slide:nth-child(n+4) {
    display: none;
  }
  #page.top .swiper,
  #page.top .swiper-wrapper {
    overflow: visible !important;
  }
}
@media (min-width: 767px) {
  #page.top .customer-voice-area .wrap {
    max-width: 100%;
    padding: 0;
  }
  #page.top .customer-voice-area .swiper-container {
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #page.top .customer-voice-area .swiper-button-next, #page.top .customer-voice-area .swiper-button-prev {
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
  }
  #page.top .customer-voice-area .swiper-button-next {
    background-image: url(../img/top/btn-next.png);
    background-repeat: no-repeat;
    background-size: 54px 108px;
    background-position: right center;
    width: 54px;
    height: 108px;
    right: 0;
  }
  #page.top .customer-voice-area .swiper-button-next:after {
    display: none;
  }
  #page.top .customer-voice-area .swiper-button-prev {
    background-image: url(../img/top/btn-prev.png);
    background-repeat: no-repeat;
    background-size: 54px 108px;
    background-position: right center;
    width: 54px;
    height: 108px;
    left: 0;
  }
  #page.top .customer-voice-area .swiper-button-prev:after {
    display: none;
  }
  #page.top .customer-voice-area .swiper-pagination {
    display: block;
  }
  #page.top .customer-voice-area .swiper-pagination-bullet {
    background-color: #cccccc;
    opacity: 1;
    width: 9px;
    height: 9px;
    margin: 0 6px;
  }
  #page.top .customer-voice-area .swiper-pagination-bullet-active {
    background-color: #036eb8;
  }
  #page.top .customer-voice-area .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #page.top .customer-voice-area .slide-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  #page.top .customer-voice-list {
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
}
@media (min-width: 767px) {
  #page.top .seminar-bnr-box {
    position: relative;
    max-width: 1100px;
    width: 98%;
    margin: 0 auto;
  }
  #page.top .seminar-bnr-icon {
    max-width: 90px;
    width: 100%;
    position: absolute;
    right: -20px;
    top: -34px;
  }
}
@media (min-width: 880px) {
  #page.top .seminar-bnr-icon {
    max-width: 120px;
    right: -30px;
    top: -35px;
  }
}
@media (min-width: 1050px) {
  #page.top .seminar-bnr-icon {
    max-width: 144px;
    right: -30px;
    top: -40px;
  }
}
#page.top .pcc-blog-area {
  padding-top: 38px;
  padding-bottom: 55px;
}
#page.top .pcc-blog-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.899;
  margin-bottom: 10px;
}
#page.top .pcc-blog-text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5764285714;
  margin-bottom: 30px;
}
#page.top .pcc-blog-list {
  margin-bottom: 25px;
}
#page.top .pcc-blog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #999999;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
}
#page.top .pcc-blog-thumbnail {
  width: 45%;
}
#page.top .pcc-blog-thumbnail img {
  height: 138px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.top .pcc-blog-detail {
  width: 55%;
  padding: 0 8px;
}
#page.top .pcc-blog-time {
  color: #999999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5316666667;
  margin-bottom: 5px;
}
#page.top .pcc-blog-type {
  color: #036eb8;
  font-size: 10px;
  letter-spacing: 0.04em;
  font-weight: 500;
  margin-bottom: 7px;
}
#page.top .pcc-blog-type span {
  border: 1px solid #036eb8;
  padding: 1px 6px;
  border-radius: 10px;
}
#page.top .pcc-blog-detail-title {
  color: #231815;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4392857143;
  text-align: justify;
}
@media (min-width: 767px) {
  #page.top .pcc-blog-area {
    padding-top: 115px;
    padding-bottom: 102px;
  }
  #page.top .pcc-blog-title {
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.1em;
    line-height: 2.147;
  }
  #page.top .pcc-blog-text {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.5506666667;
  }
  #page.top .pcc-blog-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 70px;
  }
  #page.top .pcc-blog-link {
    width: 31.5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
    margin-right: 2.75%;
    margin-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition-duration: 0.8s;
            transition-duration: 0.8s;
  }
  #page.top .pcc-blog-link:nth-child(2) {
    -webkit-transition-delay: 0.24s;
            transition-delay: 0.24s;
  }
  #page.top .pcc-blog-link:nth-child(3) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  #page.top .pcc-blog-link:last-child {
    margin-right: 0;
  }
  #page.top .pcc-blog-thumbnail {
    width: 100%;
    margin-bottom: 25px;
  }
  #page.top .pcc-blog-thumbnail img {
    height: 192px;
    border-radius: 5px;
  }
  #page.top .pcc-blog-detail {
    width: 100%;
    padding: 0;
  }
  #page.top .pcc-blog-pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page.top .pcc-blog-time {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 10px;
  }
  #page.top .pcc-blog-type {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1;
  }
  #page.top .pcc-blog-type span {
    padding: 2px 10px;
    border-radius: 20px;
  }
  #page.top .pcc-blog-detail-title {
    width: 100%;
    margin-top: 20px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.8105882353;
  }
}
@media (hover: hover) {
  #page.top .pcc-blog-link:hover .pcc-blog-thumbnail img {
    -webkit-filter: blur(2px);
            filter: blur(2px);
  }
}
#page.top .faq-area {
  background-color: #e7eef7;
  padding-top: 40px;
  padding-bottom: 50px;
}
#page.top .faq-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4072222222;
  text-align: center;
  margin-bottom: 30px;
}
#page.top .faq-box {
  border: 1px solid #999;
  background-color: #fff;
  border-radius: 5px;
  padding: 0px 14px;
  margin-bottom: 4px;
}
#page.top .faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
#page.top .faq-question.active .faq-question-back-icon {
  background-image: url(../img/faq/faq-minus-icon-sp.png);
  background-repeat: no-repeat;
  background-size: 20px 2px;
  background-position: center;
}
#page.top .faq-question .question-icon {
  color: #1476cc;
  font-size: 25px;
  font-weight: bold;
  width: 34px;
}
#page.top .faq-question .faq-question-text {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.08em;
  width: calc(100% - 65px);
  color: #231815;
  line-height: 2;
}
#page.top .faq-question .faq-question-back-icon {
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../img/faq/faq-icon-sp.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: top 5px center;
}
#page.top .faq-answer {
  display: none;
}
#page.top .answer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}
#page.top .answer-flex .answer-icon {
  color: #f15a24;
  font-size: 25px;
  font-weight: bold;
  width: 34px;
  padding-left: 2px;
}
#page.top .answer-flex .faq-answer-text {
  width: calc(100% - 40px);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.075;
  color: #1a1a1a;
}
#page.top .answer-flex .faq-answer-text p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.075;
  color: #1a1a1a;
  margin-bottom: 15px;
}
#page.top .answer-flex .faq-answer-text strong {
  font-weight: bold;
}
#page.top .answer-flex .faq-answer-text em {
  font-style: italic;
}
#page.top .answer-flex .faq-answer-text a {
  border-bottom: 1px solid #1a1a1a;
}
#page.top .answer-flex .faq-answer-text a::after {
  content: "";
  display: inline-block;
  background-image: url(../img/faq/faq-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8px;
  height: 12px;
  margin-left: 3px;
  margin-bottom: -1px;
}
@media (min-width: 767px) {
  #page.top .faq-area {
    padding-top: 75px;
    padding-bottom: 72px;
  }
  #page.top .faq-title {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 2.147;
    margin-bottom: 33px;
  }
  #page.top .faq-box {
    padding: 0px 35px;
    margin-bottom: 15px;
    border-radius: 11px;
  }
  #page.top .faq-question {
    cursor: pointer;
    padding: 30px 0;
  }
  #page.top .faq-question .question-icon {
    font-size: 30px;
    width: 40px;
  }
  #page.top .faq-question .faq-question-text {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
    width: calc(100% - 72px);
  }
  #page.top .faq-question.active .faq-question-back-icon {
    background-image: url(../img/faq/faq-minus-icon.png);
    background-repeat: no-repeat;
    background-size: 26px 4px;
    background-position: center;
  }
  #page.top .faq-question .faq-question-back-icon {
    background-image: url(../img/faq/faq-icon.png);
    background-repeat: no-repeat;
    background-size: 26px 26px;
    background-position: center;
    width: 26px;
    margin-bottom: 0;
  }
  #page.top .answer-flex {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  #page.top .answer-flex .answer-icon {
    width: 40px;
    font-size: 30px;
  }
  #page.top .answer-flex .faq-answer-text {
    width: calc(100% - 44px);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.565625;
  }
  #page.top .answer-flex .faq-answer-text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.565625;
  }
}
#page.top .news-area {
  background-color: #fff;
  padding-top: 48px;
  padding-bottom: 62px;
}
#page.top .news-area-title {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4072222222;
  text-align: center;
  margin-bottom: 32px;
}
#page.top .news-article-list {
  border-bottom: 1px solid #000000;
}
#page.top .news-article-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 0;
}
#page.top .news-article-time {
  color: #036eb8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.5316666667;
  width: 82px;
}
#page.top .news-article-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5316666667;
  text-align: justify;
  width: calc(100% - 85px);
}
@media (min-width: 767px) {
  #page.top .news-area {
    padding-top: 58px;
    padding-bottom: 95px;
  }
  #page.top .news-area-title {
    font-size: 30px;
    letter-spacing: 0.1em;
    line-height: 2.147;
    margin-bottom: 5px;
  }
  #page.top .news-article-ul {
    max-width: 900px;
    width: 98%;
    margin: 0 auto;
  }
  #page.top .news-article-link {
    padding: 20px 0;
  }
  #page.top .news-article-time {
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1.75;
    width: 115px;
  }
  #page.top .news-article-title {
    font-size: 14px;
    line-height: 1.8178571429;
    width: calc(100% - 120px);
  }
}
@media (hover: hover) {
  #page.top .news-article-link:hover .news-article-title {
    text-decoration: underline;
  }
}

.contens-more-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #036eb8;
  background-image: url(../img/top/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: 8px 16px;
  background-position: 94% center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  max-width: 300px;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.contens-more-btn.faq {
  margin-top: 35px;
}

@media (min-width: 767px) {
  .contens-more-btn {
    height: 60px;
    border-radius: 30px;
  }
  .contens-more-btn.faq {
    margin-top: 45px;
  }
}
@media (hover: hover) {
  .contens-more-btn:hover {
    background-color: #f15a24;
  }
}