@charset "utf-8";
.slide-items {
  width: 100%;
  max-width: 1140px;
  display: flex;
  margin:0 auto;
  position: relative;
}
.slide-items .slick-list {
	z-index: 1;
}
.slide-items .slick-track {
  display: flex;
}
.slide-items .slick-slide {
  height: auto !important;
}
.slide-items .slide-items-content{
  background: url(../img/worries-bg.png) repeat;
  border: 2px solid #003168;
  margin-right: 50px;
  margin-left: 50px;
  padding: 40px;
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-areas:
    "inareaA inareaB"
    "inareaC inareaB"
  	"inareaD inareaB"
  	"inareaE inareaB";
}
.slide-items .slide-items-content .sl-title {
    grid-area: inareaA;
	font-size: 30px;
	font-weight: bold;
	color: #003168;
	margin-bottom: 30px;
	padding-left: 2em;
	position: relative;
}
.slide-items .slide-items-content .slt-01::before{
	background: url(../img/slt-01.png); content: ""; width: 45px; height: 47px; position: absolute; left: 0; top: 0;
}
.slide-items .slide-items-content .slt-02::before{
	background: url(../img/slt-02.png); content: ""; width: 52px; height: 44px; position: absolute; left: 0; top: 0;
}
.slide-items .slide-items-content .slt-03::before{
	background: url(../img/slt-03.png); content: ""; width: 42px; height: 41px; position: absolute; left: 0; top: 0;
}
.slide-items .slide-items-content .slt-04::before{
	background: url(../img/slt-04.png); content: ""; width: 40px; height: 47px; position: absolute; left: 0; top: 0;
}
.slide-items .slide-items-content .sl-img {
  grid-area: inareaB;
	margin-left: 50px;
  padding-top: 1em;
}
.slide-items .slide-items-content .sl-point {
  grid-area: inareaC;
	margin-bottom: 13px;
}
.slide-items .slide-items-content .sl-point li{
	list-style: disc;
  font-size: 18px;
  font-weight: bold;
	margin: 0;
}
.slide-items .slide-items-content .sl-point li span{
    display: inline; background-position: left -100% center; padding-bottom: 0.6em; background-size: 200% 0.25em; background-repeat: repeat-x; background-image: linear-gradient(to right, rgba(255, 252, 8, 1) 50%, rgb(255, 252, 8) 50%); transition: background-position 2s ease 0.1s;
}
.slide-items .slide-items-content .sl-arrow {
    grid-area: inareaD;
	text-align: center;
	margin-bottom: 0;
}
.slide-items .slide-items-content .sl-arrow img{
    display: inline;
}
.slide-items .slide-items-content .sl-conclusion {
    grid-area: inareaE;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}
.slide-items .slide-items-content .conclusion-01{
	background: #15bebb;
}
.slide-items .slide-items-content .conclusion-02{
	background: #003168;
}
.slide-items .slide-items-content .conclusion-03{
	background: #ff705b;
}
.slide-items .slide-items-content .conclusion-04{
	background: #61adff;
}
.slide-items .slick-prev {
    left: -60px;
}
.slide-items .slick-prev:before {
	background: url(../img/arrow-preview.png);
	content: "";
	width: 36px;
	height: 55px;
	position: absolute;
	opacity: 1;
}
.slide-items .slick-prev:hover:before{
	opacity: 0.7;
}
.slide-items .slick-next {
    right: -25px;
}
.slide-items .slick-next:before {
	background: url(../img/arrow-next.png);
	content: "";
	width: 36px;
	height: 55px;
	position: absolute;
	opacity: 1;
}
.slide-items .slick-next:hover:before{
	opacity: 0.7;
}
.slide-items .slick-dots {
	transform: translateX(-50%);
	position: absolute;
	top: -110px;
	left: 50%;
	z-index: 0;
}
.slide-items .slick-dots li{
	background: #fff;
	border: 2px solid #003168;
	width: 22.5%;
	height: 60px;
	margin: 0;	
}
.slide-items .slick-dots li.slick-active{
	background: #003168;
	position:relative;
}
.slide-items .slick-dots li.slick-active:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-top-width:20px;
    border-bottom-width:20px;
    border-left-width:20px;
    border-right-width:20px;
    margin-left: -10px;
    border-top-color:#003168;
    top:100%;
    left:50%;
}
.slide-items .slick-dots li button:before{
	width: auto;
	height: auto;
	top:20%;
	opacity: 1;
}
.slide-items .slick-dots li.slick-active button:before {
    opacity: 1;
	top:20%;
}
.slide-items .slick-dots li:nth-child(1) button:before{
	background: url(../img/slt-01pc-off.png);
	content: "";
	width: 85px;
	height: 33px;
	left: 30%;
}
.slide-items .slick-dots li.slick-active:nth-child(1) button:before{
	background: url(../img/slt-01pc-on.png);
	content: "";
	width: 85px;
	height: 33px;
}
.slide-items .slick-dots li:nth-child(2) button:before{
	background: url(../img/slt-02pc-off.png);
	content: "";
	width: 218px;
	height: 39px;
	left: 5%;
}
.slide-items .slick-dots li.slick-active:nth-child(2) button:before{
	background: url(../img/slt-02pc-on.png);
	content: "";
	width: 218px;
	height: 39px;
}
.slide-items .slick-dots li:nth-child(3) button:before{
	background: url(../img/slt-03pc-off.png);
	content: "";
	width: 108px;
	height: 33px;
	left: 25%;
}
.slide-items .slick-dots li.slick-active:nth-child(3) button:before{
	background: url(../img/slt-03pc-on.png);
	content: "";
	width: 108px;
	height: 33px;
}
.slide-items .slick-dots li:nth-child(4) button:before{
	background: url(../img/slt-04pc-off.png);
	content: "";
	width: 128px;
	height: 34px;
	left: 22%;
}
.slide-items .slick-dots li.slick-active:nth-child(4) button:before{
	background: url(../img/slt-04pc-on.png);
	content: "";
	width: 128px;
	height: 34px;
}

@media screen and (max-width: 1370px) {

.slide-items {
  max-width: 80%;
}
.slide-items .slick-dots li:nth-child(1) button:before{
	background-size: contain;
	width: 70px;
	height: 27px;
	left: 30%;
}
.slide-items .slick-dots li.slick-active:nth-child(1) button:before{
	background-size: contain;
	width: 70px;
	height: 27px;
}
.slide-items .slick-dots li:nth-child(2) button:before{
	background-size: contain;
	width: 170px;
	height: 31px;
	left: 10%;
}
.slide-items .slick-dots li.slick-active:nth-child(2) button:before{
	background-size: contain;
	width: 170px;
	height: 31px;
}
.slide-items .slick-dots li:nth-child(3) button:before{
	background-size: contain;
	width: 88px;
	height: 27px;
	left: 27%;
}
.slide-items .slick-dots li.slick-active:nth-child(3) button:before{
	background-size: contain;
	width: 88px;
	height: 27px;
}
.slide-items .slick-dots li:nth-child(4) button:before{
	background-size: contain;
	width: 100px;
	height: 27px;
	left: 22%;
}
.slide-items .slick-dots li.slick-active:nth-child(4) button:before{
	background-size: contain;
	width: 100px;
	height: 27px;
}
}

@media screen and (max-width: 1070px) {
.slide-items .slick-dots li.slick-active:after{
    left:47%;
}
.slide-items .slick-dots li:nth-child(1) button:before{
	background: url(../img/slt-01sp-off.png);
	background-size: contain;
	content: "";
	width: 30px;
	height: 42px;
	left: 45%;
}
.slide-items .slick-dots li.slick-active:nth-child(1) button:before{
	background: url(../img/slt-01sp-on.png);
	background-size: contain;
	content: "";
	width: 30px;
	height: 42px;
}
.slide-items .slick-dots li:nth-child(2) button:before{
	background: url(../img/slt-02sp-off.png);
	background-size: contain;
	content: "";
	width: 57px;
	height: 40px;
	left: 35%;
}
.slide-items .slick-dots li.slick-active:nth-child(2) button:before{
	background: url(../img/slt-02sp-on.png);
	background-size: contain;
	content: "";
	width: 57px;
	height: 40px;
}
.slide-items .slick-dots li:nth-child(3) button:before{
	background: url(../img/slt-03sp-off.png);
	background-size: contain;
	content: "";
	width: 40px;
	height: 39px;
	left: 40%;
}
.slide-items .slick-dots li.slick-active:nth-child(3) button:before{
	background: url(../img/slt-03sp-on.png);
	background-size: contain;
	content: "";
	width: 40px;
	height: 39px;
}
.slide-items .slick-dots li:nth-child(4) button:before{
	background: url(../img/slt-04sp-off.png);
	background-size: contain;
	content: "";
	width: 51px;
	height: 39px;
	left: 40%;
}
.slide-items .slick-dots li.slick-active:nth-child(4) button:before{
	background: url(../img/slt-04sp-on.png);
	background-size: contain;
	content: "";
	width: 51px;
	height: 39px;
}

}

@media screen and (max-width: 767px) {
.slide-items .slide-items-content{
  display: block;
	margin: 0 4vw;
	padding: 8vw;
}
.slide-items .slide-items-content .sl-title {
    grid-area: inareaA;
	font-size: 4vw;
}
.slide-items .slide-items-content .sl-img {
  grid-area: inareaB;
	margin-left: 0;
	margin-bottom: 4vw;
  padding-top: 0;
}
.slide-items .slide-items-content .sl-point li{
    font-size: 3.7vw;
}
.slide-items .slide-items-content .sl-arrow {
	margin-bottom: 0;
}
.slide-items .slide-items-content .sl-conclusion {
	font-size: 3.7vw;
	padding: 4vw 0;
}	
.slide-items .slide-items-content .slt-01::before,.slide-items .slide-items-content .slt-02::before,.slide-items .slide-items-content .slt-03::before,.slide-items .slide-items-content .slt-04::before{
	background-repeat: no-repeat; background-size: contain; width: 20px; left: 0; top: 0;
}
.slide-items .slick-prev {
    left: -37px;
    z-index: 9999;
}
.slide-items .slick-next {
    right: 0;
}

.slide-items .slick-dots li.slick-active button:before {
    opacity: 1;
}
.slide-items .slick-dots li.slick-active:after{
    border-top-width:10px;
    border-bottom-width:10px;
    border-left-width:10px;
    border-right-width:10px;
}	
.slide-items .slick-dots li:nth-child(1) button:before{
	width: 30px;
	height: 42px;
	left: 35%;
}
.slide-items .slick-dots li.slick-active:nth-child(1) button:before{
	width: 30px;
	height: 42px;
}
.slide-items .slick-dots li:nth-child(2) button:before{
	width: 58px;
	height: 41px;
	left: 20%;
}
.slide-items .slick-dots li.slick-active:nth-child(2) button:before{
	width: 58px;
	height: 41px;
}
.slide-items .slick-dots li:nth-child(3) button:before{
	width: 40px;
	height: 39px;
	left: 30%;
}
.slide-items .slick-dots li.slick-active:nth-child(3) button:before{
	width: 40px;
	height: 39px;
}
.slide-items .slick-dots li:nth-child(4) button:before{
	width: 50px;
	height: 38px;
	left: 25%;
}
.slide-items .slick-dots li.slick-active:nth-child(4) button:before{
	width: 50px;
	height: 38px;
}
	
}

@media screen and (max-width: 400px) {
  
.slide-items .slick-dots li:nth-child(1) button:before{
	left: 25%;
}
.slide-items .slick-dots li:nth-child(2) button:before{
	left: 4%;
}
.slide-items .slick-dots li:nth-child(3) button:before{
	left: 25%;
}
.slide-items .slick-dots li:nth-child(4) button:before{
	left: 10%;
}
  
}