@charset "UTF-8";
/* ==========================================================================
header_section
========================================================================== */
.top_img_bg {
	width: 100%;
	height: 100vh;
	display: block;
	background: #fff;
	margin: 0px;
}
@media (max-width: 767px){
	.top_img_bg {
		position: relative;
		top: 0px;
		height: calc(100vh - 60px);
	}
}
.top_img_container .slide-img img.header_slider_img,
.top_img_container p.img img.header_slider_img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
@media (max-width: 767px){
	.top_img_container .slide-img img.header_slider_img,
	.top_img_container p.img img.header_slider_img {
		height: calc(100vh - 60px);
	}
}
@keyframes zoomUp {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.15);
	}
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
	animation: zoomUp 20s linear 0s 1 normal both;
}
.top_img_container {
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px){
	.top_img_container {
		height: calc(100vh - 60px);
	}
}
.top_img_container.z-index_auto {
	z-index: auto;
}
.top_img_container p.en {
	font-size: 20px;
	line-height: 3;
	letter-spacing: 8px;
	color: #121212;
	position: absolute;
	top: 250px;
	left: 5%;
	z-index: 4;
	/*font-family: 'Century Gothic', "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
	font-weight: 400;
	font-style: normal;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.en {
		font-size: 17px;
		top: 200px;
		left: 10%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.en {
		font-size: 15px;
		line-height: 2.5;
		left: 5%;
		top: 150px;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.en {
		font-size: 13px;
		line-height: 2.5;
		right: auto;
		left: 15px;
		letter-spacing: 0;
		top: 100px;
	}
}
.top_img_container p.en span {
	display: block;
}
.top_img_container p.jp {
	font-size: 80px;
	line-height: 1.2;
	color: #121212;
	position: absolute;
	bottom: 150px;
	right: 5%;
	z-index: 5;
	font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0;
	text-align: right;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.jp {
		font-size: 60px;
		bottom: 150px;
		right: 10%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.jp {
		font-size: 40px;
		bottom: 100px;
		right: 10%;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.jp {
		font-size: 35px;
		bottom: 200px;
		left: 15px;
	}
}
.top_img_container p.jp span {
	display: block;
}
.top_img_container p.slash {
	position: absolute;
	z-index: 4;
	bottom: -50px;
	right: 23%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.slash {
		bottom: -50px;
		right: 15%;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.slash {
		bottom: -30px;
		right: 18%;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.slash {
		bottom: 100px;
		right: 100px;
	}
}
.top_img_container p.slash img {
	width: 300px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	.top_img_container p.slash img {
		width: 250px;
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	.top_img_container p.slash img {
		width: 200px;
	}
}
@media screen and (max-width:767px) {
	.top_img_container p.slash img {
		width: 130px;
	}
}
/* ==========================================================================
slashはみ出し対応
========================================================================== */
p.slash.sp_none {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100px;
	overflow: hidden;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	p.slash.sp_none {
		height: 80px;
		
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	p.slash.sp_none {
		height: 50px;
	}
}
@media screen and (max-width:767px) {
	p.slash.sp_none {
		display: none;
	}
}
p.slash.sp_none img {
	width: 300px;
	position: absolute;
	bottom: calc(100% - 45px);
	right: 23%;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
	p.slash.sp_none img {
		width: 250px;
		right: 15%;
		bottom: calc(100% - 45px);
	}
}
@media screen and (max-width: 991px) and (min-width: 768px) {
	p.slash.sp_none img {
		width: 200px;
		right: 18%;
		bottom: calc(100% - 25px);
	}
}
@media screen and (max-width: 767px) {
	p.slash.sp_none img {
		right: 18%;
	}
}
/* ==========================================================================
SECTION01
========================================================================== */
#section01 {
	width: 100%;
	position: relative;
	display: block;
	padding: 150px 0 0;
}
@media screen and (max-width: 991px) {
	#section01 {
		padding: 50px 0 0;
	}
}
#section01 .slim_box {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
@media screen and (max-width: 991px) {
	#section01 .slim_box {
		max-width: 500px;
	}
}
#section01 h2.catch_ttl {
	font-size: 80px;
	line-height: 1.3;
	text-align: left;
	margin-bottom: 250px;
	color: #363636;
	font-weight: 300;
	font-style: normal;
}
#section01 h2.catch_ttl span {
	font-size: 14px;
	display: block;
	color: #363636;
	letter-spacing: 2px;
	text-align: center;
	margin: 0 auto 100px;
	font-weight: 500;
	font-style: normal;
}
@media screen and (max-width: 991px) {
	#section01 h2.catch_ttl {
		font-size: 35px;
		line-height: 1.2;
		width: 290px;
		margin: 0 auto 50px;
	}
	#section01 h2.catch_ttl span {
		font-size: 11px;
		margin: 0 auto 30px;
	}
}
#section01 h3.tate_ttl {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	color: #FA6A18;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 180px;
	margin: 0;
	position: relative;
	font-weight: 500;
	font-style: normal;
}
#section01 h3.tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	width: 1px;
	height: 100px;
	margin: auto;
	background-color: #FA6A18;
}
@media screen and (max-width: 991px) {
	#section01 h3.tate_ttl {
		font-size: 11px;
		line-height: 1.5;
		display: block;
		color: #FA6A18;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 100px;
		margin: 0;
		position: relative;
	}
	#section01 h3.tate_ttl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		width: 1px;
		height: 40px;
		margin: auto;
		background-color: #FA6A18;
	}
}
#section01 p.desc {
	font-size: 14px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: left;
	padding: 0 0 180px;
	margin: 0 auto;
	max-width: 360px;
}
@media screen and (max-width: 991px) {
	#section01 p.desc {
		font-size: 11px;
		letter-spacing: 3px;
		padding: 0 0 100px;
		max-width: 350px;
	}
}
/* ==========================================================================
TOPICS
========================================================================== */
#topics {
	width: 100%;
	position: relative;
	display: block;
	padding: 50px 0 150px;
}
@media screen and (max-width: 991px) {
	#topics {
		padding: 100px 0 100px;
	}
}
#topics .tate_ttl {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	color: #555;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 120px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#topics .tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 1px;
	height: 60px;
	margin: auto;
	background-color: #EEB0B0;
}
@media screen and (max-width: 991px) {
	#topics .tate_ttl {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 80px;
		margin: 0;
		position: relative;
	}
	#topics .tate_ttl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 1px;
		height: 40px;
		margin: auto;
	}
}
#index_news_list {
	margin: 0 0px 60px 0;
	padding: 0px;
	width: 100%;
	text-align: left;
}
@media screen and (max-width: 767px) {
	#index_news_list {
		margin: 0 0px 30px 0;
	}
}
#index_news_list li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0px 5px 0;
	padding: 0px;
	font-size: 16px;
	background-color: transparent;
	border: none;
}
@media screen and (max-width: 991px) {
	#index_news_list li {
		float: none;
		width: 100%;
		height: auto;
		margin: 0px 0 5px 0 !important;
		padding: 0 !important;
	}
}
#index_news_list li div.new_info,
#index_news_list li div.old_info {
	margin: 0;
	float: left;
}
#index_news_list li div.new_info span,
#index_news_list li div.old_info span {
	background: #555;
	color: #fff;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	display: block;
	padding: 0px;
	width: 40px;
	height: 27px;
	line-height: 27px;
	letter-spacing: -0.06em;
	margin-top: 0px;
	margin-right: 10px;
	position: relative;
	left: 10px;
	top: 2px;
}
@media screen and (max-width: 991px) {
	#index_news_list li div.new_info span,
	#index_news_list li div.old_info span {
		height: 20px;
		line-height: 20px;
		margin-top: 0px;
		left: 0px;
		top: 0px;
		margin-right: 5px;
	}
}
#index_news_list li div.old_info span {
	background-color: #d5d5d5;
}
#index_news_list li a.title {
	float: none;
	width: 100%;
	line-height: 27px;
	padding: 13px 0px 15px 0px;
	background: #fff;
	margin: 0;
	display: block;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	box-shadow: 0px 6px 0px 0px #e5e5e5;
	-moz-box-shadow: 0px 6px 0px 0px #e5e5e5;
	-webkit-box-shadow: 0px 6px 0px 0px #e5e5e5;
}
#index_news_list li:first-child a.title {
	border-top: none;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title {
		padding: 10px 0px 8px;
		line-height: 20px;
	}
}
#index_news_list li a.title:hover {
	text-decoration: none;
	color: #363636;
	background: rgba(255,255,255,0.5);
	box-shadow: 0px 6px 0px 0px #fafafa;
	-moz-box-shadow: 0px 6px 0px 0px #fafafa;
	-webkit-box-shadow: 0px 6px 0px 0px #fafafa;
}
#index_news_list li a.title p.date {
	float: none;
	width: 100%;
	font-size: 15px;
	font-weight: 500;
	color: #363636;
	line-height: 27px;
	margin: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	top: 2px;
	position: relative;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date {
		font-size: 11px !important;
		line-height: 20px;
		top: 0px;
	}
}
#index_news_list li a.title p.date span.entry-date {
	float: none;
	font-size: 14px;
	color: #363636;
	display: inline-block;
	font-weight: 500;
	line-height: 27px;
	margin: 0 10px 0 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date span.entry-date {
		font-size: 10px;
		margin: 0 0px 2px 0;
		display: block;
		line-height: 20px;
	}
}
#index_news_list li a.title p.date span.entry-date em {
	font-style: normal;
	margin: 0 10px;
	background: #fff;
	border: 1px solid #363636;
	padding: 2px 0px;
	line-height: 21px;
	color: #363636;
	width: 100px;
	display: inline-block;
	text-align: center;
}
@media screen and (max-width: 991px) {
	#index_news_list li a.title p.date span.entry-date em {
		margin: 0 10px 0 5px;
		line-height: 14px;
		width: 70px;
	}
}
#index_news_list li a.title:hover p.date,
#index_news_list li a.title:hover p.date span.entry-date {
	color: #555;
}
#index_news_list li a.title:hover p.date span.entry-date em {
	background: #fff;
	border: 1px solid #555;
	color: #555;
}
/* ==========================================================================
MATERIALS
========================================================================== */
#materials {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 0 150px;
}
#materials.pb0 {
	padding-bottom: 0;
}
@media screen and (max-width: 991px) {
	#materials {
		padding: 50px 0 100px;
	}
	#materials.intern_custom_sec {
		padding: 0px 0 30px;
	}
	#materials.pb0 {
		padding-bottom: 0;
	}
}
#materials .tate_ttl {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	color: #555;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 120px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#materials .tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 1px;
	height: 60px;
	margin: auto;
	background-color: #EEB0B0;
}
#materials .tate_ttl.font_up {
	font-size: 18px;
}
#materials .tate_ttl.pd_intern_custom {
	padding: 0 0 260px;
}
#materials .tate_ttl.jp {
	font-family: "游ゴシック", YuGothic;
}
#materials .tate_ttl.no_tate_border {
	padding: 0 0 50px;
}
#materials .tate_ttl.no_tate_border::after {
	display: none;
}
@media screen and (max-width: 991px) {
	#materials .tate_ttl {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 80px;
		margin: 0;
		position: relative;
	}
	#materials .tate_ttl::after {
		bottom: 20px;
		height: 40px;
	}
	#materials .tate_ttl.font_up {
		font-size: 13px;
	}
	#materials .tate_ttl.pd_intern_custom {
		padding: 0 0 130px;
	}
	#materials .tate_ttl.no_tate_border {
		padding: 0 0 30px;
	}
}
#materials .top_works {
	margin: 0 auto 100px;
}
#materials .top_works.mb0 {
	margin-bottom: 0;
}
@media screen and (max-width: 991px) {
	#materials .top_works {
		margin: 0 auto 50px;
	}
}
#materials .top_works img {
	margin: 0 auto;
}
@media screen and (max-width: 991px) {
	#materials .top_works img {
		margin: 0 auto 20px;
	}
}
#materials .top_works .works_ttl {
	font-size: 30px;
	color: #363636;
	line-height: 1.5;
	margin: 0 0 30px;
	font-weight: bold;
}
#materials .top_works .works_ttl span {
	font-size: 19px;
	color: #555;
	line-height: 1.2;
	display: block;
}
@media screen and (max-width: 991px) {
	#materials .top_works .works_ttl {
		font-size: 16px;
		line-height: 1.3;
		margin: 0 0 20px;
	}
	#materials .top_works .works_ttl span {
		font-size: 14px;
		line-height: 1.2;
	}
}
#materials .top_works .desc {
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 2px;
	color: #363636;
}
#materials .top_works .desc.mb30 {
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	#materials .top_works .desc {
		font-size: 11px;
		letter-spacing: 1px;
	}
	#materials .top_works .desc.mb30 {
		margin-bottom: 20px;
	}
}
#materials .slim_box {
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: block;
}
#materials .slim_box.wd_pc900 {
	max-width: 900px;
}
@media screen and (max-width: 991px) {
	#materials .slim_box {
		max-width: 72%;
	}
	#materials .slim_box.wd_pc900 {
		max-width: 100%;
	}
}
#materials .slim_box h4.catch_ttl {
	font-size: 15px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: center;
	padding: 0 0 40px;
	margin: 0 auto;
	max-width: 360px;
}
#materials .slim_box h4.catch_ttl.color_font {
	color: #FA6A18;
	font-size: 18px;
	font-family: "游ゴシック", YuGothic;
	font-weight: 500;
}
#materials .slim_box h4.catch_ttl.bold {
	font-weight: bold;
}
@media screen and (max-width: 991px) {
	#materials .slim_box h4.catch_ttl {
		font-size: 12px;
		letter-spacing: 3px;
		padding: 0 0 30px;
		max-width: 100%;
	}
	#materials .slim_box h4.catch_ttl.color_font {
		color: #FA6A18;
		font-size: 13px;
	}
}
#materials .slim_box p.desc {
	font-size: 14px;
	line-height: 2;
	display: block;
	color: #363636;
	letter-spacing: 4px;
	text-align: left;
	padding: 0 0 50px;
	margin: 0 auto;
	max-width: 360px;
}
#materials .slim_box p.desc.wd_pc_max {
	max-width: 100%;
}
@media screen and (max-width: 991px) {
	#materials .slim_box p.desc {
		font-size: 11px;
		letter-spacing: 3px;
		padding: 0 0 30px;
		max-width: 100%;
	}
	#materials .slim_box p.desc.wd_pc_max {
		max-width: 100%;
	}
}
#materials .slim_box p.desc.intern_set {
	max-width: 430px;
}
#materials .slim_box p.desc.intern_set.pb0 {
	padding: 0 0 0px;
}
@media screen and (max-width: 991px) {
	#materials .slim_box p.desc.intern_set {
		max-width: 100%;
	}
	#materials .slim_box p.desc.intern_set.pb0 {
		padding: 0 0 0px;
	}
}
#materials ul.pdf_list {
	max-width: 600px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
#materials .intern_img_container {
	max-width: 600px;
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 auto 100px;
}
@media screen and (max-width: 991px) {
	#materials .intern_img_container {
		max-width: 100%;
		padding: 0px;
		display: block;
		margin: 0 auto 60px;
	}
}
#materials .intern_img_container img {
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
#materials ul.member_list {
	padding: 0px 0 200px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: left;
	width: 100%;
}
#materials ul.member_list.pb0 {
	padding-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	#materials ul.member_list {
		padding: 0px 0 100px;
	}
}
#materials ul.member_list li.list_item {
	width: 28%;
	margin-right: 8%;
	margin-top: 50px;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#materials ul.member_list li.list_item:nth-of-type(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	#materials ul.member_list li.list_item {
		width: 100%;
		margin-right: 0%;
		margin-top: 50px;
	}
	#materials ul.member_list li.list_item:first-child {
		margin-top: 20px;
	}
}
#materials ul.member_list li.list_item a {
	width: 100%;
	margin-right: 0%;
}
#materials ul.member_list li.list_item a .item-imgBox {
	width: 100%;
	position: relative;
	text-align: center;
	border-radius: 10px;
	box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-moz-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
	-webkit-box-shadow: 6px 6px 12px rgba(0, 0, 0, .175);
}
#materials ul.member_list li.list_item a .item-imgBox .parent_img-wrap {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
}
#materials ul.member_list li.list_item a .item-imgBox .parent_img-wrap img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	width: 100%;
	height: auto;
}
#materials ul.member_list li.list_item:hover .item-imgBox .parent_img-wrap img {
	box-shadow: none;
}

#materials ul.member_list li.list_item a:hover .item-imgBox .parent_img-wrap img {
	transform: scale(1.1);
	opacity: 0.9;
}
#materials ul.member_list li.list_item a .item-textBox {
	display: block;
	margin: 30px auto 0;
	width: 100%;
	position: relative;
	letter-spacing: 2px;
}
#materials ul.member_list li.list_item a .item-textBox h4.ttl {
	font-size: 14px;
	line-height: 2;
	margin: 0px;
	color: #363636;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	#materials ul.member_list li.list_item a .item-textBox {
		margin: 15px auto 0;
	}
	#materials ul.member_list li.list_item a .item-textBox h4.ttl {
		font-size: 11px;
	}
}
/* ==========================================================================
PICK UP CONTENTS
========================================================================== */
#pickup {
	width: 100%;
	position: relative;
	display: block;
	padding: 0 0 100px;
}
@media screen and (max-width: 991px) {
	#pickup {
		padding: 0 0 100px;
	}
}
#pickup .tate_ttl {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	color: #555;
	letter-spacing: 2px;
	text-align: center;
	padding: 0 0 120px;
	margin: 0;
	position: relative;
	font-weight: bold;
	font-style: normal;
}
#pickup .tate_ttl::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 1px;
	height: 60px;
	margin: auto;
	background-color: #EEB0B0;
}
@media screen and (max-width: 991px) {
	#pickup .tate_ttl {
		font-size: 14px;
		line-height: 1.5;
		display: block;
		letter-spacing: 2px;
		text-align: center;
		padding: 0 0 80px;
		margin: 0;
		position: relative;
	}
	#pickup .tate_ttl::after {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 20px;
		width: 1px;
		height: 40px;
		margin: auto;
	}
}
#pickup ul.pickup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	max-width: 910px;
}
#pickup ul.pickup_list li.list_item {
	width: 28%;
	margin-right: 8%;
	margin-bottom: 8%;
	display: block;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
}
#pickup ul.pickup_list li.list_item:nth-of-type(3n) {
	margin-right: 0%;
}
@media only screen and (max-width: 767px) {
	#pickup ul.pickup_list li.list_item {
		width: 48%;
		margin-right: 4%;
	}
	#pickup ul.pickup_list li.list_item:nth-of-type(3n) {
		margin-right: 4%;
	}
	#pickup ul.pickup_list li.list_item:nth-of-type(2n) {
		margin-right: 0%;
	}
	#pickup ul.pickup_list li.list_item:last-child {
		margin: 0 auto 0px;
	}
}
#pickup ul.pickup_list li.list_item a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	transition-property: background-color, color;
	transition-timing-function: ease;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	position: relative;
	min-height: 1px;
	height: auto;
}
#pickup ul.pickup_list li.list_item a .item-imgBox {
	width: 100%;
	position: relative;
	text-align: center;
}
#pickup ul.pickup_list li.list_item a .item-imgBox .parent_img-wrap {
	position: relative;
	display: block;
}
#pickup ul.pickup_list li.list_item a .item-imgBox .parent_img-wrap img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	width: 100%;
	max-width: 50%;
	height: auto;
	margin: 0 auto;
}
#pickup ul.pickup_list li.list_item:hover .item-imgBox .parent_img-wrap img {
	box-shadow: none;
}

#pickup ul.pickup_list li.list_item a:hover .item-imgBox .parent_img-wrap img {
	transform: scale(1.1);
	opacity: 0.9;
}
#pickup ul.pickup_list li.list_item a .item-textBox {
	display: block;
	margin: 20px auto 0;
	width: 100%;
	position: relative;
	letter-spacing: 2px;
}
#pickup ul.pickup_list li.list_item a .item-textBox h3.ttl {
	font-size: 16px;
	line-height: 2;
	margin: 0px;
	color: #363636;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#pickup ul.pickup_list li.list_item a .item-textBox {
		margin: 15px auto 0;
		padding-bottom: 55px;
	}
	#pickup ul.pickup_list li.list_item a .item-textBox h3.ttl {
		font-size: 12px;
	}
}



