@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 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: 45px;
  height: 45px;
  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;
}
.slick-prev:hover,
.slick-next:hover {
  background: #633d99;
}
.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;
}

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

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

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

.slick-next {
  right: -30px;
}

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

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

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

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

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

.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: 768px) {
  .slick-dots li button {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
  }
}

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

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

.c-btn {
  display: inline-block;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 50vw;
  min-width: 400px;
  line-height: 60px;
  background: #ffffff;
  color: #633d99;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
}
.c-btn::after {
  padding-left: 1em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f061";
}
@media only screen and (max-width: 768px) {
  .c-btn {
    display: block;
    width: auto;
    min-width: 71.7948717949vw;
    margin: 0 auto;
    padding: 0 5.1282051282vw;
    line-height: 12.8205128205vw;
    font-size: 4.1025641026vw;
    cursor: pointer;
  }
}
.c-btn:hover {
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #faf6ff;
  color: #633d99;
  text-decoration: none;
}

/***** ボタン 状態・大きさ *****/
.c-btn.is-primary {
  border-color: transparent;
  background: #633d99;
  color: #ffffff;
  position: relative;
}
.c-btn.is-primary:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-primary:before {
    right: 5.1282051282vw;
    margin-top: -1.2820512821vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-right: 0.2564102564vw solid #ffffff;
    border-bottom: 0.2564102564vw solid #ffffff;
  }
}
.c-btn.is-primary.is-no-arrow {
  position: relative;
}
.c-btn.is-primary.is-no-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-primary.is-no-arrow:before {
    left: 0vw;
    margin-top: 0vw;
    width: 0vw;
    height: 0vw;
    border-right: 0vw solid #696969;
    border-bottom: 0vw solid #696969;
  }
}
.c-btn.is-primary:hover {
  background: rgba(99, 61, 153, 0.9);
  color: #ffffff;
}
.c-btn.is-success {
  border-color: #398439;
  background: #449d44;
  color: #ffffff;
}
.c-btn.is-success:hover {
  background: #398439;
  color: #ffffff;
}
.c-btn.is-link {
  border-color: #633d99;
  border-width: 1px;
  background: #ffffff;
  color: #633d99;
  position: relative;
}
.c-btn.is-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #633d99;
  border-bottom: 1px solid #633d99;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-link:before {
    right: 5.1282051282vw;
    margin-top: -1.2820512821vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-right: 0.2564102564vw solid #633d99;
    border-bottom: 0.2564102564vw solid #633d99;
  }
}
.c-btn.is-link:hover {
  position: relative;
  background: #633d99;
  color: #ffffff;
}
.c-btn.is-link:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-link:hover:before {
    right: 5.1282051282vw;
    margin-top: -1.2820512821vw;
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    border-right: 0.2564102564vw solid #ffffff;
    border-bottom: 0.2564102564vw solid #ffffff;
  }
}
.c-btn.is-disable {
  border-color: #dddddd;
  background: #e5e5e5;
  color: #aaaaaa;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: default;
}
.c-btn.is-disable:hover {
  margin: 0 2px 2px 0;
}
.c-btn.is-arrow {
  padding-right: 30px;
  position: relative;
}
.c-btn.is-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-arrow:before {
    right: 3.8461538462vw;
    margin-top: -1.0256410256vw;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-right: 0.5128205128vw solid #666666;
    border-bottom: 0.5128205128vw solid #666666;
  }
}
.c-btn.is-arrow-bottom {
  padding-right: 30px;
  position: relative;
}
.c-btn.is-arrow-bottom:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #666666;
  border-bottom: 2px solid #666666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-arrow-bottom:before {
    right: 3.0769230769vw;
    margin-top: -1.0256410256vw;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    border-right: 0.5128205128vw solid #666666;
    border-bottom: 0.5128205128vw solid #666666;
  }
}
.c-btn.is-no-arrow {
  position: relative;
}
.c-btn.is-no-arrow:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 0px;
  margin-top: 0px;
  width: 0px;
  height: 0px;
  border-right: 0px solid #696969;
  border-bottom: 0px solid #696969;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-no-arrow:before {
    left: 0vw;
    margin-top: 0vw;
    width: 0vw;
    height: 0vw;
    border-right: 0vw solid #696969;
    border-bottom: 0vw solid #696969;
  }
}
.c-btn.is-back::before {
  padding-right: 1em;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  content: "\f060";
}
.c-btn.is-back::after {
  content: none;
}
.c-btn.is-pdf {
  padding: 12px 45px;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-pdf {
    padding: 3.0769230769vw 11.5384615385vw;
  }
}
.c-btn.is-form-send {
  background: #633d99;
  color: #ffffff;
}
.c-btn.is-form-send:hover {
  opacity: 0.8;
}
.c-btn.is-s {
  padding: 4px 5px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-s {
    padding: 1.0256410256vw 1.2820512821vw;
    font-size: 3.0769230769vw;
  }
}
.c-btn.is-m {
  padding: 11px 30px;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-m {
    padding: 2.8205128205vw 7.6923076923vw;
  }
}
.c-btn.is-l {
  padding: 15px 30px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-l {
    padding: 2.8205128205vw 7.6923076923vw;
    font-size: 4.1025641026vw;
  }
}

/***** moreボタン *****/
.c-second-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .c-second-btn-wrap {
    display: block;
  }
}
.c-second-btn-wrap .c-btn-more {
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .c-second-btn-wrap .c-btn-more {
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    margin-top: 0;
    margin-bottom: 3.8461538462vw;
    padding: 0;
  }
}

.c-btn-more {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-btn-more {
    margin-top: 7.6923076923vw;
  }
}
.c-btn-more.is-right {
  text-align: right;
}

.c-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media only screen and (max-width: 768px) {
  .c-card-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

.c-card-list__item {
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-card-list__item {
    margin-bottom: 7.6923076923vw;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}
.c-card-list__item.is-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-card-list__item.is-top {
    margin-bottom: 7.6923076923vw;
  }
}

.c-card-list__link {
  overflow: hidden;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-card-list__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-card-list__link:hover {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-card-list__link {
    border-radius: 1.2820512821vw;
  }
}

.c-card-list__txt {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .c-card-list__txt {
    padding: 3.8461538462vw;
  }
}

.c-card-list__ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .c-card-list__ttl {
    margin-bottom: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}

.c-card-list__body {
  color: #000000;
}

.c-contents-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list {
    display: block;
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
    margin-bottom: 11.5384615385vw;
  }
}

.c-contents-category-list__item {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__item {
    width: auto;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    margin-bottom: 5.1282051282vw;
  }
}

.c-contents-category-list__link {
  display: block;
  padding: 12px;
  border: 1px solid #633d99;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link {
    padding: 3.0769230769vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    text-align: left;
  }
}
.c-contents-category-list__link:hover, .c-contents-category-list__link.is-on {
  background: #633d99;
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-list__link.is-page-link {
  position: relative;
  z-index: 0;
}
.c-contents-category-list__link.is-page-link:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #633d99;
  border-bottom: 1px solid #633d99;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link.is-page-link:before {
    right: 3.8461538462vw;
    margin-top: -1.0256410256vw;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.c-contents-category-list__link.is-page-link:hover::before, .c-contents-category-list__link.is-page-link.is-on::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

.c-contents-sub-category-list {
  position: absolute;
  bottom: 1px;
  left: 10px;
  z-index: 1;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  width: calc(100% - 20px);
  background: #ffffff;
  border: 1px solid #633d99;
  border-top: none;
  overflow: hidden;
  line-height: 0;
  -webkit-transition: line-height 0.1s ease-out;
  transition: line-height 0.1s ease-out;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list {
    bottom: 0;
    left: 2.5641025641vw;
    width: calc(100% - 5.1282051282vw);
  }
}

.c-contents-sub-category-list__item {
  padding: 15px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  -webkit-transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out;
  transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out;
}
.c-contents-sub-category-list__item.is-close {
  height: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list__item {
    padding-left: 3.8461538462vw;
    padding-right: 0;
  }
}

.c-contents-sub-category-list__link {
  display: inline-block;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out, opacity 0.1s linear, visibility 0.1s linear;
  transition: padding-top 0.1s ease-out, padding-bottom 0.1s ease-out, line-height 0.1s ease-out, opacity 0.1s linear, visibility 0.1s linear;
}
.c-contents-sub-category-list__link i {
  font-size: 1.875rem;
  color: #633d99;
  line-height: 0;
  -webkit-transition: line-height 0.1s ease-out;
  transition: line-height 0.1s ease-out;
}
.c-contents-sub-category-list__link:hover {
  color: #633d99;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list__link i {
    font-size: 5.1282051282vw;
  }
}

.c-contents-category-list__link.is-on + .c-contents-sub-category-list {
  z-index: 2;
  line-height: 1.5;
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item.is-close {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
  }
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item > .c-contents-sub-category-list__link {
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
  opacity: 1;
  visibility: visible;
}
.c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item > .c-contents-sub-category-list__link > i {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-list__link.is-on + .c-contents-sub-category-list > .c-contents-sub-category-list__item > .c-contents-sub-category-list__link {
    padding-top: 1.2820512821vw;
    padding-bottom: 1.2820512821vw;
  }
}

/***** カテゴリーリスト 02 *****/
.c-contents-category-type02-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type02-list {
    display: block;
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
    margin-bottom: 11.5384615385vw;
  }
}

.c-contents-category-type02-list__item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type02-list__item {
    width: auto;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    margin-bottom: 0.5128205128vw;
  }
}

.c-contents-category-type02-list__link {
  display: block;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #007ae5;
  background: #ffffff;
  color: #007ae5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type02-list__link {
    padding: 3.0769230769vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    border-radius: 1.2820512821vw;
    text-align: left;
  }
}
.c-contents-category-type02-list__link:hover {
  background: rgba(0, 122, 229, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-type02-list__link.is-on {
  background: #007ae5;
  color: #ffffff;
  text-decoration: none;
}

/***** カテゴリーリスト 03 *****/
.c-contents-category-type03-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list {
    display: block;
    margin-bottom: 11.5384615385vw;
  }
}

.c-contents-category-type03-list__item {
  border-right: 1px solid #dddddd;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list__item {
    margin-bottom: 0.2564102564vw;
    border-right: 0;
    border-bottom: 1px solid #dddddd;
    width: auto;
  }
}
.c-contents-category-type03-list__item:first-child {
  border-left: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list__item:first-child {
    border-top: 1px solid #dddddd;
    border-left: 0;
  }
}

.c-contents-category-type03-list__link {
  display: block;
  padding: 12px;
  background: #ffffff;
  color: #007ae5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-contents-category-type03-list__link {
    padding: 3.0769230769vw;
    padding-left: 3.8461538462vw;
    padding-right: 3.8461538462vw;
    text-align: left;
  }
}
.c-contents-category-type03-list__link:hover {
  background: rgba(0, 122, 229, 0.8);
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-type03-list__link.is-on {
  background: #007ae5;
  color: #ffffff;
  text-decoration: none;
}

/* カテゴリ用 */
.c-category-list-type01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01 {
    display: block;
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
  }
}

.c-category-list-type01__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__item {
    margin-bottom: 7.6923076923vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    width: auto;
  }
}
.c-category-list-type01__item.is-top {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__item.is-top {
    margin-bottom: 7.6923076923vw;
  }
}

.c-category-list-type01__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-category-list-type01__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.c-category-list-type01__img {
  position: relative;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__img {
    margin-bottom: 2.5641025641vw;
  }
}

.c-category-list-type01__ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  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;
  font-size: 1.875rem;
  background: rgba(0, 0, 0, 0.1);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .c-category-list-type01__ttl {
    font-size: 4.6153846154vw;
  }
}

/* 内容用 */
.c-category-list-type02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02 {
    display: block;
    margin-left: -2.5641025641vw;
    margin-right: -2.5641025641vw;
  }
}

.c-category-list-type02__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02__item {
    margin-bottom: 7.6923076923vw;
    padding-left: 2.5641025641vw;
    padding-right: 2.5641025641vw;
    width: auto;
  }
}

.c-category-list-type02__link {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-category-list-type02__link:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.c-category-list-type02__link:hover {
  text-decoration: none;
}

.c-category-list-type02-txt {
  position: relative;
  padding: 30px 15px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02-txt {
    padding: 7.6923076923vw 3.8461538462vw;
  }
}

.c-category-list-type02-txt__ttl {
  margin-bottom: 15px;
  font-size: 1.125rem;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02-txt__ttl {
    margin-bottom: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}

.c-category-list-type02-txt__category {
  position: absolute;
  top: -15px;
  right: -1px;
  padding: 5px 15px;
  min-width: 120px;
  background: #633d99;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-category-list-type02-txt__category {
    top: -3.8461538462vw;
    right: -0.2564102564vw;
    padding: 1.2820512821vw 3.8461538462vw;
    min-width: 30.7692307692vw;
    font-size: 3.0769230769vw;
  }
}

.c-category-list-type02-txt__body {
  color: #000000;
}

.c-check-list__item {
  margin-bottom: 15px;
}
.c-check-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .c-check-list__item {
    margin-bottom: 3.8461538462vw;
  }
}

/* メインビジュアル */
.p-main-visual {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  --imgWidth: 750;
  --imgHeight: 850;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  --imgShowHeight: calc(100vw * var(--imgRatio));
  width: 100%;
  height: var(--imgShowHeight);
}
@media only screen and (min-width: 769px) {
  .p-main-visual {
    --imgWidth: 1920;
    --imgHeight: 1050;
    --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
    --imgShowHeight: calc(100vw * var(--imgRatio));
    width: 100%;
    height: var(--imgShowHeight);
  }
}
@media only screen and (min-width: 1921px) {
  .p-main-visual {
    width: 1920px;
    height: 1050px;
  }
}
.p-main-visual .slick-prev {
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .p-main-visual .slick-prev {
    left: 3.8461538462vw;
  }
}
.p-main-visual .slick-next {
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .p-main-visual .slick-next {
    right: 3.8461538462vw;
  }
}
.p-main-visual::before {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  right: -0.1vw;
  top: -0.1vw;
  margin-bottom: 150px;
  background-size: 100% 110px;
  background-position: 50% 100%;
  background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M35.28 1.67c-3.07-.55-9.27.41-16.15 0-6.87-.4-13.74-.58-19.13.1v.4h35.28z" fill="%237575a8"/><path d="M35.28 1.16c-3.17-.8-7.3.4-10.04.56-2.76.17-9.25-1.47-12.68-1.3-3.42.16-4.64.84-7.04.86C3.12 1.31 0 .4 0 .4v1.77h35.28z" opacity=".5" fill="%237575a8"/><path d="M35.28.31c-2.57.84-7.68.3-11.8.43-4.1.12-6.85.61-9.57.28C11.18.69 8.3-.16 5.3.02 2.3.22.57.85 0 .87v1.2h35.28z" opacity=".5" fill="%237575a8"/></svg>');
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .p-main-visual::before {
    margin-bottom: 38.4615384615vw;
    background-size: 100% 15.3846153846vw;
  }
}
.p-main-visual::after {
  content: "";
  position: absolute;
  z-index: 3;
  pointer-events: none;
  background-repeat: no-repeat;
  bottom: -0.1vw;
  left: -0.1vw;
  background: #7575a8;
  opacity: 0.8;
  width: 100%;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .p-main-visual::after {
    height: 38.4615384615vw;
  }
}

.p-main-visual-bg {
  background: #F9F7F4;
  overflow: hidden;
  --imgWidth: 750;
  --imgHeight: 850;
  --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
  --imgShowHeight: calc((100vw - 20px) * var(--imgRatio));
  width: 100%;
  height: var(--imgShowHeight);
}
@media only screen and (min-width: 481px) {
  .p-main-visual-bg {
    --imgWidth: 750;
    --imgHeight: 850;
    --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
    --imgShowHeight: calc((100vw - 20px) * var(--imgRatio));
    width: 100%;
    height: var(--imgShowHeight);
  }
}
@media only screen and (min-width: 769px) {
  .p-main-visual-bg {
    --imgWidth: 1920;
    --imgHeight: 1050;
    --imgRatio: calc(var(--imgHeight) / var(--imgWidth));
    --imgShowHeight: calc((100vw - 20px) * var(--imgRatio));
    width: 100%;
    height: var(--imgShowHeight);
  }
}
@media only screen and (min-width: 1921px) {
  .p-main-visual-bg {
    width: 1920px;
    height: 1050px;
  }
}

.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-main-visual-txt__ttl {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 0 0 40px 70px;
}
@media only screen and (max-width: 990px) {
  .p-main-visual-txt__ttl {
    padding: 0 0 40px 50px;
  }
}
@media only screen and (max-width: 768px) {
  .p-main-visual-txt__ttl {
    margin-right: 0;
    padding: 0 0 11.5384615385vw 3.8461538462vw;
  }
}

/*
.p-main-visual-txt__ttl-main {
	display: block;
	padding-bottom: 30px;
	font-size: rem(24px);
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	@include media(sp) {
		padding-bottom: 15px;
		font-size: vw(18px);
	}
}
*/
.p-main-visual-txt__ttl-main {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
  font-size: 2.5rem;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  font-weight: normal;
  color: #fff;
  line-height: 1.3em;
  text-shadow: 1px 1px 5px #000;
}
@media only screen and (max-width: 768px) {
  .p-main-visual-txt__ttl-main {
    padding-bottom: 2.5641025641vw;
    font-size: 5.641025641vw;
  }
}
.p-main-visual-txt__ttl-main span {
  font-size: 4.375rem;
}
@media only screen and (max-width: 768px) {
  .p-main-visual-txt__ttl-main span {
    font-size: 9.7435897436vw;
  }
}

/*
.p-main-visual-txt__ttl-sub {
	display: block;
	font-size: rem(36px);
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px #000000;
	@include media(sp) {
		font-size: vw(22px);
	}
}
*/
.p-main-visual-txt__ttl-sub {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  text-shadow: 1px 1px 5px #000;
}
@media only screen and (max-width: 768px) {
  .p-main-visual-txt__ttl-sub {
    font-size: 4.1025641026vw;
  }
}

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

.slick-slide-animation .p-main-visual__img img {
  -webkit-animation: zoom-in ease 7s forwards;
          animation: zoom-in ease 7s forwards;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes zoom-in {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.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: 768px) {
  .p-main-visual-control__item.is-prev {
    left: 10px;
  }
}
.p-main-visual-control__item.is-next {
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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);
}

.c-ttl-main {
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main {
    margin-bottom: 10.2564102564vw;
    font-size: 7.6923076923vw;
  }
}
.c-ttl-main.is-left {
  text-align: left;
}
.c-ttl-main span {
  color: #633d99;
}

/*
.c-ttl-main__en {
	font-size: rem(30px);
	font-weight: bold;
	color: #000000;
	@include media(sp) {
		font-size: vw(30px);
	}
}
.c-ttl-main__ja {
	display: block;
	margin-top: 10px;
	font-size: rem(14px);
	font-weight: normal;
	@include media(sp) {
		margin-top: vw(10px);
		font-size: vw(14px);
	}
}
*/
.c-ttl-sub {
  position: relative;
  margin-bottom: 40px;
  font-size: 2rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.5em;
  text-align: center;
  /*
  &:before {
  	content: "";
  	position: absolute;
  	left: 50%;
  	bottom: -15px;
  	margin-left: -15px;
  	width: 30px;
  	height: 1px;
  	background: $main-color;
  	@include media(sp) {
  		bottom: vw(-10px);
  		margin-left: vw(-15px);
  		width: vw(30px);
  	}
  }
  */
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub {
    margin-bottom: 7.6923076923vw;
    font-size: 6.1538461538vw;
  }
}
.c-ttl-sub.is-left {
  text-align: left;
}
.c-ttl-sub.is-left:before {
  left: 0;
  margin-left: 0;
}

.c-ttl-sub-s {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub-s {
    margin-bottom: 5.1282051282vw;
    font-size: 4.6153846154vw;
  }
}

.c-ttl-sub-ss {
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub-ss {
    margin-bottom: 3.8461538462vw;
    font-size: 4.1025641026vw;
  }
}

.c-lead {
  margin-bottom: 45px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 11.5384615385vw;
    font-size: 4.6153846154vw;
  }
}

/***** 下層ヘッダービジュアル *****/
.c-second-header-visual {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
  background-position: center;
}

.c-second-header-visual-bg {
  position: relative;
  padding: 0;
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-bg {
    height: 35.8974358974vw;
    margin-top: 15.3846153846vw;
  }
}

.c-second-header-visual-ttl-wrap {
  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;
  height: 100%;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl-wrap {
    padding-top: 0;
  }
}

.c-second-header-visual-ttl {
  position: relative;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.c-second-header-visual-ttl__ja {
  font-weight: bold;
  font-size: 3.75rem;
  font-weight: bold;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 3.75rem;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl__ja {
    font-size: 9.2307692308vw;
    line-height: 9.2307692308vw;
  }
}
.c-second-header-visual-ttl__ja span {
  display: inline-block;
  margin-top: 15px;
  font-weight: normal;
  font-size: 6.25rem;
  line-height: 6.25rem;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl__ja span {
    font-size: 15.3846153846vw;
    line-height: 15.3846153846vw;
  }
}

.c-second-header-visual-ttl__en {
  position: absolute;
  top: 0.6rem;
  right: 0;
  font-size: 1.25rem;
  font-weight: normal;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl__en {
    font-size: 3.0769230769vw;
  }
}
.c-second-header-visual-ttl__en::after {
  display: inline-block;
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30%;
  height: 1px;
  background: #ffffff;
  content: "";
}

/***** TOP TOPICS *****/
.p-top-topics {
  overflow: hidden;
}

.p-top-topics-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -500%;
  margin-left: -500%;
  padding-right: 500%;
  padding-left: 500%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__item {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
.p-top-topics-list__item a {
  color: #000000;
}

.p-top-topics-list-head {
  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;
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list-head {
    margin-right: 0;
  }
}

.p-top-topics-list__date {
  margin-right: 30px;
  color: #888888;
  font-weight: 400;
  font-family: Questrial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__date {
    margin-right: 3.8461538462vw;
  }
}

.p-top-topics-list__category {
  width: 120px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__category {
    min-width: 29.4871794872vw;
    width: auto;
    font-size: 2.5641025641vw;
  }
}
.p-top-topics-list__category span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #dddddd;
  color: #633d99;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__category span {
    padding: 0.7692307692vw 2.5641025641vw;
  }
}

.p-top-topics-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 2.5641025641vw;
    width: 100%;
  }
}
.p-top-topics-list__ttl a {
  position: relative;
  color: #000000;
}
.p-top-topics-list__ttl a::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #C3ACD0;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-top-topics-list__ttl a:hover {
  text-decoration: none;
}
.p-top-topics-list__ttl a:hover::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

/***** TOP コンセプト *****/
@media only screen and (max-width: 768px) {
  .p-top-first {
    overflow: hidden;
  }
}

.p-top-first-wrap {
  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;
}
@media only screen and (max-width: 768px) {
  .p-top-first-wrap {
    display: block;
  }
}

.p-top-first-left {
  width: 495px;
}
@media only screen and (max-width: 768px) {
  .p-top-first-left {
    margin-bottom: 7.6923076923vw;
    width: auto;
  }
}

.p-top-first-left__ttl {
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .p-top-first-left__ttl {
    margin-bottom: 3.8461538462vw;
    font-size: 4.6153846154vw;
  }
}

.p-top-first-right {
  width: 445px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media only screen and (max-width: 768px) {
  .p-top-first-right {
    margin-top: 0;
    width: auto;
  }
}

.p-top-first-right__img {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .p-top-first-right__img {
    margin-bottom: 3.8461538462vw;
  }
}

/***** TOP ここから追加 *****/
.p-top-intro {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-top-intro {
    padding-bottom: 0;
  }
}

.p-top-intro-txt-wrap {
  width: calc(50% - 40px);
  min-height: 320px;
}
@media only screen and (max-width: 1230px) {
  .p-top-intro-txt-wrap {
    width: 52%;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-intro-txt-wrap {
    width: 100%;
  }
}

.p-top-intro-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 320px;
  margin: 0 calc(50% - 50vw);
}
@media only screen and (max-width: 1230px) {
  .p-top-intro-img {
    width: 45vw;
  }
}
@media only screen and (max-width: 990px) {
  .p-top-intro-img {
    width: 45vw;
    height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-intro-img {
    position: static;
    width: 100vw;
    height: 56.4102564103vw;
    margin: 7.6923076923vw calc(50% - 50vw) 0;
  }
}
.p-top-intro-img img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media only screen and (max-width: 768px) {
  .p-top-intro-img img {
    width: 100%;
  }
}

.p-top-sell-ttl-wrap {
  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;
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .p-top-sell-ttl-wrap {
    display: block;
    padding-top: 0;
  }
}

.c-ttl-main.is-p-top-sell-ttl {
  margin-top: -25px;
  margin-right: 40px;
  font-size: 5.625rem;
  line-height: 1em;
}
@media only screen and (max-width: 990px) {
  .c-ttl-main.is-p-top-sell-ttl {
    margin-top: -20px;
    margin-right: 30px;
    font-size: 3.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl-main.is-p-top-sell-ttl {
    margin-top: 5.1282051282vw;
    margin-right: auto;
    font-size: 10.2564102564vw;
  }
}
.c-ttl-main.is-p-top-sell-ttl span {
  color: #633d99;
  font-size: 8.75rem;
}
@media only screen and (max-width: 990px) {
  .c-ttl-main.is-p-top-sell-ttl span {
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl-main.is-p-top-sell-ttl span {
    font-size: 15.3846153846vw;
  }
}

@media only screen and (max-width: 990px) {
  .c-ttl-sub.is-p-top-sell-ttl-sub {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub.is-p-top-sell-ttl-sub {
    font-size: 6.1538461538vw;
  }
}

.p-top-sell-points-list {
  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;
  margin: 50px 0;
}
@media only screen and (max-width: 768px) {
  .p-top-sell-points-list {
    display: block;
    width: 80%;
    margin: 10.2564102564vw auto;
  }
}

.p-top-sell-points-list__item {
  position: relative;
  z-index: 1;
  width: 312px;
  height: 300px;
  background: url(/images/top-sell-points-list__item-bg_01.jpg) center center no-repeat;
  background-size: cover;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 990px) {
  .p-top-sell-points-list__item {
    width: 32%;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-sell-points-list__item {
    width: 100%;
    height: 71.7948717949vw;
    margin-bottom: 5.1282051282vw;
    -webkit-box-shadow: 1.0256410256vw 1.0256410256vw 1.2820512821vw rgba(0, 0, 0, 0.15);
            box-shadow: 1.0256410256vw 1.0256410256vw 1.2820512821vw rgba(0, 0, 0, 0.15);
  }
  .p-top-sell-points-list__item:last-child {
    margin-bottom: 0;
  }
}
.p-top-sell-points-list__item.is-01 {
  background-image: url(/images/top-sell-points-list__item-bg_01.jpg);
}
.p-top-sell-points-list__item.is-02 {
  background-image: url(/images/top-sell-points-list__item-bg_02.jpg);
}
.p-top-sell-points-list__item.is-03 {
  background-image: url(/images/top-sell-points-list__item-bg_03.jpg);
}
.p-top-sell-points-list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: radial-gradient(#000 10%, transparent 20%), radial-gradient(#000 10%, transparent 20%);
  background-size: 6px 6px;
  background-position: 0 0, 3px 3px;
  mix-blend-mode: screen;
  content: "";
}

.p-top-sell-points-list__item-inner {
  position: relative;
  z-index: 2;
}

.p-top-sell-points-list__item-num {
  width: 200px;
  border-bottom-right-radius: 15px;
  background: #633d99;
  color: #ffffff;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 60px;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .p-top-sell-points-list__item-num {
    width: 160px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-sell-points-list__item-num {
    width: 51.2820512821vw;
    border-bottom-right-radius: 7.6923076923vw;
    font-size: 9.2307692308vw;
    line-height: 14.1025641026vw;
  }
}
.p-top-sell-points-list__item-num span {
  position: relative;
  top: -5px;
  color: #E6EFEE;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .p-top-sell-points-list__item-num span {
    top: -1.2820512821vw;
    font-size: 5.1282051282vw;
  }
}

.p-top-sell-points-list__item-ttl {
  margin-top: 50px;
  color: #633d99;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  text-shadow: 1px 1px 5px #ffffff;
}
@media only screen and (max-width: 990px) {
  .p-top-sell-points-list__item-ttl {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-sell-points-list__item-ttl {
    margin-top: 10.2564102564vw;
    font-size: 7.1794871795vw;
  }
}

.p-top-sell-points-list__item-txt {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .p-top-sell-points-list__item-txt {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-sell-points-list__item-txt {
    margin-top: 5.1282051282vw;
    font-size: 3.8461538462vw;
  }
}

.p-top-faq {
  position: relative;
  height: 300px;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .p-top-faq {
    height: auto;
    margin-bottom: 3.8461538462vw;
  }
}

.p-top-faq-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  width: calc(50% + 480px);
  height: 300px;
}
@media only screen and (max-width: 990px) {
  .p-top-faq-wrap {
    width: calc(50% + 368px);
  }
}
@media only screen and (max-width: 768px) {
  .p-top-faq-wrap {
    display: block;
    position: static;
    width: calc(100% - 7.6923076923vw);
    height: auto;
    margin: 3.8461538462vw;
  }
}

.p-top-faq-ttl-wrap {
  width: 360px;
  padding-top: 45px;
  border-bottom-left-radius: 40px;
  background: #7373b1;
}
@media only screen and (max-width: 990px) {
  .p-top-faq-ttl-wrap {
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-faq-ttl-wrap {
    width: auto;
    margin-bottom: -0.2564102564vw;
    padding-bottom: 3.8461538462vw;
    border-bottom-left-radius: 0;
  }
}

.p-top-faq-ttl {
  color: #ffffff;
  font-size: 3.75rem;
  font-weight: bold;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  line-height: 1em;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .p-top-faq-ttl {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-faq-ttl {
    font-size: 10.2564102564vw;
  }
}
.p-top-faq-ttl span {
  display: block;
  font-size: 1.5rem;
  font-family: YakuHanJPs, "Roboto", verdana, "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6em;
}
@media only screen and (max-width: 990px) {
  .p-top-faq-ttl span {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-faq-ttl span {
    font-size: 5.1282051282vw;
  }
}

.p-top-faq-body-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  background: #7373b1;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-top-faq-body-wrap {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 7.6923076923vw 3.8461538462vw 6.4102564103vw 3.8461538462vw;
  }
}
.p-top-faq-body-wrap::before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
  height: 250px;
  background: url(/images/top-faq-body-wrap-bg.png) bottom right no-repeat;
  background-size: 550px;
  content: "";
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 990px) {
  .p-top-faq-body-wrap::before {
    width: 400px;
    height: 182px;
    background-size: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-faq-body-wrap::before {
    width: 100%;
    height: 61.5384615385vw;
    background-size: 130.7692307692vw;
  }
}

.p-top-faq-body-wrap-inner {
  position: relative;
  z-index: 100;
  width: 600px;
  padding-top: 45px;
  padding-left: 45px;
}
@media only screen and (max-width: 990px) {
  .p-top-faq-body-wrap-inner {
    width: 457px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-faq-body-wrap-inner {
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }
}

@media only screen and (max-width: 990px) {
  .is-p-top-faq {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .is-p-top-faq {
    margin-top: 7.6923076923vw;
  }
}

.br-tb-on-sp-none {
  display: none;
}
@media only screen and (max-width: 990px) {
  .br-tb-on-sp-none {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .br-tb-on-sp-none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .c-ttl-sub.is-p-top-assessment-ttl {
    font-size: 5.1282051282vw;
  }
}

.p-top-assessment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list {
    display: block;
    margin-top: 0;
  }
}

.p-top-assessment-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list__item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.p-top-assessment-list__item:first-child {
  border-right: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list__item:first-child {
    position: relative;
    padding-bottom: 7.6923076923vw;
    border-right: none;
  }
  .p-top-assessment-list__item:first-child::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 0.2564102564vw;
    background: #dddddd;
    content: "";
  }
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list__item:last-child {
    padding-top: 7.6923076923vw;
  }
}

.p-top-assessment-list__item-ttl-sub {
  width: 340px;
  margin: 0 auto;
  border-radius: 50vw;
  background: #3795BD;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 40px;
}
@media only screen and (max-width: 990px) {
  .p-top-assessment-list__item-ttl-sub {
    width: 280px;
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list__item-ttl-sub {
    width: 80%;
    font-size: 4.6153846154vw;
    line-height: 10.2564102564vw;
  }
}

.p-top-assessment-list__item-ttl-main {
  display: inline-block;
  position: relative;
  margin: 20px 0 15px;
  font-size: 2.25rem;
  font-weight: bold;
  color: #3795BD;
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  .p-top-assessment-list__item-ttl-main {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list__item-ttl-main {
    margin: 5.1282051282vw 0 3.8461538462vw;
    font-size: 6.1538461538vw;
  }
}
.p-top-assessment-list__item-ttl-main::before {
  padding-right: 0.25em;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
  color: #3795BD;
  content: "";
}
@media only screen and (max-width: 990px) {
  .p-top-assessment-list__item-ttl-main::before {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-assessment-list__item-ttl-main::before {
    font-size: 5.641025641vw;
  }
}
.p-top-assessment-list__item-ttl-main.is-call::before {
  content: "\f095";
}
.p-top-assessment-list__item-ttl-main.is-mail::before {
  content: "\f0e0";
}
.p-top-assessment-list__item-ttl-main::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3795BD;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.p-top-assessment-list__item-ttl-main:hover {
  color: #5CAFCC;
  text-decoration: none;
}
.p-top-assessment-list__item-ttl-main:hover::after {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.p-top-others {
  padding-bottom: 0;
}

.p-top-others-list {
  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;
}
@media only screen and (max-width: 768px) {
  .p-top-others-list {
    display: block;
  }
}

.p-top-others-list__item {
  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;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  z-index: 1;
  width: calc(50% - 10px);
  height: 400px;
  background: url(/images/top-others-list__item-bg_buy.jpg) center center no-repeat;
  background-size: cover;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .p-top-others-list__item {
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-others-list__item {
    width: 100%;
    height: 69.2307692308vw;
  }
  .p-top-others-list__item:first-child {
    margin-bottom: 5.1282051282vw;
  }
}
.p-top-others-list__item.is-buy {
  background-image: url(/images/top-others-list__item-bg_buy.jpg);
}
.p-top-others-list__item.is-rental {
  background-image: url(/images/top-others-list__item-bg_rental.jpg);
}
.p-top-others-list__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: radial-gradient(#000 20%, transparent 40%), radial-gradient(#000 20%, transparent 40%);
  background-size: 8px 8px;
  background-position: 0 0, 4px 4px;
  content: "";
  mix-blend-mode: screen;
}

.p-top-others-list__item-inner {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .p-top-others-list__item-inner {
    width: 100%;
    padding: 0 3.8461538462vw;
  }
}

.p-top-others-list__item-ttl {
  width: 100%;
  margin-bottom: 15px;
  font-size: 3.75rem;
  font-weight: bold;
  font-family: YakuHanMPs, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, serif;
  color: #ffffff;
  line-height: 1em;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 768px) {
  .p-top-others-list__item-ttl {
    font-size: 12.8205128205vw;
    margin-top: 3.8461538462vw;
    margin-bottom: 3.8461538462vw;
  }
}
.p-top-others-list__item-ttl span {
  font-size: 5.625rem;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-top-others-list__item-ttl span {
    font-size: 17.9487179487vw;
  }
}

.p-top-others-list__item-txt {
  width: 100%;
  margin-bottom: 50px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 990px) {
  .p-top-others-list__item-txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-others-list__item-txt {
    margin-bottom: 7.6923076923vw;
  }
}

@media only screen and (max-width: 990px) {
  .is-p-top-others {
    width: 300px;
    min-width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .is-p-top-others {
    width: 100%;
  }
}

.p-top-news-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 990px) {
  .p-top-news-wrap {
    display: block;
  }
}

.p-top-news-ttl {
  width: 25%;
}
@media only screen and (max-width: 990px) {
  .p-top-news-ttl {
    width: 100%;
  }
}

.p-top-news-body-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/***** TOP NEWS *****/
.p-top-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__item {
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
}
.p-top-news-list__item:first-child {
  border-top: 1px solid #dddddd;
}
.p-top-news-list__item.is-topics {
  margin-right: -500%;
  margin-left: -500%;
  padding-right: 500%;
  padding-left: 500%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}
.p-top-news-list__item.is-topics a {
  color: #000000;
}
.p-top-news-list__item.is-topics:nth-child(even) {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__item.is-topics {
    padding-top: 2.5641025641vw;
    padding-bottom: 2.5641025641vw;
  }
}

.p-top-news-list-head {
  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;
  margin-right: 45px;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list-head {
    margin-right: 0;
  }
}

.p-top-news-list__date {
  margin-right: 30px;
  color: #888888;
  font-weight: 400;
  font-family: Questrial, sans-serif;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__date {
    margin-right: 3.8461538462vw;
  }
}

.p-top-news-list__category {
  width: 120px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__category {
    min-width: 29.4871794872vw;
    width: auto;
    font-size: 2.5641025641vw;
  }
}
.p-top-news-list__category span {
  display: block;
  padding: 3px 10px;
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #633d99;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__category span {
    padding: 0.7692307692vw 2.5641025641vw;
  }
}

.p-top-news-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 2.5641025641vw;
    width: 100%;
  }
}
.p-top-news-list__ttl a {
  position: relative;
  color: #000000;
}
.p-top-news-list__ttl a:hover {
  color: #C3ACD0;
  text-decoration: none;
}