@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:100%;
    margin:0px auto 0 -20px;
}

.slider img {
    width:1540px;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:350px;
}

.slider .slick-slide {
	transform: scale(0.99);/*左右の画像のサイズを80%に*/
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
	opacity: 0.5;/*透過50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}
.aaa-contents {
    
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 45%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 5px solid #ffffff;/*矢印の色*/
    border-right: 5px solid #ffffff;/*矢印の色*/
    height: 30px;
    width: 30px;
    z-index: 1;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 10%;
    transform: rotate(225deg);
}
a {
    text-decoration:none; 
    /* 下線を消すプログラム */
}
.slick-next {/*次へ矢印の位置と形状*/
    right: 10%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:-45px 0 0 -800px;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:20px;/*ドットボタンのサイズ*/
    height:20px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:100%;
    background:#383855;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#d4d0d0;/*ドットボタンの現在地表示の色*/
}


/*========= レイアウトのためのCSS ===============*/

body{
	background:#eee;
margin top: 320px;
}

.grid p {
    margin-left: 10px;
    padding: 0px;
    margin-top: -20px;
}
ul{
	margin:0;
	padding: -px;
	list-style: none;
}
header {
    width: 1240px;
    margin: 0 auto;
}

a{
	color: #070707;
}
h3 {
    margin-left: 800px;
    margin-top: 18px;
}

.rainbow {
    position: relative;
    margin-top: 14px;
    margin-left: -260px;
    height: auto;
}

.logo {
    font-size: 3rem;
    text-align: left;
    font-family: 'Bitter', serif;
    padding: 0px;
    width: 100%;
    position: relative;
    margin-left: -5px;
    top: 26px;
    text-decoration:none; 
    /* 下線を消すプログラム */
}
h1 {
  position: relative;
  top: -65px;
  left: 690px;
  font-size: 2.7rem;
}
.input.form-control {
    margin-top: 90px;

}
a {
  text-decoration:none; 
  /* 下線を消すプログラム */
}
  .xxx {
    font-size: 1.5rem;
    color: #000000;
  }
  .xxx {
    position: absolute;
    margin-left: 890px;
    margin-top: -20px;
 }

h4 {
    margin-left: 1115px;
    position: absolute;
    top: 80px;
}
nav ul {
    display: flex;
    justify-content: center;
    border-top: 2px solid rgb(30, 45, 109);
    border-bottom: 2px solid rgb(30, 45, 109);
    background-color: rgb(224, 224, 224);
    padding: 10px 10px 0px;
    position: relative;
    margin-top: -17px;
  }
.ch a{
    font-size: 1rem;
    margin-top: 0px;

}
nav ul li {
    margin: 0px 21px;
  }
nav ul li a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
  }
nav ul li a:hover {
    text-decoration: underline double;
  }

  .coment {
    margin: 0 auto 0;
    margin-top: 40px;
    font-size: 1.4rem;
    color: #030303;
  }
/* フッター
------------------------------- */
footer {
    background: rgb(113, 142, 150);
    text-align: center;
    padding: 14px 0;
}
footer p {
    color: #fff;
    font-size: 2rem;
}



.ww {
    max-width: 1240px;
    margin: 0 auto 0;
    text-align: center;
}


/* 記事部分 */


.grid {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 0%;
    margin-bottom: 10px;
    width: 720px;
  }
article {
    width: 60%; 
    margin-left: 0px;   
}
aside {
    max-width: 45%;
    margin-left: 30px;
 
}
.bbb-contents {
    display: flex;
    justify-content: space-between;

}
.bbb-contents {
    max-width: 1240px;
    margin: 80px auto 120px auto ;
}
a {
    text-decoration:none; 
    /* 下線を消すプログラム */
}

/* サイドバー */


article img {
    margin-bottom: 20px;
}

aside img {
    position: relative;
    margin-top: 135px;
    margin-bottom: 0px;
}
h2 {
    margin-left: 146px;
    margin-top: -0px;
}
aside h4 {
    margin-left: 270px;
    margin-top: -235px;
    margin-bottom: 60px;
}

.post-info {
    position: relative;
    padding-top: 30px;
    margin-bottom: -90px;
    margin-left: 10px;
}

.post-date {
    background: #dd5300;
    border-radius: 50%;
    color: #ffffff;
    width: 110px;
    height: 88px;
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    margin-left: 20px;
    margin-top: -90px;

    padding-top: 25px;
}
.post-date span {
    font-size: 1.1rem;
    border-top: 1px rgb(255, 255, 255) solid;
    padding-top: 3px;
    display: block;
    width: 60%;
    margin: 0px auto;
}
.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-title {
    margin-left: 120px;
}

.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #000000 solid;
}
.sub-menu a {
    font-size: 1.3rem;
    color: rgb(0, 0, 0);
    padding: 10px;
    display: block;
    text-decoration: none;
    text-align: center;
}
.ss a:hover {
    color: #0bd;
}
main .mail:hover {
    color: rgba(250, 44, 216, 0.692);
}
.d a:hover {
    color: rgba(6, 143, 24, 0.582);
}
.vv a:hover {
    color: #3a3df1;
}

aside p {
    margin-left: 50px;
    margin-top: -70px

}

@charset "UTF-8";

/* 共通部分
-------------------------------------------------------------- */
html {
    font-size: 100%;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* HEADER
---------------------------------------------------------------- */
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #432;
}
.top {
    width: 1240px;
    margin: 0 auto 0;
}



/* 横並び */



a {
    text-decoration:none; 
    /* 下線を消すプログラム */
}



@charset "utf-8";

/*========= レイアウトのためのCSS ===============*/
.awa {
    width: 1240px;

}
.container{
	position: relative;
}
.container h1{
    width: 280px;
	position: absolute;
	top: 60px;
	left: 160px;
	font-size: 3rem;
    z-index: 80;
}
a{
	color:#3f3939;
}


/*========= 流体シェイプを動かす ===============*/

.fluid1 {
    width:200px;/*横幅*/
    height: 250px;/*縦幅*/
    background:#e7db08;/*背景色*/
    animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
  }
  
  @keyframes fluidrotate {  
        
  0%, 100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
        
  }
  .fluid1 {
      position: relative;
      margin-top: -68px;
      left: 180px;
      z-index: 5;
  }
 /*========= 流体シェイプを動かす ===============*/

.fluid2 {
    width:200px;/*横幅*/
    height: 250px;/*縦幅*/
    background:#4dbc78;/*背景色*/
    animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
  }
  
  @keyframes fluidrotate {  
        
  0%, 100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
        
  }
  .fluid2 {
      position: relative;
      margin-top: -200px;
      left: 30px;
      z-index: 4;
  }
 /*========= 流体シェイプを動かす ===============*/

 .fluid3 {
    width:200px;/*横幅*/
    height: 250px;/*縦幅*/
    background:#5cafdf;/*背景色*/
    animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
  }
  
  @keyframes fluidrotate {  
        
  0%, 100% {
      border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
      border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
      border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
      border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
      border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
      border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
      border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
        
  }
  .fluid3 {
      position: relative;
      margin-top: -230px;
      left: 240px;
      z-index: 3;
  }




  @charset "utf-8";

  /*==================================================
  共通　横並びのための設定
  ===================================*/
  

  .gnavi li a{
      display: block;
      text-decoration: none;
      color: #4786a3;
  }
  
  .gnavi li{
      margin-bottom:0px;
  }
  
  /*==================================================
  　5-3-9 テキストが入れ替わる
  ===================================*/
  
  
  .gnavi li a{
      /*テキストの基点とするためrelativeを指定*/
      position: relative;
      /*はみ出る要素を隠す*/
      overflow: hidden;
      padding:18px 85px;
  }
  
  .gnavi li span{
      /*絶対配置でテキストの位置を決める*/
      position: absolute;
      left: 50%;
      top:0;
      /*アニメーションの指定*/
      transition: all .5s;
      transform: translate(-50%, 0);/*X方向に-50% ※中央寄せにするため*/
    /*ブロック要素にして透過なし、テキスト折り返しなし*/  
      display: block;
      opacity:1;
      white-space: nowrap;
  }
  
  /*差し替わるテキストの設定*/
  .gnavi li span:nth-child(2){
    opacity:0;/*透過0に*/
    transform: translate(-50%,100%);/*X方向に-50% Y方向に100%*/
}
  
  /*hoverするとテキストが入れ替わる設定*/
  .gnavi li:hover span:nth-child(1){
      opacity:0;/*透過0に*/
      transform: translate(-50%,-100%);/*X方向に-50% Y方向に-100%*/
  }
  
  .gnavi li:hover span:nth-child(2){
      opacity:1;/*不透明に*/
      color: #2a2b7b;
      transform: translate(-50%, 0);/*X方向に-50% Y方向に0*/
  }
  
 .qr {
    width: 320px;
    margin-top: 0px;
    margin-left: 80px;
    margin-bottom: 0px;
 }
 .yyy {
    padding: -60px;
    margin-top: -90px;
    margin-left: 90px
}
 @charset "utf-8";

 /*========= ナビゲーションドロップダウンのためのCSS ===============*/
 
 /*==ナビゲーション全体の設定*/

 /*ナビゲーションを横並びに*/
 nav ul{
     list-style: none;
     display: flex;
     justify-content: center;
 }
 /*2階層目以降は横並びにしない*/
 nav ul ul{
     display: block;
 }
  /*下の階層のulや矢印の基点にするためliにrelativeを指定*/
  nav ul li{
    position: relative;
}

 
 /*ナビゲーションのリンク設定*/

 nav ul li li a{
     padding:10px 35px;
 }
 
 nav ul li a:hover{
     color:#fff;	
 }
 
 /*==矢印の設定*/
 
 
 /*== 2・3階層目の共通設定 */
 
 /*下の階層を持っているulの指定*/
 nav li.has-child ul{
     /*絶対配置で位置を指定*/
     position: absolute;
     left:-100px;
     top:25px;
     z-index: 4;
     /*形状を指定*/
     background:#28BFE7;
     width:350px;
     /*はじめは非表示*/
     visibility: hidden;
     opacity: 0;
     /*アニメーション設定*/
     transition: all .3s;
 }
 
 /*hoverしたら表示*/
 nav li.has-child:hover > ul,
 nav li.has-child ul li:hover > ul,
 nav li.has-child:active > ul,
 nav li.has-child ul li:active > ul{
   visibility: visible;
   opacity: 1;
 }
 
 /*ナビゲーションaタグの形状*/
 nav li.has-child ul li a{
    color: #fff;
    border-bottom:solid 1px rgba(255,255,255,0.6);
 }
 
 nav li.has-child ul li:last-child a{
     border-bottom:none;
 }
 
 nav li.has-child ul li a:hover,
 nav li.has-child ul li a:active{
     background:#849efb;
     margin-left: -20px;
     width: 213px;
     font-size: 1.1rem;
     border-bottom: solid none;
 }
 
 
 /*==3階層目*/
 
 /*3階層目の位置*/
 nav li.has-child ul ul{
     top:0;
     left:182px;
     background:#66ADF5;
 }
 
 nav li.has-child ul ul li a:hover,
 nav li.has-child ul ul li a:active{
     background:#448ED3;
 }
 
 
 /*==768px以下の形状*/
 
 @media screen and (max-width:768px){
     nav{
         padding: 0;
     }
     
     nav ul{
         display: block;
     }
     
     nav li.has-child ul,
     nav li.has-child ul ul{
       position: relative;
     left:0;
     top:0;
     width:100%;
     visibility:visible;/*JSで制御するため一旦表示*/
     opacity:1;/*JSで制御するため一旦表示*/
     display: none;/*JSのslidetoggleで表示させるため非表示に*/
     transition:none;/*JSで制御するためCSSのアニメーションを切る*/
 }
     
 nav ul li a{
     border-bottom:1px solid #ccc;
 }
 
 /*矢印の位置と向き*/
 
 nav ul li.has-child::before{
    left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
    left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}


/*========= レイアウトのためのCSS ===============*/

h1{
	font-size:2rem;
	text-align: center;
	text-transform: uppercase;
	padding: 20px;
}

h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

p{
	margin-top:20px;	
}

small{
	background:#333;
	color:#fff;
	display: block;
	text-align: center;
	padding:20px;
}


section .sns-box {
    margin-top: -90px;
	padding:30px;
}

section:nth-child(2n){
	background:#f3f3f3;	
}