@charset "utf-8";
/*------------------------------------------------------------------------------

	content.css

------------------------------------------------------------------------------*/

ul {
	padding-left: 1.5em;
}

#main a {
    text-decoration: underline;
}

#main .business a,
#main .white_box a {
    text-decoration: none;
}

#main a[href^="tel:"] {
    pointer-events: none;
	color: #333;
    text-decoration: none;
}

/*	
	イントロダクション
------------------------------------------------------------------------------*/

.intro {
	margin: 0 0 1.5em;
}


/*	
	ナンバリング
------------------------------------------------------------------------------*/

.number {
	counter-reset: number;
}

.number .num {
	text-indent: -1.3em;
	padding-left: 2em;
	padding-right: 1em;
}

.number .num::before {
   counter-increment: number;
   content: counter(number)". ";
   padding-right: 5px;
}


/*	
	エラーページ
------------------------------------------------------------------------------*/

.error .no_contents {
	margin: 1.5em 0;
}

.error .related_facility {
    padding-top: 10px;
    background: #FFF;
}


/*------------------------------------------------------------------------------

	会社案内

------------------------------------------------------------------------------*/
/*	
	代表挨拶
------------------------------------------------------------------------------*/

.ceo .group figure {
	float: left;
	width: 25%;
	margin: 0;
	margin-top: 1.4em;
}

.ceo .group .text {
	float: right;
	width: 70%;
}

.ceo .group .text .name {
	font-size: 1.125em;
	text-align: right;
	line-height: 1.8;
}

.ceo .group .text .name span {
	padding-left: .5em;
	font-size: 1.4375em;
	font-weight: bold;
}


@media screen and (max-width: 480px) {

.ceo .group figure {
	float: none;
	width: 60%;
	margin: 0 auto;
}

.ceo .group .text {
	float: none;
	width: 100%;
}

.ceo .group .text .name {
	margin-top: 30px;
}

}


/*------------------------------------------------------------------------------

	採用について

------------------------------------------------------------------------------*/

.recruit h2 {
	margin-bottom: 1em;
}

.recruit h4 {
	margin-bottom: 1em;
	font-size: 1.25em;
}

.recruit ul {
	list-style: none;
}

.recruit figure {
	margin: 0;
}

.recruit .intro h2 {
	background-color: #FFF;
	color: #333;
	margin-bottom: 0;
	font-size: 1.5em;
	text-align: center;
	line-height: 1.5;
}

.recruit .intro h2 .n {
	display: block;
}

.recruit .intro h2 .b {
	color: #00718E;
	font-size: 1.5em;
}

.recruit .intro p {
	text-align: center;
}

.recruit .intro .important {
	display: block;
	margin-top: 1em;
}

@media screen and (max-width:768px) {

.recruit .intro h2 {
	font-size: 1em;
	line-height: 1.8;
}

}

@media screen and (max-width: 480px) {

.recruit h4 {
	font-size: 1.143em;
}

.recruit .intro {
	margin-top: 1em;
}

.recruit .intro h2 span {
	display: block;
}

.recruit .intro h2 br,
.recruit .intro .text br {
	display: none;
}

.recruit .intro p {
	text-align: left;
}

}

.recruit .select .title {
	margin-bottom: .5em;
	font-size: 1.5em;
	text-align: center;
}

.recruit .select {
	margin-bottom: 80px;
	line-height: 1.5;
}

.recruit .select ul,
.recruit .select li,
.recruit .select li a,
.recruit .link ul  {
	display: flex; 
}

.recruit .select ul,
.recruit .link ul {
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}

.recruit .select li {
	justify-content: center;
	align-items: center;
	width: 49%;
	border: 1px solid #808080;
	box-sizing: border-box;
	text-align: center;
	word-break: break-all;
}

.recruit .select li a {
	width: 100%;
	justify-content: center;
	align-items: center;
	text-decoration: none!important;
	height: 5em;
	font-size: 1.125em;
}

.recruit .link {
	margin-bottom: 80px;
}

.recruit .link li {
	width: 30.5%;
}

.recruit .link li a {
	position: relative;
	display: block;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.recruit .link .link01 a {
	background-image: url(../../recruit/img/link_img01.jpg);
}

.recruit .link .link02 a {
	background-image: url(../../recruit/img/link_img02.jpg);
	background-position: bottom;
}

.recruit .link .link03 a {
	background-image: url(../../recruit/img/link_img03.jpg);
}

.recruit .link li span {
	color: #FFF;
	font-size: 1.125em;
}

.recruit .link li .bg  {
	position: absolute;
	left: 0;
	bottom: .8em;
	width: 70%;
	padding: .1em 1.5em;
	background-color: #80805C;
	color: #FFF;
	font-size: 1.125em;
	text-align: center;
}

.recruit .link li .arrow  {
	position: relative;
	padding-left: 1em;
}

.recruit .link li .arrow::before  {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 1em;
	height: 1em;
	background-image: url(../img/icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: .8em .8em;
	background-position: top 100% left 25%;
}

@media screen and (max-width: 768px) {

.recruit .select {
	margin: 20px 0 40px;
	padding: 15px 0 30px;
	border-top: 1px dotted #777;
	border-bottom: 1px dotted #777;
}

.recruit .link {
	margin-bottom: 40px;
}

.recruit .link ul {
	flex-direction: column;
}

.recruit .link li {
	width: 100%;
	margin-bottom: 10px;
}

.recruit .link li span {
	font-size: 1em;
}

}

@media screen and (max-width: 480px) {

.recruit .select {
	padding-bottom: 15px;
}

.recruit .select ul {
	flex-direction: column;
}

.recruit .select li {
	width: 100%;
	margin-bottom: 10px;
}

}


/* スタッフメッセージ */

.recruit #staff .box {
	margin-bottom: 80px;
}

.recruit #staff .box {
	display: flex;
	justify-content: space-between;
}
.recruit #staff .box:nth-child(odd) {
	flex-direction: row-reverse;
}

.recruit #staff .text {
	width: 65%;
}
.recruit #staff .photo {
	width: 30%;
	height: 100%;
}

.recruit #staff .text h3 {
	margin: 0 0 .5em;
	padding: 0;
	border: none;
	color: #00718E;
	font-size: 2em;
}

.recruit #staff .photo img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1300px) {
    
.recruit .link li a span {
        font-size: 15px;
    }
}

@media screen and (max-width: 930px) {
    
.recruit .link li a span {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px){
	
.recruit #staff .text h3 {
	font-size: 1.5em;
}

}

@media screen and (max-width: 480px){
	
.recruit #staff .box,
.recruit #staff .box:nth-child(odd)  {
	flex-direction: column;
}

.recruit #staff .text,
.recruit #staff .photo {
	width: 100%;
}

.recruit #staff .text h3 {
	margin-top: 1em;
}

    .recruit .link li a span {
        font-size: 15px;
    }

.recruit #staff .box {
	margin-bottom: 40px;
}

}


/* アプルールで働くメリット */

.recruit #merit .title {
	font-size: 1.25em;
}

.recruit #merit .support {
	color: #00718E;
	font-size: 1.5em;
	font-weight: bold;
	font-size: 2em;
}

.recruit #merit .support br {
	display: none;
}

.recruit #merit .support p {
	text-align: center;
}

@media screen and (max-width: 480px){

.recruit #merit .support {
	font-size: 1.5em;
}

.recruit #merit .support br {
	display: block;
}

.recruit #merit .support p {
	line-height: 1.8;
}

}

.recruit #merit .welfare ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	align-content: flex-start;
 }

.recruit #merit .welfare li::after {
	content: '／';
	margin: 0 .5em;
}

.recruit #merit .welfare li:last-child:after {
	content: none;
}


@media screen and (max-width: 480px){

.recruit #merit .welfare ul {
	list-style: disc;
	margin-left: 1em;
	flex-direction: column;
}

.recruit #merit .welfare li::after {
	content: none;
	margin: 0;
}


}

/*------------------------------------------------------------------------------

	ブランドマークについて・特徴的な取り組み・シニアサービス事業 共通

------------------------------------------------------------------------------*/

#main.design_common #content {
	background-image: none;
	background-color: #E6E6DE;
	margin-bottom: 0;
	padding: 0 0 100px;
}



#main.design_common #content .site_column {
	width: 1300px;
	border: none;
	margin: 0 auto;
	padding: 0;
}

.design_common #content .site_column::before,
.design_common #content .site_column::after {
	display: none;
}

.design_common h2 {
	position: relative;
	background-color: #E6E6DE;
	padding: 3em 0 1.5em;
	color:#12303A;
	font-size: 2.25em;
	text-align: center;
}


.design_common h2 .en {
	display: block;
	color: #80805C;
	margin-top: .5em;
	font-size: 0.45em;
}

.design_common h2::before {
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	left: 50%;
	content: "";
	width:1px;
	height: 90px;
	border-right: 1px solid #80805C;
}

.design_common .bg_box {
	background-color: #FFF;
}

.design_common .bg_box .inner {
	width: 63%;
	margin: 0 auto;
	padding: 100px 0;
}

.design_common .bg_box .inner p {
	line-height: 1.5;
}

.design_common .bg_box figure {
	height: auto;
	margin: 10px auto 30px;
}

.design_common .bg_box figure img {
	width: 100%;
}

.design_common .link {
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	background-color: #FFF;
	padding: 20px;
}

.design_common .link li {
	width: 24%;
}

.design_common .five .link li {
	width: 19%;
}


.design_common .link a {
	display: block;
	padding: 1em;
	background-color: #E6E6DE;
	font-size: 1.5em;
	text-align: center;
	text-decoration: none!important;
}

.design_common .five .link li a {
	font-size: 1em;
    line-height: 1.4;
}

.design_common .link li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 1200px) {

.design_common p br.d {
	display: none;
}

#main.design_common #content .site_column {
	width: auto;
}

}

@media screen and (max-width: 1024px) {

.design_common .link a {
	font-size: 1.2em;
}

}

@media screen and (max-width: 860px) {

.design_common .page_title {
	margin-bottom: 0;
}

.design_common .link {
	margin-top: 60px;
}

.design_common .link li,
.design_common .five .link li {
	width: 100%;
	margin-bottom: 10px;
}

.design_common .link li:last-child {
	margin-bottom: 0;
}

.design_common .link a {
	font-size: 1.2em;
}

}

@media screen and (max-width: 768px) {

.design_common h2 {
	font-size: 2em;
}

.design_common h2:before {
	height: 80px;
}

#main.design_common #content {
	padding-bottom: 60px;
}

.design_common .about .inner {
	width: 90%;
	padding: 50px 0;
}

}

@media screen and (max-width: 480px) {

.design_common .bg_box .inner {
	width: 90%;
	padding: 50px 0;
}

.design_common h2 {
	margin-bottom: 0;
	font-size: 1.2em;
}

.design_common h2:before {
	height: 40px;
}

}

@media screen and (max-width: 320px) {

.design_common h2 {
	font-size: 1.1em;
}

.design_common h2:before {
	height: 35px;
}

}

/*------------------------------------------------------------------------------

	社会貢献事業

------------------------------------------------------------------------------*/

.gallery {
    margin: 40px 0;
}

.dogs {
    display: flex;
    justify-content : space-between;
}

.dogs div {
    display: block;
    width: 24%;
}

.dogs div img {
    width: 100%;
}

@media screen and (max-width: 480px) {

    .dogs,
    .dogs div {
        display: block;
        width: 100%;
    }
}

/*------------------------------------------------------------------------------

	保育事業

------------------------------------------------------------------------------*/

#main.child #content {
	background-color: #FCEEF1;
    line-height: 1.4;
}

#main.child #content p {
    line-height: 1.7;
}

#main.child #content .business p {
    width: 63%;
}

#main.child .bg_box {
    padding: 70px;
}

#main.child .back_bgimg {
    background: url(../../childcare/img/bg2.png) no-repeat;
    background-position: bottom right;
}

#main.child h2 {
	background-color: #FCEEF1;
}

#main.child .back {
    padding-top: 50px;
    background: url(../../childcare/img/bg_1.png) no-repeat;
    background-size: 100%;
}

#main.child h3 {
    margin-top: 0;
	color: #EF858C;
    border-bottom: none;
}

#main.child h4 {
    margin-bottom: 10px;
	color: #EF858C;
    font-size: 1.2em;
}

#main.child h4::before {
    content: '■';
	color: #EF858C;
}

#main.child ul {
    width: 500px;
    margin-left: 50px;
}

#main.child ul li {
    float: left;
}
    
#main.child .guideline li:nth-child(2n+1){
    width: 200px;
}

#main.child .business {
    position: relative;
}

#main.child .feature_svc h5 {
    font-size: 1em;
}

#main.child .feature_svc h5::before {
    content: '・';
}

#main.child .feature_svc p {
    margin-left: 0.5em;
}

/*-------------------------写真調整----------------------------------*/

#main.child .business,
#main.child .guideline,
#main.child .feature_svc,
#main.child .mezzott,
#main.child .other {
    position: relative;
}

#main.child .business img {
    position: absolute;
    top: 0;
    right: 20px;
    width: 30%;
}

#main.child .guideline img {
    position: absolute;
    top: 160px;
    right: 180px;
    width: 20%;
}

#main.child .feature_svc img {
    position: absolute;
    bottom: -90px;
    right: 280px;
    width: 16%;
}

#main.child .mezzott img {
    position: absolute;
    bottom: 50%;
    right: 35%;
    width: 10%;
}

#main.child .other p {
    position: relative;
    z-index: 2;
}

#main.child .other img {
    position: absolute;
    top: -180px;
    right: 10%;
    width: 20%;
    z-index: 1;
}

#main.child .score_link {
    width: 100%;
    height: 0;
    padding-top: 13.3%;
    background: url(../../childcare/img/score_link.jpg?20191001) no-repeat;
    background-size: contain;
}

@media screen and (max-width: 1200px) {
    
#main.child .bg_box {
    padding: 30px;
}
    
#main.child .business img {
    top: 0;
    width: 20%;
}

#main.child .guideline img {
    position: absolute;
    top: 160px;
    right: 20px;
    width: 10%;
}

#main.child .feature_svc img {
    position: absolute;
    bottom: -90px;
    right: 80px;
    width: 8%;
}

#main.child .mezzott img {
    position: absolute;
    bottom: 50%;
    right: 5%;
    width: 10%;
}

#main.child .other img {
    position: absolute;
    top: -180px;
    right: 10%;
    width: 15%;
}  

}

@media screen and (max-width: 860px) {

#main.child #content .business p {
    width: 100%;
}

#main.child ul {
	width: 100%;
	margin-left: 0px;
}

#main.child .guideline li {
	float: none;
}

#main.child .business img,
#main.child .guideline img,
#main.child .feature_svc img,
#main.child .mezzott img,
#main.child .other img {
	position: relative;
	top: 0;
	right: auto;
	width: 40%;
}

#main.child .business .img,
#main.child .guideline .img,
#main.child .feature_svc .img,
#main.child .mezzott .img,
#main.child .other .img {
	margin-top: 25px;
	text-align: center;
}    
}

@media screen and (max-width: 480px) {


#main.child .pc {
	display: none;
}
    
#main.child .score_link {
    width: 100%;
    height: 0;
    padding-top: 36.142%;
    background: url(../../childcare/img/score_link_sp.jpg?20191001) no-repeat;
    background-size: contain;
}
}

/*------------------------------------------------------------------------------

	コンサルティング事業

------------------------------------------------------------------------------*/

.c_service {
	float: left;
	width: 47%;
}

.group .c_service:nth-of-type(2) {
	float: right;
}

.c_service figure {
	margin: 0;
}

/*------------------------------------------------------------------------------

	ブランドマークについて

------------------------------------------------------------------------------*/

.mark .bg_box .mark01 figure,
.mark .bg_box .mark02 figure {
	width: 35%;
}
.mark .bg_box .mark03 figure {
	width: 25%;
}

.mark .bg_box .inner {
	position: relative;
}

.mark .bg_box .inner::after {
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translate(-50%,-50%);
	content: '';
	background-image: url(../../brandmark/img/arrow_black.png);
	background-repeat: no-repeat;
	width: 19px;
	height: 37px;
	background-size: contain;
}

.mark .bg_box .inner:last-child::after{
	background: none;
}

.mark .bg_box .inner .text {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 1150px) {

.mark .d {
	display: none;
}

}

@media screen and (max-width: 768px) {

.mark .bg_box .inner .text {
	width: auto;
	margin: 0;
}

}


/*------------------------------------------------------------------------------

	特徴的な取り組み

------------------------------------------------------------------------------*/

.feature .l {
	display: none;
}

.feature .bg_box .inner {
	width: 66%;
}

.feature h3 {
	position: relative;
	font-size: 2.25em;
	padding-left: 0;
	padding-top: 2em;
	padding-bottom: 1em;
	border: none;
	text-align: center;
}

.feature h3 .en {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	margin: 0 auto;
	font-size: 0.66em;
	font-family: Oswald,sans-serif;
}

.feature .bg_box .inner p {
	line-height: 2;
}

.feature p {
	text-align: center;
}

.feature .bg_box figure {
	margin: 80px 0 0;
}

.feature .core .inner {
	padding-top: 0;
	padding-bottom: 50px;
}

.feature .core h3 {
	margin: 0;
	padding-top: 1em;
	padding-bottom: .5em;
	font-size: 1.5em;
}

.feature .system ul {
	display: flex;
	width: 80%;
	padding-left: 7em;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 1em auto;
	line-height: 2;
}

.feature .system li {
	width: 50%;
	margin: 0 auto;
}

.feature .management {
	padding-bottom: 40px;
}

.feature .contact {
	margin-top: 80px;
}

.feature .contact a {
	display: block;
	padding: .5em 0;
	color: #FFF;
	background-color: #00afec;
	font-size: 1.625em;
	text-align: center;
}

#main.feature .contact a {
	text-decoration: none;
}

@media screen and (max-width: 1024px) {

.feature .d {
	display: none;
}

.feature p {
	text-align: left;
}

.feature h3 {
	font-size: 2.1em;
}

.feature .system ul {
	width: 90%;
	padding-left: 0;
}

.feature .contact {
	padding: 0 2%;
}

}


@media screen and (max-width: 768px) {

.feature .l {
	display: block;
}

.feature .bg_box .mission .inner {
	padding-bottom: 50px;
}

.feature .system ul {
	flex-direction: column;
	padding-left: 0;
}

.feature .system li {
	width: 100%;
}

}

@media screen and (max-width: 480px) {

.feature .bg_box .inner {
	width: 90%;
}

.feature .bg_box .mission .inner {
	padding-top: 30px;
	padding-bottom: 20px;
}

.feature .bg_box .core .inner {
	padding-bottom: 0;
}

.feature h3 {
	font-size: 1.8em;
}

.feature .bg_box figure {
	margin-top: 40px;
	margin-bottom: 0;
}

.feature .management {
	padding-bottom: 20px;
}

.feature .contact {
	margin-top: 50px;
	padding: 0 2%;
}

.feature .contact a {
	font-size: 1.125em;
}

}

/*------------------------------------------------------------------------------

	サイトポリシー・プライバシーポリシー

------------------------------------------------------------------------------*/

.policy .other {
	margin-bottom: 40px;
}

.policy .other p {
	text-align: right;
	line-height: 1.6;
}

.sitepolicy .intro {
	line-height: 1.8;	
}

/*------------------------------------------------------------------------------

	企業行動規範

------------------------------------------------------------------------------*/

.codeofconduct section section section,
.codeofconduct section section p {
	margin-left: 1em;
}

.codeofconduct section section ul {
	margin-left: .8em;
}

.codeofconduct h4 {
	margin-bottom: .5em;

/*------------------------------------------------------------------------------

	お問い合わせ一覧

------------------------------------------------------------------------------*/

.contact-form .text {
    margin: 20px 0;
}

.contact-form .link ul {
    display: flex; 
	list-style: none;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.contact-form .link {
	margin-bottom: 80px;
}

.contact-form .link li {
	width: 30.5%;
}

.contact-form .link li a {
	position: relative;
	display: block;
	height: 135px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.contact-form .link .link01 a {
	background-image: url(../../contact-form/img/link_img01.jpg);
}

.contact-form .link .link02 a {
	background-image: url(../../contact-form/img/link_img02.jpg);
	background-position: bottom;
}

.contact-form .link .link03 a {
	background-image: url(../../contact-form/img/link_img03.jpg);
}

.contact-form .link li span {
	color: #FFF;
	font-size: 1.125em;
}

.contact-form .link li .bg  {
	position: absolute;
	left: 0;
	bottom: .8em;
	width: 70%;
	padding: .1em 1.5em;
	background-color: #80805C;
	color: #FFF;
	font-size: 1.125em;
	text-align: center;
}

.contact-form .link li .arrow  {
	position: relative;
	padding-left: 1em;
}

.contact-form .link li .arrow::before  {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 1em;
	height: 1em;
	background-image: url(../img/icon_arrow_white.svg);
	background-repeat: no-repeat;
	background-size: .8em .8em;
	background-position: top 100% left 25%;
}

@media screen and (max-width: 1200px) {
    
.contact-form .link li a span {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {

.contact-form .link {
	margin-bottom: 40px;
}

.contact-form .link ul {
	flex-direction: column;
}

.contact-form .link li {
	width: 100%;
	margin-bottom: 10px;
}

.contact-form .link li span {
	font-size: 1em;
}

}


