@charset "UTF-8";
/*
	Filename: home
	Version: 1.0.1
*/
/*-----------------------------------------------------
	#mv
------------------------------------------------------*/
#mv {
  position: relative;
	top: 110px;
  width: 100%;
  height: calc(100vh - 110px);
  min-height: 1020px;
  background: url("../img/home/mv.webp") no-repeat top center;
	background-size: cover;
}
#mv::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
}
.mv_text {
  position: absolute;
	top: 120px;
  left: 100px;
  z-index: 1;
	width: 654px;
}
.mv_text h2 {
	margin-bottom: 30px;
	font-family: var(--font-serif);
  font-size: 75px;
  font-weight: 500;
	line-height: 1.3;
  color: #fff;
}
.mv_text h2 span {
  display: inline-block;
	margin-bottom: 30px;
	padding: 7px 10px;
	border: 2px solid #fff;
	font-family: var(--font-sans);
  font-size: 30px;
	font-weight: 500;
	line-height: 1;
}
.mv_text p {
	margin-bottom: 40px;
	padding-right: 105px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.01em;
  color: #fff;
}
.mv_bottom {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	background-image: url("../img/home/mv_bottom.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
.mv_bottom ul.flex {
	justify-content: flex-end;
}
.mv_bottom ul.flex li {
	position: relative;
	z-index: 4;
	margin-right: -15px;
}
.mv_bottom ul.flex li:nth-of-type(2) {
	z-index: 3;
}
.mv_bottom ul.flex li:nth-of-type(3) {
	z-index: 2;
}
.mv_bottom ul.flex li:last-of-type {
	z-index: 1;
	margin-right: 0;
}
@media screen and (max-width: 1030px) {
	.mv_bottom ul.flex {
		justify-content: center;
	}
	.mv_bottom ul.flex li {
		width: 25%;
		margin-right: -15px;
	}
	.mv_bottom ul.flex li img {
		width: 100%;
	}
}
@media screen and (max-width: 900px) {
	#mv {
		top: 83px;
		height: calc(100vh - 83px);
		background: url("../img/home/sp_mv.webp") no-repeat top center;
		background-size: contain;
	}
}
@media screen and (max-width: 750px) {
	#mv {
		height: auto;
		min-height: auto;
	}
	#mv::after {
		display: none;
	}
	.mv_text {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		padding: 0 2.667vw;
	}
	.mv_text h2 {
		margin-bottom: 4vw;
		padding-left: 5.333vw;
		font-size: 9.467vw;
	}
	.mv_text h2 span {
		margin-bottom: 30vw;
		margin-left: -5.333vw;
		font-size: 5.867vw;
	}
	.mv_text p {
		margin-bottom: 5.333vw;
		padding-right: 14vw;
		padding-left: 5.333vw;
		font-size: 3.067vw;
	}
	.mv_text div {
		padding-left: 5.333vw;
	}
	.mv_text div > .link_more_01 {
		width: 74vw;
		padding: 4.4vw 6.667vw 4.4vw 4.667vw;
		font-size: 4.267vw;
	}
	.mv_text div > .link_more_01::after {
		right: 5.333vw;
		width: 5.333vw;
		height: 5.333vw;
	}
	.mv_bottom {
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		margin-top: 5.333vw;
		background-image: url("../img/home/sp_mv_bottom.png");
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	.mv_bottom ul.flex li {
		width: 50%;
		margin-right: 0;
	}
	.mv_bottom ul.flex li:nth-of-type(1) {
		z-index: 4;
		margin-right: -2.4vw;
	}
	.mv_bottom ul.flex li:nth-of-type(2) {
		z-index: 3;
	}
	.mv_bottom ul.flex li:nth-of-type(3) {
		z-index: 2;
		margin-top: -2.4vw;
		margin-right: -2.4vw;
	}
	.mv_bottom ul.flex li:last-of-type {
		z-index: 1;
		margin-top: -2.4vw;
		margin-right: 0;
	}
}
/*-----------------------------------------------------
	#news
------------------------------------------------------*/
#news {
  padding-top: 140px;
	padding-bottom: 100px;
}
@media screen and (max-width: 750px) {
	#news {
		padding-top: 100px;
		padding-bottom: 60px;
	}
}
/*-----------------------------------------------------
	#first
------------------------------------------------------*/
#first {
  padding-top: 100px;
	padding-bottom: 100px;
	background: url("../img/home/first_bg.webp") no-repeat center center;
	background-size: cover;
	text-align: center;
}
#first h2 {
	margin-bottom: 40px;
	font-family: var(--font-serif);
	font-size: 60px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--dark-color);
}
#first h3 {
	position: relative;
	margin-bottom: 45px;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: var(--main-color);
}
#first h3::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
  width: 81px;
  height: 8px;
  background: url("../img/home/first_midasi_icon.svg") no-repeat center center;
  background-size: cover;
}
#first p {
	margin-bottom: 60px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#first h5 {
	margin-bottom: 60px;
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
#first .flex {
	gap: 23px;
	margin-bottom: 60px;
}
.first_child {
	width: calc((100% - 46px) / 3);
	background: #fff;
	border-radius: 30px;
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
}
.first_child img {
	width: 100%;
	border-radius: 30px 30px 0 0;
}
.first_child_inner {
	padding: 40px 15px;
	background: #fff;
	border-radius: 0 0 30px 30px;
	text-align: center;
}
.first_child_inner h4 {
	position: relative;
	margin-bottom: 63px;
	font-family: var(--font-serif);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	color: var(--main-color);
}
.first_child_inner h4::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--main-color);
}
.first_child_inner p {
	margin-bottom: 0 !important;
	font-size: 18px !important;
	line-height: 1.6 !important;
}
@media screen and (max-width: 1245px) {
	#first .flex {
		justify-content: center;
	}
	.first_child {
		width: calc((100% - 23px) / 2);
	}
}
@media screen and (max-width: 900px) {
	.first_child {
		width: 100%;
	}
}
@media screen and (max-width: 750px) {
	#first {
		padding-top: 60px;
		padding-bottom: 60px;
		background: url("../img/home/sp_first_bg.webp") no-repeat top center;
		background-size: cover;
	}
	#first h2 {
		margin-bottom: 40px;
		font-size: 30px;
	}
	#first h2 span {
		font-size: 18px;
	}
	#first h3 {
		font-size: 30px;
	}
	.first_child_inner h4 {
		font-size: 25px;
	}
	#first p {
		margin-bottom: 40px;
		font-size: 18px;
	}
	#first h5 {
		margin-bottom: 40px;
		font-size: 20px;
	}
	#first .flex {
		gap: 20px;
		margin-bottom: 40px;
	}
	.first_child_inner p {
		margin-bottom: 0 !important;
		font-size: 16px !important;
	}
}
/*-----------------------------------------------------
	#doctor
------------------------------------------------------*/
#doctor {
	margin-top: 50px;
	padding-top: 100px;
	padding-bottom: 120px;
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 224, 224, 1) 50%, rgba(251, 224, 224, .5) 65%, rgba(255, 255, 255, .5) 65%);
}
#doctor .wrap .flex {
	justify-content: space-between;
}
#doctor h2.midasi_02 span {
	color: var(--sub-color);
}
.doctor_photo {
	width: 46%;
}
.doctor_photo img {
  width: 100%;
  height: auto;
}
#doctor .center:last-of-type {
  margin-top: 20px;
}
.doctor_prof {
	width: 49%;
}
.doctor_prof h3 {
	margin-bottom: 20px;
	font-family: var(--font-serif);
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.05em;
	color: var(--main-color);
}
.doctor_prof h3 span {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid var(--main-color);
}
.doctor_prof h4 {
	position: relative;
	margin-bottom: 30px;
	padding-left: 80px;
	font-family: var(--font-serif);
	font-size: 40px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.doctor_prof h4 span {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	background: var(--main-color);
	padding: 7px 4px 7px 9px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.doctor_prof .gold {
  color: #9F927B;
}
.doctor_prof .gold span {
  border-bottom: 1px solid #9F927B;
}
.doctor_prof p {
  margin-bottom: 40px;
  font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
}
.doctor_prof ul li {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	border-bottom: 1px solid #9F927B;
  font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.04em;
}
.doctor_prof ul li::before {
  content: "〇";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
	color: var(--main-color);
}
.doctor_sp {
	display: none;
}
@media screen and (max-width: 1000px) {
	.doctor_pc {
		display: none;
	}
	.doctor_sp {
		display: block;
	}
	#doctor {
		background: #FBE0E0;
		background: linear-gradient(180deg, rgba(255, 245, 245, 1) 0%, rgba(255, 245, 245, 1) 100%);
	}
	.doctor_photo {
		width: 100%;
		margin-bottom: 30px;
		text-align: center;
	}
	.doctor_photo img {
		width: 60%;
	}
	.doctor_prof {
		width: 100%;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 750px) {
	#doctor {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#doctor .center:last-of-type {
		margin-top: 20px;
	}
	.doctor_prof h3 {
		font-size: 18px;
	}
	.doctor_prof h4 {
		margin-bottom: 45px;
		padding-left: 60px;
		font-size: 30px;
	}
	.doctor_prof h4 span {
		top: 3px;
		font-size: 14px;
	}
	.doctor_prof p {
		margin-bottom: 40px;
		font-size: 14px;
	}
	.doctor_prof ul li {
		font-size: 14px;
	}
}

/*-----------------------------------------------------
	#trackrecord
------------------------------------------------------*/
#trackrecord {
  padding-top: 120px;
	padding-bottom: 120px;
	background: url("../img/home/track_bg.webp") no-repeat center center;
	background-size: cover;
}
#trackrecord .flex {
	gap: 26px;
	margin-bottom: 40px;
}
.trackrecord_child {
	width: calc((100% - 52px) / 3);
}
.trackrecord_child img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	#trackrecord {
		padding-top: 60px;
		background: url("../img/home/sp_track_bg.webp") no-repeat center center;
		background-size: cover;
	}
	#trackrecord .flex {
		gap: 10px;
	}
	.trackrecord_child {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
}
/*-----------------------------------------------------
	#feature
------------------------------------------------------*/
#feature {
	padding-top: 120px;
}
.feature_top, .feature_top img {
	width: 100%;
}
.feature_bg {
	background: #FFEBF3;
}
.feature_inner {
	padding: 60px 0;
}
.feature_inner.w_bg {
	background: #FFECEC;
	background: linear-gradient(45deg, rgba(255, 236, 236, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 236, 236, 1) 100%);
}
#feature .flex {
	justify-content: space-between;
}
.feature_img {
	width: 47.2%;
}
.feature_img img {
	width: 100%;
	height: auto;
}
.feature_text {
	width: 49%;
	text-align: center;
}
.feature_text img {
	margin-bottom: 40px;
}
.feature_text h3 {
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9F927B;
	font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
	color: var(--dark-color);
}
.feature_text p {
  font-size: 16px;
	font-weight: 500;
	line-height: 2;
	letter-spacing: 0.1em;
	text-align: left;
}
.feature_sp {
	display: none;
}
@media screen and (max-width: 1000px) {
	.feature_pc {
		display: none;
	}
	.feature_sp {
		display: block;
	}
	.feature_img {
		order: 1;
		width: 100%;
	}
	.feature_img img:first-of-type {
		width: auto;
		margin: 0 auto 20px;
	}
	.feature_text {
		order: 2;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	#feature {
		padding-top: 60px;
	}
	.feature_img img:first-of-type {
		width: 16vw;
		height: 16vw;
	}
	.feature_inner {
		padding: 40px 0;
	}
	.feature_text h3 {
		margin-bottom: 30px;
		padding-bottom: 20px;
		font-size: 20px;
	}
	.feature_text p {
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#taigaijusei
------------------------------------------------------*/
#taigaijusei {
  padding-top: 120px;
	padding-bottom: 120px;
}
.link_area {
	padding: 96px 10px;
	background: url("../img/home/taigaijusei.webp") no-repeat center center;
	background-size: cover;
	border-radius: 60px;
	text-align: center;
}
.link_area:last-of-type {
	background: url("../img/home/infertility.webp") no-repeat center center;
	background-size: cover;
}
.link_area h2 {
	margin-bottom: 20px;
	font-family: var(--font-serif);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
	color: #fff;
}
.link_area p {
	margin-bottom: 45px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
	color: #fff;
}
#taigaijusei h3 {
	margin-top: 60px;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #9F927B;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
	text-align: center;
}
.taigaijusei_list {
	align-items: center;
	justify-content: center;
	align-items: stretch;
	gap: 12px;
	margin-bottom: 80px;
}
.taigaijusei_list_child {
	position: relative;
	width: calc((100% - 48px) / 5);
	background: #FFF5F5;
	border: 1px solid var(--sub-color);
	border-radius: 30px;
}
.taigaijusei_list_child a {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px 42px 20px 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.taigaijusei_list_child a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: url("../img/common/pink_arrow.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1250px) {
	.taigaijusei_list_child {
		width: calc((100% - 24px) / 3);
	}
}
@media screen and (max-width: 900px) {
	.taigaijusei_list_child {
		width: calc((100% - 12px) / 2);
	}
}
@media screen and (max-width: 750px) {
	#taigaijusei {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.link_area {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding: 110px 10px;
		background: url("../img/home/sp_taigaijusei.webp") no-repeat center center;
		background-size: cover;
		border-radius: 0;
	}
	.link_area:last-of-type {
		background: url("../img/home/sp_infertility.webp") no-repeat center center;
		background-size: cover;
	}
	.link_area h2 {
		margin-bottom: 30px;
		font-size: 30px;
	}
	.link_area p {
		margin-bottom: 30px;
		font-size: 14px;
	}
	#taigaijusei h3 {
		margin-top: 30px;
		font-size: 18px;
	}
	.taigaijusei_list {
		gap: 10px;
		margin-bottom: 30px;
	}
	.taigaijusei_list_child a {
		font-size: 14px;
	}
}

/*-----------------------------------------------------
	#price
------------------------------------------------------*/
#price {
	padding: 100px 0;
	background: url("../img/home/price.webp") no-repeat center center;
	background-size: cover;
}
.price_child {
	width: 50%;
	margin-left: 50%;
	text-align: center;
}
.price_child h2 {
	margin-bottom: 40px;
	text-align: center;
}
.price_child h2 span {
	display: inline-block;
	margin: 2px;
	padding: 5px 5px 8px 5px;
	background: var(--dark-color);
	font-family: var(--font-serif);
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.price_child p {
	margin-bottom: 40px;
	font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.price_child a {
	text-align: left;
}
.price_child a:first-of-type {
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
	.price_child {
		width: 55%;
		margin-left: 45%;
	}
}
@media screen and (max-width: 750px) {
	#price {
		padding: 60px 0;
		background: #FFF5F5;
	}
	.price_child {
		width: 100%;
		margin-left: 0;
	}
	.price_child h2 {
		margin-bottom: 30px;
	}
	.price_child h2 span {
		font-size: 30px;
	}
	.price_child img {
		width: 100%;
		margin-bottom: 30px;
	}
	.price_child p {
		margin-bottom: 30px;
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#equipment
------------------------------------------------------*/
#equipment {
	margin-top: 120px;
  padding-top: 145px;
	padding-bottom: 145px;
	background: url("../img/home/equipment.webp") no-repeat center center;
	background-size: cover;
	text-align: center;
}
#equipment .wrap {
	width: 888px;
	padding: 80px 20px 60px;
	border-radius: 30px;
	background: #fff;
}
#equipment h2 {
	margin-bottom: 55px;
}
#equipment h2 span {
	color: rgba(252,226,224,.5) !important;
}
#equipment p {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 968px) {
	#equipment .wrap {
		width: calc(100% - 80px);
	}
}
@media screen and (max-width: 750px) {
	#equipment {
		margin-top: 0;
		padding-top: 60px;
		padding-bottom: 60px;
		background: url("../img/home/sp_equipment.webp") no-repeat center center;
		background-size: cover;
		text-align: center;
	}
	#equipment h2 {
		margin-bottom: 30px;
	}
	#equipment .wrap {
		width: calc(100% - 40px);
		padding: 50px 20px 30px;
	}
	#equipment p {
		font-size: 14px;
	}
}

/*-----------------------------------------------------
	#post_list
------------------------------------------------------*/
#post_list {
	padding: 120px 0;
}
#post_list .flex {
	justify-content: space-between;
}
.post_list_child {
	width: 49%;
	padding: 40px 24px;
	background: #fff;
	border-radius: 30px;
	box-shadow: 10px 10px 30px 0px rgba(0,0,0,0.15);
}
.post_list_child h2 {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #9F927B;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.05em;
}
.post_list_child h2 span {
	margin-right: 20px;
	font-family: "Cinzel", serif;
	font-size: 40px;
	font-weight: 300;
	color: #9F927B;
}
.post_item {
	margin-bottom: 10px;
}
.post_item a {
	justify-content: space-between;
}
.post_item .thumb {
	width: 124px;
}
.post_item .thumb img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}
.post_item .text {
	width: calc(100% - 144px);
	padding-top: 5px;
}
.post_item .text .date {
	margin-bottom: 15px;
	font-family: "Cinzel", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}
.post_item .text p {
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
.post_list_child .center {
	margin-top: 30px;
}
.post_list_child .center a {
	text-align: left;
}
.movie {
	margin-top: 120px;
	text-align: center;
}
.movie img {
	max-width: 100%;
}
@media screen and (max-width: 950px) {
	.post_list_child {
		width: 100%;
	}
	.post_list_child:first-of-type {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 750px) {
	#post_list {
		padding: 60px 0;
	}
	.post_list_child {
		padding: 40px 20px;
	}
	.post_list_child h2 {
		position: relative;
		margin-bottom: 50px;
		padding-bottom: 0;
		border-bottom: none;
		font-size: 16px;
		text-align: right;
	}
	.post_list_child h2 span {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		margin-right: 0;
		font-size: 30px;
	}
	.post_list_child h2::before {
		content: "";
		display: block;
		position: absolute;
		bottom: -15px;
		left: 0;
		width: 30px;
		height: 1px;
		background: #9F927B;
	}
	.post_item {
		margin-bottom: 10px;
	}
	.post_item a {
		justify-content: space-between;
	}
	.post_item .thumb {
		width: 90px;
	}
	.post_item .thumb img {
		height: 62px;
	}
	.post_item .text {
		width: calc(100% - 110px);
		padding-top: 0;
	}
	.post_item .text .date {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.post_item .text p {
		font-size: 13px;
	}
	.post_list_child .center {
		margin-top: 30px;
	}
	.movie {
		margin-top: 50px;
		text-align: center;
	}
}

/*-----------------------------------------------------
	#recruit
------------------------------------------------------*/
#recruit {
	margin-bottom: 120px;
	padding: 100px 0;
	background: url("../img/home/recruit.webp") no-repeat center center;
	background-size: cover;
}
.recruit_child {
	width: 50%;
	text-align: center;
}
.recruit_child h2 {
	margin-bottom: 40px;
	text-align: center;
}
.recruit_child h2 span {
	display: inline-block;
	margin: 2px;
	padding: 5px 5px 8px 5px;
	background: var(--dark-color);
	font-family: var(--font-serif);
	font-size: 40px;
	font-weight: 500;
	line-height: 1;
	color: #fff;
}
.recruit_child p {
	margin-bottom: 40px;
	font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
.recruit_child a {
	text-align: left;
}
.recruit_child a:first-of-type {
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
	.recruit_child {
		width: 55%;
	}
}
@media screen and (max-width: 750px) {
	#recruit {
		margin-bottom: 100px;
		padding: 60px 0;
		background: #FFF5F5;
	}
	.recruit_child {
		width: 100%;
	}
	.recruit_child h2 {
		margin-bottom: 30px;
	}
	.recruit_child h2 span {
		font-size: 30px;
	}
	.recruit_child img {
		width: 100%;
		margin-bottom: 30px;
	}
	.recruit_child p {
		margin-bottom: 30px;
		font-size: 14px;
	}
}
/*-----------------------------------------------------
	#f_information
------------------------------------------------------*/
.f_information_header {
	padding: 105px 0;
	background: url("../img/home/info.webp") no-repeat center center;
	background-size: cover;
}
.f_information_header h2 {
	margin-bottom: 0;
	color: #fff;
}
.f_information_header h2 span {
	color: rgba(252,226,224,.5) !important;
}
@media screen and (max-width: 750px) {
	.f_information_header {
		padding: 60px 0;
		background: url("../img/home/sp_info.webp") no-repeat center center;
		background-size: cover;
	}
}
.footer_top_l {
  width: 50%;
	padding-top: 40px;
	padding-right: 86px;
	padding-bottom: 40px;
	padding-left: calc((100vw - min(100vw, 1280px)) / 2 + 24px);
}
.footer_top_l h3 {
  margin-bottom: 30px;
	text-align: center;
}
.hour {
  width: 100%;
	margin-bottom: 10px;
  text-align: center;
}
.hour th {
	padding-top: 15px;
  padding-bottom: 15px;
	background: #9F927B;
  font-size: 14px;
  font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}
.hour tbody tr th:first-of-type {
  width: 28.5%;
	padding-right: 10px;
	padding-left: 10px;
}
.hour tbody tr td:first-of-type {
	padding-right: 10px;
	padding-left: 10px;
	font-weight: 500;
}
.hour td {
  padding: 16px 0 14px;
  border-bottom: 1px solid #9F927B;
  font-size: 14px;
	font-weight: 700;
  vertical-align: middle;
	text-align: center;
}
.footer_top_l .center {
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer_top_l dl {
	justify-content: space-between;
  font-size: 16px;
	font-weight: 500;
	line-height: 2.3;
	letter-spacing: 0.1em;
}
.footer_top_l dl dt {
  width: 100px;
  padding: 10px 0 10px 10px;
  border-top: 1px solid #DADADA;
}
.footer_top_l dl dd {
  width: calc(100% - 110px);
  padding: 10px 0 10px 10px;
  border-top: 1px solid #DADADA;
}
.footer_top_r {
  width: 50%;
}
.footer_top_r iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1360px) {
	.footer_top_l {
		padding-right: 40px;
		padding-left: 40px;
	}
}
@media screen and (max-width: 1050px) {
	.footer_top_l {
		width: 100%;
		padding-top: 50px;
		padding-bottom: 20px;
	}
	.footer_top_r {
		width: 100%;
		height: 400px;
	}
}
@media screen and (max-width: 750px) {
	.footer_top_l {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer_top_l dl {
		font-size: 14px;
	}
	.footer_top_r {
		height: 100.533vw;
	}
}
