@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Raleway:800,700,400);
@import url(http://fonts.googleapis.com/css?family=Signika:400,600);

/* 変数定義
---------------------------------*/
:root {
    --primary-color: #1A6E50;     /* メインカラー（濃い緑） */
    --primary-light: #15593f;     /* メインカラーのホバー状態 */
    --accent-color: #1A6E50;      /* アクセントカラー */
    --active-color: #FFD700;      /* アクティブ項目のハイライト色（ゴールド） */
    --text-dark: #333333;         /* 濃いテキスト色 */
    --text-light: #ffffff;        /* 明るいテキスト色 */
    --light-color: #f8f9fa;       /* 明るい背景色 */
    --shadow: 0 5px 15px rgba(0, 0, 0, 0.1); /* 共通シャドウ */
}

/* Reset
---------------------------------*/
ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    max-width: 100%;
}

a, a:hover, a:active {
    outline: 0px !important;
	text-decoration:none;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

/*carousel*/
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0,0,0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}
.item:nth-child(1) {
  background: darkred;
}
.item:nth-child(2) {
  background: red;
}
.item:nth-child(3) {
  background: orange;
}
.caption {
position: absolute;
  
top: 64%;
  right: 0;
  padding: 25px; 
  padding-left: 25px; 
  left: 0;
}
.carousel-fade .carousel-control {
  z-index: 2;
  font-size: 90px;
  top: 38%;
}
.carousel-indicators li { 
  background-color: rgba(0,0,0,0);
  border: 1px solid #FEE16F;
  border-radius: 0;
}
.carousel-indicators .active { 
  background-color: #FEE16F;
}
.caption h2{
color:#f6f6f6;
line-height:45px;
font-size: 50px;
text-align: center;
word-wrap: break-word;
padding: 0 20px;
}
.caption strong { 
  font-size: 26px;
}

/* キャロセルキャプションのレスポンシブ対応 */
/* タブレット対応 */
@media (max-width: 991px) {
  .caption h2 {
    font-size: 36px;
    line-height: 1.3;
    padding: 0 15px;
  }
  
  .caption {
    padding: 20px;
  }
}

/* スマートフォン対応 */
@media (max-width: 767px) {
  .caption h2 {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 10px;
  }
  
  .caption {
    padding: 15px;
    top: 60%;
  }
  
  .caption strong {
    font-size: 17px;
  }
}

/* 小さなスマートフォン対応 */
@media (max-width: 480px) {
  .caption h2 {
    font-size: 15px;
    line-height: 1.5;
    padding: 0 8px;
  }
  
  .caption {
    padding: 10px;
    top: 55%;
  }
  
  .caption strong {
    font-size: 14px;
  }
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
	/* background: -webkit-linear-gradient(45deg, #22682a 0%, #9b4a1b 40%, #3a342a 100%); */
	background: linear-gradient(45deg, #22682a 0%,#9b4a1b 40%,#3a342a 100%);
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(53, 46, 15, 0.58);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	color: #BEA726;
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	color: #FFFFFF;
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/* Styles
---------------------------------*/
body {
    background: var(--light-color);
    font-family: 'Signika', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    line-height: 1.5;
    margin: 0;
    letter-spacing: normal;
    word-spacing: normal;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
    word-spacing: normal;
    font-feature-settings: "palt";
    text-align: center;
}

h2 {
    font-size: 38px;
    color: #222222;
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    margin: 0px 0 25px 0;
    text-align: center;
    text-transform: uppercase;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 18px;
    margin: 0 0 5px 0;
}

h4 {
    font-size: 22px;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    margin: 0 0 20px 0;
}

h6 {
    font-size: 26px;
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    text-align: center;
    margin: 0 0 60px 0;
}

/* 基本テキストスタイル */
p, li, span {
    letter-spacing: normal !important;
    word-spacing: normal !important;
    text-align: left;  /* デフォルトは左揃え */
    line-height: 1.6;
}

/* 特定のセクションのテキスト配置 */
.service_block p, 
.mission-content p,
.section-title p,
.modal-title,
.well p,
h1, h2, h3, h4, h5, h6 {
    text-align: center !important;  /* これらは中央揃え */
}

/* フッターのテキスト配置 */
.contact_info .detail p, 
.contact_info .detail h4 {
    text-align: center;  /* 連絡先情報は中央揃え */
}

/* モーダルダイアログ内の一部テキスト配置 */
.modal-body p {
    text-align: left;  /* モーダル内の説明文は左揃え */
}

.modal-body ul li {
    text-align: left;  /* リスト項目は左揃え */
}

/* 特定のテキスト配置クラス */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

/* レスポンシブ対応の強化 */
@media (max-width: 768px) {
    h2 {
        font-size: 32px;
    }
    
    h6 {
        font-size: 22px;
        margin: 0 0 30px 0;
    }
    
    .top_left_cont h2 {
        font-size: 28px;
        line-height: 36px;
    }
    
    .service_block {
        margin-bottom: 30px;
    }
    
    .mission-item {
        margin-bottom: 20px;
    }
    
    .form {
        margin: 0 15px;
    }
    
    .contact_info {
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 28px;
    }
    
    h6 {
        font-size: 18px;
    }
    
    .top_left_cont h2 {
        font-size: 24px;
        line-height: 32px;
    }
}

/* Header Styles
---------------------------------*/

#header_wrapper {
    background: #1A6E50; /* 緑色に変更 */
    padding: 15px 0px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    animation: fadeInDown 0.5s ease-out;
}

.header_box {
    position: relative;
    /* z-index: 9999999999999999999999999999999999; */
}

.logo a{
    float: left;
	
    font-size: 28px;
    line-height: 50px;
    color: #FF6C71;
}

.res-nav_click {
    display: none;
}
	

/* Nav Styles
---------------------------------*/
.navbar-inverse {
    background-color: transparent;
    border-color: transparent;
}

.navbar {
    border: 0px solid #fff;
    min-height: 40px;
    margin-bottom: 0px;
}

.navbar-inverse .navbar-nav > li > a {
    color: var(--text-light);
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 15px 20px;
}

.navStyle {
    float: right;
}

.navStyle ul {
    list-style: none;
    padding: 0px;
}

.navStyle ul li {
    display: inline-block;
    margin: 0 5px;
}

.navStyle ul li:first-child {
	/*margin:0px;*/
}

.navStyle ul li:last-child {
    margin: 0 0 0 23px;
}

.navStyle ul li a {
    display: block;
    font-size: 15px;
    background: --primary-color; /*  */
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.navStyle ul li a:hover {
    color: #ED5441;
}

.navStyle > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #ED5441;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.2);
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: var(--active-color);
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.navStyle > li.active > a,
.navStyle > li.active > a:hover {
    text-decoration: none;
    color: var(--active-color);
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
}

.borderLeft {
    border-left: 1px solid #DADADA;
}

.borderTop {
    margin-top: 30px;
    border-top: 1px solid #DADADA;
}

.mrgTop {
    margin-top: 30px;
}

.text-center {
  text-align: center;
}
#head {
  background: #f4f4f4 url(../img/bg_head.jpg) top center;
  background-size: cover;
  color: #7C7C7C;
  padding: 120px 0;
}
#head img.img-circle {
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border: 8px dotted rgba(255, 255, 255, 0.23);
  margin: 0 auto 20px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}
#head .title {
  font-family: Alice, Georgia, serif;
  font-size: 49px;
  font-size: 3.0625rem;
}
#head .title a {
  text-decoration: none;
  color: #333333;
}
#head .tagline {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2em;
  color: #7C7C7C;
  margin: 5px 0 0;
}
#head .tagline b {
  font-weight: normal;
}
#head .tagline a {
  color: #5E5E5E;
}
.home #head {
  padding: 90px 0;
}
.home #head .title {
  font-size: 49px;
  font-size: 3.0625rem;
}
.home #head .tagline {
  font-size: 16px;
  font-size: 1rem;
  margin: 15px 0 0;
}

/* Top_content
---------------------------------*/

.top_cont_outer {
    background: rgba(10, 21, 37, 0.69);
    position: relative;
    background: url('../img/main2.jpg') no-repeat center center;
    background-size: cover;
}

.hero_section {
    position: relative;
    padding-top: 72px;
}
.hero_wrapper {
background: rgba(10, 21, 37, 0.69);
height: 650px;
}
.white_pad {
    position: relative;
    right: 0px;
    bottom: 0px;
}

.white_pad img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.top_left_cont {
    padding: 15px 0;
}

.top_left_cont h3 {
    font-size: 16px;
    color: #f56eab;
    margin: 0 0 20px 0;
    text-align: left;
    font-weight: 700;
}

.top_left_cont h2 {
    font-size: 36px;
    color: #FFF;
    line-height: 58px;
    margin: 0 0 26px 0;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.3s forwards;
}

.top_left_cont h2 strong {
    font-weight: 400;
	
    color: #FFFFFF;
    font-size: 28px;
    text-transform: capitalize;
}

.top_left_cont p {
font-size: 18px;
color: #FFFFFF;
margin: 0 0 30px 0;
line-height: 33px;
text-align: center;
font-weight: normal;
font-size: 20px;
/* font-weight: 300; */
text-align: center;
letter-spacing: 1px;
opacity: 0;
animation: fadeIn 0.8s ease-out 0.5s forwards;
}

a.read_more, a.read_more2 {
    font-family: 'Raleway', sans-serif;
    display: block;
    font-size: 20px;
    width: 178px;
    height: 46px;
    line-height: 46px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
	margin:0 auto;
    text-transform: capitalize;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.7s forwards;
}
a.read_more{
	 color: #3C3C3C;
	 border: 1px solid #3C3C3C;
}
a.read_more2:hover, a.read_more:hover {
    background: #FFFFFF;
    color: #F74C4C;
    border: 1px solid #FFFFFF;
}
a.read_more:hover {
    background: #fff;
    color: #ED5441;
    border: 1px solid #ED5441;
}

div#main-nav {
  width: 100%;
  text-align: center;
}	
.navbar-nav {
  width: 100%;
}
.navbar-nav>li {
  float: initial !important;
}

/* Services
---------------------------------*/

#service {
    padding: 60px 0 40px;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/slide4.jpg') center center no-repeat !important;
    background-size: cover !important;
    margin-top: 40px;
}

#service h2{
  color: #444;
  margin-bottom: 25px;
  text-shadow: none;
}

.service_wrapper {
    padding: 30px 0 30px;
}

.service_section {
}

.service_block {
    text-align: center;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
    min-height: 280px;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
}

.service_block:hover {
    transform: translateY(-10px);
    box-shadow: var(--shadow);
    background: #fff;
}

.service_icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    text-align: center;
}

.service_icon span {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border: 2px solid var(--primary-color);
    border-radius: 50%;
    font-size: 36px;
    color: var(--primary-color);
    transition: all 0.4s ease;
}

.service_block:hover .service_icon span {
    transform: scale(1.1) rotate(5deg);
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.service_block h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #333;
    margin: 15px 0 10px;
    line-height: 1.3;
    text-align: center;
}

.service_block h4 {
    color: var(--primary-color);
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
}

.service_block p {
    font-size: 16px;
    color: #444;
    margin: 0 0 15px 0;
    line-height: 1.6;
    flex-grow: 1;
    text-align: center;
}

#service h6{
    color: #666;
}

.service-link, .donation-link {
    display: inline-block;
    padding: 12px 25px;
    background: #1A6E50; /* 明確に緑色を指定 */
    color: #ffffff; /* 白色をより鮮明に */
    text-decoration: none;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 10px;
    transition: all 0.3s ease;
    border: 2px solid #1A6E50;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2); /* テキストをより見やすく */
}

.service-link:hover, .donation-link:hover {
    background: #15593f;
    color: #ffffff;
}

/* Latest Work
---------------------------------*/


#work_outer {
    background: #f9f9f9;
    padding: 70px 0px;
    position: relative;
}

.work_pic {
    position: absolute;
    right: 0;
    top: 25%;
    width: 50%;
}

.inner_section {
    padding: 0px;
}

.service-list {
    padding: 0 0 0 0;
    font-size: 14px;
    margin-bottom: 40px;
}

.service-list-col1 {
    float: left;
    width: 60px;
    text-align: center;
}

.service-list-col1 i {
    display: block;
    color: #888;
    font-size: 19px;
    font-style: normal;
    line-height: 20px;
}

.service-list-col2 {
    overflow: hidden;
}

.page_section.alabaster {
    background: #fafafa;
}

.work_bottom {
    padding: 20px 0 0 0px;
}

.work_bottom span {
    font-size: 18px;
    color: #333333;
    display: block;
    margin: 0 0 20px 0;
}

a.contact_btn {
    background: #fff;
    text-transform: uppercase;
    display: block;
    width: 176px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    font-size: 16px;
    color: #ED5441;
    border-radius: 3px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    border: 2px solid #ED5441;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a.contact_btn:hover {
    background: #ED5441;
    color: #fff;
}

.input-text {
    background: transparent;
}



img {
    max-width: 100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    transition-duration: 0.6s;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

.page_section.paddind {
    padding-bottom: 60px;
}


/* Happy Clients
---------------------------------*/



#clients {
    padding: 60px 0px;
}

.client_area {
    width: 960px;
    margin: 0px auto;
}

.client_section {
    padding: 35px 0 0 0;
}

.client_section.btm {
    padding: 20px 0 0 0;
}

.client_profile {
    float: left;
    text-align: center;
}

.client_profile.flt {
    float: right;
}

.client_profile_pic {
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    margin: 0 0 15px 0;
    width: 220px;
    height: 220px;
}

.client_profile_pic img {
    border-radius: 50%;
    border: 3px solid #f5f5f5;
}

.client_profile h3 {
    font-size: 18px;
    color: #49b5e7;
    margin: 0 0 0 0;
}

.client_profile span {
    display: block;
    font-size: 16px;
    color: #888888;
}

/* Clients
---------------------------------*/


.client_logos {
    background: #11D25D;
    padding: 60px 0;
    margin-top: 60px;
}

.client_logos ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.client_logos ul li {
    display: inline;
    margin: 0 25px;
}

.client_logos ul a {
    display: inline-block;
    margin: 0 20px;
}

.page_section.team {
    padding: 60px 0;
}

.page_section.team h6 {
    margin-bottom: 40px;
}

/* About Us
--------------------------- */
 
.aboutUs-container {
background-repeat: no-repeat;
background-position: right;
background-size: auto 100%;
background-position-y: 70px;
padding-bottom: 0;
}
.about-us h3 {
    font-size: 28px;
    font-weight: bold;
    color: #1A2B5C;
    margin-bottom: 20px;
    position: relative;
}
.about-us h3:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: var(--primary-color);
    transition: width 0.6s ease;
}
.about-us h3.in-view:after {
    width: 60px;
}
.about-us p {
    font-size: 16px;
    line-height: 1.8em;
    color: #3A4F75;
    margin-bottom: 20px;
}

#about-us .read-more{
	border: 1px solid #ED5441;
	color: #1a1a1a;
}

#about-us .read-more:hover{
	background-color: #e74c3c;
	border: 1px solid #e74c3c;
	color: #fff;
}
.about-us-post-container{
	background-repeat: no-repeat;
	background-position: right;
	background-size: auto 100%;
}
.about-us{ 
}
.about-us .about-us-list h4 {
    white-space: normal; /* 折り返しを許可 */
    background: #EDEDED; /* グレーの背景色をh4に追加 */
    padding: 10px; /* 適切なパディングを追加 */
    border-radius: 8px; /* 角を丸くする */
    text-align: center;
    width: 200%; /* 親要素の幅に合わせる */
}

.about-us h3{
	font-size:28px;
}

.points{ 
	margin-bottom: 10px;
	font-size:14px;
	padding-left:0px;
}
.about-us p{
	/*font-size: 0.9375em;*/
	line-height: 1.625em;
	padding: 15px 0;
}
.about-us .about-us-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 15px;
    padding: 20px;
    background: #EDEDED;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    margin: auto;
}

.about-us .points{
    font-size:20px;
	position: relative;
	list-style-type: none;
	padding: 5px 0 5px 30px;
	color: #010100;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.5s ease;
    flex-wrap: wrap; /* 🔹 横並び＋折り返し対応 */
}

.about-us .points.in-view {
    opacity: 1;
    transform: translateX(0);
}

.about-us .points:nth-child(1) { transition-delay: 0.1s; }
.about-us .points:nth-child(2) { transition-delay: 0.2s; }
.about-us .points:nth-child(3) { transition-delay: 0.3s; }
.about-us .points:nth-child(4) { transition-delay: 0.4s; }

.about-us .points:before{
	position: absolute;
	font-family: FontAwesome;
	font-size: 1.125em;
	color: #F74D4D;
	left: 0px;
	top: 3px;
}

.about-us-link a:first-child{
	margin-left: 0;
}


/* Team
---------------------------------*/
.team_section {
    max-width: 993px;
    margin: 0 auto;
}

.team_area {
    width: 30.66%;
    margin-right: 3.82979%; 
    overflow: hidden;
    text-align: center;
    float: left;
}

.team_area span {
    margin-bottom: 24px;
    display: block;
}

.team_area:nth-of-type(3n+0) {
    margin: 0;
}

.team_box {
    width: auto;
    height: auto;
    position: relative;
    border-radius: 50%;
    margin: 0px 3px 25px 3px;
}
/*
.team_box_shadow {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
    width: 100%;
    height: 26%;
    z-index: 10;
    bottom: 0px;
} */

.team_box_shadow a {
    display: block;
    width: 100%;
    height: 100%; 
}

.team_box:hover .team_box_shadow {
    box-shadow: inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}

.team_box:hover ul {
    display: block;
    opacity: 1;
}

.team_box img {
    display: block;
    border-radius: 0%;
    width: 90%;
    margin: 0 auto;
}

.team_box ul {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    left: 0;
    top: 88%;
    width: 100%;
    text-align: center;
    margin-top: -14px;
    z-index: 15;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
}

.team_box ul li {
    display: inline-block;
    margin: 0 11px;
	width: 34px; 
border-radius: 50%;
background: #fff;
padding: 10px 0 4px;
margin-bottom: 5px;
}

.team_box ul li a { 
    display: inline-block;
    font-size: 18px;
    color: #232323;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.team_box ul li a:hover, .team_box ul li a:focus {
    text-decoration: none;
}

.team_box ul li a.fa-twitter:hover {
    color: #55acee;
}

.team_box ul li a.fa-facebook:hover {
    color: #3b5998;
}

.team_box ul li a.fa-pinterest:hover {
    color: #cb2026;
}

.team_box ul li a.fa-google-plus:hover {
    color: #dd4b39;
}
 .img-circle {
border-radius: 50%;
}
.centered {
text-align: center;
/* background: #0A1525; */
}
#team .fa {
width: 30px;
height: 30px;
margin: 0 3px;
border-radius: 100%;
font-size: 15px;
line-height: 30px;
outline: 0;
color: #fff;
background-color: #11D25D;
-webkit-transition: all .3s;
-moz-transition: all .3s;
transition: all .3s;
}
#aboutUs {
    padding: 50px 0 30px;
    background: var(--light-color);
}

/* Contact
---------------------------------*/
.page_section.contact {
    padding: 50px 0 40px;
    background-color: #f5f9ff;
}
 
.contact_section {
    margin: 0 0 25px 0;
    text-align: center;
}

.contact_section h2 {
    font-size: 36px;
    color: #333;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.contact_section h6 {
    color: #666;
    margin-bottom: 20px;
    font-size: 16px;
}

.contact_block {
    text-align: center;
}

.contact_block_icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    margin: 0px auto 20px;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon span {
    background: none repeat scroll 0 0 #f56eab;
    border: 5px solid #fff;
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}

.contact_block_icon.icon2 {
    border-color: #ED5441;
}

.contact_block_icon.icon2 span {
    background: #ED5441;
}

.contact_block_icon.icon3 {
    border-color: #49b5e7;
}

.contact_block_icon.icon3 span {
    background: #49b5e7;
}

.contact_block_icon i {
    color: #fff;
    font-size: 36px;
    margin-top: 0;
    position: relative;
    top: 26px;
    z-index: 20;
}

.contact_block span {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_block span a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    line-height: 20px;
}

.contact_info {
    font-size: 15px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    max-width: 400px;
}

.contact_info h3, .contact_info h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #333;
    text-align: center;
}

.contact_info p {
    line-height: 28px;
    display: block;
    font-size: 16px;
    color: #333; /* より暗い色に変更してコントラスト向上 */
    margin: 0 0 20px;
    text-align: center;
}

.contact_info .detail {
    margin-bottom: 25px;
    padding: 0 15px;
}

.social_links {
    text-align: center;
    margin: 20px 0;
}

.social_links li {
    float: left;
    margin-right: 4px;
}

.social_links li a {
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    color: #666;
    background: #f1f1f1;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.social_links li a:hover, .social_links li a:focus {
    text-decoration: none;
    background: var(--primary-color);
    color: white;
}

.twitter a:hover {
    color: #55acee;
}

.facebook a:hover {
    color: #3b5998;
}

.pinterest a:hover {
    color: #cb2026;
}

.gplus a:hover {
    color: #dd4b39;
}
 

.form {
    max-width: 100%;
    margin: 0;
    padding: 20px;
}

.input-text {
    padding: 15px 16px;
    border: 1px solid #ddd;
    width: 100%;
    height: 50px;
    display: block;
    border-radius: 4px;
    font-size: 15px;
    color: #444;
    background: #fff;
    margin: 0 0 15px 0;
    transition: all 0.3s ease-in-out;
}

.input-text:focus {
    border: 1px solid var(--primary-color);
    outline: 0;
    background: #fff;
}

.input-text.text-area {
    height: 230px;
    resize: none;
    overflow: auto;
}

.input-btn {    
    width: 175px;
    height: 50px;
    letter-spacing: 0px;
    background: #1A6E50; /* 明確に緑色を指定 */
    border-radius: 30px;
    color: #ffffff; /* 白色をより鮮明に */
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid #1A6E50;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2); /* テキストをより見やすく */
}

.input-btn:hover {
    background: #15593f;
    color: #ffffff;
}

/* Footer
---------------------------------*/

.footer_wrapper {
    background: #f5f9ff;
    padding-top: 40px;
    border-top: 1px solid #eee;
    position: relative;
}

.footer_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-light), var(--primary-color), var(--accent-color));
    background-size: 200% 100%;
    animation: subtleBackgroundShift 10s ease infinite;
}

.footer_bottom {
    border-top: 1px solid #eee;
    padding: 20px 0;
    margin-top: 30px;
}

.footer_bottom span {
    display: block;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.footer_bottom span a {
    display: inline-block;
    color: var(--primary-color);
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.footer_bottom span a:hover {
    color: var(--primary-light);
}

/* Animation Timers
---------------------------------*/
.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}


.item_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    cursor: pointer;
}

.open-project-link {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 100;
}

.item_overlay:hover {
    background:rgba(89, 89, 89, 0.7);
}

.item_info {
    position: absolute;
    height: 100px;
    width: 100%;
    top: 50%;
    margin-top: -50px;
    text-align: center;
}

.project_name {
    color: #fff;
    text-transform: uppercase;
    margin-top: 25px;
    
    opacity: 0;
    font-size: 18px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    position: relative;
    z-index: 10;
}

.portfolio-item:hover .project_name {
    opacity: 1;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.project_catg {
    font-size: 14px;
    color: #fff;
    opacity: 0;
    margin-top: 0px;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}

.portfolio-item:hover .project_catg {
    opacity: 0.8;
    -webkit-transition: opacity .1s .2s;
    -moz-transition: opacity .1s .2s;
    -ms-transition: opacity .1s .2s;
    -o-transition: opacity .1s .2s;
    transition: opacity .1s .2s;
}

.zoom-icon {
    left: 50%;
    margin-left: -20px;
    position: inherit;
    width: 40px;
    height: 40px;
    margin-top: 40px;
    opacity: 0;
    background: url(images/zoom.png);
    background-size: 40px 40px;
    transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.2s;
    -webkit-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
}

.portfolio-item:hover .zoom-icon {
    opacity: 1;
    margin-top: 0px;
    -webkit-transition: opacity .3s .2s, margin-top .3s .2s;
    -moz-transition: opacity .3s .2s, margin-top .3s .2s;
    -ms-transition: opacity .3s .2s, margin-top .3s .2s;
    -o-transition: opacity .3s .2s, margin-top .3s .2s;
    transition: opacity .3s .2s, margin-top .3s .2s;
}
	
	
	
	
/* Portfolio Isotope Transitions */	

.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}



/* Portfolio Expander */	



#project_container {
    display: none;
    background-color: #FFF;
}

#project-page-button-fullscreen {
    height: auto;
    z-index: 100;
    position: absolute;
    right: 30px;
    top: 30px;
}

#project-page-button-fullscreen li {
    display: inline-block;
    font-size: 30px;
}

#project-page-button-fullscreen li a {
    background: url(images/close.png) no-repeat #fff;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50px;
    opacity: 0.5;
}

#project-page-button-fullscreen li a:hover {
    opacity: 1;
}

#project-page-button {
    text-align: center;
    margin-bottom: 20px;
    height: auto;
    position: relative;
    z-index: 100;
}

#project-page-button li {
    display: inline-block;
    margin: 60px 10px 0px 10px;
    font-size: 30px;
}

#project_data {
    margin-bottom: 0px;
}

.project-section-title {
    text-align: center;
    margin-bottom: 30px;
}

.project-section-title h1 {
    margin-bottom: 5px!important;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
}

.project-page {
    background-color: #FFF;
    width: 100%;
    height: auto;
    left: 0;
    padding-bottom: 40px;
}

	
/* Portfolio*/	
	
	
.project-image-slider .bx-wrapper .bx-next {
    background: url("images/project_slider_right.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    right: -90px;
}

.project-image-slider .bx-wrapper .bx-prev {
    background: url("images/project_slider_left.png") no-repeat;
    background-size: 35px 65px;
    opacity: 0.3;
    left: -90px;
}

.project-image-slider .bx-wrapper .bx-next:hover, .project-image-slider .bx-wrapper .bx-prev:hover {
    opacity: 1;
    background-position: 0;
}

.project-image-slider .bx-wrapper .bx-controls-direction a {
    height: 65px;
    margin-top: -33px;
    outline: 0 none;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 35px;
    z-index: 100;
}
	
/* Portfolio Normal Expander */		
	
.project-description {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 100%;
    height: auto;
}

.small-border {
    height: 2px;
    width: 50px;
    background-color: #ddd;
    margin-bottom: 15px;
}

.visit-project {
    width: 100%;
    text-align: center;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding: 55px 0 20px 0;
}

.project-description h5 {
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 5px;
}
	
	
	
/* Portfolio FullScreen Expander */			
	
#cycle-loader {
    height: 32px;
    left: 50%;
    margin: -8px 0 0 -8px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 999;
}

#arrow_left {
    top: 50%;
    height: 60px;
    position: absolute;
    left: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_right {
    top: 50%;
    height: 60px;
    position: absolute;
    right: 30px;
    width: 32px;
    z-index: 1000;
    margin-top: -30px;
}

#arrow_left:hover, #arrow_right:hover {
    margin-top: -28px;
}

#arrow_left:active, #arrow_right:active {
    margin-top: -28px;
}

div.mc-image {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.in-slide-content div.info-slide {
    background: #FFF url(images/info.png) no-repeat left bottom;
    background-size: 46px 46px;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 46px;
    height: 46px;
    margin: 0;
    display: block;
    text-indent: 10px;
    -moz-border-radius: 23px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    cursor: pointer;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=0.5);
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.in-slide-content div.info-slide:hover {
    width: 200px;
    background: #FFF;
    position: absolute;
    bottom: 40px;
    padding: 10px 20px;
    text-indent: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    z-index: 1000;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=1);
    opacity: 1;
}

.in-slide-content h2, .in-slide-content p {
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}

.in-slide-content h2 {
    font-size: 14px;
    color: #444;
    text-shadow: none;
    font-weight: normal;
    text-transform: uppercase;
    z-index: 1001;
    position: relative;
    white-space: nowrap;
}

.info-slide p {
    color: #aaa;
    font-size: 13px;
    text-shadow: none;
    z-index: 1001;
    position: relative;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
}

.in-slide-content div.info-slide h2 {
    display: none;
    padding: 10px 10px 0 10px;
}

.in-slide-content div.info-slide p {
    display: none;
    padding: 0px 10px 10px 10px;
}

.in-slide-content div.info-slide:hover h2, .in-slide-content div.info-slide:hover p {
    display: inherit;
    padding: 0;
}

/*-------------------
-----mission Styles-----
---------------------*/    
#mission {
    background-color: #f5f9ff;
    padding: 50px 0 30px;
    margin-bottom: 0;
    background: linear-gradient(135deg, #f5f9ff 0%, #e9f2ff 100%);
    background-size: 400% 400%;
    animation: subtleBackgroundShift 15s ease infinite;
}

.mission_wrapper {
    padding: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

#mission h1 {
    color: #333;
    font-size: 36px;
    margin-bottom: 8px;
}

#mission h6 {
    color: #444;
    font-size: 16px;
    margin-bottom: 15px;
}

.mission-item .mission-content {
    margin: 0 0 15px 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.mission-content .mission-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.4;
}

.mission-content p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
}

.mission-item:hover .mission-content {
    transform: translateY(-7px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mission-item .read-more, .donation-link {
    display: inline-block;
    padding: 6px 18px;
    background: #1A6E50;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid #1A6E50;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    width: auto;
    min-width: 120px;
    max-width: 180px;
    margin: 0 auto; /* 中央揃えのためのマージン設定 */
}

.mission-item .read-more:hover, .donation-link:hover {
    background: #15593f;
    color: #ffffff;
    text-decoration: none;
}

.timeline {
    position: relative;
    padding: 10px 0;
}

.row {
    margin-bottom: 20px;
}

/* コンタクトセクションのレイアウト調整 */
.page_section.contact .row {
    display: flex;
    flex-wrap: wrap;
}

.page_section.contact .col-lg-4,
.page_section.contact .col-lg-8 {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.map-container {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.map-container iframe {
    flex-grow: 1;
    height: 100% !important;
    min-height: 250px;
}

.form {
    max-width: 100%;
    margin: 0;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* PC表示時のフォーム幅調整 */
@media (min-width: 992px) {
    .page_section.contact .col-lg-8 {
        padding-right: 30px;
    }
    
    .form {
        padding: 30px;
    }
}

.input-text.text-area {
    height: 120px;
    resize: none;
    flex-grow: 1;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .page_section.contact .row {
        flex-direction: column;
    }
    
    .map-container {
        margin-bottom: 20px;
    }
    
    .map-container iframe {
        height: 250px !important;
    }
}

/* ミッションカード・サービスブロックのレスポンシブ対応 */
@media (max-width: 768px) {
    .mission-item .mission-content {
        padding: 10px;
        margin-bottom: 10px;
    }
    
    .mission-content .mission-title {
        font-size: 18px;
    }
    
    .service_block {
        padding: 10px;
    }
    
    .service_icon {
        width: 80px;
        height: 80px;
    }
    
    .service_icon span {
        height: 80px;
        width: 80px;
        font-size: 28px;
    }
    
    .service_block h3 {
        font-size: 18px;
        margin: 10px 0 8px;
    }
    
    .service_block h4 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .service_block p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* スマホ表示時の行間調整 */
    .row {
        margin-bottom: 0;
    }
    
    /* 各カラムに下部マージンを追加 */
    .col-sm-6, .col-md-3, .col-md-6, .col-lg-4, .col-lg-8 {
        margin-bottom: 10px;
    }
    
    /* コンタクトセクションのカラムはレスポンシブでもマージンを0に */
    .page_section.contact .col-lg-4,
    .page_section.contact .col-lg-8 {
        margin-bottom: 0;
    }
}

/* コンタクトフォーム・セクションのレスポンシブ対応 */
@media (max-width: 768px) {
    .page_section.contact .row {
        flex-direction: column;
    }
    
    .form {
        padding: 10px;
        margin: 0;
    }
    
    .contact_info {
        margin-bottom: 10px;
    }
    
    .map-container {
        margin-bottom: 20px;
    }
    
    .map-container iframe {
        height: 250px !important;
    }
    
    .input-text {
        padding: 10px 12px;
        height: 40px;
    }
    
    .input-text.text-area {
        height: 120px;
    }
    
    .input-btn {
        width: 100%;
        max-width: 200px;
    }
    
    .page_section.contact {
        padding: 30px 0 40px;
    }
    
    /* ミッションセクションのモバイル調整 */
    #mission {
        padding: 30px 0 10px;
    }
    
    .mission_wrapper {
        padding: 0 0 3px;
    }
    
    /* フッターのモバイル調整 */
    footer.footer_wrapper {
        padding-top: 25px;
    }
    
    .footer_bottom {
        margin-top: 15px;
    }
}

/* フッターのレスポンシブ対応 */
@media (max-width: 768px) {
    .footer_wrapper {
        padding-top: 35px;
    }
    
    .footer_bottom {
        margin-top: 20px;
        padding: 12px 0;
    }
    
    .footer_bottom span {
        font-size: 12px;
    }
}

/* ナビゲーションバーのレスポンシブ調整 */
@media (max-width: 768px) {
    #header_wrapper {
        padding: 6px 0 !important;
        min-height: auto !important;
    }
    
    .header_box {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        position: relative;
        padding: 0;
        min-height: 40px;
        height: auto;
    }
    
    .header_box .logo {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        margin: 0 !important;
        z-index: 1;
        width: auto !important;
        display: flex;
        align-items: flex-start;
        text-align: center;
        height: auto;
        padding-top: 0;
    }
    
    .header_box .logo.text-center {
        width: auto !important;
        margin: 0 !important;
    }
    
    .logo img {
        height: 40px !important;
        display: inline-block !important;
        margin: 0 auto !important;
    }
    
    .header_box .navbar {
        position: relative;
        z-index: 2;
        margin: 0 0 0 auto;
        padding: 0;
        flex-shrink: 0;
    }
    
    .navbar-header {
        padding: 0 !important;
        margin: 0 !important;
        float: none;
    }
    
    .navbar-toggle {
        margin: 0 !important;
        padding: 6px !important;
        border: none !important;
        background: transparent !important;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 40px;
        width: 40px;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }
    
    .navbar-toggle .icon-bar {
        width: 22px;
        height: 2px;
        background-color: #fff !important;
        margin: 3px 0;
        transition: all 0.3s ease;
        display: block;
        border-radius: 1px;
    }
    
    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background-color: rgba(255, 255, 255, 0.1) !important;
        outline: none;
    }
    
    .navbar-toggle:active {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
    
    .navStyle {
        float: none !important;
        position: static !important;
    }
    
    .navStyle ul li {
        display: block;
        margin: 0;
        padding: 5px 0;
    }
    
    .navStyle ul li a {
        display: block;
        padding: 10px;
        text-align: center;
    }
    
    /* モバイルメニューの背景色と文字色 */
    .navbar-inverse .navbar-collapse {
        background-color: rgba(26, 110, 80, 0.95);
        border-color: transparent;
        position: fixed;
        top: 52px;
        left: 0;
        right: 0;
        width: 100%;
        max-height: calc(100vh - 52px);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 0;
        z-index: 999;
    }
    
    .navbar-collapse.collapse {
        display: none !important;
    }
    
    .navbar-collapse.collapse.in,
    .navbar-collapse.collapsing {
        display: block !important;
    }
    
    .navbar-collapse .nav {
        margin: 0 !important;
        padding: 0;
        width: 100% !important;
    }
    
    .navbar-collapse .nav li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .navbar-collapse .nav li:last-child {
        border-bottom: none;
    }
    
    .navbar-collapse .nav li a {
        display: block !important;
        padding: 14px 20px;
        color: #fff !important;
        text-align: center;
        font-size: 15px;
        text-transform: none !important;
    }
}

@media (max-width: 480px) {
    #header_wrapper {
        padding: 5px 0 !important;
    }
    
    .logo img {
        height: 35px !important;
    }
    
    .navbar-toggle {
        height: 35px !important;
        width: 35px !important;
        padding: 5px !important;
    }
    
    .navbar-toggle .icon-bar {
        width: 20px;
        height: 2px;
        margin: 2.5px 0;
    }
    
    .navbar-inverse .navbar-collapse {
        top: 45px;
        max-height: calc(100vh - 45px);
    }
    
    .navbar-collapse .nav li a {
        padding: 12px 15px;
        font-size: 14px;
    }
}

/* About Usセクションのレスポンシブ調整 */
@media (max-width: 768px) {
    .about-us .about-us-list {
        padding: 10px;
        max-width: 100%;
    }
    
    .about-us .points {
        font-size: 18px;
        padding: 5px 0 5px 25px;
    }
    
    .about-us p {
        padding: 10px 0;
    }
    
    .aboutUs-container {
        background-position: center top;
        padding: 30px 0;
    }
}

/* セクション間の間隔調整 */
section {
    position: relative;
}

/* フッターとミッションセクションの連結部分の調整 */
#mission {
    padding-bottom: 10px;
    margin-bottom: 0;
}

footer.footer_wrapper {
    padding-top: 25px;
    margin-top: 0;
}

/* モバイル表示での追加調整 */
@media (max-width: 480px) {
    #mission {
        padding: 25px 0 10px;
    }
    
    .mission_wrapper {
        padding: 0 0 3px;
    }
    
    .page_section.contact {
        padding: 25px 0 40px;
    }
    
    footer.footer_wrapper {
        padding-top: 20px;
    }
    
    .footer_bottom {
        margin-top: 12px;
        padding: 12px 0;
    }
}

/* サービスセクションのスペース調整 */
.service_block {
    padding: 15px;
    margin-bottom: 15px;
}

.service_icon {
    margin-bottom: 15px;
}

/* 全体のセクション間スペース調整 */
.page_section {
    padding: 40px 0;
}

/* 行間のスペース調整 */
p {
    margin-bottom: 10px;
    line-height: 1.5;
}

/* リスト項目のスペース調整 */
li {
    margin-bottom: 8px;
}

/* ボタンのサイズ調整 */
.mission-item .read-more, .donation-link, .input-btn {
    padding: 6px 18px;
    font-size: 14px;
}

/* コンテンツエリアの共通スタイル - 改行問題の解決 */
.col-md-6 p, .service_block p, .mission-content p {
  width: 100%;
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* ミッションセクションのカードサイズ統一 */
.mission-content {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 15px;
  margin-bottom: 25px;
  width: 100%;
}

.mission-content p {
  flex-grow: 1;
}

.mission-title {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.3;
}

/* About Usセクションの段落調整 */
#aboutUs .col-md-6 p {
  text-align: justify;
  padding-right: 10px;
  letter-spacing: normal;
  word-spacing: normal;
  text-justify: inter-ideograph;
  margin-bottom: 1em;
}

/* 文章の表示調整 - 特に1-2文字だけの改行を防止 */
p {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

/* すべてのカードの高さを統一 */
.row {
  display: flex;
  flex-wrap: wrap;
}

.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

/* サービスブロックの高さ統一 */
.service_block {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
}

/* ミッションコンテンツの高さ統一 */
.mission-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 200px;
  padding: 20px;
  margin-bottom: 25px;
}

/* タイトルのサイズ統一 */
.service_block h3,
.mission-title {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* 説明文のスタイル統一 */
.service_block p,
.mission-content p {
  font-size: 15px;
  flex-grow: 1;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* ボタン位置の統一 */
.service-link, 
.read-more, 
.donation-link {
  margin-top: auto;
  margin-bottom: 5px;
}

/* モバイル調整 */
@media (max-width: 768px) {
  .service_block,
  .mission-content {
    min-height: auto;
    padding: 15px;
    margin-bottom: 15px;
  }
  
  .service_block h3,
  .mission-title {
    font-size: 18px;
    margin: 10px 0 8px;
  }
  
  /* 行間調整 */
  p {
    line-height: 1.4;
  }
}

/* 共通のテキスト設定 */
.col-md-6 p, .service_block p, .mission-content p, .modal-body p {
  word-break: normal;
  overflow-wrap: break-word;
  white-space: normal;
  letter-spacing: normal !important;
  word-spacing: normal !important;
  font-feature-settings: "palt";
}

/* オーバーライド用クラス */
.no-letter-spacing {
  letter-spacing: normal !important;
  word-spacing: normal !important;
}

/* セクションタイトルは中央揃え */
.section-title h1, 
.section-title h6,
.contact_section h2,
.contact_section h6 {
    text-align: center;
}

/* サービスブロックの中央揃え */
.service_block {
    text-align: center;
}

.service_block h3,
.service_block h4,
.service_block p {
    text-align: center;
}

/* ミッションコンテンツの中央揃え */
.mission-content {
    text-align: center;
}

.mission-content .mission-title,
.mission-content p {
    text-align: center;
}

/* テキスト配置のオーバーライド */
.text-center {
    text-align: center !important;
}

/* About Usセクションの段落は左揃えのまま */
#aboutUs .col-md-6 p {
    text-align: justify;
}

/* モーダルダイアログのスタイル調整 */
.modal-header .modal-title {
    text-align: center;
    color: white; /* タイトルテキストを白色に設定 */
}

/* ミッションのボタン位置調整 */
.mission-content a.read-more,
.mission-content a.donation-link {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* アニメーション設定
---------------------------------*/
/* アクセシビリティに配慮したアニメーション設定 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* 基本的なフェードイン */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 上からのフェードイン */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* 左からのフェードイン */
@keyframes fadeInLeft {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 右からのフェードイン */
@keyframes fadeInRight {
  from { opacity: 0; transform: translateX(20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* 拡大フェードイン */
@keyframes scaleIn {
  from { opacity: 0; transform: scale(0.95); }
  to { opacity: 1; transform: scale(1); }
}

/* 微妙な背景アニメーション */
@keyframes subtleBackgroundShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* アニメーション遅延クラス */
.delay-100 { animation-delay: 0.1s; }
.delay-200 { animation-delay: 0.2s; }
.delay-300 { animation-delay: 0.3s; }
.delay-400 { animation-delay: 0.4s; }
.delay-500 { animation-delay: 0.5s; }

/* ヘッダーアニメーション */
#header_wrapper {
  animation: fadeInDown 0.5s ease-out;
}

/* ナビゲーションアニメーション */
.navbar-nav > li {
  opacity: 0;
  animation: fadeInDown 0.4s ease-out forwards;
}

.navbar-nav > li:nth-child(1) { animation-delay: 0.1s; }
.navbar-nav > li:nth-child(2) { animation-delay: 0.2s; }
.navbar-nav > li:nth-child(3) { animation-delay: 0.3s; }
.navbar-nav > li:nth-child(4) { animation-delay: 0.4s; }
.navbar-nav > li:nth-child(5) { animation-delay: 0.5s; }

/* ヒーローセクションアニメーション */
.top_left_cont h2 {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.3s forwards;
}

.top_left_cont p {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.5s forwards;
}

a.read_more, a.read_more2 {
  opacity: 0;
  animation: fadeIn 0.8s ease-out 0.7s forwards;
  transition: all 0.3s ease;
}

a.read_more:hover, a.read_more2:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* サービスブロックアニメーション */
.service_block {
  transition: all 0.4s ease;
}

.service_block:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.service_icon span {
  transition: all 0.4s ease;
}

.service_block:hover .service_icon span {
  transform: scale(1.1) rotate(5deg);
  color: var(--primary-color);
  border-color: var(--primary-color);
}

/* スクロール時の要素表示アニメーション */
.animated-element {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.animated-element.in-view {
  opacity: 1;
  transform: translateY(0);
}

/* ミッションアイテムアニメーション */
.mission-item .mission-content {
  transition: all 0.4s ease;
}

.mission-item:hover .mission-content {
  transform: translateY(-7px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.mission-item .read-more, 
.mission-item .donation-link {
  transition: all 0.3s ease;
}

.mission-item .read-more:hover, 
.mission-item .donation-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* アバウトアスセクションアニメーション */
.about-us h3 {
  position: relative;
}

.about-us h3:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: var(--primary-color);
  transition: width 0.6s ease;
}

.about-us h3.in-view:after {
  width: 60px;
}

.about-us .points {
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.5s ease;
}

.about-us .points.in-view {
  opacity: 1;
  transform: translateX(0);
}

.about-us .points:nth-child(1) { transition-delay: 0.1s; }
.about-us .points:nth-child(2) { transition-delay: 0.2s; }
.about-us .points:nth-child(3) { transition-delay: 0.3s; }
.about-us .points:nth-child(4) { transition-delay: 0.4s; }

/* ボタンアニメーション共通 */
.service-link, 
.donation-link, 
.input-btn, 
.read-more {
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}

.service-link:before, 
.donation-link:before, 
.input-btn:before, 
.read-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
}

.service-link:hover:before, 
.donation-link:hover:before, 
.input-btn:hover:before, 
.read-more:hover:before {
  left: 100%;
}

/* モーダルアニメーション */
.modal.fade .modal-dialog {
  transform: scale(0.95);
  opacity: 0;
  transition: all 0.3s ease;
}

.modal.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}

/* フォームアニメーション */
.input-text {
  transition: all 0.3s ease;
}

.input-text:focus {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* フッターアニメーション */
.footer_wrapper {
  position: relative;
}

.footer_wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-light), var(--primary-color), var(--accent-color));
  background-size: 200% 100%;
  animation: subtleBackgroundShift 10s ease infinite;
}

/* バックグラウンドアニメーション */
#mission {
  background: linear-gradient(135deg, #f5f9ff 0%, #e9f2ff 100%);
  background-size: 400% 400%;
  animation: subtleBackgroundShift 15s ease infinite;
}

/* JavaScriptでスクロール検出用 */
.js-scroll-trigger {
  opacity: 0;
}

.js-scroll-trigger.animated {
  opacity: 1;
}

/* モーダルダイアログのスタイル */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal.in {
    display: block !important;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 30px auto;
    z-index: 1060 !important;
}

.modal-dialog.modal-lg {
    max-width: 800px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background-color: var(--primary-color);
    color: white;
    border-radius: 6px 6px 0 0;
}

.modal-body {
    position: relative;
    padding: 15px;
    background-color: white;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    background-color: white;
}

.modal .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}

.modal .close:hover {
    opacity: .5;
    filter: alpha(opacity=50);
}

/* モーダルアニメーション */
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    transform: translate(0, 0);
}

/* モーダルボタンのスタイル */
.modal .btn-default {
    background-color: var(--primary-color);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.modal .btn-default:hover {
    background-color: var(--primary-dark);
    color: white;
}

/* モーダルダイアログのスタイル */
.custom-modal .modal-content.solid-bg {
  background-color: white !important;
  opacity: 1 !important;
  position: relative;
  z-index: 1050;
}

.modal-content {
  border-radius: 10px;
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3) !important;
  background-color: #fff !important;
  opacity: 1 !important;
}

.modal-header {
  background-color: #3498db !important;
  color: white !important;
  border-radius: 10px 10px 0 0;
  padding: 15px 20px;
  opacity: 1 !important;
}

.modal-body {
  padding: 25px;
  color: #444;
  background-color: #fff !important;
  opacity: 1 !important;
}

.modal-footer {
  border-top: 1px solid #eee;
  padding: 15px 20px;
  background-color: #fff !important;
  opacity: 1 !important;
}

/* モーダルのクローズボタン */
.modal .close {
  color: white !important;
  opacity: 0.8 !important;
  text-shadow: none !important;
}

.modal .close:hover {
  color: white !important;
  opacity: 1 !important;
}

/* モーダル表示時の背景オーバーレイ */
.modal-backdrop.in {
  opacity: 0.5 !important;
}

/* ボタンスタイル */
.modal .btn-default {
  background-color: #5dade2 !important;
  color: white !important;
  border: none !important;
}

/* モーダルダイアログの表示を確保 */
.modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4);
}

.modal.in {
  display: block;
}

.modal-dialog {
  margin: 30px auto;
  max-width: 600px;
  width: auto;
  z-index: 1060 !important;
  opacity: 1 !important;
}

.modal-dialog.modal-lg {
  max-width: 800px;
}

/* モーダルダイアログのスタイル強制 */
.modal.fade.in .modal-dialog {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.modal-backdrop {
  z-index: 1040 !important;
}

/* ページコンテンツのスタイル */
.page-content {
    padding: 120px 0 60px;
    background: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url('../img/slide4.jpg') center center no-repeat !important;
    background-size: cover !important;
}

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

.page-header h1 {
    color: #444;
    font-size: 36px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.content-wrapper {
    background: rgba(255, 255, 255, 0.9);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.content-wrapper h1 {
    color: #333;
    font-size: 32px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.content-wrapper h2 {
    color: #444;
    font-size: 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 30px 0 15px;
}

.content-wrapper h3 {
    color: #555;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 25px 0 12px;
}

.content-wrapper p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 16px;
}

.content-wrapper img {
    max-width: 100%;
    height: auto;
    margin: 20px 0;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content-wrapper ul, .content-wrapper ol {
    margin: 20px 0;
    padding-left: 20px;
}

.content-wrapper li {
    color: #666;
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 16px;
}

.content-wrapper a {
    color: var(--primary-color);
    text-decoration: none;
    transition: all 0.3s ease;
}

.content-wrapper a:hover {
    color: var(--primary-light);
    text-decoration: underline;
}

.content-wrapper blockquote {
    border-left: 4px solid var(--primary-color);
    padding: 15px 20px;
    margin: 20px 0;
    background-color: #f8f9fa;
    font-style: italic;
}

.content-wrapper table {
    width: 100%;
    margin: 20px 0;
    border-collapse: collapse;
    background-color: #fff;
}

.content-wrapper th, .content-wrapper td {
    padding: 12px;
    border: 1px solid #dee2e6;
}

.content-wrapper th {
    background-color: var(--primary-color);
    color: #fff;
    font-weight: 600;
}

.logo img {
    height: 60px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
