@charset "utf-8";
/* message.css */

#message {
	padding: 115px 0 0;
}

@media screen and (max-width:1000px) {
#message {
	padding: 75px 0 0;
}	
}


.page_ttl {
	padding: 70px 0;
}

@media screen and (max-width:1000px) {
.page_ttl {
	padding: 50px 0 40px;
}	 
}

.page_ttl h2 {
	font-size: 40px;
	text-align: center;
	color: #9B9B9B;
	margin: 0 0 15px;
}

@media screen and (max-width:1000px) {
.page_ttl h2 {
	font-size: 24px;
	margin: 0 0 10px;
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 {
	font-size: 21px;
	margin: 0 0 10px;
}	
}


.page_ttl h2 span {
	font-size: 20px;

}

@media screen and (max-width:1000px) {
.page_ttl h2 span {
	font-size: 13px;	
}	
}

@media screen and (max-width:500px) {
.page_ttl h2 span {
	font-size: 11px;	
}	
}


.page_ttl p {
	display: flex;
	justify-content: space-between;
	width: 62px;
	margin: 0 auto;
}

@media screen and (max-width:768px) {
.page_ttl p {
	width: 50px;
	margin: 0 auto;
}	
}

.page_ttl p span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

@media screen and (max-width:768px) {
.page_ttl p span {
	width: 9px;
	height: 9px;
}	
}

.page_ttl p span:first-child {
	background-color: #F6B83A;
}

.page_ttl p span:nth-child(2) {
	background-color: #81AF2D;
}

.page_ttl p span:nth-child(3) {
	background-color: #DD606D;
}

#message_container {
	width: 95%;
	max-width: 1500px;
	margin: 0 auto 80px;
}

@media screen and (max-width:1000px) {
#message_container {
	margin: 0 auto 20px;
}	
}

#message_box {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

@media screen and (max-width:1000px) {
#message_box {
	display: block;
}	
}

#message_text_box {
	width: 60%;
	min-width: 640px;
}

@media screen and (max-width:1000px) {
#message_text_box {
	width: 100%;
	min-width: auto;
}	
}

#message_text_box h3 {
	font-size: 32px;
	text-align: center;
	font-weight: normal;
	color: #A1A1A1;
	padding: 60px 0 10px;
	line-height: 1.8;
}

@media screen and (max-width:1400px) {
#message_text_box h3 {
	font-size: 25px;
}	
}

@media screen and (max-width:768px) {
#message_text_box h3 {
	font-size: 20px;
}		
}

@media screen and (max-width:540px) {
#message_text_box h3 {
	font-size: 18px;
	padding: 20px 0 15px;
}		
}


#message_text_box h4 {
	font-size: 20px;
	text-align: center;
	font-weight: normal;
	color: #A1A1A1;
	padding: 0 0 80px;
	line-height: 1.3;
}

@media screen and (max-width:1400px) {
#message_text_box h4 {
	font-size: 16px;
}	
}

@media screen and (max-width:540px) {
#message_text_box h4 {
	font-size: 14px;
}		
}

#mssage_text {
	padding: 25px;
	border: 10px solid #FFE3CE;
	border-radius: 22px;
	background-color: #FFF;	
}

@media screen and (max-width:768px) {
#mssage_text {
	padding: 18px;
	border: 8px solid #FFE3CE;

}	
}

#mssage_text p {
	color: #A8A8A8;
	line-height: 2;
	margin: 0 0 20px;
}

@media screen and (max-width:768px) {
#mssage_text p {
	font-size: 14px;
}	
}

#profile {
	width: 36%;
	position: relative;
}

@media screen and (max-width:1000px) {
#profile {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}	
}

#profile figure {
	width: 85%;
	margin: 0 auto 25px;
}

@media screen and (max-width:1000px) {
#profile figure {
	max-width: 400px;
	width: 80%;
	padding: 60px 0 0;
}	
}


#profile h4 {
	text-align: right;
	font-size: 27px;
	color: #7D7D7D;
	line-height: 1.7;
}

@media screen and (max-width:500px) {
#profile h4 {
	font-size: 24px;
}
	
}

#profile h4 span {
	font-size: 15px;
}

@media screen and (max-width:500px) {
#profile h4 span {
	font-size: 13px;
}	
}

#profile ul {
	padding: 15px 0;
}

#profile ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0 8px;
}

@media screen and (max-width:500px) {
#profile ul li {
	margin: 0 0 15px;
}	
}

#profile li p {
	font-size: 13px;
	color: #7D7D7D;
	width: 85%;
}

@media screen and (max-width:1200px) {
#profile li p {
	width: 80%;
}	
}


#profile li .profile_date {
	font-size: 13px;
	color: #7D7D7D;
	width: 15%;
}

@media screen and (max-width:1200px) {
#profile li .profile_date {
	width: 20%;
}
	
}


.green_2 {
    width: 400px;
    position: absolute;
    z-index: -1;
    top: 400px;
    left: 500px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 50%;
    animation: fluid-random 30s ease-in-out infinite, fluid-rotate-random 28s linear infinite, fluid-scale-random 30s ease-in-out infinite;
    background: #81AF2D;
    opacity: 0.2;
	display: none;
}


@media screen and (max-width:1000px) {
.green_2 {
    width: 250px;
    top: 160px;
    left: -200px;
	display: block;
}	
}

@keyframes fluid-random {
    0%    { border-radius: 60% 40% 70% 30% / 50% 50% 50% 50%; }
    12.5% { border-radius: 80% 20% 50% 50% / 30% 70% 40% 60%; }
    25%   { border-radius: 40% 60% 60% 40% / 70% 30% 50% 50%; }
    37.5% { border-radius: 70% 30% 40% 60% / 60% 40% 80% 20%; }
    50%   { border-radius: 50% 50% 30% 70% / 40% 60% 60% 40%; }
    62.5% { border-radius: 75% 25% 60% 40% / 50% 50% 30% 70%; }
    75%   { border-radius: 45% 55% 70% 30% / 40% 60% 50% 50%; }
    87.5% { border-radius: 65% 35% 45% 55% / 70% 30% 40% 60%; }
    100%  { border-radius: 60% 40% 70% 30% / 50% 50% 50% 50%; }
}

@keyframes fluid-rotate-random {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(45deg); }
    50% { transform: rotate(90deg); }
    75% { transform: rotate(180deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fluid-scale-random {
    0%, 100% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(0.9); }
    75% { transform: scale(1.1); }
}


div.fluid_2 {
    width: 300px;
	position: absolute;
	z-index: -1;
	top: 750px;
	right: -110px;
    aspect-ratio: 1;
    margin: 0 auto;
    border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; /* 初期形状 */
    animation: fluid-anim_2 30s linear infinite, wave-anim_2 12s ease-in-out infinite;
    background: #DD606D;
	opacity: 0.2;
	display: none;
}

@media screen and (max-width:1000px) {
div.fluid_2 {
    width: 350px;
	top: 400px;
	right: -250px;
	display: block;
}	
}


/* 形状のダイナミックな変化 */
@keyframes fluid-anim_2 {
    0%    { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
    12.5% { border-radius: 80% 20% 70% 30% / 60% 70% 40% 80%; }
    25%   { border-radius: 30% 70% 20% 80% / 85% 65% 35% 55%; }
    37.5% { border-radius: 90% 10% 80% 20% / 50% 60% 30% 70%; }
    50%   { border-radius: 20% 80% 40% 60% / 70% 30% 90% 50%; }
    62.5% { border-radius: 60% 40% 50% 50% / 30% 70% 20% 80%; }
    75%   { border-radius: 85% 15% 75% 25% / 90% 10% 80% 20%; }
    87.5% { border-radius: 40% 60% 30% 70% / 50% 80% 20% 90%; }
    100%  { border-radius: 65% 35% 55% 45% / 55% 50% 55% 45%; }
}

/* 揺らぎ（波打つ動き） */
@keyframes wave-anim_2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25%      { transform: translate(10px, -15px) scale(1.05); }
    50%      { transform: translate(-15px, 10px) scale(0.95); }
    75%      { transform: translate(10px, 15px) scale(1.02); }
}

