
@media screen and (min-width: 1061px) {
  /* PC用のスタイル記述 */
  
  
  .slideshow {
    overflow: hidden;
    position: relative;
    margin-top: 90px;
    width: 100%;
    height: 650px;
    z-index: 1;
    overflow: visible;
  }
  .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%;

  }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slide.is-active {
    display: block;
  }
  .slideshow .slide.is-loaded {
    opacity: 1;
  }
  .slideshow .slide .caption {
    padding: 0 100px;
  }
  .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(0, 0, 0, 0.1);
  }
  .slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    
    font-size: 24px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;
  }  
  
    .slideshow .slide .title p {
    font-size: 37px;
      line-height: 160%;
      margin-bottom: 5px;
  }
  
  
  .slideshow .slide .title01{
    margin: 0 auto 15px auto;
    max-width: 1000px;
    
    font-size: 37px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;

  }  
  

  .slideshow .slide .title02{
    margin: 0 auto 15px;
    max-width: 1000px;
    
    font-size: 37px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;

  }  
  
  
  
  
  
  
  .slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
  }
  .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: 10;
    text-align: center;
  }
  .slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 10;
  }
  .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: 10;
  }
  .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: 1060px) {
  /* タブレット用のスタイル記述 */
  .slideshow {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 400px;
    z-index: 1;
    overflow: visible;
  }
  .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%;
  }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slide.is-active {
    display: block;
  }
  .slideshow .slide.is-loaded {
    opacity: 1;
  }
  .slideshow .slide .caption {
    padding: 0 50px;
  }
  .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(0, 0, 0, 0.1);
  }
  .slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  
  
  .slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    
    font-size: 21px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;
  }  
  
    .slideshow .slide .title p {
      font-size: 27px;
      line-height: 160%;
      margin-bottom: 5px;
  }
  
  
  .slideshow .slide .title01{
    margin: 0 auto 15px;
    max-width: 1000px;
    
    font-size: 22px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;

  }  
  


  .slideshow .slide .title02{
    margin: 0 auto 15px;
    max-width: 1000px;
    
      font-size: 27px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;

  }  
  
  
  
  
  
  
  .slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
  }
  .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: 10;
    text-align: center;
  }
  .slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 46px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 110;
  }
  .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: 10;
  }
  .slideshow .arrows .prev {
    left: 7px;
  }
  .slideshow .arrows .prev:hover .svg {
    left: -10px;
  }
  .slideshow .arrows .next {
    right: 7px;
  }
  .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: 720px) {
  /* スマートフォン用のスタイル記述 */
  .slideshow {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    width: 100%;
    height: 350px;
    z-index: 1;
    overflow: visible;
  }
  .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%;
  }
  .slideshow .slide {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slideshow .slide.is-active {
    display: block;
  }
  .slideshow .slide.is-loaded {
    opacity: 1;
  }
  .slideshow .slide .caption {
    padding: 0 15px;
  }
  .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(0, 0, 0, 0.1);
  }
  .slideshow .slide .image {
    width: 100%;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .slideshow .slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .slideshow .slide .title {
    position: relative;
    margin: 0 auto 15px;
    max-width: 1000px;
    
    font-size: 17px;
    line-height: 180%;
    font-family: 'noto500';    
    text-transform: uppercase;
    
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;    
  }
  
  
  
  
  
  
  .slideshow .slide .title {
    margin: 0 auto 15px;
    max-width: 1000px;
    
    font-size: 15px;
    line-height: 150%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;
  }  
  
    .slideshow .slide .title p {
      font-size: 17px;
    line-height: 160%;
      margin-bottom: 5px;
  }
  
  .slideshow .slide .title  span::before {
	content: "\A" ;
	white-space: pre ;
}




  
  .slideshow .slide .title01{
    margin: 0 auto 15px;
    max-width: 1000px;
    
      font-size: 17px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;

  }  
  
  .slideshow .slide .title01 span:before{
	content: "\A" ;
	white-space: pre ;
  }

  .slideshow .slide .title02{
    margin: 0 auto 15px;
    max-width: 1000px;
    
      font-size: 17px;
    line-height: 160%;

    text-transform: uppercase;
    

font-family: tbudrgothic-std, sans-serif;
font-style: normal;
font-weight: 400;
 
     text-shadow:
/*  0 0 10px #ffffff,*/
/*  0 0 20px #ffffff,*/
    0 0 30px #6f87a2,
    0 0 40px #6f87a2,
    0 0 50px #6f87a2,
    0 0 60px  #6f87a2,
    0 0 70px #6f87a2;

  }  
  
  .slideshow .slide .title02 span::before {
	content: "\A" ;
	white-space: pre ;
}

  
  
  
  
  
  
  .slideshow .slide .text {
    margin: 0 auto;
    max-width: 1000px;
    font-size: 18px;
    line-height: 1.4;
  }
  .slideshow .slide .btn {
    margin: 15px 0 0;
    border-color: #fff;
  }
  .slideshow .slide .btn::before {
    background: #fff;
  }
  .slideshow .pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 12px;
    cursor: default;
    z-index: 10;
    text-align: center;
  }
  .slideshow .pagination .item {
    display: inline-block;
    padding: 15px 5px;
    position: relative;
    width: 26px;
    height: 32px;
    cursor: pointer;
    text-indent: -999em;
    z-index: 10;
  }
  .slideshow .pagination .item + .page {
    margin-left: -2px;
  }
  .slideshow .pagination .item::before {
    content: "";
    display: block;
    position: absolute;
    top: 15px;
    left: 5px;
    width: 26px;
    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 5px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 10;
  }
  .slideshow .arrows .prev {
    left: 10px;
  }
  .slideshow .arrows .prev:hover .svg {
    left: -10px;
  }
  .slideshow .arrows .next {
    right:10px;
  }
  .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;
  }
}