@charset "UTF-8";
/* CSS Document */

@font-face {
	font-family: 'zenmaru';
	src: url('/font/zenmaru_regular.woff2') format('woff2'), url("/font/zenmaru_regular.woff") format("woff");;
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'zenmaru';
	src: url('/font/zenmaru_bold.woff2') format('woff2'), url("/font/zenmaru_bold.woff") format("woff");;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body{
	background-color:#f5f0e1;
	color:#4d4d4d;
	position: relative;
	font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
img{
	vertical-align: bottom;
}
li{
	list-style-type: none;
}
.pc{
	display:block;
}
img.pc{
	display:inline-block;
}
.sp{
	display:none;
}
img.sp{
	display:none;
}
a{
	text-decoration: none;
	display:block;
}
body>header{
	border-top:11px solid #fa94a1;
}
header h1 img{
	margin-bottom:8px;
}
#pc-menu{
	transition:0.5s;
	display:block;
}
#pc-menu.smaller{
	background-color: rgba(255,255,255,0.80);
    position: fixed;
    top: 0;
    transition: 0.5s;
    padding:0;
    width: 100%;
	border-top:none;
    border-bottom:1px solid #fa94a1;
    z-index: 100;
}

header>div{
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	z-index: 100;
}
header div div{
	margin-left:30px;
	width:160px;
	text-align: center;
	float:left;
}
header div p{
	font-size:10px;
}
header nav{
	width:810px;
	float:right;
	overflow: hidden;
}
#pc-menu.smaller nav{
	padding:5px 0;
	transition: 0.5s;
}
header nav ul{
	float:left;
}
header nav li{
	display:inline-block;
}
header nav li:nth-child(7){
	margin-left:10px;
}
header nav li a{
	position:relative;
	display: inline-block;
    vertical-align: middle;
}
header nav li a img{
	padding:8px 14px 8px 10px;
}
header nav li img:first-child{
	opacity:1;
	display:inline-block;
	transition: 0.5s;
}
header nav li img:nth-child(2){
	opacity:0;
	display:none;
	transition: 0.5s;
}
header nav li:hover img:first-child{
	opacity:0;
	display:none;
	transition: 0.5s;
}
header nav li:hover img:nth-child(2){
	opacity:1;
	display:inline-block;
	transition: 0.5s;
}
.about header nav li:nth-child(1) img:first-child,
.about header nav li:nth-child(1):hover img:first-child{
	opacity:1;
	display:block;
}
.about header nav li:nth-child(1) img:nth-child(2),
.about header nav li:nth-child(1):hover img:nth-child(2){
	opacity:0;
	display:none;
}
.welfare header nav li:nth-child(2) img:first-child,
.welfare header nav li:nth-child(2):hover img:first-child{
	opacity:0;
	display:none;
}
.welfare header nav li:nth-child(2) img:nth-child(2),
.welfare header nav li:nth-child(2):hover img:nth-child(2){
	opacity:1;
	display:block;
}
.facility header nav li:nth-child(3) img:first-child,
.facility header nav li:nth-child(3):hover img:first-child{
	opacity:0;
	display:none;
}
.facility header nav li:nth-child(3) img:nth-child(2),
.facility header nav li:nth-child(3):hover img:nth-child(2){
	opacity:1;
	display:block;
}
.voice header nav li:nth-child(4) img:first-child,
.voice header nav li:nth-child(4):hover img:first-child{
	opacity:0;
	display:none;
}
.voice header nav li:nth-child(4) img:nth-child(2),
.voice header nav li:nth-child(4):hover img:nth-child(2){
	opacity:1;
	display:block;
}
.blog header nav li:nth-child(5) img:first-child,
.blog header nav li:nth-child(5):hover img:first-child{
	opacity:0;
	display:none;
}
.blog header nav li:nth-child(5) img:nth-child(2),
.blog header nav li:nth-child(5):hover img:nth-child(2){
	opacity:1;
	display:block;
}
.contact header nav li:nth-child(6) img:first-child,
.contact header nav li:nth-child(6):hover img:first-child{
	opacity:0;
	display:none;
}
.contact header nav li:nth-child(6) img:nth-child(2),
.contact header nav li:nth-child(6):hover img:nth-child(2){
	opacity:1;
	display:block;
}

header nav li:nth-child(n+7) img:first-child{
	display:inline-block;
}
header nav li:nth-child(n+7) img:nth-child(2){
	display:inline-block;
}
header nav li:nth-child(n+7):hover img:first-child{
	opacity: 0.8;
}
header nav li:nth-child(n+7):hover img:nth-child(2){
	opacity: 0.8;
}

header nav li:nth-child(n+7) img{
	padding: 0 3px;
}
header nav li:nth-child(n+7):hover{
	opacity:0.5;
	transition:0.5s;
}
header nav li::after{
	content:"";
	background:url(../img/gnav_line.png) 100%;
	width:22px;
	height:29px;
	display:inline-block;
	vertical-align: middle;
}
header nav li:nth-child(n+7)::after{
	display:none;
}

@media screen and (max-width: 600px) {
	.pc,img.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	img.sp{
		display:inline-block;
	}

	#pc-menu{
		display:none;
	}
	.overlay {
	  content: "";
	  display: block;
	  width: 0;
	  height: 0;
  	  background-color: rgba(122, 122, 122, 0.5);
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 2;
	  opacity: 0;
	  transition: opacity .5s;
	}
	.overlay.open {
	  width: 100%;
	  height: 100%;
	  opacity: 1;
	  position: fixed;
	}
	header.sp{
		border-top:none;
		display:block;
		height: 15vw;
		background-color: #f5f0e1;
		transition: all .5s;
	}
	header.sp h1{
		width:100%;
		background-color:#f5f0e1;
		position:fixed;
		border-top:2vw solid #fa94a1;
		z-index: 100;
	}
	header nav{
	  width: 0%;
	  height: 100%;
	  padding-top: 16vw;
	  background-color: #fff;
	  position: fixed;
	  top: 0;
	  right: 0;
	  z-index: 10;
	  transition: all .5s;
	}
	header nav ul{
		opacity:0;
	}
	header nav.open {
	  width:74%;
	}
	header nav.open ul{
		opacity:1;
	}
	header nav li {
		color: #fff;
		text-align: left;
		border-bottom:1px solid #f5f0e1;
	}
	header nav li a{
		color:#4d4d4d;
		padding: 5vw 0 5vw 7vw;
		display:block;
		font-size:3.6vw;
		font-weight:bold;
		position:relative;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	.arrow01 {
		position:absolute;
		display: block;
		width: 1.5vw;
		height: 1.5vw;
		top: 5.5vw;
		right: 4vw;
		border-top: solid 1px #fa94a1;
		border-right: solid 1px #fa94a1;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	header nav li:nth-child(n+5) {
		width:55%;
		float:left;
		box-sizing: border-box;
		border-left:1px solid #f5f0e1;
	}
	header nav li:nth-child(n+5) a{
		font-size:3.2vw;
		font-weight: normal;
	}
	header nav li:nth-child(5),
	header nav li:nth-child(7) {
		border-right:none;
		margin-left:0;
		width:45%;
	}
	header nav>a{
		text-align:center;
		margin-bottom: 6vw;
	}
	header nav>a img{
		width:90%;
		opacity:0;
	}
	header nav.open>a img{
		opacity:1;
	}
	.button_1{
		position: fixed;
		top: 1.5vw;
    	right: 0;
		width: 14vw;
		height: 14vw;
		z-index: 100;
		padding: 0;
	}
	.button_1 i,.button_1::before,.button_1::after{
		position: absolute;
		right: 3vw;
		width: 9vw;
		height: 2px;
		background-color: #fa94a1;
		content: " ";
		-webkit-transition: all .4s ease-out;
		transition: all .4s ease-out;
		}
	.button_1 i{
		top:7vw;
	}
	.button_1::before{
		top:4vw;
	}
	.button_1::after{
		top: 9.8vw;
	}
	.button_1 span{
		font-size:10px;
		position:absolute;
		bottom:7px;
		color:#fff;
		display:inline-block;
		margin-left:10px;
		}
	.button_1.active i{
		display: none;
	}
	.button_1.active::before{
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
		top:7vw;
	}
	.button_1.active::after{
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg);
		top:7vw;
	}
	header nav ul {
		float: none;
		overflow: hidden;
		margin-bottom: 4vw;
	}
	header nav li::after{
		display:none;
	}
	header nav li{
		display:block;
		width:100%;
	}
	header nav .sns {
		width:26%;
		overflow:hidden;
		margin:0 auto;
	}
	header nav .sns a{
		display:inline-block;
		width:45%;
		float:right;
	}
	header nav .sns a:first-child{
		float:left;
	}
	header nav .sns a img{
		width:100%;
		vertical-align: middle;
	}

}
/*サイドメニュー*/
.side ul{
	position: fixed;
	top:50%;
	margin-top:-170px;
	width:65px;
	overflow: hidden;
	right:0;
	z-index: 100;
}
.side ul li{
	float:left;
}
.side ul li:first-child{
	margin-bottom:20px;
}
.side ul li a{
	display:block;
}
.side ul li img{
	vertical-align: middle;
	width:100%;
}
/*slider*/
.slider{
	position: relative;
	height:600px;
	width:1400px;
	margin:-74px auto 0;
	z-index:-1;
}
#slide_wrap {
	position: relative;
	overflow: hidden;
	width:100%;
}
#slide_wrap .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 8.5s ease-out;
  position: relative;
}
#slide_wrap .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrap .slide_item.show_ {
 	opacity: 1;
}
#slide_wrap .slide_item.zoom_ {
  transform: scale(1.08);
}
#slide_wrap .slide_item img {
  display: block;
}
.slider>img{
	position:absolute;
	top:0;
}
#slide_wrap .slide_item img.pc{
	display:block;
}
#slide_wrap .slide_item img.sp{
	display:none;
}
@media (max-width: 1399px) and (min-width: 601px) { 
	.slider{
		width:100%;
		overflow:hidden;
	}
}
@media screen and (max-width: 600px) {
	.slider {
		position: relative;
		height: auto;
		width: 90%;
		margin: 0 auto 6vw;
	}
	.slider>img{
		width:100%;
	}
	#slide_wrap .slide_item img.pc{
		display:none;
	}
	#slide_wrap .slide_item img.sp{
		display:block;
		width:100%;
	}
	.top main{
		background-color:#d9e3ea;
	}
	header h1 a{
		display:block;
	}
	header h1 img{
		padding:2vw 3vw;
		width:50vw;
		vertical-align: middle;
		margin-bottom:0;
	}
	.top_slider {
		position: relative;
		box-sizing: border-box;
	}
	
	.effects--firstviewslider{
		padding:2vw;
		height: 96vh;
	}
}

/*トップページ*/
.top_001{
	position: relative;
	text-align: center;
}
.top_001 h2{
	text-align: center;
	margin-bottom:46px;
}
.top_001 p{
	text-align: center;
	margin-bottom:50px;
}
.top_001 img.top_001_bg1{
	position: absolute;
	left:50%;
	margin-left:-540px;
	top:30px;
}
.top_001 img.top_001_bg2{
	position: absolute;
	right:50%;
	margin-right:-540px;
	top:30px;
}
.top_001 a:nth-child(5){
	margin-bottom:60px;
	display:block;
}

.scroll-fade-row{
	margin-bottom: 50px;
}
.entry_btn{
	position:absolute;
	top: 314px;
    right: 50%;
    margin-right: -480px;
	display:block;
}
.entry_btn.fadein:hover{
	opacity:0.5;
	transform: translate(0,-20px);
}
.top_001 a:nth-child(5).entry_btn{
	transition:0.5s!important;
}
.top_001 a:nth-child(5).entry_btn:hover{
	margin-top:-15px;
	transition:0.5s!important;
}
@media screen and (max-width: 600px) {
	.top_001{
		background:url(../img/sp_top_001_06.png) bottom/100% no-repeat;
	}
	.top_001 h2{
		margin-bottom:10vw;
	}
	.top_001 h2 img{
		height:6vw;
	}
	.top_001 section>div{
		width:85%;
		margin:0 auto 50vw;
	}
	.top_001 p{
		margin-bottom:10vw;
	}
	.top_001 section>div p img{
		width:100%;
	}
	.top_001 a:nth-child(5).entry_btn{
		width:50vw;
		margin-right:-27vw;
		top:116vw;
	}
	.top_001 a:nth-child(5).entry_btn img{
		width:100%;
	}
	.top_001 a:nth-child(5) {
		margin-bottom: 20vw;
		margin-left: 0.75vw;
	}
	.top_001 a:nth-child(5) img{
		width:1.5vw;
	}
	.top_001 img.top_001_bg2{
		display:none;
	}
	
}
.fadein{
  -webkit-transition: all 1s;
  -webkit-transform: translate(0, 0);
	transition:  all 1s;
	transition-delay: 1s;
	transform: translate(0, 0);
    opacity: 1;
}
.fadein.showup {
  -webkit-transform: translate( 100px,0);
	transition:  all 1s;
	transform: translate(100px, 0);
  opacity: 0;
}
.top_002{
	background-color:#fff;
}
.top_002 section{
	background:url(../img/top_002_nav_bg.png) top/100% no-repeat;
}
@media screen and (min-width: 1800px) {
	.top_002 section{
		background:url(../img/top_002_nav_bg_long.png) top/100% no-repeat;
	}
}

.top_002 h2{
	text-align: center;
	margin-bottom:30px;
}
.top_002 ul{
	overflow:hidden;
	width:800px;
	margin:0 auto;
	padding-bottom:80px;
}
.top_002 ul li{
	float:left;
	text-align: center;
}
.top_002 ul li img:first-child{
	margin-left:5px;
	transition:0.5s;
}
.top_002 ul li a:hover img:first-child{
	transform: translate(0,-10px);
	transition: ease 0.5s;
}
@media screen and (max-width: 600px) {
	.top_002 section {
		background: url(../img/sp_top_002_nav_bg.png) top/100% no-repeat;
	}
	.top_002 h2 img{
		height:6vw;
	}
	.top_002 ul {
    	overflow: hidden;
		width: 76vw;
		padding-bottom:20vw;
	}
	.top_002 ul li{
		width:48%;
		margin-bottom:5vw;
	}
	.top_002 ul li:nth-child(2n){
		margin-left:4%;
	}
	.top_002 ul li img{
		width:100%;
	}
	.top_002 ul li p img{
		height:3.5vw;
		width:auto;
	}
}
.top_003{
	background-color:#fff;
	text-align: center;
}
.top_003 h2{
	margin-bottom:24px;
}
.top_003 section{
	position:relative;
	background:url(../img/top_003_bg.png) bottom/ 100% no-repeat;
}
.top_003 section>a{
	position: absolute;
	bottom:-20px;
	top:320px;
	right:50%;
	margin-right:-420px;
}

.top_003 div.twitter_box{
	width:900px;
	margin:0 auto 60px;
	border:1px solid #fa94a1;
	border-radius: 30px;
	height:290px;
	overflow: hidden;
}
.top_003 div.twitter_box iframe{
	width:800px;
	margin:0 auto;
}
.timeline-Tweet {
    padding: 45px;
}
.timeline-LoadMore{
	display:none;
}
.SandboxRoot.env-bp-660 .timeline-Tweet-actions, .SandboxRoot.env-bp-660 .timeline-Tweet-media, .SandboxRoot.env-bp-660 .timeline-Tweet-text, .SandboxRoot.env-bp-820 .timeline-Tweet-actions, .SandboxRoot.env-bp-820 .timeline-Tweet-media, .SandboxRoot.env-bp-820 .timeline-Tweet-text{
	font-size:14px;
}
.top_003 ul{
	overflow:hidden;
	width:900px;
	margin:0 auto;
	padding-bottom:280px;
}
.top_003 ul li{
	float:left;
	margin-right:15px;
}
.top_003 ul li:last-child{
	margin-right:0;
}
.top_003 ul li a{
	display:block;
}
@media screen and (max-width: 600px) {
	.top_003 section{
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
	}
	.top_003 div.twitter_box{
		width:90%;
		margin:0 auto 22vw;
		border-radius: 3vw;
    	height: 46vw;
	}
	.top_003 h2 img{
		height:6.5vw;
	}
	.SandboxRoot.env-bp-min .timeline-Tweet {
		padding: 7vw;
		background-color: transparent;
		border-radius: 3vw;
	}
	.twitter_box body{
		background-color:transparent;
		border-radius: 3vw;
	}
	.top_003 section>a {
		top:55vw;
		position: absolute;
		right: 50%;
		margin-right: -14vw;
		width:25%;
		height: 13vw;
	}
	.top_003 section>a img{
		width:100%;
	}
	.top_003 ul{
		width:65%;
		padding-bottom: 48vw;
	}
	.top_003 ul li{
		float:none;
		margin: 0 0 5vw;
	}
	.top_003 ul li a img{
		width:100%;
	}
}


footer{
	text-align: center;
}
footer dt{
	margin-bottom:10px;
}
footer dd{
	font-size:13px;
	line-height:18px;
	color:#4d4d4d;
	margin-bottom:20px;
}
footer dd a{
	display:inline-block;
	color:#4d4d4d;
}
footer ul{
	width:716px;
	overflow:hidden;
	margin:0 auto 15px;
}
footer ul.pc{
	display:block;
}
footer ul li{
	float:left;
	margin-right:20px;
}
footer ul li:last-child{
	margin-right:0;
}
footer ul li a:hover{
	color:#fa94a1;
	transition:0.5s;
}
footer ul:nth-child(4){
	width:680px;
	margin-bottom:70px;
}
footer ul:nth-child(4) li{
	margin-right:0;
}
footer ul:nth-child(4) li::after{
	content:"／";
	margin:0 3px;
	font-size: 12px;
}
footer ul:nth-child(4) li:last-child::after{
	display:none;
}
footer ul li a{
	font-size:12px;
	color:#4d4d4d;
	text-decoration: none;
	display: inline-block;
}

footer>div:last-child{
	background-color:#fa94a1;
}
footer>div:last-child>img:first-child{
	width:100%;
}
footer>div:last-child img:nth-child(2){
	vertical-align: top;
	padding-top:50px;
	margin-bottom:50px;
	width:auto;
}
footer>div:last-child img:nth-child(3){
	margin-bottom:60px;
}
footer>div:last-child p{
	color:#fff;
	padding:7px;
	border-top:1px solid #fff;
	font-size:10px;
	letter-spacing: 3px;
}
footer>div:last-child a{
	color:#fff;
	text-decoration: none;
	display: inline-block;
}
/*トップへ戻るボタン*/
.topBtn{
  position:fixed; /*固定*/
  bottom:3vw; /*場所を右下に移動*/
  right:3vw; /*場所を右下に移動*/
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(51,51,51,0.6); /*以下、デザインはご自由に！！*/
  color:#fff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-sizing:border-box;
  opacity:1;
}
.topBtn.show{
	bottom:10vw;
	z-index:3;
}
.topBtn:hover::before{
	background-color:#fff;
	transition:0.5s;
}
.topBtn span{
	display:block;
    width: 14px;
    height:14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	transition:0.5s;
	margin: 22px 0 10px 20px;
}
.topBtn:hover::after{
	transition:0.5s;
	border-top: 2px solid #006bb0;
    border-right: 2px solid #006bb0;
}

.topBtn:hover {
  opacity:0.7;
}

@media screen and (max-width:600px) {
	footer {
		text-align: center;
		padding: 9vw 0 0;
	}
	footer>a{
		width:60vw;
		margin: 0 auto;
	}
	footer>a img{
		width:100%;
		margin-bottom:18vw;
	}
	footer dt img{
		width:35vw;
	}
	footer dd {
		font-size: 3.4vw;
		line-height: 1.8;
		margin-bottom: 10vw;
	}
	footer ul.pc{
		display:none;
	}
	footer>div:last-child{
		background-color:transparent;
	}
	footer>div:last-child img:nth-child(3) {
		margin-bottom: 0;
		width: 100%;
	}
	footer>div:last-child p {
		padding: 4vw 0 17vw;
		border-top: 1px solid #fff;
		font-size: 2vw;
		letter-spacing: 0;
		background-color: #fa94a1;
	}
	.foot_link{
		bottom: 0;
		position: fixed;
		background-color:rgba(51,51,51,0.9);
		width:100%;
		overflow: hidden;
		z-index: 101
	}
	.foot_link li{
		width:50%;
		display:block;
		float:left;
	}
	.foot_link li:first-child{
		border-right:1px solid #fff;
		box-sizing: border-box;
	}
	.foot_link a{
		padding:4vw 0;
		text-align: center;
	}
	.foot_link li img{
		height:5.5vw;
	}
	.topBtn{
		width: 12vw;
    	height: 12vw;
		right:3vw;
		bottom:18vw;
	}
	.topBtn.show{
		bottom:46vw;
	}
	.topBtn span {
		display: block;
		width: 3vw;
		height: 3vw;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transition: 0.5s;
		margin: 5.1vw 0 3vw 4.2vw;
	}
}
/*幸世会について*/
.content_ttl{
	width:100%;
	margin-bottom:140px;
}
.content_ttl section{
	position: relative;
}
.content_ttl section>div:first-child{
	height:246px;
	background:url(../about/img/about_ttl_bg.png) center/ 100% no-repeat;
}
.content_ttl section>div:first-child img{
	width:100%;
}
.content_ttl section>div:nth-child(2){
	position: absolute;
	width:1040px;
	margin:0 auto;
	overflow:hidden;
	top:144px;
	left:50%;
	margin-left:-520px;
}
.content_ttl section h2{
	float:left;
}
.content_ttl section ul{
	float:left;
	overflow: hidden;
	padding-top:126px;
}
.content_ttl section ul li{
	display:inline-block;
	margin-right:5px;
	background-color:#fff;
	padding:15px 0;
	width:150px;
	text-align: center;
	border-radius: 10px;
	vertical-align: bottom;
}
.content_ttl section ul li.on,.content_ttl section ul li:hover{
	background-color:#d9e021;
	transition:0.5s;
}
.content_ttl section ul li:last-child{
	margin-right:0;
}
.facility .content_ttl section ul li:nth-child(2){
	padding: 9px 0;
}
@media screen and (max-width:600px) {
	.content_ttl{
		margin-bottom: 15vw;
	}
	.content_ttl section>div:first-child{
		height:42vw;
		background:url(../about/img/sp_about_ttl_bg.png) top/ 100% no-repeat;
	}
	.content_ttl section>div:nth-child(2){
		width:95%;
		margin:-18vw auto 0;
		position: static;
	}
	.content_ttl section h2{
		float:none;
	}
	.content_ttl section h2 img{
		height:30vw;
	}
	.content_ttl section ul{
		padding-top:0;
		float:none;
	}
	.content_ttl section ul li {
		width: 48.5%;
		margin-bottom:2vw;
		margin-right:0;
		padding:0;
		border-radius: 2vw;
	}
	.content_ttl section ul li:nth-child(2n) {
		margin-left:1%;
	}
	.content_ttl section ul li a{
		padding: 2.8vw 0;
	}
	.content_ttl section ul li img{
		height:3.4vw;
		vertical-align: middle;
	}
	
}


.about_001{
	width:900px;
	margin:-300px auto 0;
	background:url(../about/img/about_001_04.png) bottom right /485px auto no-repeat;
	padding:300px 0 0;
}
.about_001 h2{
	margin-bottom:40px;
}
.about_001 div{
	overflow:hidden;
	padding-bottom: 170px;
}
.about_001 div p {
    font-size: 16px;
    line-height: 38px;
	margin-bottom:30px;
    float: none;
	width: 100%;
}
.about_001 div dl{
	float:right;
	margin-bottom:130px;
}
.about_001 div dt{
	margin-left:10px;
}
.about_001 div dd{
	margin-bottom:20px;
}

@media screen and (max-width:600px) {
.about_001 {
    width: 95%;
    margin: -20vw auto 0;
    background: url(../about/img/sp_about_001_04.png) bottom /100% no-repeat;
    padding: 20vw 0 0;
	}
	.about_001 h2 img{
		width:100%;
	}
	.about_001 div{
		text-align:center;
		padding-bottom: 33vw;
	}
	.about_001 div dl{
		float:none;
		text-align: center;
		margin-bottom: 8vw;
	}
	.about_001 div dd img{
		width:50vw;
	}
	.about_001 div dt {
		margin-right: 5vw;
		text-align: right;
	}
	.about_001 div dt img{
		height:9.5vw;
	}
	.about_001 div p {
		text-align: left;
		width: 90%;
		float: none;
		margin: 0 auto;
		font-size: 3.4vw;
		line-height: 2.5;
	}

}
.about_002{
	padding:330px 0 0;
	margin-top:-330px;
}
.about_002 div:first-child{
	padding: 15vw 0 0;
	background:url(../about/img/about_002_04.png) top/100% no-repeat;
	text-align: center;
	position:relative;
	margin:-4vw 0 35px;
}
.about_002 div:first-child>a img{
	position: absolute;
	bottom:0;
	left:50%;
	width: 0.4vw;
	margin-left:-0.2vw;
}
.about_002 div:first-child h2{
	margin-bottom:24px;
}
.about_002 div:first-child p{
	padding: 0 0 16vw;
}
.about_002 div:nth-child(2){
	text-align: center;
	background:url(../about/img/about_002_bg.png) center 320px / auto  no-repeat;
	padding:300px 0 60px;
	margin-top:-300px;
	position: relative;
}
.about_002 div:nth-child(2)::after{
	background:url(../about/img/about_002_bg2.png) 100% no-repeat;
	width:143px;
	height:174px;
	content:"";
	display:block;
	left:50%;
	margin-left:-520px;
	position: absolute;
	z-index: -1;
	bottom:100px;
}
.about_002 div:nth-child(2) h2{
	margin-bottom:34px;
}
.about_002 div:nth-child(2) dt{
	text-align: left;
	margin-bottom:8px;
}
.about_002 div:nth-child(2) dl{
	width:806px;
	margin:0 auto 28px;
}
.about_002 div:nth-child(2) ul li{
	display:inline-block;
	margin-right:5px;
}
.about_002 div:nth-child(2) ul li:last-child{
	margin-right:0;
}
.about_002 div:nth-child(2) dl:nth-child(4){
	padding-bottom:32px;
	border-bottom:2px dotted #fa94a1;
}
.about_002 div:nth-child(2)>img{
	margin-bottom:20px;
}
.about_002 div:nth-child(2) dl:nth-child(6){
	display:table;
	margin-bottom:60px;
}
.about_002 div:nth-child(2) dl:nth-child(6) dt,
.about_002 div:nth-child(2) dl:nth-child(6) dd{
	display:table-cell;
	vertical-align: middle
}
.about_002 div:nth-child(2) dl:nth-child(6) dt{
	width:158px;
	border-radius: 15px 0 0 15px;
	background-color:#fa94a1;
	text-align:center;
}
.about_002 .description {
	font-family: "zenmaru";
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 30px;
}
.about_002 .description .highlight {
	color: #fa94a1;
}
.about_002 div:nth-child(2) dl:nth-child(6) dd{
	font-size:16px;
	line-height:27px;
	background-color:#fef4f6;
	padding:18px ;
	text-align:left;
	border-radius:0 15px 15px 0;
}
.about_002 ul:nth-child(3){
	width:900px;
	overflow:hidden;
	margin:0 auto 123px;
}
.about_002 ul:nth-child(3).pc{
	display:block;
}
.about_002 ul:nth-child(4).sp{
	display:none;
}
.about_002 ul:nth-child(3) li a{
	background-color:#fa94a1;
	text-align: center;
	width:290px;
	margin-right:15px;
	border-radius: 15px;
	float:left;
	position: relative;
}
.about_002 ul:nth-child(3) li a img{
	padding:24px 64px;
}
.about_002 ul:nth-child(3) li:first-child a img{
	padding:24px 80px;
	left:0;
}
.about_002 ul:nth-child(3) li a:hover{
	background-color:#fff;
	color:#fa94a1;
	transition:0.5;
}
.about_002 ul:nth-child(3) li:last-child a{
	margin-right:0;
}
.about_002 ul:nth-child(3) li:last-child a img{
	padding:28px 40px;
}
@media screen and (max-width:600px) {
	.about_002 {
		padding: 20vw 0 0;
		margin-top: -20vw;
	}
	.about_002 div:first-child {
		padding: 14vw 0 0;
		background: url(../about/img/sp_about_002_04.png) top/100% no-repeat;
		text-align: center;
		position: relative;
		margin: -4vw 0 7vw;
	}
	.about_002 div:first-child h2 {
		margin-bottom: 24vw;
	}
	.about_002 div:first-child h2 img{
		width:36vw;
	}
	.about_002 div:first-child p{
		padding:0 0 35vw;
	}
	.about_002 div:first-child p img{
		width:90%;
	}
	.about_002 div:first-child>a img {
		position: absolute;
		bottom: 2.5vw;
		left: 50%;
		width: 2.8vw;
		margin-left: -1.3vw;
	}
	.about_002 div:nth-child(2) {
		width:95%;
		text-align: center;
		padding: 20vw 0 0;
		margin: -20vw auto 0;
		position: relative;
		border-radius: 0 0 3vw 3vw;
	}
	.about_002 div:nth-child(2) h2 {
		margin-bottom: 0;
	}
	.about_002 div:nth-child(2) h2 img{
		height:8vw;
	}
	.about_002 div:nth-child(2) dl{
		width:100%;
		padding: 10vw 6vw 0;
    	margin-bottom: 0;
		background-color:#fff;
		box-sizing: border-box;
	}
	.about_002 div:nth-child(2) dl:nth-child(2){
		margin-top:-4.5vw;
		border-radius: 3vw 3vw 0 0;
	}
	.about_002 div:nth-child(2) dl:nth-child(3){
		padding-top:8vw;
	}
	.about_002 div:nth-child(2) dl:nth-child(6) {
		margin-bottom: 10vw;
		padding: 2vw 6vw 9vw;
		border-radius: 0 0 3vw 3vw;
	}
	.about_002 div:nth-child(2) dt{
		margin-bottom:2vw;
	}
	.about_002 div:nth-child(2) dt img{
		height:4vw;
	}
	.about_002 ul:nth-child(3).pc{
		display:none;
	}
	.about_002 ul:nth-child(4).sp{
		display:block;
	}
	.about_002 div:nth-child(2) ul li img {
		height: 15.5vw;
		margin-bottom: 1.5vw;
	}
	.about_002 div:nth-child(2)>img {
		padding-top: 6vw;
		margin-top:6vw;
		border-top:1px dashed #fa94a1;
		width: 80vw;
	}
	.about_002 div:nth-child(2) dl:nth-child(6) dt,
	.about_002 div:nth-child(2) dl:nth-child(6) dd{
		display:block;
	}
	.about_002 div:nth-child(2) dl:nth-child(6) dt{
		width:100%;
		padding:3.5vw 0;
		background-color:#fa94a1;
		border-radius: 3vw 3vw 0 0;
		margin-bottom: 0;
	}
	.about_002 div:nth-child(2) dl:nth-child(6) dd{
		font-size: 3.4vw;
		line-height: 2;
		border-radius: 0 0 3vw 3vw;
	}
	.about_002 ul:nth-child(4){
		width:64%;
		margin: 0 auto 24vw;
	}
	.about_002 ul:nth-child(4) li{
		width:100%;
		float:none;
		margin-bottom:3vw;
	}
	.about_002 ul:nth-child(4) li a {
		width: 100%;
		margin-right: 0;
		border-radius: 3vw;
		float: none;
	}
	.about_002 ul:nth-child(4) li:first-child a img,
	.about_002 ul:nth-child(4) li a img,
	.about_002 ul:nth-child(4) li:last-child a img{
		width:100%;
		padding:0;
	}
	
}


.about_003{
	background:url(../about/img/about_003_bg.png) center top/ 1210px  no-repeat;
	position: relative;
}
.about_003 section{
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	padding-bottom:300px;
	overflow: hidden;
}
.about_003 div{
	width:900px;
	margin:-250px auto 0;
	padding:280px 0 350px;
}
.about_003 div h2{
	margin-bottom:50px;
}

.about_003 div ul li{
	background-color:#fff;
	height:278px;
	float:left;
	width:442px;
	padding:36px 30px;
	box-sizing: border-box;
	border-radius: 15px;
	margin-bottom:36px;
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.08);
}
.about_003 div ul li:nth-child(2n){
	float:right;
}
.about_003 div ul li:nth-child(5){
	width:100%;
	height:380px;
	padding:36px 30px 50px;
}
.about_003 div h3 {
	position:relative;
	border-bottom:2px dotted #fa94a1;
	padding-bottom:20px;
	margin-bottom:22px;
}
.about_003 div h3 img{
	padding:10px 0 0;
	margin-left:68px;
}
.about_003 div h3::before{
	position: absolute;
	content:"";
	background:url(../about/img/about_003_02.png);
	width:53px;
	height:51px;
	margin-right:5px;
	display:inline-block;
}
.about_003 div p{
	font-size:16px;
	line-height:27px;
	margin-bottom:10px;
}
.about_003 dl dd{
	display:table;
}
.about_003 dl dt{
	width:158px;
	border-radius: 15px 0 0 15px;
	background-color:#fa94a1;
	text-align:center;
	display:table-cell;
	vertical-align: middle;
}
.about_003 dl dd{
	display:table-cell;
	font-size:16px;
	line-height:27px;
	background-color:#fef4f6;
	padding:18px ;
	text-align:left;
	border-radius:0 15px 15px 0;
}


@media screen and (max-width:600px) {
	.about_003 div {
		width: 95%;
		margin: -20vw auto 0;
		padding: 20vw 0;
	}
	.about_003 div h2{
		margin-bottom:8vw;
	}
	.about_003 div h2 img{
		width:100%;
	}
	.about_003 div ul li {
		height: auto;
		float: none;
		width: 100%;
		padding: 6vw 8vw;
		border-radius: 3vw;
		margin-bottom: 7vw;
		box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.04);
	}
	.about_003 div ul li:nth-child(2n) {
		float: none;
	}
	.about_003 div ul li:nth-child(5) {
		height: auto;
	}
	.about_003 div h3::before {
		position: absolute;
		content: "";
		background: url(../about/img/sp_about_003_02.png) center / 100% no-repeat;
		width: 12.5vw;
		height: 12.5vw;
		margin-right: 1vw;
		display: inline-block;
	}
	.about_003 div h3 img{
		width:75%;
	    padding: 1vw 0 0;
    	margin-left: 15vw;
}
	.about_003 dl{
		display:block;
		width:100%;
	}
	.about_003 dl dt{
		display:block;
		width:100%;
		padding:3vw 0;
		border-radius: 3vw 3vw 0 0
	}
	.about_003 dl dt img{
		height:4vw;
	}
	.about_003 dl dd{
		border-radius: 0 0 3vw 3vw;
		color:#808080;
		font-size: 3.4vw;
    	line-height: 1.7;
	}
	.about_003 section {
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 24vw;
		overflow: hidden;
	}
	.about_003 div p {
		font-size: 3.4vw;
		line-height: 2.2;
		margin-bottom: 2vw;
	}
}
/*施設紹介*/
.facility .content_ttl section>div:first-child{
	height:246px;
	background:url(../facility/img/facility_ttl_bg.png) center/ 100% no-repeat;
}
.facilities{
	background:url(../facility/img/facility_002_bg.png) center 800px/ 1140px no-repeat;
}

.facility_001{
	background:url(../facility/img/facility_001_bg.png) center 50px / 1100px no-repeat;
	padding-bottom:140px;
	z-index: 5;
}

.facility_001 p{
	font-size:16px ;
	line-height:38px;
}
.facility_001 h2{
	width:900px;
	margin:0 auto 50px;
}
.facility_001 div{
	width:900px;
	margin:0 auto;
} 
.facility_001 div>img:first-child{
	float:right;
	margin: 0 0 20px 36px;
}
.facility_001 div p:nth-child(2){
	margin-bottom:20px;
}
.facility_001 div p:last-child{
	clear: both;
	text-align: right;
}
.facility_002{
	text-align: center;
    background: url(../facility/img/facility_002_bg.png) center right/ auto no-repeat;
	padding: 300px 0 110px;
    margin-top: -280px;
	position: relative;
	z-index: 4;
}
.facility_002 section{
	position: relative;
}
.facility_002 section>div{
	width:900px;
	margin:0 auto;
	text-align: center;
	overflow:hidden;
	padding:90px 60px 50px;
	box-sizing: border-box;
	background-color:#fff;
	border-radius: 15px;
	position: relative;
	z-index: 0;
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.08);
}
.facility_002 h2{
	margin-bottom:54px;
	position: absolute;
	top:-20px;
	left:50%;
	margin-left:-300px;
	z-index: 4;
}
.facility_002 .left_box{
	width:345px;
	float:left;
	margin-right:26px;
}
.facility_002 .left_box>img{
	margin-bottom:30px;
}
.map{
	width:345px;
	height:238px;
}
.facility_002 .right_box{
	width:400px;
	float:right;
	text-align: right;
}
.facility_002 .right_box p{
	text-align: left;
	font-size:18px;
	line-height:24px;
}
.facility_002 .right_box p:first-child{
	font-size: 15px;
    line-height: 30px;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:2px dotted #fa94a1;
	overflow: hidden;
}
.facility_002 .right_box p:first-child img{
	margin-left:268px;
}
.facility_002 .right_box a{
	font-size:22px;
	color:#fa94a1;
	padding: 10px 0 5px;
}
.facility_002 .right_box a:hover{
	opacity:0.5;
	transition:0.5s;
}
.facility_003{
	z-index: 3;
}
.facility_003 .right_box p, 
.facility_004 .right_box p,
.facility_005 .right_box p{
    margin-bottom: 12px;
}
.facility_003 .right_box p:first-child img,
.facility_004 .right_box p:first-child img{
	margin-left:242px;
}
.facility_003 .right_box p:first-child{
	border-bottom:2px dotted #8cc63f;
}
.facility_003 .right_box a,
.facility_004 .right_box a,.facility_005 .right_box a{
	color:#8cc63f;
	margin-bottom:0;
}
.facility_004{
	z-index: 2;
}
.facility_004 .right_box p:first-child{
	border-bottom:2px dotted #69c5ee;
}
.facility_003{
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	padding-bottom:320px;
	overflow: hidden;
	z-index: 1;
	margin-bottom: 70px;
}
.facility_005 .right_box p:first-child img{
	margin-left:240px;
}
.facility_005 .right_box p:first-child{
	border-bottom:2px dotted #f8a65d;
}

@media screen and (max-width:600px) {
	.facilities{
		background-image:none;
	}
	.facility .content_ttl section>div:first-child{
		height: 42vw;
		background: url(../facility/img/sp_facility_ttl_bg.png) top/ 100% no-repeat;
	}
	.facility .content_ttl section ul li:nth-child(2) {
		padding: 0;
	}
	.facility_001{
		padding-bottom: 30vw;
	}
	.facility_001 h2{
		width:92%;
		margin:0 auto;
	}
	.facility_001 h2 img{
		width:80vw;
	}
	.facility_001 div{
		width:100%;
		margin-top:-8vw;
	}
	.facility_001 div>img:nth-child(2){
		width:100%;
		margin-bottom: 5vw;
	}
	.facility_001 p {
		font-size: 3.4vw;
		line-height: 2.2;
		width: 92%;
		margin: 0 auto 8vw;
	}
	.facility_001 div p:last-child img{
		width:74vw;
	}
	.facility_002 {
		background: none;
		padding: 30vw 0 20vw;
		margin-top: -30vw;
	}
	.facility_002 h2{
		width:80vw;
		margin-left: -40vw;
	}
	.facility_002 h2 img{
		width:100%;
	}
	.facility_002 section>div{
		width:95%;
		padding:15vw 10vw 10vw;
	}
	.facility_002 .left_box{
		width:100%;
		float:none;
	}
	.facility_002 .left_box>img{
		width:100%;
	}
	.facility_002 .right_box{
		width:100%;
		float:none;
	}
	.facility_002 .right_box p:first-child {
		font-size: 3.4vw;
		line-height: 2.2;
		padding-bottom: 4vw;
		margin-bottom: 7vw;
	}
	.facility_002 .right_box p:first-child img {
		margin-left: 41vw;
    	height: 4vw;
	}
	.map {
		width: 100%;
		height: 67vw;
		margin-bottom:5vw;
	}
	.facility_002 .right_box p:nth-child(3)>img{
		width:80%;
	}
	.facility_003 .right_box a, .facility_004 .right_box a, .facility_005 .right_box a{
		margin-bottom:0;
	}
	.facility_002 .right_box a img{
		width:100%;
	}
	.facility_002 .right_box .address img:last-child{
		height:5vw;
		width:auto;
	}
	.facility_002 .right_box .address>img:nth-child(2).sp{
		height:9vw;
	}
	.facility_003{
		margin-bottom:0;
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 44vw;
		overflow: hidden;
	}
	
}
/*先輩の声*/
.voice .content_ttl section>div:first-child{
	height:246px;
	background:url(../voice/img/voice_ttl_bg.png) center/ 100% no-repeat;
}
.voice_wrap{
	background:url(../voice/img/voice_bg.png) center 166px/ 1100px auto no-repeat;
}
.voice .content_ttl{
	margin-bottom:120px;
}
.voice_001{
	position:relative;
	padding:35px 0 0;
	overflow: hidden;
}
.voice_001 section>div{
	width:900px;
	padding:60px;
	box-sizing: border-box;
	background-color:#fff;
	margin:0 auto 30px;
	border-radius: 15px;
	box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.08);
}
.voice_001 h2{
	position: absolute;
	left:50%;
	margin-left:-435px;
	top:0;
}
.voice_001 section>div>img{
	float:left;
	margin-bottom:20px;
}
.voice_001 section>div div{
	float:right;
	text-align: left;
	width:370px;
	padding: 60px 0px;
}
.voice_001 section>div div img:first-child{
	margin-bottom:25px;
}
.voice_001 section>div>p{
	clear: both;
	font-size:16px;
	line-height: 30px;
	text-indent: 1em;
}
.voice_003 section>div div{
	padding:40px 0;
}
.voice_002{
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	padding-bottom:320px;
	margin-bottom: 70px;
}

@media screen and (max-width:600px) {
	.voice_001{
		padding-top:5vw;
	}
	.voice .content_ttl section>div:first-child{
		height: 42vw;
		background: url(../voice/img/sp_voice_ttl_bg.png) center /100% no-repeat;	
	}
	.voice .content_ttl {
		margin-bottom: 0;
	}
	.voice_001 section>div {
		width: 90%;
		padding: 8vw;
		margin: 0 auto 5vw;
		border-radius: 3vw;
		box-shadow: 3px 3px 6px 3px rgba(0,0,0,0.02);
	}
	.voice_001 section>div div {
		float: none;
		width: 100%;
		padding: 4vw 0 0;
	}
	.voice_001 section>div>img {
		float: none;
		width: 100%;
		margin-bottom: 4vw;
	}
	.voice_001 h2 {
		position: absolute;
		left: 12vw;
		margin-left: 0;
		top: 0;
	}
	.voice_001 h2 img{
		width:25vw;
	}
	.voice_001 section>div>p {
    	clear: both;
   		font-size: 3.4vw;
		line-height: 2;
	}
	.voice_001 section>div div h3 img{
	    width: 50vw;
		margin-bottom: 5vw;
	}
	.voice_001 section>div div p:nth-child(2)>img{
		height:10vw;
		margin-bottom:5vw;
	}
	.voice_002{
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 44vw;
		margin-bottom:0;
	}
}

/*エントリーフォーム*/
.entry_001{
	padding-bottom:300px;
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	margin-bottom: 70px;
}
.entry .content_ttl section>div:first-child{
	height:246px;
	background:url(../entry/img/entry_ttl_bg.png) center/ 100% no-repeat;
}
.entry form{
	width:900px;
	margin:0 auto;
}
.entry form input{
	font-size:16px;
	line-height:30px;
	width:100%;
	box-sizing: border-box;
	padding:5px;
	border:none;
}
.entry form input[type="radio"]{
	width:auto;
}
.entry dl:nth-child(2) dd{
	margin-bottom:60px;
	line-height: 42px;
	width: 40%;
    float: left;
}
.entry.contact dl:nth-child(2) dd{
	width:100%;
}
.entry dt{
	clear:both;
	margin-bottom:10px;
}
.entry dl:nth-child(2) dt{
	margin-bottom:30px;
	clear:both;
}
.entry dl:nth-child(6) dt{
	margin-bottom:30px;
	clear:both;
}
.entry dt span{
	background-color: #fa94a1;
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
    margin-left: 10px;
	vertical-align: 2px;
	padding: 3px 9px;
}
.entry dt span.txt{
	background-color:transparent;
	color:#4d4d4d;
}
.entry dd{
	line-height:30px;
	margin-bottom:40px;
}
.entry dd span{
	margin-right:15px;
}
.entry dd textarea{
	width:100%;
	margin-bottom:0;
	box-sizing: border-box;
	padding:5px;
	border:none;
}
.contact_send{
	width:289px;
	margin:0 auto;
}
.contact_send input:hover{
	opacity:0.5;
	transition:0.5s;
}
.entry_002{
	width:900px;
	margin:0 auto 70px;
	text-align: center;
}
.entry_002> p{
	font-size:16px;
	line-height:32px;
}
.entry_002> p:first-child{
	margin-bottom:50px;
}
.entry_002>a{
	text-decoration: none;
	width:300px;
	padding:15px 0;
	text-align: center;
	color:#fa94a1;
	background-color:#fff;
	margin:0 auto 100px;
}
.entry_002>a:hover{
	color:#fff;
	background-color:#fa94a1;
	transition:0.5s;
}
.entry_002>a.copy{
	background-color:transparent;
	color:#ccc;
}

.contact .content_ttl section>div:first-child{
	height:246px;
	background:url(../contact/img/contact_ttl_bg.png) center/ 100% no-repeat;
}

@media screen and (max-width:600px) {
	.entry .content_ttl section>div:first-child{
		height: 42vw;
		background: url(../entry/img/sp_entry_ttl_bg.png) center /100% no-repeat;	
	}
	.entry .content_ttl{
		margin-bottom:2vw;
	}
	.entry_001{
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 48vw;
		margin-bottom:0;
	}
	.entry form{
		width:90%;
	}
	.entry_001 select{
		padding:3vw;
		font-size:16px;
		width:100%;
		border: none;
		outline: none;
		background-color: #fff;
		box-shadow: none;
		-webkit-appearance: none;
		appearance: none;
	}
	.entry dl dt {
    	margin-bottom: 3vw;
		font-weight: bold;
		line-height:1.5;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	.entry dl:nth-child(2) dt,.entry dl:nth-child(6) dt{
    	margin-bottom: 3vw;
	}
	.entry dt span {
		font-size: 3.4vw;
		margin-left: 2vw;
		padding: 1vw 3vw;
	}
	.entry dt span.txt{
		font-size:3.2vw;
		display:block;
		margin-left: -0.5em;
    	padding: 0;
	}
	.entry dd,.entry dl:nth-child(2) dd{
		margin-bottom:9vw;
		width: 100%;
    	float: none;
	}
	.entry dl:nth-child(2) dd{
		width:100%;
		float:none;
		font-size: 16px;
	}
	.entry dl:nth-child(11) dd{
		margin-bottom:6vw;
	}
	.entry dd textarea{
		margin-bottom:0;
		line-height: 1.5;
	}
	.contact_send{
		width:65%;
	}
	.entry_002{
		width:100%;
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 48vw;
		margin-bottom:0;
	}
	.entry_002>a {
		width: 65%;
		padding: 3vw 0;
		color: #fa94a1;
		margin: 0 auto 10vw;
	}
	.entry_002> p {
		font-size: 3.4vw;
		line-height: 2;
	}
	.entry_002> p:first-child {
		margin-bottom: 8vw;
	}
	.contact .content_ttl section>div:first-child{
		background: url(../contact/img/sp_contact_ttl_bg.png) center /100% no-repeat;	
	}
}
/*確認画面*/
.check_001 h1{
	text-align: center;
	padding:30px 0 0;
	margin-bottom:50px;
}
.check_001 h1 img{
	width:150px;
}
.check_001 h2{
	font-size:18px;
}
.check_001 h2,.check_001 p{
	color:#4d4d4d;
	text-align: center;
	margin-bottom:50px;
}
.check_001 table{
	width:900px;
	margin:0 auto 100px;
	text-align: center;
}
.check_001 table th{
	width:35%;
}
.check_001 table td,.check_001 table th{
	padding:15px;
	color:#4d4d4d;
	line-height: 1.5;
	text-align: left;
}
.check_001 input{
	padding:7px 30px;
	background-color:#fa94a1;
	color:#fff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.check_001 input:hover{
	background-color:#fff;
	color:#fa94a1;
	transition:0.5s;
	padding:7px 30px;
}

@media screen and (max-width:600px) {
	.check_001 h2{
		margin-bottom:10vw;
		font-size: 5vw;
	}
	.check_001 p{
		line-height:2;
		font-size:3.4vw;
	}
	.check_001 table {
    	width: 90%;
		margin: 0 auto 20vw;
	}
	.check_001 table th {
		width: 30%;
		margin: 0 auto 20vw;
		padding: 3vw 3vw 3vw 0;
		font-size:3.4vw;
		line-height:1.7;
	}
}

/*利用規約免責事項*/
.terms .content_ttl section>div:first-child{
	background:url(../terms/img/terms_ttl_bg.png) center/ 100% no-repeat;
}
.terms_001{
	padding-bottom:300px;
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	margin-bottom: 70px;
}
.terms_001>div{
	width:900px;
	padding:85px 70px;
	box-sizing: border-box;
	background-color: #fff;
	margin:0 auto;
	border-radius: 15px;
}
.terms_001 dl{
	font-size: 15px;
	line-height: 30px;
	color:#4d4d4d;
}
.terms_001 dl{
	margin-bottom:65px;
}
.terms_001 dt{
	margin-bottom:20px;
	font-size:19px;
}
.terms_001 p{
	margin-bottom:65px;
}
.terms_001 dd, .terms_001 p{
	font-size: 15px;
	line-height: 30px;
}
.terms_001 dd li{
	text-indent: -1.2em;
	margin-left:1em;
}
.terms_001 dd a{
	color:#fa94a1;
	display: inline-block;
}
.terms_001 dd a:hover{
	text-decoration: underline;
}

@media screen and (max-width:600px) {
	.terms .content_ttl section>div:first-child{
		height: 42vw;
		background: url(../terms/img/sp_terms_ttl_bg.png) center /100% no-repeat;	
	}
	.terms .content_ttl{
		margin-bottom:2vw;
	}
	.terms_001{
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 44vw;
		margin-bottom:0;
	}
	.terms_001>div {
		width: 90%;
		padding: 8vw 10vw 15vw;
		border-radius: 3vw;
	}
	.terms_001 dl:last-child{
		margin-bottom:0;
	}
	.terms_001 dd, .terms_001 p {
		font-size: 3.4vw;
		line-height: 2;
	}
	.terms_001 p {
		margin-bottom: 12vw;
	}
	.terms_001 dt {
		margin-bottom: 3vw;
		font-size: 4.5vw;
		font-weight: bold;
	}
}
/*サイトマップ*/

.sitemap .content_ttl section>div:first-child{
	background:url(../sitemap/img/sitemap_ttl_bg.png) center/ 100% no-repeat;
}
.sitemap_001 {
	padding-bottom:300px;
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	margin-bottom: 70px;
}
.sitemap_001>div{
	width:712px;
	margin:0 auto;
}
.sitemap_001 ul{
	overflow: hidden;
}
.sitemap_001 ul li{
	width:33%;
	margin-right:5%;
	float:left;
	margin-bottom:35px;
}
.sitemap_001 ul li:nth-child(3n){
	margin-right:0;
	width:24%;
}
.sitemap_001 ul li::before{
	content:"";
	width:12px;
	height:12px;
	border-top:3px solid #fa94a1;
	border-right:3px solid #fa94a1;
	transform: rotate(45deg);
	font-size:18px;
	margin-right:10px;
	display: inline-block;
	font-weight: bold;
}
.sitemap_001 ul a{
	font-size:17px;
	line-height: 30px;
	color:#4d4d4d;
	display: inline-block;
	font-weight: bold;
}
.sitemap_001 ul li.pink a{
	color:#fa94a1;
}

@media screen and (max-width:600px) {
	.sitemap .content_ttl{
		margin-bottom:5vw;
	}
	.sitemap .content_ttl section>div:first-child{
		height: 42vw;
		background: url(../sitemap/img/sp_sitemap_ttl_bg.png) center /100% no-repeat;	
	}
	.sitemap_001{
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 44vw;
		margin-bottom:0;
	}
	.sitemap_001>div{
		width:80%;
		overflow: hidden;
	}
	.sitemap_001>div ul{
		float:left;
		width:50%;
	}
	.sitemap_001 ul li,.sitemap_001 ul li:nth-child(3n) {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 6vw;
	}
	.sitemap_001 ul a{
		font-size: 3.4vw;
		line-height: 2;
		font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	}
	.sitemap_001 ul li::before {
		width: 2vw;
		height: 2vw;
		border-top: 2px solid #fa94a1;
		border-right: 2px solid #fa94a1;
		margin-right: 2vw;
	}
}

/*福利厚生*/
.welfare .content_ttl section>div:first-child{
	background:url(../welfare/img/welfare_ttl_bg.png) center/ 100% no-repeat;
}
.welfare_001 {
	padding-bottom:300px;
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	margin-bottom: 70px;
}
.welfare_001>div{
	width:900px;
	margin: 0 auto;
}
.welfare_001 ol{
	margin-bottom:100px;
}
.welfare_001 ol>li{
	display:table;
	padding:10px 35px;
	background-color:#fff;
	box-sizing: border-box;
	width:100%;
	font-size: 30px;
	color:#4d4d4d;
	border-radius: 15px;
	margin-bottom:28px;
}
.welfare_001 ol>li:last-child{
	padding-bottom:300px;
	position: relative;
	
}
.welfare_001 ol>li div{
	width:680px;
	display:block;
	position: absolute;
	font-size:16px;
	top:85px;
	left:165px;
}
.welfare_001 ol>li div ul{
	padding:30px 200px; 
	box-sizing: border-box;
	width:680px;
	position: relative;
}
.welfare_001 ol>li div ul::before{
	content:"";
	border-radius: 5px;
	background-image: linear-gradient(to right, #f8a65d, #f8a65d 3px, transparent 3px, transparent 7px),
    linear-gradient(to right, #f8a65d, #f8a65d 3px, transparent 3px, transparent 7px),
    linear-gradient(to bottom, #f8a65d, #f8a65d 3px, transparent 3px, transparent 7px),
    linear-gradient(to bottom, #f8a65d, #f8a65d 3px, transparent 3px, transparent 7px);
    background-size: 7px 3px, 7px 3px, 3px 7px, 3px 7px;
    background-position: left top, left bottom, left top, right top;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}
.welfare_001 ol>li div ul li{
	color:#808080;
	font-size: 22px;
    line-height: 1.7;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.welfare_001 ol>li div ul li::before{
	content:"●";
	color:#ebd400;
	font-size: 24px;
    vertical-align: -2px;
}
.welfare_001 ol>li div p{
	font-size:16px;
	line-height:2;
	margin-bottom: 20px;
    display: block;
}
.welfare_001 ol li p{
	width:700px;
}
.welfare_001 ol li p,.welfare_001 ol li img.pc{
	display: table-cell;
	vertical-align: middle;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.welfare_001 ol li img.sp{
	display:none;
}
.welfare_001 ol li span{
	font-size: 22px;
	color:#808080;
}
.welfare_001 ul{
	width:900px;
	overflow:hidden;
	margin:0 auto 123px;
}
.welfare_001 ul li{
	position:relative;
}
.welfare_001 ul li a{
	background-color:#fa94a1;
	text-align: center;
	width:290px;
	margin-right:15px;
	border-radius: 15px;
	float:left;
}
.welfare_001 ul li a img{
	padding:24px 64px;
}
.welfare_001 ul li:first-child a img{
	padding:24px 80px;
	left:0;
}
.welfare_001 ul li a:hover{
	background-color:#fff;
	color:#fa94a1;
	transition:0.5;
}
.welfare_001 ul li:last-child a{
	margin-right:0;
}
.welfare_001 ul li:last-child a img{
	padding:28px 40px;
}

@media screen and (max-width:600px) {
	.welfare .content_ttl section>div:first-child {
		background: url(../welfare/img/sp_welfare_ttl_bg.png) center/ 100% no-repeat;
	}
	.welfare .content_ttl{
		margin-bottom:5vw;
	}
	.welfare_001 ol li {
   		display: table;
		padding: 5vw;
		font-size: 5.8vw;
		font-weight: bold;
		margin-bottom: 3vw;
	}
	.welfare_001 ol>li:last-child{
		padding-bottom:10vw;
	}
	.welfare_001 ol li:last-child p{
		display: inline-block;
    	margin:0 2vw 2vw 0;
		width:60vw;
	}
	.welfare_001 ol li:last-child div p{
		font-size:3.7vw;
		margin: 0 0 4vw;
		width:100%;
	}
	.welfare_001 ol li:last-child img.sp {
		display: inline-block;
		vertical-align: top;
		margin-right: 4vw;
	}
	.welfare_001 ol>li div ul {
		padding: 5vw 10vw;
		width:100%;
		margin-bottom:0;
	}
	.welfare_001 ol>li div ul li {
   		font-size: 4vw;
		padding: 0 2vw;
		margin-bottom: 0;
	}
	.welfare_001 ol li img.sp{
		display:table-cell;
		height:12vw;
	}
	.welfare_001 ol li img.pc{
		display:none;
	}
	.welfare_001>div{
		width:90%;
	}
	.welfare_001 ol>li div {
		width: 100%;
		font-size: 3.4vw;
		margin-left: 0;
		position: static;
	}
	.welfare_001 ol li p {
   		width: 65vw;
		line-height: 1.3;
	}
	.welfare_001 ol>li div p{
		width:100%;
		font-weight: normal;
	}
	.welfare_001 ol li span {
		font-size: 4vw;
		display: block;
		color: #808080;
		margin-left:-0.5em;
		font-weight:normal;
	}
	.welfare_001 ul{
		width:65%;
	}
	.welfare_001 ul li{
		margin-bottom:3vw;
	}
	.welfare_001 ul li a img,
	.welfare_001 ul li:first-child a img,
	.welfare_001 ul li:last-child a img{
		width:100%;
		padding:0;
	}
	.welfare_001 ul li a{
		width:100%;
		margin:0;
		float:none;
	}
	.welfare_001 ol{
		margin-bottom:16vw;
	}
	.welfare_001{
		margin-bottom:0;
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 23vw;
		overflow: hidden;
	}
	
}

/*募集要項*/
.require .content_ttl section>div:first-child{
	background:url(../require/img/require_ttl_bg.png) center/ 100% no-repeat;
}
.require_001{
	padding-bottom:300px;
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	margin-bottom: 70px;
}
.require_001 ol{
	width:900px;
	margin:0 auto 100px;
}

.require_001 ol li a{
	padding:34px 78px 34px 34px;
	background-color:#fff;
	color:#fa94a1;
	font-size:29px;
	margin-bottom:30px;
	border-radius: 15px;
	position:relative;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.require_001 ol li a:hover{
	background-color:#fa94a1;
	color:#fff;
	transition:0.5s;
}
.require_001 ol li div{
	position:absolute;
	right:30px;
	bottom:30px;
}
.require_001 ol li span{
	font-size:18px;
	vertical-align: middle;
}
.require_001 ol li p{
	background-color:#b3b3b3;
	display:inline-block;
	padding:8px 12px;
	border-radius: 5px;
	font-size:17px;
	color:#fff;
}
.require_001 ol li p:first-child{
	margin-right:6px;
}
.require_001>ul{
	width:610px;
	overflow:hidden;
	margin:0 auto 123px;
}
.require_001>ul li,.require_002>ul li{
	background-color:#fa94a1;
	text-align: center;
	width:290px;
	margin-right:15px;
	border-radius: 15px;
	float:left;
	position: relative;
}
.require_001>ul li:last-child,.require_002>ul li:last-child{
	margin-right:0;
}
.require_002>ul li a{
	background-color:#feeaec;
	border-radius: 15px;
}
.require_001>ul li a img,.require_002>ul li a img{
	padding:24px 64px;
}
.require_001>ul li:first-child a img,.require_002>ul li:first-child a img{
	padding:24px 70px;
	left:0;
}
.require_001>ul li a:hover,.require_002>ul li a:hover{
	background-color:#fff;
	color:#fa94a1;
	transition:0.5;
	border-radius: 15px;
}
.require_001>ul li:last-child a,.require_002>ul li:last-child a{
	margin-right:0;
}
.require_001>ul li:last-child a img{
	padding:28px 40px;
}

@media screen and (max-width: 600px){
	.require_001{
		margin-bottom:0;
		background: url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		padding-bottom: 22vw;
	}
	.require .content_ttl{
		margin-bottom:5vw;
	}
	.require .content_ttl section>div:first-child{
		height: 42vw;
		background: url(../require/img/sp_require_ttl_bg.png) top/ 100% no-repeat;
	}
	.require_001 ol {
		width: 90%;
		margin: 0 auto 15vw;
	}
	.require_001 ol li a {
		padding:8vw 5vw 7.5vw;
		font-size: 4.3vw;
		font-weight: bold;
		margin-bottom: 4vw;
		border-radius: 3vw;
		line-height:1.1;
	}
	.require_001 ol li a::after{
		content:"";
		width:1.8vw;
		height:1.8vw;
		transform: rotate(45deg);
		border-right:2px solid #fa94a1;
		border-top:2px solid #fa94a1;
		position: absolute;
		right:4vw;
		top:50%;
		margin-top:-1.2vw;
	}
	.require_001 ol li span{
		font-size:3vw;
		margin-left:5vw;
	}
	.require_001 ol li p {
		background-color: #b3b3b3;
		display: inline-block;
		padding: 1.5vw 2vw;
		border-radius: 5px;
		font-size: 2.8vw;
		letter-spacing: 1px;
		font-weight: normal;
		color: #fff;
	}
	.require_001 ol li div{
		bottom:auto;
		top:50%;
		margin-top:-3vw;
		right: 9vw;
	}
	.require_001>ul{
		width:65%;
	}
	.require_001>ul li, .require_002>ul li {
		background-color: #fa94a1;
		text-align: center;
		width: 100%;
		margin:0 0 3vw 0;
		border-radius: 3vw;
		position: relative;
	}
	.require_001>ul li:first-child a img,
	.require_002>ul li:first-child a img,
	.require_001>ul li:last-child a img{
		width:100%;
		box-sizing: border-box;
		padding:0;
	}
}


.require_002>ul li a:hover{
	background-color: #fa94a1;
}

.require_002_wrap{
	padding-bottom:300px;
	background:url(../about/img/content_bg.png) bottom / 100%  no-repeat;
	margin-bottom: 70px;
}
.require_002{
	width:900px;
	margin:0 auto;
	background-color:#fff;
	padding:70px;
	box-sizing: border-box;
	border-radius: 15px;
}
.require_002>ul{
	width:290px;
	overflow:hidden;
	margin:0 auto;
}
.require_002 h2{
	font-size: 26px;
	color:#fa94a1;
	margin-bottom:30px;
}
.require_002_location{
	margin-bottom:28px;
}
.require_002_location span{
	color:#fff;
	padding:9px 18px;
	border-radius: 5px;
	margin-right:9px;
	display: inline-block;
}
.nishimoto{
	background-color:#fa94a1;
}
.uchidabashi{
	background-color:#8cc63f;
}
.horita{
	background-color:#69c5ee;
}
.nefuro{
	background-color:#f8a65d;
}
.nishimoto_txt{
	color:#fa94a1;
}
.uchidabashi_txt{
	color:#8cc63f;
}
.horita_txt{
	color:#69c5ee;
}
.nefuro_txt{
	color:#f8a65d;
}
.require_002{
	border-radius:  0 0 15px 15px;
}
.require_002 div>dl{
	border-top:1px solid #4d4d4d;
	display:table;
	width:100%;
}
.require_002 div>dl:last-child{
	border-bottom:1px solid #4d4d4d;
	margin-bottom:60px;
}
.require_002 div>dl>dt{
	padding:40px 20px;
	font-size:15px;
	line-height:21px;
	background-color:#e6e6e6;
	display:table-cell;
	width:16%;
}
.require_002 div>dl>dd{
	padding:40px 20px;
	font-size:15px;
	line-height:34px;
	display:table-cell;
}
.require_002 div>dl:nth-child(7) dd,.require_002 div>dl:nth-child(10) dd{
	padding:0;
}
.require_002 div>dl:nth-child(2) dd{
	vertical-align: middle;
}
.require_002 div>dl:nth-child(2) dd p{
	line-height:1.5;
}
.require_002 div>dl>dd li{
	padding:10px 48px;
	border-bottom:1px solid #ccc;
}
.require_002 div>dl>dd li:first-child,.require_002 div>dl>dd li:last-child{
	padding:20px;
}
.require_002 div>dl>dd li:last-child{
	border:none;
}
.require_002 div>dl dl{
	padding:20px 20px 30px;
}
.require_002 div>dl dl:first-child{
	border-bottom:1px solid #ccc;
}
.require_002 div>dl dl dt{
	margin-bottom:10px;
}
.require_002 div>dl dl dd{
	margin-left:1em;
}
.require_002 div dd a{
	color:#fa94a1;
}
.require_002 div dd a:hover{
	text-decoration: underline;
	transition:0.5s;
}
@media screen and (max-width: 600px){
	.require_002_wrap {
		margin: 9vw 0 0;
		padding: 0;
	}
	.require_002 {
		width: 100%;
		margin: 0 auto;
		padding: 10vw 5vw 44vw;
		border-radius: 0;
		background:#fff url(../img/sp_top_003_bg.png) bottom/ 100% no-repeat;
		overflow: hidden;
	}
	.require_002 h2{
		margin-bottom:4vw;
		font-size:5vw;
	}
	.require_002 h2 span{
		font-size:4vw;
	}
	.require_002 h2 img{
		height:5vw;
	}
	.require_002_location span{
		margin-right:1vw;
		color: #fff;
		padding: 2vw 3vw;
		font-size: 3vw;
		border-radius: 1vw;
	}
	.require_002 div>dl dl dt {
		margin-bottom: 0;
	}
	.require_002 div>dl>dt {
		padding: 0 0 0 3vw;
		font-size: 3.4vw;
		line-height: 1.7;
		width: 18vw;
		vertical-align: middle;
	}
	.require_002 div>dl:nth-child(3)>dt,
	.require_002 div>dl:nth-child(4)>dt,
	.require_002 div>dl:nth-child(7)>dt,
	.require_002 div>dl:nth-child(n+10)>dt{
		vertical-align: top;
		padding: 6vw 0 0 3vw;
    	width: 18vw;
	}
	.require_002 div>dl>dd {
		padding: 7vw 5vw;
		font-size: 3.4vw;
		line-height: 2;
		display: table-cell;
	}
	.require_002 div>dl dl dd{
		margin-left:0;
	}
	.require_002 div>dl:nth-child(2) dd {
		text-indent: -1em;
		padding-left: 2.3em;
	}
	.require_002 div>dl>dd li {
		padding: 2vw 0 2vw 12vw;
	}
	.require_002 div dd a {
		font-size: 4vw;
	}
	.require_002>ul {
    	width: 65%;
	}
	.require_002>ul li a,
	.require_002>ul li{
		background-color:transparent;
	}
	.require_002>ul li a img{
		width:100%;
		padding:0;
	}
	.require_002 div>dl:last-child{
		margin-bottom:15vw;
	}
	.require_002 div>dl>dd li span.sp{
		display: inline-block;
	}
	
	.nishimoto_txt,
	.uchidabashi_txt,
	.horita_txt,
	.nefuro_txt{
		font-weight:bold;
	}

}
/*募集要項*/
.care_001 {
	width:900px;
	margin:0 auto;
}
.care_001 h2{
	font-size: 25px;
	color:#fa94a1;
	width:443px;
	background-color:#ccc;
	text-align: center;
	border-radius: 15px 15px 0 0;
	display:inline-block;
}
.care_001 h2:first-child{
	margin-right:7px;
	background-color:#fff;
}
.care_001 h2 a{
	font-size: 25px;
	color:#fa94a1;
	padding:30px 0 20px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
@media screen and (max-width: 600px){
	.care_001 {
		width:95%;
		margin:0 auto 5vw;
	}
	.care_001 h2{
		width:48.7%;
		border-radius: 2vw;
		padding:3.5vw 0;
		position: relative;
	}
	.care_001 h2::after{
		content:"";
		width:1.4vw;
		height:1.4vw;
		transform: rotate(135deg);
		border-right:1px solid #fff;
		border-top:1px solid #fff;
		position: absolute;
		right:50%;
		margin-right:-2vw;
		bottom:3vw;
	}
	.care_001 h2:first-child{
		background-color:#fa94a1;
		text-indent: 0.2em;
		margin-right: 0.4vw;
	}
	.care_001 h2 a{
		padding:2vw 0 3vw;
		color:#fff;
		font-size:4.5vw;
	}
	.care_001 h2 span{
		font-size:4vw;
	}
	
}
.care_002{
	border-radius: 0 0 15px 15px ;
}
#job2{
	display:none;
}

.care_003 dl:nth-child(4) dl:nth-child(2),.care_003 dl:nth-child(10) dl:nth-child(2){
	border-bottom: 1px solid #ccc;
}
.care_003 dl:nth-child(7) dl{
	padding:0;	
}

.care_003 dl:nth-child(3) dl dt,
.care_003 dl:nth-child(6) dl dt,
.care_003 dl:nth-child(7) dl dt{
	display:inline-block;
	vertical-align: top;
	margin-bottom:0;
	width:26%;
	line-height:1.5;
}
.care_003 dl:nth-child(7) dt{
	vertical-align: top;
	padding: 20px;
    box-sizing: border-box;
}

.care_003 dl:nth-child(3) dl dd,
.care_003 dl:nth-child(6) dl dd,
.care_003 dl:nth-child(7) dl dd{
	display:inline-block;
	width: 73%;
	margin-left:0;
	padding:0;
}
.care_003 dl:nth-child(4) dd{
	line-height: 26px;
	padding:0;
}

.care_003 dl:nth-child(7) p{
	background-color:#f2f2f2;
	padding: 20px;
    box-sizing: border-box;
}
.care_003 dl:nth-child(3)>dd,
.care_003 dl:nth-child(6)>dd{
	padding:0;
}

@media screen and (max-width: 600px){
	.care_003 dl:nth-child(3) dl dt,
	.care_003 dl:nth-child(6) dl dt,
	.care_003 dl:nth-child(7) dl dt{
		width:100%;
	}
	.require_002 #job2.care_003 div>dl:nth-child(7)>dt{
		width:21vw;
	}
	.care_003 dl:nth-child(3) dl dd,
	.care_003 dl:nth-child(6) dl dd,
	.care_003 dl:nth-child(7) dl dd{
		width: 100%;
	}
	.care_003 dl:nth-child(3) dl dd{
		margin-left:0.5em;
	}
	.care_003 dl:nth-child(4) dd{
		margin-left:0.5em;
	}
	.care_003 dl:nth-child(3) dl dt span.sp{
		display:inline-block;
	}
}
/*看護師*/
#job3,#job4{
	display:none;
}
.nurse_001 h2{
	width:217px;
	background-color:#ccc;
	text-align: center;
	margin-left:5px;
	border-radius: 15px 15px 0 0;
	display:inline-block;
	font-size:20px;
}
.nurse_001 h2:first-child{
	margin: 0;
}
.nurse_001 h2 a{
	font-size: 23px;
}

.nurse_002 #job4 dl:nth-child(8) dt
{
	vertical-align: top;
	padding: 30px 20px;
}
.nurse_002 #job1 dl:nth-child(4) dd,
.nurse_002 #job4 dl:nth-child(4) dd,
.nurse_002 #job4 dl:nth-child(5) dd,
.nurse_002 #job4 dl:nth-child(6) dd,
.nurse_002 #job4 dl:nth-child(7) dd,
.nurse_002 #job4 dl:nth-child(11) dd
{
	padding:0;
	margin-left:0;
}
.nurse_002 #job4 div>dl:nth-child(10) dd{
	padding:40px 20px;
}
.nurse_002 #job4 dl:nth-child(4) dl,
.nurse_002 #job4 dl:nth-child(5) dl
{
	padding:20px;	
}
.nurse_002 #job4 dl:nth-child(8) dl,
.driver_001 dl:nth-child(5)>dd,
.driver_001 dl:nth-child(8)>dd{
	padding:0;
}
.require_002 .driver_001 dl:nth-child(7)>dd{
	padding:20px;
}
.nurse_002 #job4 dl:nth-child(8) dl dt{
	display:inline-block;
	vertical-align: top;
	margin-bottom:0;
	width:26%;
	padding: 20px;
    box-sizing: border-box;
}

.nurse_002 #job4 dl:nth-child(8) dl dd{
	display:inline-block;
	width: 73%;
	margin-left:0;
	padding:0px;
}
.nurse_002 #job4 dl:nth-child(8) dl p{
	padding:20px;
	background-color:#f2f2f2;
}
.nurse_002 #job4 dl:nth-child(8) .nurse_ml{
	margin-left:26%;
	border-top:1px solid #4d4d4d;
}


@media screen and (max-width: 600px){
	.nurse_001 h2 {
		width: 48.5%;
		padding:2vw 0;
		margin:0 0 2vw 0;
		border-radius: 2vw;
		position: relative;
	}
	.nurse_001 h2::after{
		content:"";
		width:1.4vw;
		height:1.4vw;
		transform: rotate(135deg);
		border-right:1px solid #fff;
		border-top:1px solid #fff;
		position: absolute;
		right:50%;
		margin-right:-2vw;
		bottom:2vw;
	}
	.nurse_001 h2:nth-child(2n){
		margin-left:1vw;
	}
	.nurse_001 h2 a{
		font-size:4vw;
		color:#fff;
	}
	.nurse_002 #job4 div>dl:nth-child(2) dd{
		padding-left:5vw;
		text-indent: 0;
	}
	.nurse_002 #job4 div>dl:nth-child(7) dd,
	.nurse_002 #job4 div>dl:nth-child(10) dl,
	.nurse_002 #job4 div>dl:nth-child(10) dd{
		padding:0;
	}
	.nurse_002 #job4 div>dl:nth-child(7) dl{
		padding:5vw 5vw;
	}
	.nurse_002 #job4 dl:nth-child(11) dd{
		padding:5vw 5vw;
	}
	.nurse_002 #job4 div>dl:nth-child(10) dl dd{
		padding:0 5vw 7vw;
	}
	.nurse_002 #job4 div>dl:nth-child(7) dl dt{
		padding: 0vw 0 3vw;
	}
	.nurse_002 #job4 div>dl:nth-child(10) dl dt{
		padding: 6vw 5vw 3vw;
	}
	.nurse_002 #job4 div>dl:nth-child(7) dl dd p,
	.nurse_002 #job4 div>dl:nth-child(10) dl dd p
	{
		background-color:#f2f2f2;
		font-weight:bold;
		padding: 2vw 5vw;
	}
	.nurse_002 #job4 div>dl:nth-child(7) dd li:first-child{
		padding:4vw 5vw;
	}
	.nurse_002 #job4 dl:nth-child(8) dt {
		vertical-align: top;
		padding: 5vw 0 5vw 3vw;
	}
	.nurse_002 #job4 dl>dd{
		padding:5vw 5vw;
	}
	.nurse_002 #job4 dl:nth-child(8) dl dt {
		width: 100%;
	}
	.nurse_002 #job4 dl:nth-child(8) dd{
		padding:5vw 5vw;
	}
	.nurse_002 #job4 dl:nth-child(8) dl dd{
		width:100%;
	}
	.nurse_002 #job4 dl:nth-child(8) .nurse_ml {
		margin-left: 0;
	}
	.nurse_002 #job4 dl:nth-child(8) dl p {
    	padding: 3vw 5vw;
		font-weight: bold;
	}
	.nurse_002 #job4 dl:nth-child(8) .nurse_ml{
		border:none;
	}
	.nurse_002 #job4 dl:nth-child(8) dl:first-child{
		border-bottom:1px solid #4d4d4d;
		margin-bottom:3vw;
	}

	
}