@charset "utf-8";

/* ----------------------------------------------------
  h2
---------------------------------------------------- */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}	

/* ----------------------------------------------------
  リンクボタン
---------------------------------------------------- */
/* カード全体（リンク）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.link-card {
  border-bottom: solid #ccc 1px;
  }
}

.link-card {
  display: block;
  text-decoration: none;
  transition-duration: 300ms;
}

/* ホバー時　影＋背景色 */
.link-card:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
  transition-duration: 300ms;
  background: #eee;
}

/* 下：テキスト＋矢印の横並び
---------------------------------------------------- */
.link-card__body {
  display: flex;               /* 左右に並べる */
  justify-content: space-between; /* 左右の要素を両端に配置し、間の余白を自動で広げる */
  align-items: center;         /* 上下中央揃え */
  padding: 20px;
}

@media print, screen and (min-width: 992px) {
.link-card__body {
  padding: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .link-card__body{
    border-bottom: 1px solid rgba(220, 220, 220, 1.0);
  }
}
@media screen and (min-width: 768px) {
  .link-card__body{
    border-right: 1px solid rgba(220, 220, 220, 1.0);
  }
}


/* 左側テキスト
---------------------------------------------------- */
.link-card__text {
  flex: 1;                     /* 余った幅をすべて使う */
}

.link-card__title {
  font-size: 20px;
  margin-bottom: 3px;
}

@media print, screen and (min-width: 768px) {
.link-card__title {
  font-size: 25px;
  }
}

@media print, screen and (min-width: 992px) {
.link-card__title {
  font-size: 30px;
  margin-bottom: 10px;
  }
}


/* 右側：矢印
---------------------------------------------------- */
.link-card__arrow {
  margin-left: 16px;           /* テキストとの間隔 */
  flex-shrink: 0;              /* 縮まないようにする */
}
.link-card__arrow img {
  width: 40px;
  height: auto;
}

/* 矢印にアニメーション用の設定 */
.link-card__arrow {
  transition: transform 0.3s ease;
}

/* カード全体にホバーしたら矢印を右へ */
.link-card:hover .link-card__arrow {
  transform: translateX(6px); /* 右に少し移動 */
}

/* ----------------------------------------------------
  zoom
---------------------------------------------------- */
.mask_01{
  display: block;
  line-height: 0;
  overflow: hidden;
}
.zoomIn_01 img{
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoomIn_01 a:hover img{
  transform: scale(1.1);
}

/* ----------------------------------------------------
  slick-slider
---------------------------------------------------- */
.slider {width:94%;	margin:0 auto;}
.slider .slick-slide {margin:0 10px;}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    height: 15px;
    width: 15px;
}
.slick-prev {left: -1.5%; transform: rotate(-135deg);}
.slick-next {right: -1.5%;transform: rotate(45deg);}
.slider {width:94%; margin:0 auto;}
.slider .slick-slide {margin:0 20px;}
.slick-prev, 
.slick-next {
    position: absolute;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #111;
    border-right: 2px solid #111;
    height: 15px;
    width: 15px;
}
.slick-prev {left: -1.5%; transform: rotate(-135deg);}
.slick-next {right: -1.5%; transform: rotate(45deg);}

/* 日付
---------------------------- */
.slider_card_area_day{
  margin-bottom: 4px;
}

/* photo
---------------------------- */
.slider_card_area_photo {
	height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	padding-bottom: 75%;
	background: #eee;
  margin-bottom: 9px;
}
.slider_card_area img {
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
	position: absolute;
	left: 0;
	top: 0;
}

/* タグ
---------------------------- */
.slider_card_area_tag{
  display: inline-block;
  font-size: 15px;
  padding: 1px 8px;
  margin-bottom: 3px;
}

.tag_color{
  color: #fff;  
  background: #52606e;
}

/* text
---------------------------- */
.slider_card_area_text{
  margin-bottom: 10px;
}

.slider_card_area_text a:link,
.slider_card_area_text a:visited{text-decoration:none; color:#222;}

.slider_card_area_text a:hover,
.slider_card_area_text a:active{text-decoration:underline; color:#222;}


/* ----------------------------------------------------
  文字スライド
---------------------------------------------------- */
.marquee {
  font-family: "Literata", serif;
  overflow: hidden;
  display: flex;
  color: #d1dce6;
  padding:20px 0 40px 0;
}
.marquee-inner {
  display: flex;
  white-space: nowrap;
  animation: marquee 15s linear infinite;
}
.marquee-inner span {
  padding-right: 50px;
  font-size: 50px;
  line-height: .9;
  margin-top: -0.1em;
  }

@media print, screen and (min-width: 768px) {
.marquee {
  padding: 30px 0 120px 0;
}
.marquee-inner span {
  font-size: 5rem;
  }
}
@media print, screen and (min-width: 1200px) {
.marquee {
  padding: 50px 0 150px 0;
}
.marquee-inner span {
  font-size: 7rem;
  }
}

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


/* ----------------------------------------------------
  画像スライド
---------------------------------------------------- */
/* 右からの無限ループ 
---------------------------------------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}

.scroll-infinity__item {
  width: calc(100vw / 3);
}
@media print, screen and (min-width: 992px) {
  .scroll-infinity__item {
    width: calc(100vw / 5);
  }
}

.scroll-infinity__item>img {
  width: 100%;
}

/* ----------------------------------------------------
	  アコーディオン
---------------------------------------------------- */
.part_ctrg{padding:20px 0; font-family: 'Noto Sans JP', sans-serif;}
@media print, screen and (min-width: 768px) {.part_ctrg{padding:30px 0 40px 0}}
@media print, screen and (min-width: 1200px) {.part_ctrg{padding:30px 0 30px 0}}

.accordion dt {
	display: inline-block;
	padding: 15px;
	width: 100%;
	font-weight: normal;
	color: #fff;
	background:#222;
	cursor:pointer;
}
.accordion dd{ display:none}
.accordion dd ul {
	list-style: none;
	padding: 0px;
	margin:0px;
}
.accordion dd li a {
	display: block;
	padding: 15px;
	text-align: center;
  border-bottom: 1px solid #eee;
  transition-duration: 300ms;
}

.accordion dd li a:link,
.accordion dd li a:visited,
.accordion dd li a:hover,
.accordion dd li a:active{color:#222; background: #fff;}
.accordion dd li a:hover{background:#222 !important; color:#fff !important}
.accordionIcon,
.accordionIcon span{display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordionIcon {
	position: relative;
	width: 24px;
	height: 24px;
	float: right;
	display: block;
}
.accordionIcon span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
}
.accordionIcon span:nth-of-type(1) {top: 0;}
.accordionIcon span:nth-of-type(2) {top: 11px;}
.accordionIcon span:nth-of-type(3) {bottom: 0;}
.active .accordionIcon span:nth-of-type(1) {
	-webkit-transform: translateY(11px) rotate(-315deg);
	transform: translateY(11px) rotate(-315deg);
}
.active .accordionIcon span:nth-of-type(2) {
	opacity: 0;
}
.active .accordionIcon span:nth-of-type(3) {
	-webkit-transform: translateY(-11px) rotate(315deg);
	transform: translateY(-11px) rotate(315deg);
}

@media print, screen and (min-width: 768px) {
  .accordion dd ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 200px); /* 横幅300pxの列を画面に入るだけ自動で並べる 画面が広いほど列数が増え狭くなると折り返す */
    justify-content: center; /* 左右中央配置 */
    gap: 10px; /* 上下左右間隔 */
  }
  .accordion dd li {
    width: 200px;
    margin: 0;
  }
  .accordion dd li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 2px;
    border-radius: 100px;
    border:1px solid #222;
    border-bottom: 0;
    background: #fff;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }
}

@media print, screen and (min-width: 992px) {
  .accordion dd ul {
    grid-template-columns: repeat(auto-fit, 300px);
    gap: 20px; /* 上下左右間隔 */    
  }
  .accordion dd li {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {.accordion .navon {background:#eee !important; color:#222 !important}}
@media print, screen and (min-width: 768px) {.accordion .navon { background:#222 !important; color:#fff !important}}


/* ----------------------------------------------------
	  ページング
---------------------------------------------------- */
.part_paging{padding:20px 0;transition-duration: 300ms;}
@media print, screen and (min-width: 768px) {.part_paging{padding:40px 0 30px 0}}

.paging {text-align: center; font-size: 90%; font-family: 'Noto Sans JP', sans-serif;}
.paging span.current,
.paging span.paging-text{
	margin:0px 0.5px;
	color:#222;
	border:1px solid #222;
	zoom:1;
	display:inline-block;
	overflow:hidden;
	text-decoration:none;
	background: #fff;
  border-radius: 0px; 
}
.paging span.paging-text a{
	padding:5px 8.5px;
	display:block;
	color: #222;
}
.paging span.current{
	background: #222;
	border:1px solid #222;
	color:#fff;
	zoom:1;
	padding:5px 8.5px;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
  border-radius: 0px;
}
.paging span.paging-text a:hover{
	background: #222;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
	opacity: 1;
  transition-duration: 300ms;
}

@media print, screen and (min-width: 768px) {
	.paging { font-size: 100%;}
	.paging span.current,
	.paging span.paging-text{margin:0px 2px;}
	.paging span.paging-text a{padding:10px 15px;}
	.paging span.current{padding:10px 15px;}
}

/* ----------------------------------------------------
  リンクボックス
---------------------------------------------------- */
.item_panel_link{
  display: block;
  text-decoration: none;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
}
@media print, screen and (min-width: 768px) {
.item_panel_link{
  margin-bottom: 60px;
  }
}

.item_panel{
  display:grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
  background: #eef4fa;
  border-radius: 10px;
  transition-duration: 300ms;
}

@media screen and (min-width: 768px) {
  .item_panel {
    grid-template-columns: 3fr 2fr;
    gap: 30px;
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .item_panel {
    gap: 50px;
    padding: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .item_panel {
    gap: 70px;
    padding: 60px;
  }
}

/* 子要素
----------------------------- */
.item_panel_box {box-sizing: border-box;}

.item_panel_title{
  font-size: 20px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
.item_panel_title{
  font-size: 25px;
  margin-bottom: 15px;
  }
}

.item_panel_logo{
  margin-bottom: 10px;
}
.item_panel_text{
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
.item_panel_logo img{
  width: 200px;
  }
}
@media print, screen and (min-width: 768px) {
.item_panel_logo img{
  max-width: 200px;
  }
}
@media print, screen and (min-width: 992px) {
.item_panel_logo img{
  max-width: 300px;
  }
}

/*  ホバー
----------------------------- */
a.item_panel_link:hover .item_panel {
  box-shadow: 0 0 10px 10px rgba(0,0,0,0.1);
}

.item_link_btn {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid #333;
  background: #00458b;
  color: #fff;
  border-radius: 100px;
  transition-duration: 300ms;
}

.item_link_btn i{margin-left: 5px;}

.item_panel_link:hover .item_link_btn {
  background: #000;
  color: #fff;
}