@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* PC用CSS */
@media print , screen and (min-width : 640px ){

	
body {
font-family: 'Noto Sans Japanese', sans-serif;
font-weight: 500;
margin-right: auto;
margin-left : auto;
text-align: center;
width:100%;
min-width: 640px;
max-width: 100%;
overflow-x: hidden;
-webkit-text-size-adjust: 100%; 
color:#343434;
}

	p{
		font-weight: 400;
	line-height: 35px;
	font-size: 14px;
	}
	

	  #wrap{ margin-right: auto; margin-left: auto; text-align: center; width: 100%; } a { text-decoration: none; color: #343434; } .m{ display: none; } 



	header {
  position: fixed;  top: 0px;
  display: flex;
  width: 100%;
  height: 70px;
  background-color:#fff;
  box-shadow:2px 2px 4px gray;
  align-items: center;
  z-index: 50;
}
	


.breadcrumb {
  margin: 0;
	padding-top: 100px;
	padding-bottom: 100px;
padding-left: 50px;
  list-style: none;
	text-align: left;
	position: absolute;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;



	
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
  color: #fff;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #fff;/*色*/

}

.breadcrumb li a:hover {
  text-decoration: underline;
}
		
	
.title {
  margin-right: auto;
	padding: 10px 20px 10px 20px;
}
	
	.title img{
		width: 10em;
	}
	.menu-group{
	margin: 30px;
	}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
 font-size: 0.9em;
}
	
/*submenu*/
	
	.menu-item ul{
		padding-left: 0 ;
	}ul > li > div { background:#00996E; border-top: 1; border-radius: 10px 10px 10px 10px; box-shadow: 1 1 1 1px; display: none; margin: 0; margin-top: 5px; opacity: 0; position: absolute; z-index: 10; width: 300px; visibility: hidden; -webkit-transiton: opacity 0.2s; transition: opacity 0.2s; line-height: normal; }
 ul > li:hover > div {
	display: block;
	opacity: 1;
	visibility: visible;
	font-weight:lighter;
	color: black;
	font-size: 1em;
	

	
}
ul > li > div ul > li {
	display: block;	}
	
ul > li > div ul > li > a {
	display: block;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	list-style: none;
	position: relative;
		z-index: 0;
	color: #fff;
	font-weight: 300;


	
}
ul > li > div ul > li:hover > a {
	opacity: 0.4;
}
	
 
}


.sticky2{
position: fixed;
bottom: 50px;
right: 10px;
z-index: 100;
transition: all 0.3s ease;
drop-shadow:1px 1px 1px #000000;
}

.sticky2 img{
	width: 200px;
}

.sticky2:hover{
filter: brightness(0.8);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* メインセクション */

.card-container {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 100px;
  padding: 20px;
  font-family: sans-serif;
}

/* 左側画像 */
.card-image {
  flex: 0 0 50%;
  max-width: 50%;
}

.card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}

/* 右側コンテンツ */
.card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card-title {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
  color: #111111;
  text-align: center;
  margin-bottom: 40px;
}

/* ボタン部分 */
.button-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.btn {
  display: block;
  background-color: #ef475d;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 16px 20px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 2px;
  transition: opacity 0.2s ease;
}

.btn:hover {
  opacity: 0.85;
}

/* レスポンシブ対応（スマホ表示時） */
@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    gap: 24px;
  }

  .card-image {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card-title {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.hero-img {
  width: 100%;
  max-width: 500px;
}

.hero-content {
  width: 100%;
  text-align: center;
}

.hero-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}

.btn-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 360px;
  margin: 0 auto;
}

.btn {
  display: block;
  padding: 12px 20px;
  background-color: #f44336;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: opacity 0.2s;
}

.btn:hover {
  opacity: 0.85;
}

/* 特徴セクション */
.features-section {
  background-color: #ffff8d;
  padding: 40px 0;
}

.grid-2col {
  display:flex;
  grid-template-columns: 1fr;
  gap: 30px;
}

.feature-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 参加方法セクション */
.section-title {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.grid-4col {
  display: grid;
  gap: 20px;
}

.step-card {
  text-align: center;
}

.step-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.step-text {
  font-size: 1em;
  text-align: justify;
line-height: 1.5em;
}

/* -----------------------------------
   レスポンシブ対応（PCサイズ）
----------------------------------- */
@media (min-width: 768px) {
  /* メインセクション：左右2カラム */
  .hero-section {
    flex-direction: row;
    justify-content: center;
  }

  .hero-content {
    text-align: left;
  }

  .btn-group {
    margin: 0;
  }

  /* 特徴セクション：2カラム */
  .grid-2col {
    grid-template-columns: 1fr 1fr;
  }

  /* 参加方法：4カラム */
  .grid-4col {
    grid-template-columns: repeat(4, 1fr);
  }
}


.contents5{
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 50px;
	padding: 20px;
 justify-content: center;
  align-items: center;
}

.contents5 p{
	font-size: 1em;
	text-align: left;
}

.contents5 ul{
	font-size: 1em;
}

.contents5 li{
	text-align: left;
	padding-top: 10px;
}


.bg{
	background:  hsla(219,72%,45%,0.16);
	padding:2px 10px;
}

.bg p{
	font-weight: 600;
}


.ud p{
	font-weight: 600;
	text-decoration: underline;
}


/* フェードイン用のCSS */

/* 上からフェードイン */
.slide-top {
	opacity: 0;
	transform: translate(0, -20px);
	transition: all 1s ease-out;
 }

/* 下からフェードイン */
.slide-bottom {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 0.5s ease-out;
 }

 /* 左からフェードイン */
.slide-left {
	opacity: 0;
	transform: translate(-20px, 0);
	transition: all 1s ease-out;
 }

/* 右からフェードイン */
.slide-right {
	opacity: 0;
	transform: translate(20px, 0);
	transition: all 1s ease-out;
 }


/*フッター開始*/
#footer04 { 
	background: #343434; 
	margin-right: auto; 
	margin-left: auto; 
	margin-top: 100px;
	text-align: center; 
	padding-bottom: 150px; 
	padding-top: 55px; 
	padding-right: 100px; 
	padding-left: 100px; 
	color:#fff; 
	line-height: normal; }



#footer04 .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 40px;
  margin-right: auto;
	margin-left: auto;
	text-align: center;

}

#footer04 .cont-item {
  display: inline-block;
  width: calc(100% / 4);
}

#footer04 .nav a {
  display: block;
  color: #fff;
  font-weight: 300;
	text-align: center;
}

#footer04 .nav .ttl a{
  display: block;
  margin-top: 40px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;


	
  



}

#footer04 .nav .ttl:first-child {
  margin-top: 0;
}

#footer04 .nav .ttl + .ttl {
  margin-top: 10px;
}

#footer04 .nav ul {
  display: block;
  font-size: 12px;
  line-height: 2;
  text-align: left;
   padding-left: 0;
	margin-top: 10px;
}

#footer04 .nav li {
  display: block;
  font-size: 14px;
  line-height: 2;
border-bottom: solid 0.5px #fff;
margin-right: 20px;
	margin-left: 20px;



}

#footer04 .nav li:first-child {
  margin-top: 0;
}

#footer04 .nav li ul {
  margin: 0 0 0 2em;
}

#footer04 .nav li li {
  position: relative;
}

#footer04 .SNS p{
	padding-top: 30px;
	display: inline-flex;
	justify-content: center;
	margin: 10px;
	line-height: 25px;
	
}

#footer04 .SNS a p{
	color: #343434;
	padding: 10px;
	background: #fff;
	width: 90px;
	border-radius: 50px;
}

#footer04 .SNS a p:hover{
	color: #fff;
	background: #343434; 
}

#footer04 .copyright{
	padding-top: 30px;
	color: #fff;
}


