@charset "utf-8";
/* --------------------------------
	就労支援 MV
-------------------------------- */
.main_v_page{
	background-repeat: no-repeat;
	width: 100%;
	height:30rem;
	background-size:cover;
	background-position:center;
	margin-bottom: 5rem;
}
.main_v_page h2{
	text-align: center;
	padding-top: 10rem;
	font-size: 6rem;
	color: #11b5c1;
	text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width:768px){
	.main_v_page{
		background-repeat: no-repeat;
		width: 100%;
		height:50rem;
		background-size:contain;
		background-position:center bottom;
		margin-bottom: -10rem;
	}
	.main_v_page h2{
		padding-top: 20rem ;
	}
}

.mv_works {
    background-image: url(../img/works/mv.jpg);
    background-position: center;
}
/* --------------------------------
	就労支援 contents1（障がい者就労継続支援B型）
-------------------------------- */
.works_contents1 {
	display: -webkit-flex;
	display: flex;
	color: #0051A0;
	padding-top: 5rem;
}
.works_contents1 div:nth-child(1) img{
	max-width: 55rem;
	padding-right: 3rem;
}
.works_contents1 p{
	font-size: 2rem;
}
.works_contents1 div:nth-child(2) img{
	max-width: 50rem;
}
section.works_jisseki {
	background: #fff;
	border: #0051A0 1px solid;
	border-radius: 1rem;
	padding: 1rem 2rem;
	width: 100%;
}
.works_jisseki_area{

}
.works_jisseki_area dt{
	color:#0051A0;
	font-weight: bold;
	font-size: 5rem;
}

@media screen and (max-width:768px){
	.works_contents1 {
		display: block;
		text-align: center;
	}
	.works_contents1 p{
		font-size: 2.5rem;
	}
	.works_contents1 div:nth-child(1) img{
		width: 100%;
		padding-right: 3rem;
	}
	.works_contents1 div:nth-child(2){
		width: 100%;
		text-align: center;
	}
	.works_contents1 div:nth-child(1) img{
		max-width: 40rem;
		padding-right: 3rem;
	}
	.works_contents1 div:nth-child(2) img{
		padding-top: 3rem;
	}
	.works_jisseki_area dt{
		font-size: 3rem;
	}
}

/* --------------------------------
	就労支援　contents2（仕事内容）
-------------------------------- */
.works_contents2 {
	padding-top: 6rem;
}
.works_contents2 h3{
	color: #0051A0;
	text-align: center;
}
.works_contents2 h3 img{
	max-width: 10rem;
}
.works_contents2_flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.works_contents2_flex div:nth-child(1){
	width: 55%;
}
.works_contents2_flex div:nth-child(2){
	width: 45%;
	padding-left: 5rem;
}
.works_contents2_video {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	justify-content: center;
}
.works_contents2_video video{
	width: 100%;
}
.works_contents2_video div{
	width: 25%;
	padding: 2rem;
}
.shigotonaiyou {
	background: #fff;
	border: #0051A0 2px solid;
	border-radius: 2rem;
	padding: 2rem;
	margin: 3rem;
}
.shigotonaiyou dl{
	display: -webkit-flex;
	display: flex;
	border-bottom: 2px dashed #85C9F3;
	padding-bottom: 1rem;
	padding-top: 1rem;
	width: 100%;
}
.shigotonaiyou dt{
	background: #0051A0;
	border-radius: 1rem;
	color: #fff;
	text-align: center;
	height: 4rem;
	padding: .8rem;
	width: 20%;
}
.shigotonaiyou dd{
	padding-left: 2rem;
	width: 80%;
}
@media screen and (max-width:768px){
	.works_contents2_flex {
		display: block;
	}
	.works_contents2_flex div:nth-child(1){
		width: 100%;
	}
	.works_contents2_flex div:nth-child(2){
		width: 90%;
		padding-left: 0rem;
		text-align: center;
		margin: auto;
		margin-top: 2rem;
	}
	.shigotonaiyou {
		background: #fff;
		border: #0051A0 2px solid;
		border-radius: 2rem;
		padding: 2rem;
		margin: 0rem;
	}
	.works_contents2_video {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	.works_contents2_video video{
		width: 100%;
	}
	.works_contents2_video div{
		width: 50%;
		padding: 1rem;
	}
}

/* --------------------------------
	就労支援　contents3（1日のスケジュール）
-------------------------------- */
.works_contents3 {
	padding-top: 6rem;
}
.works_contents3 h3{
	color: #0051A0;
	text-align: center;
}
.works_contents3 h3 img{
	max-width: 10rem;
}
.schedule dl{
	max-width: 100rem;
	background: #EBF5FC;
	border: 1px solid #3D91E3;
	border-radius: 5rem;
	padding: 1rem 3rem;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	font-size: 2.5rem;
}
  .schedule dt{
	color: #0051A0;
	padding-right: 3rem;
  }
.triangle3{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #3D91E3;
	margin: 1rem auto;
  }
.works_flow{
	max-width: 100rem;
	margin: auto;
}
.works_flow h4{
	display: flex;
	border-left: 0;
	line-height: 5rem;
	counter-increment: h2;
	counter-reset: h3;
}
.works_flow h4:before {
  content: counter(h2);
	background-color: #2F86DB;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.8rem;
	margin-right: 1.2rem;
	margin-left: -25px;
	flex-shrink: 0;
}

.works_flow dl{
	border-top: 2px dashed #2F86DB;
	margin-top: -2rem;
	padding: 2rem 5rem;
}
.works_flow dt{
	color: #2F86DB;
	font-size: 3rem;
}
@media screen and (max-width:768px){
	.works_flow h4{padding-left: 4rem;
	}
}


/* --------------------------------
	ふぁむについて MV
-------------------------------- */
.mv_about {
	background-image: url(../img/about/mv.jpg);
	background-position: center;
}
main.cover {
	flex: 1;
	width: 100%;
	background: url(../img/bg.png) repeat-y;
	background-size:cover;
}
@media (max-width: 768px) {
main.cover {
	flex: 1;
	width: 100%;
	background: url(../img/bg_sp.png) repeat-y;
	background-size:cover;
}
}

/* --------------------------------
	ふぁむについて　contents1
-------------------------------- */
.about_contents1 {
	display: -webkit-flex;
	display: flex;
	padding-top: 5rem;
}
.about_contents1 div:nth-child(1) img{
	max-width: 55rem;
	padding-right: 3rem;
}
.about_contents1 p{
	font-size: 2rem;
}
.about_contents1 div:nth-child(2) img{
	max-width: 50rem;
}

@media screen and (max-width:768px){
	.about_contents1 {
		display: block;
		text-align: center;
	}
	.about_contents1 p{
		font-size: 2.5rem;
	}
	.about_contents1 div:nth-child(1) img{
		width: 100%;
		padding-right: 3rem;
	}
	.about_contents1 div:nth-child(2){
		width: 100%;
		text-align: center;
	}
	.about_contents1 div:nth-child(1) img{
		max-width: 40rem;
		padding-right: 3rem;
	}
	.about_contents1 div:nth-child(2) img{
		padding-top: 3rem;
	}
}
p.color_green{
	font-size: 2.5rem;
	color: #11b5c1;
}
p.color_green span{
	font-size: 3.5rem;
	color: #11b5c1;
}

/* --------------------------------
	ふぁむについて　contents2
-------------------------------- */
.contents_imgright {
	display: flex;
	margin-top: 5rem;
}
.contents_imgright div:nth-child(1){
	width: 60%;
	padding-right: 5rem;
}
.contents_imgright div:nth-child(2){
	width: 40%;
}
.contents_imgright p{
	font-size: 1.8rem;
}

@media screen and (max-width:768px){
	.contents_imgright {
		display: block;
	}
	.contents_imgright p{
		font-size: 2.5rem;
	}
	.contents_imgright div:nth-child(1){
		width: 100%;
		padding-right: 0rem;
		text-align: center;
	}
	.contents_imgright div:nth-child(2){
		width: 100%;
	}
}

/* --------------------------------
	ふぁむについて　contents3（ふぁむの魅力）
-------------------------------- */
.about_contents3 {
	padding-top: 6rem;
}
.about_contents3 h3{
	color: #11b5c1;
	text-align: center;
}
.about_contents3 p{
	font-size: 1.8rem;
	text-align: center;
}
.about_contents3 h3 img{
	max-width: 10rem;
}
.about_contents3_flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
.about_contents3_flex div{
	color: #fff;
	padding: 2rem;
	margin: 1rem;
	border-radius: 2rem;
	width: 33%;
	margin-top: 3rem;
	text-align: center;
}
.about_contents3_flex div:nth-child(1){
	background: #F6A8A8;
}
.about_contents3_flex div:nth-child(2){
	background: #FFBE5C;
}
.about_contents3_flex div:nth-child(3){
	background: #8CD1C9;
}
.about_contents3_flex h4 {
	text-align: center;
	font-size: 2.5rem;
}
.about_contents3_flex p{
	text-align: left;
	font-size: 1.6rem;
}
.about_contents3_flex div img {
	height: 200px;
	padding: 1rem;
}
@media screen and (max-width:768px){
	.about_contents3_flex{
		display: block;
	}
	.about_contents3_flex div{
		width: 100%;
		margin: 0rem;
		margin-bottom: 2rem;
		padding: 3rem;
	}
	.about_contents3_flex h4 {
		font-size: 4rem;
	}
	.about_contents3_flex p{
		font-size: 2.6rem;
	}
}

/* --------------------------------
	ふぁむの支援内容 MV
-------------------------------- */
.mv_support {
	background-image: url(../img/support/mv.jpg);
	background-position: center;
}
.about_contents1 span {
	color: #11b5c1;
}
.support_contents3_flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
	margin-top: 3rem;
}
.support_contents3_flex div{
	padding: 2rem;
	margin: 1rem;
	border-radius: 2rem;
	width: 33%;
	margin-top: 3rem;
	text-align: center;
	background: #fff;
	border: 1px solid #11b5c1;
}
.support_contents3_flex h4 {
	text-align: center;
	font-size: 2.5rem;
	color: #11b5c1;
}
.support_contents3_flex p{
	text-align: left;
	font-size: 1.6rem;
}
.support_contents3_flex div img {
	max-height: 300px;
	padding: 1rem;
	margin-top: -8rem;
}
.support_contents3_flex div.support_works{
	background: #B2D9FF;
	border: 1px solid #0051A0;
}
.support_contents3_flex div.support_works h4{
	color: #0051A0;
}
@media screen and (max-width:768px){
	.support_contents3_flex{
		display: block;
	}
	.support_contents3_flex div img {
		max-height: 250px;
		margin-top: -8rem;
	}
	.support_contents3_flex div{
		width: 100%;
		margin: 0rem;
		margin-top: 5rem;
		margin-bottom: 2rem;
		padding: 3rem;
	}
	.support_contents3_flex h4 {
		font-size: 4rem;
	}
	.support_contents3_flex p{
		font-size: 2.6rem;
	}
}

.support_contents4 {
	text-align: center;
	margin-top: 3rem;
}
.support_contents4 p{
	font-size: 1.8rem;
	text-align: center;
}
.support_contents4 .schedule dl{
	max-width: 100rem;
	background: #EBFCFB;
	border: 1px solid #3FB1B9;
	border-radius: 5rem;
	padding: 1rem 3rem;
	margin: auto;
	display: -webkit-flex;
	display: flex;
	font-size: 2.5rem;
}
.support_contents4 .schedule dt{
	color: #3FB1B9;
	padding-right: 3rem;
	line-height: 3rem;
  }
  .support_contents4 .schedule dd{
	text-align: left;
	line-height: 3rem;
}
  .support_contents4 .schedule dd span{
	font-size: 1.5rem;
  }
  .support_contents4 .triangle3{
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #3FB1B9;
	margin: 1rem auto;
  }
/* --------------------------------
	ふぁむの採用情報 MV
-------------------------------- */
.mv_recruit {
	background-image: url(../img/recruit/mv.jpg);
	background-position: center;
}

/* --------------------------------
	ボタン　ブルー
-------------------------------- */
.linkbtn_blue {
	background: url(../img/btn_blue.png) no-repeat center;
	margin: auto;
	height: 9rem;
	background-size: contain;
	color: #fff;
	margin: 2rem 0rem;
	text-align: center;
	padding: 1rem;
	font-size: 2rem;
}

.linkbtn_blue p{
	text-align: center;
	margin-top: -2rem;
	font-weight: bold;
}

@media screen and (max-width:768px){
	.linkbtn_pink{
		font-size: 2.5rem;
	}
	.linkbtn_blue{
		font-size: 2.5rem;
	}
	main h3{
		font-size: 3.5rem;
	}
}

  /* --------------------------------
	流れ MV
-------------------------------- */
.mv_flow {
	background-image: url(../img/flow/mv.jpg);
	background-position: center;
}

.fam_flow{
	max-width: 100rem;
	margin: auto;
}
.fam_flow h4{
	display: flex;
	border-left: 0;
	line-height: 5rem;
	counter-increment: h2;
	counter-reset: h3;
}
.fam_flow h4:before {
  content: counter(h2);
	background-color: #11b5c1;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.8rem;
	margin-right: 1.2rem;
	margin-left: -25px;
	flex-shrink: 0;
}

.fam_flow ul{
	border-top: 2px dashed #11b5c1;
	margin-top: -2rem;
	padding: 2rem 5rem;
}
.fam_flow li{
	color: #11b5c1;
	font-size: 3rem;
}
.fam_flow li span{
	font-size:2rem;
	color: #333;
}
@media screen and (max-width:768px){
	.fam_flow h4{padding-left: 4rem;
	}
}
.famflow_img1{
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

.flow_contents2_flex {
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.flow_contents2_flex div{
	width: 50%;
}
.plannaiyou {
	background: #fff;
	border: #11b5c1 2px solid;
	border-radius: 2rem;
	padding: 2rem;
	margin: 3rem;
}
.plannaiyou h4{
	color: #11b5c1;
	font-size: 3rem;
	text-align: center;
}
.plannaiyou dl{
	display: -webkit-flex;
	display: flex;
	border-bottom: 2px dashed #85C9F3;
	padding: 1rem;
	padding-top: 1rem;
	width: 100%;
}
.plannaiyou dt{
	background: #11b5c1;
	border-radius: 1rem;
	color: #fff;
	text-align: center;
	height: 4rem;
	padding: .5rem;
	width: 30%;
}
.plannaiyou dd{
	padding: .5rem;
	padding-left: 2rem;
	width: 70%;
}
.plannaiyou dl:nth-last-child(1){
	background: #FFE8E8;
}
.plannaiyou dl:nth-last-child(1) dd{
	font-size: 2rem;
	color: #d50000;
	padding: .2rem;
	padding-left: 2rem;
}

.plannaiyou_2 {
	background: #fff;
	border: #ED7980 2px solid;
	border-radius: 2rem;
	padding: 2rem;
	margin: 3rem;
}
.plannaiyou_2 h4{
	color: #ED7980;
	font-size: 3rem;
	text-align: center;
}
.plannaiyou_2 p{
	text-align: center;
	font-size: 1.7rem;
	margin-bottom: 2rem;
}
.plannaiyou_2 dl{
	display: -webkit-flex;
	display: flex;
	border-bottom: 2px dashed #ED7980;
	padding-bottom: 1rem;
	padding: 1rem;
	width: 100%;
}
.plannaiyou_2 dl:nth-last-child(1){
	background: #FFE8E8;
}
.plannaiyou_2 dt{
	background: #11b5c1;
	border-radius: 1rem;
	color: #fff;
	text-align: center;
	height: 4rem;
	padding: .5rem;
	width: 60%;
}
.plannaiyou_2 dl:nth-last-child(2) dt{
	background: #51A7DD;
}
.plannaiyou_2 dl:nth-last-child(1) dt{
	background: #ED7980;
}
.plannaiyou_2 dl:nth-last-child(1) dd{
	font-size: 2rem;
	color: #d50000;
	padding: .2rem;
	padding-left: 2rem;
}
.plannaiyou_2 dd{
	padding: .5rem;
	padding-left: 2rem;
	width: 40%;
}

@media screen and (max-width:768px){
	.flow_contents2_flex {
		display: block;
	}
	.flow_contents2_flex div{
		width: 100%;
	}
	.plannaiyou {
		background: #fff;
		border: #11b5c1 2px solid;
		border-radius: 2rem;
		padding: 2rem;
		margin: 0rem;
	}
	.plannaiyou_2 {
		background: #fff;
		border-radius: 2rem;
		padding: 2rem;
		margin: 0rem;
		margin-top: 3rem;
	}
	.plannaiyou dt,.plannaiyou_2 dt{
		height: 5rem;
		padding: .8rem;
	}
}
  /* --------------------------------
お知らせ MV
-------------------------------- */
.mv_news {
	background-image: url(../img/news/mv.jpg);
	background-position: center;
}


  /* --------------------------------
グループホーム 一覧ページ
-------------------------------- */
.mv_ghome {
	background-image: url(../img/ghome/mv.jpg);
	background-position: center;
}
.ghomepage_flex{
	display: -webkit-flex;
	display: flex;
	padding: 1rem;
	flex-wrap: wrap;
}
.ghomepage_flex li{
	width: 30%;
	background: #fff;
	padding: 1rem;
	margin: 1rem;
	border-radius: 1rem;
	border: 2px solid #11b5c1;
	text-align: left;
}
.ghomepage_flex li img{
	border-radius: 1rem;
	height: 25rem;
	width: 100%;
	object-fit:cover;
	margin-bottom: -2.5rem;
}
.ghomepage_flex li p{
	padding: 1rem;
}
@media screen and (max-width:768px){
	.ghomepage_flex{
		display: block;
	}
	.ghomepage_flex li{
		width: 100%;
		background: #fff;
		padding: 1rem;
		margin: 1rem;
		margin-top: 4rem;
		border-radius: 1rem;
		text-align: left;
	}
	.ghomepage_flex li img{
		width: 100%;
	}
}

  /* --------------------------------
グループホーム 詳細ページ
-------------------------------- */
.ghome_title{
	padding-top: 5rem;
	max-width: 1000px;
	margin: auto;
}
.ghome_title h3 {
	text-align: left;
	margin: 0%;
}
.ghome_title h3 span{
	border-bottom: none;
	margin-right: 1rem;
}
p.ghome_comment {
	max-width: 1000px;
	margin: auto;
	margin-bottom: 3rem;
	font-size: 2rem;
}
.ghome_detail_flex {
	display: -webkit-flex;
	display: flex;
	padding: 1rem;
	max-width: 1000px;
	margin: auto;
}
.ghome_detail_flex div{
	width: 50%;
}
.ghome_detail{
	padding-right: 40px;
	margin-bottom: 2rem;
}
.ghome_detail dl{
	border-bottom: #11b5c1 2px solid;
	padding: 1rem;
	display: flex;
}
.ghome_detail dt{
	width: 40%;
	padding-right: 2rem;
	color: #11b5c1;
	font-size: 1.8rem;
}
.googlemap {margin-top: 3rem;}
@media screen and (max-width:768px){
	.ghome_title{
		padding-top: 15rem;
	}
	.ghome_detail_flex{
		display: block;
	}
	.ghome_detail_flex div{
		width: 100%;
	}
	.ghome_detail{
		padding-right: 0px;
	}
}

.ghome_plannaiyou {
	background: #fff;
	border: #11b5c1 2px solid;
	border-radius: 2rem;
	padding: 2rem;
	margin: 3rem;
}
.ghome_plannaiyou h4{
	color: #11b5c1;
	font-size: 3rem;
	text-align: center;
}
.ghome_plannaiyou dl{
	display: -webkit-flex;
	display: flex;
	border-bottom: 2px dashed #85C9F3;
	padding: 1rem;
	padding-top: 1rem;
	width: 100%;
}
.ghome_plannaiyou dt{
	background: #11b5c1;
	border-radius: 1rem;
	color: #fff;
	text-align: center;
	height: 4rem;
	padding: .5rem;
	width: 30%;
}
.ghome_plannaiyou dd{
	padding: .5rem;
	padding-left: 2rem;
	width: 70%;
}
.ghome_plannaiyou dl:nth-last-child(2){
	background: #FFE8E8;
}
.ghome_plannaiyou dl:nth-last-child(2) dd{
	font-size: 2rem;
	color: #d50000;
	padding: .2rem;
	padding-left: 2rem;
}
.ghome_plannaiyou dl:nth-last-child(2) dt{
	background: #ED7980;
	height: auto;
}
.ghome_plannaiyou dd span{
	color: #d50000;
	font-size: 1.5rem;
}

@media screen and (max-width:768px){
	.flow_contents2_flex {
		display: block;
	}
	.flow_contents2_flex div{
		width: 100%;
	}
	.ghome_plannaiyou {
		background: #fff;
		border: #11b5c1 2px solid;
		border-radius: 2rem;
		padding: 2rem;
		margin: 0rem;
	}
	.ghome_plannaiyou dt{
		height: 5rem;
		padding: .8rem;
	}
	.ghome_plannaiyou dl:nth-last-child(2) dd{
		font-size: 3rem;
	}
	.ghome_plannaiyou dd span{
		font-size: 1.8rem;
	}
}
.hosoku{
	padding-top: 2rem;
	font-size: 1.2rem;
	color: rgb(90, 90, 90);
	line-height: 150%;
}

  /* --------------------------------
お問い合わせ MV
-------------------------------- */
.mv_contact {
	background-image: url(../img/contact/mv.jpg);
	background-position: center;
}
.contact_thanksarea {
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

@media screen and (max-width:768px){
.mv_contact h2{
	font-size: 4.5rem;
}
}

  /* --------------------------------
採用
-------------------------------- */
.recruit_contents2 {
	text-align: center;
	margin-top: 3rem;
}
.recruit_contents2 p{
	font-size: 1.8rem;
	text-align: center;
}
.recruit_contents2 h4{
	font-size: 2rem;
	text-align: center;
	padding-bottom: 0.5rem;
	border-bottom:  2px dashed #11b5c1;
	margin-bottom: 20px;
}
.recruit_contents2 dl{
	text-align: left;
	display: flex;
	flex-wrap :wrap;
	width: 100%;
}
.recruit_contents2 dt{
	font-size: 1.5rem;
	font-weight: bold;
	width: 30%;
	border-bottom: 1px solid #B8F1F5;
	padding: 5px;
}
.recruit_contents2 dd{
	font-size: 1.4rem;
	font-weight: normal;
	width:70% ;
	border-bottom: 1px solid #B8F1F5;
	padding: 5px;
}

@media screen and (max-width:768px){
	.recruit_contents2 h4{
	font-size: 2.2rem;
}
.recruit_contents2 dl{
	text-align: left;
	display: block;
	width: 100%;
}
	.recruit_contents2 dt{
		font-size: 2rem;
		width: 100%;
		padding-bottom: 2px;
	}
	.recruit_contents2 dd{
		font-size: 2rem;
		width: 100%;
		border-bottom: none;
	}
	.support_contents4 .schedule dd span{
		font-size: 2.2rem;
	  }
}
	

/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
}
.tab li a{
	display: block;
	background:#ddd;
	margin:0 2px;
	padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#11b5c1;
	color: #fff;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
	border:  solid 2px #11b5c1;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@media screen and (max-width:768px){
	.tab{
		display: flex;
		flex-wrap: nowrap;
	}
	.tab li{
		flex: 1; 
	}
}


  /* --------------------------------
よくあるご質問
-------------------------------- */
.qa dl{
	text-align: left;
}

.qa dt{
	background: url(../img/qa/q.png) no-repeat;
	background-size: 30px 30px;
	font-size: 2rem;
	padding-bottom: 5px;
	padding-left: 50px;
	line-height: 30px;
}
.qa dd{
	background: url(../img/qa/a.png) no-repeat;
	background-size: 30px 30px;
	font-size: 1.5rem;
	margin-bottom: 30px;
	padding-bottom: 5px;
	padding-left: 50px;
	color: #595757;
	border-bottom: 1px dashed #62C0B4;
}

@media screen and (max-width:768px){
	.qa dt{
		background-size: 20px 20px;
		font-size: 2.5rem;
		padding-left: 30px;
		line-height: 20px;
	}
	.qa dd{
		background-size: 20px 20px;
		font-size: 2rem;
		padding-left: 30px;
	}
	
}


  /* --------------------------------
ふぁむサポ
-------------------------------- */
.mv_famsapo {
	background-image: url(../img/famsapo/mv.jpg);
	background-position: center;
}
main .famsapo h3{
	text-align: center;
	margin-top: -10px;
}
main .famsapo h3 span{
	border-bottom: dashed 2px #F09495;
	padding-bottom: 1rem;
	font-size: 2.5rem;
	text-align: center;
}
.mv_famsapo h2{
	color: #F09495;
}
.famsapo_contents_two {
	display: flex;
	justify-content: center;
}
.famsapo_contents_two div{
	padding: 30px;
}
.famsapo_contents_three p{
	text-align: center;
	letter-spacing: .7rem;
	font-size: 3.5rem;
}
.famsapo_contents_three p span{
	background:linear-gradient(transparent 60%, #FEDC5E 60%);
	padding-bottom: 1rem;
}
.famsapotel{
	color: #fff;
	max-width: 700px;
	margin: auto;
	text-align: center;
	background: #F09495;
	padding: 2rem;
	margin-bottom: 5rem;
	border-radius: 6px;
	margin-top: 20px;
	font-size: 2rem;
}
.famsapotel span{
	font-size: 5rem;
	vertical-align: middle;
}
.famsapotel img {
	max-width: 100px;
	vertical-align: middle;
	padding-right: 10px;
}
.famsapo_contents4 {
	padding-top: 6rem;
}
.famsapo_contents4 h3{
	color: #F09495;
	text-align: center;
}
.famsapo_contents4 p{
	font-size: 1.8rem;
	text-align: center;
}
.famsapo_contents4 h3 img{
	max-width: 10rem;
}
@media screen and (max-width:768px){
	.mv_famsapo h2{
		font-size: 4rem;
	}
	.famsapo_contents_two {
		display: block;
	}
	.famsapo_contents_two div{
		padding: 10px;
	}
	.famsapo_contents_two div img{
		width: 100%;
	}
	.famsapotel{
		width: 100%;
		font-size: 2.5rem;
	}
}
  /* --------------------------------
ふぁむサポ　表
-------------------------------- */
.famsapo_table {
	text-align: center;
	margin-top: -20px;
}
.famsapo_table p{
	font-size: 1.8rem;
	text-align: center;
}
.famsapo_table dl{
	text-align: left;
	display: flex;
	flex-wrap :wrap;
	background: #fff;
	padding: 30px;
	border: 2px solid #F09495;
	border-radius: 7px;
	max-width: 1000px;
	margin: auto;
}
.famsapo_table dt{
	font-size: 1.8rem;
	font-weight: bold;
	width: 30%;
	border-bottom: 1px solid #F09495;
	padding: 10px;
	color: #F09495;
}
.famsapo_table dd{
	font-size: 1.6rem;
	font-weight: 700;
	width:70% ;
	border-bottom: 1px solid #F09495;
	padding: 10px;
}

@media screen and (max-width:768px){
	.famsapo_table dl{
		text-align: left;
		display: block;
		width: 100%;
		padding: 10px;
	}
	.famsapo_table dt{
		font-size: 2.5rem;
		width: 100%;
		padding: 5px;
		padding-bottom: 2px;
	}
	.famsapo_table dd{
		font-size: 2.2rem;
		width: 100%;
		padding: 5px;
		border-bottom: none;
	}
}
	
  /* --------------------------------
スタッフ一覧
-------------------------------- */
.mv_staff {
	background-image: url(../img/staff/mv.jpg);
	background-position: center;
}
.staff_contents1 h3{
	margin-top: 50px;
	text-align: center;
	color: #11b5c1;
}
.staff_contents1 p{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 30px;
}
.staff_contents1 span{
	color: #11b5c1;
	font-size: 3rem;
}
.staff_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.staff_flex div.stafficon{
	width:33%;
	text-align: center;
}
.staff_flex div.stafficon img{
	border-radius: 50%;
    width: 300px;
    height: 300px; 
    object-fit: cover;/*画像の縦横比を保ったまま領域をカバー */
}
.staff_flex div.stafficon li:nth-child(1){
	font-size: 1.7rem;
	line-height: 150%;
	margin-top: 10px;
}
.staff_flex div.stafficon li:nth-child(2){
	font-size: 3rem;
	margin-top: -5px;
}
@media screen and (max-width:768px){
	.staff_contents1 h3{
		margin-top: 10px;
		text-align: center;
		color: #11b5c1;
		font-size: 3.5rem;
	}
	.staff_contents1 p{
		font-size: 2.2rem;
	}
	.staff_contents1 h3 img{
		width: 200px;
	}
	.staff_contents1 p{
		margin-bottom: 10px;
		margin-top: -10px;
	}
	.staff_flex div.stafficon li:nth-child(1){
		font-size: 1.9rem;
	}
	.staff_flex div.stafficon li:nth-child(2){
		font-size: 3.5rem;
		margin-top: -3px;
		margin-bottom: 10px;
	}
	.staff_flex div.stafficon{
		width: 50%;
	}
	.staff_flex div.stafficon img{
		border-radius: 50%;
		width: 150px;
		height: 150px; 
		object-fit: cover;/*画像の縦横比を保ったまま領域をカバー */
	}
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up,#pop-up-1,#pop-up-2,#pop-up-3,#pop-up-4,#pop-up-5,#pop-up-6,#pop-up-7,#pop-up-8,#pop-up-9,#pop-up-10,#pop-up-11,#pop-up-12,#pop-up-13,#pop-up-14,#pop-up-15,#pop-up-16,#pop-up-17,#pop-up-18,#pop-up-19,#pop-up-20 {
	display: none; /* label でコントロールするので input は非表示に */
}

.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay,#pop-up-1:checked + .overlay,#pop-up-2:checked + .overlay,#pop-up-3:checked + .overlay,#pop-up-4:checked + .overlay,#pop-up-5:checked + .overlay,#pop-up-6:checked + .overlay,#pop-up-7:checked + .overlay,#pop-up-8:checked + .overlay,#pop-up-9:checked + .overlay,#pop-up-10:checked + .overlay,#pop-up-11:checked + .overlay,#pop-up-12:checked + .overlay,#pop-up-13:checked + .overlay,#pop-up-14:checked + .overlay,#pop-up-15:checked + .overlay,#pop-up-16:checked + .overlay,#pop-up-17:checked + .overlay,#pop-up-18:checked + .overlay,#pop-up-19:checked + .overlay,#pop-up-20:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90%;
	max-width: 900px;
	max-height: 500px;
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	width: 100%;
	font-size: 18px;
	margin: 0;
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}

.staff_flex div.pop_flex {
	width: 100%;
	display: flex;
}
.staff_flex div.pop_flex div{
	width: 50%;
	padding: 30px;
}
.staff_flex div.pop_flex img{
	border-radius:10px;
    width: 100%;
	height: 400px;
    object-fit: cover;/*画像の縦横比を保ったまま領域をカバー */
}
div.pop_flex ul{
	margin-left: -20px;
}
div.pop_flex li{
	text-align: left;
	border-bottom: dashed #3FB1B9 2px;
	padding: 20px 10px 10px 5px!important;
	font-size: 2rem!important;
}
div.pop_flex li p {
	font-size: 2rem!important;
}
div.pop_flex li span{
	background: #3FB1B9;
	border-radius: 5px;
	padding: 5px;
	color: #fff;
	font-size: 2rem;
}
div.pop_flex li p.pop_name {
	font-size: 3rem!important;
	margin-top: 10px;
}
.staff_flex div.pop_flex li:nth-child(1) {
	margin-top: -10px;
}
.staff_flex div.pop_flex li:nth-child(3) {
	margin-top: -10px;
}

@media screen and (max-width:768px){
	.window {
		max-height: 100%;
	}
	.staff_flex div.pop_flex {
		width: 100%;
		display: block;
	}
	.staff_flex div.pop_flex div{
		width: 100%;
	}
	.staff_flex div.pop_flex img{
		border-radius:10px;
		width: 100%;
		height: 300px!important;
		object-fit: cover;/*画像の縦横比を保ったまま領域をカバー */
		padding: 0px;
	}
	div.pop_flex ul{
		margin-top: -70px;
	}
	div.pop_flex li p.pop_name {
		font-size: 4rem!important;
		margin-top: -10px;
	}
	div.pop_flex li {
		font-size: 2.5rem!important;
		margin: 0px!important;
	}
	div.pop_flex li span{
		font-size: 2.2rem!important;
	}
	.staff_flex div.pop_flex li:nth-child(1) {
		margin-bottom: 10px;
	}
	.staff_flex div.pop_flex li:nth-child(1) p:nth-child(1) {
		line-height: 120%;
		padding-bottom: 20px!important;
	}
	.staff_flex div.pop_flex li:nth-child(2) {
		margin-bottom: 10px;
	}
}

/* --------------------------------
	会社案内 MV
-------------------------------- */
.mv_company {
	background-image: url(../img/company/mv.jpg);
	background-position: center;
}
  .companymission ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 600px;
	margin: auto;
  }
  .companymission li {
	font-size: 2.3rem;
	line-height: 40px;
	padding: 10px;
	padding-left: 80px;
	position: relative;
	border-bottom: 1px dashed #ED7980;
	color: #333333;
  }
  .companymission li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #fff;
	border: 1px solid;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	width: 40px;
	margin-top: 10px;
	color: #ED7980;
	font-size: 85%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 3rem;
	margin-left: 10px;
  }

/* --------------------------------
	会社案内 gaiyou
-------------------------------- */
.company_gaiyou {
	padding-top: 6rem;
}
.company_gaiyou h3{
	color: #11b5c1;
	text-align: center;
}
.company_gaiyou p{
	font-size: 1.8rem;
	text-align: center;
}
.company_gaiyou h3 img{
	max-width: 10rem;
}
.company_gaiyou_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
}
.company_gaiyou_flex div{
	width: 50%;
	padding: 20px;
}
.company_gaiyou_flex dl{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.company_gaiyou_flex dt{
	width: 35%;
	padding: 10px;
	border-bottom: 1px solid #62C0B4;
}
.company_gaiyou_flex dd{
	width: 65%;
	padding: 10px;
	border-bottom: 1px solid #62C0B4;
}
.gaiyou_syurou h4 {
	background: #0051A0;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	border-radius: 3rem;
	margin-bottom: 10px;
	font-size: 2.2rem;
}
.gaiyou_ghome h4 {
	background: #11b5c1;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	border-radius: 3rem;
	margin-bottom: 10px;
	font-size: 2.2rem;
}

@media screen and (max-width:768px){
	.company_gaiyou_flex {
		width: 100%;
		display: block;
	}
	.company_gaiyou_flex div{
		width: 100%;
		padding: 20px;
	}
}