@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, p, li, a, button, input, select, textarea {
  font-family: 'Noto Sans JP', 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
}




p{
max-width: 900px;
}

.max-img{
	display: block;
      width: 100%;
      height: auto; /* 縦横比を保つ */
}

.h3_text{
    font-weight: bold;
    font-size: 20px;
	color:#000000;
	text-align: center;
	margin: 32px 0 32px 0;
}

.h3_white-text{
    font-weight: bold;
    font-size: 20px;
	color:#ffffff;
	text-align: center;
	margin: 32px 0 32px 0;
}

.h3_design_text{
	font-weight: bold;
    font-size: 20px;
	color:#00A0E9;
	text-align: center;
	margin: 32px 0 24px 0;
}

.cener_text{
    font-size: 16px;
	color:#000000;
	text-align: center;
	margin: 0 auto;
}

.text{
    font-size: 16px;
	color:#000000;
	max-width: 640px;
  margin: 0 auto;
	  padding-left: 16px;
  padding-right: 16px;
}

.white-text{
    font-size: 16px;
	color:#ffffff;
	max-width: 640px;
  margin: 0 auto;
	  padding-left: 16px;
  padding-right: 16px;
}

.button{
display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	margin-top:32px;
}

.button_blue{
  display: inline-block;
  padding: 16px 40px;
  font-size: 16px;
  color: #ffffff;
  background-color: #00A0E9;
  border: none;
  border-radius: 100px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  transition: background-color 0.3s, color 0.3s;
  margin: 16px 0; /* 上下の間隔だけ */
}

.button_white{
	  display: inline-block;
      padding: 16px 40px;
      font-size: 16px;
      color: #0098B3; /* 水色 */
      background-color: white;
      border: none;
      border-radius: 100px; /* 丸みを強調 */
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      font-family: "Helvetica Neue", sans-serif;
      transition: background-color 0.3s, color 0.3s;
}

.concept-section{
	background-color: #58ACDA;
}


.event{
	margin: 80px 0 80px 0;
	background-color: #ffffff;
}

h2{
	font-weight: bold;
	text-align: center;
	color: #009FB9;
	font-size: 37px;
}

.white-h4_cloud{
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin: 64px 0 -24px 0 ;
}

.white-h4{
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	margin: 64px 0 24px 0 ;
}

.black-h4{
	font-weight: bold;
	text-align: center;
	color: #00000;
	font-size: 20px;
	margin: 64px 0 24px 0 ;
}

.h2-p{
	text-align: center;
	color: #009FB9;
	font-size: 16px;
    font-weight: normal;
	  margin: 0 auto;
}

.event-img{
  width: 50%;
  max-width: 480px;
  margin: 16px auto;
  display: block;
}

.design{
	background-color:#F5F5F5;
	padding:80px 0 80px 0;
}

.cloud-funding{
	background-color:#58ACDA;
	padding:48px 0 48px 0;
}

.cloud-funding h2,
.cloud-funding h3,
.cloud-funding h4,
.cloud-funding p {
	color:#ffffff;
}

.cloud-funding p {
	margin-bottom: 40px;;
}

.cloud-funding_img{ 
	display: flex;
  flex-direction: column; /* 縦並びにする */
  align-items: center;     /* 中央寄せ */
	gap: 16px; 
}    

.cloud-funding img{
	width: 70% !important;
	margin:16px 32px 16px 32px;
	text-align: center;
}

.plice_img{
	max-width:60%;
	margin: 0 auto;
}

.h4_white-text{
	margin-bottom: -24px;
}

.Sponsord{
	background-color:#ffffff;
	margin: 80px 0 80px 0;
}



.div_number {
  border: 1px solid #999;
  border-radius: 8px;
  padding: 24px 16px; /* ← 左右にも余白を追加 */
  max-width: 70%;
  margin: 40px auto;
  background-color: #fff;
  font-family: "源ノゴシック", sans-serif;
  box-sizing: border-box; /* padding込みで幅を保つ */
}


.div_number h4 {
  font-size: 18px;
margin:16px 0 16px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
}

/* 番号（01. 02.） */
.div_number .number {
  font-size: 28px;
  font-weight: bold;
  color: #009FB9;
  margin: 24px 0 8px 0;
}

/* 青い小見出し */
.div_number .number-text {
  font-size: 16px;
  font-weight: bold;
  color: #009FB9;
  margin-bottom: 8px;
  line-height: 1.4;
  border-left: 4px solid transparent; /* デフォルトは枠なし */
  padding-left: 0;
}

/* 特定の項目だけに枠（例：02番）*/
.div_number .number:nth-of-type(5) + .number-text {
  border: 2px solid #009FB9;
  padding: 8px;
  border-radius: 4px;
  display: inline-block;
}

/* 説明文 */
.div_number .text {
  font-size: 14px;
  color: #000;
  line-height: 1.8;
  margin-bottom: 16px;
}

.sns-section {
  text-align: center;
  margin: 64px 0 64px 0;
}

.sns-title {
  font-size: 48px;
  font-weight: bold;
  color: #00A0E9;
  display: inline-block;
  border: 2px solid #00A0E9;
  padding: 8px 16px;
  margin-bottom: 32px;
}

.sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.sns-icons img {
  width: 64px;
  height: auto;
}

footer{
	margin:48px 0 48px 0;
	padding: 0 0 48px 0;
}

footer h2{
	margin:48px 0 24px 0;
}

.container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap; /* 幅が狭いときは折り返し */
	width:80%px;
	margin: 0 auto;
}

.item {
  flex: 1 1 300px; /* 最低幅300pxで並ぶ */
  padding: 20px;
  text-align: center;
	margin-top:120px;
}

.item img{
height: 300px;
	object-fit: contain; /* 縦横比維持して余白つきで表示 */
}