@charset "UTF-8";
.kabe-section {
  background: linear-gradient(#eaebf1 0%, #fff 100%);
  color: #292929;
  font-weight: 600;
}
.kabe-section.kabe-section--top {
  background: linear-gradient(45deg, #6fb5d9 0%, #3879ba 100%);
}
.kabe-section a {
  color: #292929;
  text-decoration: none;
}
.kabe-section h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-section h1 {
    font-size: 2.25rem;
  }
}
.kabe-section h2 {
  margin-top: 0;
  margin-bottom: 30px;
  color: #292929;
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-section h2 {
    margin-bottom: 25px;
    font-size: 1.75rem;
  }
}
.kabe-section h2 span {
  background-image: linear-gradient(transparent 80%, #fff34c 80%);
}
.kabe-section h3 {
  margin: 0 0 15px;
  padding-left: 0;
  color: #184157;
  font-size: 1.875rem;
  text-align: center;
}
.kabe-section h3::before {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .kabe-section h3 {
    font-size: 1.1875rem;
  }
}

.kabe-sectionInner {
  width: 100%;
  max-width: 824px;
  margin: 0 auto;
  padding: 40px 40px 80px;
}
@media screen and (max-width: 767.9px) {
  .kabe-sectionInner {
    padding: 30px 20px 40px;
  }
}
.kabe-section--top .kabe-sectionInner {
  padding: 50px 40px 130px;
}
@media screen and (max-width: 767.9px) {
  .kabe-section--top .kabe-sectionInner {
    padding: 30px 20px 110px;
  }
}

.kabe-subtitle {
  color: #fff;
  font-size: 1.4375rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-subtitle {
    font-size: 0.75rem;
  }
}

.kabe-lead {
  margin-top: -134px;
  padding: 20px 50px;
  border: 3px solid #707070;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  font-size: 1.3125rem;
  z-index: 2;
}
@media screen and (max-width: 767.9px) {
  .kabe-lead {
    margin-top: -112px;
    padding: 20px 22px;
    font-size: 0.9375rem;
  }
}

.kabe-text {
  font-size: 1.0625rem;
}
@media screen and (max-width: 767.9px) {
  .kabe-text {
    font-size: 0.9375rem;
  }
}
.kabe-section--foot .kabe-text {
  text-align: center;
}

.kabe-graph {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 767.9px) {
  .kabe-graph {
    display: block;
  }
}

.kabe-graphItem {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.9px) {
  .kabe-graphItem + .kabe-graphItem .kabe-graphTitle {
    margin-top: 23px;
  }
}
@media screen and (max-width: 767.9px) {
  .kabe-graphItem + .kabe-graphItem .kabe-graphImg {
    padding: 10px 25px 0;
  }
}

.kabe-graphTitle {
  margin-bottom: 10px;
  font-size: 1.6875rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-graphTitle {
    font-size: 1.125rem;
  }
}

.kabe-graphImg {
  height: 100%;
  padding: 20px 54px 0;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-graphImg {
    margin: 0 40px;
    padding: 10px 25px 15px;
  }
}

.kabe-note {
  margin-top: 15px;
  font-size: 0.9375rem;
}
@media screen and (max-width: 767.9px) {
  .kabe-note {
    font-size: 0.8125rem;
  }
}

.kabe-list {
  margin-top: 6px;
  font-size: 0.75rem;
}
@media screen and (max-width: 767.9px) {
  .kabe-list {
    font-size: 0.6875rem;
  }
}

.kabe-unit {
  margin-bottom: 35px;
  padding: 17px 25px 25px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-unit {
    margin-bottom: 18px;
    padding: 16px 10px;
  }
}
.kabe-unit h3 {
  font-size: 1.5625rem;
}
@media screen and (max-width: 767.9px) {
  .kabe-unit h3 {
    font-size: 1.1875rem;
  }
}

.kabe-exText {
  margin-bottom: 24px;
  color: #5a6268;
  font-size: 1rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-exText {
    margin-bottom: 10px;
    font-size: 0.625rem;
  }
}

.kabe-info {
  position: relative;
  margin-top: 85px;
  padding: 50px 40px 24px;
  border-radius: 15px;
  background: #fff;
  border: 3px solid #707070;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-info {
    margin-top: 62px;
    padding: 50px 17px 26px;
  }
}
.kabe-info::after {
  content: "？";
  position: absolute;
  top: -38px;
  left: 50%;
  width: 76px;
  height: 76px;
  border: 1px solid #707070;
  border-radius: 50%;
  background: #5a6268;
  color: #fff;
  font-size: 3.1875rem;
  line-height: 1.4;
  text-align: center;
  transform: translateX(-50%);
}
.kabe-info h3 {
  font-size: 1.625rem;
}
@media screen and (max-width: 767.9px) {
  .kabe-info h3 {
    font-size: 1.1875rem;
  }
}

.kabe-card {
  padding: 42px 32px 48px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-card {
    margin-top: 20px;
    padding: 18px 15px 23px;
  }
}
.kabe-card h3 {
  text-align: left;
}

.kabe-qa + .kabe-qa {
  margin-top: 35px;
}
@media screen and (max-width: 767.9px) {
  .kabe-qa + .kabe-qa {
    margin-top: 25px;
  }
}

.kabe-question {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 15px 15px 0px 0px;
  background: #012f5f;
  color: #fff;
  font-size: 1.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-question {
    padding: 8px 13px;
    font-size: 0.875rem;
  }
}
.kabe-question span {
  display: block;
  flex: 0 0 auto;
  width: 40px;
  margin-right: 18px;
  padding-right: 12px;
  border-right: 1px solid #fff;
  line-height: 0;
}
@media screen and (max-width: 767.9px) {
  .kabe-question span {
    width: 22px;
    margin-right: 8px;
    padding-right: 7px;
  }
}

.kabe-answer {
  display: flex;
  align-items: flex-start;
  padding: 12px 76px 20px 36px;
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  color: #012f5f;
  font-size: 1.0625rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-answer {
    padding: 12px 32px 12px 24px;
    font-size: 0.8125rem;
  }
}
.kabe-answer span {
  display: block;
  flex: 0 0 auto;
  width: 48px;
  margin-right: 18px;
  line-height: 0;
}
@media screen and (max-width: 767.9px) {
  .kabe-answer span {
    width: 22px;
    margin-right: 13px;
  }
}
.kabe-answer p + p {
  margin-top: 18px;
}
@media screen and (max-width: 767.9px) {
  .kabe-answer p + p {
    margin-top: 10px;
  }
}
.kabe-answer.kabe-answer--top {
  align-items: center;
}

.kabe-answerInner {
  width: 100%;
}

.kabe-qaPc {
  margin-top: 16px;
}
.kabe-qaPc .kabe-table {
  margin-right: -63px;
}
@media screen and (max-width: 767.9px) {
  .kabe-qaPc {
    display: none;
  }
}

.kabe-qaSp {
  display: none;
}
@media screen and (max-width: 767.9px) {
  .kabe-qaSp {
    margin-top: 22px;
    display: block;
  }
}
.kabe-qaSp p {
  margin-left: -40px;
  margin-bottom: 5px;
}
.kabe-qaSp .kabe-table {
  margin-left: -40px;
  margin-right: -12px;
}

.kabe-table {
  border-bottom: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media screen and (max-width: 767.9px) {
  .kabe-table {
    width: calc(100% + 52px);
  }
}
.kabe-table th,
.kabe-table td {
  padding: 10px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
@media screen and (max-width: 767.9px) {
  .kabe-table th,
  .kabe-table td {
    padding: 6px;
  }
}
@media screen and (max-width: 767.9px) {
  .kabe-table th {
    width: 30%;
    text-align: left;
  }
}
@media screen and (max-width: 767.9px) {
  .kabe-table td {
    width: 70%;
  }
}
.kabe-table + p {
  margin-top: 15px;
}

.kabe-qaList li {
  padding-left: 1em;
  text-indent: -1em;
}

.kabe-qaNote {
  margin-top: 17px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767.9px) {
  .kabe-qaNote {
    margin-top: 15px;
    margin-left: -40px;
    margin-right: -12px;
    font-size: 0.6875rem;
  }
}

@media screen and (max-width: 767.9px) {
  .kabe-section--foot h2 {
    font-size: 1.375rem;
  }
}
.kabe-section--foot h2 span {
  background-image: linear-gradient(transparent 80%, #fddf46 80%);
}
.kabe-section--foot .kabe-img {
  max-width: 448px;
  margin: 40px auto 100px;
  padding: 15px 9px 14px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767.9px) {
  .kabe-section--foot .kabe-img {
    max-width: 242px;
    margin: 8px auto 33px;
    padding: 8px;
  }
}

.kabe-tel {
  font-size: 3.8125rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-tel {
    font-size: 1.75rem;
  }
}

.kabe-telText {
  font-size: 1.0625rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-telText {
    font-size: 0.6875rem;
  }
}

/* slide */
.kabe-photo {
  margin-top: 32px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .kabe-photo {
    margin-top: 34px;
  }
}

.kabe-photo-title {
  display: block;
  margin-top: 6px;
  font-size: 1.6875rem;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .kabe-photo-title {
    font-size: 1.5625rem;
  }
}

.kabe-photo-list {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 2px 0;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list {
    overflow: hidden;
    max-width: none !important;
  }
}
.kabe-photo-list.is-static {
  overflow: auto;
}

.kabe-photo-list-slide {
  width: 640px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide {
    width: 325px;
    margin: 0 auto;
  }
}
.is-static .kabe-photo-list-slide,
.kabe-photo-list-slide.swiper-initialized {
  opacity: 1;
}

.kabe-photo-list-slide__item {
  position: relative;
  z-index: 1;
  width: 640px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide__item {
    width: 325px;
    padding: 0;
  }
}
.kabe-photo-list-slide-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.is-static .kabe-photo-list-slide-nav {
  display: none;
}

.kabe-photo-list-slide-nav__inner {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide-nav__inner {
    max-width: 345px;
  }
}
.kabe-photo-list-slide-nav__inner::before,
.kabe-photo-list-slide-nav__inner::after {
  content: "";
  position: absolute;
  top: 140px;
  z-index: 0;
  width: 70px;
  height: 54px;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide-nav__inner::before,
  .kabe-photo-list-slide-nav__inner::after {
    top: 70px;
    width: 50px;
    height: 42px;
  }
}
.kabe-photo-list-slide-nav__inner::before {
  left: 2px;
  transform: rotate(90deg);
}

.kabe-photo-list-slide-nav__inner::after {
  right: 2px;
  transform: rotate(90deg);
}

.kabe-photo-list-slide-nav button {
  position: absolute;
  top: 140px;
  z-index: 1;
  width: 70px;
  height: 54px;
  padding: 15px;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide-nav button {
    top: 70px;
    width: 50px;
    height: 42px;
  }
}
.kabe-photo-list-slide-nav button.swiper-button-disabled {
  visibility: hidden;
}

.kabe-photo-list-slide-nav button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide-nav button:hover {
    opacity: 1;
  }
}
.kabe-photo-list-slide-nav button img {
  display: block;
  width: 40px;
}

@media screen and (max-width: 767px) {
  .kabe-photo-list-slide-nav button img {
    width: 20px;
  }
}
.kabe-photo-list-slide-nav__prev {
  left: 2px;
  transform: rotate(90deg);
}

.kabe-photo-list-slide-nav__next {
  right: 2px;
  transform: rotate(-90deg);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 185, 185, 0.8);
}

.modal[aria-hidden=true] {
  display: none;
}

.modal__content {
  width: 100%;
  height: 100%;
  padding: 80px 0 40px;
  overflow: auto;
}

.video-carousel {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 80px;
}

@media screen and (max-width: 767px) {
  .video-carousel {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .video-carousel .swiper-container {
    width: 80vw;
    margin: 0 auto;
  }
}
.video-carousel .swiper-slide .slide-video {
  position: relative;
  padding-top: 56.25%;
}

.video-carousel .swiper-slide iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-carousel .swiper-button-prev,
.video-carousel .swiper-button-next {
  transition: opacity 0.3s ease-out;
  justify-content: flex-end;
  top: 50%;
  margin-top: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  transform: translateY(-50%);
}

.video-carousel .swiper-button-prev.swiper-button-disabled,
.video-carousel .swiper-button-next.swiper-button-disabled {
  display: none;
}

.video-carousel .swiper-button-prev:hover,
.video-carousel .swiper-button-next:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-prev:hover,
  .video-carousel .swiper-button-next:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1040px) {
  .video-carousel .swiper-button-prev,
  .video-carousel .swiper-button-next {
    top: 23.75vw;
  }
}
@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-prev,
  .video-carousel .swiper-button-next {
    top: 20.8vw;
  }
}
.video-carousel .swiper-button-prev::after,
.video-carousel .swiper-button-next::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 47px;
  border-color: transparent transparent transparent #315594;
}

@media screen and (max-width: 1040px) {
  .video-carousel .swiper-button-prev::after,
  .video-carousel .swiper-button-next::after {
    border-width: 4.80769vw 0 4.80769vw 4.51923vw;
  }
}
.video-carousel .swiper-button-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1240px) {
  .video-carousel .swiper-button-prev {
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-prev {
    left: 2.66667vw;
  }
}
.video-carousel .swiper-button-next {
  right: 0;
}

@media screen and (max-width: 1240px) {
  .video-carousel .swiper-button-next {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-carousel .swiper-button-next {
    right: 2.66667vw;
  }
}
.video-carousel .modal-close-button {
  transition: opacity 0.3s ease-out;
  position: absolute;
  top: -40px;
  right: -80px;
  width: 54px;
  height: 40px;
  padding: 0;
  border: none;
  background: url(../img/icon_close.svg) no-repeat center center;
  background-size: 100%;
  cursor: pointer;
}

.video-carousel .modal-close-button:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .video-carousel .modal-close-button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  .video-carousel .modal-close-button {
    top: -55px;
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .video-carousel .modal-close-button {
    width: 28px;
    height: 20px;
    top: -45px;
    right: 10px;
  }
}/*# sourceMappingURL=style.css.map */