@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  /*display: none;*/
}

.slick-arrow.slick-hidden:before {
  color: #cccccc;
  opacity: 1;
  cursor: default;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../images/fonts/slick.eot");
  src: url("../images/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../images/fonts/slick.woff") format("woff"), url("../images/fonts/slick.ttf") format("truetype"), url("../images/fonts/slick.svg#slick") format("svg");
}
/************************ Arrows ************************/
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 100;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: -23px;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    margin-top: -6.1333333333vw;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background: #393939;
}
.slick-prev.slick-hidden,
.slick-next.slick-hidden {
  display: none;
}

.slick-prev:before,
.slick-next:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-prev:before {
  left: 50%;
  margin-left: -4px;
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
}

.slick-next:before {
  right: 50%;
  margin-right: -4px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

.slick-prev {
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 4vw;
  }
}

[dir=rtl] .slick-prev {
  right: -30px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 30px;
}
@media only screen and (max-width: 767px) {
  .slick-next {
    right: 4vw;
  }
}

[dir=rtl] .slick-next {
  right: auto;
  left: -30px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/************************ Dots ************************/
.slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 4vw;
  }
}

.slick-dots li {
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    margin: 0 1.3333333333vw;
  }
}

.slick-dots li button {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99999px;
  font-size: 0;
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: 0;
  background: #eeeeee;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #393939;
}

.slick-dots li.slick-active button {
  background: #393939;
}

/* メインビジュアル */
.p-main-visual {
  margin: 0 auto;
  overflow: hidden;
  --imgWidth: 750;
  --imgHeight: 1170;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  --imgShowHeight: calc(100vw * var(--imgRatio));
  width: 100%;
  height: var(--imgShowHeight);
}
@media only screen and (min-width: 767px) {
  .p-main-visual {
    --imgWidth: 1920;
    --imgHeight: 815;
    --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
    --imgShowHeight: calc(100vw * var(--imgRatio));
    width: 100%;
    height: var(--imgShowHeight);
  }
}
.p-main-visual .slick-prev {
  left: 60px;
}
.p-main-visual .slick-next {
  right: 60px;
}

.p-main-visual-bg {
  overflow: hidden;
  --imgWidth: 750;
  --imgHeight: 1170;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  --imgShowHeight: calc(100vw * var(--imgRatio));
  width: 100%;
  height: var(--imgShowHeight);
}
@media only screen and (min-width: 481px) {
  .p-main-visual-bg {
    --imgWidth: 750;
    --imgHeight: 1170;
    --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
    --imgShowHeight: calc(100vw * var(--imgRatio));
    width: 100%;
    height: var(--imgShowHeight);
  }
}
@media only screen and (min-width: 767px) {
  .p-main-visual-bg {
    --imgWidth: 1920;
    --imgHeight: 815;
    --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
    --imgShowHeight: calc(100vw * var(--imgRatio));
    width: 100%;
    height: var(--imgShowHeight);
  }
}

.p-main-visual-link {
  position: relative;
}

.p-main-visual__img {
  position: relative;
}
.p-main-visual__img img {
  width: 100%;
}

.p-main-visual-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-left: 105px;
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-txt {
    padding-left: 7vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-main-visual-txt {
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
    padding-left: 4vw;
    padding-top: 40vw;
  }
}

.p-main-visual-txt__ttl-main {
  display: block;
  position: relative;
  padding-bottom: 4vw;
  line-height: 1.6em;
  font-size: 4vw;
  color: #393939;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-txt__ttl-main {
    padding-bottom: 8vw;
    font-size: 8vw;
  }
}
.p-main-visual-txt__ttl-main:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14.5vw;
  height: 1px;
  width: 38vw;
  background-color: #393939;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-txt__ttl-main:before {
    top: 29.3333333333vw;
    width: 74.6666666667vw;
  }
}

.p-main-visual-txt__ttl-sub {
  display: block;
  color: #393939;
  font-size: 1.3vw;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-txt__ttl-sub {
    font-size: 3.2vw;
  }
}

.p-main-visual-link .p-main-visual-txt,
.p-main-visual__img .p-main-visual-txt {
  display: none;
}

.slick-slide.slick-active .p-main-visual-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slide.slick-active .p-main-visual-txt .p-main-visual-txt__ttl-main {
  -webkit-animation-name: main-visual-animation1;
          animation-name: main-visual-animation1;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.slick-slide.slick-active .p-main-visual-txt .p-main-visual-txt__ttl-sub {
  -webkit-animation-name: main-visual-animation2;
          animation-name: main-visual-animation2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes main-visual-animation1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes main-visual-animation1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes main-visual-animation2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes main-visual-animation2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.p-main-visual-link img,
.p-main-visual__img img {
  will-change: transform;
}
.p-main-visual-link .p-main-visual-txt,
.p-main-visual__img .p-main-visual-txt {
  will-change: display;
}
.p-main-visual-link .p-main-visual-txt .p-main-visual-txt__ttl-main, .p-main-visual-link .p-main-visual-txt .p-main-visual-txt__ttl-sub,
.p-main-visual__img .p-main-visual-txt .p-main-visual-txt__ttl-main,
.p-main-visual__img .p-main-visual-txt .p-main-visual-txt__ttl-sub {
  will-change: opacity, transform;
}

/***** メインビジュアル コントロール *****/
.p-main-visual-control__item {
  position: absolute;
  top: 50%;
}
.p-main-visual-control__item.is-prev {
  left: 15px;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-control__item.is-prev {
    left: 10px;
  }
}
.p-main-visual-control__item.is-next {
  right: 15px;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-control__item.is-next {
    right: 10px;
  }
}

.p-main-visual-control__btn {
  overflow: hidden;
  white-space: nowrap;
  text-indent: -99999px;
  position: relative;
  width: 65px;
  height: 65px;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-control__btn {
    width: 45px;
    height: 45px;
  }
}
.p-main-visual-control__btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -7px;
  width: 40px;
  height: 40px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 767px) {
  .p-main-visual-control__btn:before {
    margin-top: -13px;
    margin-left: -7px;
    width: 25px;
    height: 25px;
  }
}
.p-main-visual-control__btn.is-next:before {
  left: auto;
  right: 50%;
  margin-left: 0;
  margin-right: -7px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***** TOP INFORMATION *****/
.p-top-information {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-top-information {
    margin-top: 8vw;
    -webkit-transform: inherit;
            transform: inherit;
  }
}

.p-top-information-wrap {
  margin: 0 0 0 auto;
  padding: 15px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #393939;
  border: 1px solid #393939;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-top-information-wrap {
    margin: 0;
    margin-left: 4vw;
    padding: 2.6666666667vw 4vw;
    width: auto;
    border-right: none;
    text-align: left;
  }
}

.p-top-information-ttl-wrap {
  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: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #393939;
}
@media only screen and (max-width: 767px) {
  .p-top-information-ttl-wrap {
    margin-bottom: 3.2vw;
    padding-bottom: 2.6666666667vw;
  }
}

.p-top-information-more {
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .p-top-information-more {
    font-size: 3.2vw;
  }
}
.p-top-information-more a {
  color: #393939;
}

.p-top-information-contents__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #393939;
}
@media only screen and (max-width: 767px) {
  .p-top-information-contents__link {
    display: block;
  }
}
.p-top-information-contents__link:hover {
  color: #393939;
  text-decoration: none;
}

.p-top-information-contents-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-information-contents-head {
    margin-right: 0;
  }
}

.p-top-information-contents__date {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-information-contents__date {
    margin-right: 4vw;
    font-size: 3.2vw;
  }
}

.p-top-information-contents__category {
  width: 105px;
  font-size: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .p-top-information-contents__category {
    min-width: 24vw;
    width: auto;
    font-size: 2.6666666667vw;
  }
}
.p-top-information-contents__category span {
  display: block;
  padding: 3px 10px;
  background: #393939;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-information-contents__category span {
    padding: 0.2666666667vw 2.6666666667vw;
  }
}

.p-top-information-contents__ttl {
  max-width: 560px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .p-top-information-contents__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 2.6666666667vw;
    width: 100%;
    max-width: inherit;
    font-size: 3.2vw;
  }
}

/***** TOP TOPICS *****/
.p-top-topics {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top-topics {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
}

.p-top-topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 60px;
}
@media only screen and (max-width: 1230px) {
  .p-top-topics-list {
    margin: 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list {
    display: block;
    margin: 0;
  }
}

.js-top-topics {
  display: none;
}
.js-top-topics.slick-initialized {
  display: block;
}
.js-top-topics .slick-next {
  right: -60px;
}
@media only screen and (max-width: 1230px) {
  .js-top-topics .slick-next {
    right: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .js-top-topics .slick-next {
    right: -4vw;
  }
}
.js-top-topics .slick-prev {
  left: -60px;
}
@media only screen and (max-width: 1230px) {
  .js-top-topics .slick-prev {
    left: -45px;
  }
}
@media only screen and (max-width: 767px) {
  .js-top-topics .slick-prev {
    left: -4vw;
  }
}

.p-top-topics-list__item {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 25%;
}
@media only screen and (max-width: 1230px) {
  .p-top-topics-list__item {
    padding: 0 8px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list__item {
    margin-bottom: 8vw;
    padding: 0;
    width: auto;
  }
}

.p-top-topics-list__link {
  display: block;
  color: #ffffff;
  background-color: #eeeeee;
}
.p-top-topics-list__link:hover {
  opacity: 0.8;
  color: #ffffff;
  text-decoration: none;
}

.p-top-topics-list__img {
  position: relative;
  padding: 15px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list__img {
    padding: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}

.p-top-topics-list__wrap {
  position: relative;
  padding: 0 15px 30px 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list__wrap {
    padding: 0 4vw 8vw 4vw;
  }
}

.p-top-topics-list__label {
  position: absolute;
  left: 15px;
  bottom: 10px;
  padding: 2px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background-color: #393939;
  font-size: 0.75rem;
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list__label {
    left: 4vw;
    bottom: 2.6666666667vw;
    padding: 0.5333333333vw 2.6666666667vw;
    font-size: 3.2vw;
  }
}

.p-top-topics-list__txt {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #cccccc;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list__txt {
    margin-bottom: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

.p-top-topics-list__ttl {
  color: #393939;
  text-align: left;
}

.p-top-topics-btn {
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-topics-btn {
    margin-top: 12vw;
  }
}

.p-top-topics-list__date {
  padding: 5px 15px;
  color: #ffffff;
  background-color: #888888;
  font-size: 0.75rem;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .p-top-topics-list__date {
    padding: 1.3333333333vw 4vw;
    font-size: 3.2vw;
  }
}

/***** TOP 製品情報 *****/
.p-top-product-category {
  background-color: #edf5ff;
}
.p-top-product-category .c-ttl-main {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-category .c-ttl-main {
    margin-bottom: 4vw;
  }
}

.p-top-product-bg {
  padding: 60px 105px;
  background-color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .p-top-product-bg {
    padding: 16vw 4vw;
  }
}

.p-top-product-img {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-img {
    margin-bottom: 8vw;
  }
}

.p-top-product-leadfree {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-leadfree {
    margin-bottom: 12vw;
  }
}

.p-top-product-leadfree-ttl {
  margin-bottom: 15px;
  font-size: 1.375rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-product-leadfree-ttl {
    margin-bottom: 4vw;
    font-size: 1.125rem;
  }
}

.p-top-product-leadfree-body {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 85%;
}
@media only screen and (max-width: 767px) {
  .p-top-product-leadfree-body {
    margin-bottom: 8vw;
    width: auto;
  }
}

.p-top-product-btn {
  text-align: center;
}

.p-top-product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -8px;
}
@media only screen and (max-width: 767px) {
  .p-top-product-list {
    margin: 0 -1.3333333333vw;
  }
}

.p-top-product-list__item {
  padding: 0 8px;
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .p-top-product-list__item {
    margin-bottom: 2.6666666667vw;
    padding: 0 1.3333333333vw;
    width: 50%;
  }
}

.p-top-product-list__link {
  display: block;
  border: 1px solid #003f8e;
}
.p-top-product-list__link:hover {
  text-decoration: none;
}
.p-top-product-list__link:hover .p-top-product-list__ttl {
  color: #ffffff;
  background-color: #003f8e;
}
.p-top-product-list__link:hover .p-top-product-list__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-product-list__img {
  overflow: hidden;
}

.p-top-product-list__ttl {
  padding: 8px 0;
  border-top: 1px solid #003f8e;
  color: #003f8e;
  background-color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top-product-list__ttl {
    padding: 1.3333333333vw 0;
    letter-spacing: 0;
  }
}

.product-top-serch {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #d1e3f9;
}
@media only screen and (max-width: 767px) {
  .product-top-serch {
    padding-top: 12vw;
    padding-bottom: 4vw;
  }
}

/***** TOP NAVI *****/
.p-top-navi {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .p-top-navi {
    padding: 8vw 0;
  }
}

.p-top-navi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list {
    display: block;
    margin: 0;
  }
}

.p-top-navi-list__item {
  padding: 0 15px;
  width: 33.3333%;
}
@media only screen and (max-width: 990px) {
  .p-top-navi-list__item {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list__item {
    display: block;
    margin-bottom: 8vw;
    padding: 0;
    width: auto;
  }
}

.p-top-navi-list__link {
  display: block;
  position: relative;
  text-align: center;
}
.p-top-navi-list__link:hover {
  text-decoration: none;
}
.p-top-navi-list__link:hover .p-top-navi-list__img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-top-navi-list__img {
  overflow: hidden;
}
.p-top-navi-list__ttl {
  position: relative;
  padding: 10px 0 15px 0;
  color: #393939;
  font-size: 1.375rem;
}
@media only screen and (max-width: 1230px) {
  .p-top-navi-list__ttl {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list__ttl {
    padding: 2.6666666667vw 0 4vw 0;
    font-size: 4.8vw;
  }
}
.p-top-navi-list__ttl span {
  display: block;
  color: #393939;
  font-size: 0.9375rem;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list__ttl span {
    font-size: 4vw;
  }
}
.p-top-navi-list__ttl:before, .p-top-navi-list__ttl:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list__ttl:before, .p-top-navi-list__ttl:after {
    right: 4vw;
  }
}
.p-top-navi-list__ttl:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45px;
  height: 45px;
  border: 1px solid #003f8e;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list__ttl:before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-top-navi-list__ttl:after {
  right: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #003f8e;
  border-right: 2px solid #003f8e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .p-top-navi-list__ttl:after {
    right: 8.5333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}