@charset "UTF-8";
/*
Theme name:株式会社つくば機械サービス
Description:株式会社つくば機械サービス様用のテンプレートです。
Version:1.0
Author:M.S  
*/




.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time06{
animation-delay: 0.6s;
}


.delay-time08{
animation-delay: 0.8s;
}


.delay-time10{
animation-delay: 1s;
}

.delay-time12{
animation-delay: 1.2s;
}

.delay-time14{
animation-delay: 1.4s;
}

.delay-time16{
animation-delay: 1.6s;
}

.delay-time18{
animation-delay: 1.8s;
}

.delay-time20{
animation-delay: 2.0s;
}


.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #404d69;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}

.pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #404d69;
    border-right: 3px solid #404d69;
    transform: translateY(20%) rotate(-45deg);
}



.fowh a{
color: #fff;
}

.cyut{
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  font-size: 24px;
  padding: 5px;
} 



.cyut2{
  background-color: #2f394f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 0px;
  width: 30%;
}



.kam{
  padding-bottom: 20px;
}



.recarea2{

 position: relative;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-color: #e1421f;
}

/* スコープ指定：imageCarousel の前ボタンをカスタム */
.imageCarousel .swiper-button-prev {
  background-color: #04325a;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: 10px;
  top: 60%;
  transform: translateY(-50%);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

/* デフォルトの背景アイコンを消す */
.imageCarousel .swiper-button-prev::after {
  content: '←'; /* Unicode でもOK */
  font-size: 18px;
  font-weight: bold;
}

/* ホバー時のスタイル */
.imageCarousel .swiper-button-prev:hover {
  background-color: #ff7f00; /* 濃いオレンジ */
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}



.imageCarousel .swiper-button-next {
  background-color: #04325a;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  right: 10px;
  top: 60%;
  transform: translateY(-50%);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.imageCarousel .swiper-button-next::after {
  content: '→';
  font-size: 18px;
  font-weight: bold;
}

.imageCarousel .swiper-button-next:hover {
  background-color: #ff7f00;
  box-shadow: 0 6px 12px rgba(0,0,0,0.3);
}







.tels{
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}







.imageCarousel .swiper-slide {
  background: #fff;

  overflow: hidden;
 
}

.imageCarousel .swiper-slide img {
  width: 288px;
  height: auto;
  display: block;
  margin: auto;
}





















.listing-item a{
  color: #fff;
} 


.tantab{
  width: 100%;
  max-width: 800px;
  margin: auto;

  padding: 0px 5px 40px 5px;
}

.tablets{
  text-align: center;
  color:white;
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 15px 10px;
  font-size: 24px;
}


.temi{
  background-color: #7db3e620;
    text-align: center;
      font-size: 20px;
      padding: 15px 0px;
}


.temi2{
  text-align: center;
  font-size: 20px;
  padding: 15px 0px;
}











h2 {
    font-size: 2em;
    margin: 0.67em 0;
}



.sankakuj{
width: 100%;
  max-width:380px;
  margin: 30px auto;
}





.ttl_center4 {
  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;
}

.ttl_center4:before, .ttl_center4:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.ttl_center4:before {
  border-left: solid 1px black;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  left: 0;
}
.ttl_center4:after {
  content: '';
  border-top: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
  right: 0;
}















/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fap a{
text-decoration: none;
  color: #0a4468;
  font-weight: bold;
}

@media screen and (min-width: 1025px) {
  .ps-br{
    display: block; /* PCを改行して */
  }

  .sp-br{
    display: none; /* SPの改行を隠す */
  }
}

@media screen and (min-width:481px) and ( max-width:1024px) {
  .ps-br{
    display: none; /* PCを改行して */
  }

  .sp-br{
    display: none; /* SPの改行を隠す */
  }

}




/* 画面幅が560px以下の時は */
@media screen and (max-width: 480px) {
  .ps-br{
    display: none; /* PCの改行を隠して */
  }

  .sp-br{
    display: block; /* SPを改行する */
  }
}
.jd{
  padding-bottom: 10px;
}

.fff{
  margin: 10px 0px;
 height: 30px;

}



.mens{
  position: relative;
}

    .scroll-container {
        margin-top: 40px;
        width: 100%;
        overflow: hidden;
    }


.scroll-track {
    display: flex
;
    width: max-content;
    animation: scroll-left 180s 
linear infinite;
}



   @keyframes scroll-left {
      0% {
        transform: translateX(0);
      }
      100% {
        transform: translateX(-50%);
      }
    }



.footer{
  padding: 40px 0px;
      background-color: #e7e7e7;
}




li {
  list-style: none;

}

.btn {
	font-size: 14px;
	border: 1px solid #0a4468;
	text-align: center;
	max-width: 200px;
	margin: 20px auto;
	font-family: 'Noto Serif JP', serif;
}

.btn a {
	color: #0a4468;
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	box-sizing: border-box;
  text-decoration: none;
}

.btn9 {
	position: relative;
}

.btn9::before {
	content: "";
	border: 14px solid transparent;
	border-top: 0 solid #e0e0e0;
	border-right: 14px solid #e0e0e0;
	position: absolute;
	top: 3px;
	right: 3px;
}


.underbg{

  background-color: #e7e7e7;
}


.allgrey{
  background-color: #e7e7e7;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.gposi{
  position: relative;
}

img {
  width: 100%;
  height: auto;
}

*{
  margin: 0px;
padding: 0px;
}






.or-ano{
  background-image: url(img/another-main.jpg);
background-size: cover;
background-position: center;
padding: 100px 0px;
}

.oan{
text-align: center;
color: #fff;
font-weight: 700;
font-size: 28px;
}


.parea {
    max-width: 1200px;
    margin: auto;
    padding: 40px 10px;
}


.c-breadcrumbs > li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
}


.c-breadcrumbs > li {
    display: inline-block;
    position: relative;
}

.c-breadcrumbs {
    display: flex
;
    flex-wrap: wrap;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    color: #000;
    /* line-height: 3.2; */
}

.his{
  margin: 0px;
  padding: 0px;
}

.hszz{
  padding: 10px 25px;
  background-color: #e7780e;
  border-radius: 40px;

}































.hszz a{
  color: #fff;
}

.heads{
   border-top: 10px solid #0a4468;
}

body {

  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;

}


.hs{

  padding-top: 10px;
}

.hs a{
  color: #0a4468;

}


.heads3 a{

text-decoration: none;
font-weight: bold;
}




@media screen and (max-width: 480px) {

.f1{
  text-align: center;
  padding-top: 15px;
  color: #0a4468;
  font-weight: bold;
  border-top: 1px solid #0a4468;
  width: 80%;
  margin: auto;
}




  .scroll {
 display: none;
}

 .sbun{
    display: none;
  }


  .tousai{
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 4vw;
}

  .koji{
        font-size: 5vw;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;

  }

    .kaid{
    width: 30%;
    font-weight: bold;
    background-color: #F5F5F5;
    font-size: 4vw;
   padding: 22px;

    }


      .kaid2{
    line-height: 33px;
   padding-left: 15px;
   padding-top: 15px;
    padding-bottom: 15px;
    font-size: 4vw;
   

    }

    .kaisya{
      border-top: 1px solid #E5E5E5;
  width: 95%;
      margin: 20px auto;
    }

  
     .tousa{
      width: 95%;
      margin: auto;
      font-size: 5vw;
      text-align: center;
      font-weight: bold;
      line-height: 33px;
    }



  .otibgz{
      width: 80%;
  margin: 15px auto;
    border: 1px solid #000;
       
        padding: 10px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 38px;
  }

  .tk3{
  text-align: center;
  color: black;
  font-size: 5vw;
  font-weight: bold;
  line-height: 33px;
  width: 95%;
  margin: auto;
}

  .youhin2{
    font-size: 5vw;
    padding: 10px;
  }

  .youhin2-t{
  font-size: 5vw;
    padding: 10px;

  }
  

  .youhin{
 width: 95%;
  margin: auto;

  }

  .youhin-t{
 width: 95%;
  margin: auto;

  }

  .kanmo{
  text-align: center;
  font-size: 6vw;
  padding: 15px 0px;
  font-weight: bold;
  color: red;
}

  .nenxz{
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 15px;
}

  .nenposi{
  width: 95%;
  margin: auto;
  }

  .nentyu{
   padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size:5vw;
  font-weight: bold;
  line-height: 38px;

}

  .kantan{
    width: 95%;
    margin: auto;
  }

      .imasudt{
  color: #fff;
     text-align: center;
   font-size: 5vw;
  font-weight: bold;
  width: 95%;
  margin:0px auto 20px auto;
  line-height: 38px;
}

  .tenken-z{
width: 95%;
    margin: auto;

  }

  .tenken-r{
    width: 95%;
    margin: auto;
  }

    .nen2{
  font-size: 4.5vw;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
} 

    .neyy{
  font-size: 4.5vw;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
} 

  .nen2h{
  font-size: 4.5vw;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 15px;
} 

  .nen{
  font-size: 7vw;
  text-align: center;
  font-weight: bold;
  color: #0a4468;
  padding-bottom: 10px;
  padding-top: 10px;
}

  .tenken{
     width:95%;
  margin: auto;
  }

  .tk2{
    padding-top: 15px;
  text-align: center;
  color: black;
  font-size: 4.5vw;
  font-weight: bold;
  line-height: 33px;
  padding-bottom: 30px;
  width:95%;
  margin: auto;
}

  .hss {
  color: #0a4468;
  text-align: center;
  padding: 10px 0px;
  border-top: solid 2px #0a4468;
  border-bottom: solid 2px #0a4468;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-size: 7vw;
   width:95%;
  margin: auto;
}

.tk{
  padding-top: 10px;
  text-align: center;
  color: #0a4468;
  font-size: 5vw;
  font-weight: bold;
  line-height: 33px;
}


.table-scroll {
  overflow-x: auto;
}
  
  .aku2{
  text-align: center;
    	color: #0a4468;
    font-weight:bold;
  padding-bottom: 15px;
    font-size: 6vw;
    line-height: 33px;
}
  

.telarea{
  border: 1px solid #fff;
  padding: 20px 5px;
width: 90%;
  margin: 0px auto 40px auto;
}

.imasu{
  font-size: 5vw;
  font-weight: bold;
    margin-bottom: 10px;
     color: #fff;
     text-align: center;
}

.imasu2{
  color: #fff;
     text-align: center;
   font-size: 6vw;
  font-weight: bold;
  margin-bottom: 20px;
}







.imasu3{
  font-size: 4vw;
    color: #fff;
     text-align: center;
}


.imasu4{
font-size: 8vw;
  color: #fff;
     text-align: center;
}



.toiwabg{
background: url(https://tsukuba-ms.co.jp/wp-content/uploads/2025/10/toiabg.jpg);
 background-size: cover;
 text-align:;
 color:;
 padding: 40px 0px;
}
















  .aku{
  text-align: center;
    	color: #0a4468;
    font-weight:bold;
    padding: 10px;
    font-size:7vw;
}

.forks2{
  margin-top: 15px;
  margin-left: auto;

  margin-right:5vw;
}
.forkmen{
  font-size: 5vw;
  font-weight: bold;
  padding-bottom: 10px;
line-height: 32px;
} 

.fowh a:link{
  color: #fff;
  font-size:22px;
} 


.forkmen2{
  font-size: 4.3vw;
  font-weight: bold;
  padding-bottom: 10px;
line-height: 32px;
}


.forks1{

  color: #fff;
}




.comy{
  font-weight: bold;
        font-size: 32px;
        color: #fff;
}









.comy2{
font-size: 28px;color: #fff;
        font-weight: bold;
        padding-bottom: 20px;
}











      .blubg{background: url(https://tsukuba-ms.co.jp/wp-content/uploads/2025/10/bluebg.jpg);
      background-size: cover;
padding:40px 20px 40px 20px;
position: relative;


    } 

    .blublubg{
      position: relative;
    }

      .frks {
        text-align: center;
        color: rgb(10, 68, 104);
        font-weight: bold;
        padding-top: 20px;
        font-size: 24px;
    }


     .buzit{

      padding: 10px;
      border-left: 1px solid grey;
      border-right: 1px solid grey;
      border-bottom: 1px solid grey;
    }


       .buzit3{

      padding: 10px;
      border-left: 1px solid grey;
      border-bottom: 1px solid grey;
      border-right: 1px solid grey;
    }







  .busi{
    width: 95%;
    margin: auto;
  }


 .buzis{
    
      padding: 10px;
      border: 1px solid grey;
    }

  .buzis2{

      padding: 10px;
      border-left: 1px solid grey;
      border-right: 1px solid grey;
   
    }






  .scroll{
    display: none;
  }

  
  .field{
    position: relative;

   width: 90%;
    margin: auto;

    padding: 15px 5px;

  }

  .fie2 {
        position: relative;
    }

    
.fie2::before{
content: "";
    position: absolute;
    top: 18px;
    left: -500px;
    width: 500px;
    height: 1px;
    background-color: #999;
    transition: all .4s 
ease-in-out;
z-index: 100;
}
   
    .bff {
        font-weight: bold;
        font-size: 32px;
        color: #0a4468;
    }

        .jff {
        font-size: 28px;
        color: #e7780e;
        font-weight: bold;
        padding-bottom: 20px;
    }


.ttsan{
  display: none;
}


  

 .newopc{
  display: none;
 }


.listing-item{
 padding-bottom: 10px;
} 



  .newses{
text-align: center;
  font-size: 9vw;

 padding: 10px 0px;


}

  .ossirase{
padding:5px;
margin-top: 10px;
  background-color: #0a4468;
  color: white;
  font-size: 5vw;


 
  
 
}


.jp2{
  text-align: center;
}


.his{
  padding: 17px 5px;
}

  .his img {
        width: 280px;
    }

        .jpp{
  margin-bottom: 8px;
  text-align: center;
}

    

  
  .fork{
  font-size: 7vw;
   font-weight: 900;
   margin-bottom: 5px;
   color: #185b84;
    font-style: italic;
    text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
   
  
}

.fork2{
  font-size: 8vw;
   font-weight: 900;
   color: #0a4468;
     font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);


}

.fork3{
font-size: 7vw;
color: #e7780e;
margin-top: 15px;
 font-weight: bold;

}


    .tff {
        font-weight: bold;
        font-size: 5vw;
        color: rgb(10, 68, 104);
    }

.heads3{display: none;}

.rien{
  display: none;
}

.ens{
  display: none;
}


.fnavia{
  text-align: center;
  font-size: 5vw;
}

.fap{
  margin-bottom: 15px;
}

  
  /* メニューのスタイル */
.menua {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
  }
  
  /* メニューが開いているとき */
  .menua.open {
    right: 0;
  }
  
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top:20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 25;
    background-color: #0a4468;
    padding: 10px;
  }
  
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }
  
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  /* メニューリストのスタイル */
  .menua ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
  }
  
  .menua li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }
  
  .menua li a {
    color: #333;
    text-decoration: none;
    display: block;
  }

}


@media screen and (min-width:481px) and ( max-width:1024px) {

  .f1{
  text-align: center;
  padding-top: 15px;
  color: #0a4468;
  font-weight: bold;
   border-top: 1px solid #0a4468;
  width: 80%;
  margin: auto;
}

      .tousai{
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 19px;
}

   .koji{
              font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }

  .kaisya{
      border-top: 1px solid #E5E5E5;
      width: 90%;
      max-width: ;
      margin: 40px auto;
   
    }

    .kaid{
    width: 30%;
    font-weight: bold;
    background-color: #F5F5F5;
    font-size: 20px;
   padding: 22px;

    }


      .kaid2{
    line-height: 33px;
   padding-left: 15px;
   padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
   

    }

    .kaisya tr{
      border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    }

    .tousa{
    font-size: 2.8vw;
      text-align: center;
      font-weight: bold;
      line-height: 33px;
       width: 80%;
   margin: auto;
    }


        .otibgz {
        width: 80%;
        border: 1px solid #000;
        margin: 40px auto 20px auto;
        padding: 20px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 38px;
    }

  .tk3{
  text-align: center;
  color: black;
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 36px;
   width: 80%;
   margin: auto;
}

  .youhin-t{

     width: 90%;
      margin: 0px auto 30px auto;
      display: flex;
        justify-content: space-between;
    }



.youhin2-t{
  width: 30%;
  font-size: 20px;
}

    .youhin{

      width: 90%;
      margin: 0px auto 30px auto;
      display: flex;
      justify-content: space-between;
    }

.youhin2{
width: 30%;
font-size: 20px;
} 


  .nenxz{
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 15px;
}

  .nentyu{
   padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size:28px;
  font-weight: bold;
}

     .nenposi{
      width: 90%;
      margin: auto;
    }


      .kanmo{
  text-align: center;
  font-size: 4vw;
  padding: 15px 0px;
  font-weight: bold;
  color: red;
}

  .kantan{
  max-width: 600px;
  margin: auto;
}

      .imasudt{
  color: #fff;
     text-align: center;
   font-size: 2.5vw;
  font-weight: bold;
  margin:0px auto 20px auto;
  line-height: 38px;
  width: 90%;
}

  .tenk2{
  width: 49%;
}

.tenken-z{
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}




.fnavia {
        text-align: center;
        font-size: 3vw;
    }


    .fap {
        margin-bottom: 15px;
    }



  .nen2{
  font-size: 2.2vw;
  line-height: 30px;
  font-weight: bold;
} 

  .neyy{
  font-size: 2.2vw;
  line-height: 30px;
  font-weight: bold;
  width: 58%;
} 



  .nen2h{
  font-size: 2.2vw;
  line-height: 3vw;
  font-weight: bold;
} 

  .nen{
  font-size: 4vw;
  font-weight: bold;
  color: #0a4468;
  padding-bottom: 10px;
}

  
.tenk1{
  width: 45%;
  padding-right: 15px;
}


  .tenken{
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}


.tenken-r{
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
  flex-direction: row-reverse;


}





  .hss {
  color: #0a4468;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #0a4468;
  border-bottom: solid 2px #0a4468;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}


.tk{
  text-align: center;
  color: #0a4468;
 font-size: 20px;
  font-weight: bold;
  line-height: 33px;
}


.tk2{
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 30px;
  width: 80%;
  margin: auto;
}



  .telarea{
  border: 1px solid #fff;
  padding: 20px;
 width: 80%;
  margin: 0px auto 40px auto;
}

.imasu{
  font-size: 2.6vw;
  font-weight: bold;
    margin-bottom: 10px;
     color: #fff;
     text-align: center;
}

.imasu2{
  color: #fff;
     text-align: center;
   font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 20px;
}

.imasu3{
  font-size: 3vw;
    color: #fff;
     text-align: center;
}


.imasu4{
font-size: 5vw;
  color: #fff;
     text-align: center;
}


.toiwabg{
background: url(https://tsukuba-ms.co.jp/wp-content/uploads/2025/10/toiabg.jpg);
 background-size: cover;
 text-align:;
 color:;
 padding: 40px 0px;
}




.aku{
  padding: 10px;
  text-align: center;
    	color: #0a4468;
    font-weight:bold;
   
    font-size: 3vw;
}

.aku2{
  text-align: center;
    	color: #0a4468;
    font-weight:bold;
  padding-bottom: 15px;
    font-size: 24px;
}





  .forks1{

  color: #fff;
}


.forkmen{
  font-size: 2.2vw;
  font-weight: bold;
  padding-bottom: 10px;
 line-height: 33px;
}




.forkmen2{
  font-size: 2vw;
  padding-bottom: 20px;
  line-height: 30px;
}



  .comy{
  font-weight: bold;
        font-size: 3vw;
        color: #fff;
}









.comy2{
font-size: 3vw;color: #fff;
        font-weight: bold;
        padding-bottom: 20px;
}


  .forks2{
  margin-left: auto;
  width: 30vw;
  margin-right:5vw;
}

  .forkposi{
  display: flex;
  align-items: center;
 max-width: 1480px;
 margin: auto;
}

      .blubg{background: url(https://tsukuba-ms.co.jp/wp-content/uploads/2025/10/bluebg.jpg);
      background-size: cover;
padding:80px 0px 80px 20px;
position: relative;


    } 

    .blublubg{
      position: relative;
    }


   .frks{
text-align: center;
color: #0a4468;
font-weight: bold;
padding-top: 20px;
font-size: 2.2vw;
   }




  .bff{
  font-weight: bold;
  font-size: 3vw;
  color: #0a4468;
}

.jff{
  font-size: 3vw;
  color: #e7780e;
   font-weight: bold;
   padding-bottom: 20px;
  
}

.tff{
  font-weight: bold;
  font-size: 3vw;
  color: #0a4468;
}

  .scroll {
 display: none;
}


.ttsan{
  position: absolute;
  bottom: 0;
  width: 40vw;
}



  .sbun{
    position: relative;
    width: 80%;
    margin:40px auto 0px auto;
    z-index: 4;
  }

  .sbun2{
    display: none;
  }

  .fie3{
  margin-left: auto;
}




  .field{
    position: relative;
    width: 95%;
   
    margin: auto;
    display: flex;
    padding-top: 40px;

  }

.fie2{
  position: relative;
}

.fie2::before{
content: "";
    position: absolute;
    top: 18px;
    left: -500px;
    width: 500px;
    height: 1px;
    background-color: #999;
    transition: all .4s 
ease-in-out;
z-index: 100;
}

  .listing-item{
    font-size: 1.6vw;
    line-height: 30px;
  }

  .buzit{
       width: 33.333%;
      padding: 20px;
      border-left: 1px solid grey;
      border-bottom: 1px solid grey;
    }


       .buzit3{
       width: 33.333%;
      padding: 20px;
      border-left: 1px solid grey;
      border-bottom: 1px solid grey;
      border-right: 1px solid grey;
    }

   .buzis{
       width: 33.333%;
      padding: 20px;
      border: 1px solid grey;
    }

  .buzis2{
       width: 33.333%;
      padding: 20px;
      border-top: 1px solid grey;
      border-bottom: 1px solid grey;
    }

   .busi{
      display: flex;
      width: 95%;
    margin: auto;
    position: relative;
    z-index: 4;
    background-color: #e7e9ea;
    }


  .newopc{
 background-color: #e7780e;
 display: flex;
 align-items: center;
width: 60px;
 justify-content: center;
}

  .nxx{
  padding-right: 10px;
}

  .newnew{
    border-right: 1px solid #fff;
    padding: 10px 15px 10px 0px;
    font-size: 1.5vw;
}

.newses{

  font-size: 28px;
  padding-left: 10px;
   padding-right: 10px;
 

display: flex;
align-items: center;
}

  .ossirase{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0a4468;
  color: white;
  font-size: 19px;
  line-height: 38px;
  z-index: 30;
  display: flex;
 
 
}

  .fork{
  font-size: 4vw;
   font-weight: 900;
   margin-bottom: 15px;
   color: #185b84;
    font-style: italic;
    text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
   
  
}

.fork2{
  font-size: 4vw;
   font-weight: 900;
   color: #0a4468;
     font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);


}

.fork3{
font-size: 2.3vw;
color: #e7780e;
margin-top: 15px;
 font-weight: bold;
}

     .jpp{
  margin-bottom: 8px;
}

.gasbso{
  position: absolute;
   top: 40%;
    left: -22.5%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
z-index: 2;
}


.rien{
  position: absolute;
  right:-7vw;
    bottom: 0;
  z-index: 1;
   overflow-x: hidden;	
   animation:60s linear infinite rotation1;
 width: 40vw;
}



  .ens{
  position: absolute;
  bottom: -30vw;
  left: -5vw;
  animation:60s linear infinite rotation1;
  z-index: 3;
  width: 40vw;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


   .maint{
      margin-left: auto;
      width: 80%;
 
    position: relative;
    }

      .heads2 {
        width: 50%;
        padding: 20px 0px 20px 15px;
        background-color: #e9e9e9;
    }

      .his img {
        width: 45vw;
    }

.heads3{display: none;}

.newosumaho{
  display: none;
}



  /* メニューのスタイル */
.menua {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10;
  }
  
  /* メニューが開いているとき */
  .menua.open {
    right: 0;
  }
  
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 25;
    background-color: #0a4468;
    padding: 10px;
  }
  
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }
  
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  /* メニューリストのスタイル */
  .menua ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
  }
  
  .menua li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }
  
  .menua li a {
    color: #333;
    text-decoration: none;
    display: block;
  }

}

  @media screen and (min-width:1025px) {
/* スクロールダウンの位置 */
.scroll {
  position: absolute;
 left: 1%;
  bottom: -17%;
  writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -115px;
  content: "";
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}




     .sbun2{
    display: none;
  }

  .sbun{
    position: relative;
    width: 80%;
    margin:40px auto 0px auto;
    z-index: 4;
  }

    .tousai{
  margin-bottom: 20px;
  line-height: 28px;
  font-size: 19px;
}

    .tousa{
      font-size: 20px;
      text-align: center;
      font-weight: bold;
      line-height: 33px;
    }

    .kanmo{
  text-align: center;
  font-size: 26px;
  padding: 15px 0px;
  font-weight: bold;
  color: red;
}

.hss {
  color: #0a4468;
  text-align: center;
  padding: 0.25em;
  border-top: solid 2px #0a4468;
  border-bottom: solid 2px #0a4468;
  background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}



    .kaisya{
      border-top: 1px solid #E5E5E5;
      width: 100%;
      max-width: 1000px;
      margin: 40px auto;
    }

    .kaid{
    width: 30%;
    font-weight: bold;
    background-color: #F5F5F5;
    font-size: 20px;
   padding: 22px;

    }


      .kaid2{
    line-height: 33px;
   padding-left: 15px;
   padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
   

    }

    .kaisya tr{
      border-bottom: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    }

    .youhin{

      max-width: 1280px;
      margin: 0px auto 30px auto;
      display: flex;
      justify-content: space-between;
    }

.youhin2{
width: 30%;
font-size: 20px;
} 

   .youhin-t{

      max-width: 1280px;
      margin: 0px auto 30px auto;
      display: flex;
        justify-content: space-between;
    }



.youhin2-t{
  width: 30%;
  font-size: 20px;
}
    

      .imageCarousel {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto;
}

    .nenposi{
      max-width: 1080px;
      margin: auto;
    }


.nentyu{
   padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
  color: #494949;/*文字色*/
  background: #f4f4f4;/*背景色*/
  border-left: solid 5px #7db4e6;/*左線*/
  border-bottom: solid 3px #d7d7d7;/*下線*/
  font-size:28px;
  font-weight: bold;
}


.nenxz{
  font-size: 20px;
  font-weight: bold;
  line-height: 38px;
  margin-bottom: 15px;
}



.kantan{
  max-width: 800px;
  margin: auto;
}







        .otibgz {
        max-width: 800px;
        border: 1px solid #000;
        margin: 40px auto 20px auto;
        padding: 20px;
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        line-height: 38px;
    }


    .imasudt{
  color: #fff;
     text-align: center;
   font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 38px;
}

.tenken-r{
  display: flex;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
  flex-direction: row-reverse;


}


.tenken{
  display: flex;
  max-width: 1280px;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}

.tenken-z{
  display: flex;
  max-width: 1080px;
  margin: auto;
  justify-content: space-between;
  padding-bottom: 30px;
  align-items: center;
}

.nen{
  font-size: 30px;
  font-weight: bold;
  color: #0a4468;
  padding-bottom: 10px;
}

.nen2{
  font-size: 19px;
  line-height: 30px;
  font-weight: bold;
} 

  .neyy{
   font-size: 19px;
  line-height: 30px;
  font-weight: bold;
} 



.nen2h{
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
} 



.tenk1{
  width: 49%;
}

.tenk2{
  width: 49%;
}


.tk{
  text-align: center;
  color: #0a4468;
  font-size: 24px;
  font-weight: bold;
  line-height: 40px;
}


.tk2{
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 33px;
  padding-bottom: 30px;
}

.tk3{
  text-align: center;
  color: black;
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
}



.aku{
  padding: 10px;
  text-align: center;
    	color: #0a4468;
    font-weight:bold;
   
    font-size: 3vw;
}

.aku2{
  text-align: center;
    	color: #0a4468;
    font-weight:bold;
  padding-bottom: 15px;
    font-size: 24px;
}




.newosumaho{
  display: none;
}


.newopc{
 background-color: #e7780e;
 display: flex;
 align-items: center;
width: 150px;
 justify-content: center;
}
    
    .jpp{
  margin-bottom: 8px;
}

.forks2{
  margin-left: auto;
  width: 30vw;
  margin-right:5vw;
}
.forkmen{
  font-size: 2.2vw;
  font-weight: bold;
  padding-bottom: 10px;
 line-height: 43px;
}




.forkmen2{
  font-size: 1.8vw;
  padding-bottom: 20px;
  line-height: 37px;
}

.fowh a:link{
  color: #fff;
  font-size:22px;
} 


.forks1{

  color: #fff;
}





.comy{
  font-weight: bold;
        font-size: 32px;
        color: #fff;
}









.comy2{
font-size: 28px;color: #fff;
        font-weight: bold;
        padding-bottom: 20px;
}


.toiwabg{
background: url(https://tsukuba-ms.co.jp/wp-content/uploads/2025/10/toiabg.jpg);
 background-size: cover;
 text-align:;
 color:;
 padding: 40px 0px;
}




.orb{
background-color: #e7780e;
color: #fff;
width: 500px;
border-radius: 30px;
font-size: 2vw;
padding: 20px 0px;
margin: 20px auto 0px auto;
}


.orb a{
  color: #fff;
  text-decoration: none;
}

.telarea{
  border: 1px solid #fff;
  padding: 20px;
  max-width: 700px;
  margin: 0px auto 40px auto;
}

.imasu{
  font-size: 2.6vw;
  font-weight: bold;
    margin-bottom: 10px;
     color: #fff;
     text-align: center;
}

.imasu2{
  color: #fff;
     text-align: center;
   font-size: 3.5vw;
  font-weight: bold;
  margin-bottom: 20px;
}

.imasu3{
  font-size: 1.6vw;
    color: #fff;
     text-align: center;
}


.imasu4{
font-size: 3.5vw;
  color: #fff;
     text-align: center;
}



    
    .blubg{background: url(https://tsukuba-ms.co.jp/wp-content/uploads/2025/10/bluebg.jpg);
      background-size: cover;
padding:80px 0px 80px 20px;
position: relative;


    } 

    .blublubg{
      position: relative;
    }

.rien{
  position: absolute;
  right:-7vw;
    bottom: 0;
  z-index: 1;
   overflow-x: hidden;	
   animation:60s linear infinite rotation1;

}


.rien img{
width: 30vw;
  
}




.forkposi{
  display: flex;
  align-items: center;
 max-width: 1480px;
 margin: auto;
}



    .buzis{
       width: 33.333%;
      padding: 20px;
      border: 1px solid grey;
    }

  .buzis2{
       width: 33.333%;
      padding: 20px;
      border-top: 1px solid grey;
      border-bottom: 1px solid grey;
    }



     .buzit{
       width: 33.333%;
      padding: 20px;
      border-left: 1px solid grey;
      border-bottom: 1px solid grey;
    }


       .buzit3{
       width: 33.333%;
      padding: 20px;
      border-left: 1px solid grey;
      border-bottom: 1px solid grey;
      border-right: 1px solid grey;
    }

.fie3{
  margin-left: auto;
}




  .field{
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin: auto;
    display: flex;
    padding-top: 40px;

  }

.fie2{
  position: relative;
}

.fie2::before{
content: "";
    position: absolute;
    top: 18px;
    left: -500px;
    width: 500px;
    height: 1px;
    background-color: #999;
    transition: all .4s 
ease-in-out;
z-index: 100;
}
   
   .frks{
text-align: center;
color: #0a4468;
font-weight: bold;
padding-top: 20px;
font-size: 24px;
   }




    .busi{
      display: flex;
      max-width:1480px;
    margin: auto;
    position: relative;
    z-index: 4;
    background-color: #e7e9ea;
    }

.leftsan{
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: -740px;
}

.fork{
  font-size: 4vw;
   font-weight: 900;
   margin-bottom: 15px;
   color: #185b84;
    font-style: italic;
    text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);
   
  
}

.fork2{
  font-size: 4vw;
   font-weight: 900;
   color: #0a4468;
     font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-style: italic;
  text-shadow: 3px 3px 0px rgba(255, 255, 255, 1);


}

.fork3{
font-size: 2.3vw;
color: #e7780e;
margin-top: 15px;
 font-weight: bold;
}


.gasbso{
  position: absolute;
   top: 40%;
    left: -22.5%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
z-index: 2;
}



    .maint{
      margin-left: auto;
      width: 80%;
 
    position: relative;
    }

.ossirase{
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0a4468;
  color: white;
  font-size: 19px;
  line-height: 38px;
  z-index: 30;
  display: flex;
  
 
}


.nxx{
  padding: 20px;
}


.newo{
  background-color: #e7780e;
 padding: 10px 10px 0px 10px;
 display: flex;
 align-items: center ;
}


.newnew{
    border-right: 1px solid #fff;
    padding: 10px 15px 10px 0px;
}

.newses{

  font-size: 28px;
  padding-left: 20px;
   padding-right: 10px;
 

display: flex;
align-items: center;
}


.ossirase a{

  color: white;
}


    .koji{
              font-size: 24px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .fnavia{
      max-width: 1200px;
      margin: auto;
      display: flex;
      justify-content: space-between;
      font-size: 19px;
      font-weight: bold;
      border-bottom: 1px solid #0a4468;
      padding-bottom: 15px;
    }


.fnavia a{
color: #0a4468;
  text-decoration: none;
}






    .his img{
      width: 50%;
    }

    .heads3{
      width: 50%;
      justify-content: space-between;
      font-size: 19px;
      padding: 0px 25px ;
      display: flex;
    }


    .menua{display: none;}

.heads2{
 
width: 50%;
padding: 20px 0px 20px 15px;
   background-color: #e9e9e9;
}
 
    .heads{
      display: flex;
      align-items: center;
    }
  }

















.wpcf7 {
    background-color: #fff;
    padding: 21px 5px;
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
}
table.CF7_table {
    width: 90%;
    margin: 0 auto;
    border: ;
}


  table.CF7_table tr{
padding-bottom: 10px;

}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	
}

.CF7_table ::placeholder {
	color:#797979;
	
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: red;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:35%;/*横幅*/
		height: 60px;

		text-align: left;
		padding-left: 15px;
    color: #000;
		border-bottom: 1px solid #dbd8d8;
	}
}

td{
  		border-bottom: 1px solid #dbd8d8;
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;

}

.wpcf7-spinner{
  display: none;
	width:0px;
	margin:0px;
}

.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"], .wpcf7 input[name="your-subject"], .wpcf7 input[name="your-company"], .wpcf7 input[name="zip"], .wpcf7 input[name="pref"], .wpcf7 input[name="addr"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-message"], .wpcf7 input[name="your-kisya"], .wpcf7 input[name="your-jyusyo"], .wpcf7 input[name="your-maker"], .wpcf7 input[name="your-frame"], .wpcf7 input[name="your-katashiki"]  {
    width: 100%;
  height: 40px;
  background-color: #efefef;
  }

    .wpcf7-form textarea {
    width: 96%;
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    font-size: 16px;
    background-color: #efefef;
}

.wpcf7-form input[type="submit"] {
    font-size: 19px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s 
ease;
    border: none;
  
}



.news-list > li {
    padding-bottom: 18px;
    border-bottom: 1px solid #BABABA;
}

.news-list a {
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: ;
    position: relative;
    background-color: #eff5fd;
    padding: 5px;
    border: 1px solid #007bff6b;
}

.news-list .thumbnail {
    width: 17.288%;
    margin-right: 6.101%;
    line-height: 1;
}

.thumbnail img {
    width: 100%;
    height: auto;
}


    .attachment-thumbnail {
        width: 80px;
        height: auto;
    }


.news-list .text {
    flex: 1 1 0;
    line-height: 1.687;
}

.cat-list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8125rem;
    color: #555555;
}

 

.news-title {
    margin-bottom: 1em;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sidebar-list a {
    display: inline-block;
    padding-right: 1em;
    line-height: 2;
}



.cat-list > li {
    min-width: 40px;
    padding: 5px;
    margin-bottom: 0.5em;
    background-color: #F3F3F3;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
}




.sidebar .item:not(:last-of-type) {
    border-bottom: 1px solid #BABABA;
    margin-bottom: 42px;
}

.sidebar .item {
    padding: 0 3.773%;
    padding-bottom: 36px;
}
  
.news-list > li:not(:last-of-type) {
    margin-bottom: 16px; 
}

.news-list a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #E5E5E5 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wp-pagenavi {
    display: flex
;
    justify-content: flex-end;
    margin-top: 42px;
}

.wp-pagenavi span.current {
    background-color: #1576BE;
    color: #FFFFFF;
}


.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child){
    margin-right: 2.622%;
}




.wp-pagenavi span, .wp-pagenavi a {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #444444;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.3s 
ease-in;
}



.page-nav {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    margin-top: 28px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
}

.sidebar-list a::before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
}


/*  お知らせ  */


@media screen and (min-width: 1025px) {

  .f1{
  text-align: center;
  padding-top: 15px;
  color: #0a4468;
  font-weight: bold;
}

.bff{
  font-weight: bold;
  font-size: 32px;
  color: #0a4468;
}

.jff{
  font-size: 28px;
  color: #e7780e;
   font-weight: bold;
   padding-bottom: 20px;
  
}

.tff{
  font-weight: bold;
  font-size: 24px;
  color: #0a4468;
}


.ttsan{
  position: absolute;
  bottom: 0;
  width: 40vw;
}

.ens{
  position: absolute;
  bottom: -30vw;
  left: -5vw;
  animation:60s linear infinite rotation1;
  z-index: 3;
  width: 40vw;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}




      .news-wrapper .main-content {
        width: 61.551%;
    }
    
    .news-wrapper {
        display: flex
;
        max-width: 1000px;
        margin: 0px auto 30px auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }

        .news-wrapper .sidebar {
        width: 32.931%;
    }
}











/*========= レイアウトのためのCSS ===============*/

.bgextend{
	
position: relative;

}

/*========= 背景色の動きのCSS ===============*/

/*背景色が伸びて出現 共通*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1.5s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*--------- 左から --------*/
.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1.5s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 80%;
    background-color: #e7780e;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}