@charset "utf-8";
/*////////////////////////////////////
TOPIC
////////////////////////////////////*/

@media screen and (min-width: 768px) {
.under_section {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#ojt_section1 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 160px 0 0 0;
}
#ojt_img1 {
	position: relative;
	width: 80%;
	margin-right: 5%;
	margin-left: auto;
	margin-bottom: 50px;
}
#drecarelog {
	position: relative;
	width: 100%;
	padding: 100px 0;
}
#drecarelog_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
.under_section {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#ojt_section1 {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px 0 0 0;
}
#ojt_img1 {
	position: relative;
	width: 80%;
	margin-right: 5%;
	margin-left: auto;
	margin-bottom: 50px;
}
#drecarelog {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#drecarelog_area {
	position: relative;
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
}

@media screen and (min-width: 768px) {
.drecarelog_item {
	position: relative;
	width: 22%;
	margin: 1.5%;
	padding: 1%;
	background: #FFF;
	border: 1px solid #EEE;
}
.drecarelog_item a {
	text-decoration: none;
}
a .drecarelog_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	margin-bottom: 5px;
	overflow: hidden;
}
a .drecarelog_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.3s;
}
a:hover .drecarelog_photo img {
	transform: scale(1.1);
	opacity: 0.8;
}
a .drecarelog_day {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
a .drecarelog_day span {
	display: inline-block;
	padding: 3px 5px;
	background: #666;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	transition: all 0.3s;
}
a:hover .drecarelog_day span {
	background: #999;
}
a .drecarelog_title {
	position: relative;
	width: 100%;
	font-size: 1.6rem;
	color: #333;
	transition: all 0.3s;
}
a:hover .drecarelog_title {
	color: rgba(30,95,137,1.00);
}
}

@media screen and (min-width: 0px) and (max-width: 767px) {
.drecarelog_item {
	position: relative;
	width: 48%;
	margin: 1%;
	padding: 1%;
	background: #FFF;
	border: 1px solid #EEE;
}
.drecarelog_item a {
	text-decoration: none;
}
a .drecarelog_photo {
	position: relative;
	width: 100%;
	aspect-ratio:1/1;
	margin-bottom: 5px;
	overflow: hidden;
}
a .drecarelog_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.3s;
}
a:hover .drecarelog_photo img {
	transform: scale(1.1);
	opacity: 0.8;
}
a .drecarelog_day {
	position: relative;
	width: 100%;
	margin-bottom: 5px;
}
a .drecarelog_day span {
	display: inline-block;
	padding: 3px 5px;
	background: #666;
	color: #FFF;
	font-size: 1.2rem;
	font-weight: 400;
	transition: all 0.3s;
}
a:hover .drecarelog_day span {
	background: #999;
}
a .drecarelog_title {
	position: relative;
	width: 100%;
	font-size: 1.4rem;
	color: #333;
	transition: all 0.3s;
}
a:hover .drecarelog_title {
	color: rgba(30,95,137,1.00);
}
}

@media screen and (min-width: 768px) {
#drecarelog_main_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.image_right {
	float: right;
	width: 48%;
	margin-left: 2%;
	margin-bottom: 50px;
}
.image_left {
	float: left;
	width: 48%;
	margin-right: 2%;
	margin-bottom: 50px;
}
.drecare_main_day {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.drecare_main_day span {
	display: inline-block;
	background: rgba(109,40,42,1.00);
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 20px;
}
.drecare_main_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 400;
}
.drecare_main_word {
	position: relative;
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 300;
	margin-bottom: 50px;
}
.drecare_main_word span {
	font-weight: 700;
}
.drecare_com {
	position: relative;
	width: 100%;
	padding: 50px;
	background: rgba(183,215,226,0.5);
	font-size: 1.8rem;
	font-weight: 400;
	margin-bottom: 50px;
	line-height: 2;
}
.drecare_com span {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	background: rgba(41,86,114,1.00);
}
.drecare_com a {
	color: rgba(31,113,166,1.00);
}
.drecare_com a:hover {
	color: rgba(255,0,4,1.00);
}
.goback_bt {
	position: relative;
	width: 100%;
	text-align: center;
}
.goback_bt a {
	display: inline-block;
	padding: 10px 50px;
	background: rgba(30,90,132,1.00);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s;
}
.goback_bt a:hover {
	background:rgba(31,129,179,1.00);
}
}
@media screen and (min-width: 0px) and (max-width: 767px) {
#drecarelog_main_area {
	position: relative;
	width: 90%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.image_right {
	width: 100%;
	margin-bottom: 50px;
}
.image_left {
	width: 100%;
	margin-bottom: 50px;
}
.drecare_main_day {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.drecare_main_day span {
	display: inline-block;
	background: rgba(109,40,42,1.00);
	color: #FFF;
	font-size: 1.4rem;
	font-weight: 400;
	padding: 5px 20px;
}
.drecare_main_title {
	position: relative;
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
	font-size: 2rem;
	font-weight: 400;
}
.drecare_main_word {
	position: relative;
	font-size: 1.6rem;
	line-height: 2;
	font-weight: 300;
	margin-bottom: 50px;
}
.drecare_main_word span {
	font-weight: 700;
}
.drecare_com {
	position: relative;
	width: 100%;
	padding: 20px;
	background: rgba(183,215,226,0.5);
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 50px;
	line-height: 2;
}
.drecare_com span {
	position: relative;
	display: block;
	padding: 5px 10px;
	margin-bottom: 10px;
	width: 100%;
	color: #FFF;
	font-size: 2rem;
	font-weight: 700;
	background: rgba(41,86,114,1.00);
}
.drecare_com a {
	color: rgba(31,113,166,1.00);
}
.drecare_com a:hover {
	color: rgba(255,0,4,1.00);
}
.goback_bt {
	position: relative;
	width: 100%;
	text-align: center;
}
.goback_bt a {
	display: inline-block;
	padding: 10px 50px;
	background: rgba(30,90,132,1.00);
	color: #FFF;
	font-size: 1.6rem;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s;
}
.goback_bt a:hover {
	background:rgba(31,129,179,1.00);
}
}