@charset "utf-8";
/*ここでは
	TOPページ
	などを記述します*/

.mainvisual{
	width: 100%;
	background: url("../img/top/bg_pc.webp") no-repeat bottom center / cover;
	min-height: 100vh;
	height: 1040px;
	position: relative;
	overflow: hidden;
	
	/*opacity: 0.5;*/
}

.mainvisual .titles{
	position: absolute;
	top: 3rem;
    left: 0;
	box-sizing: border-box;
}
.mainvisual .titles > span{
	font-weight: 700;
	font-size: 7rem;
	color: #fff;
	padding-left: 4.7rem;
}
.mainvisual .titles .marker {
	position: relative;
	display: block;
	z-index: 0;
	line-height: 1.3;
	letter-spacing: -2px;
}

/* 緑のマーカー部分 */
.mainvisual .titles .marker::before {
	content: "";
	position: absolute;
	left: -1em;
	bottom: 0.1em;       /* 文字との位置関係 */
	height: 0.3em;
	width: 9.5em;

  background: linear-gradient(
    90deg,
    #a8ed63 0%,
    #76e20b 100%
  );

  transform: skew(-40deg);   /* ← ここが斜め */
  z-index: -1;
}


.mainvisual .titles .year{
	font-size: 10rem;
    font-style: italic;
    line-height: 1.2;
    letter-spacing: 7px;
}


.mainvisual .entry-btn{
	text-align: right;
	padding-top: 4.5rem;
    padding-right: 4rem;
	font-size: 2.8rem;
	position: relative;
	z-index: 5;
}

.mainvisual .catch{
	position: absolute;
	top: 72rem;
	z-index: 2;
	left: 3%;
	/*font-size: 3.3rem;*/
	font-weight: 700;
	font-family: var(--f-shippori);
}
.mainvisual .catch > span{
	line-height: 1.4;
	background: var(--col_green);
	color: #FFF;
	padding: 0.2em 0.9em;
    display: inline-block;
	font-size: 3.2rem;
}


/* 外側ラッパー（位置調整・余白用） */
.entry-label {
	position: absolute;
	right: 5%;
	top: 61rem;
	z-index: 10;
}

/* 白い斜めプレート */
.entry-card {
	position: relative;
	/*display: inline-block;*/
	background: #fff;
	padding: 0.5em 3.5em;
	transform: skew(-12deg);
	display: flex;
	align-items: center;
	min-height: 8em;
}

/* 中身は水平に戻す */
.entry-card > * {
  transform: skew(12deg);
}

/* オレンジの帯 */
.entry-badge {
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translateX(-50%) skew(12deg);

  background: linear-gradient(
    90deg,
    #ff8a00 0%,
    #ff6a00 50%,
    #ff4d00 100%
  );

  color: #fff;
  font-weight: 700;
  font-size: 5rem;
  padding: 0 0.3em;
  white-space: nowrap;
}


/* 日付 */
.entry-dates {
	text-align: center;
	font-weight: 700;
	color: var(--col_navy);
	line-height: 1.4;
	font-size: 4.3rem;
}

@media screen and (max-width: 1281px) {
	.mainvisual .titles .marker{
		font-size: 4.6vw;
	}
	.mainvisual .titles .year{
		font-size: 6.5vw;
	}
	.mainvisual .catch{
		top: 48vw;
	}
	.mainvisual .catch > span{
		font-size: 2.1vw;
	}
	.entry-label{
		top: 40vw;
	}
	.entry-badge{
		font-size: 3.5vw;
		top: -4vw;
	}
	.entry-dates{
		font-size: 3vw;
	}
	
	/* 白い斜めプレート */
	.entry-card {
		padding: 1.5vw 4.5vw 1vw;
		min-height: inherit;
	}
	
}
@media screen and (max-width: 751px) {
	.mainvisual{
		/*height: 76em;
		height: clamp(68.4rem, calc(182.4vw), 136.8rem);*/
		
		height: 140vw;
		background: url("../img/top/bg_sp.webp") no-repeat bottom center / cover;
	}
	.mainvisual .logos {
		top: 7.5%;
	  }
	.mainvisual .titles{
		top: 0;
		left: 0;
		padding-left: 0.4em;
		padding-top: 1.7em;
		padding-top: clamp(1.62rem, calc(-1.78px + 8.32vw), 3.06rem);
		padding-top: clamp(2.8rem, calc(-2px + 8vw), 5.8rem);
	}
	.mainvisual .titles > span{
		padding-left: 0;
		font-size: 1.8em;
		font-size: 6.5rem;
		/*font-size: clamp(3.24rem, 3.08rem + 0.043vw, 3.4rem);*/
		font-size: clamp(3.3rem, calc(1px + 8.5333vw), 6.5rem);
	}
	.mainvisual .titles .year{
		line-height: 1.4;
		/*font-size: clamp(4rem, 1rem + 12vw, 10rem);*/
		font-size: clamp(4.5rem, calc(-10px + 14.6666vw), 10rem);
		letter-spacing: 4px;
	}
	.mainvisual .titles{
		position: relative;
		display: inline-block;
	}
	.mainvisual .titles .marker{
		/*display: inline-block;*/
		font-size: 8.7vw;
	}
	/* 緑のマーカー部分 */
	.mainvisual .titles .marker::before {
		width: 9em;
		}
	.mainvisual .entry-btn{
		padding-top: 0;
		font-size: 1.8em;
		/*font-size: 1.2em;*/
		font-size: clamp(1.7rem, calc(1.6px + 4.1067vw), 3.24rem);
	}
	.mainvisual .catch{
		display: none;
	}
	
	
	.entry-label {
		position: relative;
		right: inherit;
		top: 61rem;
		top: clamp(30rem, calc(-10px + 82.6666vw), 61rem);
		top: 24vw;
		margin: 0 auto;
		width: 75%;
		}
	/* オレンジの帯 */
	.entry-badge {
		line-height: 1.5;
		font-size: clamp(2.8rem, calc(-4px + 8.5333vw), 6rem);
		top: clamp(-7rem, calc(10px - 10.6666vw), -3rem);
	}
	/* 白い斜めプレート */
	.entry-card {
		padding: 4.5vw 1.5em 2.5vw;
		justify-content: center;
		min-height: inherit;
	}
	.entry-dates {
		font-size: clamp(2.7rem, 0.8rem + 6vw, 5rem);
		font-size: clamp(2.7rem, calc(2px + 6.6666vw), 5.2rem);
		line-height: 1.3;
	}


}



.sec-about{
	position: relative;
	padding-top: 21.5rem;
	padding-bottom: 21rem;
	background: linear-gradient(to bottom, #fcf1dd 0%, #ffffff 100%);
	background-size: 100% 330px;
	background-repeat: no-repeat;
	
	
	background: #fff;
	/* 波が食い込む分、上に余白を作る */
}

.about-wave {
	position: absolute;
	top: -170px;      /* ← 上セクションに食い込ませる */
	left: 0;
	width: 100%;
	height: 225px;

	background-image:url("../img/top/wave.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;

	pointer-events: none; /* 念のため */
	text-align: center;
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-wave img{
	max-width: 29rem;
}


.sec-about .cont{
	width: 830px;
}
.sec-about p{
	font-size: 1.8rem;
	line-height: 2;
}
p.read-b{
	font-size: 2.3rem;
}

.sec-about p .read{
	font-family: var(--f-shippori);
	border-bottom: 4px solid var(--col_blue);
	font-size: 1.2em;
	font-weight: bold;
}

.sec-about .sponsor{
	margin: 10rem auto 0;
	max-width: 49rem;
}

@media screen and (max-width: 1280px) {
	.sec-about .cont{
		/*width: 100%;*/
		width: 84%;
	}

}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.about-wave {
		background-image:url("../img/top/wave_sp.svg");
		top: -21.5em;
		top: -51.5vw;
		height: 35.3em;
		height: 84.5vw;
		background-size: 100% auto;
		align-items: flex-end;
		
	}
	.about-wave img {
		width: 36em;
		width: 87vw;
		max-width: inherit;
	}
	.sec-about{
		padding-top: 20em;
		padding-top: 48vw;
		padding-bottom: 20em;
		padding-bottom: 25vw;
	}
	.h2-title > span{
		padding-right: 0.2em;
		padding-left: 0.2em;
	}
	p.read-b{
		font-size: 1.8em;
		font-size: clamp(1.6rem, calc(-1.75px + 4.7333vw), 3.375rem);
		line-height: 1.9;
	}
	.sec-about .sponsor{
		max-width: inherit;
		width: 82%;
	}
	.sec-about p{
		font-size: 1.6em;
		font-size: 3.9vw;
		font-size: clamp(1.5rem, calc(0.75px + 3.8vw), 2.925rem);
		line-height: 1.95;
		margin-bottom: 2.5em;
	}
	.sec-about p .read{
		font-size: 1.1em;
	}

}

.sec-bosyu{
	padding-top:11.2rem;
	padding-bottom: 15.7rem;
	background-color: var(--col_blue);
}
.sec-bosyu .cont{
	width:  1330px;
}
@media screen and (max-width: 1280px) {
	.sec-bosyu .cont{
		width: 92%;
	}
}
.sec-bosyu .h2-title{
	color: #FFF;
}
.sec-bosyu .h2-title > span{
	border-color: #FFF;
}

.theme-block-area{
	display: flow-root;
	box-sizing: border-box;
	padding-left: 5rem;
}

.theme-block + .theme-block{
	margin-top: 19rem;
}
.theme-block{
	box-sizing: border-box;
	position: relative;
	color: var(--col_blue);
	border-radius: 15px;
	background: #FFF;
	margin-top: 7rem;
	display: flex;
	align-items: center;
	min-height: 43.5rem;
	padding: 2.5em 0;	
	justify-content: flex-end;
	
	margin-left: auto;
	width: 100%;
}

.theme-block .title-box{
	position: absolute;
	top: -10rem;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	color: #FFF;
}
.theme-block .num{
	left: 0.6em;
	font-family: "Yu Gothic UI", "YuGothic", "游ゴシック体", sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 4px;
	line-height: 1.3;
	margin-right: 3.5em;
}
.theme-block .num b{
	font-size: 1.2em;
	display: inline-block;
	font-size: 1.9em;
	letter-spacing: 2px;
}
.title-box .title{
	box-sizing: border-box;
	font-family: var(--f-shippori);
	font-size: 2.4rem;
	min-width: 77%;
	display: flex;
	align-items: center;
}
.title-box .title > b{
	font-size: 4.7rem;
	margin-right: 1em;
}
.title-box .title > span{
	font-weight: bold;
}

.theme-block .img-box{
	/*position: relative;*/
	position: absolute;
	width: 31rem;
	left: -7rem;
}
.theme-block .img-box > img{
    position: relative;
}
.theme-block .text-box{
	box-sizing: border-box;
	display: flex;
	column-gap: 2.5em;
   /* justify-content: flex-end;*/
	margin-right: 6rem;
	/*flex-basis: 90rem;*/
	flex-basis: 100%;
	padding-left: 23%;
}

.theme-block .midashi-box{
	font-family: var(--f-shippori);
	/*width: 40rem;*/
	max-width: 49%;
}
.theme-block .midashi-box > p{
	font-weight: bold;
	margin-bottom: 0;
	font-size: 2rem;
	line-height: 2;
}
.theme-block .midashi-box h3{
	font-size: 2.9rem;
	font-weight: bold;
	line-height: 1.5;
    margin-bottom: 0.7em;
}
.theme-block .midashi-box h4{
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 2em;
}

.theme-block .text{
	/*flex-basis: 42rem;*/
}
.theme-block .text > p{
	margin: 0;
	line-height: 1.9;
}
.theme-block .text ul{
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
.theme-block .text ul li{
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	letter-spacing: 1.7px;
	padding-left: 1em;
    text-indent: -1em;
	line-height: 1.9;
}
.theme-block .text ul li::before{
	position: relative;
	content: "・";
}



@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 751px) {
	.sec-bosyu{
		padding-top: 20vw;
		padding-bottom: 22vw;
	}
	.theme-block-area{
		padding-left: 0;
	}
	.theme-block-area > p.white{
		font-size: 4vw;
		padding: 0 0 0 1.3em;
		text-indent: -1.3em;
	}
	.theme-block{
		flex-wrap: wrap;
		margin-top: 29em;
		margin-top: 70vw;
		padding: 0 8% 13.5vw;
		border-radius: 30px;
		justify-content: center;
	}
	
	.theme-block .title-box{
		position: relative;
		top: inherit;
        color: inherit;
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 3.5em;
		margin-bottom: 7.5vw;
	}
	.theme-block .img-box{
		position: relative;
		/*height: 10em;
		height: 25vw;*/
		width: 100%;
        left: 0;
        height: 24vw;
	}
	.theme-block .img-box > img{
		width: 27em;
		width: 65vw;
		top: -18.5em;
		top: -45.5vw;
		left: 50%;
		transform: translateX(-50%);
	}
	.theme-block .num{
		position: absolute;
		top: -23.5em;
		/*top: clamp(-63rem, calc(-200px - 57.3333vw), -41.5rem);*/
		top: clamp(-23.5em, calc(-18.5em - 0.6667vw), -21em);
		left: 50%;
		top: -85.5vw;
		transform: translateX(-50%);
		color: #FFF;
		font-size: 1.6em;
		font-size: clamp(1.6rem, calc(4px + 3.2vw), 2.8rem);
		margin: 0;
	}
	.theme-block .num b{
		font-size: 2.4em;
	}
	.title-box .title{
		display: block;
		min-width: auto;
		margin: 0;
		text-align: center;
	}
	.title-box .title > b{
		display: block;
		font-size: 2.2em;
		font-size: 7vw;
		margin: 0 0 1.2em;
	}
	.title-box .title > span{
		display: block;
		font-weight: bold;
		font-size: 1.5em;
		font-size: 5vw;
	}
	.theme-block .text-box{
		flex-wrap: wrap;
		justify-content: flex-start;
		flex-basis: 100%;
        margin: 0;
		padding: 0;
	}
	.theme-block .midashi-box{
		width: 100%;
		max-width: 100%;
		margin-bottom: 8em;
		margin-bottom: 20vw;
	}
	.theme-block .midashi-box > p{
		font-size: 1.7em;
		font-size: 3.7vw;
		line-height: 1.74;
	}
	.theme-block .text{
		flex-basis: 100%;
		font-size: 1.5em;
		font-size: 4vw;
	}
	.theme-block .text ul{
		margin-top: 2.3em;
		margin-top: 7.3vw;
		gap: 2.4em;
		gap:1.7em;
	}
	.theme-block .text ul li{
		font-weight: 500;
		font-size: 1em;
	}
	
	.theme-block + .theme-block{
		margin-top: 32em;
		margin-top: 81vw;
	}

}


.sec-feature{
	padding-top: 20rem;
	padding-bottom: 13rem;
	
	background: var(--col_cream) url("../img/top/bg_feature_pc.webp") no-repeat top center / auto 100%
}
/*.sec-feature .h2-title{
	margin-bottom: 6rem;	
}*/

/*.sec-feature .img-box{
	margin: 0 auto 9rem;
	width: 30rem;
}*/

.sec-feature .cont{
	width: 1150px;
}
.sec-feature .feature-area{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	column-gap: 4%;
}


.sec-feature .feature-area .feature-box{
	color: var(--col_blue);
	background: #FFF;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 5rem 4rem;
	flex-basis: calc((100% - 4%) / 2);
	margin-bottom: 6rem;
}
.feature-box h3{
	font-size: 2.5rem;
	font-weight: 700;
	font-family: var(--f-shippori);
	text-align: center;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.feature-box p{
	line-height: 2;
}
.feature-box p:last-child{
	margin-bottom: 0;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.sec-feature{
		background-size: cover;
		background-repeat: repeat-x;
		padding-top: 20vw;
		padding-bottom: 20vw;
		background: url("../img/top/bg_feature_sp.webp") repeat-y top center / 100% auto
	}
	.sec-feature .cont{
		width: 90%;
	}
	.sec-feature .feature-area{
		margin-top: 25vw;
	}
	.sec-feature .feature-area .feature-box{
		flex-basis: 100%;
		padding: 2em 1em;
		margin-bottom: 15vw;
	}
	.feature-box h3{
		font-size: 2.3em;
		font-size: 5.5vw;
		line-height: 1.65;
		margin-bottom: 2.1em;
	}
	.feature-box p{
		font-size: 1.6em;
		font-size: 4vw;
		line-height: 1.9;
	}
	
	
}


.sec-support{
	padding-top: 10em;
	padding-bottom: 10em;
}
.sec-support .cont{
	width: 1160px;
}
@media screen and (max-width: 1280px) {
	.sec-support .h2-title{
		margin-bottom: 3em;
	}
	.sec-support .cont{
		width: 90%;
	}
}

.supporter-box{
	display: flex;
	flex-wrap: wrap;
	font-family: var(--f-shippori);
	color: var(--col_blue);
	text-align: center;
	font-weight: bold;
	gap: 40px 13%;
	justify-content: flex-start;
}
.supporter-box li{
	width: calc((100% - 26%) / 3);
}

.supporter-box li span{
	display: block;
}
.supporter-box li > img{
	margin-bottom: 2.2rem;
}
.supporter-box .member{
	font-size: 1.5rem;
	letter-spacing: 2px;
	margin-bottom: 1em;
	min-height: 3.5em;
}
.supporter-box .name{
	font-size: 2.4rem;
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.sec-support{
		padding-top: 20vw;
		padding-bottom: 35vw;
	}
	.supporter-box{
		margin: 0 auto;
		justify-content: center;
	}
	.supporter-box li{
		width: 100%;
	}
	
	.supporter-box li > img{
		margin-bottom: 3.5vw;
		width: 50vw;
	}
	.supporter-box .member{
		font-size: 4vw;
		margin-bottom: 0.5em;
		min-height: inherit;
	}
	.supporter-box .name{
		font-size: 6.5vw;
	}
	
}

.sec-sche{
	padding-top: 12.5rem;
	padding-bottom: 31rem;
	background-color: var(--col_blue);
	
}
.sec-sche .h2-title{
	margin-bottom: 15rem;
}

 .h2-title.white{
	color: #FFF;
}
 .h2-title.white > span::after{
	background: #FFF;
}
.sec-sche .cont{
	display: flow-root;
	width: 1020px;
}
@media screen and (max-width: 1280px) {
	.sec-sche .cont{
		width: 90%;
	}
	
}

ul.schedule li + li{
	margin-top: 5.5rem;
}
ul.schedule dl{
	display: flex;
	gap: 1rem;
}
ul.schedule dl dt{
	flex: 0 0 auto;     /* 中身の幅だけ使う */
}
	.slanted {
		/*display: inline-block;*/
		background: #FFF;
		color: var(--col_blue);
		padding: 0.2em 1.5em;
		transform: skew(-12deg);   /* 図形を斜めに */
		min-height: 3.4em;
		
		display: flex;
		align-content: center;
		align-items: center;
	}
	.slanted > span {
		display: inline-block;
		transform: skew(12deg);    /* テキストだけ元に戻す */
		color: var(--col_blue);
		font-weight: bold;
		font-size: 3.2rem;
		letter-spacing: 2px;
		line-height: 1.4;
	}
ul.schedule dl dd {
	/*flex: 1 1 0*/;        /* 残り全部を埋める */
	/*margin: 0;*/          /* ddのデフォルトmarginを殺す */
	display: flex;
    flex-wrap: wrap;
	justify-content: flex-end;
	color: #FFF;
}
ul.schedule dl:first-child > dd{
	border-bottom: 2px solid #FFF;
	/*width: 100%;*/
	padding-bottom: 0.45em;
	align-items: flex-end;
}

ul.schedule dl dd{
	width: 100%;
}

ul.schedule dl dd h4{
	display: block;
	font-weight: bold;
	font-family: var(--f-shippori);
	font-size: 2.5rem;
	text-align: right;
	box-sizing: border-box;
	width: 50rem;
	text-align: left;
}
.fsmall{
	font-size: 0.79em;
}
ul.schedule dt.arrow{
	padding: 3.5rem 0 0 14.5rem;
}
ul.schedule dt.arrow img{
	width: 2.5rem;
}
ul.schedule dl dd > p{
	width: 50rem;
	padding-top: 0.4em;
    line-height: 2;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.sec-sche{
		padding-top: 22vw;
		padding-bottom: 20vw;
	}
    .sec-sche .h2-title {
        margin-bottom: 2.5em;
    }
	ul.schedule dl{
		flex-wrap: wrap;
		gap: inherit;
	}
	ul.schedule dl dt{
		flex-basis: 100%;
		text-align: center;
		margin-bottom: 5vw;
	}
	.slanted{
		display: inline-flex;
		justify-content: center;
		min-height: inherit;
		padding: 0.2em 1.5em;
	}
	.slanted > span{
		font-size: 2.7em;
		font-size: 6.5vw;
	}
	ul.schedule dl:first-child > dd{
		display: block;
		border: none;
		margin-bottom: 1.2em;
		padding: 0;
	}
	ul.schedule dl dd{
		flex:auto;
	}
	ul.schedule dl dd h4{
		width: auto;
		text-align: center;
		font-size: 2.4em;
		font-size: 5.7vw;
	}
	ul.schedule dl dd h4 .fsmall{
		font-size: 0.65em;
	}
	ul.schedule dl:nth-child(2){
		flex-direction: column-reverse;
	}
	ul.schedule dl dd > p{
		width:  86%;
		margin: 0 auto;
		padding: 0;
		font-size: 1.6em;
		font-size: 4vw;
	}
	ul.schedule dl:nth-child(2) dd{
		margin-bottom: 4.6vw;
	}
	ul.schedule dt.arrow{
		padding: 0;
	}
	ul.schedule dt.arrow img{
		width: 6vw;
	}
	ul.schedule li + li{
		margin-top: 7vw;
	}
	
	
}

.sec-yoko{
	padding-top: 10rem;
	padding-bottom: 10.5rem;
	
}
.sec-yoko .cont{
	width: 1120px;
}
@media screen and (max-width: 1280px) {
	.sec-yoko .cont{
		width: 90%;
	}
}

.sec-yoko .cont h4{
	font-family: var(--f-shippori);
	font-size: 3rem;
	text-align: center;
	color: var(--col_blue);
	margin-bottom: 0.5em;
}
	.sec-yoko .date {
			background: var(--col_green);
			padding: 0.2em 2.5em;
			transform: skew(-15deg);
			min-height: 3.4em;
			
			display: inline-flex;
			justify-content: center;
			align-items: center;
			margin-bottom: 2.4em;
		}
	.sec-yoko .date > span {
		display: inline-block;
		transform: skew(15deg);
		color: #fff;
		font-weight: 500;
		font-size: 3.2rem;
		letter-spacing: 2px;
		line-height: 1.4;
	}

.sec-yoko .read{
	font-size: 2rem;
	display: inline-block;
	font-weight: bold;
	text-align: left;
	line-height: 1.7;
    letter-spacing: 1px;
	color: var(--col_blue);
	margin-bottom: 2.7em;
}

.yoko-box{
	border: 4px solid var(--col_blue);
	background-color: var(--col_cream);
	border-radius: 36px;
	
	padding: 3.7em 6em;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	color: var(--col_blue);
}

.yoko-box:has(+ h4) {
	margin-bottom: 8.3em;
}


.yoko-box p{
	line-height: 3;
	margin-bottom: 0;
	text-align: left;
}
.yoko-box .attention{
	display: inline-block;
	padding: 2.7em 0 0;
}

.yoko-box .attention p{
	font-size: 1.8rem;
	line-height: 2;
}

.sec-yoko .entry-btn{
	text-align: center;
}
.sec-yoko .radius-btn{
	font-size: 3.2rem;
}
.yoko-box:has(+.entry-btn) {
	margin-bottom: 5.3em;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.sec-yoko{
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
	.sec-yoko .h2-title{
		margin-bottom: 3.6em;
	}
	.sec-yoko .cont h4{
		font-size: 5.5vw;
		margin-bottom: 1em;
	}
	.sec-yoko .date{
		min-height: inherit;
		/*margin-bottom: 3.1em;*/
		margin-bottom: 1.5em;
		padding: 0.5em 1em;
	}
	.sec-yoko .date > span{
		font-weight: bold;
		font-size: 2.4em;
		font-size: 5.5vw;
	}
	.sec-yoko .read{
		font-size: 1.6em;
		font-size: 3.7vw;
		width: 90%;
		line-height: 1.9;
		margin-bottom: 6vw;
	}
	.yoko-box{
		font-size: 4vw;
		padding: 4em 1.3em;
	}
	.yoko-box p{
		line-height: 1.8;
	}
	.yoko-box .attention{
		padding: 4em 0 0;
	}
	.yoko-box .attention p{
		font-size: 0.9em;
	}
	.yoko-box:has(+ h4) {
		margin-bottom: 6em;
	}
	.yoko-box:has(+.entry-btn) {
		margin-bottom: 4em;
	}
	.sec-yoko .radius-btn{
		font-size: 5.5vw;
		min-height: 2.5em;
		min-width: 7em;
	}

}



.sec-faq{
	padding-top: 11rem;
	padding-bottom: 21.5rem;
	
	background-color: var(--col_cream);
}
.sec-faq .cont{
	width: 905px;
}
@media screen and (max-width: 1280px) {
	.sec-faq .cont{
		width: 90%;
	}
}

/* カウンター初期化 */
.faq-area {
  counter-reset: faq;
}
.faq-area dl{
	font-size: 1em;
	color: var(--col_blue);
}
.faq-area dl + dl{
	margin-top: 6em;
}

/* Qごとにカウント */
.f-q {
  counter-increment: faq;
}

/* Q + 数字 */
.f-q::before {
  content: "Q" counter(faq);
}
.f-q::before,
.f-a::before{
	font-size: 2.2rem;
}

/* A */
.f-a {
	margin: 0;
	margin-top: 1em;
	padding: 1em 4em 0 8.5rem;
	position: relative;
	line-height: 1.9;
	letter-spacing: 1px;
}
.f-a p{
	margin-bottom: 0;
}

/* Q */
.f-q {
  cursor: pointer;
  position: relative;
  padding: 0 0 0 8.5rem;
}

/* Qアイコン */
.f-q::before {
  content: "Q" counter(faq);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #0073b7;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Aアイコン */
.f-a::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #0073b7;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}


.f-q > span{
	position: relative;
	width: 100%;
	display: flex;
	border-bottom: 2px solid var(--col_blue);
	font-family: var(--f-shippori);
	font-weight: 700;
	font-size: 2.5rem;
	padding-bottom: 0.2em;
	letter-spacing: 1px;
}

/* 矢印 */
.f-q > span::after {
	content: "";
	position: absolute;
	right: 0.8em;
	/*top: 50%;*/
	bottom: 0.4em;
	width: 1.8rem;
	height: 1.8rem;
	border-right: 2px solid  var(--col_blue);
	border-bottom: 2px solid var(--col_blue);
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.2s;
}

/* 開いてる状態（矢印回転） */
.f-q.is-open> span::after {
  transform: /*translateY(-50%)*/ rotate(-135deg);
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.sec-faq{
		padding-top: 20vw;
		padding-bottom: 20vw;
	}

	.faq-area dl + dl{
		margin-top: 15vw;
	}
	.f-q{
		padding: 0 0 1em 10vw;
		border-bottom: 3px solid var(--col_blue);
	}
	.f-q::before, .f-a::before {
		font-size: 4vw;
	  width: 2.1em;
	  height: 2.1em;
	}
	.f-q > span{
		font-size: 1.7em;
		font-size: 4.3vw;
		padding-bottom: 0;
		border:none;
		letter-spacing: 0;
	}
	.f-q > span::after{
		right: 0;
		width: 0.8em;
		height: 0.8em;
		border-width: 3px;
	}
	/* A */
	.f-a {
		margin-top: 0.5em;
		padding: 0.7em 0 0 10vw;
	}
	.f-a p{
		font-size: 3.8vw;
		line-height: 1.6;
	}
	
	
}


.sec-sponsor{
	padding-top: 9rem;
	padding-bottom: 12.5rem;
	
	background-color: var(--col_orange);
}
.sec-sponsor .cont{
	width: 900px;
	text-align: center;
}
@media screen and (max-width: 1280px) {
	.sec-sponsor .cont{
		width: 100%;
	}
}

.sec-sponsor .h2-title{
	margin-bottom: 1.8em;
}

.organizer-block {
  text-align: center;
  color: #fff;
}
.organizer-block + .organizer-block{
  margin-top: 7rem;
}

/* 見出し（主催 / 共催） */
.organizer-title {
  font-size:  3rem;
  font-weight: 700;
  margin-bottom: 0.7em;
}

/* 社名テキスト */
.organizer-text {
  font-size: 2.3rem;
  line-height: 1.5;
  margin-bottom: 1.6em;
}

/* ロゴ群 */
.organizer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5em;
  flex-wrap: wrap;
}

.organizer-logos img {
  /*max-width: 180px;*/
	height: 7rem;
	display: block;
}

.kyosai .organizer-logos img{
	height: 5rem;
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
	.sec-sponsor{
		padding-top: 20vw;
		padding-bottom:20vw;
	}

	/* 見出し（主催 / 共催） */
	.organizer-title {
	  font-size: 5vw;
	}
	.organizer-text{
		font-size: 4vw;
		margin-bottom: 2.5em;
	}
	.organizer-logos{
		flex-direction: column;
		gap: 1.5em;
	}
	.organizer-logos img {
		height:  auto;
		width:  45vw;
	}
	.organizer-block + .organizer-block{
		margin-top: 14vw;
	}
	.kyosai .organizer-logos img{
		height:  auto;
	}
	
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
}


@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 990px) {
}
@media screen and (max-width: 751px) {
}






