@charset "UTF-8";
/* CSS Document */
html {
	overflow: auto;
}

body { background-color: #ffffff; margin:0; padding:0; font-size:  15px; width: 100%; margin:0 auto; min-width: 900px; }


.clear{clear:both}

header{
	text-align: center;
	margin:0 auto;
}

.container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

img{
	margin: 0;
	padding: 0;
	}

p{
	margin:0 0 30px 0;
	line-height:30px;
	}
	
.small	{
	font-size: 85%;
}

a{color:#333;word-break: break-all;}

/* ==========================================
   共通コンポーネント
   ========================================== */
.section {
  padding: 60px 0;
}

	
h1{
    background: url("bg.jpg")  no-repeat 0 0;
	background-size: cover;
	background-position: center;
    width: 100%;
    height:500px;
    padding:0px;
    margin:0 auto;
    line-height: 0;

}

.main{
	width: 1000px;
	height: 500px;
	padding:0px;
	margin:0 auto;
	text-align: center;		
}

.main img{
	width: 1000px;
    height: 421px;
    padding:0px;
    margin:75px 0 0 0px;
    
}

h2{ 
	background: #f5e0c0;
	margin: 0 auto 0px auto;
	padding:25px 0px 0px 0px;
	width: 100%;
 }
  	
 
h2 p{ 	
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto;
	padding:0 0 25px 0;
	width: 940px;
	text-align:justify;
}


/* 【変更】すべての中央寄せh4見出しと、その下の太い緑ラインの設定 */
h4 {
  color: #008040;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
}

/* 飾り用の太くて短いアンダーラインを再現 */
h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 6px;
  background-color: #008040;
}

.section-desc {
  font-size: 0.95rem;
  margin-bottom: 40px;
  text-align: justify;
}

.speaker-name {
  color: #008040;
  font-weight: bold;
  font-size: 20px;
  margin-top: 0px;
}

.speaker-name span {
  color: #666666;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5em;
}

.caption-text {
  font-size: 16px;
  color: #555555;
  margin-top: 5px;
  text-align: left;
}

.separator {
  border: none;
  border-top: 1px solid #e0e0e0;
  width: 80%;
  margin: 0 auto;
}

.margin-bottom {
  margin-bottom: 40px;
}



    


/* 全体の枠組み */
.index-container {
  max-width: 600px; /* 必要に応じてサイズを変更してください */
  margin: 100px auto 0 auto; 
  padding: 30px;
  border: 2px solid #117f38;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}

/* タイトル（H3） */
.index-title {
  text-align: center;
  font-size: 24px;
  color: #117f38;
  margin: 0 0 20px 0;
  padding-bottom: 8px;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* タイトル下の緑のアンダーライン */
.index-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #117f38;
}

/* リストのスタイルリセット */
.index-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 各行の下線（一番下にも線が入るように設定） */
.index-list li {
  border-bottom: 1px solid #117f38;
}

/* リンクエリア全体をタップ可能に */
.index-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 10px;
  color: #117f38;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

/* ホバー時にほんのり背景色を変える演出 */
.index-list a:hover {
  background-color: rgba(17, 127, 56, 0.05);
}

/* テキストの折り返し対応 */
.link-text {
  flex: 1;
  padding-right: 15px;
  line-height: 1.5;
}

/* 丸い矢印アイコンの土台 */
.arrow-icon {
  position: relative;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  background-color: #117f38;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

/* ホバー時に矢印を少し動かす演出 */
.index-list a:hover .arrow-icon {
  transform: translateY(2px);
}

/* 白い下向きの矢印（CSSのボーダーで再現） */
.arrow-icon::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}



/* ==========================================
   SUSSマーク紹介セクション（枠線付き）
   ========================================== */
.logo-info-card {
  width: 100%;
  border: 1px solid #4a3c31; /* 画像に合わせた濃い茶色の細い枠線 */
  background-color: #ffffff;
  padding: 30px 20px 0px 20px; /* 内側の余白（上下左右） */
  margin: 0px 0 50px 0;
  box-sizing: border-box;
}

/* ロゴ並びのコンテナ */
.logo-display {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 下揃えにすることでFed withの高さの違いに対応 */
  gap: 60px; /* ロゴとロゴの間の余白 */
  margin-bottom: 35px; /* 下のテキストとの余白 */
}

/* 各ロゴのサイズ調整（元の画像バランスに合わせる） */
.logo-item {
  flex: 0 1 200px; /* ロゴの最大幅を約200pxに制限 */
}

.logo-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.logo-caption {
  text-align: left; /* 左揃え */
}

/* 緑色のタイトル */
.logo-title {
  color: #008040; /* ブランドグリーン */
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}

/* 説明文 */
.logo-desc {
  color: #111111;
  font-size: 0.95rem;
  line-height: 1.6;
}





/* ==========================================
   レイアウト（グリッド・配置）
   ========================================== */

/* 横並びプロフィール（セクション1のトップ） */
.profile-block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.profile-image {
  flex: 0 0 260px; /* 左側画像エリア幅 */
}

.profile-text {
  flex: 1;
}

.profile-text p {
  font-size: 1.05rem;
  text-align: justify;
}


/* 2段組 */
.grid-2col {
  display: flex;
  justify-content: center;
  gap: 25px; /* 3段組と同じ隙間に固定 */
  width: 100%;
}

/* 2段組の中のカード：3段組の1枚分の計算幅「calc((100% - 50px) / 3)」と全く同じに設定 */
.grid-2col .card {
  width: calc((100% - 50px) / 3);
  text-align: left;
}
/* 3段組グリッド */
.grid-3col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

/* カード共通 */
.card {
  text-align: left;
}

/* 4枚組ギャラリー（調印式） */
.gallery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}

/* 単一大きな写真ブロック */
.single-image-block {
  max-width: 600px;
  margin: 50px auto;
  text-align: left;
}

.group-photo-block {
  max-width: 600px;
  margin: 50px auto;
}

.third{
		width:100%;
	padding: 0px 0 50px 0;
	margin: 0px auto 0px auto;
}



.otoi{
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}

.logo{
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.logoimg{
	width:481px;
	margin: 25px auto;
}

.logo p{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0 0 0;
}

.foot{
	background-color: #fff;
    margin: 0px auto 0 auto;
	width: 100%;
	padding:0 0 0px 0px;
}	

    


a img.alph{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */}



a:hover img.alph{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	zoom:1;/* IE で filter を使うときには zoom:1; を指定する */}
	
	

/* ------------------------------ *
	SNSボタン
 * ------------------------------ */
div.snsWrap{ padding:0 0 15px; }
.social_buttons{ list-style-type: none; text-align: left; margin: 0; padding: 0; *zoom: 1; }
.social_buttons:before, .social_buttons:after{ content: ""; display: table; clear: both; }
.social_buttons li{ float:left; margin-left: 0; margin-right: 10px; font-size:12px; }
.social_buttons li:last-child{ margin-right: 0; }
.social_buttons li .fb_iframe_widget > span{ vertical-align: baseline; }


.snss{
	margin: 0 auto;
	width: 370px;
	height: 20px;
	padding: 60px 0 40px 0;
}
	


@media screen and (min-width:1001px){
	.sp{
		display: none !important;
		}
}
	
	
@media screen and (max-width:1000px){
	.pc,
	.nbo_header{
		display: none !important;
		}
	body { background-color: #ffffff; margin:0; padding:0;  font-size: 15px; width: 100%; margin:0 auto;overflow: auto;min-width: 100%;}

	.sp_logo{
		text-align: center;
		padding: 10px 0 10px 0;
		background-color: #000;
	}
	.sp_logo img{
		height: 40px;
	}
	
	p{
  	font-size: 16px;
	margin:0px 10px 10px 10px;
	line-height:1.8em;
	}


h1{
    width: 100%;
    height:100%;
    padding:0px;
    margin:0 auto;
    line-height: 0;

}

.main{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0 auto;
	text-align: center;		
}

.main img{
	width: 100%;
    height:100%;
    padding:0px;
    margin:75px 0 0 0px;
    
}

h2{ 
	background: #f5e0c0;
	margin: 0 auto 0px auto;
	padding:25px 0px 0px 0px;
	width: 100%;
 }
  	
 
h2 p{ 	
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto;
	padding:0 0 25px 0;
	width: 90%;
	text-align:justify;
}


/* 【変更】すべての中央寄せh4見出しと、その下の太い緑ラインの設定 */
h4 {
  color: #008040;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
  width: 94%;
}

/* 飾り用の太くて短いアンダーラインを再現 */
h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 6px;
  background-color: #008040;
}

.section-desc {
  width: 92%;
}

.speaker-name {
  color: #008040;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
}

.speaker-name span {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
}



/* 横並びプロフィール（セクション1のトップ） */
.profile-block {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.profile-image {
  flex: 0 0 260px; /* 左側画像エリア幅 */
}

.profile-text {
  flex: 1;
}

.profile-text p {
  font-size: 1.05rem;
  text-align: justify;
  width: 85%;
}


/* SPメディアクエリ内での2段組調整 */
  .grid-2col {
    width: 94%;
    display: flex;
    justify-content: center;
    gap: 25px;
  }
  .grid-2col .card {
    width: calc((100% - 50px) / 3);
  }

/* 3段組グリッド */
.grid-3col {
	width: 94%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}


/* 4枚組ギャラリー（調印式） */
.gallery-grid {
	width: 94%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}

.caption-text {
width: 92%;
  font-size: 14px;
  color: #555555;
  margin-top: 0px;
  text-align: left;
}


/* ==========================================
   SUSSマーク紹介セクション（枠線付き）
   ========================================== */
.logo-info-card {
  width: 94%;
  border: 1px solid #4a3c31; /* 画像に合わせた濃い茶色の細い枠線 */
  background-color: #ffffff;
  padding: 30px 20px 0px 20px; /* 内側の余白（上下左右） */
  margin: 0px 0 50px 0;
  box-sizing: border-box;
}

/* ロゴ並びのコンテナ */
.logo-display {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 下揃えにすることでFed withの高さの違いに対応 */
  gap: 60px; /* ロゴとロゴの間の余白 */
  margin-bottom: 35px; /* 下のテキストとの余白 */
}

/* 各ロゴのサイズ調整（元の画像バランスに合わせる） */
.logo-item {
  flex: 0 1 200px; /* ロゴの最大幅を約200pxに制限 */
}

.logo-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.logo-caption {
  text-align: left; /* 左揃え */
}

/* 緑色のタイトル */
.logo-title {
  color: #008040; /* ブランドグリーン */
  font-size: 1.15rem;
  font-weight: bold;
  margin-bottom: 8px;
}

/* 説明文 */
.logo-desc {
  color: #111111;
  font-size: 0.95rem;
  line-height: 1.6;
}






.logo{
	width: 95%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}

.logoimg{
	width: 481px;
	margin: 25px auto;
}

.logo p{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin: 20px 0 0 10px;
	padding: 0;
}

.foot{
	background-color: #fff;
    margin: 0px auto 0 auto;
	width: 100%;
	padding:0 0 0px 0px;
}	



	
}



@media screen and (max-width:600px){
	
	p{
  	font-size: 16px;
	margin:0px 10px 10px 10px;
	line-height:1.8em;
	}


h1{
    width: 100%;
    height:100%;
    padding:0px;
    margin:0 auto;
    line-height: 0;

}

.main{
	width: 100%;
	height: 100%;
	padding:0px;
	margin:0 auto;
	text-align: center;		
}

.main img{
	width: 100%;
    height:100%;
    padding:0px;
    margin:25px 0 0 0px;
    
}

h2{ 
	background: #f5e0c0;
	margin: 0 auto 0px auto;
	padding:25px 0px 0px 0px;
	width: 100%;
 }
  	
 
h2 p{ 	
	font-size: 16px;
	font-weight: bold;
	line-height: 1.8em;
	color: #000000;
	margin: 0 auto;
	padding:0 0 25px 0;
	width: 90%;
	text-align:justify;
}


/* 【変更】すべての中央寄せh4見出しと、その下の太い緑ラインの設定 */
h4 {
  color: #008040;
  font-size: 1.65rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
  padding-bottom: 15px;
  position: relative;
  width: 90%;
}

/* 飾り用の太くて短いアンダーラインを再現 */
h4::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 6px;
  background-color: #008040;
}

.section-desc {
  width: 85%;
  font-size: 1.05rem;
  text-align: justify;
}

.speaker-name {
  color: #008040;
  font-weight: bold;
  font-size: 16px;
  margin-top: 0px;
}

.speaker-name span {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5em;
}



/* 全体の枠組み */
.index-container {
  max-width: 600px; /* 必要に応じてサイズを変更してください */
  margin: 50px auto 0 auto; 
  padding: 30px;
  border: 2px solid #117f38;
  box-sizing: border-box;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
}



/* ==========================================
   レイアウト（グリッド・配置）
   ========================================== */

/* 横並びプロフィール（セクション1のトップ） */
.profile-block {
  display: block;
  gap: 40px;
  align-items: flex-start;
  width: 100%;
}

.profile-image {
  flex: 0 0 260px; /* 左側画像エリア幅 */
  width: 85%;
  margin:0 0 30px 10px;
}

.profile-text {
  flex: 1;
}

.profile-text p {
  font-size: 1.05rem;
  text-align: justify;
}



/* スマホ等極小画面では縦並びで見やすく崩れないように調整 */
  .grid-2col {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .grid-2col .card {
    width: 85%;
    margin: 0 auto 30px auto;
  }

/* 3段組グリッド */
.grid-3col {
	width: 65%;
  display: block;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  
}

/* カード共通 */
.card {
  text-align: left;
  margin-bottom: 20px;
}

/* 4枚組ギャラリー（調印式） */
.gallery-grid {
	width: 89%;
  display: block;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 15px;
}


.caption-text {
width: 82%;
  font-size: 14px;
  color: #555555;
  margin-top: 0px;
  text-align: left;
}



/* 単一大きな写真ブロック */
.single-image-block {
  max-width: 89%;
  margin: 50px 0;
  text-align: left;
}

.group-photo-block {
  margin-top: 50px;
  max-width: 89%;
}


/* ==========================================
   SUSSマーク紹介セクション（枠線付き）
   ========================================== */
.logo-info-card {
  width: 90%;
  border: 1px solid #4a3c31; /* 画像に合わせた濃い茶色の細い枠線 */
  background-color: #ffffff;
  padding: 30px 20px 0px 20px; /* 内側の余白（上下左右） */
  margin: 0px 0 50px 0;
  box-sizing: border-box;
}

/* ロゴ並びのコンテナ */
.logo-display {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* 下揃えにすることでFed withの高さの違いに対応 */
  gap: 30px; /* ロゴとロゴの間の余白 */
  margin-bottom: 25px; /* 下のテキストとの余白 */
}

/* 各ロゴのサイズ調整（元の画像バランスに合わせる） */
.logo-item {
  flex: 0 1 130px; /* ロゴの最大幅を約200pxに制限 */
}

.logo-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* テキストエリア */
.logo-caption {
  text-align: left; /* 左揃え */
}

/* 緑色のタイトル */
.logo-title {
  color: #008040; /* ブランドグリーン */
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

/* 説明文 */
.logo-desc {
  color: #111111;
  font-size: 0.95rem;
  line-height: 1.6;
}



.logo{
	width: 85%;
	margin: 0 auto;
	padding: 50px 0 0 0;
}


.logoimg{
	width:90%;
	margin: 25px auto;
}

.foot{
	background-color: #fff;
    margin: 0px auto 0 auto;
	width: 100%;
	padding:0 0 0px 0px;
}	


.snss{
	margin: 0 auto;
	width: 90%;
	height: 20px;
	padding: 60px 0 40px 0;
}


	
}


