@charset "UTF-8";
/*////////////////////////*/
/*ファーストビュー*/
/*////////////////////////*/

/*トップスライダー*/
.top-slider {
	position: relative;
	width: 100%;
	height: calc(100vh - 80px) ;
  max-height: 800px;
}

.slider1 .swiper-slide {
	height: unset;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 {
  position: unset;
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullet {
	width: 8%;
    height: 3px;
    border-radius: unset;
    background: #808080;
}
.top-catch {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 70%;
  max-width : 700px;
	height: auto;
	/* background:rgba(0,0,0,0.7); */
}
.main-logo {
	width: 200px;
	height: 150px;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}


/*////////////////////////*/
/*セカンドビュー*/
/*////////////////////////*/

.icon-plan {
  width: 60px;
  margin: 0 auto;
}
.plan-box {
  position: relative;
}
.icon-osusume {
  position: absolute;
  width: 180px;
  top: 0;
  left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

table {
  width: 100%;
}

/* --------------------cssのみのアコーディオン-------------------- */
.accordion  {
  margin-inline: 0;
  background: #fff;
  border: solid 1px #000;
  border-radius: 5px;
}
.accordion_title {
  position: relative;
  border: none;
  border-radius: 10px;
  display: block;
  list-style: none;
  width: 100%;
  cursor: pointer;
  padding: 20px 40px 20px 20px ;
  line-height: 1.6em;
}
summary.accordion_title::-webkit-details-marker {
  display:none;
}
.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
  color: #000;
}
.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
  transition: all 0.6s ease 0s;
}
.accordion .accordion_contents {
  padding: 30px 20px ;
  /* background: url(http://ma-zero.com/img/icona.svg) #f2f2f2 no-repeat top 30px left 10px / 35px; */
}
.accordion .accordion_contents > *:first-of-type {
  margin-top: 0;
}
.accordion .accordion_contents > *:last-of-type {
  margin-bottom: 0;
}
.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
  transition: all 0.6s ease 0s;
}
.accordion[open] .accordion_contents {
  padding: 0 20px 20px ;
}
.accordion[open] .accordion_title:after {
  content: "−";
  color: #000;
}










/*slider2*/
.slider2 .slider-box {
	/* position: relative;
	height: 350px; */
}
.slider2 .swiper-pagination-bullet {
	  width: 4%;
    height: 2px;
    border-radius: unset;
    background: #000;
}
.slider2 .swiper-pagination-bullet-active {
    background: #3d578d;
}
.slider02-ph {
  height: 260px;
}
.slider02-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/*slider3*/
.slider3 .slider-box {
	position: relative;
	height: 220px;
}

/*slider4*/
.slider04-cap {
	position: absolute;
	left: 15px;
	bottom: 10px;
	padding-left: 15px;
	background: url(/assets/images/common/icon-arrow02.png) no-repeat left center / 6px 10px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: #000;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: #000;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.4rem;
    color: #fff;
}


.bnr-box {
  position: relative;
  height: 180px;
  color: #fff;
  overflow-y: hidden;
}
.bnr-box02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #fff;
}
.bnr-box-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}
.link-arow {
  background: url(/assets/images/common/icon-line.svg) no-repeat bottom center / 100px ;
}






/*PCのみ*/
@media (min-width: 768px) {




}

@media (max-width: 768px) {

		.top-slider {
			height: 100vh;
      max-height: 450px;
			z-index: unset;
		}
		.top-catch {
			position: absolute;
			z-index: 1;
			width: 90%;
		}
    .slider02-ph {
      height: 180px;
    }
    .slider2 .swiper-pagination-bullet {
        width: 10%;
    }

    .slider3 .slider-box {
      height: 180px;
    }

}



