@charset "UTF-8";

/*-----------------------------
page共通
-----------------------------*/
.pages main.common p {
	font-size: 110%;
	margin-bottom: 1em;
	line-height: 2;
}
/* container */
.w80 {
	width: 80%;
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
}
/* bar */
#bar {
	margin-top: 150px;
}
section#bar .container {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}
section#bar .container p {
	width: 65%;
	margin: 0;
	border-radius: 80px 0 0 0;
	overflow: hidden;
}
section#bar .container p img {
	width: 100%;
}
/* タイトル＆ページ内リンク */
div.barText {
	padding-left: 4%;
	width: 35%;
	box-sizing: border-box;
}
div.barText h1 {
	margin-bottom: 25px;
	color: #333;
	font-size: 220%;
	padding-top: 25px;
	padding-left: 20px;
}
.alpha {
	font-weight: bold;
	font-size: 200%;
	background: linear-gradient(to right, #8bc782, #CAB8D9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
	position: absolute;
	top: -60px;
	left: 2%;
	transform: rotate(-5deg);
}
div.barText ul {
	padding-left: 40px;
}
div.barText ul li {
	margin-bottom: 10px;
}
div.barText ul li a {
	display: inline-block;
	padding-bottom: 6px;
	padding-left: 25px;
	background: url(../images/pagelinks.png) no-repeat left top;
	background-size: 22px;
	font-weight: bold;
	font-size: 100%;
	color: #333;
}
div.barText ul li a:hover {
	background: url(../images/pagelinks.png) no-repeat left 4px;
	background-size: 22px;
	color: #666;
}
/* 波アニメーション */
.wave-container {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.waves {
	position: absolute;
	width: 100%;
	height: 10vh;
	min-height: 30px;
	max-height: 50px;
	margin-bottom: 0px;
	bottom: 0;
	
}
.parallax > use {
	animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}
.parallax > use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}
@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}
	100% { 
		transform: translate3d(85px, 0, 0);
	}
}
/* bar下のコンテンツ */
.firstContent {
	padding: 80px 0;
	background-color: #fcfaff;
	border-radius: 0 0 100px 100px;
}
/* main内section設定 */
.pages main.common section {
	padding-top: 80px;
}
/* 各ページのh2 */
.pages main.common h2 {
	font-size: 200%;
	margin-bottom: 40px;
}
.pages main.common h2 span {
	font-size: 80%;
	color: #ef6c88;
	display: block;
}
main.common .firstContent p.leading {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
	line-height: 1.5;
}
@media (max-width: 1200px) {
.w80 {
	width: 90%;
	margin: 0 auto;
}
.pages main.common section {
	padding-top: 80px;
}
.pages main.common section#workingstyle{
	padding-top: 40px;
}
.waves {
    height: 40px;
    min-height: 40px;
}
#bar {
	margin-top: 100px;
}
/* bar */
section#bar .container {
	display: block;
	width: 95%;
	display: flex;
	flex-direction: column-reverse;
}
section#bar .container p {
	width: 100%;
	border-radius: 20px;
}
/* タイトル＆ページ内リンク */
div.barText {
	padding: 50px 0 30px;
	width: 95%;
	position: relative;
}
div.barText h1 {
	margin-bottom: 10px;
	color: #333;
	font-size: 200%;
	padding-top: 0px;
	padding-left: 20px;
}
.alpha {
	font-weight: bold;
	font-size: 100%;
	top: 10px;
	left: 2%;
}
div.barText ul {
	padding-left: 0px;
	box-sizing: border-box;
	padding: 15px 20px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
div.barText ul li {
	margin-bottom: 10px;
	width: 50%;
}
div.barText ul li:nth-child(2n) {
	margin-bottom: 10px;
	width: 40%;
}
div.barText ul li a {
	padding-left: 4.5vw;
	background: url(../images/pagelinks.png) no-repeat left 2px;
	background-size: 4vw;
	font-size: 3.2vw;
}
div.barText ul li a:hover {
	background: url(../images/pagelinks.png) no-repeat left 4px;
	background-size: 4vw;
}
}
@media (max-width: 700px) {
div.barText ul li {
	margin-bottom: 10px;
	width: 50%;
}
div.barText ul li:nth-child(2n) {
	margin-bottom: 10px;
	width: 46%;
}
div.barText ul li a {
	padding-left: 4.5vw;
	background: url(../images/pagelinks.png) no-repeat left 2px;
	background-size: 4vw;
	font-size: 3.5vw;
}
div.barText ul li a:hover {
	background: url(../images/pagelinks.png) no-repeat left 4px;
	background-size: 4vw;
}
}
/* 採用情報 */
section#topRecruit {
	background: url(../images/recBack.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	top: 100px;
	z-index: 0;
	padding: 40px 0 200px;
	margin-bottom: 0;
}
/* パンくずリスト */
section#topRecruit ul#bread {
	position: absolute;
	top: -72px;
	display: block;
}
section#topRecruit ul#bread li {
	display: inline-block;
	width: auto;
	position: relative;
}
section#topRecruit ul#bread li .material-symbols-outlined {
	color: #333;
	margin-left: 7px;
}
section#topRecruit ul#bread li a {
	font-weight: bold;
	text-decoration: underline;
}
/*-----------------------------
看護部について
-----------------------------*/
/* greeting */
#greetingText {
	width: 55%;
	box-sizing: border-box;
	float: right;
	padding: 0 40px;
}
#greetingPic {
	width: 45%;
	box-sizing: border-box;
	float: left;
}
#greetingPic img {
	width: 100%;
}
/* philosophy */
#philosophy h2 {
	text-align: center;
	margin-bottom: 60px;
}
#philosophy h2 br {
	display: none;
}
.bgPhil {
	background-color: rgba(255,255,255,0.7);
	position: relative;
	top: 20px;
	left: 40px;
}
div.bgPhil dl {
	border: 3px solid #f9b2c4;
	position: relative;
	top: -20px;
	left: -20px;
	padding: 40px;
	font-size: 140%;
	display: flex;
	align-items: center;
}
div.bgPhil dl:nth-child(2) {
	border: none;
	padding: 43px;
}
div.bgPhil dl dt {
	writing-mode: vertical-rl;
	font-weight: bold;
	font-size: 140%;
	color: #ef6c88;
}
div.bgPhil dl dt::first-letter {
	margin-bottom: 1em;
}
div.bgPhil dl#rinen {
	background-color: rgba(249,178,196,0.2);
	padding: 30px 0px 30px 35px;
}
div.bgPhil dl#rinen dt {
	color: #ef6c88;
	background-color: #fff;
	padding: 20px 5px;
}
div.bgPhil dl#rinen dd {
	font-weight: bold;
	font-size: 140%;
}
div.bgPhil dl#policy dd,
div.bgPhil dl#goal dd {
	border-bottom: 2px dashed #ffdce6;
	padding: 20px 0;
}
div.bgPhil dl#goal dd {
	padding-left: 2em;
	text-indent: -2em;
}
div.bgPhil dl#policy dd:last-child,
div.bgPhil dl#goal dd:last-child {
	border-bottom: none;
}
div.bgPhil dl#policy dd:first-child,
div.bgPhil dl#goal dd:first-child {
	padding-top: 0;
}
div.bgPhil dl#policy dd:last-child,
div.bgPhil dl#goal dd:last-child {
	padding-bottom: 0;
}
div.bgPhil dl#goal dd span {
	color: #f7931e;
	font-weight: bold;
}
/* Feature */
.parallax_content {
	display: flex;
	flex-direction: column;
	height: 300px;
	justify-content: flex-end;
	align-items: center;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -2;
}
.pages main.common h2.bg_about01 {
	color: #fff;
	background-image: url(../images/about/aboutparallax.jpg);
	text-shadow: 2px 2px 4px #333;
	margin-bottom: 60px;
}
#features ul {
	width: 95%;
	max-width: 1400px;
}
#features ul li {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
	background-color: #fff;	
	border-radius: 0 80px 80px 0;
}
#features ul li h3 {
	width: 45%;
}
#features ul li h3 img {
	width: 100%;
}
#features ul li div.featureText {
	padding: 140px 40px 40px;
	box-sizing: border-box;
	width: 55%;
	position: relative;
}
#features ul li:nth-child(2n) h3 {
	order: 1;
	border-radius: 0 80px 80px 0;
	overflow: hidden;
}
#features ul li:nth-child(2n) div.featureText {
	order: 0;
}
#features ul li div.featureText p.number {
	position: absolute;
	top: 0;
	left:20px;
	font-size: 500%;
	background: linear-gradient(to right, #CAB8D9, #EF6C88);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
}
#features ul li div.featureText p.text_s {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0;
}
#features ul li div.featureText p.text_b {
	font-weight: bold;
	font-size: 200%;
	line-height: 1.5;
	color: #f7931e;
}
#features ul li div.featureText p.text {
	margin-bottom: 30px;
}
#features ul li div.featureText ul {
	background-color: #f6fcf2;
	padding: 20px;
	border-radius: 20px;
	list-style: disc;
	box-sizing: border-box;
	width: 100%;
}
#features ul li div.featureText ul li {
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 110%;
	background: url(../images/dot.png) no-repeat left center;
	background-size: 13px;
}
#features ul li div.featureText ul li:last-child {
	margin-bottom: 0.2em;
}
/* Work style */
#workingstyle .barbg {
	width: 100%;
	max-width: 1800px;
	margin: 0 auto 60px;
}
.barbg img {
	width: 100%;
}
#workingstyle h2 {
	text-align: center;
}
.work {
	position: relative;
	margin-bottom: 100px;
}
/* ジグザグの1行ごとの設定 */
.zigzag-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 80px;
	gap: 50px;
	background-color: rgba(255,255,255,0.6);
	padding: 40px;
	border-radius: 40px;

}
.zigzag-row:last-child {
	margin-bottom: 0;
}
/* クラスに .reverse がついた行は、左右を反転させる */
.zigzag-row.reverse {
	flex-direction: row-reverse;
}
/* 画像エリアとテキストエリアの幅を均等(1:1)にする */
.zigzag-visual, 
.zigzag-text {
	flex: 1;
}
/* 画像プレースホルダーの装飾 */
.placeholder-box {
	background-color: #f0f4f8;
	border: 2px dashed #a0aec0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #4a5568;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	line-height: 1.5;
	padding: 60px 10px 30px;
}
.placeholder-box .placeholder-content {
	width: 100%;
}
.placeholder-box h3,
.zigzag-text .zigzag-point h4 {
	margin-bottom: 10px;
	width: 100%;
}
.placeholder-box h3 img,
.zigzag-text .zigzag-point h4 img {
	width: 20px;
	margin-right: 10px;
	position: relative;
	top: -3px;
}
.placeholder-box p img {
	width: 100%;
}
.placeholder-box ul.dflex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
}
.placeholder-box ul.dflex li {
	padding: 10px 20px;
	border-radius: 8px;
	width: 30%;
	background-color: #fff;
	box-sizing: border-box;
}
.placeholder-box .placeholder-content h4 {
	font-size: 150%;
	background-color: #fbb03b;
	padding: 5px 10px;
	border-radius: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.placeholder-box .placeholder-content ul.dflex li:nth-child(2) h4 {
	background-color: #b1d88f;
}
.placeholder-box .placeholder-content ul.dflex li:nth-child(3) h4 {
	background-color: #4b5aa3;
}
.placeholder-box .placeholder-content ul.dflex li p {
	font-size: 180%;
	margin-bottom: 0;
	line-height: 1.5;
}
.placeholder-box .placeholder-content ul.dflex li p span {
	font-size: 50%;
	display: block;
}
/* 看護体制 */
.placeholder-box p#system {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px 0 50px;
}
/* img animation */
#placeholder03 .placeholder-content {
	position: relative;
	padding-bottom: 70px;
}
#placeholder03 .placeholder-content .sqani {
	overflow: hidden;
	width: 300px;
	height: 200px;
	padding: 20px 50px 50px 50px;
	box-sizing: border-box;
	margin: 0;
	z-index: 2;
	color: #fff;
	animation: sqani 20s linear infinite;
	position: absolute;
	bottom: -70px;
	right: calc(50% - 150px);
}
@keyframes sqani {
	0%,100% { border-radius: 100% 77% 94% 86% / 100% 88% 92% 85%; } 
	14% { border-radius: 60% 80% 74% 46% / 69% 70% 60% 71%; } 
	28% { border-radius: 54% 66% 58% 62% / 69% 80% 50% 71%; } 
	42% { border-radius: 61% 59% 75% 45% / 81% 68% 82% 59%; } 
	56% { border-radius: 39% 81% 87% 33% / 70% 80% 70% 50%; } 
	70% { border-radius: 50% 70% 54% 66% / 88% 76% 62% 64%; } 
	84% { border-radius: 54% 66% 70% 50% / 81% 65% 59% 85%; } 
}
#placeholder03 .placeholder-content .sqani img {
	width: 100%;
	transition: 0.5s ease-in;
	transform: scale(1.7);
	position: relative;
	top: -20px;
}
/* テキストエリアの装飾 */
.zigzag-text h3 {
	font-size: 160%;
	font-weight: bold;
	color: #0056b3;
	margin-bottom: 20px;
	border-bottom: 2px solid #e2e8f0;
	padding-bottom: 10px;
}
.zigzag-text p {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.zigzag-text .zigzag-point {
	background-color: #ffeef2;
	padding: 20px 20px 5px;
	border-radius: 20px;
	box-sizing: border-box;
	width: 100%;
	margin-top: 40px;
}
.zigzag-text .zigzag-point h4 {
	font-size: 140%;
	color: #ef6c88;
}
.zigzag-text span.point-text {
	font-weight: bold;
	font-size: 160%;
	line-height: 1.5;
	color: #ce0539;
	margin: 15px 0;
	background: linear-gradient(0deg,rgba(255, 249, 196, 1) 0%,rgba(255, 249, 196, 1) 40%,rgba(255, 249, 196, 0) 41%, rgba(255, 249, 196, 0) 100%);
}
/* 福利厚生 */
#benefits {
	background-color: rgba(255,255,255,0.6);
	padding: 60px 40px 40px;
	border-radius: 40px;
	margin-bottom: 100px;
}
#benefits h3 {
	font-weight: bold;
	font-size: 160%;	
	color: #af9446;
	margin-bottom: 20px;
	border-bottom: 2px solid #eddfbc;
	padding-bottom: 10px;
	text-align: center;
}
#benefits p.leading_bene {
	text-align: center;
	margin-bottom: 60px;
}
#benefits > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 40px;
	border-bottom: 2px solid #e8e5da;
	padding-bottom: 40px;
}
#benefits > ul li {
	width: 28%;
	box-sizing: border-box;
	text-align: center;
	font-size: 120%;
}
#benefits > ul li h4 {
	margin-bottom: 20px;
}
#benefits > ul li h4 img {
	width: 100%;
}
#benefits > ul li p {
	display: inline-block;
	padding: 0 30px;
	line-height: 1.5;
	background: url(../images/bo_left.png) no-repeat left bottom 10px,url(../images/bo_right.png) no-repeat right bottom 10px;
	background-size: 20px,20px;
}
#benefits > ul li p span {
	display: block;
	font-weight: bold;
	font-size: 120%;
	color: #ef6c88;
}
ul#benefits_lists {
	padding: 10px 20px;
	border-radius: 20px;
	background-color: #f9f5ea;
	margin-bottom: 40px;
	border-bottom: 2px solid #e8e5da;
	display: block;
}
ul#benefits_lists li {
	display: inline-block;
	text-align: left;
	width: auto;
	line-height: 2;
	padding-left: 18px;
	background: url(../images/dot.png) no-repeat left top 11px;
	background-size: 12px;
	font-size: 110%;
	margin-right: 20px;
}
#benefits h3#childcare {
	border-top: 2px solid #e8e5da;
	border-bottom: none;
	padding-top: 40px;
	font-weight: bold;
	font-size: 160%;
	color: #af9446;
	text-align: center;
	margin-bottom: 40px;
}
#benefits ul#tanpopo {
	border-bottom: none;
}
#benefits ul#tanpopo > li {
	width: 45%;
	box-sizing: border-box;
	text-align: center;
	font-size: 120%;
}
#benefits ul#tanpopo > li:last-child {
	padding: 20px 20px 5px;
	border-radius: 20px;
	background-color: #f9f5ea;
	display: flex;
	align-items: center;
	border-bottom: 2px solid #e8e5da;
}
#benefits ul#tanpopo ul li {
	width: 100%;
	text-align: left;
	margin-bottom: 15px;
	font-size: 100%;
	padding-left: 18px;
	background: url(../images/dot.png) no-repeat left top 6px;
	background-size: 12px;
}
#benefits ul#tanpopo > li br {
	display: none;
}
/* ONE DAY */
div#person {
	display: flex;
	justify-content: flex-end;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 1800px;
}
div#person .container {
	width: 65%;
	background-image: url(../images/top/featureBack.jpg);
	margin: 0;
	padding: 80px 60px 60px 60px;
	border-radius: 100px 0 0 100px;
	overflow: hidden;
}
div.topPerson {
	position: relative;
	margin-bottom: 0;
}
div.topPerson div.personText {
	background-color: #fff;
	padding: 60px;
	border-radius: 40px;
	position: relative;
	width: 40%;
}
div.topPerson div.personText p {
	font-size: 110%;
}
div.topPerson a p.posirelative .material-symbols-outlined {
	position: relative;
	top: 7px;
	color: #ef6c88;
	display: inline-block;
	font-size: 180%;
	transition: 0.3s;
	margin-left: 10px;
}
div.topPerson a:hover p.posirelative .material-symbols-outlined {
	transform: translateX(5px);
}
div.topPerson a:hover  {
	color: #333;
}
div.topPerson a  p,
div.topPerson a:hover p {
	font-weight: normal;
}
p.personImg {
	position: absolute;
	top: -40px;
	left: 70%;
	width: 600px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 40px 0 0 40px;
}
a p.personImg img {
	width: 100%;
	transition: 1s;
}
a:hover p.personImg img {
	transform: scale(1.02);
	opacity: 0.5;
}
div#person div.topPerson .alpha {
	left: 1%;
	top: -60px;
	background: linear-gradient(to right, #ef6c88, #CAB8D9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 400%;
}
/* データで見る看護部 */
section#data {
	margin-bottom: 0;
}
section#data h2 {
	text-align: center;
}
section#data p.lead {
	text-align: center;
	margin-bottom: 20px;
	font-size: 90%;
	line-height: 1.5;
}
section#data .container > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
section#data .container {
	width: 90%;
}
section#data .container > ul > li {
	background-color: #fff;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 40px 60px 80px;
	text-align: center;
	margin-bottom: 55px;
}
section#data .container > ul > li h3 {
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	justify-content: center;
	font-size: 160%;
}
section#data .container > ul > li h3 img {
	width: 40px;
	margin-right: 10px;
}
section#data .container > ul > li p {
	font-weight: bold;
	font-size: 150%;
	line-height: 1;
	margin-bottom: 0;
}
section#data .container > ul > li p span {
	font-size: 400%;
	margin-right: 10px;
}
section#data ul li#num p span {
	color: #bde57f;
}
section#data ul li#ave p span {
	color: #7fb3e2;
}
section#data ul li#ave div.data_con {
	display: flex;
	justify-content: center;
	align-items: center;
}
section#data ul li#ave picture {
	width: 55%;
	margin-left: 30px;
}
section#data ul li#ave picture img {
	width: 100%;
}
section#data ul li#ratio p span {
	color: #ed780f;
}
section#data ul li#ratio ul,
section#data ul li#type ul,
section#data ul li#rasing ul {
	display: flex;
	justify-content: center;
}
section#data ul li#ratio ul li:first-child,
section#data ul li#type ul li:first-child,
section#data ul li#rasing ul li:first-child {
	border-right: 4px dotted #999;
	padding-right: 40px;
	margin-right: 40px;
}
section#data ul li#type p span {
	color: #ef6c88;
}
section#data ul li#yr p span {
	color: #aa80e0;
}
section#data ul li#rasing p span {
	color: #eac428;
}
section#data ul li#paid p span {
	color: #6eedda;
}
section#data ul li#rasing h4 {
	font-size: 140%;
}
section#data ul li#rasing p.detail {
	margin-top: 30px;
	line-height: 180%;
	font-size: 120%;
}
section#data ul li#rasing p.detail span {
	color: #ef6c88;
	font-size: 160%;
}
section#data ul li#paid h3 {
	text-align: left;
	line-height: 1.2;
	margin-bottom: 58px;
}
section#data ul li#paid p.detail {
	font-weight: normal;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
	margin-top: 30px;
}
/* サイズ調整 */
section#data .container > ul > li#num {
	width: 30%;
}
section#data .container > ul > li#num p {
	padding-top: 85px;
}
section#data .container > ul > li#ave {
	width: 65%;
}
section#data .container > ul > li#ratio,
section#data .container > ul > li#type {
	padding: 40px 25px 80px;
	width: 34%;
}
section#data .container > ul > li#yr {
	padding: 40px 25px 80px;
	width: 22%;
}
section#data ul li#rasing {
	width: 60%;
}
section#data ul li#paid {
	width: 35%;
	padding: 40px 35px 80px;
}
@media (min-width: 1400px) {
#features ul {
	margin: 0 auto;
	width: 100%;
}
}
@media (max-width: 1200px) {
#features ul li div.featureText {
	padding: 40px 40px 40px;
}
#features ul li div.featureText p.number {
	position: absolute;
	top: -70px;
}
.placeholder-box ul.dflex li {
	width: 32%;
}
.placeholder-box .placeholder-content h4 {
	font-size: 120%;
	width: 90px;
	height: 90px;
	padding: 0;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 10px;
}
/* データで見る看護部 */
section#data .container > ul {
	display: block;
}
section#data .container > ul > li {
	padding: 30px 20px 40px;
}
section#data .container > ul > li#num,
section#data .container > ul > li#ave,
section#data .container > ul > li#ratio,
section#data .container > ul > li#type,
section#data .container > ul > li#yr,
section#data .container > ul > li#rasing,
section#data .container > ul > li#paid {
	width: 100%;
}
section#data .container > ul > li h3,
section#data .container > ul > li#paid h3 {
	margin-bottom: 40px;
	font-size: 140%;
}
section#data .container > ul > li#num p {
	padding-top: 0;
}
section#data .container > ul > li#ratio p span,
section#data .container > ul > li#type p span {
	margin-right: 10px;
}
section#data ul li#ratio ul,
section#data ul li#type ul {
	display: flex;
	justify-content: center;
}
section#data ul li#ratio ul li:first-child,
section#data ul li#type ul li:first-child {
	border-right: 4px dotted #999;
	padding-right: 20px;
	margin-right: 0;
}
section#data ul li#ratio ul li:last-child,
section#data ul li#type ul li:last-child {
	padding-right: 20px;
	margin-left: 20px;
}
}
@media (max-width: 1000px) {
.pages main.common .container {
	width: 85%;
	margin: 0 auto;
}
/* bar下のコンテンツ */
.firstContent {
	padding: 60px 0 40px;
	border-radius: 0 0 60px 60px;
	margin-bottom: 0;
}
.firstContent h2 {
	font-size: 180%;
	margin-bottom: 40px;
}
/* greeting */
#greetingText {
	width: 100%;
	float: none;
	padding: 0;
	margin-bottom: 60px;
}
#greetingPic {
	width: 100%;
	box-sizing: border-box;
	float: none;
}
/* philosophy */
.bgPhil {
	top: 10px;
	left: 10px;
}
#philosophy h2 br {
	display: inline;
}
div.bgPhil dl {
	top: -10px;
	left: -10px;
	padding: 25px 15px 25px 25px;
	font-size: 110%;
	display: block;
}
div.bgPhil dl:nth-child(2) {
	padding: 25px 18px 25px 28px;
}
div.bgPhil dl dt {
	writing-mode: horizontal-tb;
	font-weight: bold;
	font-size: 140%;
	color: #ef6c88;
}
div.bgPhil dl dt::first-letter {
	margin-right: 0.5em;
	margin-bottom: 0;
}
div.bgPhil dl#rinen {
	background-color: rgba(249,178,196,0.2);
	padding: 30px 10px 30px 35px;
}
div.bgPhil dl#rinen dt {
	display: inline-block;
	padding: 5px 20px;
	margin-bottom: 20px;
	position: relative;
	left: -20px;
}
div.bgPhil dl#policy dt,
div.bgPhil dl#goal dt {
	margin-bottom: 15px;
}
div.bgPhil dl dd {
	width: 100%;
	margin-left: 0;
	box-sizing: border-box;
}
div.bgPhil dl#rinen dd {
	font-weight: bold;
	font-size: 140%;
}
div.bgPhil dl#policy dd,
div.bgPhil dl#goal dd {
	padding: 15px 0;
}
div.bgPhil dl#goal dd {
	padding-left: 2em;
	text-indent: -2em;
}
/* feature */
.pages main.common h2.bg_about01 {
	color: #333;
	background-image: url(../images/about/aboutparallas_sp.png);
	text-shadow: none;
	background-attachment: scroll;
	background-size: cover;
	margin-bottom: 30px;
}
#features ul li {
	display: block;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
}
#features ul li h3 {
	width: 100%;
}
#features ul li:nth-child(2n) h3 {
	border-radius: 0;
	overflow: hidden;
}
#features ul li div.featureText {
	padding: 50px 15px 15px;
	width: 100%;
}
#features ul li div.featureText p.text_s,
#features ul li div.featureText p.text_b,
#features ul li div.featureText p.text {
	padding: 0 15px;
}
.work {
	margin-bottom: 60px;
}
.zigzag-row, 
.zigzag-row.reverse {
	flex-direction: column;
	gap: 30px;
	margin-bottom: 60px;
}
/* Work style */
.zigzag-row {
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 20px;
}
.zigzag-visual {
	width: 100%;
}
.zigzag-text h3 {
	font-size: 20px;
}
.placeholder-box {
	margin-bottom: 20px;
}
.placeholder-box h3 {
	margin-bottom: 20px;
}
.placeholder-box ul.dflex {
	display: block;
	margin-bottom: 40px;
}
.placeholder-box ul.dflex li {
	padding: 10px 20px;
	width: 100%;
	margin-bottom: 20px;
}
.placeholder-box ul.dflex li br {
	display: none;
}
.zigzag-text h3 {
	text-align: center;
}
/* place03 */
#placeholder03 {
	margin-bottom: 40px;
}
.placeholder-box p#system {
	padding: 20px 0 30px;
}
#placeholder03 .placeholder-content {
	padding-bottom: 40px;
}
#placeholder03 .placeholder-content .sqani {
	width: 200px;
	height: 150px;
	padding: 20px;
	bottom: -70px;
	right: 0px;
}
#placeholder03 .placeholder-content .sqani img {
	width: 100%;
	transition: 0.5s ease-in;
	transform: scale(1.7);
	position: relative;
	top: -20px;
}
#benefits {
	padding: 20px;
	margin-bottom: 60px;
}
#benefits p.leading_bene {
	text-align: left;
	margin-bottom: 40px;
}
#benefits p.leading_bene br {
	display: none;
}
#benefits > ul {
	display: block;
	border-top: 2px solid #e8e5da;
	border-bottom: none;
	padding-top: 20px;
	padding-bottom: 0;
}
#benefits > ul >  li,
#benefits ul#tanpopo > li {
	width: 100%;
	font-size: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	border-bottom: 2px solid #e8e5da;
	margin-bottom: 20px;
}
#benefits > ul li h4 {
	width: 35%;
}
#benefits > ul li p {
	width: 55%;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url(../images/bo_left.png) no-repeat left center,url(../images/bo_right.png) no-repeat right center;
	background-size: 18px,18px;
	padding: 0;
}
#benefits > ul li p span {
	font-size: 110%;
}
ul#benefits_lists {
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
ul#benefits_lists li {
	display: inline;
	width: auto;
	line-height: 2;
	padding-left: 18px;
	background: url(../images/dot.png) no-repeat left top 5px;
	background-size: 12px;
	font-size: 90%;
	margin-right: 10px;
	border-bottom: 0;
}
#benefits ul#tanpopo {
	border-top: none;
	padding-top: 0;
}
#benefits ul#tanpopo > li br {
	display: inline;
}
#benefits ul#tanpopo ul li {
	border-bottom: none;
	text-align: left;
}
/* ONE DAY */
div#person .container {
	width: 90%;
	padding: 60px;
	border-radius: 100px 0 0 100px;
	box-sizing: border-box;
}
div.topPerson div.personText {
	padding: 40px;
	border-radius: 40px;
	position: relative;
	width: 65%;
}
div.topPerson p.personImg {
	top: -40px;
	left: 60%;
	width: 100%;
}
/* データで見る看護部 */
section#data ul li#ave div.data_con {
	display: block;
}
section#data ul li#ave picture {
	margin-left: 0;
}
section#data ul li#ave picture img {
	width: 80%;
	margin-top: 30px;
}
}
@media screen and (max-width: 500px) {
div#person {
	margin-bottom: 0;
}
div#person .container {
	width: 90%;
	padding: 60px 10px 100px 50px;
	border-radius: 40px 0 0 40px;
}
div.topPerson div.personText {
	padding: 30px 10px 40px 20px;
	border-radius: 40px;
	width: 94%;
	box-sizing: border-box;
}
div.topPerson div.personText h3.mb40 {
	margin-bottom: 20px;
}
div#person p.personImg {
	width: 100%;
	top: 82%;
	left: 70px;
}
div#person div.topPerson .alpha {
	left: 1%;
	top: -50px;
	background: linear-gradient(to right, #ef6c88, #CAB8D9);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 300%;
}
section#data ul li#rasing ul {
	display: block;
}
section#data ul li#rasing ul li:first-child {
	border-right: none;
	border-bottom: 4px dotted #999;
	padding-right: 0;
	padding-bottom: 40px;
	margin-right: 0;
	margin-bottom: 40px;
}
}
/*-----------------------------
教育制度・キャリアアップ
-----------------------------*/
/* 教育理念 */
#educar #philosophy {
	margin-bottom: 150px;
}
#educar #philosophy p.philoText {
	text-align: center;
	font-size: 180%;
	margin-bottom: 80px;
}
#educar #philosophy p.philoText span {
	background-color: #f9f2d7;
	padding: 30px 80px;
	position: relative;
	display: inline-block;
}
#educar #philosophy p.philoText span::before {
	content: " ";
	display: inline-block;
	width: 40px;
	height: 70px;
	background: url(../images/edu/paren_left.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top: -20px;
	left: 20px;
}
#educar #philosophy p.philoText span::after {
	content: " ";
	display: inline-block;
	width: 40px;
	height: 70px;
	background: url(../images/edu/paren_right.png) no-repeat right bottom;
	background-size: cover;
	position: absolute;
	bottom: -20px;
	right: 20px;
}
#educar #philosophy h3 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 160%;
}
#educar #philosophy #phildesc {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background-color: #f2e6b1;
	width: 95%;
	margin: 0 auto;
	border-radius: 40px;
	position: relative;
}
#educar #philosophy #phildesc h3 {
	width: 30%;
	box-sizing: border-box;
}
#educar #philosophy #phildesc #phildescText {
	width: 70%;
	box-sizing: border-box;
	padding: 40px;
	background-color: #fcf6e3;
	border-radius: 0 40px 40px 0;
}
#educar #philosophy p,
#educar #philosophy ul {
	margin-bottom: 2em;
}
#educar #philosophy p:last-child {
	margin-bottom: 0;
}
#educar #philosophy ul li {
	margin-bottom: 1em;
	padding-left: 20px;
	font-size: 110%;
	background: url(../images/dot.png) no-repeat left center;
	background-size: 13px;
}
#educar #philosophy ul li:last-child {
	margin-bottom: 0.2em;
}
/* img animation */
#educar #philosophy #phildesc .sqani {
	overflow: hidden;
	width: 300px;
	height: 200px;
	padding: 20px 50px 50px 50px;
	box-sizing: border-box;
	margin: 0;
	z-index: 2;
	animation: sqani 15s linear infinite;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
@keyframes sqani {
	0%,100% { border-radius: 100% 77% 94% 86% / 100% 88% 92% 85%; } 
	14% { border-radius: 60% 80% 74% 46% / 69% 70% 60% 71%; } 
	28% { border-radius: 54% 66% 58% 62% / 69% 80% 50% 71%; } 
	42% { border-radius: 61% 59% 75% 45% / 81% 68% 82% 59%; } 
	56% { border-radius: 39% 81% 87% 33% / 70% 80% 70% 50%; } 
	70% { border-radius: 50% 70% 54% 66% / 88% 76% 62% 64%; } 
	84% { border-radius: 54% 66% 70% 50% / 81% 65% 59% 85%; } 
}
#educar #philosophy #phildesc .sqani img {
	width: 100%;
	transition: 0.5s ease-in;
	transform: scale(1.7);
}
/* 教育制度 */
/* 01 新人教育 */
#educar #education {
	padding-top: 0;
}
#educar #education p.barbg {
	margin-bottom: 0;
}
#educar #education h2 {
	text-align: center;
	margin-bottom: 80px;
	padding-top: 80px;
}
#educar #education .systemEdu {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	padding: 40px;
	border-radius: 40px;
	margin-bottom: 80px;
}
#educar #education .systemEdu .edubox_left {
	width: 65%;
	float: left;
	padding-top: 80px;
}
#educar #education .systemEdu h3 {
	font-size: 180%;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 1em;
}
#educar #education .systemEdu h3::after {
	content: " ";
	display: block;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #f7931e 0%,#f7931e 120px,#f9e3cd 120px, #f9e3cd 100%);
	position: absolute;
	bottom: 0;
	left: 0;
}
#educar #education .systemEdu p.text_b {
	color: #f7931e;
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}
#educar #education .systemEdu .edubox_right {
	width: 33%;
	float: right;
}
#educar #education .systemEdu .edubox_right img {
	width: 100%;
}
#educar #education .systemEdu ul#epoint {
	display: flex;
	justify-content: space-between;
	clear:both;
	gap: 30px;
}
/* 3つのポイント */
#educar #education .systemEdu ul#epoint a {
	background-color: #fcf6f0;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	box-shadow: 10px 10px 0 #f9d9b7;
	position: relative;
	text-align: center;
	font-size: 140%;
	box-sizing: border-box;
	padding: 40px;
}
#educar #education .systemEdu ul#epoint a h4 {
	color: #f7931e;
	margin-bottom: 20px;
	line-height: 2;
}
#educar #education .systemEdu ul#epoint a h4 span {
	color: #333;
	display: block;
	font-size: 110%;
}
#educar #education .systemEdu ul#epoint a p {
	color: #333;
	font-weight: normal;
}
#educar #education .systemEdu ul#epoint a .bt_s {
	width: 60px;
	height: 60px;
	background-color: #f7931e;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: calc(50% - 20px);
	transition: 0.5s;
}
#educar #education .systemEdu ul#epoint a:hover .bt_s {
	opacity: 0.7;
}
#educar #education .systemEdu ul#epoint a .bt_s img {
	width: 70%;
	transition: 0.5s;
}
#educar #education .systemEdu ul#epoint a:hover .bt_s img {
	transform: translateY(7px);
}
/* 1つ目のポイント */
#educar #education .systemEdu ul#epoint a:first-child {
	position: relative;
	top: -100px;
	background-color: #f1fceb;
	box-shadow: 10px 10px 0 #8ab250;
}
#educar #education .systemEdu ul#epoint a:first-child h4 {
	color: #8ab250;
}
#educar #education .systemEdu ul#epoint a:first-child .bt_s {
	background-color: #8ab250;
}
/* 2つ目のポイント */
#educar #education .systemEdu ul#epoint a:nth-child(2) {
	position: relative;
	top: -50px;
}
/* 3つ目のポイント */
#educar #education .systemEdu ul#epoint a:last-child {
	background-color: #f5f2fc;
	box-shadow: 10px 10px 0 #eadefc;
}
#educar #education .systemEdu ul#epoint a:last-child h4 {
	color: #b49ae5;
}
#educar #education .systemEdu ul#epoint a:last-child .bt_s {
	background-color: #b49ae5;
}
/* ポイント番号 */
#educar #education .systemEdu .numedu {
	position: absolute;
	top: 0;
	left: 30px;
	font-weight: normal;
	font-size: 500%;
	line-height: 1.5;
	background: linear-gradient(135deg, #f7931e, #f9e3cd);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	width: fit-content;
}
/* ポイント 共通 */
#educar #education #epoint01 .numedu,
#educar #education #epoint02 .numedu,
#educar #education #epoint03 .numedu {
	position: absolute;
	top: 30px;
	left: 40px;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5;
	background: transparent;
	-webkit-background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	width: auto;
}
#educar #education #epoint01,
#educar #education #epoint02,
#educar #education #epoint03 {
	padding-top: 80px;
}
#educar #education .epointimg {
	text-align: center;
}
#educar #education .epointimg img {
	width: 80%;
}
/* ポイント01 なでしこbasic */
#educar #education #epoint01 .numedu {
	color: #8ab250;
}
#educar #education #epoint01 h3::after {
	background: linear-gradient(to right, #8ab250 0%,#8ab250 300px,#d4eaca 300px, #d4eaca 100%);
}
#educar #education #epoint01 p.text_b {
	color: #8ab250;
}
/* ポイント02 チーム支援型教育 */
#educar #education #epoint02 .numedu {
	color: #f7931e;
}
#educar #education #epoint02 h3::after {
	background: linear-gradient(to right, #f7931e 0%,#f7931e 300px,#f9e3cd 300px, #f9e3cd 100%);
}
#educar #education #epoint02 .mb60 {
	margin-bottom: 80px;
}
/* ポイント03 新人年間スケジュール */
#educar #education #epoint03 .numedu {
	color: #ae8ff9;
}
#educar #education #epoint03 h3::after {
	background: linear-gradient(to right, #ae8ff9 0%,#ae8ff9 180px,#efebfc 180px, #efebfc 100%);
}
#educar #education #epoint03 p.text_b {
	color: #ae8ff9;
}
#educar #education #yearly {
	padding-top: 60px;
}
#educar #education #yearly .monthlyBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#educar #education #yearly .monthlyBox .monthlySide {
	width: 15%;
	background: url(../images/edu/dashed.png) repeat-y center top;
}
#educar #education #yearly .monthlyBox .monthlySide p.month {
	position: sticky;
	top: 120px; 
	background-color: #fff;
	border: 2px solid #ae8ff9;
	color: #ae8ff9;
	border-radius: 20px;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
	font-size: 120%;
}
#educar #education #yearly .monthlyBox .schedule {
	width: 80%;
	padding-bottom: 60px;
}
#educar #education #yearly .monthlyBox .schedule dl {
	margin: 0;
}
#educar #education #yearly .monthlyBox .schedule dl dt {
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 20px;
}
#educar #education #yearly .monthlyBox .schedule dl dt::before {
	content: " ";
	display: inline-block;
	background: url(../images/dot.png) no-repeat center;
	background-size: 100%;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
#educar #education #yearly .monthlyBox .schedule dl dd {
	font-size: 120%;
	margin-bottom: 30px;
	background-color: #f5f2fc;
	border-radius: 20px;
	padding: 20px;
	margin-left: 0;
	position: relative;
}
#educar #education #yearly .monthlyBox .schedule dl dd::before {
	content: " ";
	display: inline-block;
	background-color: #f5f2fc;
	position: absolute;
	top: -15px;
	left: 40px;
	width: 30px;
	height: 20px;
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
#educar #education #yearly .monthlyBox .schedule ul.monthly_pic {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#educar #education #yearly .monthlyBox .schedule ul.monthly_pic li {
	border-radius: 20px;
	overflow: hidden;
}
#educar #education #yearly .monthlyBox .schedule ul.two_pic {
	justify-content: flex-start;
	gap: 40px;
}
#educar #education #yearly .monthlyBox .schedule ul.two_pic li {
	width: 30%;
}
#educar #education #yearly .monthlyBox .schedule ul.three_pic li {
	width: 30%;
}

#educar #education #yearly .monthlyBox .schedule ul.monthly_pic li img {
	width: 100%;
}
/* 02 中途入職者教育 */
#educar #education .systemEdu .fullbox {
	padding-top: 80px;
}
#educar #education .systemEdu .fullbox h3::after {
	background: linear-gradient(to right, #f7931e 0%,#f7931e 250px,#f9e3cd 250px, #f9e3cd 100%);
}
#educar #education .systemEdu ul#mid_career {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 40px;
}
#educar #education .systemEdu ul#mid_career li {
	background-color: #fcf6f0;
	border-radius: 40px;
	box-shadow: 10px 10px 0 #f9d9b7;
	box-sizing: border-box;
	padding: 40px;
	width: 48%;
}
#educar #education .systemEdu ul#mid_career h4 {
	color: #f7931e;
	margin-bottom: 20px;
	line-height: 2;
	text-align: center;
}
#educar #education .systemEdu ul#mid_career h4 span {
	color: #333;
	display: block;
	font-size: 110%;
}
#educar #education .systemEdu ul#mid_career li br {
	display: none;
}
/* 03 サポートツール紹介 */
#educar #education .systemEdu p.mb60 {
	margin-bottom: 60px;
}
#educar #education .systemEdu p.green {
	color: #8ab250;
}
#educar #education .systemEdu p.green br {
	display: none;
}
#educar #education #support h3::after {
	background: linear-gradient(to right, #f7931e 0%,#f7931e 300px,#f9e3cd 300px, #f9e3cd 100%);
}
/* キャリアアップ */
/* なでしこadvance */
#educar #career {
	padding-top: 0;
}
#educar #career p.barbg {
	margin-bottom: 0;
}
#educar #career h2 {
	text-align: center;
	margin-bottom: 80px;
	padding-top: 80px;
}
#educar #career .caricon {
	position: relative;
	background-color: rgba(255,255,255,0.6);
	padding: 60px;
	border-radius: 40px;
	margin-bottom: 80px;
	text-align: center;
}
#educar #career .caricon h3 {
	font-size: 180%;
	margin-bottom: 60px;
	color: #8ab250;
}
#educar #career .caricon h3::after {
	content: " ";
	display: block;
	width: 100px;
	height: 2px;
	background-color: #8ab250;
	margin: 30px auto;
}
#educar #career .caricon h3 br {
	display: none;
}
#educar #career .caricon .carimg {
	padding-top: 60px;
	margin-bottom: 60px;
}
#educar #career .caricon .carimg img {
	width: 100%;
}
#educar #career .caricon h4 {
	font-size: 180%;
	margin-bottom: 0;
	color: #ef6c88;
	text-align: center;
}
#educar #career .caricon h4::after {
	content: " ";
	display: block;
	width: 100px;
	height: 3px;
	background-color: #ef6c88;
	margin: 20px auto;
}
#educar #career .caricon p.text_s {
	margin-bottom: 80px;
}
/* specialist */
#educar #career .caricon div.special {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#educar #career .caricon div.special {
	margin-bottom: 60px;
}
#educar #career .caricon div.special details {
	width: 30%;
	box-sizing: border-box;
	padding: 50px 20px 0;
	position: relative;
	background-color: #fff3f7;
	border-radius: 20px;
	margin-bottom: 60px;
}
#educar #career .caricon div.special details summary {
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 30px;
	cursor: pointer;
	transition: 0.5s;
}
#educar #career .caricon div.special details summary:hover {
	opacity: 0.6;
}
#educar #career .caricon div.special details p.spedesc {
	text-align: left;
}
#educar #career .caricon div.special details span.spenum {
	position: absolute;
	width: 70px;
	height: 70px;
	border-radius: 50px;
	top: -35px;
	left: calc(50% - 35px);
	background: url(../images/edu/hito.png) no-repeat center bottom #ef6c88;
	background-size: 60px;
	color: #fff;
	font-weight: bold;
	font-size: 140%;
	line-height: 70px;
}
/* 認定看護師 */
#educar #career .caricon h4:nth-of-type(2) {
	color: #4556f4;
}
#educar #career .caricon h4:nth-of-type(2)::after {
	content: " ";
	display: block;
	width: 100px;
	height: 3px;
	background-color: #4556f4;
	margin: 20px auto;
}
#educar #career .caricon div#spe02 details {
	background-color: #dce0f9;
}
#educar #career .caricon div#spe02 details span.spenum {
	background: url(../images/edu/hito.png) no-repeat center bottom #4556f4;
	background-size: 60px;
}
/* 認定看護管理者 */
#educar #career .caricon h4:nth-of-type(3) {
	color: #ae8ff9;
}
#educar #career .caricon h4:nth-of-type(3)::after {
	content: " ";
	display: block;
	width: 100px;
	height: 3px;
	background-color: #ae8ff9;
	margin: 20px auto;
}

@media (max-width: 1200px) {
#educar #philosophy {
	margin-bottom: 80px;
}
#educar #philosophy p.philoText {
	text-align: center;
	font-size: 140%;
	margin: 0 auto 60px;
	width: 95%;
	background-color: #f9f2d7;
	padding: 15px 20px;
	box-sizing: border-box;
}
#educar #philosophy p.philoText span {
	background-color: transparent;
	padding: 0;
	position: relative;
	display: inline-block;
}
#educar #philosophy p.philoText span::before {
	position: absolute;
	top: -40px;
	left: -40px;
}
#educar #philosophy p.philoText span::after {
	position: absolute;
	bottom: -40px;
	right: -40px;
}
#educar #philosophy #phildesc {
	display: block;
	padding-top: 20px;
	border-radius: 20px;
}
#educar #philosophy #phildesc h3 {
	width: 100%;
	margin-bottom: 20px;
	font-size: 140%;
}
#educar #philosophy #phildesc #phildescText {
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	border-radius: 0 0 20px 20px;
}
#educar #philosophy #phildesc #phildescText p {
	line-height: 1.6;
}
#educar #philosophy #phildesc .sqani {
	position: absolute;
	bottom: 80px;
	left: auto;
	right: 20px;
	width: 250px;
	height: 150px;
}
#educar #education .systemEdu ul#epoint {
	display: block;
	clear: both;
}
#educar #education .systemEdu ul#epoint a {
	display: block;
	aspect-ratio: auto;
	border-radius: 20px;
	box-shadow: 5px 5px 0 #f7931e;
	position: relative;
	text-align: left;
	font-size: 120%;
	box-sizing: border-box;
	padding: 10px 20px;
	margin-bottom: 40px;
	width: 80%;
}
#educar #education .systemEdu ul#epoint a:first-child,
#educar #education .systemEdu ul#epoint a:nth-child(2) {
	position: relative;
	top: 0;
}
#educar #education .systemEdu ul#epoint a:nth-child(2) {
	margin: 0 auto 40px;
}
#educar #education .systemEdu ul#epoint a:last-child {
	float: right;
}
#educar #education .systemEdu ul#epoint a h4 {
	margin-bottom: 10px;
	line-height: 1;
}
#educar #education .systemEdu ul#epoint a h4 span {
	display: inline-block;
	font-size: 100%;
	margin-left: 10px;
}
#educar #education .systemEdu ul#epoint a br {
	display: none;
}
#educar #education .systemEdu ul#epoint a .bt_s {
	width: 40px;
	height: 40px;
	bottom: calc(50% - 20px);
	left: auto;
	right: 20px;
	margin: 0;
}
#educar #career .caricon div.special details {
	width: 48%;
}
#educar #career .caricon div.special details h5 {
	text-align: center;
}
#educar #career .caricon div.special details span.spenum {
	text-align: center;
}
#educar #career .caricon p.text_s {
	text-align: center;
}
#educar #career .caricon div.special details summary {
	text-align: center;
}
}
@media (max-width: 1000px) {
#educar #education #support {
	margin-bottom: 0;
}
#educar #education .systemEdu .edubox_left {
	width: 100%;
	float: none;
	margin-bottom: 40px;
}
#educar #education .systemEdu .edubox_right {
	width: 50%;
	float: none;
	margin: 0 auto 40px;
}
#educar #education .systemEdu .edubox_right img {
	width: 100%;
}
#educar #education .systemEdu ul#epoint a {
	width: 100%;
	padding: 20px 20px 40px;
}
#educar #education .systemEdu ul#epoint a:nth-child(2) {
	margin: 0 0 40px;
}
#educar #education .systemEdu ul#epoint a:last-child {
	float: none;
}
#educar #education .systemEdu ul#epoint a .bt_s {
	width: 40px;
	height: 40px;
	bottom: 10px;
	right: calc(50% - 20px);
	margin: 0;
}
#educar #education .epointimg img {
	width: 100%;
}
#educar #education .systemEdu ul#mid_career {
	display: block;
	padding-top: 40px;
}
#educar #education .systemEdu ul#mid_career li {
	padding: 20px;
	width: 100%;
	margin-bottom: 40px;
}
#educar #education .systemEdu ul#mid_career li br {
	display: inline;
}
}
@media (max-width: 770px) {
#educar #philosophy p.philoText {
	width: 100%;
	font-size: 120%;
	padding: 15px 20px;
}
#educar #philosophy p.philoText span::before {
	position: absolute;
	top: -40px;
	left: -25px;
}
#educar #philosophy p.philoText span::after {
	position: absolute;
	bottom: -40px;
	right: -25px;
}
#educar #philosophy #phildesc .sqani {
	display: none;
}
#educar #education .container {
	width: 100%;
}
#educar #education .systemEdu {
	padding: 20px;
	border-radius: 40px;
}
#educar #education .systemEdu .edubox_left {
	padding-top:70px;
}
#educar #education .systemEdu .edubox_right {
	width: 80%;
	float: none;
	margin: 0 auto 40px;
}
#educar #education #support .edubox_right {
	width: 100%;
}
#educar #education .systemEdu .numedu {
	position: absolute; 
	top: 10px;
	left: 20px;
	font-size: 400%;
}
#educar #education #epoint01 h3::after {
	background: linear-gradient(to right, #8ab250 0%,#8ab250 200px,#d4eaca 200px, #d4eaca 100%);
}
#educar #education #epoint02 h3::after {
	background: linear-gradient(to right, #f7931e 0%,#f7931e 200px,#f9e3cd 200px, #f9e3cd 100%);
}
#educar #education #epoint03 h3::after {
	background: linear-gradient(to right, #ae8ff9 0%,#ae8ff9 200px,#efebfc 200px, #efebfc 100%);
}
#educar #education #yearly .monthlyBox .monthlySide {
	width: 20%;
}
#educar #education #yearly .monthlyBox .schedule {
	width: 75%;
	padding-bottom: 40px;
}
#educar #education #yearly .monthlyBox .schedule ul.monthly_pic {
	display: block;
}
#educar #education #yearly .monthlyBox .schedule ul.monthly_pic li {
	width: 90%;
	margin: 0 auto 15px;
}
#educar #education #support h3::after {
	background: linear-gradient(to right, #f7931e 0%,#f7931e 250px,#f9e3cd 250px, #f9e3cd 100%);
}
#educar #education .systemEdu p.green br {
	display: inline;;
}
#educar #education .systemEdu p.green {
	line-height: 1.5;
}
#educar #career .container {
	width: 100%;
}
#educar #career .caricon {
	padding: 60px 20px;
	border-radius: 40px;
	text-align: left;
}
#educar #career .caricon h3 {
	text-align: center;
	margin-bottom: 40px;
}
#educar #career .caricon h3 br {
	display: inline;
}
#educar #career .caricon h3::after {
	width: 100px;
	height: 2px;
	background-color: #8ab250;
	margin: 20px auto;
}
#educar #career .caricon div.special details {
	width: 100%;
	box-sizing: border-box;
	padding: 60px 20px 0;
	position: relative;
	background-color: #fff3f7;
	border-radius: 20px;
}
}
/*-----------------------------
先輩ナースの声
-----------------------------*/

#voice div.barText {
	display: flex;
	align-items: center;
}
#voice div.barText h1 {
	margin-bottom: 0;
	font-size: 220%;
	padding-top: 0;
	position: relative;
}
#voice .alpha {
	position: absolute;
	top: -80px;
	left: -20px;
	transform: rotate(-5deg);
}
section#voiceList {
	margin-bottom: 40px;
}
section#voiceList ul {
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
	padding-left: 20px;
	box-sizing: border-box;
}
section#voiceList ul a {
	display: block;
	width: 21%;
	float: left;
	margin-right: 5%;
}
section#voiceList ul a:nth-child(4n) {
	margin-right: 0;
}
section#voiceList ul li {
	position: relative;
}
section#voiceList ul li img {
	width: 95%;
	position: relative;
	left: -20px;
	transition: 0.5s;
}
section#voiceList ul a:hover li > img {
	opacity: 0.7;
}
section#voiceList ul li div.listText {
	background-color: #fff;
	padding: 20px 20px 30px;
	position: relative;
	top: -40px;
	font-weight: bold;
	background-color: #eaeef9;
	text-align: center;
}
section#voiceList ul li div.listText .joinyear {
	position: absolute;
	top: -32px;
	right: 0;
	background-color: #ef6c88;
	color: #fff;
	height: 32px;
	padding: 0 20px;
}
section#voiceList ul li div.listText .department {
	color: #0b23ad;
}
section#voiceList ul li div.listText .arrw_s {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	left: calc(50% - 15px);
	background-color: #0b23ad;
	margin: 0;
	transition: 0.5s;
}
section#voiceList ul li div.listText .arrw_s img {
	width: 70%;
	position: relative;
	left: 0;
	top: -5px;
}
section#voiceList ul a:hover li div.listText .arrw_s {
	position: absolute;
	bottom: 5px;
}
section#voiceList ul li .jobTitle {
	background-color: #0b23ad;
	color: #fff;
	border-radius: 20px 0 0 20px;
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0 20px;
	font-weight: bold;
}
/* 先輩の声 */
#voiceDetails {
	padding: 0;
}
#voiceDetails .voiceCon {
	padding-top: 80px;
	position: relative;
	margin-bottom: 60px;
}
#voiceDetails .voiceBox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
#voiceDetails .voiceBox .voiceTitle {
	position: absolute;
	top:80px;
	left: 0;
	background: url(../images/voice/voiceBack.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	box-sizing: border-box;
	padding: 20px 0 20px 23%;
}
#voiceDetails .voiceBox .voiceTitle h2 {
	margin-bottom: 0;
}
#voiceDetails .voiceBox .voiceSide {
	width: 20%;
}
#voiceDetails .voiceBox .voiceSide .voiceImg {
	position: sticky;
	top: 100px;
	margin: 0;
}
#voiceDetails .voiceBox .voiceImg img {
	width: 100%;
}
#voiceDetails .voiceBox .interview {
	width: 75%;
	padding-top: 160px;
	padding-bottom: 60px;
}
#voiceDetails .voiceBox .specialnurse {
	padding-top: 200px;
}
#voiceDetails .voiceBox .interview dl {
	margin: 0 0 40px 0;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
	position: relative;
	filter: drop-shadow(-4px 4px 0 #c0cbf9);
}
#voiceDetails .voiceBox .interview dl::before {
	content: " ";
	display: block;
	background-color: #fff;
	position: absolute;
	top: calc(50% - 25px);
	left: -25px;
	width: 30px;
	height: 50px;
	clip-path: polygon(100% 0%, 0% 50%, 100% 100%);
	
}
#voiceDetails .voiceBox .interview dl dt {
	font-weight: bold;
	font-size: 140%;
	margin-bottom: 20px;
}
#voiceDetails .voiceBox .interview dl dt span {
	color: #0b23ad;
	margin-right: 10px;
}
#voiceDetails .voiceBox .interview dl dd {
	font-size: 120%;
	margin-left: 0;
	position: relative;
	text-align: justify;
}
#voiceDetails .voiceBox .toTop {
	position: absolute;
	right: 5%;
	bottom: 0;

}
#voiceDetails .voiceBox .toTop a {
	font-weight: bold;
	color: #0b23ad;
	border-bottom: 2px solid #0b23ad;
	padding-top: 10px;
	padding-right:40px;
	display: inline-block;
	background: url(../images/voice/arrow_n.png) no-repeat right bottom;
	background-size: 28px;
	transition: 0.5s;
}
#voiceDetails .voiceBox .toTop a:hover {
	background: url(../images/voice/arrow_n.png) no-repeat right bottom 5px;
	background-size: 28px;

}
@media (max-width: 1200px) {
#voice div.barText h1 {
	margin-bottom: 40px;
}
#voice .alpha {
	position: absolute;
	top: -40px;
	left: 0;
	transform: rotate(-5deg);
}
section#voiceList ul a {
	display: block;
	width: 30%;
	float: left;
	margin-right: 5%;
}
section#voiceList ul a:nth-child(4n) {
	margin-right: 5%;
}
section#voiceList ul a:nth-child(3n) {
	margin-right: 0%;
}
}
@media (max-width: 1000px) {
section#voiceList ul a {
	display: block;
	width: 45%;
	float: left;
	margin-right: 10%;
}
section#voiceList ul a:nth-child(3n),
section#voiceList ul a:nth-child(5n) {
	margin-right: 10%;
}
section#voiceList ul a:nth-child(2n) {
	margin-right: 0%;
}
#voiceDetails .voiceBox .voiceTitle h2 {
	font-size: 100%;
}
#voiceDetails .voiceBox .voiceTitle h2 {
	font-size: 140%;
}
}
@media (max-width: 670px) {
section#voiceList ul a {
	display: block;
	width: 100%;
	float: none;
	margin: 0 auto 60px;
}
section#voiceList ul a:nth-child(2n),
section#voiceList ul a:nth-child(3n),
section#voiceList ul a:nth-child(5n) {
	margin-right: auto;
}
section#voiceList ul a li {
	position: relative;

}
section#voiceList ul a li > img {
	width: 40%;
	position: relative;
	left: 0;
	top: 0;
}
section#voiceList ul li div.listText {
	padding: 10px 10px 25px;
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 65%;
	top: auto;
	font-size: 95%;
}
section#voiceList ul li .jobTitle {
	font-size: 95%;
}
section#voiceList ul li div.listText .arrw_s {
	position: absolute;
	bottom: 5px;
}
section#voiceList ul a:hover li div.listText .arrw_s {
	position: absolute;
	bottom: 0;
}
#voiceDetails {
	width: 100%;
}
#voiceDetails .voiceCon {
	padding-top: 180px;
	margin-bottom: 0;
}
#voiceDetails .voiceBox .voiceTitle {
	padding: 20px 10px;
	text-align: center;
}
#voiceDetails .voiceBox {
	gap: 3%;
}
#voiceDetails .voiceBox .voiceSide {
	width: 30%;
}
#voiceDetails .voiceBox .voiceTitle {
	top:60px;
}
#voiceDetails .voiceBox .interview {
	width: 65%;
	padding-top: 20px;
	padding-bottom: 60px;
}
#voiceDetails .voiceBox .voiceSide .voiceImg {
	position: sticky;
	top: 160px;
	margin: 0;
}
#voiceDetails .voiceBox .interview dl dt {
	font-size: 110%;
}
#voiceDetails .voiceBox .interview dl dd {
	font-size: 90%;
}
#voiceDetails .voiceBox .interview dl::before {
	top: 20%;
}
#voiceDetails .voiceBox .toTop a {
	padding-top: 10px;
	padding-right:40px;
	background: url(../images/voice/arrow_n.png) no-repeat right bottom;
	background-size: 28px;
	font-size: 90%;
}
}