*, ::after, ::before {
  box-sizing: border-box
}
a, body, button, dd, div, dl, dt, figure, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, small, span, table, td, th, time, tr, ul {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline
}
html {
  line-height: 1
}
ol, ul {
  list-style: none
}
dd, li {
  list-style-type: none
}
article, aside, figcaption, figure, footer, header, nav, section {
  display: block
}
img {
  border: none;
  vertical-align: bottom
}
a {
  cursor: pointer;
  text-decoration: none
}
body {
  background-color: #fff;
  color: #1E1E1E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  padding: 0
}
img {
  height: auto;
  width: 100%
}
a {
  color: inherit
}
.l-header {
  margin: 0 auto;
  width: 100%;
  border-bottom: 1px solid rgba(164, 164, 164, .2);
}
.l-header__container {
  margin: 0 auto;
  max-width: 1320px;
  width: 90.6%
}
.l-to-top-button {
  bottom: 10px;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 30
}
.l-container {
  margin: 0 auto;
  max-width: 1320px;
  width: 91.67%
}
.l-link__container {
  margin: 0 auto;
  max-width: 1200px;
  width: 83.33%
}
.l-article__container {
  margin: 0 auto;
  max-width: 1203px;
  width: 84%
}
.l-cat__inner {
  margin: 0 auto;
  max-width: 1320px;
  width: 91.67%
}
.l-cat__container {
  margin: 0 auto;
  max-width: 1161px;
  width: 87.96%
}
.l-writer__container {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%
}
.l-1000__ranking {
  margin: 0 auto;
  max-width: 1000px;
  width: 84%
}
.l-1200__us-container {
  margin: 0 auto;
  max-width: 1200px;
  width: 83.34%
}
.l-1200__footer {
  margin: 0 auto;
  max-width: 1200px;
  width: 92.31%
}
.l-1300__footer {
  margin: 0 auto;
  max-width: 1300px;
  width: 90.28%
}
.c-to-top-btn {
  bottom: 40px;
  opacity: 0;
  position: fixed;
  right: 20px;
  transition: all .3s ease 0s;
  visibility: hidden;
  z-index: 30
}
.c-to-top-btn.is-show {
  opacity: 1;
  visibility: visible
}
.c-to-top-btn a img {
  height: 42px;
  transition: all .3s ease 0s;
  width: 42px
}
.c-to-top-btn a img:hover {
  opacity: .7
}
.c-btn {
  background-color: #6c9cd0;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  padding: 12px 30px;
  width: 160px;
  text-align: center;
  font-size: 14px;
}
.c-btn span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px
}
.c-btn:hover {
  opacity: .7;
  transition: .3s all ease
}
.c-titles__sub-title {
  color: #6c9cd0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px
}
.c-titles__main-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  margin-left: -3px;
  margin-top: 10px
}
.p-header {
  background-color: #fff;
  height: 122px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20
}
.p-header___container {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.p-header__left {
  display: flex;
  gap: 25px;
  align-items: center;
}
.p-header__left-img {
  display: block;
  width: 266px
}
.p-header__left-img:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-header__left-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25.2px;
  word-break: keep-all;
}
.p-header__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 20px;
}

.p-header__right-btns {
  display: flex;
  gap: 10px;
  justify-content: end
}
.p-header__right-btn {
  padding: 12px 30px
}
.p-header__right-btn:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-header__right-btn-orange {
  background-color: #f0841a
}
.p-header__right-items {
  display: flex;
  gap: 40px;
  margin-top: 11px;
  text-align: right
}
.p-header__right-item {
  display: block;
  letter-spacing: .6px;
  padding: 5px 0;
  position: relative;
}
.p-header__right-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500
}
.p-header__right-item .child_category {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
  opacity: 0;
  transition: .3s;
  transition-delay: .3s;
  background: rgb(237 243 246 / 80%);
  padding: 10px 15px 10px;
  width: 220px;
}

.p-header__right-item .child_category span {
  font-size: 13px;
  display: block;
  position: relative;
  text-align: left;
  padding: 5px 0 5px 12px;
}

.p-header__right-item .child_category span::before {
    background-image: url(../img/p-footer__arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: "";
    left: 0;
    position: absolute;
    top: 7px;
    width: 6px;
    height: 10px;
}

.p-header__right-item:hover .child_category {
  display: block;
  opacity: 1;
}
.p-header__right-item a:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-drawer {
  background-color: #fff;
  border-bottom: 1px solid rgba(164, 164, 164, .2);
  display: none;
  height: 65px;
  left: 0;
  position: sticky;
  top: 0;
  transition: .5s ease 0s;
  z-index: 20
}
.p-drawer.is-active {
  box-shadow: none
}
.p-drawer__icons {
  display: flex;
  justify-content: space-between;
  transition: .5s ease 0s
}
.p-drawer__icons.is-active .p-drawer__icon__bar1 {
  top: 8px;
  transform: rotate(-45deg)
}
.p-drawer__icons.is-active .p-drawer__icon__bar2 {
  display: none
}
.p-drawer__icons.is-active .p-drawer__icon__bar3 {
  top: 8px;
  transform: rotate(45deg)
}
.p-drawer_left-logo-link a {
  display: block;
  height: inherit
}
.p-drawer__left-text {
  font-size: 10px;
  line-height: 1.4;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-drawer__right {
  padding-right: 0;
  padding-top: 0px;
  width: calc(100% - 450px);
  display: flex;
  justify-content: flex-end;
  column-gap: 15px;
  align-items: center;
}
.p-drawer__icon__bars {
  display: block;
  height: 14px;
  position: relative;
  width: 25px
}
.p-drawer__icon__bar1, .p-drawer__icon__bar2, .p-drawer__icon__bar3 {
  background: #0075c2;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 25px
}
.p-drawer__icon__bar1 {
  top: 0
}
.p-drawer__icon__bar2 {
  top: 7px
}
.p-drawer__icon__bar3 {
  top: 14px
}
.p-drawer__content {
  background: #0060a0;
  left: 50%;
  position: fixed;
  top: 100px;
  transform: translateX(105%);
  transition: transform .5s ease 0s;
  width: 255px;
  z-index: 299
}
.p-drawer__content.is-active {
  transform: translateX(-50%)
}
.p-drawer__content__items {
  padding-top: 30px
}
.p-drawer__content__item {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  ;
  color: #fff;
  display: block;
  font-weight: 700;
  padding: 15px 35px 16px 38px
}
.p-drawer__content__item:first-child {
  border-top: 1px solid rgba(255, 255, 255, .2)
}
.p-drawer__content__item a {
  color: #fff;
  display: block;
  padding: 15px 35px 16px 38px;
  position: relative
}
.p-drawer__background {
  background: #0060a0;
  height: 100%;
  left: 50%;
  position: fixed;
  top: 87px;
  transform: translateX(105%);
  transition: .5s ease 0s;
  width: 100%;
  z-index: 298
}
.p-drawer__background.is-active {
  transform: translateX(-50%)
}
.p-drawer__bottom-swiper {
  background-color: #fff;
  display: none;
  height: 32px;
  left: 0;
  position: sticky;
  top: 65px;
  transition: .5s ease 0s;
  width: 100%;
  z-index: 20;
  border-bottom: 1px solid rgba(164, 164, 164, .2);
}
.p-drawer__bottom-swiper.is-active {
  background-color: #0060a0;
  box-shadow: none
}
.p-drawer__bottom-swiper-slide {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  justify-content: center;
  width: auto
}
.p-drawer__bottom-item {
  display: inline-block;
  font-size: 14px;
  font-size: 14px;
  padding: 4px 8px;
  white-space: nowrap
}
.p-drawer__bottom-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .7px;
  font-size: 13px;
}

.searchform {
  line-height: 1;
  position: relative;
}

.searchfield {
  box-sizing: border-box;
  width: 100%;
  padding: .75em;
  border: none;
  border-radius: 4px;
  background-color: #efefef;
}

.searchsubmit {
  position: absolute;
  top: 50%;
  right: .75em;
  width: 20px;
  height: 20px;
  background: #efefef url(../img/icon_search.svg) center center no-repeat;
  background-size: 18px auto;
  display: block;
  padding: 0;
  cursor: pointer;
  transform: translateY(-50%);
  color: #efefef;
  border: none;
}

.searchsubmit:hover {
  opacity: .6;
}


.p-footer {
  margin-top: 70px;
  padding-bottom: 40px;
  width: 100%
}
.p-footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 41px
}
.p-footer__top-left {
  display: flex;
  gap: 30px
}
.p-footer__top-left-img {
  width: 250px
}
.p-footer__top-left-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: -.9px;
  line-height: 25.2px;
  padding-top: 5px
}
.p-footer__border {
  border-bottom: 1px solid #d9d9d9;
  height: 1px;
  width: 100%
}
.p-footer__top-right {
  padding-top: 11px;
  text-align: left
}
.p-footer__top-right-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 600;
  letter-spacing: 1.55px;
  padding-right: 14px
}
.p-footer__top-right-address {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: .5px;
  margin-top: 11px
}
.p-footer__bottom {
  display: flex;
  padding-top: 51px
}
.p-footer__bottom-left {
  padding-top: 2px;
  width: calc(100% - 280px)
}
.p-footer__bottom-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr)
}
.p-footer__bottom__item-main-name {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px
}
.p-footer__bottom__item-main-name span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .4px;
  padding-left: 19px;
  position: relative
}
.p-footer__bottom__item-main-name span::before {
  background-image: url(../img/p-footer__arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 11px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px
}
.p-footer__bottom__item-main-name:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-footer__bottom__item-names {
  margin-top: 25px
}
.p-footer__bottom__item-name {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .5px;
  margin-top: 16px;
  padding-left: 15px;
  position: relative
}
.p-footer__bottom__item-name span::before {
  content: "-";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px
}
.p-footer__bottom__item-name:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-footer__bottom-right {
  width: 280px
}
.p-footer__bottom-right-btn-1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .7px;
  padding: 13px 34px 15px 34px;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-footer__bottom-right-btn-1:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-footer__bottom-right-btn-1::after {
  background-image: url(../img/p-us__arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 21px;
  top: 16px;
  width: 13px
}
.p-footer__bottom-right-btn-2 {
  background-color: #ef821a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .7px;
  margin-top: 11px;
  padding: 14px 34px 16px 34px;
  position: relative;
  text-align: center;
  width: 100%;
}
.p-footer__bottom-right-btn-2:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-footer__bottom-right-btn-2::after {
  background-image: url(../img/p-us__arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 12px;
  position: absolute;
  right: 21px;
  top: 17px;
  width: 13px
}
.p-footer__bottom-copyright {
  color: #d9d9d9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  letter-spacing: .55px;
  margin-top: 45px;
  text-align: right
}
.p-about {
  background-color: #f4f8fc;
  padding: 30px 0 30px
}
.p-about___items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  row-gap: 25px
}
.p-about___item {
  background-color: #fff;
  border-radius: 6px
}
.p-about___item:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-about___item1 {
  grid-column: 1/3;
  grid-row: 1/3;
  padding-bottom: 24px
}
.p-about___item2 {
  grid-column: 3/4;
  grid-row: 1/2;
  margin-left: 22px
}
.p-about___item2 .p-about___item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 8px;
  padding: 0 17px 5px
}
.p-about___item3 {
  grid-column: 4/5;
  grid-row: 1/2;
  margin-left: 20px
}
.p-about___item3 .p-about___item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 7px;
  padding: 0 17px 5px
}
.p-about___item4 {
  grid-column: 3/4;
  grid-row: 2/3;
  margin-left: 22px
}
.p-about___item4 .p-about___item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 8px;
  padding: 0 17px 5px
}
.p-about___item5 {
  grid-column: 4/5;
  grid-row: 2/3;
  margin-left: 20px
}
.p-about___item5 .p-about___item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 7px;
  padding: 0 17px 5px
}
.p-about___item-img-main img {
  border-radius: 6px 6px 0 0;
}
.p-about___item-text-main {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 16px;
  padding: 0 25px
}
.p-about___item-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
  padding: 0 20px
}
.p-about___item-tag {
  color: #6c9cd0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px
}
.p-about___item-tag span {
  letter-spacing: .7px;
  padding-left: 20px;
  position: relative
}
.p-about___item-tag span::before {
  content: "#";
  left: 7px;
  position: absolute;
  top: 2px
}
.p-about___item-date {
  color: gray;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px
}
.p-about___item-img img {
  border-radius: 6px 6px 0 0;
}
.p-about___item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.56;
  margin-top: 8px;
  padding: 0 17px 5px
}
.p-about___items-sp {
  position: relative
}
.p-about___swiper-slide {
  background-color: #fff;
  border-radius: 6px;
  padding-bottom: 17px;
  width: 100%
}
.p-about___swiper-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22.4px;
  margin-top: 8px;
  padding: 0 15px
}
.p-about___swiper-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 15px
}
.p-about___swiper-cat {
  color: #6c9cd0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  padding-left: 11px
}
.p-about___swiper-cat span {
  letter-spacing: .9px;
  position: relative
}
.p-about___swiper-cat span::before {
  content: "#";
  left: -11px;
  position: absolute;
  top: 3px
}
.p-about___swiper-date {
  color: rgba(0, 0, 0, .5);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 11px;
  letter-spacing: .9px
}
.swiper-pagination.p-about___swiper-pagination {
  display: block!important;
  opacity: 1!important;
  position: relative;
  visibility: visible!important;
  z-index: 10
}
.swiper-button-prev.p-about___swiper-button-prev {
  background-image: url(../img/p-about___swiper-button-prev.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 30px;
  left: -14px;
  position: absolute;
  top: 55.5%;
  width: 30px
}
.swiper-button-next.p-about___swiper-button-next {
  background-image: url(../img/p-about___swiper-button-next.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 30px;
  position: absolute;
  right: -15px;
  top: 55.5%;
  width: 30px
}
.p-about___items-sp .swiper-button-prev:after, .p-about___items-sp .swiper-rtl .swiper-button-next:after {
  display: none
}
.p-about___items-sp .swiper-button-next:after, .p-about___items-sp .swiper-rtl .swiper-button-prev:after {
  display: none
}
.p-about___items-sp .swiper-horizontal>.swiper-pagination-bullets, .p-about___items-sp .swiper-pagination-bullets.swiper-pagination-horizontal, .p-about___items-sp .swiper-pagination-custom, .p-about___items-sp .swiper-pagination-fraction {
  bottom: -6.5%
}
.p-about___items-sp .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .p-about___items-sp .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-right: 1px
}
.p-about___items-sp .swiper-pagination-bullet {
  border-radius: 2px;
  height: 3px;
  width: 21.5px
}
.p-link {
  background-color: rgba(0, 117, 193, .2);
  padding: 30px 0 44px;
  width: 100%
}
.p-link__imgs {
  display: flex;
  gap: 3.34%;
  justify-content: space-between
}
.p-link__img-1 {
  display: block;
  width: 48.33%
}
.p-link__img-1:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-link__img-2 {
  display: block;
  margin-top: 12px;
  width: 48.33%
}
.p-link__img-2:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-article {
  padding: 70px 0;
}
.p-article__titles-container {
  display: flex;
  justify-content: space-between
}
.p-article__titles {
  padding-left: 2px
}
.p-article__links {
  padding-top: 38px
}
.p-article__links-sp {
  margin-top: 21px;
  text-align: right
}
.p-article__link {
  display: block;
  font-size: 14px;
  font-weight: 700
}
.p-article__link span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  border-bottom: 1px solid #000;
  letter-spacing: .9px;
  position: relative
}
.p-article__link span::before {
  background-image: url(../img/p-article__links.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 15px;
  left: -25px;
  position: absolute;
  top: 4px;
  width: 15px
}
.p-article__link:hover {
  opacity: .7;
  transition: .5s all ease
}
.p-article__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 2.75%;
  column-gap: 2.75%;
  margin-top: 36px;
  padding: 0 1px
}
.p-article___item {
  border: 1px solid rgba(0, 0, 0, .0784313725);
  border-radius: 6px;
  padding-bottom: 18px
}
.p-article___item:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-article___item-img img {
  border-radius: 6px 6px 0 0;
}
.p-article___item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .95px;
  line-height: 1.7;
  margin-top: 12px;
  padding: 0 2px 5px 16px
}
.p-article___item-detail {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  padding: 0 16px 0 17px
}
.p-article___item-tag {
  color: #6c9cd0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px
}
.p-article___item-tag span {
  letter-spacing: .7px;
  padding-left: 11px;
  position: relative
}
.p-article___item-tag span::before {
  content: "#";
  left: -2px;
  position: absolute;
  top: 3px
}
.p-article___item-date {
  color: gray;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: .6px
}
.p-cat {
  width: 100%
}
.p-cat__inner {
  background-color: rgba(0, 117, 193, .0784313725);
  border-radius: 12px
}
.p-cat__container {
  padding: 59px 0 70px
}
.p-cat__sub-title {
  letter-spacing: 1px;
  padding-left: 3px
}
.p-cat__main-title {
  margin-left: 0
}
.p-cat__blocks {
  margin-top: 33px
}
.p-cat__block {
  align-items: stretch;
  display: flex;
  margin-bottom: 10px
}
.p-cat__block:last-child {
  margin-bottom: 0
}
.p-cat__block-title {
  align-items: center;
  align-items: center;
  background-color: #6c9cd0;
  border-radius: 4px 0 0 4px;
  color: #fff;
  display: flex;
  padding: 42px 0 46px;
  position: relative;
  width: 210px;
  flex-basis: 210px;
  font-size: 16px;
}
.p-cat__block-title span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: -1px;
  padding-left: 64px;
  position: relative
}
.p-cat__block-title span::before {
  background-image: url(../img/p-cat__1.svg);
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  height: 32px;
  left: 20px;
  position: absolute;
  top: -7px;
  width: 32px
}
.p-cat__block-title-damage span::before {
  background-image: url(../img/p-cat__2.svg);
  height: 32px;
  left: 20px;
  width: 32px
}
.p-cat__block-title-choice {
  padding: 19px 0 21px
}
.p-cat__block-title-choice span::before {
  background-image: url(../img/p-cat__3.svg);
  height: 32px;
  left: 20px;
  top: -7px;
  width: 32px
}
.p-cat__block-title-cat {
  padding: 20px 0 24px
}
.p-cat__block-title-cat span::before {
  background-image: url(../img/p-cat__4.svg);
  height: 32px;
  left: 20px;
  top: -7px;
  width: 32px
}
.p-cat__block-items {
  background-color: #fff;
  border-radius: 0 4px 4px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 24px 35px 25px 27px;
  row-gap: 22px;
  width: calc(100% - 210px)
}
.p-cat__block-item span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  letter-spacing: .7px;
  padding-left: 21px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
.p-cat__block-item span::before {
  background-image: url(../img/p-cat__item-arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 11px;
  left: 1px;
  position: absolute;
  top: 7px;
  width: 8px
}
.p-cat__block-item:hover {
  opacity: .6;
  transition: .5s all ease
}
.p-ranking {
  margin-top: 70px
}
.p-ranking__titles {
  text-align: center
}
.p-ranking__sub-title {
  padding-left: 2px
}
.p-ranking__main-title {
  padding-left: 2px
}
.p-ranking__container {
  margin-top: 33px
}
.p-ranking__nav {
  border-bottom: 3px solid 0;
  height: 68px;
  overflow: auto
}
.p-ranking__nav ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0
}
.p-ranking__nav ul li {
  text-align: center;
  width: 50%
}
.p-ranking__nav ul li .p-ranking__nav-span {
  padding-left: 24px
}
.p-ranking__nav ul li span {
  border-bottom: 3px solid #E6E6E6;
  border-radius: 12px 12px 0 0;
  color: #c1c1c1;
  cursor: pointer;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  transition: .3s ease 0s
}
.p-ranking__nav ul li span.is-active {
  border-bottom: 3px solid #0075c2;
  color: #0075c2
}
.p-ranking__nav ul li span:hover {
  opacity: .7;
  transition: .3s all ease
}
.p-ranking__nav-span {
  padding-left: 10px
}
.p-ranking__items-week {
  display: none;
  padding: 58px 0
}
.p-ranking__items-week.is-active {
  display: block
}
.p-ranking__items-container {
  display: none;
  padding: 20px 0
}
.p-ranking__items-container.is-active {
  display: block
}
.p-ranking__item {
  border: 1px solid rgba(0, 0, 0, .08);
  border-radius: 6px;
  display: flex;
  gap: 3.4%;
  margin-top: 21px;
  padding: 20px 100px 20px 20px;
  position: relative;
  width: 100%
}
.p-ranking__item:first-child {
  margin-top: 0
}
.p-ranking__item:nth-child(4) {
  margin-top: 19px;
  padding-bottom: 21px
}
.p-ranking__item:nth-child(5) {
  margin-top: 20px
}
.p-ranking__item:hover {
  opacity: .7;
  transition: .3s all ease
}
.p-ranking__item::after {
  background-image: url(../img/p-ranking__arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 11px;
  position: absolute;
  right: 38px;
  top: 47%;
  width: 18px
}
.nnnnn {
  margin-top: 5px
}
.p-ranking__item-no {
  background-image: url(../img/p-ranking__1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  content: "";
  height: 36px;
  left: 9px;
  padding-left: 14px;
  padding-top: 6px;
  position: absolute;
  top: -3px;
  width: 32px
}
.p-ranking__item-no span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700
}
.p-ranking__item-no.no2 {
  background-image: url(../img/p-ranking__2.png);
  padding-left: 13px
}
.p-ranking__item-no.no3 {
  background-image: url(../img/p-ranking__3.png);
  padding-left: 13px;
  padding-top: 5px
}
.p-ranking__item-no.no4 {
  background-image: url(../img/p-ranking__other.png);
  padding-left: 12px
}
.p-ranking__item-no.no5 {
  background-image: url(../img/p-ranking__other.png);
  padding-left: 12px
}
.p-ranking__item-img {
  width: 26.14%
}
.p-ranking__item-img img {
  border-radius: 3px;
}
.p-ranking__item-texts {
  width: 70.46%
}
.p-ranking__item-date {
  color: #c1c1c1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  letter-spacing: .8px;
  padding-top: 10px
}
.p-ranking__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  height: 77px;
  line-height: 29px;
  margin-top: 7px
}
.p-ranking__item-cat {
  color: #6c9cd0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px
}
.p-ranking__item-cat span {
  font-size: 13px;
  letter-spacing: .8px;
  padding-left: 13px;
  position: relative
}
.p-ranking__item-cat span::before {
  content: "#";
  left: 0;
  position: absolute;
  top: 3px
}
.p-ranking__swiper-wrapper {
  align-items: stretch
}
.swiper-slide.p-ranking__swiper-slide {
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 10px 0 14px;
  position: relative;
  width: 250px
}
.p-ranking__swiper-no {
  width: 24px;
  background-image: url(../img/p-ranking__1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  content: "";
  height: 27px;
  left: 6px;
  padding-top: 6px;
  box-sizing: border-box;
  position: absolute;
  top: -3px;
  text-align: center;
}
.p-ranking__swiper-no span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-weight: 700
}
.p-ranking__swiper-no.no2 {
  background-image: url(../img/p-ranking__2.png);
  text-align: center;
}
.p-ranking__swiper-no.no3 {
  background-image: url(../img/p-ranking__3.png);
  text-align: center;
}
.p-ranking__swiper-no.no4 {
  background-image: url(../img/p-ranking__other.png);
  text-align: center;
}
.p-ranking__swiper-no.no5 {
  background-image: url(../img/p-ranking__other.png);
  text-align: center;
}
.p-ranking__swiper.swiper-slide {
  width: 250px
}
.p-ranking__swiper-img {
  padding: 0 9px 0 10px;
  width: 100%
}
.p-ranking__swiper-img img {
  max-height: 130px;
  max-width: 230px
}
.p-ranking__swiper-date {
  color: rgba(0, 0, 0, .5);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 9px;
  margin-top: 11px;
  padding: 0 9px 0 10px
}
.p-ranking__swiper-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 4px;
  padding: 0 13px 0 15px
}
.p-ranking__swiper-cat {
  color: #6c9cd0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 10px;
  font-weight: 700;
  margin-top: 6px;
  padding-left: 13px;
  position: relative
}
.p-ranking__swiper-cat span {
  letter-spacing: .7px;
  padding-left: 11px;
  position: relative
}
.p-ranking__swiper-cat span::before {
  content: "#";
  left: -2px;
  position: absolute;
  top: 3px
}
.p-writer {
  margin-top: 30px;
  padding: 40px 0 0;
}
.p-writer__container {
  display: flex
}
.p-writer__left {
  width: 61.11%
}
.p-writer__right {
  background-color: #fff;
  border-radius: 15px 0 0 0;
  margin-left: -59px;
  margin-top: 102px;
  padding-left: 82px;
  padding-top: 73px;
  width: 38.89%;
  z-index: 10
}
.p-writer__sub-title {
  letter-spacing: 1.35px
}
.p-writer__main-title {
  padding-left: 2px
}
.p-writer__right-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px
}
.p-writer__right-btn {
  display: block;
  margin-top: 57px
}
.p-writer__right-btn span {
  border-bottom: 1px solid #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.4px;
  position: relative
}
.p-writer__right-btn span::after {
  background-image: url(../img/p-writer__right-btn.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 50px;
  position: absolute;
  right: -65px;
  top: -13px;
  width: 50px
}
.p-writer__right-btn:hover {
  opacity: .7;
  transition: .5s all ease
}
.p-us {
  background-color: rgba(0, 117, 193, .2);
  margin-top: 80px;
  padding-bottom: 70px;
  padding-top: 70px;
  width: 100%
}
.p-us__main-title {
  color: #0075c2;
  font-size: 30px;
  margin-left: 0
}
.p-us__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 32px;
  margin-top: 26px
}
.p-us__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 40px;
  -moz-column-gap: 3.75%;
  column-gap: 3.75%
}
.p-us__item {
  background-color: #fff;
  border-radius: 8px;
  padding: 59px 35px 35px
}
.p-us__item-img {
  margin: 0 auto;
  width: 83%
}
.p-us__item-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 25.2px;
  margin-top: 50px
}
.p-us__item-btn {
  margin: 19px auto 0;
  padding: 13px 35px 15px;
  position: relative;
  width: 93%
}
.p-us__item-btn span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .8px
}
.p-us__item-btn::after {
  background-image: url(../img/p-us__arrow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  ;
  content: "";
  height: 12px;
  position: absolute;
  right: 20px;
  top: 16px;
  width: 12px
}
.u-404 {
  margin-top: 120px
}
.u-cat__items1 {
  padding-bottom: 27px;
  padding-top: 22px
}
.u-cat__items2 {
  padding-bottom: 23px;
  padding-top: 20px
}
.u-cat__items3 {
  padding-bottom: 24px;
  padding-top: 20px
}
.u-us__item-2 {
  padding-top: 62px
}
.u-us__item-text-2 {
  margin-top: 53px
}
.u-us__item-btn-2 {
  padding: 15px 35px 15px 35px;
  text-align: center;
}
.u-us__item-3 {
  padding-top: 57px
}
.u-us__item-img-3 {
  width: 60%
}
.u-us__item-text-3 {
  margin-top: 47px
}
.u-us__item-btn-3 {
  background-color: #ef821a;
  margin-top: 18px;
  padding: 14px 35px 16px 35px;
  text-align: center;
}
@media screen and (min-width:1320px) {
  .u-hidden-pc {
    display: none
  }
}
@media screen and (max-width:1319px) {
  .l-header__container {
    margin: 0 auto;
    width: 94%
  }
  .p-header__left-img {
    display: block;
    margin-top: 26px;
    width: 225px;
  }
  .p-header__left-text {
    font-size: 12px;
    line-height: 1.6;
    padding-top: 34px;
  }
  .p-header__right-items {
    gap: 20px;
  }
  .p-header__right-item span {
    font-size: 13px;
  }
  .l-drawer {
    margin: 0 auto;
    width: 100%
  }
  .l-drawer__inner {
    margin: 0 auto;
    width: 94.34%;
    padding: 5px 0px;
  }
  .l-drawer__bottom {
    margin: 0 auto;
    width: 90%;
    justify-content: center;
  }
  .l-container {
    margin: 0 auto;
    width: 75%
  }
  .l-link__container {
    margin: 0 auto;
    width: 90.6%
  }
  .l-article__container {
    margin: 0 auto;
    width: 90.6%
  }
  .l-cat__inner {
    margin: 0 auto;
    width: 94.6%
  }
  .l-cat__container {
    margin: 0 auto;
    width: 90.6%
  }
  .l-writer__container {
    margin: 0 auto;
    width: 100%
  }
  .l-1000__ranking {
    margin: 0 auto;
    width: 90.6%
  }
  .l-1200__us-container {
    margin: 0 auto;
    width: 94%
  }
  .l-1200__footer {
    margin: 0 auto;
    width: 90.6%
  }
  .l-1300__footer {
    margin: 0 auto;
    width: 90.6%
  }
  .p-drawer {
    display: block;
    height: 65px;
  }
  .p-drawer_left-logo-link {
    height: 42px;
    width: 180px;
    display: block;
  }
  .p-drawer_left-logo {
    height: 55px;
    padding-top: 7px
  }
  .p-drawer__content {
    left: 50%;
    transform: translateX(205%)
  }
  .p-drawer__bottom-swiper {
    display: block
  }
  .p-footer {
    margin-top: 50px
  }
  .p-footer__top {
    display: block
  }
  .p-footer__border {
    margin: 28px auto 0;
    width: 95%
  }
  .p-footer__top-right {
    margin-top: 11px
  }
  .p-footer__bottom {
    padding-top: 30px
  }
  .p-footer__bottom-left {
    display: block;
    width: 100%
  }
  .p-footer__bottom-copyright {
    margin-top: 51px
  }
  .p-about {
    margin-top: 40px
  }
  .p-about___items {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr)
  }
  .p-about___item1 {
    grid-column: 1/3;
    grid-row: 1/3;
    padding-bottom: 15px
  }
  .p-about___item2 {
    grid-column: 1/2;
    grid-row: 3/4;
    margin-left: 0;
    padding-bottom: 15px
  }
  .p-about___item3 {
    grid-column: 2/3;
    grid-row: 3/4;
    padding-bottom: 15px
  }
  .p-about___item4 {
    grid-column: 1/2;
    grid-row: 4/5;
    margin-left: 0;
    padding-bottom: 15px
  }
  .p-about___item5 {
    grid-column: 2/3;
    grid-row: 4/5;
    padding-bottom: 15px
  }
  .p-link__img-1 {
    width: 100%
  }
  .p-link__img-2 {
    width: 100%
  }
  .p-cat__block-items {
    border-radius: 0 0 4px 4px;
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 30px;
    row-gap: 15px;
    width: calc(100% - 210px);
    flex-basis: calc(100% - 210px);
  }
  .p-ranking {
    margin-top: 50px
  }
  .p-ranking__item {
    gap: 2%;
    padding-right: 60px
  }
  .p-ranking__item-texts {
    width: 58%
  }
  .p-writer__container {
    display: block
  }
  .p-writer__left {
    width: 80%
  }
  .p-writer__right {
    margin-left: auto;
    margin-right: 0;
    margin-top: -95px;
    padding-left: 60px;
    padding-top: 50px;
    position: relative;
    width: 60%;
    padding-right: 60px;
  }
  .p-us__items {
    -moz-column-gap: 3%;
    column-gap: 3%
  }
  .p-us__item {
    padding: 35px 20px 25px
  }
  .p-us__item-btn span {
    font-size: 14px;
    letter-spacing: -1.4px
  }
  .u-hidden-tab {
    display: none
  }
}
@media screen and (max-width:1319px) {
  .p-drawer__left {
    display: block;
    height: 55px;
    width: 400px;
    display: flex;
    column-gap: 2%;
    align-items: center;
  }
}
@media screen and (max-width:768px) {
  .p-drawer__left {
    display: block;
    height: 55px;
    width: 19%
  }
  .p-us__item-btn {
    margin-top: 46px;
    padding: 13px 35px 15px 35px
  }
  .u-us__item-btn-2 {
    margin-top: 22px;
    padding: 13px 35px 15px 35px;
    text-align: center;
  }
  .u-us__item-btn-3 {
    margin-top: 22px
  }
}
@media screen and (max-width:767px) {
  .l-header__container {
    margin: 0 auto;
    width: 90.6%
  }
  .l-drawer {
    margin: 0 auto;
    width: 100%
  }
  .l-drawer__inner {
    margin: 0 auto;
    width: 94.34%;
    align-items: center;
    padding: 10px 0px;
  }
  .p-drawer__right {
    width: calc(100% - 150px);
  }
  .l-drawer__bottom {
    margin: 0 auto;
    width: 95.5%;
    justify-content: left;
  }
  .l-container {
    margin: 0 auto;
    width: 89.34%
  }
  .l-link__container {
    margin: 0 auto;
    width: 89.6%
  }
  .l-article__container {
    margin: 0 auto;
    width: 84%
  }
  .l-cat__inner {
    margin: 0 auto;
    width: 94.6%
  }
  .l-cat__container {
    margin: 0 auto;
    width: 92%
  }
  .l-writer__container {
    margin: 0 auto;
    width: 100%
  }
  .l-1000__ranking {
    margin: 0 auto;
    width: 100%
  }
  .l-1200__us-container {
    margin: 0 auto;
    width: 86%
  }
  .l-1200__footer {
    margin: 0 auto;
    width: 90.6%
  }
  .l-1300__footer {
    margin: 0 auto;
    width: 90.6%
  }
  .c-to-top-btn {
    bottom: 70px;
    right: 9px
  }
  .c-titles__sub-title {
    font-size: 11px;
    letter-spacing: 1.1px
  }
  .c-titles__main-title {
    font-size: 22px;
    line-height: 22px;
    margin-top: 7px
  }
  .p-drawer {
    display: block
  }
  .p-drawer__left {
    width: 145px;
    display: flex;
    column-gap: 4%;
    align-items: center;
    padding-top: 0;
    height: 34px;
  }
  .p-drawer_left-logo-link {
    height: 34px;
    width: 145px;
  }
  .p-drawer_left-logo {
    height: 55px;
    padding-top: 0
  }
  .p-drawer__content {
    left: 50%
  }
  .p-drawer__bottom-swiper {
    display: block;
    top: 55px;
  }
  .p-drawer {
    height: 55px;
  }
  .p-footer {
    margin-top: 0;
    padding-top: 10%;
    padding-bottom: 80px;
  }
  .p-footer__top {
    display: block
  }
  .p-footer__top-left {
    display: block
  }
  .p-footer__top-left-img {
    padding-left: 12px;
    width: 75%
  }
  .p-footer__top-left-text {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 23.2px;
    padding-left: 12px;
    padding-top: 13px
  }
  .p-footer__border {
    margin-top: 6%
  }
  .p-footer__top-right {
    margin-top: 1px;
    padding-left: 12px;
    padding-top: 8%
  }
  .p-footer__top-right-name {
    font-size: 12px;
    letter-spacing: .5px
  }
  .p-footer__top-right-address {
    font-size: 12px;
    line-height: 19px;
    margin-top: 10px
  }
  .p-footer__bottom {
    display: block;
    padding-top: 30px
  }
  .p-footer__bottom-right {
    margin: 0 auto;
    width: 92%
  }
  .p-footer__bottom-right-btn-1 {
    padding: 16px 20px 18px
  }
  .p-footer__bottom-right-btn-1::after {
    right: 19px;
    top: 19px
  }
  .p-footer__bottom-right-btn-2 {
    margin-top: 8px;
    padding: 16px 30px 18px
  }
  .p-footer__bottom-right-btn-2::after {
    right: 19px;
    top: 19px
  }
  .p-footer__bottom-copyright {
    letter-spacing: 0;
    margin-top: 12%;
    padding-left: 1px;
    text-align: center
  }
  .p-about {
    margin-top: 0;
    padding: 5% 0 6%
  }
  .p-link {
    padding: 5% 0 8%
  }
  .p-link__imgs {
    display: block;
    gap: 0
  }
  .p-link__img-1 {
    width: 100%
  }
  .p-link__img-2 {
    margin-top: 14px;
    width: 100%
  }
  .p-article {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .p-article__titles-container {
    display: block
  }
  .p-article__titles {
    padding-left: 0
  }
  .p-article__items {
    display: block;
    margin-top: 21px;
    padding-left: 0;
    padding-right: 0
  }
  .p-article___item {
    align-items: stretch;
    display: flex;
    margin-top: 7px;
    padding-bottom: 0;
    width: 100%
  }
  .p-article___item:first-child {
    margin-top: 0
  }
  .p-article___item:nth-child(3) {
    margin-top: 8px
  }
  .p-article___item:nth-child(4) {
    margin-top: 8px
  }
  .p-article___item-img img {
    border-radius: 6px 0 0 6px;
    max-height: 89px
  }
  .p-article___item-img {
    width: 50.16%
  }
  .p-article___item-contents {
    width: 49.84%
  }
  .p-article___item-text {
    font-size: 12px;
    letter-spacing: .09px;
    line-height: 1.4;
    margin-top: 9px;
    padding: 0 0 0 11px
  }
  .p-article___item-detail {
    margin-top: 7px;
    padding: 0 11px 0 9px
  }
  .p-article___item-tag span::before {
    left: 2px;
    top: 2px
  }
  .p-article___item-tag {
    font-size: 9px
  }
  .p-article___item-date {
    font-size: 9px
  }
  .p-cat__container {
    padding-bottom: 29px;
    padding-top: 31px
  }
  .p-cat__titles {
    padding-left: 2px
  }
  .p-cat__sub-title {
    letter-spacing: .8px
  }
  .p-cat__blocks {
    margin-top: 22px
  }
  .p-cat__block {
    display: block;
    margin-bottom: 9px
  }
  .p-cat__block-title {
    border-radius: 4px 4px 0 0;
    padding: 14px 0 12px;
    width: 100%
  }
  .p-cat__block-title span {
    font-size: 15px;
    letter-spacing: .9px;
    padding-left: 52px
  }
  .p-cat__block-title span::before {
    height: 26px;
    left: 18px;
    top: -5px;
    width: 26px;
    background-size: 24px;
  }
  .p-cat__block-title-damage span::before {
    height: 26px;
    left: 18px;
    top: -5px;
    width: 26px;
    background-size: 18px;
  }
  .p-cat__block-title-choice {
    padding: 14px 0 12px
  }
  .p-cat__block-title-choice span::before {
    height: 26px;
    left: 18px;
    top: -5px;
    width: 26px;
    background-size: 18px;
  }
  .p-cat__block-title-cat {
    padding: 13px 0 12px
  }
  .p-cat__block-title-cat span::before {
    height: 26px;
    left: 18px;
    top: -5px;
    width: 26px;
    background-size: 19px;
  }
  .p-cat__block-items {
    border-radius: 0 0 4px 4px;
    grid-template-columns: repeat(2, 1fr);
    padding: 12px 7px 14px 9px;
    row-gap: 10px;
    width: 100%
  }
  .p-cat__block-item span {
    font-size: 13px
  }
  .p-cat__block-item span::before {
    height: 9px;
    left: 7px;
    top: 6px
  }
  .p-ranking {
    margin-top: 0;
    padding-top: 10%;
  }
  .p-ranking__main-title {
    padding-left: 3px
  }
  .p-ranking__container {
    margin-top: 10px
  }
  .p-ranking__nav {
    height: 47px;
    margin: 0 auto;
    width: 84%
  }
  .p-ranking__nav ul li .p-ranking__nav-span {
    padding-left: 0
  }
  .p-ranking__nav ul li span {
    font-size: 13px;
    padding: 16px 0 11px
  }
  .p-ranking__item::after {
    right: 37px;
    top: 50%
  }
  .p-ranking__swiper-cat span::before {
    left: 2px;
    top: 3px
  }
  .p-writer {
    margin-top: 0;
    padding: 5% 0 12%
  }
  .p-writer__container {
    display: block
  }
  .p-writer__left {
    width: 92%
  }
  .p-writer__right {
    margin-left: auto;
    margin-right: 0;
    margin-top: -27px;
    padding-left: 31px;
    padding-top: 33px;
    position: relative;
    width: 92%;
    padding-right: 31px;
  }
  .p-writer__sub-title {
    letter-spacing: 1.1px;
    padding-left: 2px
  }
  .p-writer__right-text {
    font-size: 13px;
    line-height: 26px;
    margin-top: 15px;
    padding-left: 2px;
  }
  .p-writer__right-btn {
    margin-top: 19px;
    padding-right: 55px;
    text-align: right
  }
  .p-writer__right-btn span {
    font-size: 13px;
    letter-spacing: .5px
  }
  .p-writer__right-btn span::after {
    height: 40px;
    right: -49px;
    top: -9px;
    width: 40px
  }
  .p-us {
    margin-top: 2%;
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .p-us__sub-title {
    padding-left: 4px
  }
  .p-us__main-title {
    line-height: 31px;
    margin-top: 8px;
  }
  .p-us__text {
    font-size: 13px;
    line-height: 26px;
    margin-top: 16px
  }
  .p-us__items {
    display: block;
    margin-top: 8%
  }
  .p-us__item {
    margin-top: 15px;
    padding: 44px 24px 30px 25px
  }
  .p-us__item:first-child {
    margin-top: 0
  }
  .p-us__item-img {
    width: 76%
  }
  .p-us__item-text {
    letter-spacing: -1px;
    line-height: 23px;
    margin-top: 33px
  }
  .p-us__item-btn {
    margin: 11px auto 0;
    padding: 14px 19px 16px
  }
  .p-us__item-btn span {
    letter-spacing: .8px
  }
  .p-us__item-btn::after {
    top: 17px
  }
  .u-hidden-tab {
    display: block
  }
  .u-hidden-sp {
    display: none
  }
  .u-us__item-2 {
    padding-top: 42px
  }
  .u-us__item-img-2 {
    width: 79%
  }
  .u-us__item-text-2 {
    margin-top: 39px
  }
  .u-us__item-btn-2 {
    padding: 15px 19px 16px
  }
  .u-us__item-3 {
    padding-top: 36px
  }
  .u-us__item-img-3 {
    width: 61%
  }
  .u-us__item-text-3 {
    margin-top: 32px
  }
  .u-us__item-btn-3 {
    padding: 14px 20px 16px
  }
  .fix_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    padding: 0 4%;
    display: flex!important;
    column-gap: 2%;
    z-index: 9999;
    width: 100%;
    height: 60px;
    align-items: center;
  }
  .fix_cta .btn_cv {
    flex-basis: 49%;
  }
  .fix_cta .btn_cv a {
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    font-weight: 700;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #FFF;
    background: #6C9CD0;
    border-radius: 30px;
  }
  .fix_cta .btn_cv.contact a {
    background: #F0841A;
  }
}
.pc {
  display: inherit;
}
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
