@charset "UTF-8";

#about {
	padding-bottom: 12rem;
	width: 100%;
	@media screen and (max-width: 767px) {
		padding-bottom: 6rem;
	}
	#message {
		width: 100%;
		padding-bottom: 10rem;
		@media screen and (max-width: 767px) {
			padding-bottom: 5rem;
		}
		.message-flex {
			display: flex;
			gap: 6rem;
			@media screen and (max-width: 767px) {
				flex-direction: column-reverse;
				gap: 2rem;
			}
			.text-contents {
				width: 68.4rem;
				@media screen and (max-width: 767px) {
					width: 100%;
				}
				.green-header {
					margin-bottom: 3rem;
					font-style: normal;
					font-weight: 700;
					font-size: 2rem;
					line-height: 1;
					letter-spacing: 0.06em;
					color: #1b8b4f;
					@media screen and (max-width: 767px) {
						font-size: 1.6rem;
						line-height: 1.65;
						margin-bottom: 1.4rem;
					}
				}
				& p {
					font-style: normal;
					font-weight: 500;
					font-size: 1.6rem;
					line-height: 3.4rem;
					letter-spacing: 0.06em;
					color: #000000;
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
						line-height: 1.65;
					}
				}
			}
			.img-contents {
				width: 45.8rem;
				@media screen and (max-width: 767px) {
					width: 100%;
				}
				.profile-img {
					margin-bottom: 2rem;
					@media screen and (max-width: 767px) {
						margin-bottom: 1rem;
					}
					& img {
						width: 100%;
						vertical-align: top;
					}
				}
				.righty {
					font-style: normal;
					font-weight: 700;
					font-size: 1.6rem;
					line-height: 2.4rem;
					text-align: right;
					letter-spacing: 0.06em;
					color: #000;
					@media screen and (max-width: 767px) {
						font-size: 1.4rem;
						line-height: 2.2rem;
					}
					& span {
						color: #1b8b4f;
					}
				}
			}
		}
	}
	ul.card-list {
		width: 100%;
		.card {
			background-color: #f0f0f0;
			padding: 7rem 10.8rem;
			box-sizing: border-box;
			margin-bottom: 4rem;
			@media screen and (max-width: 767px) {
				padding: 3rem 2rem;
				margin-bottom: 3rem;
			}
			.jp {
				font-style: normal;
				font-weight: 700;
				font-size: 3.2rem;
				line-height: 1;
				text-align: center;
				letter-spacing: 0.1em;
				color: #000000;
				margin-bottom: 1.6rem;
				@media screen and (max-width: 767px) {
					font-size: 2.2rem;
					line-height: 1.6;
					margin-bottom: 1rem;
				}
			}
			.en {
				font-style: normal;
				font-weight: 700;
				font-size: 2rem;
				line-height: 1;
				text-align: center;
				letter-spacing: 0.08em;
				text-transform: capitalize;
				color: #1b8b4f;
				margin-bottom: 3rem;
                @media screen and (max-width:767px){
                font-size: 1.6rem;
                margin-bottom: 2rem;
                }
			}
			.green-label {
				font-style: normal;
				font-weight: 700;
				font-size: 2.4rem;
				line-height: 1;
				text-align: center;
				letter-spacing: 0.06em;
				color: #ffffff;
				background-color: #1b8b4f;
				padding: 1.1rem 2.35rem;
				box-sizing: border-box;
				margin: 0 auto 0.9rem;
				display: table;
                @media screen and (max-width:767px){
                padding: .8rem 1rem;
                font-size: 1.6rem;
                line-height: 1.65;
                }
			}
			.green-label.comma-fix {
				padding: 1.1rem .8rem 1.1rem 2.35rem;
			}
			& p {
				margin-top: 2.4rem;
				font-style: normal;
				font-weight: 400;
				font-size: 1.6rem;
				line-height: 175%;
				letter-spacing: 0.06em;
				color: #000000;
                @media screen and (max-width:767px){
                font-size: 1.4rem;
                line-height: 1.65;
                margin-top: 2rem;
                }
			}
		}
		.card:last-child {
			margin-bottom: 0;
		}
	}
}
