@charset "UTF-8";

/* ==========================================================

* mainVisual

* ========================================================== */


#mainVisual{
position: relative;
overflow: hidden;
}

.swiper-btn-container-outer {
width: 100%;
height: 50px;
position: absolute;
bottom: 50px;
left:50%;
transform: translateX(-50%);
max-width: 1200px;
display: flex;
justify-content: flex-start;
z-index: 1;
}

@media screen and (min-width: 1151px)  {
   .swiper-btn-container-outer {
				bottom: 20%;
  }
}

@media screen and (min-width: 701px) and (max-width: 1150px) {
   .swiper-btn-container-outer {
			 width: calc(100% - 60px) !important;
    margin: 0 0;
				bottom: 15%;
				height: 30px;
  }
}

@media screen and (min-width: 401px) and (max-width: 700px) {
   .swiper-btn-container-outer {
			 width: calc(100% - 60px) !important;
    margin: 0 0;
				bottom: 15%;
				height: 30px;
  }
}

@media screen and (max-width: 400px) {
   .swiper-btn-container-outer {
			 width: calc(100% - 60px) !important;
    margin: 0 0;
				bottom: 10px;
				height: 30px;
  }
}

.swiper-btn-container {
position: absolute;
left: 0;
bottom: 0;
display: flex;
}

@media screen and (min-width: 1151px)  {
.swiper-btn-container {
min-width: 400px;
height: 50px;
gap:5px;
}
}

@media screen and (min-width: 401px)  and (max-width: 1150px) {
.swiper-btn-container {
min-width: 400px;
height: 30px;
gap:5px;
}
}

@media screen and (max-width: 400px) {
.swiper-btn-container {
min-width: 100%;
height: 30px;
gap:5px;
}
}


.swiper-pagination-bullets.swiper-pagination-horizontal {
width: auto;
position: static!important;
height: 50px;
display: flex;
align-items: center;
}

@media screen and (max-width: 1150px) {
   .swiper-pagination-bullets.swiper-pagination-horizontal {
    height: 30px;
}
}

.swiper-pagination-bullet {
  border-radius: inherit;
  margin: 0 5px!important;
  width: 54px;
  height: 5px;
  background:rgba(255,255,255,.9);
  opacity: 0.8;
}

@media screen and (max-width: 1150px) {
.swiper-pagination-bullet {
  width: 30px;
  height: 4px;
}
}

@media screen and (max-width: 400px) {
.swiper-pagination-bullet {
  width: 20px;
  height: 4px;
}
}

.swiper-pagination-bullet-active {
  background: var(--primary-color);
  opacity: .8;
}


#swiper-container .swiper-btn-container .btn-wrapper {
position: relative;
width: 105px;
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper-btn-container .btn-wrapper {
width: 65px;
}
}

#swiper-container .swiper-button-next,
#swiper-container .swiper-button-prev{
background-color:rgba(255,255,255,.8);
border: #EEE solid 1px;
box-sizing: border-box;
width: 50px;
height: 50px;
bottom: var(--swiper-navigation-top-offset, 0%);
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper-button-next,
#swiper-container .swiper-button-prev{
width: 30px;
height: 30px;
}
}

#swiper-container .swiper-button-next{
    right: 0;/* ボタンを右端にくっつける */
}
#swiper-container .swiper-button-prev{
    left: 0;/* ボタンを左端にくっつける */
}
#swiper-container .swiper-button-next::after{
    content: '>';
    color: #AAA;
    font-size: 1.5rem;
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper-button-next::after{
    font-size: 1.2rem;
				line-height: 1;
}
}

#swiper-container .swiper-button-prev::after{
    content: '<';
    color: #AAA;
    font-size: 1.5rem;
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper-button-prev::after{
    font-size: 1.2rem;
				line-height: 1;
}
}


#swiper-container .swiper_pause{
cursor: pointer;
z-index: 1;
background-color:rgba(255,255,255,.8);
border: #EEE solid 1px;
box-sizing: border-box;
width: 50px;
height: 50px;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper_pause{
width: 30px;
height: 30px;
}
}

#swiper-container .swiper_pause:hover {
	opacity: 1;
}

#swiper-container .swiper_pause:before {
	display: block;
	content: "=";
	transform: rotate(90deg);
	font-size: 24px;
	font-weight: bold;
	color: #AAA;
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper_pause:before {
	font-size: 20px;
}
}

#swiper-container .swiper_pause.paused:before {
	content: "▶";
	transform: rotate(0);
	font-size: 15px;
}

@media screen and (max-width: 1150px) {
#swiper-container .swiper_pause.paused:before {
	font-size: 14px;
}
}

.swiper-btn-container .swiper-slide {
position: relative;
}

.slide_insidecontents {
width: 100%;
height: 100%;
position: relative;
}

.slide_insidecontents .slide_inside_inner {
width: 100%;
height: 100%;
position: absolute;
top:45%;
left:50%;
transform: translate(-50%, -50%);
max-width: 1200px;
display: flex;
flex-direction: column;
justify-content: center;
}


@media screen and (max-width: 1150px) {
   .slide_insidecontents .slide_inside_inner {
			 width: calc(100% - 60px) !important;
    margin: 0 0;
  }
}


.slide_insidecontents .img_ttl {
}

@media screen and (min-width: 1151px) {
.slide_insidecontents .img_ttl {
max-width: 800px;
}
}

@media screen and (min-width: 701px) and (max-width: 1150px) {
.slide_insidecontents .img_ttl {
max-width: 650px;
}
}

@media screen and (min-width: 501px) and (max-width: 700px) {
.slide_insidecontents .img_ttl {
max-width: 500px;
}
}

@media screen and (max-width: 500px) {
.slide_insidecontents .img_ttl {
max-width: 100%;
}
}

.slide_insidecontents .link_btn {
}

@media screen and (min-width: 1001px) {
.slide_insidecontents .link_btn {
margin-top: 50px;
}
}

@media screen and (max-width: 1000px) {
.slide_insidecontents .link_btn {
margin-top: 30px;
}
}

.slide_insidecontents .link_btn a {
background-color: #CCC;
color: #FFF;
position: relative;
display: flex;
align-items: center;
justify-content: center;
height: 50px;
width: 330px;
font-size: 19px;
font-weight: bold;
}

@media screen and (min-width: 701px) and (max-width: 1150px) {
.slide_insidecontents .link_btn a {
height: 50px;
width: 305px;
font-size: 18px;
}
}

@media screen and (min-width: 401px) and (max-width: 700px) {
.slide_insidecontents .link_btn a {
height: 40px;
width: 300px;
font-size: 16px;
}
}

@media screen and (max-width: 400px) {
.slide_insidecontents .link_btn a {
height: 35px;
width: 250px;
font-size: 14px;
}
}

.slide_insidecontents .link_btn a:hover {
opacity: .8;
}

.slide_insidecontents .link_btn a span {
position: relative;
padding-right: 90px;
}

.slide_insidecontents .link_btn a span::before {
content: "";
width: 0px;
height: 0px;
border-style: solid;
border-width: 5px 0 0 5px;
border-color: transparent transparent transparent #FFF;
transform: rotate(0deg);
position: absolute;
right: 0px;
top: calc(50% - 3px);
transition: all 300ms;
}

.slide_insidecontents .link_btn a:hover span::before {
right: -10px;
}

.slide_insidecontents .link_btn a span::after {
content: "";
width: 80px;
height: 1px;
background: #FFF;
position: absolute;
right: 0px;
bottom: calc(50% - 3px);
transition: all 300ms;
}


.slide_insidecontents .link_btn a:hover span::after {
right: -10px;
}


.slide_insidecontents .link_btn.pink a {
/*background-color: #CC0033;*/
background: rgb(204,0,51);
background: linear-gradient(90deg, rgba(204,0,51,1) 0%, rgba(204,0,51,0.6) 66%, rgba(204,0,51,0.5) 100%);
}

.slide_insidecontents .link_btn.blue a {
background: rgb(101,177,218);
background: linear-gradient(90deg, rgba(101,177,218,1) 0%, rgba(101,177,218,0.6) 66%, rgba(101,177,218,0.5) 100%);
}

.slide_insidecontents .link_btn.gray a {
background: rgb(59,103,126);
background: linear-gradient(90deg, rgba(59,103,126,1) 0%, rgba(59,103,126,0.6) 66%, rgba(59,103,126,0.5) 100%);
}

.slide_insidecontents .link_btn.green a {
background: rgb(190,206,56);
background: linear-gradient(90deg, rgba(163,197,105,1) 0%, rgba(190,206,56,0.5) 70%, rgba(198,212,122,0.4) 100%);
}

.slide_insidecontents .link_btn.orange a {
background: rgb(237,158,67);
background: linear-gradient(90deg, rgba(237,158,67,1) 0%, rgba(237,158,67,0.6) 40%, rgba(237,212,67,0.6) 100%);
}

.slide_insidecontents .link_btn.greenish a {
background: rgb(110,178,174);
background: linear-gradient(90deg, rgba(91,179,163,1) 0%, rgba(112,179,196,0.9) 70%, rgba(115,179,213,0.5) 100%);
}



