.hidari ul {
  gap: 20px;
  list-style-type: none;
  flex-wrap: wrap;
  display: flex;
  text-align: left;
}
.tyuui {
  color: red;
}
.kihon {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;/*ボタン色*/
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
}
.kihon:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.kihon2 {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.kihon2:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.zisin {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.zisin:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.tunami {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.tunami:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}


.taihuu {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.taihuu:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.yuki {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.yuki:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.kazan {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.kazan:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.kuizu {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.kuizu:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.matome {
display: inline-block;
padding: 0.5em 1em;
text-decoration: none;
background: #668ad8;/*ボタン色*/
color: #FFF;
border-bottom: solid 4px #627295;
border-radius: 3px;
}
.matome:hover {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
.itiretume {
list-style-type: none;
display: flex;
gap: 40px;
justify-content: center;
margin: 60px 0 60px 0;
padding: 0 0 5px 0;
margin: 90PX auto 90PX auto;
font-size: 20px;
}
.niretume {
list-style-type: none;
display: flex;
gap: 120px;
justify-content: center;
margin: 60px 0 60px 0;
padding: 0 0 5px 0;
font-size: 20px;
}
.sannretume {
list-style-type: none;
display: flex;
gap: 100px;
justify-content: center;
margin: 60px 0 60px 0;
padding: 0 0 5px 0;
font-size: 20px;
}
.toppu {
color :rgb(255, 255, 255);
margin: 60px 0 20px 0;
padding: 0 0 5px 0;
}
.toppu ul {
list-style-type: none;
font-size : 50px;
display:flexbox;
}
.toppu a:link {
color: rgb(255, 255, 255);
text-decoration: none;
}
.toppu a:visited {
color: rgb(255, 255, 255);
text-decoration: none;
}
.toppu a:hover {
color: rgb(255, 255, 255);
text-decoration: underline;
}
.toppu a:active {
color: rgb(255, 255, 255);
text-decoration: underline;
}
.main:active {
  /*ボタンを押したとき*/
-webkit-transform: translateY(4px);
transform: translateY(4px);/*下に動く*/
border-bottom: none;/*線を消す*/
}
main h2 {
margin: 60PX 0 20PX;
border-bottom: 2px solid #253958;
padding: 0 0 2px 0;
text-align: left;
}
.taitoru {
color: #253958;
}

.mokuzi ul {
list-style-type: none;
display: flex;
gap: 20px;
justify-content: center;
}
.mokuzi a:link {
color: rgb(63, 63, 163, 1.2);
text-decoration: none;
}
.mokuzi a:visited {
color: rgb(63, 63, 163, 1.2);
text-decoration: none;
}
.mokuzi a:hover {
color: rgb(63, 63, 163, 1.2);
text-decoration: underline;
}
.mokuzi a:active {
color: rgb(63, 63, 163, 1.2);
text-decoration: underline;
}
.hyou1 {
width: 150px;
}
.hyou2 {
width: 850px;
}
.hamusuta- {
max-width: 100%;
text-align: left;
}
.sukothissyu {
max-width: 100%;
text-align: left;
}
.azarasi {
max-width: 100%;
text-align: left;
}
/*すべてのページに適用　ー　フッター　ー*/
.goukei {
margin: 50px auto auto auto;
}
main {
    margin: 0 auto 0 auto;
    max-width: 1000px;
}
.top {
position: fixed;
bottom: 20px; /* ボタンとウィンドウの下端の間のスペースを適宜調整してください */
right: 20px; /* ボタンとウィンドウの右端の間のスペースを適宜調整してください */
display: inline-block;
background: none;
border: none;
padding: 0;
cursor: pointer;
}
.top img {
width: 100px; /* 画像の幅を適宜調整してください */
height: 100px; /* 画像の高さを適宜調整してください */
}
/*個別のスタイル*/
/*index.html*/
/*　モバイル対応 */
@media(max-width: 767px) {
.mokuzi ul {
flex-wrap: wrap;
gap: 20px;
}
main {
padding: 0 4%;
}
}
.mokuzi2 {
max-height: 70px;
margin: 0PX auto 0PX auto;
background-color: rgb(140, 140, 197);
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
padding: 0 0 0 0;
margin: 0 0 0 0;
max-width: 2000px;
position:relative;
z-index: 1;
/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/
.slider-item img {
    width: 100%;
    height: 100vw;
    object-fit: cover;
}
.slider-item01 {
background:url(../saitoirasuto/suraida-1\ hongaki.png);
}
.slider-item02 {
background:url(../saitoirasuto/suraida-2.png);
}
.slider-item03 {
    background: url(../saitogazou/dosyakuzure.jpg);
}
.slider-item {
width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
height:100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
background-repeat: no-repeat;/*背景画像をリピートしない*/
background-position: center;/*背景画像の位置を中央に*/
background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
position: absolute;/*絶対配置にする*/
z-index: 3;
top: 42%;
cursor: pointer;/*マウスカーソルを指マークに*/
outline: none;/*クリックをしたら出てくる枠線を消す*/
border-top: 2px solid #ccc;/*矢印の色*/
border-right: 2px solid #ccc;/*矢印の色*/
height: 25px;
width: 25px;
}
.slick-prev {/*戻る矢印の位置と形状*/
left:2.5%;
transform: rotate(-135deg);
}
.slick-next {/*次へ矢印の位置と形状*/
right:2.5%;
transform: rotate(45deg);
}
/*ドットナビゲーションの設定*/
.slick-dots {
position: relative;
z-index: 3;
text-align:center;
margin:-50px 0 0 0;
}
.slick-dots li {
display:inline-block;
margin:0 5px;
}
.slick-dots button {
color: transparent;
outline: none;
width:10px;/*ドットボタンのサイズ*/
height:13px;/*ドットボタンのサイズ*/
display:block;
border-radius:50%;
background:#ccc;/*ドットボタンの色*/
}
.slick-dots .slick-active button{
background:#000000;/*ドットボタンの現在地表示の色*/
}
.nene {
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeInAnime{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
.ka-soru {
    cursor: url(../saitoirasuto/ka-soru.png),auto ;
  }
.pointo {
    cursor: url(../saitoirasuto/ka-soru2.png),pointer ;
}
ul li {
    padding-left: 20px
  }