@charset "UTF-8";

#mainvisual_lower_block.pattern04 .text_box{
	width: min(50vw, 500px);
}

/*-----------------------------------

	voice_block

-----------------------------------*/
#voice_block {
	padding: 0 0 440px;
    margin-top: 177px;
}

#voice_block .ttl_box {
	text-align: center;
	/*border-bottom: 1px solid rgba(35, 24, 21, 0.5);*/
	margin-bottom: 40px;
}
#voice_block .num_box {
	width: 40px;
	margin: 0 auto 20px;
	text-align: center;
}
#voice_block .num_box .txt {
	margin-bottom: 6px;
}
#voice_block .num_box .num {
	font-size: 30px;
	font-family: "Lato", serif;
	font-weight: 700;
	line-height: 1;
}
#voice_block .img_box {
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 50px;
	aspect-ratio: 5 / 3.3;
}
#voice_block .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#voice_block .wrap h4 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-align: center;
	margin-bottom: 20px;
}
#voice_block .wrap h4 span {
	font-size: 14px;
}
#voice_block .category_box {
	justify-content: flex-start;
	margin-bottom: 32px;
}
#voice_block .category_box .category {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #72bf98;
	padding: 0 8px;
	border-left: 0.5px solid #72bf98;
}
/*#voice_block .intro_box {
	margin-bottom: 75px;
}*/
#voice_block .intro_box p {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.05em;
	flex-grow: 1;
	overflow-wrap: break-word;
}

#voice_block .intro_box .more{
	margin-left: auto;
	display: block;
	font-size: 14px;
	padding-right: 33px;
}
#voice_block .intro_box .more::after{
	width: 22px;
	height: 12px;
}

#voice_block .contents_inner .voice_list{
	gap: 112px 44px;
	justify-content: flex-start;
}
#voice_block .contents_inner .voice_list li{
	width: calc((100% - 88px) / 3);
}
#voice_block .contents_inner .voice_list li a{
	height: 100%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#voice_block .contents_inner .voice_list li a .intro_box{
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	flex-grow: 1;
}
#voice_block .contents_inner .voice_list li a .wrap {
	display: flex;
	flex-direction: column;
	min-height: 88px;
}
#voice_block .contents_inner .voice_list li a .intro_box .p_wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#voice_block .Pagination{
	margin-top: 152px;
}

#voice_block .contents_inner .box_wrap{
	padding: 96px 5px 0;
}
#voice_block .contents_inner .box_wrap .check_box{
	gap: 7px 11px;
	justify-content: flex-start;
}
#voice_block .contents_inner .box_wrap .check_box:not(:first-child){
	margin-top: 7px;
}
#voice_block .contents_inner .box_wrap .check_box .search_contents{
	font-size: 12px;
	background: #F8F8F8;
	border: 1px solid #EFEEED;
	padding: 3px 12px 3px 7px;
	border-radius: 2px;
	position: relative;
}
#voice_block .contents_inner .box_wrap .check_box .search_contents input{
    margin: auto;
    bottom: 0;
    top: 0;
    position: absolute;
}
#voice_block .contents_inner .box_wrap .check_box .search_contents label{
	padding-left: 18px;
}

#voice_block .wrap .position {
    text-align: center;
    font-weight: 700;
    margin-bottom: 4px;
}

#voice_block .btn{
	margin: 60px auto 0;
}

@media screen and (max-width: 840px){
	#voice_block .contents_inner .voice_list li{
		width: calc((100% - 44px) / 2);
	}
}
@media screen and (max-width: 640px) {
	#voice_block {
		padding: 0 0 200px;
		margin-top: 55px;
	}
	
	#voice_block .contents_inner .voice_list{
		gap: 30px;
	}
	#voice_block .contents_inner .voice_list li{
		width: 100%;
	}
	
	#voice_block .img_box {
		border-radius: 15px;
		margin-bottom: 25px;
	}
	#voice_block .num_box{
		margin: 0 auto 10px;
	}
	#voice_block .intro_box h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}
	#voice_block .intro_box p{
		margin-bottom: 10px;
	}
	#voice_block .category_box{
		margin-bottom: 20px;
	}
	
	#voice_block .Pagination{
		margin-top: 70px;
	}
	
	#voice_block .contents_inner .box_wrap{
		padding: 70px 0 0;
	}
	#voice_block .btn{
		margin: 40px auto 0;
	}
}
@media screen and (max-width: 480px){
	#voice_block .Pagination{
		margin-top: 50px;
	}
	#voice_block .contents_inner .box_wrap{
		padding: 50px 0 0;
	}
}
/*-----------------------------------

	voice_detail_block

-----------------------------------*/
#voice_detail_block {
	padding: 0 0 440px;
	margin-top: 177px;
}
#voice_detail_block p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.95;
	letter-spacing: 0.05em;
}
/* intro_wrapper */
#voice_detail_block .intro_wrapper .ttl_box {
	text-align: center;
	border-bottom: 1px solid rgba(35, 24, 21, 0.5);
	margin-bottom: 40px;
}
#voice_detail_block .intro_wrapper .ttl_box .num_box {
	width: 63px;
	margin: 0 auto 32px;
}
#voice_detail_block .intro_wrapper .ttl_box .num_box .txt {
	margin-bottom: 6px;
}
#voice_detail_block .intro_wrapper .ttl_box .num_box .num {
	font-size: 48px;
	font-family: "Lato", serif;
	font-weight: 700;
	line-height: 1;
}
#voice_detail_block .intro_wrapper .ttl_box h3 {
	font-size: 28px;
	letter-spacing: 0.1em;
	padding-bottom: 32px;
}
#voice_detail_block .intro_wrapper .img_box {
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 50px;
}
#voice_detail_block .intro_wrapper .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#voice_detail_block .intro_wrapper .name_box {
	align-items: center;
	margin-bottom: 16px;
}
#voice_detail_block .intro_wrapper .intro_box h4 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
#voice_detail_block .intro_wrapper .intro_box h4 span {
	font-size: 17px;
}
#voice_detail_block .intro_wrapper .category_box {
	justify-content: flex-start;
	gap: 16px 16px;
	margin-bottom: 12px;
}
#voice_detail_block .intro_wrapper .category_box .category {
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #ffffff;
	background: #72bf98;
	padding: 3px 10px;
}
#voice_detail_block .intro_wrapper .intro_box {
	margin-bottom: 75px;
}
#voice_detail_block .intro_wrapper .intro_box p {
	margin-bottom: 25px;
}
#voice_detail_block .intro_wrapper .intro_box a {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.05em;
	padding-right: 43px;
	color: #38af80;
	width: max-content;
	margin-left: auto;
	position: relative;
}
#voice_detail_block .intro_wrapper .intro_box a::after {
	content: '';
	display: block;
	background: url(../img/common/btn_arw_rt_gr.svg) no-repeat center center / cover;
	width: 29px;
	height: 29px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
#voice_detail_block .intro_wrapper .youtube_box {
	max-width: 640px;
	margin: 0 auto 55px;
}
#voice_detail_block .intro_wrapper .youtube_box iframe {
	width: 100%;
}
/* q_a_wrapper */
#voice_detail_block .q_a_wrapper .q_a_03 {
	margin-bottom: 52px;
}
#voice_detail_block .q_a_wrapper .q_a_04 {
	margin-bottom: 49px;
}
#voice_detail_block .q_a_wrapper .q_a_box h5 {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #38af80;
	margin-bottom: 16px;
}
#voice_detail_block .q_a_wrapper .q_a_box {
	margin-bottom: 50px;
}
#voice_detail_block .q_a_wrapper .q_a_box:last-of-type {
	margin-bottom: 0px;
}

#voice_detail_block .q_a_wrapper .q_a_img_wrap {
	margin: 34px 0 46px;
}

#voice_detail_block .q_a_wrapper .img_wrap {
	width: calc((100% - 56px) / 2);
}
#voice_detail_block .q_a_wrapper .q_a_img_bg_wrap .img_wrap {
	width: auto;
	margin: 70px auto 71px;
}
#voice_detail_block .q_a_wrapper .last_box .img_wrap {
	width: 100%;
}
#voice_detail_block .q_a_wrapper .img_wrap .img_box {
	overflow: hidden;
	aspect-ratio: 5 / 3.5;
	border-radius: 15px;
}
#voice_detail_block .q_a_wrapper .img_wrap .img_box img{
    object-fit: cover;
    height: 100%;
}
#voice_detail_block .q_a_wrapper .q_a_img_bg_wrap .img_wrap .img_box {
	border-radius: 0;
}
#voice_detail_block .q_a_wrapper .img_wrap p {
	font-size: 13px;
	margin-top: 10px;
}
#voice_detail_block .q_a_wrapper .last_box {
	margin-bottom: 70px;
}
#voice_detail_block .q_a_wrapper .last_box .lt {
	width: 44.8%;
}
#voice_detail_block .q_a_wrapper .last_box .rt {
	width: 49.9%;
}
#voice_detail_block .q_a_wrapper .last_box .date {
	font-size: 14px;
	letter-spacing: 0.05em;
	margin-top: 35px;
}
#voice_detail_block .q_a_wrapper .gallery_box {
	gap: 40px 56px;
	margin: 0;
	justify-content: flex-start;
}
#voice_detail_block .q_a_wrapper .btn_wh {
	max-width: 420px;
	margin: 80px auto 0;
}
#voice_detail_block .red_annotation {
	color: red;
	font-size: 12px;
    margin-top: 12px;
    text-align: right;
}
#voice_detail_block .col_wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 640px) {
	#voice_detail_block {
		padding: 0 0 200px;
		margin-top: 55px;
	}
	#voice_detail_block p {
		font-size: 14px;
	}
	/* intro_wrapper */
	#voice_detail_block .intro_wrapper .ttl_box {
		margin-bottom: 30px;
	}
	#voice_detail_block .intro_wrapper .ttl_box .num_box {
		width: 50px;
		margin: 0 auto 16px;
	}
	#voice_detail_block .intro_wrapper .ttl_box .num_box .num {
		font-size: 34px;
	}
	#voice_detail_block .intro_wrapper .ttl_box h3 {
		font-size: 20px;
		padding-bottom: 26px;
	}
	#voice_detail_block .intro_wrapper .img_box {
		border-radius: 15px;
		margin-bottom: 25px;
	}
	#voice_detail_block .intro_wrapper .intro_box {
		margin-bottom: 45px;
	}
	#voice_detail_block .intro_wrapper .intro_box h4 {
		font-size: 18px;
	}
	#voice_detail_block .intro_wrapper .intro_box h4 span {
		font-size: 14px;
	}
	#voice_detail_block .intro_wrapper .category_box {
		gap: 12px 12px;
		margin-bottom: 10px;
	}
	#voice_detail_block .intro_wrapper .category_box .category {
		font-size: 14px;
		padding: 2px 7px;
	}
	#voice_detail_block .intro_wrapper .name_box {
		row-gap: 5px;
	}
	#voice_detail_block .intro_wrapper .youtube_box {
		margin: 0 auto 45px;
	}
	#voice_detail_block .intro_wrapper .youtube_box iframe {
		height: 220px;
	}	
	/* q_a_wrapper */
	#voice_detail_block .q_a_wrapper .q_a_03 {
		margin-bottom: 42px;
	}
	#voice_detail_block .q_a_wrapper .q_a_04 {
		margin-bottom: 29px;
	}
	#voice_detail_block .q_a_wrapper .q_a_box h5 {
		font-size: 14px;
		margin-bottom: 11px;
	}
	#voice_detail_block .q_a_wrapper .q_a_img_wrap {
		margin: 30px 0 42px;
		gap: 20px 0;
	}
	#voice_detail_block .q_a_wrapper .img_wrap {
		width: 100%;
	}
	#voice_detail_block .q_a_wrapper .q_a_img_bg_wrap .img_wrap {
		margin: 33px auto 41px;
	}
	#voice_detail_block .q_a_wrapper .img_wrap .img_box {
		border-radius: 10px;
	}
	#voice_detail_block .q_a_wrapper .img_wrap p {
		font-size: 11px;
		margin-top: 7px;
	}
	#voice_detail_block .q_a_wrapper .last_box {
		gap: 25px 0;
		margin-bottom: 50px;
	}
	#voice_detail_block .q_a_wrapper .last_box .lt,
	#voice_detail_block .q_a_wrapper .last_box .rt {
		width: 100%;
	}
	#voice_detail_block .q_a_wrapper .last_box .date {
		font-size: 12px;
		margin-top: 15px;
	}
	#voice_detail_block .q_a_wrapper .btn_wh {
		margin: 40px auto 0;
	}
}

.btn {
	background: #38af80;
	color: #FFFFFF !important;
	border: 8px solid #FFFFFF;
	border-radius: 100px;
	height: 80px;
	width: 80%;
	max-width: 352px;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	box-shadow: 12px 12px 12px 0px rgba(4, 0, 0, 0.1);
	display: flex !important;
	align-items: center;
    justify-content: center;
}
.btn::after {
	content: "";
	width: 8px;
	height: 8px;
	background: #FFFFFF;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	position: absolute;
	display: flex;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
	.btn {
		width: 100%;
		border: 5px solid #FFFFFF;
		font-size: 14px;
		height: 68px;
	}
}