@charset "utf-8";


/************************************
main
************************************/
@media screen and (min-width: 1200px) {
	main {
		position: relative;
		box-sizing: border-box;
		background-image: url("../img/index/main.webp");
		background-repeat: no-repeat;
		background-position: top calc(-235vw / var(--tablet)) center;
		background-size: calc(1449vw / var(--tablet)) calc(965vw / var(--tablet));
		width: 100%;
		height: calc(600vw / var(--tablet));
		padding-top: calc(34vw / var(--tablet));
	}
	
	main::before {
		position: absolute;
		display: block;
		content: "※このCGパースはイメージで現況とは異なります。";
		color: #ffffff;
		font-size: calc(10vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		-webkit-text-fill-color: #ffffff;
		-webkit-text-stroke: calc(2vw / var(--tablet)) #3c3c3c;
		bottom: calc(10vw / var(--tablet));
		right: calc(183vw / var(--tablet));
	}
	
	main::after {
		position: absolute;
		display: block;
		content: "※このCGパースはイメージで現況とは異なります。";
		color: #ffffff;
		font-size: calc(10vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		bottom: calc(10vw / var(--tablet));
		right: calc(183vw / var(--tablet));
	}
	
	main .logo {
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.85);
		border-radius:  calc((330vw / 2) / var(--tablet));
		width: calc(330vw / var(--tablet));
		height: calc(330vw / var(--tablet));
		padding-top: calc(27vw / var(--tablet));
		margin: 0 auto;
	}
	
	main .logo h1 {
		width: calc(210vw / var(--tablet));
		height: calc(140vw / var(--tablet));
		margin: 0 auto calc(25vw / var(--tablet));
	}
	
	main .logo p.address {
		color: #595641;
		font-size: calc(18vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: center;
		margin-bottom: calc(5vw / var(--tablet));
	}
	
	main .logo p.open {
		color: #595641;
		font-size: calc(32vw / var(--tablet));
		line-height: 1.05em;
		font-weight: 600;
		text-align: center;
	}
	
	main .logo p.open span.small {
		font-size: calc(20vw / var(--tablet));
	}
	
	main .logo p.open span.big {
		font-size: calc(38vw / var(--tablet));
	}
	
	main .instagram {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0 calc(9vw / var(--tablet));
		box-sizing: border-box;
		background: #ffffff;
		border-radius: calc(6vw / var(--tablet));
		width: calc(146vw / var(--tablet));
		padding: calc(5vw / var(--tablet));
		top: calc(30vw / var(--tablet));
		left: calc(50% + (353vw / var(--tablet)));
	}
	
	main .instagram img {
		width: calc(24vw / var(--tablet));
		height: calc(24vw / var(--tablet));
	}
	
	main .instagram p {
		color: #3c3c3c;
		font-size: calc(12vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	main {
		position: relative;
		box-sizing: border-box;
		background-image: url("../img/index/main.webp");
		background-repeat: no-repeat;
		background-position: top calc(-235vw / var(--tablet)) center;
		background-size: calc(1449vw / var(--tablet)) calc(965vw / var(--tablet));
		width: 100%;
		height: calc(600vw / var(--tablet));
		padding-top: calc(34vw / var(--tablet));
	}
	
	main::before {
		position: absolute;
		display: block;
		content: "※このCGパースはイメージで現況とは異なります。";
		color: #ffffff;
		font-size: calc(10vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		-webkit-text-fill-color: #ffffff;
		-webkit-text-stroke: calc(2vw / var(--tablet)) #3c3c3c;
		bottom: calc(10vw / var(--tablet));
		right: calc(183vw / var(--tablet));
	}
	
	main::after {
		position: absolute;
		display: block;
		content: "※このCGパースはイメージで現況とは異なります。";
		color: #ffffff;
		font-size: calc(10vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		bottom: calc(10vw / var(--tablet));
		right: calc(183vw / var(--tablet));
	}
	
	main .logo {
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.85);
		border-radius:  calc((330vw / 2) / var(--tablet));
		width: calc(330vw / var(--tablet));
		height: calc(330vw / var(--tablet));
		padding-top: calc(27vw / var(--tablet));
		margin: 0 auto;
	}
	
	main .logo h1 {
		width: calc(210vw / var(--tablet));
		height: calc(140vw / var(--tablet));
		margin: 0 auto calc(25vw / var(--tablet));
	}
	
	main .logo p.address {
		color: #595641;
		font-size: calc(18vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: center;
		margin-bottom: calc(5vw / var(--tablet));
	}
	
	main .logo p.open {
		color: #595641;
		font-size: calc(32vw / var(--tablet));
		line-height: 1.05em;
		font-weight: 600;
		text-align: center;
	}
	
	main .logo p.open span.small {
		font-size: calc(20vw / var(--tablet));
	}
	
	main .logo p.open span.big {
		font-size: calc(38vw / var(--tablet));
	}
	
	main .instagram {
		position: absolute;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 0 calc(9vw / var(--tablet));
		box-sizing: border-box;
		background: #ffffff;
		border-radius: calc(6vw / var(--tablet));
		width: calc(146vw / var(--tablet));
		padding: calc(5vw / var(--tablet));
		top: calc(30vw / var(--tablet));
		left: calc(50% + (353vw / var(--tablet)));
	}
	
	main .instagram img {
		width: calc(24vw / var(--tablet));
		height: calc(24vw / var(--tablet));
	}
	
	main .instagram p {
		color: #3c3c3c;
		font-size: calc(12vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	main {
		position: relative;
		box-sizing: border-box;
		background-image: url("../img/index/main.webp");
		background-repeat: no-repeat;
		background-position: top right calc(-400vw / var(--sp));
		background-size: calc(1078vw / var(--sp)) calc(718vw / var(--sp));
		width: 100%;
		height: calc(660vw / var(--sp));
		padding-top: calc(50vw / var(--sp));
	}
	
	main::before {
		position: absolute;
		display: block;
		content: "※このCGパースはイメージで現況とは異なります。";
		color: #ffffff;
		font-size: calc(10vw / var(--sp));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		-webkit-text-fill-color: #ffffff;
		-webkit-text-stroke: calc(2vw / var(--sp)) #3c3c3c;
		bottom: calc(5vw / var(--sp));
		right: calc(25vw / var(--sp));
	}
	
	main::after {
		position: absolute;
		display: block;
		content: "※このCGパースはイメージで現況とは異なります。";
		color: #ffffff;
		font-size: calc(10vw / var(--sp));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		bottom: calc(5vw / var(--sp));
		right: calc(25vw / var(--sp));
	}
	
	main .logo {
		box-sizing: border-box;
		background: rgba(255, 255, 255, 0.85);
		border-radius:  calc((300vw / 2) / var(--sp));
		width: calc(300vw / var(--sp));
		height: calc(300vw / var(--sp));
		padding-top: calc(24vw / var(--sp));
		margin: 0 auto;
	}
	
	main .logo h1 {
		width: calc(190vw / var(--sp));
		height: calc(127vw / var(--sp));
		margin: 0 auto calc(25vw / var(--sp));
	}
	
	main .logo p.address {
		color: #595641;
		font-size: calc(16vw / var(--sp));
		line-height: 1em;
		font-weight: 400;
		text-align: center;
		margin-bottom: calc(10vw / var(--sp));
	}
	
	main .logo p.open {
		color: #595641;
		font-size: calc(29vw / var(--sp));
		line-height: 1.05em;
		font-weight: 600;
		text-align: center;
	}
	
	main .logo p.open span.small {
		font-size: calc(18vw / var(--sp));
	}
	
	main .logo p.open span.big {
		font-size: calc(34vw / var(--sp));
	}
	
	main .instagram {
		position: absolute;
		background: #ffffff;
		border-radius: calc(6vw / var(--sp));
		padding: calc(5vw / var(--sp));
		top: calc(20vw / var(--sp));
		right: calc(20vw / var(--sp));
	}
	
	main .instagram img {
		width: calc(24vw / var(--sp));
		height: calc(24vw / var(--sp));
	}
}


/************************************
#news
************************************/
@media screen and (min-width: 1200px) {
	#news {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: 80px;
	}
	
	#news h2 {
		position: relative;
		flex-grow: 1;
		background: #ffffff;
		color: #00489d;
		font-size: 32px;
		line-height: 80px;
		font-weight: 600;
		text-align: right;
		padding-right: 35px;
	}
	
	#news h2::before {
		position: absolute;
		display: block;
		content: "";
		background: #00489d;
		border-radius: calc(6px / 2);
		width: 6px;
		height: 34px;
		top: 50%;
		right: 150px;
		transform: translateY(-50%);
	}
	
	#news ul {
		box-sizing: border-box;
		background: #f5f5f4;
		width: calc(50% + 343px);
	}
	
	#news ul li {
		width: 100%;
	}
	
	#news ul li .txt_area {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#news ul li .txt_area .date {
		color: #00489d;
		font-size: 16px;
		line-height: 80px;
		font-weight: 600;
		text-align: center;
		width: 150px;
	}
	
	#news ul li .txt_area .media_ttl {
		color: #3c3c3c;
		font-size: 16px;
		line-height: 80px;
		font-weight: 400;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#news {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: calc(80vw / var(--tablet));
	}
	
	#news h2 {
		position: relative;
		flex-grow: 1;
		background: #ffffff;
		color: #00489d;
		font-size: calc(32vw / var(--tablet));
		line-height: calc(80vw / var(--tablet));
		font-weight: 600;
		text-align: right;
		padding-right: calc(35vw / var(--tablet));
	}
	
	#news h2::before {
		position: absolute;
		display: block;
		content: "";
		background: #00489d;
		border-radius: calc((6vw / 2) / var(--tablet));
		width: calc(6vw / var(--tablet));
		height: calc(34vw / var(--tablet));
		top: 50%;
		right: calc(150vw / var(--tablet));
		transform: translateY(-50%);
	}
	
	#news ul {
		box-sizing: border-box;
		background: #f5f5f4;
		width: calc(50% + (343vw / var(--tablet)));
	}
	
	#news ul li {
		width: 100%;
	}
	
	#news ul li .txt_area {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	
	#news ul li .txt_area .date {
		color: #00489d;
		font-size: calc(16vw / var(--tablet));
		line-height: calc(80vw / var(--tablet));
		font-weight: 600;
		text-align: center;
		width: calc(150vw / var(--tablet));
	}
	
	#news ul li .txt_area .media_ttl {
		color: #3c3c3c;
		font-size: calc(16vw / var(--tablet));
		line-height: calc(80vw / var(--tablet));
		font-weight: 400;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#news {
		width: 100%;
	}
	
	#news h2 {
		background: #ffffff;
		color: #00489d;
		font-size: calc(32vw / var(--sp));
		line-height: calc(50vw / var(--sp));
		font-weight: 600;
		text-align: center;
		width: 100%;
		height: calc(50vw / var(--sp));
	}
	
	#news ul {
		background: #f5f5f4;
		width: 100%;
	}
	
	#news ul li {
		width: 100%;
	}
	
	#news ul li .txt_area {
		width: 100%;
		padding: calc(15vw / var(--sp)) 0;
	}
	
	#news ul li .txt_area .date {
		color: #00489d;
		font-size: calc(16vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: calc(340vw / var(--sp));
		margin: 0 auto calc(10vw / var(--sp));
	}
	
	#news ul li .txt_area .media_ttl {
		color: #3c3c3c;
		font-size: calc(16vw / var(--sp));
		line-height: calc(26vw / var(--sp));
		font-weight: 400;
		text-align: justify;
		width: calc(340vw / var(--sp));
		margin: 0 auto;
	}
}


/************************************
#blog
************************************/
@media screen and (min-width: 1200px) {
	#blog {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		width: 100%;
		height: 240px;
	}
	
	#blog h2 {
		position: relative;
		flex-grow: 1;
		background: #ffffff;
		color: #00489d;
		font-size: 32px;
		line-height: 240px;
		font-weight: 600;
		text-align: right;
		padding-right: 35px;
	}
	
	#blog h2::before {
		position: absolute;
		display: block;
		content: "";
		background: #00489d;
		border-radius: calc(6px / 2);
		width: 6px;
		height: 34px;
		top: 50%;
		right: 150px;
		transform: translateY(-50%);
	}
	
	#blog ul {
		display: flex;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(50% + 343px);
		padding-top: 50px;
	}
	
	#blog ul li {
		width: 367px;
		height: 140px;
		padding: 0 30px;
	}
	
	#blog ul li:first-child {
		border-right: 1px solid #d8d8d8;
	}
	
	#blog ul li a {
		display: flex;
		flex-wrap: wrap;
		gap: 0 15px;
		width: 100%;
		height: 100%;
		padding: 0 
	}
	
	#blog ul li a .thumbnail {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#blog ul li a .thumbnail img {
		object-fit: cover;
		width: 140px;
		height: 140px;
	}
	
	#blog ul li a .text {
		position: relative;
		width: 212px;
	}
	
	#blog ul li a .text .date {
		color: #00489d;
		font-size: 14px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin-bottom: 15px;
	}
	
	#blog ul li a .text h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #3c3c3c;
		font-size: 16px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#blog ul li a .text .description {
		display: -webkit-box;       
		overflow: hidden;      
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		color: #3c3c3c;
		font-size: 14px;
		line-height: 24px;
		font-weight: 400;
		text-align: justify;
		width: 100%;
	}
	
	#blog ul li a .text .readmore {
		position: absolute;
		background: #5db6e7;
		color: #ffffff;
		font-size: 12px;
		line-height: 27px;
		font-weight: 400;
		text-align: center;
		text-decoration: underline;
		border-radius: 6px;
		width: 100px;
		height: 27px;
		bottom: 0;
		left: 0;
	}
	
	#blog .blogtop {
		position: absolute;
		display: block;
		background: #00489d;
		color: #ffffff;
		font-size: 12px;
		line-height: 32px;
		font-weight: 400;
		text-align: center;
		text-decoration: underline;
		border-radius: 6px;
		width: 100px;
		height: 32px;
		bottom: 0;
		left: calc(50% + 385px);
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#blog {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		width: 100%;
		height: calc(240vw / var(--tablet));
	}
	
	#blog h2 {
		position: relative;
		flex-grow: 1;
		background: #ffffff;
		color: #00489d;
		font-size: calc(32vw / var(--tablet));
		line-height: calc(240vw / var(--tablet));
		font-weight: 600;
		text-align: right;
		padding-right: calc(35vw / var(--tablet));
	}
	
	#blog h2::before {
		position: absolute;
		display: block;
		content: "";
		background: #00489d;
		border-radius: calc((6px / 2) / var(--tablet));
		width: calc(6vw / var(--tablet));
		height: calc(34vw / var(--tablet));
		top: 50%;
		right: calc(150vw / var(--tablet));
		transform: translateY(-50%);
	}
	
	#blog ul {
		display: flex;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(50% + (343vw / var(--tablet)));
		padding-top: calc(50vw / var(--tablet));
	}
	
	#blog ul li {
		width: calc(367vw / var(--tablet));
		height: calc(140vw / var(--tablet));
		padding: 0 calc(30vw / var(--tablet));
	}
	
	#blog ul li:first-child {
		border-right: calc(1vw / var(--tablet)) solid #d8d8d8;
	}
	
	#blog ul li a {
		display: flex;
		flex-wrap: wrap;
		gap: 0 calc(15vw / var(--tablet));
		width: 100%;
		height: 100%;
	}
	
	#blog ul li a .thumbnail {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#blog ul li a .thumbnail img {
		object-fit: cover;
		width: calc(140vw / var(--tablet));
		height: calc(140vw / var(--tablet));
	}
	
	#blog ul li a .text {
		position: relative;
		width: calc(212vw / var(--tablet));
	}
	
	#blog ul li a .text .date {
		color: #00489d;
		font-size: calc(14vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin-bottom: calc(15vw / var(--tablet));
	}
	
	#blog ul li a .text h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #3c3c3c;
		font-size: calc(16vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin-bottom: calc(10vw / var(--tablet));
	}
	
	#blog ul li a .text .description {
		display: -webkit-box;       
		overflow: hidden;      
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		color: #3c3c3c;
		font-size: calc(14vw / var(--tablet));
		line-height: calc(24vw / var(--tablet));
		font-weight: 400;
		text-align: justify;
		width: 100%;
	}
	
	#blog ul li a .text .readmore {
		position: absolute;
		background: #5db6e7;
		color: #ffffff;
		font-size: calc(12vw / var(--tablet));
		line-height: calc(27vw / var(--tablet));
		font-weight: 400;
		text-align: center;
		text-decoration: underline;
		border-radius: calc(6vw / var(--tablet));
		width: calc(100vw / var(--tablet));
		height: calc(27vw / var(--tablet));
		bottom: 0;
		left: 0;
	}
	
	#blog .blogtop {
		position: absolute;
		display: block;
		background: #00489d;
		color: #ffffff;
		font-size: calc(12vw / var(--tablet));
		line-height: calc(32vw / var(--tablet));
		font-weight: 400;
		text-align: center;
		text-decoration: underline;
		border-radius: calc(6vw / var(--tablet));
		width: calc(100vw / var(--tablet));
		height: calc(32vw / var(--tablet));
		bottom: 0;
		left: calc(50% + (385vw / var(--tablet)));
	}
}

@media screen and (max-width: 767px) {
	#blog {
		box-sizing: border-box;
		width: 100%;
	}
	
	#blog h2 {
		background: #ffffff;
		color: #00489d;
		font-size: calc(32vw / var(--sp));
		line-height: calc(50vw / var(--sp));
		font-weight: 600;
		text-align: center;
		width: 100%;
		height: calc(50vw / var(--sp));
	}
	
	#blog ul {
		display: flex;
		flex-direction: column;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(340vw / var(--sp));
		margin: 0 auto calc(10vw / var(--sp));
	}
	
	#blog ul li {
		width: 100%;
		height: calc(140vw / var(--sp));
		padding: calc(20vw / var(--sp)) 0;
	}
	
	#blog ul li:first-child {
		border-bottom: calc(1vw / var(--sp)) solid #d8d8d8;
	}
	
	#blog ul li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	
	#blog ul li a .thumbnail {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#blog ul li a .thumbnail img {
		object-fit: cover;
		width: calc(140vw / var(--sp));
		height: calc(140vw / var(--sp));
	}
	
	#blog ul li a .text {
		position: relative;
		width: calc(185vw / var(--sp));
	}
	
	#blog ul li a .text .date {
		color: #00489d;
		font-size: calc(14vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin-bottom: calc(15vw / var(--sp));
	}
	
	#blog ul li a .text h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #3c3c3c;
		font-size: calc(16vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		width: 100%;
		margin-bottom: calc(10vw / var(--sp));
	}
	
	#blog ul li a .text .description {
		display: -webkit-box;       
		overflow: hidden;      
		-webkit-box-orient: vertical;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		color: #3c3c3c;
		font-size: calc(14vw / var(--sp));
		line-height: calc(24vw / var(--sp));
		font-weight: 400;
		text-align: justify;
		width: 100%;
	}
	
	#blog ul li a .text .readmore {
		position: absolute;
		background: #5db6e7;
		color: #ffffff;
		font-size: calc(12vw / var(--sp));
		line-height: calc(27vw / var(--sp));
		font-weight: 400;
		text-align: center;
		text-decoration: underline;
		border-radius: calc(6vw / var(--sp));
		width: calc(100vw / var(--sp));
		height: calc(27vw / var(--sp));
		bottom: 0;
		left: 0;
	}
	
	#blog .blogtop {
		display: block;
		background: #00489d;
		color: #ffffff;
		font-size: calc(12vw / var(--sp));
		line-height: calc(32vw / var(--sp));
		font-weight: 400;
		text-align: center;
		text-decoration: underline;
		border-radius: calc(6vw / var(--sp));
		width: calc(180vw / var(--sp));
		height: calc(32vw / var(--sp));
		margin: 0 auto;
	}
}


/************************************
#departments
************************************/
@media screen and (min-width: 1200px) {
	#departments {
		background: #ffffff;
		width: 100%;
		padding: 60px 0 153px;
	}
	
	#departments ul {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 627px;
		height: 92px;
		margin: 0 auto;
	}
	
	#departments ul li {
		display: table;
		border-radius: calc(92px / 2);
		width: 92px;
		height: 92px;
	}
	
	#departments ul li.departments_01 {
		background: #5db6e7;
	}
	
	#departments ul li.departments_02 {
		background: #f09ba5;
	}
	
	#departments ul li p {
		display: table-cell;
		vertical-align: middle;
		color: #ffffff;
		font-size: 18px;
		line-height: 22px;
		font-weight: 600;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#departments {
		background: #ffffff;
		width: 100%;
		padding: calc(60vw / var(--tablet)) 0 calc(153vw / var(--tablet));
	}
	
	#departments ul {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(627vw / var(--tablet));
		height: calc(92vw / var(--tablet));
		margin: 0 auto;
	}
	
	#departments ul li {
		display: table;
		border-radius: calc((92vw / 2) / var(--tablet));
		width: calc(92vw / var(--tablet));
		height: calc(92vw / var(--tablet));
	}
	
	#departments ul li.departments_01 {
		background: #5db6e7;
	}
	
	#departments ul li.departments_02 {
		background: #f09ba5;
	}
	
	#departments ul li p {
		display: table-cell;
		vertical-align: middle;
		color: #ffffff;
		font-size: calc(18vw / var(--tablet));
		line-height: calc(22vw / var(--tablet));
		font-weight: 600;
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	#departments {
		background: #ffffff;
		width: 100%;
		padding: calc(60vw / var(--sp)) 0 calc(160vw / var(--sp));
	}
	
	#departments ul {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
		width: calc(306vw / var(--sp));
		height: calc(202vw / var(--sp));
		margin: 0 auto;
	}
	
	#departments ul li {
		display: table;
		border-radius: calc((92vw / 2) / var(--sp));
		width: calc(92vw / var(--sp));
		height: calc(92vw / var(--sp));
	}
	
	#departments ul li.departments_01 {
		background: #5db6e7;
	}
	
	#departments ul li.departments_02 {
		background: #f09ba5;
	}
	
	#departments ul li p {
		display: table-cell;
		vertical-align: middle;
		color: #ffffff;
		font-size: calc(18vw / var(--sp));
		line-height: calc(22vw / var(--sp));
		font-weight: 600;
		text-align: center;
	}
}


/************************************
#greeting
************************************/
@media screen and (min-width: 1200px) {
	#greeting {
		position: relative;
		background: #f2f6fa;
		width: 100%;
		padding: 90px 0 45px;
	}
	
	#greeting::before {
		position: absolute;
		display: block;
		content: "";
		background-color: transparent;
		background-image: radial-gradient(#b2c8e2 14%, transparent 14%), radial-gradient(#b2c8e2 14%, transparent 14%);
		background-position: 0 0, 7px 7px;
		background-size: 14px 14px;
		border-radius: calc(222px / 2);
		width: 222px;
		height: 222px;
		top: -33px;
		left: calc(50% - 550px);
	}
	
	#greeting::after {
		position: absolute;
		display: block;
		content: "";
		background-color: transparent;
		background-image: radial-gradient(#b2c8e2 14%, transparent 14%), radial-gradient(#b2c8e2 14%, transparent 14%);
		background-position: 0 0, 7px 7px;
		background-size: 14px 14px;
		border-radius: calc(222px / 2);
		width: 222px;
		height: 222px;
		bottom: -66px;
		left: calc(50% + 320px);
	}
	
	#greeting h2 {
		position: absolute;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #d5ecf9 0%, #d5ecf9 156px, transparent 156px, transparent 100%);
		border-radius: calc(218px / 2);
		width: 218px;
		height: 218px;
		padding-top: 78px;
		top: -92px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#greeting h2 p {
		color: #00489d;
		font-size: 32px;
		line-height: 0.8em;
		font-weight: 600;
		text-align: center;
	}
	
	#greeting h2 p span.en {
		font-size: 12px;
	}
	
	#greeting h2 .character {
		position: absolute;
		width: 82px;
		height: 106px;
	}
	
	#greeting h2 .character.character_u {
		top: 50px;
		left: -67px;
	}
	
	#greeting h2 .character.character_lala {
		top: 50px;
		right: -67px;
	}
	
	#greeting .message {
		position: relative;
		color: #3c3c3c;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		text-align: justify;
		width: 700px;
		margin: 0 auto 15px;
		z-index: 1;
	}
	
	#greeting h3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
		gap: 0 12px;
		margin: 0 auto;
	}
	
	#greeting h3 .doctor {
		color: #00489d;
		font-size: 16px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
	
	#greeting h3 .name {
		color: #00489d;
		font-size: 24px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#greeting {
		position: relative;
		background: #f2f6fa;
		width: 100%;
		padding: calc(90vw / var(--tablet)) 0 calc(45vw / var(--tablet));
	}
	
	#greeting::before {
		position: absolute;
		display: block;
		content: "";
		background-color: transparent;
		background-image: radial-gradient(#b2c8e2 14%, transparent 14%), radial-gradient(#b2c8e2 14%, transparent 14%);
		background-position: 0 0, calc(7vw / var(--tablet)) calc(7vw / var(--tablet));
		background-size: calc(14vw / var(--tablet)) calc(14vw / var(--tablet));
		border-radius: calc((222vw / 2) / var(--tablet));
		width: calc(222vw / var(--tablet));
		height: calc(222vw / var(--tablet));
		top: calc(-33vw / var(--tablet));
		left: calc(50% - calc(550vw / var(--tablet)));
	}
	
	#greeting::after {
		position: absolute;
		display: block;
		content: "";
		background-color: transparent;
		background-image: radial-gradient(#b2c8e2 14%, transparent 14%), radial-gradient(#b2c8e2 14%, transparent 14%);
		background-position: 0 0, calc(7vw / var(--tablet)) calc(7vw / var(--tablet));
		background-size: calc(14vw / var(--tablet)) calc(14vw / var(--tablet));
		border-radius: calc((222vw / 2) / var(--tablet));
		width: calc(222vw / var(--tablet));
		height: calc(222vw / var(--tablet));
		bottom: calc(-66vw / var(--tablet));
		left: calc(50% + calc(320vw / var(--tablet)));
	}
	
	#greeting h2 {
		position: absolute;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #d5ecf9 0%, #d5ecf9 calc(156vw / var(--tablet)), transparent calc(156vw / var(--tablet)), transparent 100%);
		border-radius: calc((218vw / 2) / var(--tablet));
		width: calc(218vw / var(--tablet));
		height: calc(218vw / var(--tablet));
		padding-top: calc(78vw / var(--tablet));
		top: calc(-92vw / var(--tablet));
		left: 50%;
		transform: translateX(-50%);
	}
	
	#greeting h2 p {
		color: #00489d;
		font-size: calc(32vw / var(--tablet));
		line-height: 0.8em;
		font-weight: 600;
		text-align: center;
	}
	
	#greeting h2 p span.en {
		font-size: calc(12vw / var(--tablet));
	}
	
	#greeting h2 .character {
		position: absolute;
		width: calc(82vw / var(--tablet));
		height: calc(106vw / var(--tablet));
	}
	
	#greeting h2 .character.character_u {
		top: calc(50vw / var(--tablet));
		left: calc(-67vw / var(--tablet));
	}
	
	#greeting h2 .character.character_lala {
		top: calc(50vw / var(--tablet));
		right: calc(-67vw / var(--tablet));
	}
	
	#greeting .message {
		position: relative;
		color: #3c3c3c;
		font-size: calc(16vw / var(--tablet));
		line-height: calc(26vw / var(--tablet));
		font-weight: 400;
		text-align: justify;
		width: calc(700vw / var(--tablet));
		margin: 0 auto calc(15vw / var(--tablet));
		z-index: 1;
	}
	
	#greeting h3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
		gap: 0 calc(12vw / var(--tablet));
		margin: 0 auto;
	}
	
	#greeting h3 .doctor {
		color: #00489d;
		font-size: calc(16vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
	
	#greeting h3 .name {
		color: #00489d;
		font-size: calc(24vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#greeting {
		position: relative;
		background: #f2f6fa;
		width: 100%;
		padding: calc(95vw / var(--sp)) 0 calc(60vw / var(--sp));
	}
	
	#greeting h2 {
		position: absolute;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #d5ecf9 0%, #d5ecf9 calc(156vw / var(--sp)), transparent calc(156vw / var(--sp)), transparent 100%);
		border-radius: calc((218vw / 2) / var(--sp));
		width: calc(218vw / var(--sp));
		height: calc(218vw / var(--sp));
		padding-top: calc(78vw / var(--sp));
		top: calc(-100vw / var(--sp));
		left: 50%;
		transform: translateX(-50%);
	}
	
	#greeting h2 p {
		color: #00489d;
		font-size: calc(32vw / var(--sp));
		line-height: 0.8em;
		font-weight: 600;
		text-align: center;
	}
	
	#greeting h2 p span.en {
		font-size: calc(12vw / var(--sp));
	}
	
	#greeting h2 .character {
		position: absolute;
		width: calc(82vw / var(--sp));
		height: calc(106vw / var(--sp));
	}
	
	#greeting h2 .character.character_u {
		top: calc(50vw / var(--sp));
		left: calc(-67vw / var(--sp));
	}
	
	#greeting h2 .character.character_lala {
		top: calc(50vw / var(--sp));
		right: calc(-67vw / var(--sp));
	}
	
	#greeting .message {
		position: relative;
		color: #3c3c3c;
		font-size: calc(16vw / var(--sp));
		line-height: calc(26vw / var(--sp));
		font-weight: 400;
		text-align: justify;
		width: calc(340vw / var(--sp));
		margin: 0 auto calc(35vw / var(--sp));
	}
	
	#greeting h3 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-end;
		gap: 0 calc(14vw / var(--sp));
		margin: 0 auto;
	}
	
	#greeting h3 .doctor {
		color: #00489d;
		font-size: calc(16vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
	
	#greeting h3 .name {
		color: #00489d;
		font-size: calc(24vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
}


/************************************
#doctor
************************************/
@media screen and (min-width: 1200px) {
	#doctor {
		width: 100%;
		padding-top: 80px;
		margin: 0 auto;
	}
	
	#doctor ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 1000px;
		padding-bottom: 55px;
		margin: 0 auto;
	}
	
	#doctor ul li {
		border-top: 4px solid #b2c8e2;
		width: 460px;
	}
	
	#doctor ul li .name {
		position: relative;
		box-sizing: border-box;
		border-bottom: 2px dashed #b4b4b4;
		width: 383px;
		height: 114px;
		padding-left: 153px;
		margin: 0 auto 15px;
	}
	
	#doctor ul li .name .photo {
		position: absolute;
		width: 144px;
		height: 144px;
		border-radius: calc(144px / 2);
		top: -18px;
		left: 0;
	}
	
	#doctor ul li .name .text {
		padding-top: 20px;
	}
	
	#doctor ul li .name .text .position {
		font-size: 14px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: 13px;
	}
	
	#doctor ul li.doctor_01 .name .text .position {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text .position {
		color: #f09ba5;
	}
	
	#doctor ul li .name .text .kana {
		font-size: 14px;
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		margin-bottom: 7px;
	}
	
	#doctor ul li.doctor_01 .name .text .kana {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text .kana {
		color: #f09ba5;
	}
	
	#doctor ul li .name .text h2 {
		font-size: 18px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
	
	#doctor ul li.doctor_01 .name .text h2 {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text h2 {
		color: #f09ba5;
	}
	
	#doctor ul li .name .character {
		position: absolute;
		width: 82px;
		height: 106px;
		bottom: -1px;
		right: 0;
	}
	
	#doctor ul li .profile {
		width: 383px;
		margin: 0 auto;
	}
	
	#doctor ul li .profile h3 {
		color: #3c3c3c;
		font-size: 18px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: 15px;
	}
	
	#doctor ul li .profile table {
		width: 383px;
		margin: 0 auto;
	}
	
	#doctor ul li .profile table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 10px;
	}
	
	#doctor ul li .profile table tr:last-child {
		margin-bottom: 0;
	}
	
	#doctor ul li .profile table tr th, #doctor ul li .profile table tr td {
		color: #3c3c3c;
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		text-align: left;
	}
	
	#doctor ul li .profile table tr th {
		width: 15%;
	}
	
	#doctor ul li .profile table tr td {
		width: 82%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#doctor {
		width: 100%;
		padding-top: calc(80vw / var(--tablet));
		margin: 0 auto;
	}
	
	#doctor ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(1000vw / var(--tablet));
		padding-bottom: calc(55vw / var(--tablet));
		margin: 0 auto;
	}
	
	#doctor ul li {
		border-top: calc(4vw / var(--tablet)) solid #b2c8e2;
		width: calc(460vw / var(--tablet));
	}
	
	#doctor ul li .name {
		position: relative;
		box-sizing: border-box;
		border-bottom: calc(2vw / var(--tablet)) dashed #b4b4b4;
		width: calc(383vw / var(--tablet));
		height: calc(114vw / var(--tablet));
		padding-left: calc(153vw / var(--tablet));
		margin: 0 auto calc(15vw / var(--tablet));
	}
	
	#doctor ul li .name .photo {
		position: absolute;
		width: calc(144vw / var(--tablet));
		height: calc(144vw / var(--tablet));
		border-radius: calc((144vw / 2) / var(--tablet));
		top: calc(-18vw / var(--tablet));
		left: 0;
	}
	
	#doctor ul li .name .text {
		padding-top: calc(20vw / var(--tablet));
	}
	
	#doctor ul li .name .text .position {
		font-size: calc(14vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: calc(13vw / var(--tablet));
	}
	
	#doctor ul li.doctor_01 .name .text .position {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text .position {
		color: #f09ba5;
	}
	
	#doctor ul li .name .text .kana {
		font-size: calc(14vw / var(--tablet));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		margin-bottom: calc(7vw / var(--tablet));
	}
	
	#doctor ul li.doctor_01 .name .text .kana {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text .kana {
		color: #f09ba5;
	}
	
	#doctor ul li .name .text h2 {
		font-size: calc(18vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
	
	#doctor ul li.doctor_01 .name .text h2 {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text h2 {
		color: #f09ba5;
	}
	
	#doctor ul li .name .character {
		position: absolute;
		width: calc(82vw / var(--tablet));
		height: calc(106vw / var(--tablet));
		bottom: calc(-1vw / var(--tablet));
		right: 0;
	}
	
	#doctor ul li .profile {
		width: calc(383vw / var(--tablet));
		margin: 0 auto;
	}
	
	#doctor ul li .profile h3 {
		color: #3c3c3c;
		font-size: calc(18vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: calc(15vw / var(--tablet));
	}
	
	#doctor ul li .profile table {
		width: calc(383vw / var(--tablet));
		margin: 0 auto;
	}
	
	#doctor ul li .profile table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: calc(10vw / var(--tablet));
	}
	
	#doctor ul li .profile table tr:last-child {
		margin-bottom: 0;
	}
	
	#doctor ul li .profile table tr th, #doctor ul li .profile table tr td {
		color: #3c3c3c;
		font-size: calc(16vw / var(--tablet));
		line-height: calc(22vw / var(--tablet));
		font-weight: 400;
		text-align: left;
	}
	
	#doctor ul li .profile table tr th {
		width: 15%;
	}
	
	#doctor ul li .profile table tr td {
		width: 82%;
	}
}

@media screen and (max-width: 767px) {
	#doctor {
		width: 100%;
		padding-top: calc(75vw / var(--sp));
	}
	
	#doctor ul {
		display: flex;
		flex-direction: column;
		gap: calc(55vw / var(--sp)) 0;
		width: calc(340vw / var(--sp));
		padding-bottom: calc(55vw / var(--sp));
		margin: 0 auto;
	}
	
	#doctor ul li {
		border-top: calc(4vw / var(--sp)) solid #b2c8e2;
		width: 100%
	}
	
	#doctor ul li .name {
		position: relative;
		box-sizing: border-box;
		border-bottom: calc(2vw / var(--sp)) dashed #b4b4b4;
		width: 100%;
		height: calc(114vw / var(--sp));
		padding-left: calc(153vw / var(--sp));
		margin: 0 auto calc(15vw / var(--sp));
	}
	
	#doctor ul li .name .photo {
		position: absolute;
		width: calc(144vw / var(--sp));
		height: calc(144vw / var(--sp));
		border-radius: calc((144vw / 2) / var(--sp));
		top: calc(-18vw / var(--sp));
		left: 0;
	}
	
	#doctor ul li .name .text {
		padding-top: calc(20vw / var(--sp));
	}
	
	#doctor ul li .name .text .position {
		font-size: calc(14vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: calc(13vw / var(--sp));
	}
	
	#doctor ul li.doctor_01 .name .text .position {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text .position {
		color: #f09ba5;
	}
	
	#doctor ul li .name .text .kana {
		font-size: calc(14vw / var(--sp));
		line-height: 1em;
		font-weight: 400;
		text-align: left;
		margin-bottom: calc(7vw / var(--sp));
	}
	
	#doctor ul li.doctor_01 .name .text .kana {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text .kana {
		color: #f09ba5;
	}
	
	#doctor ul li .name .text h2 {
		font-size: calc(18vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
	}
	
	#doctor ul li.doctor_01 .name .text h2 {
		color: #00489d;
	}
	
	#doctor ul li.doctor_02 .name .text h2 {
		color: #f09ba5;
	}
	
	#doctor ul li .name .character {
		position: absolute;
		width: calc(82vw / var(--sp));
		height: calc(106vw / var(--sp));
		bottom: calc(-1vw / var(--sp));
		right: calc(-10vw / var(--sp));
	}
	
	#doctor ul li .profile {
		width: 100%;
	}
	
	#doctor ul li .profile h3 {
		color: #3c3c3c;
		font-size: calc(18vw / var(--sp));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: calc(15vw / var(--sp));
	}
	
	#doctor ul li .profile table {
		width: 100%;
	}
	
	#doctor ul li .profile table tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: calc(10vw / var(--sp));
	}
	
	#doctor ul li .profile table tr:last-child {
		margin-bottom: 0;
	}
	
	#doctor ul li .profile table tr th, #doctor ul li .profile table tr td {
		color: #3c3c3c;
		font-size: calc(16vw / var(--sp));
		line-height: calc(22vw / var(--sp));
		font-weight: 400;
		text-align: left;
	}
	
	#doctor ul li .profile table tr th {
		width: 18%;
	}
	
	#doctor ul li .profile table tr td {
		width: 78%;
	}
}


/************************************
#recruit
************************************/
@media screen and (min-width: 1200px) {
	#recruit {
		position: relative;
		width: 100%;
	}
	
	#recruit::before {
		position: absolute;
		display: block;
		content: "";
		background: #fceef0;
		border-radius: calc(280px / 2);
		width: 280px;
		height: 280px;
		top: -20px;
		left: calc(50% - 104px);
		z-index: -1;
	}
	
	#recruit::after {
		position: absolute;
		display: block;
		content: "";
		background: #eff6e0;
		border-radius: calc(140px / 2);
		width: 140px;
		height: 140px;
		top: -36px;
		left: calc(50% + 194px);
		z-index: -1;
	}
	
	#recruit .summary {
		display: flex;
		flex-wrap: wrap;
		gap: 0 48px;
		box-sizing: border-box;
		border-top: 1px solid #d8d8d8;
		border-bottom: 1px solid #d8d8d8;
		width: 1000px;
		padding: 70px 0 60px 200px;
		margin: 0 auto;
	}
	
	#recruit .summary img {
		width: 240px;
		height: 240px;
		border-radius: 10px;
	}
	
	#recruit .summary .text {
		padding-top: 50px;
	}
	
	#recruit .summary .text h2 {
		color: #00489d;
		font-size: 32px;
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: 20px;
	}
	
	#recruit .summary .text h2 span.en {
		font-size: 12px;
		line-height: 1em;
	}
	
	#recruit .summary .text p {
		color: #3c3c3c;
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		text-align: left;
	}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#recruit {
		position: relative;
		width: 100%;
	}
	
	#recruit::before {
		position: absolute;
		display: block;
		content: "";
		background: #fceef0;
		border-radius: calc((280vw / 2) / var(--tablet));
		width: calc(280vw / var(--tablet));
		height: calc(280vw / var(--tablet));
		top: calc(-20vw / var(--tablet));
		left: calc(50% - calc(104vw / var(--tablet)));
		z-index: -1;
	}
	
	#recruit::after {
		position: absolute;
		display: block;
		content: "";
		background: #eff6e0;
		border-radius: calc((140vw / 2) / var(--tablet));
		width: calc(140vw / var(--tablet));
		height: calc(140vw / var(--tablet));
		top: calc(-36vw / var(--tablet));
		left: calc(50% + calc(194vw / var(--tablet)));
		z-index: -1;
	}
	
	#recruit .summary {
		display: flex;
		flex-wrap: wrap;
		gap: 0 calc(48vw / var(--tablet));
		box-sizing: border-box;
		border-top: calc(1vw / var(--tablet)) solid #d8d8d8;
		border-bottom: calc(1vw / var(--tablet)) solid #d8d8d8;
		width: calc(1000vw / var(--tablet));
		padding: calc(70vw / var(--tablet)) 0 calc(60vw / var(--tablet)) calc(200vw / var(--tablet));
		margin: 0 auto;
	}
	
	#recruit .summary img {
		width: calc(240vw / var(--tablet));
		height: calc(240vw / var(--tablet));
		border-radius: calc(10vw / var(--tablet));
	}
	
	#recruit .summary .text {
		padding-top: calc(50vw / var(--tablet));
	}
	
	#recruit .summary .text h2 {
		color: #00489d;
		font-size: calc(32vw / var(--tablet));
		line-height: 1em;
		font-weight: 600;
		text-align: left;
		margin-bottom: calc(20vw / var(--tablet));
	}
	
	#recruit .summary .text h2 span.en {
		font-size: calc(12vw / var(--tablet));
		line-height: 1em;
	}
	
	#recruit .summary .text p {
		color: #3c3c3c;
		font-size: calc(16vw / var(--tablet));
		line-height: calc(26vw / var(--tablet));
		font-weight: 400;
		text-align: left;
	}
}

@media screen and (max-width: 767px) {
	#recruit {
		position: relative;
		width: 100%;
	}
	
	#recruit::before {
		position: absolute;
		display: block;
		content: "";
		background: #fceef0;
		border-radius: calc((216vw / 2) / var(--sp));
		width: calc(216vw / var(--sp));
		height: calc(216vw / var(--sp));
		top: calc(-20vw / var(--sp));
		left: calc(25vw / var(--sp));
		z-index: -1;
	}
	
	#recruit::after {
		position: absolute;
		display: block;
		content: "";
		background: #eff6e0;
		border-radius: calc((108vw / 2) / var(--sp));
		width: calc(108vw / var(--sp));
		height: calc(108vw / var(--sp));
		top: calc(-32vw / var(--sp));
		right: calc(25vw / var(--sp));
		z-index: -1;
	}
	
	#recruit .summary {
		box-sizing: border-box;
		border-top: calc(1vw / var(--sp)) solid #d8d8d8;
		border-bottom: calc(1vw / var(--sp)) solid #d8d8d8;
		width: calc(340vw / var(--sp));
		padding: calc(40vw / var(--sp)) 0;
		margin: 0 auto;
	}
	
	#recruit .summary img {
		float: left;
		width: calc(160vw / var(--sp));
		height: calc(160vw / var(--sp));
		border-radius: calc(10.6vw / var(--sp));
		margin-right: calc(16vw / var(--sp));
	}
	
	#recruit .summary .text h2 {
		color: #00489d;
		font-size: calc(32vw / var(--sp));
		line-height: calc(40vw / var(--sp));
		font-weight: 600;
		text-align: left;
		height: calc(160vw / var(--sp));
		margin-bottom: calc(16vw / var(--sp));
	}
	
	#recruit .summary .text h2 span.en {
		font-size: calc(12vw / var(--sp));
		line-height: 1em;
	}
	
	#recruit .summary .text p {
		color: #3c3c3c;
		font-size: calc(16vw / var(--sp));
		line-height: calc(26vw / var(--sp));
		font-weight: 400;
		text-align: left;
	}
}