@charset "UTF-8";

body {
  font-family: "Noto Sans JP";
}
@media screen and (max-width: 750px) {
  .pc-view {
    display:none;
  }
}
@media screen and (min-width: 751px) {
  .sp-view {
    display:none;
  }
}

/* ------------------------------------------
	global navi
------------------------------------------ */
.p-header__nav-item {
  padding: 0.965rem 1.5rem 1.1375rem 2.4375rem;
}
.p-header__dropdown-link {
    font-weight: 600;
}
.p-header__nav-item::before {
  top: 1.5rem;
}
.p-breadcrumb__list {
	flex-wrap:wrap;
}

/* ------------------------------------------
	common style
------------------------------------------ */
li {
	list-style:none;
}
.p-border-bottom {
    padding-bottom: 2.125rem;
    border-bottom: 0.5px solid #003674;
    margin-bottom: 2.125rem;
}
@media screen and (min-width: 751px) {
  .p-border-bottom {
    padding-bottom: 4.5rem;
    border-bottom: 0.5px solid #003674;
    margin-bottom: 4.5rem;
  }
}

.p-border-top {
    padding-top: 2.125rem;
    border-top: 0.5px solid #003674;
margin-top: 2.125rem;
}
@media screen and (min-width: 751px) {
  .p-border-top {
    padding-top: 4.5rem;
    border-top: 0.5px solid #003674;
    margin-top: 4.5rem;
  }
}

.p-no-border-bottom {
	border-bottom:none !important;
	padding-bottom:0 !important;
}
.p-no-border-top {
	border-top:none !important;
	padding-top:0 !important;
}
.p-volunteer_info__item-list__text .c-btn_info {
    margin: 1rem 0;
    color: white;
    text-decoration: none;
    width: 14rem;
}
.p-after-english__text {
	padding-top:1.75rem;
}
.p-short-txt-flow__btn {
	padding:.75rem .75rem .75rem 0;
}
.p-camp-flow__item-head {
	padding-right:3rem;
}
.p-article__contents p {
	word-break: break-all;
}
.p-column-question {
	display:block;
	padding-top:.5rem;
}
.blue-txt {
	color:#0b86cf;
}
.blue-txt-under {
	color:#0b86cf;
	text-decoration:underline;
}
.red-txt {
	color:#d10032;
}
.ul-anchor-list a {
	color:#0b86cf;
	text-decoration:underline;
}
.ul-anchor-list li {
	padding-bottom:.5rem;
}
.p-region__btn {
	text-transform:initial
}
.c-link-btn::before {
    background-image: url(/2025hontainewdev/images/service/special_needs/camp/link-deco.png);
}
.p-communities__text a {
	color:#0b86cf;
}
.c-btn {
    padding: 0.8125rem 1.25rem .8125rem 0;
}

/* ------------------------------------------
	common main img
------------------------------------------ */
@media screen and (max-width: 750px) {
	.p-fv__img {
      margin-top: 0;
    }
    .p-fv__title {
      margin-bottom: 1.0625rem;
    }
}
@media screen and (min-width: 751px) {
    .p-fv__img {
        margin-top: 0;
    }
	.p-fv__title {
        margin-bottom: 4.75rem;
    }
  .p-fv-short__img {
	background-color: #cae6f5;
	background: linear-gradient(90deg, rgb(202 230 245), rgb(202 230 245));
	border-top-left-radius: 3.875rem;
	border-bottom-right-radius: 3.875rem;
	aspect-ratio: 1100 / 287.7;
	overflow: hidden;
	}
  .p-fv-short__img img {
	width: 50rem;
	margin:auto;
	border-radius: 0;
	margin-top: -5rem;
	overflow: hidden;
	}
}

.p-fundraising__img img {
    margin: auto;
}
.p-wellness-contact__tag {
    font-weight: 500;
}

/* ------------------------------------------
	index
------------------------------------------ */
.c-section__lead {
    color: #333333;
}
.p-service-top__slide {
    filter: brightness(0.6);
}
.p-service-top__slide.swiper-slide-active {
    filter: brightness(1);
}
.p-communities__item-img img {
	width:100%;
}
.p-mv__title-sub {
    font-size: 3.675rem;
	z-index:2;
}

@media screen and (min-width: 751px) {
    .p-mv__title-sub {
        top: 0;
        font-size: 6.095rem;
        font-size: 5.25rem;
        height: 40.9375rem;
        z-index: 2;
    }
}

/* ------------------------------------------
	index - MV gradation overlay
------------------------------------------ */
.p-mv {
    position: relative;
}
.p-mv__bg-gradation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important; 
    background: linear-gradient(270deg,
        rgb(71 190 234 / 35%),
        rgb(255 255 255 / 30%),
        rgb(4 177 240 / 44%),
        rgb(255 255 255 / 38%),
        rgb(18 183 243 / 39%),
        rgb(255 255 255 / 32%));
    background-size: 800% 800%;
    animation: gradientAnimation 60s ease infinite;
    
    z-index: 10; 
    
    pointer-events: none; 
}
.p-mv__bg {
	z-index:1;
}
.p-mv__swiper-slide:first-child img {
  opacity: 0;
	animation: delayFadeIn 1s ease 1s forwards;
}
@keyframes delayFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-mv__bg-img-bottom {
	margin-top:-1rem;
	transform: scaleY(-1);
	height: 16rem;
}

@media screen and (min-width: 751px) {
.p-mv__bg-img-bottom {
	height: 22.5rem;
}
}

.js-mv-text span {
	text-shadow:.1rem .1rem 1rem #00000085;
}

/* ------------------------------------------
	fv youtube
------------------------------------------ */
.p-fv__img iframe,
.p-fv__img--medium iframe {
    width: 100%;
    aspect-ratio: 335 / 189;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 2.25rem;
    border-bottom-right-radius: 2.25rem;
}
@media screen and (min-width: 751px) {
	.p-fv__iframe {
        aspect-ratio: 315 / 140;
 }
    .p-fv__img iframe,
	.p-fv__img--medium iframe {
        border-top-left-radius: 0;
        border-bottom-right-radius: 0;
        width: 80%;
        margin: 0 10%;
    }
}

/* ------------------------------------------
	additional styles
------------------------------------------ */

.p-kids-point__item-img img {
    aspect-ratio: 335 / 200;
}

@media screen and (min-width: 751px) {
    .p-fv-socius__img img {
        margin-top: -1rem;
    }
}
@media screen and (max-width: 750px) {
     .p-fv__img--member img {
		 object-position: top;
		}
}

.p-volunteer-leader__text span::before {
    background-color: #56b7e666;
}
.img-kotemen-far-right img {
	object-position: center -6.5rem;
}
.p-chat-item--right {
    max-width: 90%;
}
@media screen and (min-width: 751px) {
.img-kotemen-far-right img {
    object-position: center -13rem;
}
}

.img-kotemen img {object-position: center 0;}

.p-classroom__img {
    padding-bottom:0;
    border-bottom: none;
}
.no-accordion-head::before {
	content:none;
}
.p-overseas__item-title-sub {
    padding-right: .5rem;
    padding-left: .5rem;
}

/* ============================================================
   tennis
   ============================================================ */

/* 開催要項テーブル */
.taikai-event-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  line-height: 1.7;
}
.taikai-event-table th,
.taikai-event-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}
.taikai-event-table th {
  background-color: #f0f6fb;
  white-space: nowrap;
  font-weight: bold;
  width: 12em;
}
.note-text.taikai-note-text {
  margin-top: 2rem;
}
.taikai-event-table .note-text.taikai-note-text {
  margin-top: 1rem;
}

@media screen and (min-width: 751px) {
.note-text.taikai-note-text {
  text-align: center;
  margin-top: 2rem;
}
.taikai-event-table .taikai-note-text {
  text-align: left;
}
}
.tennis-strength__btn {
	margin-top:1.25rem;
}
.p-tennis-coach__item-img img {
	object-position: top;
}
.tennis-strength__btn .c-btn-arrow {
	top:.65rem;
}
/* 参加方法：ステップ内補足リスト */
.taikai-sub-list {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
  font-size: 0.93em;
  color: #333;
  line-height: 1.9;
}

/* ゲーム形式 リスト（p-volunteer_programベース・画像なし） */
.taikai-format__item {
  display: block;
  width: 100%;
}
.taikai-format__item-container {
  width: 100%;
  padding: 1.2em 1.5em;
  box-sizing: border-box;
}

/* こんな方が参加しています リスト（p-volunteer_programベース・画像なし） */
.taikai-participant__item {
  display: block;
  width: 100%;
}
.taikai-participant__item-container {
  width: 100%;
  padding: 1.2em 1.5em;
  box-sizing: border-box;
}
/* ============================================================
   lesson
   ============================================================ */
.lesson-event-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95em;
  line-height: 1.7;
}
.lesson-event-table th,
.lesson-event-table td {
  padding: 12px 16px;
  border: 1px solid #ddd;
  vertical-align: top;
  text-align: left;
}
.lesson-event-table th {
  background-color: #f0f6fb;
  white-space: nowrap;
  font-weight: bold;
  width: 12em;
}
.note-text.lesson-note-text {
  margin-top: 2rem;
}
.lesson-sub-list {
  list-style: none;
  padding: 0;
  margin: 1em 0 0;
  font-size: 0.93em;
  color: #333;
  line-height: 1.9;
}

/* ３つのポイント（p-volunteer_programベース・画像なし） */
.lesson-point__item {
  display: block;
  width: 100%;
}
.lesson-point__item-container {
  width: 100%;
  padding: 1.2em 1.5em;
  box-sizing: border-box;
}
.lesson-point__item-title {
  font-weight: bold;
  margin-bottom: 0.5em;
}

/* こんな方にオススメ（p-volunteer_programベース・画像なし） */
.lesson-recommend__item {
  display: block;
  width: 100%;
}
.lesson-recommend__item-container {
  width: 100%;
  padding: 1.2em 1.5em;
  /* background: #fffdf0; */
  /* border-left: 4px solid #f5a623; */
  box-sizing: border-box;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__items.lesson-point__items {
        grid-template-columns: repeat(3, 1fr);
  }
  .p-volunteer_program__items.p-tennis_recommend__items {
        grid-template-columns: repeat(3, 1fr);
	}
}
/* ============================================================
   coach
   ============================================================ */

@media screen and (min-width: 751px) {
.p-fv-tennis-coach__img img {
	margin-top:-.25rem;
}
}

/* 校長コーチ：写真＋テキストの横並びレイアウト */
.coach-principal__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  align-items: flex-start;
  margin-top: -2rem;
}
.coach-principal__imgs {
  display: flex;
  gap: 1em;
  flex-shrink: 0;
  width: 100%;
}
.coach-principal__imgs img {
  width: 48%;
  height: auto;
  display: block;
}
.coach-principal__name {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.coach-principal__role {
  margin-bottom: 1em;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.786;
  color: #133570;
  background-color: #c1e6f5;
  border-radius: 5px;
}
}
.coach-principal__text {
  flex: 1;
  min-width: 0;
}
.coach-list__item-title small {
  margin-bottom: 1em;
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.786;
  color: #133570;
  background-color: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 751px) {
.coach-principal__wrap {
	width: 62rem;
	margin: auto;
	justify-content: center;
}
.coach-principal__imgs {
    width: 23rem;
    flex-direction:column;
    flex-wrap: wrap;
}
.coach-principal__imgs img {
    width: 100%;
	}
	.coach-principal__text {
		width: 37rem;
	}
  .p-volunteer_program__items.coach-list__items {
    grid-template-columns: repeat(3, 1fr);
	}
	.p-volunteer_program__item-img.coach-list__item-img img {
		aspect-ratio: 10 / 10;
	}
.coach-list__item-title small {
  display: block;
	width:16.5rem;
	margin:1rem auto
}
}

/* コーチ募集バナー */
.coach-recruit__box {
  background: #f0f6fb;
  border: 2px solid #1a6faf;
  border-radius: 4px;
  padding: 1.5em 2em;
  margin-top: 1em;
}
.coach-recruit__title {
  font-size: 1.05em;
  font-weight: bold;
  color: #1a6faf;
  margin-bottom: 0.8em;
}

/* ------------------------------------------
	子育て講演会
------------------------------------------ */
/* --- アコーディオン・ボタン用スタイル --- */

/* 隠すためのクラス */
.is-hidden {
  display: none;
}

/* ボタンを囲むコンテナ */
.p-view-more-container {
  margin-top: 20px;
  text-align: center;
}

/* もっと見るボタンのデザイン */
.c-view-more-btn {
  display: inline-block;
  padding: .75rem 4rem;
  background-color: #cae6f5; /* 背景色 */
  border: 1px solid #cae6f5;
  border-radius: 10rem;
  /* color: #333; */
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 3rem;
}

.c-view-more-btn:hover {
	opacity:.8;
}

.c-view-more-btn .arrow {
  margin-left: 1rem;
  /* font-size: 10px; */
}

/* --- 既存スタイルの調整（参考：もし必要なら） --- */
.p-support_info__past li {
  margin-bottom: 20px;
  list-style: none;
}

.green-txt {
  color: #008000;
  font-weight: bold;
}
/* 矢印（＞）のスタイル */
.c-view-more-btn .arrow {
  /* font-weight: bold; */
  display: inline-block; /* 回転させるために必要 */
  transform: rotate(0); /* ＞ を下向きにする */
  color: #cbe6f6;
}
.c-view-more-btn .arrow::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 0.45rem;
    height: 0.45rem;
    border-right: 0.125rem solid #003a70;
    border-bottom: 0.125rem solid #003a70;
    transition: transform 0.3s ease;
}

/* ------------------------------------------
	donation / goods
------------------------------------------ */
.p-volunteer_program__custom-title {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  color: #003674; /* サイトのトーンに合わせて調整してください */
  font-size: 1.1rem;
}
.p-volunteer_program__custom-list {
  margin-top: 0.8em;
  padding-left: 1.2em;
  font-size: 0.9em;
  text-align: left;
  margin: 1rem 1.25rem 0;
	font-weight:500;
}
.p-volunteer_program__custom-list li {
  list-style-type: disc;
  margin-bottom: 0.3em;
  line-height: 1.4;
}

.p-volunteer_program__custom-link {
  display: inline-block;
  margin-top: 0.5em;
  color: #007bff; /* リンク色。サイト規定色があれば変更してください */
  text-decoration: underline;
  word-break: break-all;
}

.p-volunteer_program__custom-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 751px) {
    .p-allocation__item:not(:first-child) {
        margin-top: 0;
        margin-bottom: 3rem;
    }
}

/* ------------------------------------------
	donation
------------------------------------------ */
.p-donation-nav__item-text::before {
    content: none;
}

/* ------------------------------------------
	support/member
------------------------------------------ */
.u-active-slide-text {
  font-size: .9rem;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.5;
	color:#0086d4
}
.p-active__item-text--member span {
    color: white;
}

@media screen and (min-width: 751px) {
	.u-active-slide-text {
  font-size: 1rem;
}
}

/* ------------------------------------------
	wellness 
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-camp-contact__btn--wellness {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (min-width: 751px) {
    .p-camp-bottom__button--wellness {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1.25rem;
        column-gap: 0;
    }
	.p-camp-bottom__button--wellness .c-btn {
		margin-inline:1.25rem;
	}
}

/* ------------------------------------------ 	
start-y / aska
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-special__incorporate-items {
    grid-template-columns: repeat(4, 1fr);
	max-width:63rem;
}
}

/* ------------------------------------------ 	
camp/program_summer
------------------------------------------ */
    /* --- Swiper関連のスタイル --- */
    .p-camp-day__swiper {
      width: 100%;
      padding-bottom: 20px;
      overflow: hidden;
      position: relative; /* 矢印アイコンの基準位置 */
    }
    .p-camp-day__swiper-slide {
      width: 80%;
    }
    .p-camp-day__swiper-slide img {
      width: 100%;
    }
    /* --- 円形の右矢印アイコンのスタイル --- */
    .c-slide-arrow {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      z-index: 10;
      width: 40px;
      height: 40px;
      background-color: #cae6f5;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.3s;
    }
    /* 矢印のデザイン（CSSで描画） */
    .c-slide-arrow::after {
      content: '';
      width: 8px;
      height: 8px;
      border-top: 2px solid #038bdd;
      border-right: 2px solid #038bdd;
      transform: rotate(45deg);
      margin-left: -2px;
    }

    /* スライドが最後に来たらボタンを消す場合（必要なら有効化） */
    .swiper-button-disabled {
      opacity: 0;
      pointer-events: none;
    }
@media screen and (min-width: 751px) {
    .c-slide-arrow {
      right: 1.25rem;
	}
}


/* ------------------------------------------ 	
volunteer
------------------------------------------ */
    .p-activity__img {
		height:13rem;
		overflow:hidden;
		display: flex;
		align-items: center;
	}
    .p-activity__img img {
		width: 100%;
	}
@media screen and (min-width: 751px) {
    .p-activity__img {
		height:15.75rem;
		}
}

/* ------------------------------------------ 	
about
------------------------------------------ */

@media screen and (min-width: 751px) {
	.p-article__contents .p-paper__text {
		font-size: 1rem;
		line-height: 1.8;
	}
}

/* ------------------------------------------ 	
about
------------------------------------------ */
.world-box {
    margin-top: 2rem;
    overflow: hidden;
    position:relative;
}
.world-box .world {
	background-color: #c9e6f4;
	padding: 2rem;
	overflow: hidden;
	border-radius: 8px;
	line-height: 160%;
	z-index:4;
	display:block;
	position:relative;
}
.world-box .world1 {
	width: auto;
	margin:auto;
}
.world-box .world h2 {
	text-align:center;
	font-size:larger;
	line-height:140%;
	border-bottom: 1px solid rgb(0 70 113);
	padding-bottom: 1rem;
}
.world-box .world h2 a {
	color: #004671;
	/* background-image:url(../img/arrow_icon_green_16.png); */
	background-position:right center;
	background-repeat:no-repeat;
}
.world-box .world p {
	padding-top: 1.25rem;
	font-weight: 500;
}
.world-box .world2 {
	width: auto;
	float:left;
	margin-top: 40px;
}
.world-box .world3 {
	float:right;
	margin-top: 40px;
	min-height: 18rem;
}
@media screen and (min-width: 751px) {
	.world-box {
		padding-bottom: 5rem;
		margin-top: 4rem;
	}
  .world-box .world3 {
    width: 34rem;
  }
	.world-box .sankaku {width: 0;height: 0;border-style: solid;
						 border-width: 0 250px 200px 250px;
						 border-color: transparent transparent #004671 transparent;position:absolute;top:50px;left:150px;
						 z-index:1;display:block;
						}
    .world-box .sankaku-btm {
	border-bottom: 3px solid #004671;
	z-index:3;position:absolute;top:300px;left:155px;
	width:500px;
	}
.world-box .world2 {
	width: 24rem;
	min-height: 18rem;
}
.world-box .sankaku-white {
width: 0;	
height: 0;
border-style: solid;
border-width: 0 245px 196px 245px;
border-color: transparent transparent #fff transparent;
position:absolute;
top:54px;
left:155px;
z-index:2;
display:block;
}
}

/* ------------------------------------------
	history
------------------------------------------ */
.p-story__wrapper {
    border-bottom:none;
	padding-bottom: 0;
}
.p-mission {
	background-color: #c9e6f4;
	padding-top: 3.125rem;
	margin-top:4rem;
	margin-bottom:4rem;
}
.p-mission__wrapper {
    border-bottom:0;
}
@media screen and (min-width: 751px) {
.p-mission {
	margin-top:5rem;
	margin-bottom:6rem;
}
}

/* ------------------------------------------
    international
------------------------------------------ */
/* 年間行事画像 */
.p-event__item-figure {
  margin: 0 0 15px 0;
  width: 100%;
}
.p-event__item-figure img {
  width: 100%;
    aspect-ratio: 250 / 150;
  height: auto;
  object-fit: cover;
}
@media screen and (min-width: 751px) {
.p-event__item-figure {
  width: 20rem;
  margin-left: auto;
  float: right;
  margin-right: 2.5rem;
}
.p-event__item-figure img {
	width: 100%;
    aspect-ratio: 250 / 150;
    -o-object-fit: cover;
    object-fit: cover;
}
	.p-event-international__items .p-event__item-text {
		display:block;
		max-width: 30rem;
		padding-bottom: 1rem;
	}
	.p-event-international__items {
		position:relative;
	}
	.p-event-international__items .p-event__item-body {
        overflow: hidden;
    }
	.p-main-banner__items {
		max-width:40rem;
		margin:auto;
	}
	.p-banner__item {
		margin-bottom:1.25rem;
		border:.025rem solid #0086d3;
	}
}

.p-communities__accordion-text dd {
    font-size: 0.9rem;
    line-height: 1.7;
}
.u-fw-bold {
	position:relative;
	padding-left: 0.9375rem;
	margin-bottom:.5rem;
}
.u-fw-bold::before {
    content: "";
    position: absolute;
    top: 0.3125rem;
    left: 0;
    width: 0.8125rem;
    height: 0.8125rem;
    background-color: #0387d9;
    border-radius: 50%;
}
@media screen and (min-width: 751px) {
	.p-communities__accordion-text {
    font-size: 1rem;
    line-height: 1.8;
    }
    .u-fw-bold {
	padding-left: 1.25rem;
    font-size: 1.1rem;
    }
.u-fw-bold::before {
    top: 0.6rem;
}
}

/* ------------------------------------------
    special-needs
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-supportive__item-title {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 751px) {
    .p-special-flow__note {
        max-width: 50rem;
    }
}
@media screen and (min-width: 751px) {
    .p-strengths__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.p-strengths__item {
        max-width: 29.75rem;
    }
}

/* ------------------------------------------
    kandagawa
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-kandagawa__img img {
	margin-top:0;
}
}

.p-event__contents-title {
    padding: 0.75rem 1.6875rem;
    font-size: 1.0625rem;
    font-weight: 700;
    line-height: 1.471;
    color: #003a70;
    background-color: #c9e6f4;
    border-radius: 1.25rem 0 1.25rem 0;
	margin:2rem 0 1rem;
}
media screen and (min-width: 751px) {
    .p-event__contents-title {
        padding: 1.25rem 2.1875rem 1.0625rem;
        font-size: 1.1875rem;
    }
}

@media screen and (min-width: 751px) {
.p-support_info__past {
	max-width:50rem;
	margin:auto;
}
.p-support_info__past li p {
	width: 46.5rem;
}
}

/* ------------------------------------------
    toyocho / edo
------------------------------------------ */
.p-communities__item-tag {
	white-space:nowrap;
    padding-right: .5rem;
    padding-left: .5rem;
	padding-bottom:.125rem;
}
.p-communities__item-tag.p-communities__item-tag--long {
    min-width: 6rem;
	width:auto;
}
.p-communities__item-list {
	display:flex;
	flex-wrap:wrap
}
.p-communities__item-list:not(:first-child) {
    margin-top: 2rem;
}
.p-communities__item-text-area {
	width:100%;
}
@media screen and (min-width: 751px) {
.p-communities__item-list {
	flex-wrap: nowrap;
	gap: 1.25rem;
}
.p-communities__item-text-area {
	width: auto;
}
}

/* ------------------------------------------
    yamate / special
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-strengths__items--special {
        max-width: none;
        grid-template-columns: repeat(2, 1fr);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
	.p-strengths__item--special {
	  width: 47.905%;
	}
}


/* ------------------------------------------
    yamate / shodo, piano
------------------------------------------ */
.p-onlyone__item-lists {
        max-width: 50rem;
        margin-inline: auto;
}
.p-onlyone__item-lists .p-communities__item {
	width:100%;
}

/* ------------------------------------------
    yamate/swim-special
------------------------------------------ */
.p-communities_nophoto__items .p-communities__item-title {
	padding-bottom:.5rem;
}

/* ------------------------------------------
    yamate/swim
------------------------------------------ */
.program-flow-img-single img {
	margin-top:1rem;	
}
.p-yamate-swim-day__items::before {
    height: 78%;
}
	.p-custom-flow-images img {
		padding-top:.75rem;
	}
@media screen and (min-width: 751px) {
    .program-flow-img-single img {
	    width:26rem;
    }
	.p-custom-flow-images {
	    width:26rem;
	}

}

/* ------------------------------------------
        special-needs-camp
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-fv-special-needs-camp__img img {
	    margin-top: 0;
	   }
}
.p-overseas__item-img img {
    width: 100%;
}

/* ------------------------------------------
            koto kids / shinonome kids
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-fv-koto-kids__img img {
	    margin-top: 0;
	   }
	.p-fv-shinonome-kids__img img {
	    margin-top: 0;
	}
}
.p-communities__item-img--koto img {
    aspect-ratio: 335 / 220;
}

/* ------------------------------------------
            toyocho english
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-fv-toyocho-kids__img img {
	    margin-top: -1.5rem;
	   }
}

/* ------------------------------------------
            ballet
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-fv-ballet__img img {
	    margin-top: 0;
	   }
}

/* ------------------------------------------
            tennis
------------------------------------------ */
.p-class-add-link {
	margin-top: 2rem;
	font-weight: 400;
	line-height: 1.8;
	font-size: .9rem;
}
.p-class-add-link .p-communities__item-lists {
	margin-bottom:1.5rem;
}
.p-class-add-link .file-icon {
	margin-bottom:1.25rem;
	font-size: 0.9rem;
	font-weight: 500;
}
.p-communities__item-contents_explain {
	padding-bottom:1.5rem;
}	
@media screen and (min-width: 751px) {
    .p-class-add-link {
		max-width: 62.5rem;
		margin-inline: auto;
		margin-top: 3rem;
		font-size: .95rem;
	}
   .p-class-add-link .file-icon {
	font-size: 1rem;
   }	
}
.p-wellness__item-img img {
    aspect-ratio: 335 / 200;
}

/* ------------------------------------------
            gymnastics
------------------------------------------ */
@media screen and (min-width: 751px) {
	.p-fv-gymnastics__img img {
	    margin-top:0;
    }
}

/* ------------------------------------------
        children
------------------------------------------ */
.p-teens__button .c-btn {
	width:auto;
}
@media screen and (min-width: 751px) {
	.p-teens__button {
    }
	.p-teens__button .c-btn {
		width: 26rem;
	}
}
/* ------------------------------------------
        children / dinner
------------------------------------------ */
.p-day__items--dinner::before {
    height: 78%;
}

/* ------------------------------------------
            koto / outdoor
------------------------------------------ */
@media screen and (min-width: 751px) {
	.p-fv-outdoor-koto__img img {
	    margin-top:0;
    }
}
.p-communities_outdoor__items .p-communities__item-tag.p-communities__item-tag--small,
.p-communities_outdoor__items .p-communities__item-tag.p-communities__item-tag--medium {
    width: auto;
	padding:.06125rem .5rem .125rem;
}
.p-communities__item-text {
    line-height: 1.6;
}


/* ------------------------------------------
    special-needs / asca
------------------------------------------ */
.p-skill__bottom {
    padding: 1.125rem 1.625rem 1.625rem;
}
.p-skill__bottom-list {
	padding-bottom:.5rem;
}
@media screen and (min-width: 751px) {
    .p-skill__bottom {
        padding: 1.5625rem 2.1875rem 1.825rem;
    }
}


/* ------------------------------------------
            language / adult_classes
------------------------------------------ */

@media screen and (min-width: 751px) {
	.p-fv-adult-english__img img {
	    margin-top:-1rem;
    }
}
        .schedule-box {
            margin: 2rem 0;
            overflow-x: auto;
            position:relative;
            padding-bottom:2.5rem; /* スクロールヒントのスペース確保 */
        }
        /* スクロールヒントの追加 */
        .schedule-box::after {
            content: "←　スクロールできます　→"; /* スクロールを促すテキスト */
            display: block;
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            padding: 1rem;
            background-color: #17b9ea7d; /* ユーザー指定の色 */
            color: #333;
            font-size: .85rem;
            font-weight: bold;
            border-radius: 4px;
            white-space: nowrap;
            z-index: 10;
            
            /* JS制御用: デフォルトでは非表示 */
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
            animation: none;
        }

        /* JSで .is-scrollable クラスが付いた場合にヒントを表示・アニメーションを有効化 */
        .schedule-box.is-scrollable::after {
            opacity: 1;
            visibility: visible;
            animation: pulse 2s infinite; /* 軽く点滅させて注意を引く */
        }

        /* マウスホバー時、ヒントを非表示にする（スクロールを開始する意図と見なす） */
        .schedule-box.is-scrollable:hover::after {
            opacity: 0;
            visibility: hidden;
            animation: none;
        }

        @keyframes pulse {
            0% { transform: translateX(-50%) scale(1); opacity: 0.95; }
            50% { transform: translateX(-50%) scale(1.03); opacity: 1; }
            100% { transform: translateX(-50%) scale(1); opacity: 0.95; }
        }

        /* スケジュール表本体 */
        .schedule-table {
            width: 100%;
            border-collapse: collapse; /* ボーダーを重ねて表示 */
            /* min-width: 600px; */ /* スマートフォンでの可読性を確保するための最小幅 */
            font-size: .85rem;
            max-width: 62.5rem;
            margin-inline: auto;
            margin-top: 1.25rem;
        }

        /* テーブルヘッダーとセルの共通スタイル */
        .schedule-table-ttl,
        .schedule-table th,
        .schedule-table td {
            padding: 1rem;
            border: 1px solid #b5cdd5;
            vertical-align: middle;
        }

        /* タイトル行のヘッダーセル (クラス名, 時間, 曜日, 内容) */
        .schedule-table-ttl {
            background-color: #17b9ea; /* ユーザー指定の色 */
            color: #ffffff;
            font-weight: bold;
            text-align: center;
            border-color: #007bff;
            white-space: nowrap; /* テキストの改行を防ぐ */
        }

        /* データ行のクラス名セル (MS3, EH4, MT5 など) */
        .schedule-table th.time {
            background-color: #f7f7f7; /* 薄いグレーの背景 */
            color: #333333;
            font-weight: bold;
            text-align: center;
            white-space: nowrap;
        }

        /* データ行のセル */
        .schedule-table td {
            background-color: #ffffff;
            color: #555555;
        }

        /* 内容列のテキストの調整 */
        .schedule-table td p {
            margin: 0;
            text-align: left; /* 元のHTMLに合わせて左寄せを維持 */
        }

        /* 偶数行にわずかな背景色を付けて、行の区切りを明確にする (オプション) */
        .schedule-table tr:nth-child(even) td {
            background-color: #fcfcfc;
        }

/* ------------------------------------------
	watersafety
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-initiatives__item:nth-child(2),
    .p-initiatives__item:nth-child(3) {
        margin-top: 0;
    }
}

/* ------------------------------------------
	kokusai / program
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-fv__img--kokusai-program img {
	    object-position: 0 35%;
    }
    .p-bangladesh__img {
        max-width: 40rem;
    }
    .p-bangladesh__img img {
		margin:auto;
    }
}

/* ------------------------------------------
	kokusai
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-kokusai__img img {
	margin-top: -1rem;
}
}

/* ------------------------------------------
	wellness / football
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-wellness__items {
        display: flex;
        flex-wrap:wrap;
        justify-content:center;
        gap: 3.75rem 1.775rem;
    }
	.p-wellness__item {
		width:21.66725rem;
	}
	.p-communities__button.p-communities__button--soccer {
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		max-width: 58rem;
		margin: auto;
	}
	.p-communities__button.p-communities__button--soccer .c-btn--blue {
		margin:unset;
	}
	.p-wellness__items--swimming--four .p-wellness__item {
		width:33.25rem;
	}
}

/* ------------------------------------------
	special-needs
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-special-needs__img img {
	margin-top: 0;
}
}

/* ------------------------------------------
	toyocho
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-toyocho__img img {
	margin-top: -7rem;
}
}

/* ------------------------------------------
	yamategakusya
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-yamate__img {
	border-top-left-radius: 3.875rem;
	border-bottom-right-radius: 3.875rem;
	aspect-ratio: 1100 / 287.7;
	overflow: hidden;
	object-position: center;
}
.p-fv-yamate__img img {
	width: 50rem;
	margin:auto;
	border-radius: 0;
	margin-top: -5rem;
	overflow: hidden;
}
}

.p-yamategakusya-day__items::before {
    height: 80%;
}
.p-yamate-equipment__items .p-cooperation-support__item-img img {
    aspect-ratio: 335 / 200;
}
@media screen and (min-width: 751px) {
.p-yamate-equipment__items .p-cooperation-support__item{
	margin-bottom:1rem;
}
}
  /* yamate sample img */
.p-yamate-support-sample {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	background-color: #eaf2f4;
	color: #fff;
	font-weight: bold;
	text-align: center;
	position: relative;
	padding: 2rem 0 2rem 3.5rem;
	border: .25rem solid #ebf2f4;
	border-radius: 2rem 0 2rem;
	margin-top: 1rem;
}
  .p-yamate-support-sample .example-tag {
    position: absolute;
    top: -3px;
    left: -3px;
    background-color: #0086d3;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 12px 0 12px 0;
    font-size: 1rem;
  }
  .p-yamate-support-sample .flow-container {
    display: flex;
    /* justify-content: right; */
    align-items: center;
    gap: 1rem;
    width: 90%;
  }
  .p-yamate-support-sample .box {
    border-radius: 15px;
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 160px;
    box-sizing: border-box;
    flex: 1;
  }
  .p-yamate-support-sample .green {
    background-color: #0086d3;
  }
  .p-yamate-support-sample .orange {
    background-color: #d10032;
  }
  .p-yamate-support-sample .box .title {
    font-size: 1.2rem;
    margin: 0 0 5px 0;
  }
  .p-yamate-support-sample .box .price {
    font-size: 1.5rem;
    margin: 5px 0 0 0;
  }
  .p-yamate-support-sample .box .price .unit {
    font-size: 0.9rem;
  }
  .p-yamate-support-sample .large-box {
    flex: 2;
  }
  .p-yamate-support-sample .activity-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 5px;
  }
  .p-yamate-support-sample .activity {
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.3;
  }
  .p-yamate-support-sample .activity p {
    margin: 0 0 5px 0;
  }
  .p-yamate-support-sample .operator {
    font-size: 2rem;
    color: #0086d3;
  }
  .p-yamate-support-sample .operator-plus {
    font-size: 2.5rem;
  }
  .p-yamate-support-sample .zero-box {
      line-height: 1.2;
  }
  .p-yamate-support-sample .zero {
    font-size: 5rem;
    position: absolute;
    padding-top: 1.25rem;
    /* display: inline-block; */
  }
  .p-yamate-support-sample .zero .unit {
      font-size: 1.2rem;
  }
  .p-yamate-support-sample .zero::before, .p-yamate-support-sample .zero::after {
    content: '✦';
    position: absolute;
    color: #fff;
    opacity: 0.8;
  }
  .p-yamate-support-sample .zero::before {
    font-size: 1.5rem;
    top: 5px;
    right: -25px;
  }
  .p-yamate-support-sample .zero::after {
    font-size: 1rem;
    bottom: 5px;
    left: -20px;
  }
  .p-yamate-support-sample .icon {
      fill: white;
      width: 50px;
      height: 50px;
  }

  @media (max-width: 768px) {
.p-yamate-support-sample {
	padding: 3rem 1rem 2rem;
}
    .p-yamate-support-sample .flow-container {
      flex-direction: column;
      gap: 0;
    }
    .p-yamate-support-sample .box {
        width: 100%;
        height: auto;
        padding: 15px;
    }
    .p-yamate-support-sample .large-box {
        /* order: 2; */
    }
    .p-yamate-support-sample .operator {
        transform: rotate(90deg);
        margin: 5px 0;
    }
    .p-yamate-support-sample .operator-plus {
        transform: rotate(0);
    }
    .p-yamate-support-sample .zero {
        font-size: 4rem;
    }
    .p-yamate-support-sample .example-tag {
        font-size: 0.9rem;
    }
  }

/* ------------------------------------------
	community/koto
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-communities__items {
        display: flex;
		flex-wrap:wrap;
        justify-content:center;
	}
	.p-communities__item {
       width:33.75rem;
   }
	.p-communities__item__only-one {
		width:46.5rem;
	}
}

/* ------------------------------------------
	veteran__img
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-veteran__img img {
	margin-top: -1.5rem;
}
}

/* ------------------------------------------
	wellness / swimming
------------------------------------------ */
.p-special-contact__tag {
    font-weight: 500;
}

/* ------------------------------------------
	school
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-school__img img {
	margin-top: 0rem;
}
}
.p-school__item-title {
    font-weight: 700;
}

/* ------------------------------------------
	cleanwalk
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-cleanwalk__img img {
	margin-top: 0rem;
}
}

/* ------------------------------------------
	special_needs top
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-special_needs__img img {
	margin-top: 0rem;
}
}

/* ------------------------------------------
	community top
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-community__img img {
	margin-top: -2rem;
}
}

/* ------------------------------------------
	fund
------------------------------------------ */
.p-fund__item-title {
	color:#0285d3
}
.p-activity__btn-area {
	flex-wrap:wrap;
}
.p-activity__btn_long {
	width:100%;
}
@media screen and (min-width: 751px) {
.p-activity__btn_long {
	width:auto;
	padding-right: 1.55rem;
	padding-left: 1.55rem;
}
}

/* ------------------------------------------
	bazaar
------------------------------------------ */
@media screen and (min-width: 751px) {
	.p-designated__items {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
    .p-designated__item {
        margin-bottom: 2rem;
        width: 21rem;
    }
}

/* ------------------------------------------
	bazaar
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-bazaar__img img {
	margin-top: -6rem;
}
.p-bazaar-top__items {
	grid-template-columns: repeat(2, 1fr);
}
}

/* ------------------------------------------
	charitygolf
------------------------------------------ */
.p-meeting__lists {
    grid-template-columns: repeat(2, 1fr);
}
.p-meeting__link {
    font-size: 0.825rem;
}
@media screen and (min-width: 751px) {
	.p-meeting__lists {
    grid-template-columns: repeat(4, 1fr);
		max-width: 56rem;
}
.p-meeting__link {
    font-size: 1rem;
}
}

/* ------------------------------------------
	donation/childcare
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-donation-childcare__img img {
	margin-top: -1rem;
}
}

/* ------------------------------------------
	dream
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-dream__img img {
	margin-top: 0;
}
}

/* ------------------------------------------
	about paper
------------------------------------------ */
.p-article-paper h3 {
	margin-top: 1.875rem;
    padding: 0.71875rem 1.75rem;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #003a70;
    background-color: #e4e4e4;
    border-top-left-radius: 1.125rem;
    border-bottom-right-radius: 1.125rem;
}

/* --- ここからアコーディオン用のスタイル --- */     
        /* JSで制御する年度見出し（ボタン） */
        .js-accordion-trigger {
            cursor: pointer;
            position: relative;
            transition: background-color 0.3s ease;
            user-select: none; /* テキスト選択を無効に */
            border-left-color: #6c757d; /* 閉じた状態の色 */
        }
        .js-accordion-trigger:hover {
            background-color: #f0f4f8;
        }
        /* 矢印（閉じている時） */
        .js-accordion-trigger::before {
			content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 0.875rem;
    transform: translateY(-50%);
    width: 1.5375rem;
    height: 1.5375rem;
    border-radius: 50%;
    background-color: #fff;
		}
        .js-accordion-trigger::after {
            content: "";
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 1.4375rem;
    transform: translateY(-50%) rotate(45deg);
    width: 0.45rem;
    height: 0.45rem;
    border-right: 0.125rem solid #003a70;
    border-bottom: 0.125rem solid #003a70;
    transition: transform 0.3s ease;
        }
        /* 矢印（開いている時） */
        .js-accordion-trigger.active::after {
            transform: translateY(-30%) rotate(225deg); /* 上向きの矢印 */
        }
        /* 開いたボタンのスタイル */
        .js-accordion-trigger.active {
            border-left-color: #007bff; /* 開いた状態の色 */
        }
        /* JSで制御するコンテンツ（リスト） */
        .js-accordion-content {
            /* JSで display: none; にするため、CSSでは指定不要 */
            /* アニメーション用の設定 */
            overflow: hidden;
            max-height: 0;
            transition: max-height 0.5s ease-out;
        }

/* ------------------------------------------
	about story
------------------------------------------ */
.p-story-bottom__btns {
    display:flex;
	flex-wrap:wrap;
	gap:1.5rem;
	margin-top:2rem;
}
@media screen and (min-width: 751px) {
    .p-story-bottom__btns {
	    justify-content: center;
	    gap: 4rem;
	    padding:1rem 2rem 0;
	    max-width: 30rem;
	    margin: 1rem auto;
	   }
}

/* ------------------------------------------
	about interview
------------------------------------------ */
.p-about-interview__slider-btn::before {
     background-color:#003674;
}
.p-about-interview__slider-btn::after {
     border-color:#003674;
}

/* ------------------------------------------
	camp
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-camp-strengths__items--summer {
        padding: 0 3.125rem;
        gap: 3.75rem 2.875rem;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 6.25rem;
        padding-bottom: 3.75rem;
        max-width: none;
    }    
	.p-camp-strengths__items--summer > *:nth-child(5):last-child {
        max-width: 29.8125rem;
        margin-inline: auto;
        grid-column: span 2;
    }
}

/* ------------------------------------------
	language
------------------------------------------ */
@media screen and (min-width: 751px) {
    .p-kids-point__items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .p-kids-point__items li {
		width:32%;
	}
}

.p-community__item-tag {
    max-width: 51.25rem;
    margin-inline: auto;
}

/* ------------------------------------------
	takaichi
------------------------------------------ */
.p-takaichi__item-img img {
	width:100%;
	object-fit:cover;
	object-position:0 -2rem;
}

/* ------------------------------------------
	training
------------------------------------------ */
@media screen and (min-width: 751px) {
  .p-fv-training__img img {
	  margin-top: 0;
  }
}

/* ------------------------------------------
	box
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-box__img img {
	margin-top:-4rem;
}
}

/* ------------------------------------------
	goods
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-goods__img img {
	margin-top: -2rem;
}
}

/* ------------------------------------------
	general donation
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-general__img img {
	margin-top: -2rem;
}
}

/* ------------------------------------------
	friendship
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-friendship__img img {
	margin-top: 0;
}
}

/* ------------------------------------------
	transliterate
------------------------------------------ */
@media screen and (min-width: 751px) {
  .p-fv-transliterate__img img {
	margin-top: -3rem;
  }
}

/* ------------------------------------------
	convention
------------------------------------------ */
@media screen and (min-width: 751px) {
	.p-fv-convention__img img {
	margin-top: -3rem;
	}
}

/* ------------------------------------------
	enpitsu
------------------------------------------ */
@media screen and (min-width: 751px) {
  .p-fv-enpitsu__img {
	background-color: #cae6f5;
	border-top-left-radius: 3.875rem;
	border-bottom-right-radius: 3.875rem;
	aspect-ratio: 1100 / 287.7;
	overflow: hidden;
	object-position: center;
	}
  .p-fv-enpitsu__img img {
	width: 50rem;
	margin:auto;
	border-radius: 0;
	margin-top: -5rem;
	overflow: hidden;
  }
}

.p-activity__contents-title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.257;
	text-align: center;
	color: #0086d4;
	padding-bottom: 2.5rem;
}
@media screen and (min-width: 751px) {
	.p-activity__contents-title {
	  font-size: 1.5rem;
	}
}

/* ------------------------------------------
	socius
------------------------------------------ */
.p-meeting-long__lists {
	grid-template-columns: repeat(1, 1fr);
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	justify-content: center;
}
.p-meeting-long__lists .p-meeting__link {
	flex-shrink:inherit;
	border-bottom: none;
	text-decoration: underline;
}

/* ------------------------------------------
	sunny
------------------------------------------ */
@media screen and (min-width: 751px) {
.p-fv-sunny__img {
	background-color: #cae6f5;
	border-top-left-radius: 3.875rem;
	border-bottom-right-radius: 3.875rem;
	aspect-ratio: 1100 / 287.7;
	overflow: hidden;
	object-position: center;
}
.p-fv-sunny__img img {
	width: 50rem;
	margin:auto;
	border-radius: 0;
	margin-top: -5rem;
	overflow: hidden;
}
}

/* p-info-table スタイル */
.p-info-table {
	padding-bottom:0;
}
  .p-info-table .p-volunteer_info__item-lists {
    list-style: none;
    padding: 0;
    margin: 3rem auto 0;
    border: 1px solid #bdbcbc;
    border-radius: 1.25rem 0;
    overflow: hidden; /* 角丸を維持するため */
  }
  .p-info-table .p-volunteer_info__item-list__title::before{
	content:none;
}
  .p-info-table .p-volunteer_info__item-list {
    display: flex;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
    margin: 0;
  }
  .p-info-table .p-volunteer_info__item-list:not(:first-child) {
	margin:0;
  }
  .p-info-table .p-volunteer_info__item-list:last-child {
    border-bottom: none;
  }
  .p-info-table .p-volunteer_info__item-list__title {
    flex: 0 0 150px; /* ヘッダーの幅を150pxに固定 */
    padding: 2rem 1rem 2rem 2rem;
    font-weight: bold;
    background-color: #f9f9f9;
    margin: 0;
    display: flex;
    align-items: center; /* テキストを垂直方向に中央揃え */
    border-right: 1px solid #e0e0e0;
  }
  .p-info-table .p-volunteer_info__item-list__text {
    flex: 1;
    padding: 1.5em;
    margin: 0 auto;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .p-info-table .p-volunteer_info__item-list__text a {
    color: #007bff;
  }
  .p-info-table .p-volunteer_info__item-list__text a:hover {
    text-decoration: underline;
  }
  .p-info-table .p-volunteer_info__item-list__text img {
      max-width: 100%;
      height: auto;
  }
@media (max-width: 750px) {
    .p-info-table .p-volunteer_info__item-list {
      flex-direction: column;
    }
    .p-info-table .p-volunteer_info__item-list__title {
      width: 100%;
      flex-basis: auto;
      border-right: none;
      border-bottom: 1px solid #e0e0e0;
      box-sizing: border-box;
      padding: 1rem 1.5rem;
      text-align: center;
      margin: auto;
      display: block;
    }
}

/* ------------------------------------------
	QA
------------------------------------------ */
        .p-qa-container {
            width: 100%;
            --main-color: #008ACE;
            --text-color: #333;
            --bg-color: #f8f9fa;
            --white: #fff;
            --border-color: #e0e0e0;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            background-color: var(--bg-color);
            color: var(--text-color);
            line-height: 1.6;
            font-size: 0.9375rem;
            max-width: 50rem;
            margin: 0 auto;
            padding: 1.25rem 0;
            background-color: var(--white);
        }

        /* --- Search Box --- */
        .p-qa-search-wrapper {
            margin-bottom: 2.5rem;
            margin-top: .5rem;
        }
        .p-qa-search-container {
            display: flex;
        }

        #search-input {
            flex-grow: 1;
            padding: 0.75rem 0.9375rem;
            border: 0.0625rem solid #008acf;
            border-right: none;
            font-size: 1rem;
            border-radius: 0.25rem 0 0 0.25rem;
            outline: none;
            /* color: #bab9b9; */
        }
        #search-input:focus {
            border-color: var(--main-color);
        }
        #search-button {
            padding: 0.75rem 1.25rem;
            background-color: var(--main-color);
            color: var(--white);
            border: none;
            cursor: pointer;
            font-size: 1rem;
            border-radius: 0 0.25rem 0.25rem 0;
        }
        #clear-search-button {
            padding: 0.9375rem 2.25rem;
            background-color: #003674;
            color: var(--white);
            border: none;
            cursor: pointer;
            font-size: 1rem;
            font-weight: 600;
            border-radius: 1.875rem;
            /* 30px -> 1.875rem */
            margin-top: 2.875rem;
            display: block;
            width: 100%;
        }


        /* --- Typography --- */
        .p-qa-section-title {
            /* 20px -> 1.25rem */
            font-size: 1.375rem;
            font-weight: 600;
            margin-bottom: 2rem;
            text-align: center;
            color: #003674;
        }

        /* --- Category Links --- */
         #categories {
            margin-top: 2.5rem;
        }

        .p-qa-category-list {
            /* 50px -> 3.125rem */
            margin-bottom: 3.125rem;
            padding-bottom: 2rem;
            border-bottom: 0.0625rem solid var(--border-color);
        }

        .p-qa-category-link {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--main-color);
            color: var(--white);
            /* 15px 40px -> 0.9375rem 2.5rem */
            padding: 0.9375rem 2.5rem;
            text-decoration: none;
            font-weight: 600;
            border-radius: 0.25rem;
            /* 10px -> 0.625rem */
            margin-bottom: 1.35rem;
            transition: opacity 0.3s;
            position: relative;
            font-size: 1.125rem;
            letter-spacing: .0625rem;
        }

        .p-qa-category-link:hover {
            opacity: 0.9;
        }

        /* Arrow Icon (>) */
        .p-qa-arrow-icon {
            display: block;
            /* 24px -> 1.5rem */
            width: 1.5rem;
            height: 1.5rem;
            background-color: var(--white);
            border-radius: 50%;
            position: absolute;
            /* 15px -> 0.9375rem */
            right: 0.9375rem;
            top: 50%;
            transform: translateY(-50%);
        }
        .p-qa-arrow-icon::before {
            content: '';
            position: absolute;
            /* 8px -> 0.5rem */
            width: 0.5rem;
            height: 0.5rem;
            /* 2px -> 0.125rem */
            border-top: 0.125rem solid var(--main-color);
            border-right: 0.125rem solid var(--main-color);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -60%) rotate(135deg);
        }

        /* --- FAQ Items (Accordion) --- */

        .p-qa-faq-category-title {
            background-color: #0086d4;
            color: var(--white);
            /* 15px -> 0.9375rem */
            padding: 0.9375rem;
            /* 18px -> 1.125rem */
            font-size: 1.125rem;
            font-weight: bold;
            margin-bottom: 0;
            border-radius: .25rem;
            text-align: center;
            letter-spacing: .125rem;
        }
        #popular-questions .p-qa-faq-list {
             /* 1px -> 0.0625rem */
             border-top: 0.0625rem solid var(--border-color);
        }
        .p-qa-faq-list {
            border-top: 0.0625rem solid var(--border-color);
			margin-top:1.75rem;
        }
        .p-qa-faq-item {
            border-bottom: 0.0625rem solid var(--border-color);
        }
        .p-qa-faq-question {
            /* 15px 10px -> 0.9375rem 0.625rem */
            padding: 0.9375rem 0.625rem;
            cursor: pointer;
            position: relative;
            display: flex;
            align-items: center;
            background-color: var(--white);
            width: 100%;
            border: none;
            text-align: left;
            font-size: inherit;
            color: inherit;
        }

        .p-qa-faq-question:hover {
            background-color: #f1f1f1;
        }
        .p-qa-faq-icon {
            font-weight: bold;
            margin-right: 0.625rem;
            flex-shrink: 0;
            font-size: 1rem;
        }

        .p-qa-icon-q {
            color: var(--main-color);
        }
        .p-qa-faq-text {
            flex-grow: 1;
            padding-right: 0.625rem;
        }
        .p-qa-faq-text a {
			color:#0086d4;
		}
        /* Toggle Icon (+/-) */
        .p-qa-faq-toggle-icon {
            display: block;
            width: 1.625rem;
            height: 1.625rem;
            background-color: var(--main-color);
            border-radius: 50%;
            flex-shrink: 0;
            position: relative;
        }

        .p-qa-faq-toggle-icon::before,
        .p-qa-faq-toggle-icon::after {
            content: '';
            position: absolute;
            background-color: var(--white);
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            transition: height 0.2s ease-out;
        }
        .p-qa-faq-toggle-icon::before { /* Horizontal line */
            width: 0.65rem;
            height: 0.125rem;
        }
        .p-qa-faq-toggle-icon::after { /* Vertical line */
            /* 2px -> 0.125rem */
            width: 0.125rem;
            /* 14px -> 0.875rem */
            height: 0.65rem;
        }

        .p-qa-faq-answer {
            display: none;
            padding: 0.9375rem 0.625rem;
            border-top: 0.0625rem solid var(--border-color);
            background-color: var(--bg-color);
        }

        .p-qa-faq-answer-content {
            display: flex;
            align-items: flex-start;
        }

        /* Active state (Opened) */
        .p-qa-faq-item.p-qa-active .p-qa-faq-answer {
            display: block;
        }

        /* Hide vertical line to make a minus icon */
        .p-qa-faq-item.p-qa-active .p-qa-faq-toggle-icon::after {
            height: 0;
        }

        /* Search results view */
        #search-results-count {
            /* 20px -> 1.25rem */
            margin-bottom: 1.25rem;
            font-weight: bold;
            text-align: center;
        }
        #search-results-list {
            /* 1px -> 0.0625rem */
            border-top: 0.0625rem solid var(--border-color);
        }

@media screen and (min-width: 751px) {
            .p-qa-container {
                padding: 2.5rem 0;
                border-radius: 0.5rem;
                font-size: 1rem;
            }

            .p-qa-section-title {
                font-size: 1.5rem;
                margin-bottom: 1.875rem;
                margin-top: 4rem;
            }

            .p-qa-faq-category-title {
                font-size: 1.25rem;
                padding: 0.9375rem 1.25rem;
            }

            .p-qa-faq-question, .p-qa-faq-answer {
                padding: 1.1rem 1rem;
            }

            #clear-search-button {
                width: auto;
                margin-left: auto;
                margin-right: auto;
            }
        .p-qa-faq-list {
            border-top: 0.125rem solid var(--border-color);
        }
        .p-qa-faq-item {
            border-bottom: 0.125rem solid var(--border-color);
        }
}

/* ------------------------------------------
	contact area
------------------------------------------ */
.p-contact__address-text::before {
    background-image: url(./images/donation/bequeath/address-icon.svg);
}

/* ------------------------------------------
	about paper
------------------------------------------ */
.p-article__contents-bottom.pdf_list li::before  {
    background:none;
}
.file-icon {
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-left: 1em;
  padding-left: 1.4rem;
  padding-right: 2rem;
  color: #003a70;
  line-height: 1.8;

  &::before {
    content: "";
    position: absolute;
    left: -0.7rem;
    top: 0;
    background-size: cover;
  }

  /* PDF拡張子 または Google DriveのファイルURL */
  &[href$=".pdf"]::before,
  &[href*="drive.google.com/file/"]::before {
    background-image: url("/2025hontainewdev/images/pdf-icon.svg");
    width: 1.75rem;
    height: 1.75rem;
    display: block;
  }

  &.-after {
    margin-left: 0;
    &::before {
      left: unset;
      right: -1em;
    }
  }
}
.p-article__contents-bottom.pdf_list {
border-top:none;
margin-top: 0;
}
.p-article__contents-bottom.no_btm_border {
border-bottom:none;
margin-bottom: 0;
padding-bottom: 0;
}
.p-article__contents-bottom.pdf_list ul {
	display:flex;
	flex-wrap:wrap;
	align-items: center;
}
.p-article__contents-bottom.pdf_list ul li {
	min-width:33.333%;
	padding-bottom:1rem;
	padding-left:0;
}
@media screen and (max-width: 750px) {
.p-article__contents-bottom.pdf_list ul li {
	width:50%;
	padding-bottom:1rem;
	padding-left:0;
}
}
@media screen and (min-width: 751px) {
.p-article__contents-bottom.no_btm_border {
	border-bottom:none;margin-bottom: 0;padding-bottom: 0;
}
}
/* ------------------------------------------
	404
------------------------------------------ */
.p-article__contents-bottom.no_border {
  border:none;
}
/* ------------------------------------------
	ulitily link
------------------------------------------ */
.ex_link_list {
	border-top:0;
	padding-top:0;
}
.ex_link_list li::before {
	display:none;
}
.ex_link_list li a {
	position:relative;
	padding:0 0 0 2rem;
	color:#003674;
}
.ex_link_list li a::before {
    content: "";
    color: #E04545;
    text-decoration: none;
    position: absolute;
    left: 0rem;
    top: .3rem;
    background-size:cover;
    background-image:url("/2025hontainewdev/images/ex-link.svg");
    width: 1.2rem;
    height:1.2rem;
    display:block;
}

/* ------------------------------------------
	ulitily privacy
------------------------------------------ */
.privacy__contents li:before {
	content:none;
}

/* ------------------------------------------
	recruit top news
------------------------------------------ */

.p-news-recruit-top__contents {
  padding: 2.6875rem 2.03125rem 3.125rem;
  background-color: #c9e6f4;
  border-top-left-radius: 3.75rem;
  border-bottom-right-radius: 3.75rem;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__contents {
    padding: 4.6875rem 6.375rem 5.625rem;
    border-top-left-radius: 7.1875rem;
    border-bottom-right-radius: 7.1875rem;
  }
}

.p-news-recruit-top__title {
  text-align: center;
}

.p-news-recruit-top__list {
  margin-top: 2.8125rem;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__list {
    margin-top: 2.1875rem;
  }
}
.p-news-recruit-top__item {
  border-top: 0.24px solid #003a70;
}

.p-news-recruit-top__item:last-child {
  border-bottom: 0.24px solid #003a70;
}

@media screen and (min-width: 751px) {
  .p-news-recruit-top__item-link {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.6875rem 0;
  }
}

.p-news-recruit-top__item-head {
  padding-top: 0.8125rem;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__item-head {
    padding-top: 0;
    white-space: nowrap;
  }
}

.p-news-recruit-top__item-category {
  display: inline-block;
  width: 5.625rem;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #0086d4;
  border-radius: 62.4375rem;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__item-category {
    width: 7.5625rem;
    padding: 0.125rem 0;
    font-size: 0.875rem;
  }
}

.p-news-recruit-top__item-time {
  margin-left: 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #003674;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__item-time {
    font-size: 1rem;
  }
}

.p-news-recruit-top__item-title {
  padding-top: 0.1875rem;
  margin-bottom: 0.8125rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__item-title {
    padding-top: 0;
    margin-bottom: 0;
    margin-left: 1.4375rem;
    font-size: 1rem;
  }
}

.p-news-recruit-top__btn {
  margin-top: 3.125rem;
}
@media screen and (min-width: 751px) {
  .p-news-recruit-top__btn {
    margin-top: 3.75rem;
  }
}

/* ------------------------------------------
	recruit top messages
------------------------------------------ */
.p-recruit {
  margin-top: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-recruit {
    margin-top: 3.125rem;
  }
}
.p-recruit__wrapper {
  padding-bottom: 3.125rem;
  border-bottom: 1px solid #003674;
}
.p-recruit__wrapper.no-btm-border {
	border-bottom:none;
}
@media screen and (min-width: 751px) {
  .p-recruit__wrapper {
    padding-bottom: 4.375rem;
  }
}

.p-recruit__text {
  margin-top: 1.75rem;
  letter-spacing: normal;
}
@media screen and (min-width: 751px) {
  .p-recruit__text {
    margin-top: 2.5rem;
  }
}

.p-recruit__btn {
  margin-top: 2.625rem;
}
@media screen and (min-width: 751px) {
  .p-recruit__btn {
    width: 20rem;
    margin-top: 3.75rem;
  }
}


/* ------------------------------------------
	search result
------------------------------------------ */
.search-results__paging__list {
	display:flex;
	align-items:center;
	justify-content:center;
}
.search-results__paging__list a {
	display:none;
}
.current {
	display:block;color: #fff;
    background-color: #003674;
	margin:.2rem;
	border-radius:50%;
	height:3rem;
	width:3rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.search-results__paging__list .search-results__paging__previous-link,
.search-results__paging__list .search-results__paging__next-link,
.search-results__paging a:nth-child(2),
.search-results__paging a:nth-child(3),
.search-results__paging a:nth-child(4),
.search-results__paging a:nth-last-child(2),
.search-results__paging a:nth-last-child(3) {
	display:block;color: #fff;
    background-color: #fff;
	border:.125rem #003674 solid;
	color:#003674;
	margin:.2rem;
	border-radius:50%;
	height:3rem;
	width:3rem;
	display:flex;
	justify-content:center;
	align-items:center;
}


/* ------------------------------------------
	volunteer
------------------------------------------ */
.p-news-top__item-category__volunteer {
	width:auto;
	padding: 0 .5rem;
}
@media screen and (min-width: 751px) {
.p-news-top__item-category__volunteer {
	padding: 0 1rem .0625rem;
}
.p-volunteer-banner {
    margin-top: 6rem;
}
}





/* ------------------------------------------
	special needs swim
------------------------------------------ */
.p-special_needs_swim {
    margin-top: 1.875rem;
}
.p-special_needs_swim__text {
    margin-top: 1.6875rem;
    text-align: center;
    padding-bottom: 2.75rem;
}
.p-special_needs_swim__inner{/* border-bottom: 0.5px solid #133570; *//* padding-bottom: 3.125rem; */}
@media screen and (min-width: 751px) {
	.p-special_needs_swim {
        margin-top: 3.125rem;
    }
    .p-special_needs_swim__text {
        margin-top: 2.8125rem;
        padding-bottom: 3.75rem;
    }
	.p-special_needs_swim__inner{
	        padding-bottom: 3.75rem;
	}
}

.p-special_needs_swim__img {
    width: 100%;
}
.p-special_needs_swim__img img {
    width: 100%;
    aspect-ratio: 335 / 146;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.5625rem 0 1.5625rem 0;
}
@media screen and (min-width: 751px) {

    .p-special_needs_swim__contents-wrapper {
        max-width: 50rem;
        margin-inline: auto;
    }
}

.p-special_needs_swim__title {
    text-align: center;
}
.p-special_needs_swim__items {
    margin-top: 2.1875rem;
    padding-bottom: 2.8125rem;
    border-bottom: 0.5px solid #133570;
}
.p-special_needs_swim__item-title {
    padding: 0.625rem 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
    background-color: #c9e6f4;
    border-radius: 0.3125rem;
}
.p-special_needs_swim__item-btn {
    margin-top: 0.9375rem;
}
.p-special_needs_swim__btn:not(:first-child) {
    margin-top: 1.1875rem;
}
.p-special_needs_swim__item:not(:first-child) {
    margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
	    .p-special_needs_swim__items {
        /* margin-top: 3.0625rem; */
        padding: 0 5.125rem 5.3125rem;
    }
    .p-special_needs_swim__item-title {
        padding: 1.25rem 3.5625rem;
        font-size: 1.125rem;
    }    
	.p-special_needs_swim__item-btn {
        margin-top: 1.6875rem;
        padding-bottom: 1.5rem;
    }
.p-special_needs_swim__item:not(:first-child) {
    margin-top: 4.5rem;
}
}

.p-special_needs_swim_-border_bottom {
	border-bottom: 0.5px solid #133570;
	padding-bottom: 3.125rem;
}
.p-special_needs_swim__lists {
    margin-top: 1rem;
	margin-top: 0.25rem;
}
.p-special_needs_swim__list {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.643;
    color: #000000;
}
.p-special_needs_swim__list span {
    padding-left: 4.375rem;
}
@media screen and (min-width: 751px) {
    .p-special_needs_swim__lists {
        max-width: 51.25rem;
        margin-inline: auto;
        margin-top: 0.875rem;
    }
	    .p-special_needs_swim__list {
        font-size: 1rem;
        line-height: 2.25;
        letter-spacing: 0.04em;
    }
	.p-special_needs_swim__list span {
        padding-left: 1rem;
    }
}



/* ------------------------------------------
	essagy
------------------------------------------ */

.p-fv__img-essay img {
    width: 100%;
    aspect-ratio: 335 / 268;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (min-width: 751px) {
	.p-fv__img-essay {
		margin-top:2.5rem;
		padding-bottom: 1.5rem;
}
.p-fv__img-essay img {
    width: 100%;
    aspect-ratio: 335 / 200;
    -o-object-fit: contain;
    object-fit: contain;
}
}

.p-essay__text {
    /* padding-bottom: 2.6875rem; */
    /* border-bottom: 0.5px solid #133570; */
}
.p-requirements__contents {
padding-bottom: 2.6875rem;
    border-bottom: 0.5px solid #133570;
}
@media screen and (min-width: 751px) {
   .p-essay__text {
        margin-top: 3.125rem;
        /* padding-bottom: 3.6875rem; */
    }
}

.p-contact__next_info {
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: .5rem;
}
.p-contact__mail {
	padding-top: 1.5rem;
}
.p-contact__mail_link {
	font-size: 1.25rem;
	margin-top: .5rem;
}
.p-contact__mail_link img {
	width: 2.25rem;
	height: 1.25rem;
	margin-right: 0.5rem;
	margin-top: .25rem;
}
@media screen and (min-width: 751px) {  
.p-contact__mail {
	padding-top: 0;
}
.p-contact__next_info {
	font-size: .9rem;
	line-height: 1.7;
}
.p-contact__mail_link {
	font-size: 1.5rem;
}
}

.p-aikei__text {
	text-align:left;
}
@media screen and (min-width: 751px) {
	.p-aikei__contents-wrapper {
		max-width: 61rem;
	}
}

/* ------------------------------------------
	yamategakusya
------------------------------------------ */
.p-yamategakusya__text {
	text-align:left;
}
.p-yamategakusya-main__text {
    /* border-bottom: 0.5px solid #133570; */
    /* padding-bottom: 2.6875rem; */
    margin-top: 1.875rem;
}
.p-yamategakusya-merit__items {
	border-bottom:none;
	padding-bottom: 0;
}
.p-yamategakusya-flow-text {
margin-top: 1.5625rem;
    font-size: 0.95rem;
    line-height: 1.607;
    color: #000000;
    text-align: justify;
}
@media screen and (min-width: 751px) {
.p-yamategakusya-ob__contents {
        max-width: 50rem;
        margin-inline: auto;
        margin-top: 3.4375rem;
}
.p-yamategakusya-flow-text {
	        font-size: 1.125rem;
	        line-height: 1.8;
	        max-width: 45rem;
	        margin-right: auto;
	        margin-left: auto;
}
	.p-yamategakusya__contents-wrapper {
		max-width: 71.875rem;
		/* padding: 1.25rem 1.875rem 2.1875rem; */
	}
	.p-yamategakusya__item-contents {
		padding-bottom:3rem;
	}
	.p-yamategakusya-life-purpose__bottom {
		padding-bottom:3rem;
	}
	.p-yamategakusya-flow__items {
		padding-bottom:3rem;
	}
	.p-yamategakusya-main__text {
		/* padding-bottom:4rem; */
		margin-top: 2.8125rem;
	}
	.p-yamategakusya__text {
		text-align:left;
		padding: 1.25rem 3.5rem 2.1875rem;
	}
}

/* ------------------------------------------
	otonarisan
------------------------------------------ */
.p-otonarisan-program__contents {
    text-align: left;
    padding-bottom: 2.6875rem;
    margin-top: 1.5rem;
    max-width: 71.875rem;
    padding: 0 1.5625rem 3rem;
}
@media screen and (min-width: 751px) {
    .p-otonarisan-main__text {
    }
}


/* ------------------------------------------
	sunnyside
------------------------------------------ */
.p-contact__title__add {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 0.25px solid #003674;
}
@media screen and (min-width: 751px) {
.p-contact__title__add {
	padding-top:0;
	border-top: none;
}
}

/* ------------------------------------------
	school
------------------------------------------ */
.p-contact__time-open {
	margin-top: .5rem;
	display: block;
}
@media screen and (min-width: 751px) {
.p-contact__time-open {
	margin-top: 1rem;
	font-size:.8rem;
	max-width:24rem;
}
}

/* ------------------------------------------
	member
------------------------------------------ */
.p-member-flow__item-text {
	position: relative;
	max-width: 37.5rem;
	margin-inline: auto;
	margin-right: 1.25rem;
	margin-left: 1.25rem;
}
.p-member-flow__bottom-text,
.p-guidance__bottom-text {
	margin-right: 1.25rem;
	margin-left: 1.25rem;
}
.p-guidance__bottom-text{
	margin-top:2rem;
	font-size: 1rem;
	font-weight: 500;
}
.p-member-flow__item-text {
	text-align:left;
}
.p-guidance__small-text {
	margin-top:1rem;
	margin-right: 1.25rem;
	margin-left: 1.25rem;
}

@media screen and (min-width: 751px) {
.p-member-flow__bottom-text{
	font-size:.9rem;
	line-height:1.75rem;
}
	.p-guidance__bottom-text{
	font-size: 1rem;
}
}

/* ------------------------------------------
	kokusai
------------------------------------------ */
.p-contact__address-text--kokusai {
	padding-right: 1.5rem;
}
.p-contact__address-text--kokusai::before {
	right:0;
	bottom: .4rem;
}


/* ------------------------------------------
	camp
------------------------------------------ */
.p-news-top__item-category-camp {
    width: 6.5rem;
}
@media screen and (min-width: 751px) {
    .p-news-top__item-category-camp {
        width: 9rem;
        padding: 0.25rem 0 .35rem;
		line-height:1;
    }
}



/* ------------------------------------------
	info area (volunteer / support)
------------------------------------------ */

.p-volunteer_info__items {
  margin-top: 3.125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__items {
    margin-top: 4.375rem;
    max-width: 56.25rem;
    margin-inline: auto;
  }
}

.p-volunteer_info__items--special {
  margin-top: 0;
}

.p-volunteer_info__item:not(:first-child) {
  margin-top: 3.3125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item:not(:first-child) {
    margin-top: 5rem;
  }
}

.p-volunteer_info__item.p-volunteer_info__item--special:not(:first-child) {
  margin-top: 4.8125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item.p-volunteer_info__item--special:not(:first-child) {
    margin-top: 5.3125rem;
  }
}

.p-volunteer_info__item-head {
  padding: 1.0625rem 0 0.875rem;
  text-align: center;
  color: #003b74;
  background-color: #c9e6f4;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-head {
    padding: 1.5625rem 0 1.25rem;
  }
}

.p-volunteer_info__item-title-sub {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.467;
  letter-spacing: -0.03em;
  padding-bottom: 0.75rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-title-sub {
    font-size: 1.0625rem;
    padding-bottom: 0.75rem;
    letter-spacing: normal;
  }
}

.p-volunteer_info__item-title-sub::before {
  content: "";
  position: absolute;
  bottom: 0.375rem;
  left: 50%;
  transform: translateX(-50%);
  width: 18.75rem;
  height: 1px;
  background-color: #003b74;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-title-sub::before {
    bottom: 0.25rem;
    width: 25rem;
  }
}

.p-volunteer_info__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-title {
    font-size: 1.5rem;
  }
}

.p-volunteer_info__item-title span {
  font-size: 1.125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-title span {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 751px) {
  .p-volunteer_info__item-body {
    max-width: 50rem;
    margin-inline: auto;
  }
}

.p-volunteer_info__item-img {
  width: 100%;
}

.p-volunteer_info__item-img img {
  aspect-ratio: 335/185;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-volunteer_info__item-text {
  margin-top: 1rem;
  line-height: 1.643;
  letter-spacing: normal;
  text-align: justify;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-text {
    margin-top: 1.25rem;
  }
}

.p-volunteer_info__item-lists {
  margin-top: 1.625rem;
  padding: 1.0625rem 1.5625rem 1.875rem;
  border: 0.1875rem solid #15b9ea;
}
.p-volunteer_info__item-list {
  padding-bottom: .5rem;
  padding-top: .5rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-lists {
    padding: 1.25rem 1.875rem 2.1875rem;
    max-width: 62.5rem;
    margin-inline: auto;
  }
}

.p-volunteer_info__item-lists.p-volunteer_info__item-lists--special {
  padding-bottom: 1.6875rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-lists.p-volunteer_info__item-lists--special {
    padding-bottom: 2.1875rem;
  }
}

.p-volunteer_info__item-list:not(:first-child) {
  margin-top: 0.5625rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-list:not(:first-child) {
    margin-top: 0.9375rem;
  }
}

.p-volunteer_info__item-list__title {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.90625rem;
  font-weight: 700;
  line-height: 1.506;
  color: #003b74;
  padding-bottom: .25rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-list__title {
    padding-left: 0.875rem;
    font-size: 1.03125rem;
  }
}

.p-volunteer_info__item-list__title.p-volunteer_info__item-list__title--none {
  padding-left: 0;
}

.p-volunteer_info__item-list__title span {
  margin-left: -0.75rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-list__title span {
    margin-left: 0;
  }
}

.p-volunteer_info__item-list__title::before {
  content: "";
  position: absolute;
  top: 0.40625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  background-color: #003b74;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-list__title::before {
    top: 0.5rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}

.p-volunteer_info__item-list__title.p-volunteer_info__item-list__title--none::before {
  content: none;
}

.p-volunteer_info__item-list__text {
  font-size: 1rem;
  line-height: 1.7;
}
.p-volunteer_info__item-list__btn {
	margin-top:1.5rem;
	/* text-align: left; */
}
.p-volunteer_info__item-list__btn .c-btn.c-btn--navy4 {/* margin: 0; */}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-list__text {
    font-size: 1rem;
  }
}
.p-volunteer_info__item-list__text a {
	text-decoration:underline;
	color:#0285d3;
}

.p-volunteer_info__item-text--space {
  letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
  .p-volunteer_info__item-text--space {
    letter-spacing: normal;
  }
}
.p-volunteer_info__item-list__title_about-program::
  before {
  content:none;
}
.p-volunteer_info_about__item-list {
  display:flex;
  padding-bottom: 1rem;
  padding-top: .25rem;
  border-bottom: 0.5px solid #133570;
}
.p-volunteer_info_about__item-list .p-volunteer_info__item-list__text {
  display: flex;
  align-items: center;
  width: 18rem;
}
.p-volunteer_info__item-list__title_about-program {
  padding-left: 0;
  width: 7rem;
  display: flex;
  align-items: center;
}
@media (min-width: 751px) {
  .p-volunteer_info_about__item-list {
    padding-bottom: 1.5rem;
    padding-top: .5rem;
  }
  .p-volunteer_info_about__item-list .p-volunteer_info__item-list__text {
    width: auto;
    line-height: 1.8;
  }
  .p-volunteer_info__item-list__title_about-program {
    width: 13rem;
  }
  .p-camp_abroad_detail_about__wrapper {
    padding-bottom:5rem;
  }
}
.p-volunteer_info__add {
  font-size:.9rem;
  color:#434343;
  margin-top:1rem;
  line-height:1.8;
}
.p-volunteer_info__wrapper {
}
.p-charityrun_info__box {
	max-width: 62.5rem;
  margin-inline: auto;
}
.p-support_info__stop {
	text-align:center;
	margin-top:2rem;
	font-size:.95rem;
  line-height:1.8;
}

/* ------------------------------------------
	program area (volunteer / support)
------------------------------------------ */

.p-volunteer_program {
  margin-top: 2.9375rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program {
    margin-top: 3.75rem;
  }
}

.p-volunteer_program__title {
  text-align: center;
}

.p-volunteer_program__text {
  margin-top: 1.3125rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__text {
    margin-top: 2.1875rem;
  }
}

.p-volunteer_program__text.p-volunteer_program__text--activities {
  margin-top: 1.6875rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__text.p-volunteer_program__text--activities {
    margin-top: 2.1875rem;
  }
}

.p-volunteer_program__contents {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__contents {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 751px) {
  .p-volunteer_program__items {
    max-width: 62.5rem;
    margin-inline: auto;
    display: grid;
    gap: 1.875rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-volunteer_program__items_one {
    grid-template-columns: repeat(1, 1fr);
    max-width: 32.5rem;
  }
  .p-volunteer_sunnyside_items {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-volunteer_program__item {
  display: flex;
  flex-direction: column;
  background-color: #c9e6f4;
  padding-bottom: 1.5rem;
  border-radius: 1.5625rem 0 1.5625rem 0;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item {
    padding-bottom: 2.1875rem;
  }
}

.p-volunteer_program__item:not(:first-child) {
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-volunteer_program__item-img {
  width: 100%;
}

.p-volunteer_program__item-img img {
  aspect-ratio: 335/158.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 1.5625rem;
}

.p-volunteer_program__item-container {
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item-container {
    margin-top: 1rem;
  }
.p-volunteer_program__item-img img {
  aspect-ratio: 335/190;
  min-width: 100%;
}
}
.p-pray__item-img img,
.p-lunch__item-img img {
  aspect-ratio: 335/400;
	width:22rem;
	margin:2.5rem auto 0;
	object-fit:contain;
}

.p-volunteer_program__item-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  color: #003674;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item-title {
    font-size: 1.375rem;
  }
}

.p-volunteer_program__item-subject {
  display: block;
  min-height: 2.0625rem;
  margin-top: 0.625rem;
  font-size: 0.9375rem;
  line-height: 1.667;
  color: #003674;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item-subject {
    min-height: 3.125rem;
    margin-top: 0.9375rem;
    font-size: 1.0625rem;
  }
}

.p-volunteer_program__item-text {
  padding: 0 1.25rem;
  line-height: 1.786;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item-text {
    margin-top: 0.9375rem;
    padding: 0 1.5625rem;
  }
}

.p-volunteer_program__item-text.p-volunteer_program__item-text--activities {
  margin-top: 1.25rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item-text.p-volunteer_program__item-text--activities {
    margin-top: 0.9375rem;
  }
}

.p-volunteer_program__item-button {
  margin-top: 1.5rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__item-button {
    margin-top: auto;
    padding-top: 1.875rem;
  }
}

.p-volunteer_program__bottom {
  margin-top: 1.125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__bottom {
    margin-top: auto;
    padding-top: 2.5rem;
  }
}

.p-volunteer_program__bottom-title {
  text-align: center;
}

.p-volunteer_program__btn {
  margin-top: 0.9375rem;
  padding: 0.9375rem 1.25rem 0.9375rem 0;
  font-size: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer_program__btn {
    font-size: 1rem;
  }
}

.p-support_info__past .green-txt {
	margin-top: 1.875rem;
	padding: 0.71875rem 1.75rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #003a70;
	background-color: #c9e6f4;
	border-top-left-radius: 1.125rem;
	border-bottom-right-radius: 1.125rem;
	display: block;
	margin-bottom: 1rem;
}
.p-support_info__past li>.green-txt {
	margin-top: 1.875rem;
	padding: 0.71875rem 1.75rem;
	font-size: 1.0625rem;
	font-weight: 700;
	color: #003a70;
	background-color: #c9e6f4;
	border-top-left-radius: 1.125rem;
	border-bottom-right-radius: 1.125rem;
	display:block;
	margin-bottom: 1rem;
}
.p-support_info__past li p {
	padding-bottom:1rem;
	max-width: 61rem;
	margin: auto;
	line-height: 1.8;
	font-size: .925rem;
	font-weight: 500;
}


/* ------------------------------------------
	tax
------------------------------------------ */
.p-contact--support .c-btn {
    font-size: 1.125rem;
    padding: 0.65rem .75rem 0.9rem 0;
}
@media screen and (min-width: 751px) {
.p-contact--support .c-btn {
    padding: 0.75rem .75rem 1rem 0;
}
}
.p-tax__text {
	text-align:center;
	margin-top:1.5rem;
}
@media screen and (min-width: 751px) {
  .p-tax__text {
	margin-top:2.5rem;
  }
}
.p-tax__lists {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1.25rem;
  margin-top: 2.375rem;
}
@media screen and (min-width: 751px) {
  .p-tax__lists {
    grid-template-columns: repeat(3, 1fr);
    margin: 2.8125rem auto;
  }
}

@media screen and (min-width: 751px) {
  .p-tax__lists--member {
    max-width: 50rem;
    margin-inline: auto;
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-tax__list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 9.9125rem;
  min-height: 8.9125rem;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #56b7e6;
  color: #fff;
  text-align: center;
  border-radius: 1.625rem 0 1.625rem 0;
  flex-wrap: wrap;
  padding: 1.25rem 1rem 1rem;
}
.p-tax__list_add {
	display:block;
	width: 100%;
	font-size: .9rem;
	margin: 0;
	padding: 1rem 0;
}
@media screen and (min-width: 751px) {
  .p-tax__list {
    min-width: 100%;
    height: 11.25rem;
    font-size: 1.375rem;
    padding-top: 2rem;
  }
.p-tax__list_add {
	font-size: 1rem;
	line-height:1.8;
}
}

.p-tax__contents {
  margin-top: 3.0625rem;
  padding: 0 2.8125rem 2.75rem;
  border-bottom: 0.5px solid #003674;
}
@media screen and (min-width: 751px) {
  .p-tax__contents {
    margin-top: 3.75rem;
    padding: 0 3.75rem 2.75rem;
  }
}

.p-tax__contents-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.257;
  text-align: center;
  color: #0086d4;
}
@media screen and (min-width: 751px) {
  .p-tax__contents-title {
    font-size: 1.5rem;
  }
}

.p-tax__items {
  margin-top: 1.5625rem;
}
@media screen and (min-width: 751px) {
  .p-tax__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    margin-top: 2.5rem;
  }
}

.p-tax__item:not(:first-child) {
  margin-top: 1.75rem;
}
@media screen and (min-width: 751px) {
  .p-tax__item:not(:first-child) {
    margin-top: 0;
  }
}

.p-tax__item-img {
  width: 100%;
}
.p-tax-flow__title {
	text-align:center;
	padding: 2.75rem 0 0;
	border-top: 0.5px solid #003674;
}
.p-tax__item-text {
  margin-top: 0.9375rem;
  line-height: 1.571;
  letter-spacing: normal;
}
@media screen and (min-width: 751px) {
  .p-tax__item-text {
    margin-top: 1.0625rem;
  }
}
.p-tax-flow__subtitle {
   padding: 0.625rem 0.9375rem;
   font-size: 1.125rem;
   line-height: 1.2;
   color: #000000;
   background-color: #c9e6f4;
   border-radius: 0.3125rem;
   text-align:left;
   font-weight: 600;
}
.p-tax-flow__text {
	max-width: 51.25rem;
        margin-inline: auto;
        margin-top: 0.875rem;
	text-align:left;
}
@media screen and (min-width: 751px) {
  .p-tax-flow__subtitle {
        padding: 1.25rem 3.5625rem;
        font-size: 1.3125rem;
    }
}
.p-tax-flow__items {
     margin-top: 3.0625rem;
     margin-top: 2.0625rem;
     letter-spacing: -0.01em;
     text-align: center;
}
@media screen and (min-width: 751px) {
.p-tax-flow__items {
     padding: 0 5.125rem 0;
}
}
.p-tax-flow__cal_items {
	border-bottom:none;
	padding-bottom: .5rem;
}
.detail-link-pdf {
	display:block;
}
.detail-link-pdf a {
	line-height:1.7;
	min-height:2rem;
	width:100%;
	padding:.25rem 2.5rem 1.25rem 0;
	display:block;
	color: #0084d2;
	box-sizing: border-box;
	background-image: url(/2025hontainewdev/images/support/sanjokai/pdf-icon.svg);
	background-repeat:no-repeat;
	background-position: right top .5rem;
	background-size: 1.5rem;
}
@media screen and (min-width: 751px) {
.p-tax-flow__cal_items {
	padding-bottom: 1.5rem;
}
  .detail-link-pdf a {
	padding:.5rem 2.5rem 1.5rem 0;
	background-position: right top .375rem;
  }
}
@media screen and (min-width: 751px) {
  .p-fv-tax__img {
	background-color: #cae6f5;
	background: linear-gradient(90deg, rgb(202 230 245), rgb(202 230 245));
	border-top-left-radius: 3.875rem;
	border-bottom-right-radius: 3.875rem;
	aspect-ratio: 1100 / 287.7;
	overflow: hidden;
	/* object-position: top; */
	}
  .p-fv-tax__img img {
	width: 50rem;
	margin:auto;
	border-radius: 0;
	margin-top: -1rem;
	overflow: hidden;
	}
}
.p-sanjokai__text {
    padding-bottom: 0;
    border-bottom:none;
}


/* ------------------------------------------
	donation
------------------------------------------ */

.p-donation-list__wrapper.border-top {
		border-top: 0.5px solid #003674;
}
@media screen and (min-width: 751px) {
.p-donation-list__wrapper.border-top {
		padding-top: 1.375rem;
		border-top: 0.5px solid #003674;
}
}
.p-contanct__address-add {
	display:block;
	font-size:.8rem;
	font-weight:500;
	padding-top:.5rem;
	letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
  .p-contanct__address-add {
	font-size:1rem;
	padding-top:.5rem;
  }
 .p-contact--friendshipfund{
	margin-top:3.75rem;
  }
  .p-contact-friendshipfund__inner {
	padding-bottom:3rem;
  }
}
.p-fund-usage__contents {
    padding-bottom: 2.125rem;
    border-bottom: 0.5px solid #003674;
}
@media screen and (min-width: 751px) {
  .p-fund-usage__contents {
    padding-bottom: 4.125rem;
  }
}

/* ------------------------------------------
	friendshipfund
------------------------------------------ */

.p-contact-friendshipfund__inner {
	padding-bottom:2rem;
}
.p-voice-friendshipfund__item-text {
	-webkit-line-clamp: none;
}
.p-voice-friendshipfund__item-title {
   padding: 1rem 2rem;
   margin-top:2rem;
   font-size: 1.125rem;
   font-weight: 700;
   background-color: #56b7e6;
   color: #fff;
   text-align: left;
   border-radius: 1.625rem 0 1.625rem 0;
   margin-bottom: 1rem;
}
.p-voice-friendshipfund__item-name {
	display: block;
	margin-top: 0.3125rem;
	font-size: .9rem;
	line-height: 1.488;
	font-weight: 500;
	color: #003a70;
	text-align:right;
	padding: 1rem 0;
}
.p-voice-friendshipfund__item {
    border-bottom: 0.5px solid #003674;
}
.p-voice-friendshipfund__item:last-child {
    border-bottom: none;
	padding-bottom:0;
}
@media screen and (min-width: 751px) {
	.p-voice-friendshipfund__item-title {
		min-height:6rem;
		display:flex;
		justify-items:center;
		align-items:center;
	}
	.p-voice--friendshipfund {
		margin-top:5rem;
	}
	.p-voice-friendshipfund__items {
	max-width: 71.875rem;
	gap: 0 40px;
	margin-top: 1rem;
	}
	.p-voice-friendshipfund__item {
	border-bottom:none;
	display: block;
	}
}

/* ------------------------------------------
	fund
------------------------------------------ */

.p-fund-usage__title {
  text-align: center;
	padding-top:2rem;	
}
.p-fund-usage__text {
	padding-top:1rem;
}
.body-donation-fund .p-donation-list__wrapper {
    border-top: 0.5px solid #003674;
}

/* ------------------------------------------
	charityrun
------------------------------------------ */
.p-charityrun_info-section__title {
    text-align: center;
}
.p-volunteer_info__wrapper {
    padding-bottom:3.5rem;
    text-align: left;
}
.p-charityrun_info__title {
    background-color: #CEE4F1;
    padding: 1rem 1.5rem;
    font-size: 1.325rem;
    font-weight: 600;
    color: #003a70;
    text-align: center;
	margin-top:2rem;
}
@media screen and (min-width: 751px) {
.p-charityrun_info__title {
	margin-top: 2.5rem;
}
	.p-charityrun_info__box {
		padding-bottom:1rem;
	}
}
.p-charityrun_info__table {
	margin-top:1.25rem;
	padding:0;
	border-spacing:0;
}
.p-charityrun_info__table th {
	text-align:center;
	padding:.5rem .125rem .5rem .5rem;
	border-left:.125rem white solid;
	font-size:.8rem;
	background-color:#e6eef5;
}
.p-charityrun_info__table th:first-child {
	width:20%;
	border-left:none;
}
.p-charityrun_info__table td {
	text-align:center;
	padding:.5rem .125rem .5rem .5rem;
	border-left:.125rem white solid;
	font-size:.8rem;
	background-color:#f6f8f9;
	border-bottom:1px solid #ffffff;
}
.p-charityrun_info__table tr td:first-child {
	text-align:left;
}
@media screen and (min-width: 751px) {
	.p-charityrun_info__table td {
      font-size: 1rem;
      padding: 1rem .75rem 1rem 1rem;
    }
  .p-charityrun_info__table th:first-child {
	width:34%;
  }
}

.p-camp-contact__list {
    line-height: 1.8;
}
@media screen and (min-width: 751px) {
    .p-camp-contact__contents {
        max-width: 62.5rem;
	}
}

.p-charityrun__main-copy-img {
	padding: 2rem 0 0;
}
.p-charityrun__main-copy-img img {
	margin:auto;
	max-width:20rem;
}
.p-charityrun-message {
	margin-top: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5625rem;
    background-color: #c7e4f2;
}
.p-charityrun-message__img  {
	aspect-ratio: 315 / 266;
	border-radius: 3.125rem 0 3.125rem 0;
	background-color:#faf5ef;
	background: linear-gradient(to right, #faf4ed, #e8e7e4);
}
.p-charityrun-message__img img {
	-o-object-fit: contain;
	object-fit: contain;
	aspect-ratio: 315 / 266;
}
.p-charityrun-message__text a {
	color:#0285d3;
	color:#000;
	text-decoration:underline;
}
@media screen and (min-width: 751px) {
    .p-camp-contact__contents {
        max-width: 62.5rem;
	}
.p-charityrun-message__img  {
	width: 24.25rem;
	aspect-ratio: 1 / 1.1;
}
.p-charityrun-message__img img {
	aspect-ratio: 1 / 1.1;
}
}
.p-charityrun-past__text a {
	color:#0285d3;
	text-decoration:underline;
	
}


.p-border-bottom >  .p-flow__items {
	border-bottom:none;
}

.p-essay_info__wrapper {
	padding-bottom:1rem;
}

.p-bazaar__text {
	/* text-align:left; */
	/* max-width:61rem; */
	/* margin: 2.5rem auto; */
}


.p-article__head-img p {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    color: #949494;
}

.p-news-top__item-category {
	width: auto;
	padding: .125rem .5rem;
}
@media screen and (min-width: 751px) {
    .p-news-top__item-category {
        padding: 0.125rem 1rem .25rem;
	}
}


/* ------------------------------------------
	interview
------------------------------------------ */
.p-main-interview .p-fv__contents-title {
    margin-top: 0;
}
.p-interview-head-img-circle {
    width: 12rem;
    height: 16rem;
    overflow: hidden;
    /* border-radius: 50%; */
    margin: auto;
    }
.p-interview-head-img-circle img {
      width: 100%;
      height: 100%;
      object-fit: cover;
}
@media screen and (min-width: 751px) {
  .p-interview-head-img-circle {
    width: 24rem;
    height: 30rem;
  }
}
.p-iframe-vertical {
	width: 100%; 
	aspect-ratio: 320 / 557;
}
@media screen and (min-width: 751px) {
  .p-iframe-vertical {
	max-width:30rem;
  }
}
.p-about-interview__card-img {
	height:15rem;
}
.p-about-interview__card-img-circle {
    width: 9rem;
    height: 15rem;
    overflow: hidden;
    margin: 1rem auto 0;
}
.p-about-interview__card-contents p{
	margin-bottom:-5rem;
}
@media (min-width: 751px) {
	.p-interview-head-img-medium {
		max-width:40rem;
		margin:auto;
	}
    .p-interview-article img {
	  max-width: 40rem;
	  margin: auto;
    }
	.p-interview-article .p-article__head-img img {
	max-width: 100%;
	}
	.body-interview-kimura .p-interview-article .p-article__head-img {
		max-height:35rem;
		overflow:hidden;
	}
	.body-interview-kimura .p-interview-article .p-article__head-img img {
		max-width:100%;
		margin-top:-4rem
	}
	.body-interview-komuro .p-interview-article .p-article__head-img {
		max-height:40rem;
		overflow:hidden;
	}
	.body-interview-komuro .p-interview-article .p-article__head-img img {
		max-width:100%;
		margin-top:-2rem
	}
	.body-interview-wakatsuki .p-interview-article .p-article__head-img {
		max-height:35rem;
		overflow:hidden;
	}
	.body-interview-wakatsuki .p-interview-article .p-article__head-img img {
		max-width:100%;
		margin-top:-8rem
	}
  }

.p-active__item-img img {
	box-shadow:none;
}

/* --- volunteer schedule --- */
.p-volunteer_schedule {
  padding: 2rem 1rem;
}
  @media (min-width: 751px) {
  .p-volunteer_schedule {
    max-width: 80rem;
  margin: 0 auto;
  padding: 4rem 2rem;
  font-size: 1.6rem;
  }
}
.p-volunteer_schedule__day {
  margin-bottom: 3.5rem;
  margin-top: 2rem;
}
.p-volunteer_schedule__header {
  background-color: #CEE4F1;
  padding: 1rem 1.5rem;
  font-size: 1.325rem;
  font-weight: 600;
  color: #003a70;
  text-align: center;
}
  @media (min-width: 751px) {
  .p-volunteer_schedule__header {
    font-size: 2rem;
    padding: 1.2rem 1.5rem;
  }
}
.p-volunteer_schedule__section {
  margin-bottom: 2rem;
}
.p-volunteer_schedule__section:
  last-child {
  margin-bottom: 0;
}
.p-volunteer_schedule__timeline {
  position:relative;
}
.p-volunteer_schedule__timeline::before {
  content:"";
  display:block;
  width:.25rem;
  height:20rem;
  background-color:#cbe6f6;
  top:1rem;
  left:50%;
  margin-left:-.125rem;
  position:absolute
}
.p-volunteer_schedule__timeline-item {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 0.8rem;
  position: relative;
  padding: 0.5125rem 0 0.625rem;
  font-weight: 700;
  background-color: #cae6f5;
  text-align: center;
  border-radius: 1.25rem 0 1.25rem 0;
}
  @media (min-width: 751px) {
.p-volunteer_schedule__timeline {
  max-width: 50rem;
  margin:auto;
}
  }

.p-volunteer_schedule__timeline-item:
  last-child {
  margin-bottom: 0;
}
.p-volunteer_schedule__timeline-item::
  before {
  content: '';
  display: block;
  width: .625rem;
  height: .625rem;
  background-color: #1B80D6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6rem;
}
  @media (min-width: 751px) {
  .p-volunteer_schedule__timeline-item::before {
    top: 0.8rem;
  }
}
.p-volunteer_schedule__title {
  width:100%;
  display:block;
  font-size:1.1rem;
  margin-top: .25rem;
}
.p-volunteer_schedule__details {
  margin-top: .5rem;
}
.p-volunteer_schedule__details-list {
  padding-left: 3.75rem;
}
.p-volunteer_schedule__details-item {
  display: flex;
  margin-bottom: 0.25rem;
  font-size: .875rem;
}
@media (min-width: 751px) {
  .p-volunteer_schedule__details-item {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
.p-volunteer_schedule__title {
  width: 7rem;
  text-align: left;
  margin: 0;
}.p-volunteer_schedule__event {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  padding: .5rem;
}
}

.p-volunteer_schedule__details-label {
  margin-right: 0.2rem;
  flex-shrink: 0;
}
.p-volunteer_schedule__divider {
  margin: 2rem 0;
  font-size: .875rem;
  letter-spacing: 0.1rem;
}
@media (min-width: 751px) {
  .p-volunteer_schedule__divider {
    margin-left:5rem;
    font-size:1rem;
  }
}

.p-volunteer_schedule__note {
  font-size: .9125rem;
  margin: 2.5rem 0 0.5rem -.725rem;
}
  @media (min-width: 751px) {
  .p-volunteer_schedule__note {
    font-size: 1rem;
    margin: 1rem 4.5rem 1rem;
  }
}

.p-volunteer_schedule__program-label {
  margin-bottom: 1.5rem;
}
@media (min-width: 751px) {
  .p-volunteer_schedule__program-label {
    margin-left: 4.5rem;
  }
}

.p-volunteer_schedule__description {
  margin: 0.5rem 0 0 3.75rem;
}
.p-volunteer_schedule__description--bold {
  font-weight: bold;
}
@media (min-width: 751px) {
.p-volunteer_schedule__description--bold {
  margin: 0 0 0 5rem;
}
}

.p-volunteer_schedule__photos {
  gap: 1.5rem;
  margin-top: 2.5rem;
}
.p-volunteer_schedule__footer-notes {
  margin-top: -2rem;
  padding-bottom: 3.0625rem;
  border-bottom: 0.5px solid #133570;
  margin-inline: auto;
  margin: 0 auto;
}
@media (min-width: 751px) {
  .p-volunteer_schedule__footer-notes {
    padding: 1rem 0 4.5rem;
  }
}

.p-volunteer_schedule__footer-note-item {
  font-size: .875rem;
  padding: 0 2.25rem 0 1.75rem;
}
@media (min-width: 751px) {
  .p-volunteer_schedule__footer-note-item {
    max-width: 50rem;
    margin: auto;
    padding: 1rem 0 0;
    text-align: center;
  }
}




.p-volunteer-contact {
  margin-top: 2.6875rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact {
    margin-top: 3.75rem;
  }
}

.p-volunteer-contact__wrapper {
  padding: 3.1875rem 0;
  border-top: 0.5px solid #133570;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__wrapper {
    padding: 3.75rem 0;
  }
}

.p-volunteer-contact__title {
  text-align: center;
}

.p-volunteer-contact__title--outdoor h2 {
  padding-top: 0.3125rem;
  line-height: 1.1;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__title--outdoor h2 {
    padding-top: 0;
  }
}

.p-volunteer-contact__title--outdoor h2 span {
  font-size: 1.25rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__title--outdoor h2 span {
    font-size: 1.75rem;
  }
}

.p-volunteer-contact__title--outdoor p {
  line-height: 3.5;
}

.p-volunteer-contact__text {
  margin-top: 2.125rem;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__text {
    margin-top: 2.8125rem;
  }
}

.p-volunteer-contact__text.p-volunteer-contact__text--outdoor {
  margin-top: 1rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__text.p-volunteer-contact__text--outdoor {
    margin-top: 2.8125rem;
  }
}

.p-volunteer-contact__contents {
  margin-top: 2.125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__contents {
    max-width: 50rem;
    margin-inline: auto;
    margin-top: 2.8125rem;
  }
}

.p-volunteer-contact__contents--second {
  margin-top: 2.5rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__contents--second {
    margin-top: 3.4375rem;
  }
}

.p-volunteer-contact__contents:not(:first-child) {
  margin-top: 2.625rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__contents:not(:first-child) {
    margin-top: 3.4375rem;
  }
}

.p-volunteer-contact__contents.p-volunteer-contact__contents--koto {
  margin-top: 1.9375rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__contents.p-volunteer-contact__contents--koto {
    margin-top: 3.4375rem;
  }
}

.p-volunteer-contact__items-title {
  padding: 0.6875rem 0.875rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  background-color: #c9e6f4;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__items-title {
    padding: 0.9375rem 1rem;
    font-size: 1.125rem;
  }
}

.p-volunteer-contact__items-title span {
  font-size: 0.875rem;
}

.p-volunteer-contact__lists {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__lists {
    margin-top: 1.25rem;
  }
}

.p-volunteer-contact__list {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.643;
  color: #000000;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__list {
    font-size: 1rem;
  }
}

.p-volunteer-contact__list span {
  margin-left: 4.375rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__list span {
    margin-left: 0;
  }
}

.p-volunteer-contact__btn {
  margin-top: 1rem;
}
@media screen and (min-width: 751px) {
  .p-volunteer-contact__btn {
    margin-top: 3.125rem;
  }
}

.p-volunteer-contact__btn a:not(:first-child) {
  margin-top: 1.0625rem;
}

/* --- dining --- */
.p-dinning-day__items::before {
    height: 92%;
}
@media screen and (min-width: 751px) {
.p-fv-dinning__img {
	background-color: #cae6f5;
	border-top-left-radius: 3.875rem;
	border-bottom-right-radius: 3.875rem;
	aspect-ratio: 1100 / 287.7;
	overflow: hidden;
	object-position: center;
}
.p-fv-dinning__img img {
	width: 50rem;
	margin:auto;
	border-radius: 0;
	margin-top: -7rem;
	overflow: hidden;
}
}

.p-contact__address {
  text-align:center;
}
.p-contact__address-text::before {
    right: -2rem;
    width: 1rem;
    height: 1rem;
}
.p-credit__text {
  padding:0 1.5rem;
}
.p-donation-goods .condition {
  display: grid;
  grid-template-columns: 5.0625rem auto;
  row-gap: 1.5875rem;
  border-top: 0.5px solid #003674;
  margin-top: 1rem;
}
.p-donation-goods .condition dt,
.p-donation-goods .condition dd {
      display: flex;
      align-items: center;
      font-size: 0.875rem;
      color: #000000;
      padding-bottom: 0.1875rem;
      padding: 1rem .125rem 0.125rem;
}
.p-donation-goods .condition dd {
  font-weight:bold;
  text-align:left;
}
.volunteer_goods_add {
  text-align:left;
  font-size: 0.75rem;
  line-height:1.8;
  border-top: 0.5px solid #003674;
  padding-top:1rem;
  margin-top: 1rem;
}
.p-donation-goods {
  padding-top:2.5rem;
}
@media screen and (min-width: 751px) {
.p-donation-goods {
  max-width:50rem;
  margin:auto;
}
}
.p-contact__btn--yiv .c-btn.c-btn--yellow2 {
  width:auto;
  padding: 0.9375rem 3rem 1.125rem;
}

.p-custom-flow-notes {
	padding-top: 1rem;
	display:block;
	color:#003674
}
.p-custom-flow-notes li {
	padding:.25rem 0;
}

@media screen and (min-width: 751px) {
.p-custom-flow-notes {
	padding-top: 3.5rem;
}
.p-custom-flow-notes li {
	padding:.125rem 0;
}
}

.p-inter-day__items::before {
	    height: 90%;
}


@media screen and (min-width: 751px) {
.p-children__items--layout-extended {
        gap: 2.25rem 20px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-special-nav__img {
	max-height:6.5rem;
	overflow:hidden;
}
@media screen and (min-width: 751px) {
	.p-special-nav__img {
	max-height:5.5rem;
    }
    .p-communities__item-title.p-communities__item-title--class span {
        font-size: 1.3rem;
    }
    .p-wellness__banner {
        max-width: 32rem;
    }
.p-fv-disaster__img img {
    margin-top:-2.5rem;	
}
.p-fv-song__img img {
    margin-top:0rem;	
}
}


        /* もっと見るボタンのスタイル */
        .p-more-btn__wrapper {
            margin-top: 2rem;
            text-align: center;
        }

  /* 注釈などの小さな文字用（共通） */
  .note-text {
    font-size: 0.8rem;
    color: #666;
    margin: .5rem .5rem .75rem 0;
	  
    display: inline-block;
    line-height: 170%;
  }
  /* テーブル全体 */
  .event-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    margin-bottom: 2rem;
  }

  /* スマホでは要素をブロック表示にして縦積みにする */
  .event-table, 
  .event-table tbody, 
  .event-table tr, 
  .event-table th, 
  .event-table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
.lesson-event-table tr {
	margin-bottom:1rem;
    border-bottom: 1px solid #c9e6f4;
}
  /* 行（スマホではカードのような見た目にする） */
  .event-table tr {
    margin-bottom: 15px;
    border: 1px solid #c9e6f4;
  }

  /* 見出しセル（項目名） */
  .event-table th {
    background-color: #c9e6f4; /* 薄い青グレー */
    color: #003a70;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #c9e6f4; /* 項目名の下に線 */
  }

  /* データセル（内容） */
  .event-table td {
    padding: 1rem;
    border-bottom: none;
    line-height: 180%;
    font-size: .9rem;
    font-weight: 500;
    /* margin-bottom: 1rem; */
  }

.lesson-event-time-table {
	display:table;
}
.lesson-event-time-table th {
    background-color: #c9e6f4; /* 薄い青グレー */
    color: #003a70;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
	border-bottom:none;
}
.lesson-event-time-table tr {
    width: 100%;
}
.lesson-event-time-table td {
    padding: 1rem;
    border-bottom: none;
    line-height: 180%;
    font-size: .9rem;
    font-weight: 500;
    border-right: 1px solid #c9e6f4;
    border-bottom: 1px solid #c9e6f4;
}
.lesson-event-time-table .day {
    border-left: 1px solid #c9e6f4;
}
@media screen and (min-width: 751px) {
    .event-table, .lesson-event-time-table {
      display: table;
      width: 62.5rem;
      margin: auto;
    }
    
    .event-table tbody {
      display: table-row-group;
    }

    .event-table tr {
      display: table-row;
      margin-bottom: 0;
      border: none; /* 行単位の枠線を消してセル単位にする */
    }

    /* 共通セルスタイル（PC用） */
    .event-table th,
    .event-table td {
      display: table-cell;
      padding: 1.5rem 1rem 1.75rem 2rem;
      border: 1px solid #c9e6f4;
      vertical-align: top;
    }

    /* 見出しセル（PC用） */
    .event-table th {
      white-space: nowrap;
      width: 20%;
      min-width: 10rem;
      border-bottom: 1px solid #ffffff;
    }

    /* データセル（PC用） */
    .event-table td {
      width: 80%;
      border-bottom: 1px solid #c9e6f4;
    }
  }

.p-invite_info__past {
	padding-top:2.5rem;
	line-height:180%;
}

.contact__items-subtitle {
    display: block;
    width: 100%;
    padding-left:1rem;
    padding-bottom:.25rem;
    padding-top:.125rem;
    font-weight: 500;
    color: #fff;
    background-color: #0086d4;
    border-radius: 62.4375rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
}
.p-camp-contact__list small {
	display:block;
}
.p-camp-contact__lists {
    padding-bottom: 1rem;
}
@media screen and (min-width: 751px) {
.contact__items-subtitle {
    width: 18rem;
	display:inline-block;
	margin-right:1rem;
    margin-top: 1.75rem;
    margin-bottom: 0;
}
.p-camp-contact__list small {
	display:inline-block;
	margin-left:1rem;
}
.p-camp-contact__lists {
}
.p-fv-niji__img img {
	margin-top: 0;
}
}

/* * Table Container & Scroll 
   * スマホでの横スクロールを実現するラッパー
   */
  .table-scroll-wrapper {
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .english-level-table {
    width: 100%;
    border-collapse: separate; /* stickyのためにseparate推奨 */
    border-spacing: 0;
    max-width: 62.5rem;
    margin-inline: auto;
  }

  .english-level-table th, 
  .english-level-table td {
    vertical-align: top;
    text-align: center;
    padding: 1rem;
    border-right: .125rem solid #eef1f2;
    border-bottom: .125rem solid #eef1f2;
  }
  .english-level-table > tbody > tr > th:first-child {
    position: sticky;
    left: 0;
    background-color: #eef1f2;
    z-index: 2; /* データセルより上に来るように */
    font-weight: bold;
    padding: 1rem;
    border-bottom: .125rem solid #fff;
  }

  /* ヘッダーの装飾 */
  .english-level-table .level {
    background-color: #0086d4;
    padding: 1rem;
    color: #fff;
    font-weight: bold;
    border-right: .125rem solid #fff;
  }
  
  .english-level-table .number {
    background-color: #c9e6f4;
    font-weight: bold;
    font-size: 1.2em;
    border-right: .125rem solid #fff;
  }
  .english-level-accordion dl {
    margin: 0;
    text-align: left;
  }
  
  .english-level-accordion dd {
    margin: 0;
    font-size: 0.9em;
  }
  .english-level-sp-view {
    display: none; /* PCでは非表示 */
    cursor: pointer;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 5px;
  }
  .level-box {
    padding: 0 !important; /* 親セルのパディングを消して広く使う */
    background-color: #fff;
  }

  .level-box table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    border: none;
    background: transparent;
  }

  .level-box table td {
    border-bottom: none;
    border-right: 1px solid #eee;
    padding: 1rem;
    font-size: 0.95rem;
    font-weight: 500;
  }
  .level-box table td:last-child {
    border-right: none;
  }
  .eiken-box table td { background-color: #fdfdfd; color: #444; }
  .toeic-box table td { background-color: #f4f8ff; color: #004085; }
  .toefl-box table td { background-color: #fff4f0; color: #852d00; }

  @media screen and (max-width: 750px) {
    .english-level-sp-view {
      display: block; 
      text-align: center;
      background: #f0f0f0;
      border-radius: 4px;
      padding: 4px;
    }  
    .english-level-sp-view .open-txt { display: block; margin: 0; }
    .english-level-sp-view .close-txt { display: none; margin: 0; }
   .english-level-sp-view.active .open-txt { display: none; }
    .english-level-sp-view.active .close-txt { display: block; }
    .english-level-sp-view.active {
      background: #ddd;
    }
    .english-level-accordion dd {
      display: none;
      padding-top: 8px;
    }
    .english-level-accordion.is-open dd {
      display: block;
      animation: fadeIn 0.3s ease;
    }
    .english-level-table th, 
    .english-level-table td {
      min-width: 60px; /* 最低幅を確保 */
    }
    .explain-row td {
      min-width: 160px;
      vertical-align: top;
    }
  }

  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-5px); }
    to { opacity: 1; transform: translateY(0); }
  }

.english-level-table > tbody > tr > th.english-level-table-title {
	background-color:#003674;
	color: #fff;
	text-align:left;
}

@media screen and (min-width: 751px) {
.english-level-table > tbody > tr > th.english-level-table-title {
	text-align:center;
}
}


@media screen and (min-width: 751px) {
.p-fv-yamate-kids__img img {
	margin-top:0;
}
}

.p-example-ff {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
    text-align: center;
}
.p-example-ff__title {
    line-height: 1.18;
    text-align: center;
}
.p-example-ff__items {
	margin:1.5rem auto;
}
.p-example-ff__item {
    position: relative;
    padding-left: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 2.1;
    letter-spacing: 0.04em;
    color: #56b7e6;
	text-align:left;
}
.p-example-ff__item::before {
    content: "";
    position: absolute;
    top: .65rem;
    left: 0;
    width: 0.6875rem;
    height: 0.6875rem;
    border-radius: 50%;
    background-color: #0086d4;
}
.p-communities__accordion-title {
	text-align:left;
}
@media screen and (min-width: 751px) {
.p-example-ff__items {
	margin-top:2rem;
}
.p-example-ff__item {
    font-size: 0.975rem;
}
}



/* 新規追加コンテンツ用スタイル */
.p-certificate-list {
  list-style-type: disc;
  margin: 0.5rem 0px 2rem 1.5em;
}

.p-certificate-list li {
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 500;
  font-size: .95rem;
}

.p-certificate-pdf {
  margin-top: 1.5em;
  margin-bottom: 2em;
}

.p-certificate-pdf a {
  color: #0086d4;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.p-certificate-pdf a:hover {
  opacity: 0.7;
}

.p-certificate-btn {
  text-align: center;
  margin-top: 2em;
}

.p-certificate-btn a {
  display: inline-block;
  background-color: #0056b3;
  color: #ffffff;
  padding: 16px 48px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: opacity 0.3s ease, background-color 0.3s ease;
}

.p-certificate-btn a:hover {
  opacity: 0.8;
}
.no-accordion .p-flow__item-head::before {
	display:none;
}
.no-accordion .p-flow__item-body {
	display:block;
}
.p-flow__items {
	border-bottom:0;
	padding-bottom:0;
}
.p-flow__item__no-accordion .p-flow__item-body {
	display:block;
}
.p-flow__item__no-accordion .p-flow__item-head::before {
	display:none;
}

.p-active__item-text {
  box-shadow:none;	
}

@media screen and (min-width: 751px) {
    .p-language__lists {
        max-width: none;
        display: flex;
		gap:1rem;
    }
	.p-language__list {
		width:33%;
	}
	.p-language__list:not(:first-child) {
    margin-top: 0;
}

}/* ============================================
   キッズ英語 短期プログラム ページ固有スタイル
   ============================================ */

/* 注意書きリスト（※が複数行の場合） */
.p-kids-english__notes {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
}

.p-kids-english__notes li {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #555;
  padding: 0.125rem 0;
}

/* 注意書き（1行） */
.p-kids-english__note-single {
  font-size: 0.8125rem;
  line-height: 1.7;
  color: #555;
  margin-top: 0.75rem;
}

/* プログラム内ボタン */
.p-kids-english__item-btn {
  margin-top: 2rem;
}

/* 複数画像対応 figure */
.p-kids-english__multi-img {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.p-kids-english__multi-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (min-width: 751px) {
  .p-kids-english__multi-img {
    flex-direction: row;
  }

  .p-kids-english__multi-img img {
    flex: 1;
    min-width: 0;
  }
	.p-kids-english__item-btn {
  margin-top: 2.5rem;
}

}

/* 予約サイトボタン（ナビボタン群内で目立たせる） */
.p-kids-english__portal-btn {
  margin-top: 0.5rem;
}

@media screen and (min-width: 751px) {
  .p-kids-english__portal-btn {
    margin-top: 0;
  }
	.p-fv-kids-short__img img {
		margin-top:-1rem
	}
}

/* YMCAとは（about） */
.p-fv__about-title {
	margin-top:.25rem;
}
.p-fv__about-title .p-fv__contents-title--jp {
	font-size:1.5rem;
}
.p-fv__about-title .p-fv__contents-title--en {
	font-size:1rem;
	margin-top:.125rem;
}
@media (max-width: 750px) {
  .p-about__item {
    display: flex;
    flex-direction: column;
  }
  .p-about__item-contents {
    order: -1;
    margin-top: 0;
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 751px) {
.p-fv__about-title {
	margin-top:-.5rem;
}
.p-fv__about-title .p-fv__contents-title--jp {
	font-size:4rem;
}
.p-fv__about-title .p-fv__contents-title--en {
	font-size:1.5rem;
	margin-top:.5rem;
}
}

.p-volunteer-leader__text {
    border-bottom: none;
    padding-bottom: 0;
}
@media screen and (min-width: 751px) {
    .p-leader-nav__items {
        grid-template-columns: repeat(3, 1fr);
    }
.p-leader-nav__img--xlarge img {
    height: 1.8125rem;
}
}

.p-leader-nav__img--filter img {
	filter: invert(100%);
}
.p-leader-nav__icon {
	margin:auto;
}

.p-camp-flow__button--wellness a {
    width: 20rem;
}


.insta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1.75rem 1.25rem;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  /* border-radius: 0.5rem; */
  /* 公式準拠グラデーション(黄→オレンジ→赤→ピンク→紫) */
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  margin-top: 2.125rem;
}

.insta-banner:hover,
.insta-banner:focus-visible {
  opacity:.8;
}

.insta-banner:focus-visible {
  outline: 0.125rem solid #fff;
  outline-offset: 0.125rem;
}

.insta-banner__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

.insta-banner__text {
  letter-spacing: 0.02em;
}

/* タブレット以上 */
@media (min-width: 48rem) {
  .insta-banner {
    gap: 0.625rem;
    padding: 1.875rem 1.5rem;
    font-size: 1.5rem;
    margin-top: 4.5rem;
  }
  .insta-banner__icon {
    width: 2rem;
    height: 2rem;
  }
}


@media screen and (min-width: 751px) {
.p-communities-list__contents__one {
	max-width: 62.5rem;
    margin-inline: auto;
}
}

.p-communities__item-title--center {
	text-align:center;
}

.p-section__text__mt {
	margin-top:.75rem;
}