@charset "UTF-8";
/*-------------------------------------------
ヘッダー
-------------------------------------------*/

.tit00 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.tit01 {
    display: flex;
    justify-content: space-between;
}
.tit02 {
    width: 600px;
}
.nav {
    width: 70%;
    margin: 0 auto;
   padding: 10px 0 ;
}
.list {
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    display: block;
        position:relative;
    z-index: 999;
  width: 100%;
  margin: 0 auto;
}
.list li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.list li:hover {
    background-color: #0094D5;
}
.list li a{
    width: 200px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #fff;
}
#header li.current {
    background-color: #0094D5;
}
.top00 {
        position:relative;
    z-index: 1;
}
.slid {
font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
    position:absolute;
    top:27%;
    font-size: 2rem;
     letter-spacing:0.15em;
    color: #fff;
    background-color:rgba(38,69,146,0.8);
    width: 100%;
    padding: 5px 0;
    text-align: center;
}


a {
    display: block;
    color: #fff;
    text-decoration: none;
}
 
/* 以下、ドロップダウン */
li.menu-item-has-children {
    position: relative;
}
li.menu-item-has-children ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
li.menu-item-has-children:hover ul {
    visibility: visible;
    opacity: 1;
    top: 50px;
}
 ul {
    list-style-type: none;
}
.menu-item-type-post_type ul li{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block !important;
    background-color: #005C9F;
}
.site-header-nav {
        background-color: #264592;
}
.site-header .site-header-nav .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.site-header .site-header-nav .list li {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
            align-self: stretch;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.site-header .site-header-nav .list li a {
    display: block;
    padding: 13px 1.0em 13px;
    color: #fff;
}



.tcachi {
    background-color: #CCEFFF!important; 
}





@media screen and (max-width:821px){
.tit00 {
    max-width: 820px;
}
.site-header .site-header-nav .list li a {
    padding: 13px 0em 16px;
}
.list li a {
    width: 185px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}
.content {
    min-height: 0vh;
}
.top00 {
    height: 325px;
}
.slid {
    top: 48%;
    font-size: 1.4rem;
}
.tit02 {
    width: 400px;
}
.topics {
    max-width: 800px!important; 
    width: 90%!important; 
    margin: 0 auto;
}
}




@media screen and (max-width:768px){
.top00 {
    height: 155px;
}
.tit00 {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
}
.tit01 {
    display: block;
}
.tit02 {
    width: 310px;
}
.tit04 {
    margin: 0 auto;
}
.nav {
    width: 70%;
    margin: 0 auto;
   padding: 10px 0 ;
}
.site-header-nav {
        background-color: #005C9F;
}
.list {
      max-width: 1200px;
  width: 75%;
  margin: 0 auto;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list li {
    width: 300px;
    padding: 18px 0;
    margin: 0 auto;
    text-align: center;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
}
.list li:hover {
    background-color: #0094D5;
}
.list li a{
    width: 300px;
  padding: 18px 45px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
}
.top00 {
        position:relative;
}
.slid {
    position:absolute;
    top:40%;
    color:#fff;
    font-size: 0.9rem;
     letter-spacing:0em;
}
    .site-header .site-header-nav .list li {
        width: 100% !important;
        height: auto;
        border-bottom: #cccccc 1px solid;
        text-align: center;
}
    .site-header .site-header-nav .list li a {
    padding: 1.0em .5em;
}
}
















/*　ハンバーガーボタン　*/
@media screen and (max-width:768px) {

#header ul {
  display: block;
}
  #header li {
    max-width: 360px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
  #header nav li:first-child:before {
  width: 0px;
}
#header li::after {
  width: 0px;
}
.c-indexkv .swiper-button-prev::before {
    left: -28px;
}
.c-indexkv .swiper-button-next::before, .c-indexkv .swiper-button-prev::before {
    content: '';
    position: absolute;
    width: 56px;
    height: 56px;
    background: #333333;
    border-radius: 30px;
    display: block;
    margin-top: -13px;
}
*, *::before, *::after {
    box-sizing: border-box;
  }
/*　ハンバーガーメニューボタン　*/
  .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 10px;
    width : 30px;
    height: 30px;
    cursor: pointer;
    text-align: center;
  }
  .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #005C9F;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  /* スマホメニューを開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  /* メニュー背景　*/
  nav.site-header-nav {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background: rgba( 0,92,159,0.8 );
    text-align: center;
    width: 100%;
    transform: translateY(-100%);
    transition: all 0.6s;
  }
  nav.site-header-nav ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  nav.site-header-nav ul li {
        display: block;
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
  nav.site-header-nav ul li:last-child {
    padding-bottom: 0;
  }
  nav.site-header-nav ul li:hover{
    background :#97C9A7;
  }
  nav.site-header-nav ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration :none;
  }
  /* クリックでjQueryで追加・削除 */
  nav.site-header-nav.active {
    opacity: 100;
    display: block;
    transform: translateY(0%);
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sub-menu { display: block !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .sub-menu { display: none !important; }
}
/*
     FILE ARCHIVED ON 07:15:36 Nov 26, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:52:01 Jan 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.914
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.022
  esindex: 0.014
  cdx.remote: 32.315
  LoadShardBlock: 119.199 (3)
  PetaboxLoader3.datanode: 132.241 (5)
  PetaboxLoader3.resolve: 114.356 (2)
  load_resource: 178.602
  loaddict: 70.109
*/