@charset "utf-8";

/* common
============================================= */
.sp_only{display:none;}

#internship2019 .section_inner {
	max-width: 1164px;
	margin: 0 auto;
}

img {
	width: 100%;
	height: auto;
}

#internship2019 .section_title {
	margin-bottom: 50px;
	font-size: 1.875rem;/* 30px */
	font-weight: bold;
	text-align: center;
}
#internship2019 .section_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 4px;
	margin: 20px auto 0;
	background-color: #66C175;
}
#internship2019 .section_title.white {
	color: #fff;
}
#internship2019 .section_title.white::after {
	background-color: #fff;
}


/* first_view
============================================= */
#internship2019 .main_visual {
	max-width: 1164px;
	margin: 0 auto;
	position: relative;
}
#internship2019 .main_visual .text_box {
	min-width: 440px;
	padding: 25px;
	background-color: rgba(63, 147, 77, 0.9);
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#internship2019 .main_visual_title {
	font-size: 2.625rem;/* 42px */
	font-weight: bold;
	line-height: 0.75;
	text-align: center;
}
#internship2019 .main_visual_title > span {
	font-weight: bold;
}
#internship2019 .main_visual_title .sub {
	display: inline-block;
	padding: 5px 24px 6px;
	background-color: #fff;
	border-radius: 9999px;
	color: #398539;
	font-size: 1.5rem;/* 24px */
	line-height: 1.458;
}
#internship2019 .main_visual_title .small {
	display: block;
	margin-top: 16px;
	font-size: 1.875rem;/* 30px */
	line-height: 1.05;
	text-align: center;
}
#internship2019 .main_visual_title .large {
	display: inline-block;
	margin-top: 10px;
}
#internship2019 .main_visual .text_box .text {
	margin-top: 18px;
	font-size: 1.125rem;/* 18px */
	line-height: 1.444;
	text-align: center;
}
#internship2019 .first_view .lead_text {
	margin-top: 30px;
	font-size: 1.125rem;/* 18px */
	line-height: 1.75;
	text-align: center;
}


/* past_programs
============================================= */
#internship2019 .past_programs {
	margin-top: 80px;
}
#internship2019 .past_programs_list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 0;
	max-width: 950px;
    margin: 0 auto;
	padding: 44px 40px;
	background-color: #EDFFEC;
	position: relative;
}
#internship2019 .past_programs_item {
	width: 25%;
	padding-left: 20px;
	font-size: 1.125rem;/* 18px */
	line-height: 1.333;
	position: relative;
}
#internship2019 .col1_wide .past_programs_item,
#internship2019 .col4_wide .past_programs_item {
	width: calc((100% - 30%) / 3);
}
#internship2019 .col1_wide .past_programs_item:nth-of-type(4n + 1),
#internship2019 .col4_wide .past_programs_item:nth-of-type(4n + 4)  {
	width: 30%;
}

#internship2019 .past_programs_item::before {
	content: "";
	width: 6px;
	height: 6px;
	background-color: #398539;
	border-radius: 9999px;
	position: absolute;
	top: 0.5em;
	left: 5px;
	transform: translateY(-50%);
}
#internship2019 .past_programs_item.etc {
	width: auto;
	padding-left: 0;
	font-size: 1rem;/* 16px */
	position: absolute;
	right: 40px;
	bottom: 25px;
}
#internship2019 .past_programs_item.etc::before {
	content: none;
}

/* column */
#internship2019 .past_programs_column {
	display: flex;
	justify-content: center;
	gap: 5%;
}
#internship2019 .past_programs_column .column_item {
	width: 30%;
	background-color: #EDFFEC;
	position: relative;
}
#internship2019 .past_programs_column .column_item:nth-of-type(n + 2)::before {
	content: "";
	width: 31px;
	height: 55px;
	background: url(../img/ico_arrow_green.svg) no-repeat center / contain ;
	position: absolute;
	top: 50%;
	left: calc(-31px - 2.5%);
	transform: translateY(-50%);
}
#internship2019 .past_programs_column .past_programs_list {
	padding: 30px;
}
#internship2019 .past_programs_column .column_title {
	padding: 10px;
	background-color: #3F934D;
	color: #fff;
	font-size: 1.25rem;/* 20px */
	font-weight: bold;
	text-align: center;
}
#internship2019 .past_programs_column .past_programs_list {
	display: block;
}
#internship2019 .past_programs_column .past_programs_item {
	width: 100%;
	margin-top: 18px;
}
#internship2019 .past_programs_column .past_programs_item:first-of-type {
	margin-top: 0;
}
#internship2019 .past_programs_column .past_programs_item.etc {
	position: static;
}

/* photogallery_list
============================================= */
#internship2019 .photogallery {
	margin-top: 100px;
}
#internship2019 .photogallery_list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 2.577%;
}
#internship2019 .photogallery_list ul li {
	width: 31.615%;
	position: relative;
}
#internship2019 .photogallery_list ul li .caption {
	padding: 4px 0 20px 0;
	font-size: 0.9375rem;/* 15px */
	line-height: 170%;
}
#internship2019 .photogallery_list ul li.category01:after {
	content: url(../../../img/2019/photogallery_category_01.png);
	position: absolute;
	left: 0px;
	top: 0px;
}
#internship2019 .photogallery_list ul li.category02:after {
	content: url(../../../img/2019/photogallery_category_02.png);
	position: absolute;
	left: 0px;
	top: 0px;
}
#internship2019 .photogallery_list ul li.category03:after {
	content: url(../../../img/2019/photogallery_category_03.png);
	position: absolute;
	left: 0px;
	top: 0px;
}


/* participants_comments
============================================= */
#internship2019 .participants_comments {
	margin-top: 100px;
	padding: 58px 0 100px;
	background: linear-gradient(180deg, #28A879 0%, #31AC6F 80%, #66C175 100%);
}
#internship2019 .comments_list {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px 2.577%;
}
#internship2019 .comments_list_item {
	width: 31.615%;
	position: relative;
	z-index: 0;
}
#internship2019 .comments_list_item::after {
	content: "";
	width: 100%;
	height: calc(100% - 20px);
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
#internship2019 .comments_list_item .item_inner {
	padding: 28px 30px;
	background-image: linear-gradient(-135deg, transparent 15px, #fff 15px);
}
#internship2019 .comments_list_item .item_inner::before {
    content: '';
	border-style: solid;
    border-width: 20px 0px 0px 20px;
    border-color: transparent transparent transparent #0E9765;
	position: absolute;
	top: 0px;
	right: 0px;
}
#internship2019 .comments_list_text {
	font-size: 1rem;/* 16px */
	line-height: 1.75;
}
#internship2019 .comments_list_text .underline {
	color: #398539;
	background: linear-gradient(transparent 71%, #FCFFA1 0%);
	font-weight: bold;
    font-style: normal;
}


@media screen and (max-width: 767px) {
	/* common
	============================================= */
	.pc_only{display:none;}
	.sp_only{display:block;}

	#internship2019 .section_inner {
		padding: 0 4vw;
	}
	
	#internship2019 .section_title {
		margin-bottom: 40px;
		font-size: 1.5rem;/* 24px */
	}
	#internship2019 .section_title::after {
		width: 60px;
	}


	/* first_view
	============================================= */
	#internship2019 .main_visual .text_box {
		min-width: 81.333vw;
		padding: 22px;
	}
	#internship2019 .main_visual_title {
		font-size: 8.8vw;/* 33px */
		line-height: 0.666;
	}
	#internship2019 .main_visual_title .sub {
		padding: 5px 20px 6px;
		font-size: 5.066vw;/* 19px */
		line-height: 1.421;
	}
	#internship2019 .main_visual_title .small {
		margin-top: 15px;
		font-size: 6.133vw;/* 23px */
		line-height: 0.956;
	}
	#internship2019 .main_visual_title .large {
		margin-top: 12px;
	}
	#internship2019 .main_visual .text_box .text {
		margin-top: 18px;
		font-size: 3.733vw;/* 14px */
		line-height: 1.428;
	}
	#internship2019 .first_view .lead_text {
		margin-top: 20px;
		font-size: 1rem;/* 16px */
		text-align: left;
	}


	/* past_programs
	============================================= */
	#internship2019 .past_programs {
		margin-top: 60px;
	}
	#internship2019 .past_programs_list {
		display: block;
		padding: 36px 40px;
	}
	#internship2019 .past_programs_item {
		margin-top: 18px;
	}
	#internship2019 .past_programs_item:nth-of-type(n + 1),
	#internship2019 .col1_wide .past_programs_item:nth-of-type(n + 1),
	#internship2019 .col4_wide .past_programs_item:nth-of-type(n + 1) {
			width: 100%;
	}
	#internship2019 .past_programs_item:first-of-type {
		margin-top: 0;
	}
	#internship2019 .past_programs_item.etc {
		position: static;
	}

	/* column */
	#internship2019 .past_programs_column {
		display: block;
	}
	#internship2019 .past_programs_column .column_item {
		width: 100%;
	}
	#internship2019 .past_programs_column .column_item:nth-of-type(n + 2) {
		margin-top: 64px;
	}
	#internship2019 .past_programs_column .column_item:nth-of-type(n + 2)::before {
		width: 24px;
        height: 41px;
		top: -44px;
		left: 50%;
		transform: rotate(90deg) translate(0px, -50%);
        transform-origin: top left;
	}
	#internship2019 .past_programs_column .past_programs_list {
		padding: 20px 30px;
	}



	/* photogallery_list
	============================================= */
	#internship2019 .photogallery {
		margin-top: 80px;
	}
	#internship2019 .photogallery_list ul {
		display: block;
	}
	#internship2019 .photogallery_list ul li {
		width: 100%;
		margin-top: 5.2vw;
	}
	#internship2019 .photogallery_list ul li:first-of-type {
		margin-top: 0;
	}
	#internship2019 .photogallery_list ul li .caption {
		padding: 2.26vw 0 0 0;
		font-size: 3.73vw;
		line-height: 170%;
	}
	#internship2019 .photogallery_list ul li:after {
        content: "" !important;
        display: block;
        width: 29.73vw;
        height: 6.93vw;
        position: absolute;
        left: 0px;
        top: 0px;
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 29.73vw 6.93vw;
    }
	#internship2019 .photogallery_list ul li.category01:after {
		background-image: url(../../../img/2019/photogallery_category_01_sp.png);
	}
	#internship2019 .photogallery_list ul li.category02:after {
		background-image: url(../../../img/2019/photogallery_category_02_sp.png);
	}
	#internship2019 .photogallery_list ul li.category03:after {
		background-image: url(../../../img/2019/photogallery_category_03_sp.png);
	}


	/* participants_comments
	============================================= */
	#internship2019 .participants_comments {
		margin-top: 80px;
		padding: 46px 0 60px;
	}
	#internship2019 .comments_list {
		display: block;
	}
	#internship2019 .comments_list_item {
		width: 100%;
		margin-top: 20px;
	}
	#internship2019 .comments_list_item .item_inner {
		padding: 23px 25px;
	}
	#internship2019 .comments_list_item:first-of-type {
		margin-top: 0;
	}

}
