@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);
  -ms-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: #007bb7;
}
.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);
  -ms-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: 15px;
  left: 0;
  right: 0;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.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);
}

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

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

.c-btn {
  display: inline-block;
  position: relative;
  padding: 8px 15px;
  border: none;
  border-radius: 0px;
  min-width: 240px;
  line-height: 1.4;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 123, 183)), to(rgb(23, 74, 129)));
  background: linear-gradient(90deg, rgb(0, 123, 183) 0%, rgb(23, 74, 129) 100%);
  color: #ffffff;
  font-size: 0.75rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 100ms 0s ease;
  transition: all 100ms 0s ease;
  position: relative;
}
.c-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn:before {
    right: 5.3333333333vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn:hover {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  position: relative;
}
.c-btn:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn:hover:before {
    right: 4vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
@media only screen and (max-width: 1230px) {
  .c-btn {
    padding: 0.6504065041vw 1.2195121951vw;
    min-width: 19.512195122vw;
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn {
    padding: 2.1333333333vw 4vw;
    min-width: 64vw;
    font-size: 3.2vw;
  }
}
.c-btn.is-entry {
  font-size: 22px;
  min-width: 320px;
  padding: 15px;
}
@media only screen and (max-width: 1230px) {
  .c-btn.is-entry {
    font-size: 1.7886178862vw;
    min-width: 26.0162601626vw;
    padding: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn.is-entry {
    font-size: 4.8vw;
    min-width: 69.3333333333vw;
    padding: 4vw;
  }
}

.c-btn-wrap {
  display: inline-block;
  position: relative;
}
.c-btn-wrap:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
}
@media only screen and (max-width: 1230px) {
  .c-btn-wrap:before {
    top: 0.406504065vw;
    left: 0.487804878vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn-wrap:before {
    top: 1.3333333333vw;
    left: 1.6vw;
  }
}

/***** ボタン 状態・大きさ *****/
.c-btn.is-primary {
  border-color: transparent;
  background: #007bb7;
  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);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-primary:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw 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);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .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(0, 123, 183, 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: #007bb7;
  border-width: 1px;
  background: #ffffff;
  color: #007bb7;
  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 #007bb7;
  border-bottom: 1px solid #007bb7;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-link:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #007bb7;
    border-bottom: 0.2666666667vw solid #007bb7;
  }
}
.c-btn.is-link:hover {
  position: relative;
  background: #007bb7;
  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);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-link:hover:before {
    right: 5.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw 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);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-arrow:before {
    right: 4vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #666666;
    border-bottom: 0.5333333333vw 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);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-arrow-bottom:before {
    right: 3.2vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.5333333333vw solid #666666;
    border-bottom: 0.5333333333vw 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);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .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 {
  position: relative;
}
.c-btn.is-back:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 20px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-back:before {
    left: 5.3333333333vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-back:hover {
  position: relative;
}
.c-btn.is-back:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 15px;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all 200ms 0s ease;
  transition: all 200ms 0s ease;
}
@media only screen and (max-width: 767px) {
  .c-btn.is-back:hover:before {
    left: 4vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-pdf {
  padding: 12px 45px;
}
@media only screen and (max-width: 1230px) {
  .c-btn.is-pdf {
    padding: 0.9756097561vw 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn.is-pdf {
    padding: 3.2vw 12vw;
  }
}
.c-btn.is-form-back {
  background: transparent;
  border: 1px solid #007bb7;
}
.c-btn.is-s {
  padding: 4px 5px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1230px) {
  .c-btn.is-s {
    padding: 0.325203252vw 0.406504065vw;
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn.is-s {
    padding: 1.0666666667vw 1.3333333333vw;
    font-size: 3.2vw;
  }
}
.c-btn.is-m {
  padding: 11px 30px;
}
@media only screen and (max-width: 1230px) {
  .c-btn.is-m {
    padding: 0.8943089431vw 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn.is-m {
    padding: 2.9333333333vw 8vw;
  }
}
.c-btn.is-l {
  padding: 15px 30px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1230px) {
  .c-btn.is-l {
    padding: 1.2195121951vw 2.4390243902vw;
    font-size: 1.4634146341vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn.is-l {
    padding: 2.9333333333vw 8vw;
    font-size: 4.2666666667vw;
  }
}

/***** 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: 767px) {
  .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: 1230px) {
  .c-second-btn-wrap .c-btn-more {
    padding-left: 1.2195121951vw;
    padding-right: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-second-btn-wrap .c-btn-more {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding: 0;
  }
}

.c-btn-more {
  position: relative;
  z-index: 2;
  margin-top: 45px;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .c-btn-more {
    margin-top: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-btn-more {
    margin-top: 8vw;
  }
}

.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: 767px) {
  .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: 767px) {
  .c-card-list__item {
    margin-bottom: 8vw;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

.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: 767px) {
  .c-card-list__link {
    border-radius: 1.3333333333vw;
  }
}

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

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

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

.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: 767px) {
  .c-contents-category-list {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: 12vw;
  }
}

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

.c-contents-category-list__link {
  display: block;
  padding: 12px;
  border: 1px solid #007bb7;
  background: #fffff;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-list__link {
    padding: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    text-align: left;
  }
}
.c-contents-category-list__link:hover, .c-contents-category-list__link.is-on {
  background: #007bb7;
  color: #ffffff;
  text-decoration: none;
}
.c-contents-category-list__link.is-page-link {
  position: relative;
}
.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 #007bb7;
  border-bottom: 1px solid #007bb7;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .c-contents-category-list__link.is-page-link:before {
    right: 4vw;
    margin-top: -1.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.c-contents-category-list__link.is-page-link:hover::before {
  border-right-color: #ffffff;
  border-bottom-color: #ffffff;
}

/***** カテゴリーリスト 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: 767px) {
  .c-contents-category-type02-list {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: 12vw;
  }
}

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

.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: 767px) {
  .c-contents-category-type02-list__link {
    padding: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    border-radius: 1.3333333333vw;
    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: 767px) {
  .c-contents-category-type03-list {
    display: block;
    margin-bottom: 12vw;
  }
}

.c-contents-category-type03-list__item {
  border-right: 1px solid #dddddd;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-contents-category-type03-list__item {
    margin-bottom: 0.2666666667vw;
    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: 767px) {
  .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: 767px) {
  .c-contents-category-type03-list__link {
    padding: 3.2vw;
    padding-left: 4vw;
    padding-right: 4vw;
    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: 767px) {
  .c-category-list-type01 {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}

.c-category-list-type01__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type01__item {
    margin-bottom: 8vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    width: auto;
  }
}

.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: 767px) {
  .c-category-list-type01__img {
    margin-bottom: 2.6666666667vw;
  }
}

.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: 767px) {
  .c-category-list-type01__ttl {
    font-size: 4.8vw;
  }
}

/* 内容用 */
.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: 767px) {
  .c-category-list-type02 {
    display: block;
    margin-left: -2.6666666667vw;
    margin-right: -2.6666666667vw;
  }
}

.c-category-list-type02__item {
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
  width: 33.3333%;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type02__item {
    margin-bottom: 8vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    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: 767px) {
  .c-category-list-type02-txt {
    padding: 8vw 4vw;
  }
}

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

.c-category-list-type02-txt__category {
  position: absolute;
  top: -15px;
  right: -1px;
  padding: 5px 15px;
  min-width: 120px;
  background: #007bb7;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-category-list-type02-txt__category {
    top: -4vw;
    right: -0.2666666667vw;
    padding: 1.3333333333vw 4vw;
    min-width: 32vw;
    font-size: 3.2vw;
  }
}

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

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

/* メインビジュアル */
.p-main-visual {
  position: relative;
}
.p-main-visual:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/dots-pattern.png);
  z-index: 2;
}

.top-video {
  display: block;
  width: 100%;
}

.p-main-visual-contents {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .p-main-visual-contents {
    left: 8%;
  }
}

.p-main-visual-contents-img {
  width: 390px;
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-contents-img {
    width: 31.7073170732vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-main-visual-contents-img {
    width: 46.6666666667vw;
  }
}

.p-main-visual-contents-txt {
  margin-top: 15px;
  font-size: 1.875rem;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-contents-txt {
    margin-top: 1.2195121951vw;
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-main-visual-contents-txt {
    margin-top: 4vw;
    font-size: 5.8666666667vw;
  }
}

.p-main-visual-scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 90px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.75rem;
  z-index: 2;
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-scroll {
    bottom: 7.3170731707vw;
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-main-visual-scroll {
    display: none;
  }
}
.p-main-visual-scroll:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-scroll:before {
    bottom: -1.2195121951vw;
    left: calc(50% - 0.406504065vw);
    width: 0.8130081301vw;
    height: 0.8130081301vw;
  }
}

.c-ttl-main {
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: normal;
  text-align: center;
}
.c-ttl-main.is-left {
  text-align: left;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-main {
    margin-bottom: 3.2520325203vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 10.6666666667vw;
  }
}

.c-ttl-main__en {
  font-size: 1.875rem;
  color: #000000;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-main__en {
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-main__en {
    font-size: 8vw;
  }
}

.c-ttl-main__ja {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-main__ja {
    margin-top: 0.8130081301vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-top: 2.6666666667vw;
  }
}

.c-ttl-sub {
  display: block;
  margin-bottom: 45px;
  font-size: 2.8125rem;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-sub {
    margin-bottom: 3.6585365854vw;
    font-size: 3.2520325203vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 8vw;
    font-size: 8vw;
  }
}
.c-ttl-sub.is-left {
  font-size: 1.875rem;
  text-align: left;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-sub.is-left {
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub.is-left {
    font-size: 5.8666666667vw;
  }
}

.c-ttl-sub-s {
  margin-bottom: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-sub-s {
    margin-bottom: 2.4390243902vw;
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-s {
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
  }
}

.c-ttl-sub-ss {
  margin-bottom: 15px;
  line-height: 1.4;
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .c-ttl-sub-ss {
    margin-bottom: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-ttl-sub-ss {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}

.c-lead {
  margin-bottom: 45px;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .c-lead {
    margin-bottom: 3.6585365854vw;
    font-size: 1.4634146341vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-lead {
    margin-bottom: 12vw;
    font-size: 4.8vw;
  }
}

/***** h3 *****/
.second-sub-ttl-wrap {
  margin-bottom: 30px;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-wrap {
    margin-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-wrap {
    margin-bottom: 8vw;
  }
}
.second-sub-ttl-wrap.is-margin {
  margin-bottom: 0;
}

.second-sub-ttl-min {
  display: block;
  color: #c70a0a;
  margin-bottom: 20px;
  font-size: 1.375rem;
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-min {
    margin-bottom: 1.6260162602vw;
    font-size: 1.7886178862vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-min {
    margin-bottom: 5.3333333333vw;
    font-size: 4vw;
  }
}

.second-sub-ttl {
  display: block;
  font-size: 2.5rem;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl {
    font-size: 3.2520325203vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl {
    font-size: 8vw;
  }
}

/***** h4 *****/
.second-sub-ttl-s {
  margin-bottom: 30px;
  font-size: 2.8125rem;
  line-height: 1.4em;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s {
    margin-bottom: 2.4390243902vw;
    font-size: 3.6585365854vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s {
    margin-bottom: 8vw;
    font-size: 8vw;
  }
}
.second-sub-ttl-s.is-left {
  text-align: left;
}
.second-sub-ttl-s.is-large {
  font-size: 3.75rem;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s.is-large {
    font-size: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s.is-large {
    font-size: 8vw;
  }
}
.second-sub-ttl-s.is-service {
  font-size: 1.875rem;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s.is-service {
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s.is-service {
    font-size: 5.8666666667vw;
  }
}

.second-sub-ttl-s-bg {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s-bg {
    margin-bottom: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s-bg {
    margin-bottom: 8vw;
  }
}
.second-sub-ttl-s-bg.is-message {
  margin-left: 90px;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s-bg.is-message {
    margin-left: 7.3170731707vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s-bg.is-message {
    margin-left: 0;
  }
}
.second-sub-ttl-s-bg.is-service {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s-bg.is-service {
    margin-bottom: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s-bg.is-service {
    margin-bottom: 8vw;
  }
}
.second-sub-ttl-s-bg span {
  font-size: 1.875rem;
  color: #000000;
  background-color: #ffffff;
  font-weight: normal;
}
@media only screen and (max-width: 1230px) {
  .second-sub-ttl-s-bg span {
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .second-sub-ttl-s-bg span {
    font-size: 4.8vw;
  }
}

/***** 下層ヘッダービジュアル *****/
.c-second-header-visual-bg {
  position: relative;
  padding: 0;
  padding-top: 100px;
  width: 100%;
  height: 315px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-bg {
    padding-top: 8.1300813008vw;
    height: 25.6097560976vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-bg {
    height: 40vw;
    padding-top: 13.3333333333vw;
  }
}
.c-second-header-visual-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(../images/dots-pattern.png);
}
.c-second-header-visual-bg.is-aboutus {
  background-image: url(../images/second-header-aboutus.jpg);
}
.c-second-header-visual-bg.is-service {
  background-image: url(../images/second-header-service.jpg);
}
.c-second-header-visual-bg.is-vehicle {
  background-image: url(../images/second-header-vehicle.jpg);
}
.c-second-header-visual-bg.is-recruit {
  background-image: url(../images/second-header-recruit.jpg);
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-bg.is-recruit {
    background-position: right 35% center;
  }
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-bg.is-recruit {
    background-image: url(../images/second-header-recruit-sp.jpg);
  }
}
.c-second-header-visual-bg.is-news {
  background-image: url(../images/second-header-news.jpg);
}
.c-second-header-visual-bg.is-voice {
  background-image: url(../images/second-header-voice.jpg);
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-bg.is-voice {
    background-position: right 35% center;
  }
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-bg.is-voice {
    background-image: url(../images/second-header-voice-sp.jpg);
  }
}
.c-second-header-visual-bg.is-contact, .c-second-header-visual-bg.is-entry, .c-second-header-visual-bg.is-privacy {
  background-image: url(../images/dots-pattern.png);
  background-repeat: repeat;
  background-size: contain;
}
.c-second-header-visual-bg.is-voice-detail {
  margin: 0 auto;
  max-width: 1740px;
  height: 750px;
}

.c-second-header-visual-ttl {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 30px;
  font-size: 3.75rem;
  color: #ffffff;
  font-weight: normal;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-ttl {
    padding: 0 2.4390243902vw;
    font-size: 4.8780487805vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-ttl {
    font-size: 8vw;
  }
}
.c-second-header-visual-ttl:before {
  content: "";
  position: absolute;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 123, 183, 0.8)), color-stop(90%, rgba(23, 74, 129, 0.8)));
  background: linear-gradient(to right, rgba(0, 123, 183, 0.8) 0%, rgba(23, 74, 129, 0.8) 90%);
}

.c-second-header-visual-recruit {
  position: absolute;
  top: 5px;
  left: -5px;
  z-index: 3;
  -webkit-transform: rotate(-8deg);
      -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-recruit {
    top: 0.406504065vw;
    left: -0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-second-header-visual-recruit {
    top: -2.6666666667vw;
    left: 1.3333333333vw;
  }
}

/* コンテンツ */
.p-top-message {
  padding-top: 30px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1230px) {
  .p-top-message {
    padding-top: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-message {
    padding-top: 4vw;
  }
}

.p-top-recruiting {
  padding-top: 105px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1230px) {
  .p-top-recruiting {
    padding-top: 8.5365853659vw;
    padding-bottom: 6.0975609756vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-recruiting {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
}

.p-top-service {
  padding-top: 90px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 1230px) {
  .p-top-service {
    padding-top: 7.3170731707vw;
    padding-bottom: 6.0975609756vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-service {
    padding-top: 12vw;
    padding-bottom: 8vw;
  }
}

/***** TOP NEWS *****/
.p-top-news {
  padding: 60px 0;
}
@media only screen and (max-width: 1230px) {
  .p-top-news {
    padding: 4.8780487805vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-news {
    padding: 16vw 0;
  }
}

.top-news-ttl {
  margin-bottom: 30px;
  color: #007bb7;
  font-size: 1.875rem;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .top-news-ttl {
    margin-bottom: 2.4390243902vw;
    font-size: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .top-news-ttl {
    margin-bottom: 8vw;
    font-size: 5.8666666667vw;
  }
}

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

.p-top-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
@media only screen and (max-width: 1230px) {
  .p-top-news-list__item {
    padding-top: 1.2195121951vw;
    padding-bottom: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-news-list__item {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.p-top-news-list__item:first-child {
  border-top: 1px solid #eaeaea;
}

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

.p-top-news-list__date {
  margin-right: 30px;
}
@media only screen and (max-width: 1230px) {
  .p-top-news-list__date {
    margin-right: 2.4390243902vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-news-list__date {
    margin-right: 4vw;
  }
}

.p-top-news-list__category {
  width: 120px;
  font-size: 0.625rem;
}
@media only screen and (max-width: 1230px) {
  .p-top-news-list__category {
    width: 9.756097561vw;
    font-size: 0.8130081301vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-news-list__category {
    min-width: 30.6666666667vw;
    width: auto;
    font-size: 2.6666666667vw;
  }
}
.p-top-news-list__category span {
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
  background: #c70a0a;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .p-top-news-list__category span {
    padding: 0.243902439vw 0.8130081301vw;
    border-radius: 0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-news-list__category span {
    padding: 0.8vw 2.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}

.p-top-news-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
}
@media only screen and (max-width: 1230px) {
  .p-top-news-list__ttl {
    margin-top: 0.162601626vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-news-list__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}
.p-top-news-list__ttl a {
  color: #ffffff;
}

/***** TOP バナー *****/
.p-top-banner {
  margin: 0 15px;
  padding-top: 45px;
  padding-bottom: 90px;
  background-image: repeating-linear-gradient(45deg, #000000, #000000 2px, transparent 0, transparent 7px);
}
@media only screen and (max-width: 1230px) {
  .p-top-banner {
    margin: 0 1.2195121951vw;
    padding-top: 3.6585365854vw;
    padding-bottom: 7.3170731707vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner {
    margin: 0 4vw;
    padding-top: 8vw;
    padding-bottom: 16vw;
  }
}

.p-top-banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list {
    margin: 0 -1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list {
    display: block;
    margin: 0;
  }
}

.p-top-banner-list__item {
  padding: 0 15px;
  width: 33.333%;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__item {
    padding: 0 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__item {
    margin-bottom: 4vw;
    padding: 0;
    width: auto;
  }
}
.p-top-banner-list__item:last-child .p-top-banner-list__ttl_ja {
  margin-bottom: 5px;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__item:last-child .p-top-banner-list__ttl_ja {
    margin-bottom: 0.406504065vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__item:last-child .p-top-banner-list__ttl_ja {
    margin-bottom: 1.3333333333vw;
  }
}

.p-top-banner-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
}
.p-top-banner-list__link:hover {
  color: #ffffff;
  text-decoration: none;
}
.p-top-banner-list__link:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.p-top-banner-list__img {
  width: 225px;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__img {
    width: 18.2926829268vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__img {
    width: 48vw;
  }
}
.p-top-banner-list__img img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-top-banner-list__img.is-sanga {
  width: 214px;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__img.is-sanga {
    width: 17.3983739837vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__img.is-sanga {
    width: 48vw;
  }
}

.p-top-banner-list__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background-color: #025f8e;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__txt {
    padding: 1.2195121951vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__txt {
    padding: 4vw;
  }
}
.p-top-banner-list__txt.is-sanga {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 15px 12px;
  background: #272727;
}
@media only screen and (max-width: 990px) {
  .p-top-banner-list__txt.is-sanga {
    padding: 15px 12px;
  }
}

.p-top-banner-list__ttl {
  font-weight: normal;
}

.p-top-banner-list__ttl_ja {
  display: block;
  margin-bottom: 30px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__ttl_ja {
    margin-bottom: 2.4390243902vw;
    font-size: 1.4634146341vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__ttl_ja {
    margin-bottom: 8vw;
    font-size: 4.8vw;
  }
}

.p-top-banner-list__ttl_en {
  display: block;
  font-size: 0.75rem;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__ttl_en {
    font-size: 0.9756097561vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__ttl_en {
    font-size: 3.2vw;
  }
}

.p-top-banner-list__ttl_sanga {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  text-align: justify;
}
@media only screen and (max-width: 1230px) {
  .p-top-banner-list__ttl_sanga {
    font-size: 1.1382113821vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-banner-list__ttl_sanga {
    font-size: 3.2vw;
  }
}
/*# sourceMappingURL=style-top.css.map */