@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: #003559;
}
.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: 8vw;
  }
}

.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.6666666667vw;
  }
}

.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.6666666667vw;
    height: 2.6666666667vw;
  }
}

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

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

.c-btn {
  display: inline-block;
  padding: 18px 35px;
  border-radius: 50vw;
  border: none;
  min-width: 300px;
  line-height: 1.4;
  background: -webkit-gradient(linear, right top, left top, from(rgb(30, 172, 75)), color-stop(30%, rgb(33, 111, 119)), color-stop(50%, rgb(61, 142, 161)), color-stop(70%, rgb(35, 90, 121)), to(rgb(0, 53, 89)));
  background: linear-gradient(270deg, rgb(30, 172, 75) 0%, rgb(33, 111, 119) 30%, rgb(61, 142, 161) 50%, rgb(35, 90, 121) 70%, rgb(0, 53, 89) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
  color: #ffffff;
  font-size: 1.125rem;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.c-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  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:before {
    right: 8vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn {
    padding: 4.8vw 6.6666666667vw;
    min-width: 77.3333333333vw;
    font-size: 4vw;
    cursor: pointer;
  }
}
.c-btn:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background-position: 99% 50%;
}
.c-btn.is-left {
  text-align: left;
}
.c-btn.is-green {
  min-width: 340px;
  background: -webkit-gradient(linear, right top, left top, from(rgb(30, 172, 75)), color-stop(30%, rgb(33, 111, 119)), color-stop(50%, rgb(61, 142, 161)), color-stop(70%, rgb(30, 172, 75)), to(rgb(0, 118, 30)));
  background: linear-gradient(270deg, rgb(30, 172, 75) 0%, rgb(33, 111, 119) 30%, rgb(61, 142, 161) 50%, rgb(30, 172, 75) 70%, rgb(0, 118, 30) 100%);
  background-position: 1% 50%;
  background-size: 200% auto;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-green {
    min-width: 77.3333333333vw;
  }
}
.c-btn.is-green:hover {
  background-position: 99% 50%;
}
.c-btn.is-min {
  padding: 10px 20px;
  min-width: 170px;
  font-size: 0.9375rem;
  position: relative;
}
.c-btn.is-min:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  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-min:before {
    right: 4vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn.is-min {
    padding: 2.6666666667vw 5.3333333333vw;
    font-size: 4vw;
    min-width: 45.3333333333vw;
  }
}
.c-btn.is-white {
  color: #000000;
  background: #ffffff;
  position: relative;
}
.c-btn.is-white:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #003559;
  border-bottom: 1px solid #003559;
  -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-white:before {
    right: 8vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.2666666667vw solid #003559;
    border-bottom: 0.2666666667vw solid #003559;
  }
}
.c-btn.is-white:hover {
  color: #ffffff;
  background: #003559;
  position: relative;
}
.c-btn.is-white:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  left: auto;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  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-white:hover:before {
    right: 8vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-white.is-hover {
  border: 1px solid #ffffff;
}
.c-btn.is-white.is-min {
  position: relative;
}
.c-btn.is-white.is-min:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  border-right: 1px solid #003559;
  border-bottom: 1px solid #003559;
  -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-white.is-min:before {
    right: 4vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.2666666667vw solid #003559;
    border-bottom: 0.2666666667vw solid #003559;
  }
}
.c-btn.is-white.is-min:hover {
  position: relative;
}
.c-btn.is-white.is-min:hover:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  left: auto;
  margin-top: -6px;
  width: 12px;
  height: 12px;
  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-white.is-min:hover:before {
    right: 4vw;
    margin-top: -1.6vw;
    width: 3.2vw;
    height: 3.2vw;
    border-right: 0.2666666667vw solid #ffffff;
    border-bottom: 0.2666666667vw solid #ffffff;
  }
}
.c-btn.is-download {
  padding: 10px 20px;
  color: #000000;
  background: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-download {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.c-btn.is-download:hover {
  color: #ffffff;
  background: #003559;
}
.c-btn.is-download:hover i, .c-btn.is-download:hover svg {
  color: #ffffff;
}
.c-btn.is-download:before {
  content: none;
}
.c-btn.is-download i, .c-btn.is-download svg {
  color: #003559;
}
.c-btn.is-border {
  border: 1px solid #003559;
}
.c-btn.is-bebase {
  color: #ffffff;
  background: #7c909b;
}
.c-btn.is-bebase i {
  font-size: 13px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-bebase i {
    font-size: 3.4666666667vw;
    margin-left: 2.6666666667vw;
    position: relative;
    top: -0.5333333333vw;
  }
}
.c-btn.is-bebase:before {
  content: none;
}
.c-btn.is-bebase:hover {
  text-decoration: none;
  color: #ffffff;
  background: #93a4ad;
}

/***** ボタン 状態・大きさ *****/
.c-btn.is-primary {
  border-color: transparent;
  background: #003559;
  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.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);
          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(0, 53, 89, 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: #003559;
  border-width: 1px;
  background: #ffffff;
  color: #003559;
  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 #003559;
  border-bottom: 1px solid #003559;
  -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.3333333333vw;
    margin-top: -1.3333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 0.2666666667vw solid #003559;
    border-bottom: 0.2666666667vw solid #003559;
  }
}
.c-btn.is-link:hover {
  position: relative;
  background: #003559;
  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.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);
          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: 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);
          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.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);
          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 {
  position: relative;
}
.c-btn.is-back:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: auto;
  left: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -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-back:before {
    left: 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-pdf {
  padding: 12px 45px;
}
@media only screen and (max-width: 768px) {
  .c-btn.is-pdf {
    padding: 3.2vw 12vw;
  }
}
.c-btn.is-secondary {
  border: 1px solid #003559;
  background: #ffffff;
  color: #003559;
}
.c-btn.is-secondary::before {
  border-color: #003559;
}
.c-btn.is-secondary:hover {
  background: rgba(0, 53, 89, 0.2);
}
.c-btn.is-s {
  padding: 4px 5px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 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: 4vw;
    padding-right: 4vw;
    margin-top: 0;
    margin-bottom: 4vw;
    padding: 0;
  }
}

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

.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: 8vw;
    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: 8vw;
  }
}

.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.3333333333vw;
  }
}

.c-card-list__txt {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .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: 768px) {
  .c-card-list__ttl {
    margin-bottom: 4vw;
    font-size: 4.8vw;
  }
}

.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.6666666667vw;
    margin-right: -2.6666666667vw;
    margin-bottom: 12vw;
  }
}

.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.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}

.c-contents-category-list__link {
  display: block;
  padding: 12px;
  border: 1px solid #003559;
  background: #ffffff;
  color: #000000;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .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: #003559;
  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 #003559;
  border-bottom: 1px solid #003559;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .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, .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 #003559;
  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.6666666667vw;
    width: calc(100% - 5.3333333333vw);
  }
}

.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: 4vw;
    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: #003559;
  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: #003559;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .c-contents-sub-category-list__link i {
    font-size: 5.3333333333vw;
  }
}

.c-contents-category-list__link.is-on + .c-contents-sub-category-list {
  z-index: 3;
  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.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.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.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}

/***** カテゴリーリスト 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.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 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.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: 768px) {
  .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: 768px) {
  .c-category-list-type01__item {
    margin-bottom: 8vw;
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    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: 8vw;
  }
}

.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.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #003559;
  color: #ffffff;
  font-size: 0.75rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .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: #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: 4vw;
  }
}

/* メインビジュアル */
.p-main-visual {
  position: relative;
}

.p-main-visual-movie {
  margin: 0 -15vw;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-main-visual-movie {
    margin: 0 -85vw;
  }
}
.p-main-visual-movie video {
  margin: -8vw 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-main-visual-movie video {
    margin: -17.0666666667vw 0 -19.2vw 0;
  }
}

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

.p-main-visual-txt__ttl {
  text-align: center;
}

.p-main-visual-txt__ttl-main {
  display: block;
  padding-bottom: 10px;
  font-size: 4.0625rem;
  font-family: YakuHanMPs, "Noto Serif JP", serif;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000000;
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-txt__ttl-main {
    font-size: 3.625rem;
  }
}
@media only screen and (max-width: 990px) {
  .p-main-visual-txt__ttl-main {
    font-size: 2.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main-visual-txt__ttl-main {
    padding-left: 0.6em;
    padding-bottom: 4vw;
    font-size: 8vw;
  }
}

.p-main-visual-txt__ttl-sub {
  display: block;
  font-size: 1.5625rem;
  font-weight: normal;
  color: #ffffff;
  text-shadow: 1px 1px 10px #000000;
}
@media only screen and (max-width: 1230px) {
  .p-main-visual-txt__ttl-sub {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 990px) {
  .p-main-visual-txt__ttl-sub {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .p-main-visual-txt__ttl-sub {
    font-size: 4vw;
  }
}

.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);
  }
}
.p-main-visual__img img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100vh;
}

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

.p-main-visual-txt-wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/**動画に差し替わる前のとりあえず画像表示用なのであとで消して良い。というか消せ**/
.p-main-visual-test-photo {
  width: 100%;
  height: 100%;
}
.p-main-visual-test-photo img {
  width: 100%;
  min-width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-ttl-main {
  margin-bottom: 60px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main {
    margin-bottom: 12vw;
  }
}
.c-ttl-main.is-left {
  margin-bottom: 30px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main.is-left {
    margin-bottom: 4vw;
  }
}
.c-ttl-main.is-white {
  color: #ffffff;
}

.c-ttl-main__en {
  margin-bottom: 10px;
  font-size: 1.125rem;
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-weight: bold;
  color: #003559;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main__en {
    margin-top: 2.6666666667vw;
    font-size: 4vw;
  }
}
.c-ttl-main__en.is-white {
  color: #ffffff;
}
.c-ttl-main__en.is-txtmain {
  color: #000000;
}

.c-ttl-main__ja {
  display: block;
  font-size: 1.875rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-ttl-main__ja {
    font-size: 5.8666666667vw;
  }
}

.c-ttl-sub {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 1.375rem;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub {
    margin-bottom: 8vw;
    padding-bottom: 1.3333333333vw;
    font-size: 4.8vw;
  }
}
.c-ttl-sub:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 60px;
  height: 2px;
  background: #1eac4b;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub:before {
    bottom: -2px;
    height: 2px;
    width: 16vw;
  }
}
.c-ttl-sub:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #003559;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub:after {
    bottom: -2px;
    height: 2px;
  }
}
.c-ttl-sub.is-case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-ttl-sub-s {
  position: relative;
  margin-bottom: 30px;
  padding-left: 15px;
  border-left: 2px solid #1eac4b;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub-s {
    margin-bottom: 5.3333333333vw;
    padding-left: 4vw;
    font-size: 4vw;
  }
}

.c-ttl-sub_underline {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
  font-size: 1.125rem;
  color: #000000;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .c-ttl-sub_underline {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4vw;
  }
}

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

.c-lead {
  margin-bottom: 60px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.8em;
  text-align: center;
}
@media only screen and (max-width: 990px) {
  .c-lead {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-lead {
    margin-bottom: 10.6666666667vw;
    font-size: 4.8vw;
  }
}
.c-lead.is-min {
  font-size: 1.125rem;
  font-weight: normal;
}
@media only screen and (max-width: 990px) {
  .c-lead.is-min {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-lead.is-min {
    font-size: 4vw;
  }
}

/***** 下層ヘッダービジュアル *****/
.c-second-header-visual {
  height: 435px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 990px) {
  .c-second-header-visual {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual {
    height: 69.3333333333vw;
    margin-top: 16vw;
  }
}

.c-second-header-visual-bg {
  position: relative;
  z-index: 2;
}
.c-second-header-visual-bg:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 150px);
  height: 305px;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 53, 89)), to(rgba(35, 90, 121, 0.9)));
  background: linear-gradient(to right, rgb(0, 53, 89) 0%, rgba(35, 90, 121, 0.9) 100%);
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-bg:before {
    width: calc(50% + 180px);
  }
}
@media only screen and (max-width: 990px) {
  .c-second-header-visual-bg:before {
    width: calc(50% + 225px);
  }
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-bg:before {
    width: calc(100% - 4vw);
    height: 41.3333333333vw;
  }
}
.c-second-header-visual-bg:after {
  content: attr(data-en-bg) "";
  position: absolute;
  right: calc((100% - 1230px) / 2 + 550px);
  bottom: -30px;
  color: #cccccc;
  font-size: 8.4375rem;
  font-family: "Overpass", sans-serif;
  font-weight: bold;
  line-height: 1;
  mix-blend-mode: multiply;
  white-space: nowrap;
  text-transform: capitalize;
  opacity: 0.4;
  letter-spacing: 0;
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-bg:after {
    right: calc((100% - 990px) / 2 + 405px);
    bottom: -20px;
    font-size: 7.1875rem;
  }
}
@media only screen and (max-width: 990px) {
  .c-second-header-visual-bg:after {
    right: calc((100% - 769px) / 2 + 250px);
    bottom: -15px;
    font-size: 5.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-bg:after {
    right: 16vw;
    bottom: -2.6666666667vw;
    font-size: 16vw;
  }
}
.c-second-header-visual-bg.is-over-txt:after {
  bottom: -7px;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-bg.is-over-txt:after {
    bottom: -0.8vw;
  }
}

.c-second-header-visual-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  height: 305px;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-wrap {
    height: 41.3333333333vw;
  }
}

.c-second-header-visual-ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl {
    margin-bottom: 5.3333333333vw;
  }
}

.c-second-header-visual-ttl__en {
  display: block;
  margin-bottom: 20px;
  width: 100%;
  color: #ffffff;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl__en {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }
}

.c-second-header-visual-ttl__jn {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 1.4;
  font-weight: bold;
}
@media only screen and (max-width: 990px) {
  .c-second-header-visual-ttl__jn {
    font-size: 2.1875rem;
  }
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl__jn {
    font-size: 6.4vw;
  }
}

.c-second-header-visual-ttl__txt {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-ttl__txt {
    font-size: 4vw;
  }
}

.c-second-header-visual-img {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% + 600px);
  height: 390px;
  -webkit-clip-path: polygon(104px 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(104px 0%, 100% 0%, 100% 100%, 0% 100%);
}
@media only screen and (max-width: 1230px) {
  .c-second-header-visual-img {
    width: calc(50% + 480px);
  }
}
@media only screen and (max-width: 990px) {
  .c-second-header-visual-img {
    width: calc(50% + 368px);
  }
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-img {
    width: calc(100% - 4vw);
    height: 56vw;
    -webkit-clip-path: none;
            clip-path: none;
    background-size: cover;
  }
}
.c-second-header-visual-img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: radial-gradient(#cad8db 30%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-img:before {
    height: calc(100% - 2px);
    -webkit-clip-path: none;
            clip-path: none;
    background-size: 1.0666666667vw 1.0666666667vw;
    background-position: 0 0, 0.5333333333vw 0.5333333333vw;
  }
}
.c-second-header-visual-img img {
  height: 390px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .c-second-header-visual-img img {
    height: 56vw;
  }
}

/***** TOP TOPICS *****/
.p-top-wrap {
  position: relative;
}

.p-top-topics {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 75px;
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 990px) {
  .p-top-topics {
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-topics {
    position: relative;
    height: auto;
  }
}

.p-top-topics-list {
  margin: 0 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list {
    margin: 0;
    width: auto;
  }
}

.p-top-topics-list__item {
  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;
  position: relative;
  padding-right: 150px;
  padding-left: 15px;
  height: 75px;
  background-color: #ffffff;
}
@media only screen and (max-width: 990px) {
  .p-top-topics-list__item {
    padding-right: 120px;
    height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__item {
    position: static;
    padding: 3.4666666667vw 4vw 3.4666666667vw 8vw;
    height: auto;
  }
}
.p-top-topics-list__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -29px;
  border-left: 30px solid transparent;
  border-bottom: 76px solid #ffffff;
}
@media only screen and (max-width: 990px) {
  .p-top-topics-list__item:before {
    left: -24px;
    border-left: 24px solid transparent;
    border-bottom: 60px solid #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__item:before {
    content: none;
  }
}

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

.p-top-topics-list__date {
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__date {
    margin-right: 4vw;
  }
}

.p-top-topics-list__category {
  width: 90px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__category {
    min-width: 24vw;
    width: auto;
    font-size: 3.2vw;
  }
}
.p-top-topics-list__category span {
  display: block;
  padding: 0 10px;
  border-radius: 50vw;
  background: #dddddd;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__category span {
    padding: 0 2.6666666667vw;
  }
}

.p-top-topics-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}

.p-top-topics-list__ttl-link {
  display: block;
  position: relative;
  padding: 3px 45px 3px 0;
  width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__ttl-link {
    position: static;
    width: auto;
    white-space: normal;
  }
}
.p-top-topics-list__ttl-link:before, .p-top-topics-list__ttl-link:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  cursor: pointer;
}
.p-top-topics-list__ttl-link:before {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #EEEEEE;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__ttl-link:before {
    right: 4vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-top-topics-list__ttl-link:after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #003559;
  border-right: 1px solid #003559;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 13px;
}
@media only screen and (max-width: 768px) {
  .p-top-topics-list__ttl-link:after {
    right: 7.4666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.p-top-topics-list__ttl-link:hover {
  text-decoration: none;
}
.p-top-topics-list__ttl-link:hover:before {
  background: linear-gradient(45deg, rgb(0, 53, 89) 0%, rgb(35, 90, 121) 100%);
}
.p-top-topics-list__ttl-link:hover:after {
  border-color: #ffffff;
}

/***** TOP NEWS *****/
.p-top-news {
  padding-top: 90px;
}
@media only screen and (max-width: 990px) {
  .p-top-news {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-news {
    padding-top: 12vw;
  }
}

.p-top-news-list__item {
  margin-bottom: 10px;
}
.p-top-news-list__item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__item {
    margin-bottom: 2.6666666667vw;
  }
}

.p-top-news-list__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
  padding-right: 60px;
  background: #ffffff;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 990px) {
  .p-top-news-list__item-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__item-link {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-left: 3.4666666667vw;
    padding-right: 8vw;
  }
}
.p-top-news-list__item-link.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-link.is-topics a {
  color: #000000;
}
.p-top-news-list__item-link.is-topics:nth-child(even) {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__item-link.is-topics {
    padding-top: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.p-top-news-list__item-link::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #003559;
  border-right: 2px solid #003559;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 7px);
  right: 30px;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__item-link::after {
    width: 3.2vw;
    height: 3.2vw;
    right: 3.2vw;
  }
}
.p-top-news-list__item-link:hover {
  text-decoration: none;
  color: #000000;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

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

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

.p-top-news-list__category {
  width: 90px;
  font-size: 0.75rem;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__category {
    min-width: 24vw;
    width: auto;
    font-size: 3.2vw;
  }
}
.p-top-news-list__category span {
  display: block;
  padding: 0 10px;
  border-radius: 50vw;
  background: #003559;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__category span {
    padding: 0 2.6666666667vw;
  }
}

.p-top-news-list__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 2px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .p-top-news-list__ttl {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
    margin-top: 2.6666666667vw;
    width: 100%;
  }
}

/***** 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: 8vw;
    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: 4vw;
    font-size: 4.8vw;
  }
}

.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: 4vw;
  }
}

/*****音の環境を考える*****/
.top-introduction-wrap {
  height: 557px;
  position: relative;
  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;
}
@media only screen and (max-width: 1230px) {
  .top-introduction-wrap {
    height: 480px;
  }
}
@media only screen and (max-width: 768px) {
  .top-introduction-wrap {
    height: auto;
    display: block;
  }
}

.top-introduction-img {
  position: absolute;
  top: 0;
  left: calc(50% - 105px);
  width: 855px;
  z-index: 1;
}
@media only screen and (max-width: 1230px) {
  .top-introduction-img {
    width: 700px;
    left: calc(50% - 85px);
  }
}
@media only screen and (max-width: 990px) {
  .top-introduction-img {
    width: 610px;
    left: calc(50% + 30px);
  }
}
@media only screen and (max-width: 768px) {
  .top-introduction-img {
    width: 100%;
    height: 74.6666666667vw;
    margin-bottom: 10.6666666667vw;
    position: static;
  }
}

.top-introduction-body {
  width: calc(50% - 100px);
  padding-right: 65px;
}
@media only screen and (max-width: 1230px) {
  .top-introduction-body {
    width: calc(50% - 65px);
    padding-right: 50px;
  }
}
@media only screen and (max-width: 990px) {
  .top-introduction-body {
    width: 50%;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-introduction-body {
    width: 100%;
  }
}
.top-introduction-body::before {
  content: "Thoughtfully considering\asound environments";
  white-space: pre;
  position: absolute;
  left: -90px;
  top: -65px;
  color: #f1f1f1;
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-weight: bold;
  font-size: 5rem;
  line-height: 6.25rem;
  z-index: 2;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 1230px) {
  .top-introduction-body::before {
    left: -74px;
    top: -33px;
    font-size: 4.125rem;
    line-height: 5.125rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-introduction-body::before {
    font-size: 8vw;
    line-height: 1;
    left: 2.6666666667vw;
    top: -10.6666666667vw;
  }
}

.top-introduction-body-ttl {
  width: 100%;
  font-size: 2.8125rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .top-introduction-body-ttl {
    font-size: 8vw;
    margin-bottom: 5.3333333333vw;
  }
}

.top-introduction-body-txt {
  font-size: 1.25rem;
  line-height: 2.3em;
  letter-spacing: 0;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1230px) {
  .top-introduction-body-txt {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-introduction-body-txt {
    font-size: 4vw;
  }
}

/*****環境条件に応じた最適な騒音対策プラン*****/
.top-solution-plan {
  margin-top: 120px;
}
@media only screen and (max-width: 990px) {
  .top-solution-plan {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .top-solution-plan {
    margin-top: 16vw;
  }
}

/*****防音対策事例のご紹介*****/
.top-solution-case {
  margin-top: 60px;
  margin-bottom: 120px;
}

/*****ブルアンドベアが選ばれる理由*****/
.top-reason {
  margin-top: 60px;
  position: relative;
}
.top-reason::before, .top-reason::after {
  content: "";
  width: 1290px;
  height: 610px;
  background: url(../images/top-bg_02.jpg);
  display: inline-block;
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  position: absolute;
  z-index: -1;
}
@media only screen and (max-width: 990px) {
  .top-reason::before, .top-reason::after {
    height: 520px;
  }
}
.top-reason::before {
  top: 0;
  left: 50px;
}
@media only screen and (max-width: 768px) {
  .top-reason::before {
    height: 100%;
    left: -55%;
  }
}
.top-reason::after {
  top: -60px;
  left: 250px;
}
@media only screen and (max-width: 768px) {
  .top-reason::after {
    left: 8vw;
  }
}

.top-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 90px;
  counter-reset: number 0;
}
@media only screen and (max-width: 768px) {
  .top-reason-list {
    display: block;
    text-align: center;
    margin-top: 16vw;
  }
}

.top-reason-list-item {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  padding-top: 340px;
  width: 30%;
  height: 500px;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  text-align: center;
}
@media only screen and (max-width: 1230px) {
  .top-reason-list-item {
    padding-top: 285px;
    height: 435px;
  }
}
@media only screen and (max-width: 990px) {
  .top-reason-list-item {
    padding-top: 200px;
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .top-reason-list-item {
    margin-right: 0;
    margin-bottom: 13.3333333333vw;
    padding-top: 66.6666666667vw;
    width: 66.6666666667vw;
    height: 102.6666666667vw;
  }
}
.top-reason-list-item:last-child {
  margin-right: 0;
}
.top-reason-list-item::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 4.375rem;
  font-family: Bahnschrift, "DIN Alternate", "Franklin Gothic Medium", "Nimbus Sans Narrow", sans-serif-condensed, sans-serif;
  font-weight: bold;
  color: #003559;
  position: absolute;
  top: -75px;
  left: calc(50% - 60px);
  z-index: 900;
}
@media only screen and (max-width: 768px) {
  .top-reason-list-item::before {
    font-size: 16vw;
    top: -16vw;
    left: calc(50% - 13.3333333333vw);
  }
}

.top-reason-list-link {
  color: #000000;
}
.top-reason-list-link:hover {
  color: #000000;
  text-decoration: none;
}
.top-reason-list-link:hover .c-btn {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  background-position: 99% 50%;
}

.top-reason-list-item-img {
  width: calc(100% + 10px);
  height: 332px;
  position: absolute;
  top: -15px;
  left: -25px;
  overflow: hidden;
}
@media only screen and (max-width: 1230px) {
  .top-reason-list-item-img {
    height: 280px;
  }
}
@media only screen and (max-width: 990px) {
  .top-reason-list-item-img {
    left: -20px;
    height: 200px;
  }
}
@media only screen and (max-width: 768px) {
  .top-reason-list-item-img {
    height: 69.3333333333vw;
  }
}
.top-reason-list-item-img img {
  -webkit-transform: skewX(15deg) scale(1.3);
          transform: skewX(15deg) scale(1.3);
  -webkit-transform-origin: 50% 45%;
          transform-origin: 50% 45%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-reason-list-item-txt {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 15px;
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}
@media only screen and (max-width: 1230px) {
  .top-reason-list-item-txt {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 990px) {
  .top-reason-list-item-txt {
    font-size: 1.125rem;
    margin-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  .top-reason-list-item-txt {
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.top-reason-list-item-txt span {
  display: block;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1230px) {
  .top-reason-list-item-txt span {
    font-size: 0.875rem;
    letter-spacing: -0.05em;
  }
}
@media only screen and (max-width: 990px) {
  .top-reason-list-item-txt span {
    font-size: 0.75rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-reason-list-item-txt span {
    font-size: 3.7333333333vw;
  }
}

.top-reason-list-item-btn {
  -webkit-transform: skewX(15deg);
          transform: skewX(15deg);
}

/*****お知らせ*****/
.is-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media only screen and (max-width: 990px) {
  .is-news {
    display: block;
  }
}

.is-news-ttl {
  margin-bottom: 105px !important;
  width: 30%;
}
@media only screen and (max-width: 990px) {
  .is-news-ttl {
    margin-bottom: 30px !important;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .is-news-ttl {
    margin-bottom: 10.6666666667vw !important;
  }
}

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

.is-news-btn {
  position: absolute;
  left: 15px;
  bottom: 0;
}
@media only screen and (max-width: 990px) {
  .is-news-btn {
    position: static;
  }
}
@media only screen and (max-width: 1230px) {
  .is-news-btn .c-btn {
    min-width: 250px;
  }
}
@media only screen and (max-width: 990px) {
  .is-news-btn .c-btn {
    min-width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .is-news-btn .c-btn {
    min-width: 77.3333333333vw;
  }
}

/*****ご相談・見積依頼はこちら*****/
@media only screen and (max-width: 768px) {
  .is-top-contact-ttl {
    margin-bottom: 2.6666666667vw;
  }
}

.top-contact-bg {
  position: relative;
  overflow: hidden;
}
.top-contact-bg::after {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background: linear-gradient(45deg, rgb(0, 53, 89) 0%, rgb(35, 90, 121) 100%);
  -webkit-filter: drop-shadow(-8px 8px 15px #cccccc);
          filter: drop-shadow(-8px 8px 15px #cccccc);
  position: absolute;
  top: 0;
  left: calc(50% - 580px);
  -webkit-transform: skewX(-15deg);
          transform: skewX(-15deg);
  z-index: 1;
}
@media only screen and (max-width: 1230px) {
  .top-contact-bg::after {
    left: calc(50% - 500px);
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-bg::after {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    left: 0;
  }
}

.top-contact-upper {
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .top-contact-upper {
    padding-bottom: 2.6666666667vw;
  }
}

.top-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .top-contact-list {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.top-contact-list-item {
  position: relative;
  width: 33.333%;
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item {
    width: 100%;
    border-bottom: 1px solid #ffffff;
  }
  .top-contact-list-item:last-child {
    border: none;
  }
}
.top-contact-list-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ffffff;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
@media only screen and (max-width: 990px) {
  .top-contact-list-item:after {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item:after {
    content: none;
  }
}
.top-contact-list-item:last-child:after {
  content: none;
}

.top-contact-list-item-link {
  display: block;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link {
    padding: 8vw 0;
    -webkit-transform: none;
            transform: none;
  }
}
.top-contact-list-item-link.is-only-fax {
  margin-left: -10px;
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link.is-only-fax {
    margin-left: 0;
  }
}
.top-contact-list-item-link:hover {
  color: #ffffff;
  text-decoration: none;
}
.top-contact-list-item-link:hover .top-contact-list-item-link-ttl.is-phone:after, .top-contact-list-item-link:hover .top-contact-list-item-link-ttl.is-mail:after {
  background-size: 0 0, cover;
}

.top-contact-list-item-link-ttl {
  width: 100%;
  font-size: 1.375rem;
  font-weight: bold;
  display: block;
  padding-bottom: 115px;
  position: relative;
}
@media only screen and (max-width: 1230px) {
  .top-contact-list-item-link-ttl {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 990px) {
  .top-contact-list-item-link-ttl {
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-ttl {
    font-size: 4.8vw;
    padding-bottom: 28vw;
  }
}
.top-contact-list-item-link-ttl::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-contact-list-item-link-ttl.is-phone:after {
  bottom: 20px;
  width: 70px;
  height: 70px;
  background-size: 70px;
  background-size: cover, 0 0;
  background-image: url(../images/top-contact-list-item-link-ttl_img_phone.svg), url(../images/top-contact-list-item-link-ttl_img_phone_hover.svg);
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-ttl.is-phone:after {
    bottom: 5.3333333333vw;
    width: 18.6666666667vw;
    height: 18.6666666667vw;
    background-size: 18.6666666667vw;
  }
}
.top-contact-list-item-link-ttl.is-fax:after {
  bottom: 15px;
  width: 60px;
  height: 76px;
  background-size: 60px;
  background-image: url(../images/top-contact-list-item-link-ttl_img_fax.svg);
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-ttl.is-fax:after {
    bottom: 4vw;
    width: 16vw;
    height: 20.2666666667vw;
    background-size: 16vw;
  }
}
.top-contact-list-item-link-ttl.is-mail:after {
  bottom: 30px;
  width: 80px;
  height: 55px;
  background-size: 80px;
  background-size: cover, 0 0;
  background-image: url(../images/top-contact-list-item-link-ttl_img_mail.svg), url(../images/top-contact-list-item-link-ttl_img_mail_hover.svg);
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-ttl.is-mail:after {
    bottom: 5.3333333333vw;
    width: 21.3333333333vw;
    height: 14.6666666667vw;
    background-size: 21.3333333333vw;
  }
}

.top-contact-list-item-link-txt {
  width: 100%;
  font-size: 1.375rem;
  font-weight: bold;
}
@media only screen and (max-width: 1230px) {
  .top-contact-list-item-link-txt {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 990px) {
  .top-contact-list-item-link-txt {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-txt {
    font-size: 4.8vw;
  }
}

.top-contact-list-item-link-sub {
  width: 100%;
  font-size: 0.9375rem;
  display: block;
}
@media only screen and (max-width: 1230px) {
  .top-contact-list-item-link-sub {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 990px) {
  .top-contact-list-item-link-sub {
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-sub {
    font-size: 3.2vw;
  }
}

.top-contact-list-item-link-DLbtn {
  color: #003559;
  width: 280px;
  font-size: 0.9375rem;
  font-weight: normal;
  background: #ffffff;
  border-radius: 50vw;
  display: block;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media only screen and (max-width: 1230px) {
  .top-contact-list-item-link-DLbtn {
    width: 220px;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 990px) {
  .top-contact-list-item-link-DLbtn {
    width: 210px;
    font-size: 0.75rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-contact-list-item-link-DLbtn {
    width: 60vw;
    font-size: 3.7333333333vw;
    line-height: 9.6vw;
    margin-left: auto;
  }
}
.top-contact-list-item-link-DLbtn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #1eac4b;
}

/*****騒音対策のプロフェッショナルとして*****/
.top-recruit-wrap {
  height: 568px;
  margin-top: 120px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
}
@media only screen and (max-width: 1230px) {
  .top-recruit-wrap {
    height: auto;
  }
}
@media only screen and (max-width: 990px) {
  .top-recruit-wrap {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-wrap {
    margin-top: 10.6666666667vw;
    height: auto;
    display: block;
    border: none;
  }
}
.top-recruit-wrap::after {
  display: none;
  content: "";
}
@media only screen and (max-width: 768px) {
  .top-recruit-wrap::after {
    display: inline-block;
    width: 200%;
    height: 100%;
    background: url(../images/top-bg_01.png);
    background-size: 20px;
    -webkit-clip-path: polygon(0% 100%, 29% 0%, 100% 0%, 71% 100%);
            clip-path: polygon(0% 100%, 29% 0%, 100% 0%, 71% 100%);
    position: absolute;
    top: -10.6666666667vw;
    right: 10%;
    z-index: -2;
  }
}

.top-recruit-img {
  position: absolute;
  top: 0;
  left: calc(50% - 105px);
  width: 855px;
  z-index: 1;
}
@media only screen and (max-width: 1230px) {
  .top-recruit-img {
    width: 690px;
    left: calc(50% - 75px);
  }
}
@media only screen and (max-width: 990px) {
  .top-recruit-img {
    top: 90px;
    width: 465px;
    left: calc(50% + 30px);
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-img {
    width: 100%;
    height: 74.6666666667vw;
    margin-bottom: 10.6666666667vw;
    top: 32vw;
    left: 0;
  }
}

.top-recruit-body {
  width: calc(50% - 100px);
  padding-right: 65px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1230px) {
  .top-recruit-body {
    width: calc(50% - 82px);
    padding-right: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .top-recruit-body {
    padding-right: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .top-recruit-body {
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  .is-top-recruit-ttl {
    text-align: left;
  }
}
@media only screen and (max-width: 990px) {
  .is-top-recruit-ttl {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .is-top-recruit-ttl {
    margin-bottom: 81.3333333333vw;
  }
}

@media only screen and (min-width: 769px) {
  .is-top-recruit-btn {
    text-align: left;
  }
}

/*****be Base*****/
@media only screen and (max-width: 768px) {
  .top-bebase {
    margin-bottom: 8vw;
  }
}

.top-bebase-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #000000;
  background: #e8ecec;
}
@media only screen and (max-width: 990px) {
  .top-bebase-link {
    padding: 10px 10px 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top-bebase-link {
    display: block;
    padding: 6.6666666667vw 2.6666666667vw 24vw;
  }
}
.top-bebase-link:hover {
  color: #000000;
  text-decoration: none;
}
.top-bebase-link:hover .c-btn {
  text-decoration: none;
  color: #ffffff;
  background: #93a4ad;
}

.top-bebase-body {
  width: 38%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 70px;
  position: relative;
}
@media only screen and (max-width: 1230px) {
  .top-bebase-body {
    padding: 0 45px;
  }
}
@media only screen and (max-width: 990px) {
  .top-bebase-body {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-bebase-body {
    width: 100%;
    display: block;
    padding: 0;
  }
}

.top-bebase-ttl {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1230px) {
  .top-bebase-ttl {
    font-size: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .top-bebase-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .top-bebase-ttl {
    font-size: 4.8vw;
    margin-bottom: 5.3333333333vw;
  }
}
.top-bebase-ttl img {
  display: block;
  width: 265px;
  height: auto;
  margin: 12px auto 0;
}
@media only screen and (max-width: 1230px) {
  .top-bebase-ttl img {
    width: 210px;
  }
}
@media only screen and (max-width: 990px) {
  .top-bebase-ttl img {
    width: 180px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .top-bebase-ttl img {
    width: 38.6666666667vw;
    margin-top: 1.3333333333vw;
  }
}

.top-bebase-ttl-main {
  display: none;
}

.top-bebase-txt {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1230px) {
  .top-bebase-txt {
    font-size: 14px;
  }
}
@media only screen and (max-width: 990px) {
  .top-bebase-txt {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top-bebase-txt {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}

.top-bebase-img {
  width: 62%;
}
@media only screen and (max-width: 768px) {
  .top-bebase-img {
    width: 100%;
    height: auto;
  }
}
.top-bebase-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .top-bebase-btn {
    position: absolute;
    bottom: -69.3333333333vw;
    width: 100%;
    text-align: center;
  }
}