@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
	top: 110px;
  width: 100%;
  height: 800px;
  background: url("../img/home/mv.webp") no-repeat top center;
	background-size: cover;
}
.mv_text {
	position: absolute;
	top: calc(50% - 42.5px);
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	padding-right: 40px;
	padding-left: 40px;
	text-align: center;
}
.mv_text_icon {
	margin-bottom: 13px;
}
.mv_text .sub_title {
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px 20px;
	background: var(--main-color);
	border-radius: 100px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}
.mv_text h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-bottom: 40px;
}
.mv_text img {
	max-width: 100%;
}
@media screen and (max-width: 1240px) {
	.mv_text h2::before {
		top: -15.403vw;
		left: -8.065vw;
		width: 29.113vw;
		height: 25.242vw;
	}
}
@media screen and (max-width: 1160px) {
	.mv_text .sub_title {
		margin-bottom: 3.448vw;
		padding: 0.862vw 1.724vw;
		border-radius: 8.621vw;
		font-size: 3.448vw;
	}
	.mv_text h2 {
		margin-bottom: 3.448vw;
	}
	.mv_text h2 img {
		width: 91.81vw;
	}
	.mv_text p img {
		width: 73.448vw;
	}
}
@media screen and (max-width: 1050px) {
	#mv {
		top: 83px;
		height: 68.966vw;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		height: 139.2vw;
		background: url("../img/home/sp_mv.webp") no-repeat top center;
		background-size: cover;
	}
	.mv_text_icon img {
		width: 15.733vw;
		height: auto;
	}
	.mv_text {
		top: calc(50% - 5.667vw);
		padding-right: 2.667vw;
		padding-left: 2.667vw;
	}
	.mv_text .sub_title {
		margin-bottom: 5.333vw;
		padding: 1.333vw 5.333vw;
		font-size: 6.4vw;
	}
	.mv_text h2 {
		margin-bottom: 5.333vw;
	}
	.mv_text h2::before {
		display: none;
	}
	.mv_text h2 img {
		width: 73.067vw;
	}
	.mv_text p img {
		width: 87.867vw;
	}
}
@media screen and (max-width: 460px) {
	.sp_mv_text p {
		font-size: 7vw;
	}
}
/*-----------------------------------------------------
	#mv_bottom
------------------------------------------------------*/
#mv_bottom {
	position: relative;
	z-index: 1;
	margin-top: -17px;
}
#mv_bottom .flex {
	gap: 26px;
}
.mv_bottom_child {
	width: calc((100% - 52px) / 3);
	padding: 40px 5px 60px;
	background: #FBD85E;
	border-radius: 20px;
	text-align: center;
}
.mv_bottom_child img {
	margin-bottom: 30px;
}
.mv_bottom_child p {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.mv_bottom_child:nth-of-type(2) {
	background: #A5DD80;
}
.mv_bottom_child:nth-of-type(3) {
	background: var(--main-color);
}
@media screen and (max-width: 1360px) {
	#mv_bottom {
		margin-top: -1.25vw;
	}
	.mv_bottom_child {
		padding: 2.941vw 0.368vw 4.412vw;
	}
	.mv_bottom_child img {
		width: 8.088vw;
		height: 8.088vw;
		margin-bottom: 2.206vw;
	}
	.mv_bottom_child p {
		font-size: 1.859vw;
	}
}
@media screen and (max-width: 1050px) {
	#mv_bottom {
		margin-top: 3.238vw;
	}
}
@media screen and (max-width: 750px) {
	#mv_bottom {
		margin-top: 34px;
	}
	#mv_bottom .flex {
		gap: 10px;
	}
	.mv_bottom_child {
		width: 100%;
		padding: 40px 10px 60px;
	}
	.mv_bottom_child img {
		width: 110px;
		height: 110px;
		margin-bottom: 30px;
	}
	.mv_bottom_child p {
		font-size: 28px;
	}
}
@media screen and (max-width: 460px) {
	.mv_bottom_child p {
		font-size: 5.887vw;
	}
}
/*-----------------------------------------------------
	.cv
------------------------------------------------------*/
.cv {
	margin-top: 64px;
	padding: 60px 0;
	background: #FFEFF2;
	text-align: center;
}
.cv .wrap {
	position: relative;
}
.cv .wrap::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -60px;
	right: 0;
  width: 253px;
  height: 235px;
  background: url("../img/home/cv_photo.png") no-repeat center center;
  background-size: cover;
}
.cv h2 {
	margin-bottom: 24px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.cv_btn {
	justify-content: center;
	gap: 24px;
}
@media screen and (max-width: 1360px) {
	.cv {
		padding: 60px 0 100px;
	}
	.cv .wrap::after {
		bottom: -100px;
		right: -40px;
		width: 18.603vw;
	  height: 17.279vw;
	}
}
@media screen and (max-width: 750px) {
	.cv {
		padding: 62px 0 70px;
	}
	.cv .wrap::after {
		bottom: -70px;
		right: 0;
		width: 107px;
	  height: 99px;
	}
	.cv h2 {
		margin-bottom: 30px;
		font-size: 24px;
	}
	.cv_btn {
		gap: 10px;
	}
	.cv_btn a {
		display: block;
		width: 350px;
	}
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
	padding: 60px 0 47px;
}
#news .wrap {
	padding: 60px 165px;
	background: #fff;
	border-radius: 20px;
}
.news_l {
	width: 31.5%;
}
.news_l h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.news_l h2 span {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: var(--dark-color);
}
.news_r {
	width: 68.5%;
}
.post_item {
	position: relative;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D9D9D9;
}
.post_item::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background: url("../img/common/arrow_glay.svg") no-repeat center center;
  background-size: cover;
}
.post_item .date {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
.post_item p {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#news .wrap .left {
	position: relative;
	margin-top: -50px;
}
#news .wrap .link_more_03 {
	padding: 13px 37px 13px 48px;
	font-size: 14px;
}
@media screen and (max-width: 1360px) {
	#news .wrap {
		padding: 60px 40px;
	}
}
@media screen and (max-width: 1050px) {
	.news_l {
		width: 100%;
		margin-bottom: 40px;
	}
	.news_l h2 {
		text-align: center;
	}
	.news_r {
		width: 100%;
	}
	#news .wrap .left {
		margin-top: 40px;
		text-align: center !important;
	}
}
@media screen and (max-width: 750px) {
	#news {
		padding: 100px 0 63px;
	}
	#news .wrap {
		padding: 40px 20px;
	}
	.news_l h2 {
		font-size: 36px;
	}
	.post_item::after {
		width: 5px;
		height: 9px;
	}
	#news .wrap .link_more_03 {
		font-size: 14px;
	}
	#news .wrap .link_more_03::after {
		width: 7px;
		height: 13px;
		background: url("../img/common/arrow_white.svg") no-repeat center center;
		background-size: cover;
	}
}

/*-----------------------------------------------------
	#trouble
------------------------------------------------------*/
#trouble {
	padding-top: 73px;
}
#trouble h2 {
	position: relative;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.1em;
	text-align: center;
	color: var(--dark-color);
}
#trouble h2::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: var(--dark-color);
	border-radius: 100px;
}
.trouble_list {
	align-items: center;
	gap: 24px;
	position: relative;
	z-index: 0;
	margin-top: 70px;
}
.trouble_list::after {
  content: "";
  display: block;
  position: absolute;
	top: -181px;
	left: 127px;
  width: 116px;
  height: 181px;
  background: url("../img/home/trouble_photo.png") no-repeat center center;
  background-size: cover;
}
.trouble_list_child {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 0;
	width: calc((100% - 72px) / 4);
	min-height: 180px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
	text-align: center;
}
.trouble_list_child::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.4);
	border-radius: 20px;
}
.trouble_list_child:hover::after {
  background: rgba(226,101,121,.75);
}
.trouble_list_child:nth-of-type(1) {
	background-image: url("../img/home/trouble_01.webp");
}
.trouble_list_child:nth-of-type(2) {
	background-image: url("../img/home/trouble_02.webp");
}
.trouble_list_child:nth-of-type(3) {
	background-image: url("../img/home/trouble_03.webp");
}
.trouble_list_child:nth-of-type(4) {
	background-image: url("../img/home/trouble_04.webp");
}
.trouble_list_child:nth-of-type(5) {
	background-image: url("../img/home/trouble_05.webp");
}
.trouble_list_child:nth-of-type(6) {
	background-image: url("../img/home/trouble_06.webp");
}
.trouble_list_child:nth-of-type(7) {
	background-image: url("../img/home/trouble_07.webp");
}
.trouble_list_child:nth-of-type(8) {
	background-image: url("../img/home/trouble_08.webp");
}
.trouble_list_child:nth-of-type(9) {
	background-image: url("../img/home/trouble_09.webp");
}
.trouble_list_child:nth-of-type(10) {
	background-image: url("../img/home/trouble_010.webp");
}
.trouble_list_child:nth-of-type(11) {
	background-image: url("../img/home/trouble_011.webp");
}
.trouble_list_child:nth-of-type(12) {
	background-image: url("../img/home/trouble_012.webp");
}
.trouble_list_child a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 31px 10px;
}
.trouble_list_child a:hover {
	opacity: 1;
}
.trouble_list_child img {
	margin-bottom: 20px;
}
.trouble_list_child p {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}
.trouble_br {
	display: none;
}
.trouble_arrow {
	position: relative;
	z-index: -1;
	margin-top: -8vw;
}
.trouble_arrow img {
	width: 100%;
}
@media screen and (max-width: 1360px) {
	.trouble_list::after {
		left: 20px;
	}
	.trouble_br {
		display: block;
	}
}
@media screen and (max-width: 1050px) {
	.trouble_list_child p {
		font-size: 18px;
	}
}
@media screen and (max-width: 750px) {
	#trouble {
		padding: 0 0 47px;
	}
	#trouble h2 {
		font-size: 30px;
	}
	#trouble h2::after {
		bottom: -34px;
	}
	.trouble_list {
		gap: 10px;
		margin-top: 74px;
	}
	.trouble_list::after {
		top: -134px;
		left: 0;
		width: 86px;
		height: 134px;
	}
	.trouble_list_child {
		width: calc((100% - 10px) / 2);
	}
	.trouble_list_child a {
		padding: 31px 10px;
	}
	.trouble_list_child p {
		font-size: 22px;
	}
	.trouble_arrow {
		margin-top: 28px;
	}
}
@media screen and (max-width: 414px) {
	.trouble_list::after {
		top: -109px;
		width: 70px;
		height: 109px;
	}
	.trouble_list_child p {
		font-size: 18px;
	}
}

.trouble_bottom {
	position: relative;
	z-index: 0;
	padding-top: 72px;
	padding-bottom: 63.5px;
	background: #FFF0F2;
	text-align: center;
}
.trouble_bottom::after {
  content: "";
  display: block;
  position: absolute;
	top: 72px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
  width: 630px;
  height: 490px;
  background: url("../img/home/logo_icon_02.svg") no-repeat center center;
  background-size: cover;
}
.trouble_bottom h3 {
	margin-bottom: 50px;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.trouble_bottom h3 span {
	display: block;
	position: relative;
	margin-bottom: 72px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.trouble_bottom h3 span::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: var(--dark-color);
	border-radius: 100px;
}
.trouble_bottom h4 {
	margin-bottom: 60px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--dark-color);
}
.trouble_bottom_list {
	align-items: stretch;
	gap: 26.5px;
	position: relative;
	z-index: 0;
}
.trouble_bottom_list::after {
  content: "";
  display: block;
  position: absolute;
	top: -215px;
	right: -40px;
  width: 302px;
  height: 215px;
  background: url("../img/home/trouble_bottom_img.png") no-repeat center center;
  background-size: cover;
}
.trouble_bottom_list_child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: 0;
	width: calc((100% - 53px) / 3);
	padding: 24px 10px 44px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
	text-align: center;
}
.trouble_bottom_list_child img {
	margin-bottom: 30px;
}
.trouble_bottom_list_child h5 {
	position: relative;
	margin-bottom: 48px;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.trouble_bottom_list_child h5::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
  width: 40px;
  height: 4px;
  background: var(--dark-color);
	border-radius: 100px;
}
.trouble_bottom_list_child p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1400px) {
	.trouble_bottom h4 {
		margin-bottom: 250px;
	}
	.trouble_bottom_list::after {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
	}
	.trouble_bottom_list_child h5 {
		font-size: 28px;
	}
}
@media screen and (max-width: 1200px) {
	.trouble_bottom h3 {
		font-size: 50px;
	}
	.trouble_bottom h3 span {
		font-size: 35px;
	}
	.trouble_bottom h4 {
		font-size: 32px;
	}
	.trouble_bottom_list_child {
		width: calc((100% - 26.5px) / 2);
	}
	.trouble_bottom_list_child h5 {
		font-size: 26px;
	}
	.trouble_bottom_list_child p {
		font-size: 17px;
	}
}
@media screen and (max-width: 750px) {
	.trouble_bottom {
		position: relative;
		padding-top: 30px;
		padding-bottom: 0;
	}
	.trouble_bottom::before {
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 27.2vw;
		background: #fff;
	}
	.trouble_bottom::after {
		top: 10.667vw;
		width: 90.4vw;
		height: 70.267vw;
	}
	.trouble_bottom h3 {
		margin-bottom: 30px;
		font-size: 40px;
	}
	.trouble_bottom h3 span {
		margin-bottom: 50px;
		font-size: 30px;
	}
	.trouble_bottom h3 span::after {
		bottom: -30px;
	}
	.trouble_bottom h4 {
		margin-bottom: 190px;
		font-size: 24px;
	}
	.trouble_bottom_list {
		gap: 10px;
	}
	.trouble_bottom_list::after {
		top: -149px;
		width: 210px;
		height: 149px;
	}
	.trouble_bottom_list_child {
		width: 100%;
		padding: 40px 10px 60px;
	}
	.trouble_bottom_list_child h5 {
		font-size: 33px;
	}
	.trouble_bottom_list_child p {
		font-size: 20px;
	}
}
@media screen and (max-width: 414px) {
	.trouble_bottom h3 {
		font-size: 35px;
	}
	.trouble_bottom h3 span {
		font-size: 25px;
	}
	.trouble_bottom h4 {
		font-size: 22px;
	}
	.trouble_bottom_list_child h5 {
		font-size: 28px;
	}
	.trouble_bottom_list_child p {
		font-size: 17px;
	}
}
/*-----------------------------------------------------
	#concept
------------------------------------------------------*/
.logo_icon {
	position: relative;
	top: 0;
	padding-top: 60px;
	text-align: center;
}
.logo_icon img {
	width: 118px;
	height: auto;
	margin-bottom: 27px;
}
.concept_header {
	position: relative;
	width: 100%;
	padding-top: 115px;
	background: #88CB59;
	text-align: center;
}
.concept_header h2 {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
	font-size: 70px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}
.concept_header h2::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -2px;
	left: 0;
  width: 100%;
  height: 5px;
  background: url("../img/home/concept_dash.png") repeat-x;
}
.concept_header p {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #fff;
}
.concept_header p strong {
	background: linear-gradient(
    to top,
    var(--dark-color) 30%,
    transparent 30%
  );
	font-weight: 700;
}
.concept_arrow {
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
}
.concept_arrow img {
	width: 100%;
}
.concept_bottom {
	position: relative;
	padding-bottom: 126px;
	background: url("../img/home/concept_bottom_bg.webp") no-repeat bottom center;
	background-size: cover;
}
.concept_bottom::after {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	right: 0;
  width: 938px;
  height: 755px;
  background: url("../img/home/concept_right.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1950px) {
	.concept_bottom::after {
		width: 48.103vw;
		height: 38.718vw;
	}
}
.concept_bottom .wrap {
	position: relative;
}
.concept_bottom .wrap::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: -55px;
  width: 513px;
  height: 668px;
  background: url("../img/home/concept_left.png") no-repeat center center;
  background-size: cover;
}
.concept_circle {
	justify-content: center;
	position: relative;
	z-index: 2;
	margin-top: -30px;
}
.concept_circle:last-of-type {
	margin-top: -68px;
}
.concept_circle_child {
	display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: 500px;
	height: 500px;
	border-radius: 50%;
	text-align: center;
}
.concept_circle_child h3 {
	margin-bottom: 10px;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
}
.concept_circle_child h4 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.concept_circle_child hr {
  display: block;
	width: 80%;
  height: 3px;
  margin: 17px 0;
  padding: 0;
  border: 0;   
  border-top: 3px dashed var(--text-color);
}
.concept_circle_child p {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.circle_y {
	background: #FFF7DA;
}
.circle_y h3 {
	color: #F4C82D;
}
.circle_y h4 {
	color: #FF9900;
}
.circle_y hr {
	border-top: 3px dashed #FF9900;
}
.circle_g {
	background: #EBFDDF;
}
.circle_g h3 {
	color: #88CB59;
}
.circle_g h4 {
	color: #3B8D00;
}
.circle_g hr {
	border-top: 3px dashed #3B8D00;
}
.circle_p {
	background: #FFEFF2;
}
.circle_p h3 {
	color: #E26579;
}
.circle_p h4 {
	color: #E60039;
}
.circle_p hr {
	border-top: 3px dashed #E60039;
}
@media screen and (max-width: 1460px) {
	.concept_bottom::after {
		width: 64.247vw;
		height: 51.712vw;
	}
	.concept_bottom .wrap::before {
		left: -3.767vw;
		width: 35.137vw;
		height: 45.753vw;
	}
	.concept_circle {
		margin-top: -2.055vw;
	}
	.concept_circle:last-of-type {
		margin-top: -4.658vw;
	}
	.concept_circle_child {
		width: 38.247vw;
		height: 38.247vw;
	}
	.concept_circle_child h3 {
		margin-bottom: 1vw;
		font-size: 6.849vw;
	}
	.concept_circle_child h4 {
		font-size: 1.918vw;
	}
	.concept_circle_child p {
		font-size: 1.47vw;
	}
}
@media screen and (max-width: 1200px) {
	.concept_header {
		padding-top: 8.583vw;
	}
	.concept_header h2 {
		margin-bottom: 3.333vw;
		font-size: 5vw;
	}
	.concept_header p {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 750px) {
	.logo_icon {
		padding-top: 50px;
	}
	.logo_icon img {
		width: 115px;
		margin-bottom: 10px;
	}
	.concept_header {
		padding-top: 52px;
	}
	.concept_header h2 {
		display: block;
		padding: 0 20px;
		font-size: 36px;
	}
	.concept_header h2::after {
		bottom: -15px;
		left: 20px;
		width: calc(100% - 40px);
	}
	.concept_header p {
		font-size: 20px;
	}
	.concept_bottom {
		padding-bottom: 0;
		background: url("../img/home/sp_concept_bottom_bg.webp") no-repeat top center;
		background-size: contain;
	}
	.concept_bottom::after {
		display: none;
	}
	.concept_bottom .wrap {
		position: static;
	}
	.concept_bottom .wrap::before {
		top: auto;
		bottom: 20.267vw;
		left: 3.6vw;
		z-index: 3;
		width: 38vw;
		height: 55.2vw;
		background: url("../img/home/sp_concept_left.png") no-repeat center center;
		background-size: cover;
	}
	.concept_circle {
		margin-top: 20px;
	}
	.concept_circle:last-of-type {
		margin-top: 0;
	}
	.concept_circle_child {
		position: relative;
		width: 94.667vw;
		height: 94.667vw;
	}
	.concept_circle + .concept_circle .concept_circle_child {
		margin-top: -6.667vw;
	}
	.concept_circle_child h3 {
		font-size: 13.867vw;
	}
	.concept_circle_child h4 {
		font-size: 4.667vw;
	}
	.concept_circle_child p {
		font-size: 3.733vw;
	}
	.sp_concept_img {
		position: relative;
		margin-top: -14vw;
	}
	.sp_concept_img img {
		width: 100%;
	}
}
/*-----------------------------------------------------
	#feature
------------------------------------------------------*/
#feature {
	padding-top: 120px;
	padding-bottom: 92px;
}
.feature_list {
	gap: 24px;
	margin-top: 90px;
}
.feature_list_child {
	position: relative;
	width: calc((100% - 24px) / 2);
	background: #fff;
	border-radius: 20px;
}
.d_type {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	display: inline-block;
	padding: 3px 10px;
	font-size: 16px;
	font-weight: 700;
	background: var(--dark-color);
	border-radius: 0 20px 0 0;
	color: #fff;
}
.medal_01 {
	position: absolute;
	top: 54px;
	right: 48px;
	z-index: 1;
}
.medal_02 {
	position: absolute;
	top: 31px;
	left: 32px;
	z-index: 1;
}
.feature_list_child img {
	position: relative;
	z-index: 0;
	max-width: 100%;
	border-radius: 20px 20px 0 0;
}
.feature_list_child_inner {
	padding: 0 24px 62px;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.feature_list_child h3 {
	position: relative;
	align-items: flex-end;
	gap: 20px;
	margin-top: -48px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 4px solid var(--dark-color);
}
.feature_list_child h3 span.num {
	width: 140px;
	font-size: 140px;
	font-weight: 900;
	line-height: 1;
	color: var(--main-color);
}
.feature_list_child h3 span.feature_title {
  display: inline-block;
  position: relative;
	z-index: 1;
	width: calc(100% - 160px);
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #E60039;
}
.feature_title .stroke-layer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  color: #fff;
  -webkit-text-stroke: 6px #fff;
  pointer-events: none;
}
.feature_list_child p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.feature_list_child ul {
	gap: 10px;
	margin-bottom: 20px;
}
.feature_list_child ul li {
	position: relative;
	width: calc(50% - 5px);
	margin-bottom: 10px;
	padding-left: 28px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	color: var(--dark-color);
}
.feature_list_child ul li::before {
  content: "";
  display: block;
  position: absolute;
	top: 4px;
	left: 0;
  width: 20px;
  height: 20px;
  background: url("../img/common/check_icon_pink.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1050px) {
	.feature_list_child {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#feature {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.feature_list {
		gap: 10px;
		margin-top: 64px;
	}
	.medal_01 {
		top: 52px;
		right: 0;
	}
	.medal_02 {
		top: 31px;
		left: 20px;
	}
	.medal_01 img, .medal_02 img {
		width: 80%;
		height: 80%;
	}
	.feature_list_child_inner {
		padding: 20px 20px 30px;
	}
	.feature_list_child h3 {
		align-items: center;
		gap: 10px;
		margin-top: 0;
	}
	.feature_list_child h3 span.num {
		width: 67px;
		font-size: 67px;
	}
	.feature_list_child h3 span.feature_title {
		width: calc(100% - 77px);
		font-size: 20px;
	}
	.feature_title .stroke-layer {
		display: none;
	}
	.feature_list_child p {
		font-size: 16px;
	}
	.feature_list_child ul li {
		width: 100%;
		margin-bottom: 10px;
		font-size: 17px;
	}
}
/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
	padding-top: 60px;
	padding-bottom: 120px;
}
#doctor .doctor_inner {
	justify-content: space-between;
	align-items: center;
	margin-top: 90px;
}
.doctor_l {
	width: 37%;
}
.doctor_l img {
	width: 100%;
	border-radius: 20px;
}
.doctor_r {
	width: 57.9%;
}
.doctor_r h3 {
  display: flex;
  align-items: center;
  gap: 20px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 4px solid var(--dark-color);
}
.doctor_r h3 span {
	display: inline-block;
	padding: 10px;
	background: var(--main-color);
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #fff;
}
.doctor_r h3 ruby { 
  display: ruby;
  ruby-position: over;
	font-size: 28px;
	font-weight: 700;
  line-height: 1.3;
	letter-spacing: 0.1em;
}
.doctor_r h3 rt {
  display: ruby-text;
	margin-bottom: 3px;
  font-size: 13px;
}
.profile {
	justify-content: space-between;
	margin-bottom: 40px;
}
.profile h4 {
	display: inline-block;
	margin-bottom: 20px;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid var(--dark-color);
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--dark-color);
}
.profile ul {
	padding-left: 20px;
}
.profile ul li {
	margin-bottom: 15px;
	list-style-type: disc;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.profile ul li:last-child {
	margin-bottom: 0;
}
.profile ul li::marker {
	color: var(--dark-color);
}
.profile table {
	width: 100%;
}
.profile table tr th {
	width: 125px;
	padding-top: 10px;
	padding-bottom: 3px;
	border-right: 10px solid #fff;
	border-bottom: 1px solid #D6D6D6;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
	vertical-align: middle;
}
.profile table tr td {
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
}
.profile_l {
	width: 38%;
}
.profile_r {
	width: 55.8%;
}
@media screen and (max-width: 1150px) {
	.doctor_l {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.doctor_l img {
		width: 60%;
	}
	.doctor_r {
		width: 100%;
	}
	.doctor_r h3 {
		justify-content: center;
	}
	.doctor_r .left {
		text-align: center !important;
	}
}
@media screen and (max-width: 750px) {
	#doctor {
		padding-bottom: 60px;
	}
	.profile_l {
		width: 100%;
		margin-bottom: 40px;
	}
	.profile_r {
		width: 100%;
	}

}
@media screen and (max-width: 414px) {
	.doctor_l img {
		width: 100%;
	}
}
/*-----------------------------------------------------
	#case
------------------------------------------------------*/
#case {
	padding-top: 60px;
	padding-bottom: 120px;
	background: #EBFDDF;
}
#case .wrap {
	margin-top: 90px;
	padding: 60px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
#case .wrap h3 {
	margin-bottom: 40px;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: left;
}
.case_list {
	justify-content: space-between;
}
.case_list_l {
	width: 41%;
}
.case_list_l table {
	width: 100%;
	margin-bottom: 40px;
}
.case_list_l table tr th {
	width: 125px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
	text-align: center;
}
.case_list_l table tr th span {
	display: block;
	padding: 7px 10px;
	background: #fff;
	border: 1px solid var(--dark-color);
	border-radius: 4px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.1em;
	color: var(--dark-color);
	text-align: center;
}
.case_list_l table tr td {
	padding-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;
}
.case_list_l .left .link_more_03 {
	width: 400px;
}
.case_list_r {
	width: 55%;
}
.case_img {
	position: relative;
	width: 100%;
}
.case_img::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
  width: 41px;
  height: 41px;
  background: url("../img/common/ba_arrow.svg") no-repeat center center;
  background-size: cover;
}
.case_img_child {
	position: relative;
	width: 50%;
}
.case_img_child:first-child img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 21px 0 0 21px;
}
.case_img_child:last-child img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0 21px 21px 0;
}
.case_img_child h4 {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	text-align: center;
}
.case_img_child h4 span {
	display: inline-block;
	padding: 6px 21px 10px;
	background: rgba(0,0,0,.3);
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
}
@media screen and (max-width: 1150px) {
	#case .wrap h3 {
		text-align: center;
	}
	.case_list_l {
		order: 2;
		width: 100%;
	}
	.case_list_l .left {
		text-align: center !important;
	}
	.case_list_r {
		order: 1;
		width: 100%;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 750px) {
	#case {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#case .wrap {
		margin-top: 60px;
		padding: 40px 20px;
	}
	#case .wrap h3 {
		font-size: 24px;
		text-align: left;
	}
	.case_list {
		justify-content: space-between;
	}
	.case_list_l table {
		width: 100%;
		margin-bottom: 40px;
	}
	.case_list_l table tr th {
		width: 110px;
	}
	.case_list_l table tr th span {
		padding: 7px 10px;
		font-size: 16px;
	}
	.case_list_l table tr td {
		font-size: 16px;
	}
	.case_img::after {
		width: 30px;
		height: 30px;
	}
	.case_img_child h4 {
		bottom: 7px;
	}
	.case_img_child h4 span {
		padding: 3px 15px 5px;
		font-size: 12px;
	}
}
/*-----------------------------------------------------
	#price
------------------------------------------------------*/
#price {
	padding-top: 60px;
	padding-bottom: 120px;
	background: #EFF8FF;
}
#price .wrap {
	margin-top: 90px;
	margin-bottom: 60px;
	padding: 60px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);
}
#price .wrap .flex {
	justify-content: space-between;
	align-items: center;
}
.price_child {
	width: 48%;
}
.price_child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.price_header {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0 30px;
}
.price_header_l {
	width: 160px;
	text-align: center;
}
.price_header_l h3 {
	width: 160px;
	height: 160px;
	padding: 45px 5px;
	background: var(--main-color);
	border-radius: 50%;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}
.price_header_r {
	width: calc(100% - 190px);
}
.price_header_r p span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.price_header_r p span::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 10px;
	left: 0;
	transform: translateY(-50%);
  width: 100%;
  height: 5px;
  background: url("../img/home/concept_dash_pink.png") center center;
}
.price_child p {
	margin-bottom: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.price_child table {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
}
.price_child table tr th {
	padding: 10px 20px;
	background: #58A9E3;
	font-weight: 700;
	color: #fff;
}
.price_child table tr th:first-child {
	border-right: 1px solid #fff;
}
.price_child table tr td {
	padding: 10px 20px;
	border: 1px solid #D6D6D6;
	font-weight: 500;
}
#price .link_more_03 {
	width: 400px;
}
@media screen and (max-width: 1360px) {
	.price_header_r p span {
		font-size: 20px;
	}
}
@media screen and (max-width: 1150px) {
	.price_child {
		width: 100%;
	}
	.price_child:first-of-type {
		margin-bottom: 40px;
	}
	.price_child img {
		width: 100%;
		height: 300px;
	}
	.price_header_r p span {
		font-size: 28px;
	}
}
@media screen and (max-width: 750px) {
	#price {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#price .wrap {
		margin-top: 70px;
		margin-bottom: 40px;
		padding: 60px 20px;
	}
	.price_child img {
		height: 64vw;
	}
	.price_header {
		gap: 10px;
		padding: 0;
	}
	.price_header_l {
		width: 130px;
		text-align: center;
	}
	.price_header_l h3 {
		width: 110px;
		height: 110px;
		padding: 30px 5px;
		font-size: 20px;
	}
	.price_header_r {
		width: calc(100% - 120px);
	}
	.price_header_r p span {
		padding-bottom: 20px;
		font-size: 20px;
	}
}
@media screen and (max-width: 430px) {
	.price_header_r p span {
		padding-bottom: 20px;
		font-size: 14px;
	}
	.price_header_r p span::after {
		bottom: 5px;
	}
	.price_child table {
		font-size: 16px;
	}
	.price_child table tr th, .price_child table tr td {
		padding: 10px 15px;
	}
}

/*-----------------------------------------------------
	#childcare
------------------------------------------------------*/
#childcare {
	padding-top: 60px;
	padding-bottom: 120px;
	background: #FFEFF2;
}
#childcare img {
	max-width: 100%;
}
.childcare {
	gap: 26.5px;
	margin-top: 90px;
	margin-bottom: 60px;
}
.childcare_child {
	position: relative;
	z-index: 0;
	width: calc((100% - 53px) / 3);
	padding: 40px 10px 60px;
	background: #fff;
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
	border-radius: 20px;
	text-align: center;
}
.childcare_child .num {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: -1;
}
.childcare_child img {
	margin-bottom: 30px;
}
.childcare_child p {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.childcare_bottom {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 80px;
	padding: 0 36.5px;
}
.childcare_bottom_l {
	width: 52%;
}
.childcare_bottom_l img {
	width: 100%;
	border-radius: 20px;
}
.childcare_bottom_r {
	width: 43%;
}
.childcare_bottom_r p {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: var(--dark-color);
}
#childcare .center {
	margin-bottom: 80px;
}
.cyui {
	padding: 0 77px 60px;
	background: #fff;
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
	border-radius: 20px;
}
.cyui h3 {
	position: relative;
	top: -20px;
	margin-bottom: 20px;
	text-align: center;
}
.cyui h3 span {
	display: inline-block;
	padding: 2px 15px 4px;
	background: var(--main-color);
	border-radius: 4px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.cyui ul {
	padding-left: 20px;
}
.cyui ul li {
	margin-bottom: 20px;
	list-style-type: disc;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.cyui ul li::marker {
	color: var(--dark-color);
}
.cyui ul li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1360px) {
	.childcare_child .num img {
		width: 90%;
		height: auto;
	}
	.childcare_child img {
		margin-bottom: 15px;
	}
	.childcare_child p {
		font-size: 28px;
	}
}
@media screen and (max-width: 1050px) {
	.childcare_child {
		width: 100%;
	}
	.childcare_bottom {
		padding: 0 60px;
	}
	.childcare_bottom_l {
		width: 100%;
		margin-bottom: 30px;
	}
	.childcare_bottom_l img {
		width: 100%;
	}
	.childcare_bottom_r {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#childcare {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.childcare {
		gap: 10px;
		margin-top: 70px;
		margin-bottom: 40px;
	}
	.childcare_child p {
		font-size: 36px;
	}
	.childcare_bottom {
		margin-bottom: 60px;
		padding: 0;
	}
	.childcare_bottom_r p {
		font-size: 20px;
	}
	#childcare .center {
		margin-bottom: 60px;
	}
	.cyui {
		padding: 0 20px 40px;
	}
	.cyui h3 {
		margin-bottom: 20px;
	}
	.cyui ul li {
		font-size: 16px;
	}
}
@media screen and (max-width: 414px) {
	.childcare_child p {
		font-size: 30px;
	}
}
/*-----------------------------------------------------
	#hospital
------------------------------------------------------*/
#hospital {
	padding-top: 98px;
}
#hospital .wrap {
	position: relative;
}
.hospital_list {
	gap: 25px;
	margin-top: 90px;
}
.hospital_icon {
	position: absolute;
	top: -65px;
	right: 150px;
}
.hospital_list_child {
	width: calc((100% - 75px) / 4);
}
.hospital_list_child img {
	width: 100%;
	border-radius: 20px 20px 0 0;
}
.hospital_list_child p {
	padding: 11px 10px;
	background: #FFEFF2;
	border-radius: 0 0 20px 20px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 1360px) {
	.hospital_icon {
		right: 0;
	}
}
@media screen and (max-width: 1050px) {
	.hospital_icon {
		top: 0px;
		right: -20px;
	}
	.hospital_icon img {
		width: 150px;
		height: 150px;
	}
	.hospital_list_child {
		width: calc((100% - 25px) / 2);
	}
}
@media screen and (max-width: 750px) {
	#hospital {
		padding-top: 145px;
	}
	.hospital_list {
		gap: 10px;
	}
	.hospital_icon {
		top: -100px;
		right: -20px;
	}
	.hospital_list_child {
		width: calc((100% - 10px) / 2);
	}
	.hospital_list_child p {
		padding: 11px 10px;
		font-size: 16px;
	}
}
/*-----------------------------------------------------
	#recruit
------------------------------------------------------*/
#recruit {
	padding-top: 120px;
	padding-bottom: 120px;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(235, 253, 223, 1) 100%);
}
#recruit h2 {
	margin-bottom: 50px;
	text-align: center;
}
#recruit h2 span {
	padding: 0 15px 2px;
	background: #88CB59;
	border-radius: 4px;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
}
.recruit_header {
	align-items: center;
	gap: 50px;
	margin-bottom: 10px;
	padding: 0 100px;
}
.recruit_l {
	width: 280px;
}
.recruit_l img {
	width: 100%;
}
.recruit_r {
	width: calc(100% - 330px);
}
.recruit_r h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #88CB59;
}
.recruit_bottom {
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 100px;
}
.recruit_bottom_l {
	width: 46%;
}
.recruit_bottom_l ul {
	margin-bottom: 40px;
}
.recruit_bottom_l ul li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.recruit_bottom_l ul li::before {
  content: "";
  display: block;
  position: absolute;
	top: calc(50% - 7px);
	left: 0;
	transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: url("../img/common/check_icon_pink.svg") no-repeat center center;
  background-size: cover;
}
.recruit_bottom_l ul li::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  width: 100%;
  height: 5px;
  background: url("../img/home/concept_dash_pink.png") center center;
}
.recruit_bottom_r {
	position: relative;
	bottom: -8px;
	width: 45%;
}
.recruit_bottom_r img {
	width: 100%;
}
#recruit .center {
	margin-top: 50px;
}
@media screen and (max-width: 1360px) {
	.recruit_header {
		padding: 0;
	}
	.recruit_r h3 {
		font-size: 30px;
	}
	.recruit_bottom {
		padding: 0;
	}
	.recruit_bottom_l ul li {
		font-size: 25px;
	}
}
@media screen and (max-width: 1050px) {
	.recruit_header {
		margin-bottom: 30px;
	}
	.recruit_bottom_l {
		width: 100%;
	}
	.recruit_bottom_r {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#recruit {
		padding-top: 57px;
		padding-bottom: 60px;
	}
	#recruit h2 {
		margin-bottom: 40px;
	}
	.recruit_header {
		margin-bottom: 40px;
	}
	.recruit_l {
		display: none;
	}
	.recruit_r {
		width: 100%;
	}
	.recruit_r h3 {
		font-size: 30px;
		text-align: center;
	}
	.recruit_bottom_l ul {
		margin-bottom: 40px;
	}
	.recruit_bottom_l ul li {
		margin-bottom: 10px;
		padding-bottom: 20px;
		padding-left: 50px;
		font-size: 24px;
	}
	.recruit_bottom_r .center {
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	.recruit_bottom_r .center img {
		width: 70%;
	}
}
@media screen and (max-width: 414px) {
	.recruit_bottom_r .center img {
		width: 100%;
	}
}
/*-----------------------------------------------------
	#blog
------------------------------------------------------*/
#blog {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #EFF8FF;
}
#blog .wrap {
	padding: 60px 80px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
}
#blog .flex {
	justify-content: space-between;
}
.blog_l {
	width: 26%;
}
.blog_l h2 {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
}
.blog_l h2 span {
	display: block;
	margin-top: 20px;
	font-size: 18px;
	color: var(--dark-color);
}
.blog_r {
	width: 64%;
}
.blog_item a {
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.blog_item .thumb {
	width: 180px;
}
.blog_item .thumb img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}
.blog_item .text {
	position: relative;
	width: calc(100% - 200px);
	padding-right: 22px;
}
.blog_item .text::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
  width: 7px;
  height: 13px;
  background: url("../img/common/arrow_glay.svg") no-repeat center center;
  background-size: cover;
}
.blog_item .text h3 {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.blog_item .text p {
	margin-bottom: 10px;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.blog_item .text .date {
	font-size: 12px;
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
#blog .wrap .left {
	position: relative;
	margin-top: 0;
}
#blog .wrap .link_more_03 {
	padding: 13px 37px 13px 48px;
	font-size: 14px;
}

@media screen and (max-width: 1360px) {
	#blog .wrap {
		padding: 60px 40px;
	}
}
@media screen and (max-width: 1050px) {
	.blog_l {
		width: 100%;
		margin-bottom: 40px;
	}
	.blog_l h2 {
		text-align: center;
	}
	.blog_r {
		width: 100%;
	}
	#blog .wrap .left {
		margin-top: 40px;
		text-align: center !important;
	}
}
@media screen and (max-width: 750px) {
	#blog {
		padding: 40px 0;
	}
	#blog .wrap {
		padding: 40px 20px;
	}
	.blog_l h2 {
		font-size: 36px;
	}
	.blog_item a {
		justify-content: space-between;
		align-items: center;
		gap: 20px;
	}
	.blog_item .thumb {
		width: 100%;
	}
	.blog_item .thumb img {
		width: 100%;
		height: 64vw;
	}
	.blog_item .text {
		width: 100%;
		padding-right: 20px;
	}
	.blog_item::after {
		width: 5px;
		height: 9px;
	}
	#blog .wrap .link_more_03 {
		font-size: 14px;
	}
	#blog .wrap .link_more_03::after {
		width: 7px;
		height: 13px;
		background: url("../img/common/arrow_white.svg") no-repeat center center;
		background-size: cover;
	}
}
