@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* common======================= */

.hihyouji {
	display: none;
}

@media screen and (min-width: 960px) {
	.wide95{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
		min-width: 950px;
}
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
		min-width: 950px;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
  min-width: 950px;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 70%;
	min-width: 950px;
}
}

.no-kaigyou {
	white-space: nowrap;
}

/* パンクズリスト非表示 */

#breadcrumb {
	display: none;
}

/* マージン========================= */

.position-center {
	
}

.position-left {
	
}

.position-right {
	margin-left: auto;
	margin-right: 0;
}


/* テーブル========================= */

.c-table td{
	height: 90px;
}

/* 見出し=========================== */

.lead1 {
	font-size: clamp(1.2rem, 2vw, 2rem);
}


/* カラーボックス====================== */

.white-box {
	background-color: rgb(255 255 255 / 0.7);
	border-radius: 0 70px 0 0;
	padding: 5%;
}


/* ボタン============================ */

.c-btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 235px;
    padding: 10px 0px 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.event-inner .c-btn a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 235px;
    padding: 10px 0px 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin: 0 0 0 auto;
}

.c-btn a:before, .c-btn a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.c-btn a:before {
  width: 0.5rem;
  height: 0.5rem;
  left: 1.1rem;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  z-index: 2;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}
.c-btn a:after {
  left: 0;
  background: #152040;
  z-index: 1;
  width: 3rem;
  height: 3rem;
  border-radius: 4rem;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.c-btn a span {
  position: relative;
  transition: all 0.3s;
  z-index: 3;
}

@media (hover: hover) {
  .c-btn a:hover span {
    color: #fff;
  }

  .c-btn a:hover:before {
    left: 2rem;
  }

  .c-btn a:hover:after {
    right: 0;
    width: 100%;
  }
}



/* テキストアニメーション======= */

.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: clamp(1.4rem, 2vw, 2rem);
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  background: linear-gradient(to right, #152040 0%,#34446f 50%,#52679d 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(101%);
}

.mask-bg.is-animated {
  color: #152040;
	margin-bottom: 15px;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}

.contact-anime-box {
	text-align: center;
}

/* ヘッダー=========================== */

.c-gnav>.menu-item>a .ttl {
font-size: 15px;
letter-spacing: .1rem;   /*文字の間隔*/
  font-weight: bold;
}

.l-header .c-gnav>li>a:after {
	background: #152040;
}

@media not all and (min-width: 960px) {
    .c-headLogo {
        padding-left: 10px;
    }
}

/* メガメニュー */
.my-parent-menu-pc {
  position : unset !important;
}
.my-parent-menu-pc .sub-menu {
  width: calc(100vw - 16px);
  border-top : 7px solid #f7f7f7;
	background-color: #f7f7f7;
}
.my-parent-menu-pc .sub-menu a {
  padding: 0em;
}
.my-parent-menu-pc .sub-menu a:before {
  display : none;
}
.my-parent-menu-pc .sub-menu a:hover {
  background-color : unset;
}
.my-parent-menu-pc .sub-menu .ttl {
  left: 0 !important;
}

.menu-image-wrapper {
	width: 100%;
  height: 30vh;
  overflow: hidden;
  position: relative;
	z-index: 0;
}

.menu-image-wrapper img {
  width: 100%;
  height: 30vh;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
	position: relative;
	z-index: 0;
}

.menu-image-wrapper:hover img {
  transform: scale(1.1);
}

.menu-item {
	position: relative;
}

.menu-text {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  pointer-events: none;
  width: 100%;
  padding: 0 1.5rem;
}

.menu-text h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.2;
  margin-bottom: 0;
}

.top-contents-text p {
	font-size: 1rem;
}

/* スマホ開閉メニュー */

/* 既存のメニューを削除 */
.c-widget__title.-spmenu,
.p-spMenu__nav {
  display:none;
}

.sp-menu-list li{
	padding: 5px 10px;
}


/* ローディング======================= */



	

/* お知らせ========================== */

.news-fullWide {
	position: relative;
}

.news-fullWide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10%;
    display: inline-block;
    width: clamp(250px, 25vw, 300px);
    height: clamp(250px, 25vw, 300px); 
    background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/snow03.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	  opacity: 0.5;
	animation: spin 50s linear infinite;
}

.top-news-box {
	max-width: 1000px;
	margin: 0 auto;
}

.news-archive {
	position: relative;
	left: -10px;
}

.news-list {
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  align-items: flex-start;
  margin: 0 auto;
}

.news-list li {
  display: flex; 
  width: 100%;
  gap: 1rem;
	border-bottom: 1px dotted #999;
	padding: 30px 10px;
}

.news-list li a {
  position: relative;
  display: inline-block;
  color: inherit;
  text-decoration: none;
  overflow: hidden;
}

.news-list li a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.news-list li a:hover {
  transform: translateX(8px); 
}

.news-list li:first-of-type {
  border-top: 1px dotted #999;
  padding-top: 30px; 
}

.news-date {
  min-width: 100px;
	color: #52679d;
}

@media screen and (max-width: 768px) {
	.news-fullWide::before {
    top: -100px;
    right: -5%
}
  .news-list {
    flex-direction: column;
  }

  .news-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 480px) {
  .news-list {
    flex-direction: column;
  }

  .news-list li {
    flex-direction: column;
    align-items: flex-start;
  }
}



/*news詳細ページ*/
.c-postTitle__ttl{
	display: none;
}

.news_date {
	color: #52679d;
}

.text_h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.news-page .news_date{
		margin-bottom: 20px;
}
.news-box{
	max-width: 1200px;
	margin-bottom: 50px;
}

.news_img_top{
	text-align: center;
}


.text_main p{
	margin-bottom: 1.5em;
}

.text_main{
	margin-top: 40px;
	margin-bottom: 30px;
}



/* ページネーション */

.pagination {
  text-align: center;
  margin: 2rem 0;
}

.pagination .page-numbers {
  display: inline-block;
  margin: 0 0.25rem;
  font-size: 0.9rem;
  color: #164da0;
  border: 1px solid #ccc;
  background: white;
  border-radius: 4px;
  transition: background .2s, color .2s;
}

.pagination .page-numbers:hover,
.pagination .current {
  color: #fff;
  background: #164da0;
  border-color: #164da0;
}

.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  min-width: 3.5rem;
}


/* swiper========================= */

/* 親コンテナ */
.swiper-container--eventinfo {
  position: relative;
  padding: 2rem 0;
  overflow: visible;
  display: flex;
  justify-content: center;
}

/* スライド */
.swiper-slide.eventinfo-slide {
  width: 80%;
  max-width: 1000px;
  background-color: #f7f7f7;
  padding: 1rem;
  border-radius: 0 80px 0 0;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
  z-index: 99;
  cursor: pointer; /* マウスカーソルをポインターに */
}

@media (hover: hover) {
  .swiper-container--eventinfo .swiper-slide.swiper-slide-active:hover {
  transform: translateY(-10px) scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
}

.swiper-container--eventinfo .swiper-slide.swiper-slide-active {
  transform: scale(1.05);
  opacity: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.swiper-container--eventinfo .swiper-slide {
  opacity: 0.6;
}

.slide-image-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem;
  border-radius: 0 80px 0 0;
}

.slide-image {
  width: 45%;
  height: auto;
  object-fit: cover;
  border-radius: 0 0 0 0;  /* 必要に応じて角丸 */
}

/* ナビゲーションボタン共通 */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none;
  outline: none;
  appearance: none;
  background-color: transparent;
  z-index: 10;
  cursor: pointer;
}

/* 左ボタン */
.swiper-button-prev {
  left: calc(50% - min(42vw, 550px)); 
  background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/btn-prev.png');
}

/* 右ボタン */
.swiper-button-next {
  right: calc(50% - min(42vw, 550px));
  background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/btn-next.png');
}

/* デフォルト矢印を消す */
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.slide-textbox .event-title {
	font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.top-event_table,
.top-event_table th,
.top-event_table td {
  border: none;
  border-collapse: collapse;
}


.top-event_table {
	width: 100%;
	color: #333;
	font-size: clamp(0.8rem, 1vw, 0.9rem);
}


.top-event_table th{
	font-weight: normal;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	.swiper-slide.eventinfo-slide {
  width: 90%;
  padding: 0.2rem;
  border-radius: 0 50px 0 0;
}
  .slide-image-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .slide-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .slide-textbox {
    padding-top: 0;
  }
	.post_content h3 {
		margin: 10px 0;
	} 
}


/* メインビジュアル==================== */

.p-mainVisual {
	position: relative;
	padding: 105px 60px 60px;
	z-index: 1;
}

.p-mainVisual::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100vw;
	height: 50vh;
	background-image: url(https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/bg_porple_noize.jpg);
	z-index: -1;
}

.p-mainVisual__inner {
	border-radius: 0 80px 0 0;
}

.copy {
	position: absolute;
	top: 0;
	left: 100px;
	font-size: clamp(1.2rem, 3vw, 3rem);
	font-weight: bold;
}

.copy-sub {
	position: absolute;
	top: -50px;
	left: 100px;
	font-size: 12px;
}


@media screen and (max-width: 768px) {
	.p-mainVisual {
	padding: 60px 5% 60px;
}
	.copy {
	top: 10vh;
	left: 70px;
	font-size: 2.5rem;
}
	.copy-sub {
	left: 70px;
}
}

@media screen and (max-width: 480px){
	.copy {
	left: 50px;
	font-size: 1.7rem;
}
	.copy-sub {
	position: absolute;
		left: 5%;
	font-size: 10.5px;
}
}


/* ページ共通========================= */

.sec-container {
	padding: 0 60px
}

@media (min-width: 600px) {
	.single-news .l-content,
	.archive.post-type-archive-news .l-content,
	.single-column .l-content,
	.archive.post-type-archive-column .l-content,
	.single-eventinfo .l-content{
		 padding-top: 0;
	}
}

.page-content-head {
  border-radius: 0 80px 0 0;
	height: 300px;
}

.content-head {
  width: 100vw; 
  height: 300px;
  margin-bottom: 80px;
  border-radius: 0 80px 0 0;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.content-head2 {
  width: 100vw; 
  height: 400px;
  margin-bottom: 80px;
  border-radius: 0 80px 0 0;
  overflow: hidden;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.event-bg {
  background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/08/event-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.news-bg {
  background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/news-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.column-bg {
  background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/08/colum-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.column-bg2 {
  background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/08/column-header.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.page-title-wrapper {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1400px;
  padding: 0 5%;
  margin: 0 auto;
  color: #fff;
  text-align: left;
  box-sizing: border-box;
}

.page-title {
	font-size: 2rem;
}

@media screen and (max-width:786px){
	.page-content-head,
	.content-head{
  border-radius: 0 50px 0 0;
	height: 200px;
}
	.sec-container {
	padding: 0 30px
}
	.content-head {
  height: 200px;
}
}

@media screen and (max-width:480px){
	.sec-container {
	padding: 0 10px;
}
}


/* トップページ======================= */

.new-event-outer {
	position: relative;
}


.new-event-outer::before {
	content: "";
    position: absolute;
    top: 0;
    left: 2%;
    display: inline-block;
    width: clamp(200px, 40vw, 500px);
    height: clamp(200px, 40vw, 500px);
    background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/snow04.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	  opacity: 0.3;
	animation: spin 50s linear infinite;
	z-index: 1;
}

.top-about-img {
	border-radius: 0 80px 0 0;
}

.top-about-item {
	position: relative;
	z-index: 10;
}

.top-about-item::before {
    content: "";
    position: absolute;
    top: -180px;
    right: 5%;
    display: inline-block;
    width: clamp(200px, 30vw, 450px);
    height: clamp(200px, 30vw, 450px);
    background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/snow03.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	  opacity: 0.5;
	animation: spin 50s linear infinite;
}


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

.top-about-item h3 {
	font-size: clamp(1.2rem, 2vw, 2rem);
	margin: 0 0 30px 0;
}

.top-about-text {
	width: 100%;
	max-width: 680px;
}

.slider-roop {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slide-roop-track {
  display: flex;
  animation: scroll 65s linear infinite;
  width: max-content;
}

.slide-roop {
  width: 200px;
  flex-shrink: 0;
  padding: 0 10px;
}

.slide-roop img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* 内容を2倍繰り返してる場合に対応 */
  }
}

@media screen and (max-width: 786px){
	.new-event-outer::before {
    top: -100px;
		right: -300px;
}
	.top-about-img {
	border-radius: 0 60px 0 0;
		z-index: 9999;
}

.top-about-item {
	position: relative;
	padding: 0 30px;
}

.top-about-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}
	.slide-roop {
  width: 150px;
}
}


/* イベント */

.works-wrapper {
	
}

.works-inner {
	background: url(https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/bg_porple_noize.jpg);
	padding: 5%;
	border-radius: 0 60px 0 0;
}

.works-inner2 {
	background: url(https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/bg_porple_blue2.jpg);
	padding: 5%;
	border-radius: 0 60px 0 0;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0 60px 0 0;
  position: relative;
	z-index: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
	position: relative;
	z-index: 0;
}

.image-wrapper:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(8, 59, 114, 0.4);
  z-index: 1;
  pointer-events: none;
}

.top-contents-item {
	position: relative;
}

.top-contents-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 1.5rem;
  pointer-events: none; 
}

.top-contents-text h3 {
  font-size: clamp(1.2rem, 2vw, 2rem);
  line-height: 1.2;
  margin: 0;
}

.title-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 必要に応じてleftに変更 */
}

.arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #083b72;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.image-wrapper:hover ~ .top-contents-text .arrow-circle {
  transform: scale(1.2);
}

.arrow-icon {
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease;
}

/* 画像ホバー時に矢印が右にスライド */
.image-wrapper:hover ~ .top-contents-text .arrow-icon {
  transform: translateX(5px);
}



@media screen and (max-width: 480px) {
	.top-contents-text {
	pointer-events: none; 
		font-size: 14px;
}
	
.image-wrapper {
  aspect-ratio: 4 / 3;
}
}

/* 実績 */

/* トップページ用：4カラム表示 */
.achievement-list.top-page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 2rem;
}

.achievement-list.top-page .achievement-item .event-title {
  font-size: 1rem;
	text-align: left;
	padding: 0 15px;
}

/* モバイル対応（レスポンシブ） */
@media screen and (max-width: 1024px) {
  .achievement-list.top-page {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
.achievement-list.top-page {
  gap: 10px;
  }
	.achievement-list.top-page .achievement-item .event-title {
  font-size: 0.9rem;
	padding: 0 5px;
}
}


/* イベント情報======================== */

.event-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.event-item {
  width: 100%;
  background: #fff;
  border-radius: 0 50px 0 0;
  margin-bottom: 50px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.event-content {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  align-items: center;
  flex-wrap: wrap;
}

.event-image-wrapper {
  flex: 0 0 45%;
  aspect-ratio: 3 / 2;
  background-color: #f0f0f0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .event-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}
}

.event-discription {
  flex: 1;
}

.event-title {
  font-size: clamp(1.2rem, 1.7vw, 1.4rem);
  font-weight: bold;
  color: #1d2f60;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.event-subtitle {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: bold;
  color: #555;
  margin: 25px 0 20px 0;
  line-height: 1.6;
}

@media screen and (max-width:786px){
	.event-content {
  flex-direction: column;
		gap: 1rem;
}
	.event-image-wrapper {
		position: relative;
  flex: 0 0 45%;
  aspect-ratio: 16 / 9;
}
.event-img {
	border-radius: 0 30px 0 0;
}
	.event-discription {
  margin-bottom: 20px
}
	.event-title {
  margin-top: 0px;
}
}

@media screen and (max-width:480px){
	.event-discription {
  margin-bottom: 20px;
		padding: 0 20px;
}
}

/* ===== 実績セクション用 ===== */
.achievement-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 30px;
  margin-top: 2rem;
}

.achievement-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border-radius: 0 50px 0 0;
  overflow: hidden;
  padding-bottom: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.achievement-item:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.achievement-item .achievement-image-wrapper {
  width: 100%;
  aspect-ratio: 3 / 2;
  background-color: #f0f0f0;
  overflow: hidden;
  margin-bottom: 1rem;
}
.achievement-item .event-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.achievement-item .event-title {
  font-size: 1.1rem;
  color: #1d2f60;
  font-weight: bold;
  border: none;
  padding: 0 20px;
  margin: 0;
}

@media screen and (max-width: 786px) {
	.achievement-list {
    grid-template-columns: repeat(2, 1fr); 
  }
.achievement-item:hover {
	box-shadow: none;
  transform: none;
}
}
@media screen and (max-width: 480px) {
	.achievement-list {
    gap: 10px;
  }
	.achievement-item {
 margin-bottom: 10px;
		border-radius: 0 30px 0 0;
}
.achievement-item .achievement-image-wrapper {
  margin-bottom: 0.5rem;
}
	.achievement-item .event-title {
  font-size: 0.9rem;
  padding: 0 10px;
		text-align: left;
}
}

/* ページャー */

.pagination-wrapper {
  margin-top: 40px;
  text-align: center;
}

/* ulリスト（WordPressのpaginate_links()が出力） */
.pagination-wrapper ul.page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  gap: 10px;
  margin: 0;
  background: none; /* グレー背景を打ち消す */
  box-shadow: none;
}

/* 各リンク */
.pagination-wrapper .page-numbers a,
.pagination-wrapper .page-numbers span {
  display: inline-block;
  padding: 10px 16px;
  background: #e8e8e8;
  color: #333;
  border-radius: 8px;
  text-decoration: none;
  font-weight: normal;
  box-shadow: none;
}

/* 現在ページ */
.pagination-wrapper .page-numbers .current {
  background: #1d2f60;
  color: #fff;
  font-weight: bold;
}

/* ホバー時 */
.pagination-wrapper .page-numbers a:hover {
  background: #1d2f60;
	color: #fff;
}


/* テーブル */
.event_table {
  width: 100%;
  margin-top: 10px;
}

.event_table th {
  width: 20%;
  color: #aaa;
  font-weight: normal;
	text-align: left;
  white-space: nowrap;
  padding: 0 20px 0 0;
}

.event_table td {
  width: 80%;
  color: #232323;
  white-space: nowrap;
  padding: 5px 0;
}

.event_table_title {
  line-height: 23px;
}



/* 詳細 */

@media screen and (min-width: 960px) {
	.flex {
	display: flex;
}
.flex_item{
	width: 50%;
	min-width: 520px;
	padding: 1rem;
}
}

.event-inner-img {
	width: 100%;
	height: 100%;
}

.event_info_box {
	height: 100%;
	background: #fff;
	border-radius: 0 50px 0 0;
	padding: 20px 50px;
}

.event_ttl {
	font-size: 23px;
	position: relative;
	padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
	margin-bottom: 30px;
}

.event_in_table th {
	width: 20%;
  color: #aaa;
  font-weight: normal;
	text-align: left;
  white-space: nowrap;
  padding: 0 20px 0 0;
}

.event_in_table td {
	padding: 15px 0;
	font-size: 15px;
}

.event-info .info{
	margin-top: 50px;
}

.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでスムーズにスクロール */
}

.event-info table {
  width: 100%;
  background-color: #fff;
  margin-top: 0;
  border-collapse: collapse;
}

.event-info table th {
  width: 150px;
  background: url(https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/bg_porple_noize.jpg);
  white-space: nowrap;
}

.event-info table td {
  padding: 15px 15px 15px 16px;
  white-space: wrap; /* 改行させない */
}


@media screen and (max-width:480px){
	.event-info table {
  width: 100%;
  min-width: 600px; 
  background-color: #fff;
  margin-top: 0;
  border-collapse: collapse;
}
	.event-info table th {
  width: 100px;
}
	.event_info_box {
	padding: 10px 15px;
}
	.event_in_table th {
		font-size: 13px;
}

.event_in_table td {
	padding: 10px 0;
	font-size: 13px;
}
}

/* CICについて======================= */

.philosophy {
	
}

.philosophy-text {
	 writing-mode: vertical-rl;
	font-size: 1.5rem;
}


/* フィギュアスケートページ=============== */

/* section1 */
.organizer-sec1-outer p{
	width: 90%;
}

.organizer-sec1-copy {
	font-size: clamp(1.2rem, 1.7vw, 3rem);
	font-weight: bold;
}

.organizer-sec1-outer {
	position: relative;
}

.organizer-sec1-img1 {
	position: absolute;
	top: 0;
	right: 5%;
	width: clamp(430px, 32vw, 600px);
	min-width: 430px;
}

.organizer-sec1-img1 img,
.organizer-sec1-img2 img{
	border-radius: 0 50px 0 0;
}

.organizer-sec1-img2 {
	position: absolute;
	bottom: 0;
	right:0;
	width: 350px;
}


/* section2 */
.organizer-fullimg {
	height: 80vh;
}

.organizer-full-item {
	position: relative;
	top: 50%;
	left: 0;
	transform: translatey(35%);
}

@media screen and (max-width:786px){
	.organizer-sec1-outer p{
		width: 95%;
	margin: 0 auto;
}
	.organizer-full-item {
	position: none;
	top: none;
	left: none;
	transform: none;
}
}


/* section3 */
.organizer-sec3-item {
	height: 100%;
	background-color: #fff;
	border-radius: 0 50px 0 0;
}

.organizer-sec3-item img {
	border-radius: 0 50px 0 0;
}

.organizer-sec3-text {
	padding: 0 0 1rem 2rem;
}

/* section4 */
.organizer-sec4-item {
	height: 100%;
	border-radius: 0 50px 0 0;
}

/* section5 */
.organizer-sec5-text {
	position: relative;
}

.organizer-sec5-text::before {
    content: "";
    position: absolute;
    top: -120px;
    right: -100px;
    display: inline-block;
    width: clamp(100px, 30vw, 450px);
    height: clamp(100px, 30vw, 450px);
    background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/snow03.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	  opacity: 0.5;
	animation: spin 50s linear infinite;
}


/* アイスクリスタルページ================= */

.snowflakes {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 9999;
}

.snowflake {
    position: absolute;
    top: -10px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.8;
    animation: snowfall 10s linear infinite;
}

@keyframes snowfall {
    0% {
        top: -10px;
        opacity: 0.8;
    }
    100% {
        top: 100%;
        opacity: 0.5;
    }
}

.icecrystal-bg {
    background-image: url('https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/08/snow_background-1.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%; 
}


.icecrystal-sec2-item {
	background-color: #e8e8e8;
	border-radius: 0 70px 0 0;
}

.icecrystal-sec2-text {
	padding: 3rem 2rem 2rem 1rem;
}

@media screen and (max-width:786px){
	.icecrystal-bg {
        background-size: contain; /* スマホでは画像を収めるように */
        background-position: top center; /* 画像の位置を中央に */
        height: auto;  /* スマホでは高さを自動調整 */
    }
	.icecrystal-sec2-img img {
		border-radius: 0 70px 0 0;
	}
	.icecrystal-sec2-text {
	padding: 1rem 2rem 2rem 2rem;
}
}


/* その他スポーツ・文化ページ============== */

.others-item {
	background-color: #fff;
	border-radius: 0 50px 0 0;
}

.others-item2 {
	background-color: #f7f7f7;
	border-radius: 0 50px 0 0;
}

.others-item img {
	border-radius: 0 50px 0 0;
}

.others-item2 img {
	border-radius: 0 50px 0 0;
}

.others-item-text {
	padding: 1rem;
}


/* 代表コラムページ====================== */

.lead-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #232323;
	margin-bottom: 50px;
}

.lead-en {
	color: #52679d;
	font-size: 1.5rem;
}

.column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem; 
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.column-item {
  position: relative;
  width: calc(33.333% - 1.34rem);
  height: 13vh;
  border-radius: 0 30px 0 0;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.column-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.column-link:hover {
  color: inherit; /* 色が変わらないように */
}

.column-link {
  display: flex;
  align-items: center;
  justify-content: center; /* 中央揃え */
  text-align: center;       /* テキスト中央揃え */
  height: 100%;
  padding: 2.5rem;
  color: inherit;
  text-decoration: none;
}

.column-text {
  display: flex;
  flex-direction: column; /* ← 縦並び */
  align-items: center;
}

.column-number {
  font-size: 1rem;
  color: #3f4f7a;
  margin-bottom: 0.3em; /* タイトルとの余白 */
}

.column-title {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .lead-box {
    flex-direction: column;
    align-items: flex-start; 
  }
  .lead-en {
    order: -1; 
    margin-bottom: 5px; 
		font-size: 1.2rem;
  }
  .lead-ja {
    order: 0;
  }
	.column-item {
    width: calc(100%); /* 2カラム表示 */
  }
	.column-list {
  gap: 1rem; 
}
}


/* 詳細 */

.column-box{
	width: 90%;
	max-width: 1500px;
	margin-bottom: 50px;
}

.text_h2{
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.column-page .column_date{
	text-align: right;
		margin-bottom: 20px;
}

.column-page .text_main p{
	font-size: 1.2rem;
	line-height: 2;
	margin-bottom: 1.5em;
}

.column-page .text_main{
	margin-top: 40px;
	margin-bottom: 30px;
}


/*お問い合わせページ==================*/

.contact-wrapper {
	background-color: #fff;
	border-radius: 0 50px  0 0;
	padding: 3%;
}

.CF7_contact{
	width:100%;
}

/*入力欄*/
.CF7_contact input, .CF7_contact textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

.CF7_honbun{
	width:100%;
}

/*入力欄*/
.CF7_honbun input, .CF7_honbun textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

/*タイトル左ライン*/
.title_contact{
   position:relative;
}

span.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px
}

.title_contact::before{
   content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#152040;
   position:absolute;
}

/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #dc143c;
	color: #fff;
	border-radius: 3px;
}

/*個人情報*/
.title01 {
	font-size:18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#152040;
	border:0;
	color:#fff;
	font-weight:bold;
	padding-right:50px;
	padding-left:50px;
	letter-spacing: 5px;
}

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

.wpcf7-spinner{
	width:0;
	margin:0;
}

.scroll2 {
  overflow-y: scroll; /* ← 常にスクロールバーを表示 */
  height: 250px;
  border-radius: 3px;
  border: 1px solid #d8d8d8;
  padding: 10px;

  // スクロールバーのスタイル（WebKit系）
  &::-webkit-scrollbar {
    width: 10px;
    height: 0;
  }

  &::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: #eeeeee;
  }

  &::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #c0c0c0;
  }
}


/* お問い合わせボックス================== */

.contact-box {
	position: relative;
	top: 100px;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	border-radius: 30px;
	width: 90%;
	max-width: 900px;
	z-index: 1;
}

@media screen and (max-width:786px){
	.contact-box {
	top: 70px;
}
}



/* フッター=========================== */

#footer {
	background-image: url(https://cicinc.sakura.ne.jp/wpcic/wp-content/uploads/2025/07/logo-loop-footer.png);
	background-size: 100px;
}

@media screen and (min-width: 960px){
	#footer .l-container {
	max-width: 1400px;
}
}

#footer .l-container {
	padding: 50px 5% 10px;
}

@media not all and (max-width: 960px) {
    #nav_menu-2, #nav_menu-3 {
	margin: 50px 0 0 0;
}
}

@media not all and (min-width: 960px) {
    .w-footer__box + .w-footer__box {
        margin-top: 0;
    }
}
	@media not all and (min-width: 960px) {
    .w-footer__box {
        padding: 0 0px;
    }
}

