.slideshow .btn {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #05489b !important;
  color: #05489b;
  text-indent: 2px;
    position: relative;
    font-size: 16px;
    margin-top: 0 !important;
}
.slideshow .btn:before{
    content: '';
    position: absolute;
    top: 21px;
    right:-15px;   
    width: 30px;
    height: 1px;
    background:#05489b !important;
    transition: all .3s;
    z-index: 2;
}
.slideshow .btn:after{
    content: '';
    position: absolute;
    top: 19px;
    right:-15px;
    width: 7px;
    height:1px;
    background:#05489b;
    transform: rotate(35deg);
    transition: all .3s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  z-index: 1;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
    background: #fff;
    padding: 2%;
    width: 30%;
    max-width: 500px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 44, 48, 0.15);
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: left;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.slideshow .slide .title h1{
    margin: 0;
    padding: 0;
    color: #05489b;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
    font-size: 36px;
    line-height: 130%;
}
.slideshow .slide .max{
    max-width: 432px;
}
.slideshow .slide .title h1 span{
    display: block;
}
.slideshow .slide .title img{
    width: 100%;
    height: auto;
}
.slideshow .slide .text {
  margin: 0 auto;
  font-size: 14px;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 40px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}
@media screen and (max-width: 1050px) {
.slideshow .slide .caption {
    padding: 25px;
    width: calc(40% - 50px);
}
}
@media screen and (max-width: 920px) {
}
@media screen and (max-width: 810px) {
.slideshow .slide .caption {
    width: calc(65% - 50px);
}
.slideshow .pagination {
  display: none;
}
}
@media screen and (max-width: 766px) {
.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80vh;
  z-index: 1;
}
.slideshow .slide .image {
  object-fit: cover;
    object-position:40% 0;
}
.slideshow .slide .caption {
    padding: 20px 20px 0 20px;
}
}
@media screen and (max-width: 640px) {
.slideshow .slide .title h1{
    font-size: 30px;
}
}
@media screen and (max-width: 490px) {
.slideshow .slide .caption {
    width: calc(80% - 50px);
}
.slideshow .arrows .prev {
  left: 10px;
}
.slideshow .arrows .next {
  right: 10px;
}
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 350px) {
.slideshow .slide .title h1{
    font-size: 28px;
}
}