@charset "UTF-8";
@media screen and (max-width: 768px){
/*--------------------------------------------------
  body
--------------------------------------------------*/
body {
  color: #292929;
  font-size: 14px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.pc-no01 {
  display: block;
}
.sp-no01 {
  display: none;
}
.fl01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.fl02 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.t-right {
	display: block;
	text-align: right;
}
.left {
	float: inherit;
}
.right {
	float: inherit;
}

/*------------------------------------------------------------
  margin
------------------------------------------------------------*/
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
    
.sp_mt20{
    margin-top: 20px;
}    
    
/*------------------------------------------------------------
  font
------------------------------------------------------------*/
h2,h3,h4,h5 {
	font-weight: bold;
}
.fb {
	font-weight: bold;
}
.fs17 {
	font-size: 15px;
}
.fs18 {
	font-size: 16px;
}
.fs32 {
	font-size: 5vw;
}
.fs35 {
	font-size: 30px;
}
.fs37 {
	font-size: 5vw;
}
.fs41 {
	font-size: 6vw;
}
.fs48 {
	font-size: 6vw;
}
.fs63 {
	font-size: 10vw;
	letter-spacing: -0.05em;
}
.fs71 {
	font-size: 10vw;
	letter-spacing: -0.05em;
}

/*------------------------------------------------------------
  color
------------------------------------------------------------*/
.pk01 {
	color: #f18193;
}
.pk02 {
	color: #ed6479;
}
.gr01 {
	color: #70b826;
}
.bl01 {
	color: #49b7e5;
}
.yl01 {
	color: #fffea0;
}
.or01 {
	color: #faa230;
}
.wh01 {
	color: #fff;
}
.bk01 {
	color: #292929;
}

/*------------------------------------------------------------
  marker
------------------------------------------------------------*/
.marker {
	/*display: inline-block;*/
    display: inline;
	background: linear-gradient(transparent 50%, #fffea0 50%);
}

/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	background: #fff;
	width: 100%;
	height: 50px;
	min-width: 100%;
	box-shadow: 0px 4px 2px -2px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 0 10px;
	z-index: 999;
}
header .inner {
	display: -webkit-flex;
	display: block;
	-webkit-align-items: center;
	align-items: center;
	max-width: 100%;
	margin: auto;
}
/* h-logo */
header .h-logo {
	float: left;
}
header .h-logo h1 {
	display: table-cell;
	vertical-align: middle;
}
header .h-logo a {
	display: block;
}
header .h-logo01 a {
	background: url(../images/logo01.jpg) center center no-repeat;
	background-size: 100% auto;
	width: 150px;
	height: 50px;
	margin-right: 20px;
}
header .h-logo02  {
	background: url(../images/logo02.png) center center no-repeat;
	background-size: 100% auto;
	width: 113px;
	height: 50px;
}
/* h-tel */
header .h-tel {
	display: none;
	margin-left: auto;
}
header .h-tel p {
	display: table-cell;
	vertical-align: middle;
}
header .h-tel span {
	display: block;
	background: url(../images/tel.png) center center no-repeat;
	background-size: 100% auto;
	width: 392px;
	height: 69px;
}

/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
.sp-mv {
	background: url("../images/sp-mv.jpg") center 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	min-width: 100%;
	margin-top: 0;
	padding-top: 124.66%;
	position: relative;
}
.mv-txt {
	color: #585858;
	font-size: 10px;
	line-height: 1.5em;
	text-align: justify;
	box-sizing: border-box;
	padding: 0 10px 25px;
}

/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
.ttl-box {
	background: url(../images/ttl-bg.jpg) center 0 repeat-x;
	background-size: auto 100%;
	height: auto;
	padding: 15px 0;
}
.ttl-box .m-ttl {
	font-size: 4.8vw;
	line-height: 1.3em;
}
.ttl-box span {
	display: block;
}
/*----- deco01 -----*/
.ttl-box span.deco01:before,
.ttl-box span.deco01:after {
	margin-top: -15px;
	width: 30px;
	height: 30px;
}
.ttl-box span.deco01:before {
	left: 70px;
}
.ttl-box span.deco01:after {
	right: 70px;
}

/*----- deco02 -----*/
.ttl-box span.deco02 img {
	vertical-align: middle;
	width: 12%;
	margin: -10% 0 0 -3%;
}
.ttl-box span.deco02:before,
.ttl-box span.deco02:after {
	margin-top: -15px;
	background: url(../images/deco02.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 22px;
	height: 25px;
}
.ttl-box span.deco02:before {
	left: 10px;
}
.ttl-box span.deco02:after {
	right: 10px;
}

/*----- deco03 -----*/
.ttl-box span.deco03:before,
.ttl-box span.deco03:after {
	margin-top: -18px;
	background: url(../images/deco03.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 19px;
	height: 48px;
}
.ttl-box span.deco03:before {
	left: 40px;
}
.ttl-box span.deco03:after {
	right: 40px;
}
/*----- deco04 -----*/
.ttl-box span.deco04:before,
.ttl-box span.deco04:after {
	margin-top: -19px;
	background: url(../images/deco04.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 29px;
	height: 39px;
}
.ttl-box span.deco04:before {
	left: 10%;
}
.ttl-box span.deco04:after {
	right: 10%;
}

/*----- ribbon -----*/
.ribbon {
	height: 30px;
	font-size: 2.5vw;
	line-height: 30px;
	padding: 0 15px;
}
.ribbon:before {
	left: -10px;
	border-width: 15px 0 15px 10px;
	border-left-color: transparent;
}
.ribbon:after {
	right: -10px;
	border-width: 15px 10px 15px 0;
	border-right-color: transparent;
}
/* rb-gr */
.rb-gr {
	display: block;
	font-size: 3vw;
	padding: 0 0;
}

/*------------------------------------------------------------
  txt
------------------------------------------------------------*/
.txt {
	font-size: 14px;
	line-height: 1.6em;
}

/*------------------------------------------------------------
  sec
------------------------------------------------------------*/
.sec {
	min-width: 100%;
}
.sec .block {
	max-width: 100%;
	padding: 0 15px;
}
.sec .box {
	width: 100%;
	border-radius: 5px;
	padding: 20px 15px 20px 15px;
	margin: 0 auto calc(30 / 750 * 100vw) auto;
}
.sec .box:last-child{
	margin: 0 auto;
}
.sec .box01 {
	border: 3px solid #f18193;
}
.sec .box02 {
	border: 3px solid #70b826;
}
.sec .box03 {
	border: 3px solid #49b7e5;
}
.sec .ttl-icon {
	transform: translate(0%, -50%);
	top: 50%;
	left:calc(20 / 750 * 100vw);
	width: calc(180 / 750 * 100vw);
	height: calc(180 / 750 * 100vw);
}
.sec .ttl01 {
	font-size: 5.3125vw;
	line-height: 1.3em;
	margin-left: 30%;
}
.sec .txt{
	margin-left: 30%;
	margin-top: calc(20 / 750 * 100vw);
}
.sec .note02{
	margin-left: 30%;
	margin-top: calc(20 / 750 * 100vw);
}
.sec .note01 {
	font-size: 11px;
	line-height: 1.5em;
}
.sec .note02 {
	font-size: 11px;
	line-height: 1.5em;
}
.sec .note03 {
	font-size: 11px;
	line-height: 1.8em;
}

/*------------------------------------------------------------
  sec01（保育士さんの〝生活が変わる〟3つの理由）
------------------------------------------------------------*/
.sec01 .inner {
	background: #fff1f1;
	background-size: 100% auto;
	height: auto;
	padding: calc(50 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
}
.clm-box{
	flex-direction: column;
}
.sec01 .box01 .ttl-icon {
	background: url(../images/sec01-icon01.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.sec01 .box02 .ttl-icon {
	background: url(../images/sec01-icon02.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.sec01 .box03 .ttl-icon {
	background: url(../images/sec01-icon03.png) 0 0 no-repeat;
	background-size: 100% auto;
}

/*----- box01 -----*/
.sec01 .box01 .area01 {
	width: 100%;
}
.sec01 .box01 .area02 {
	width: 100%;
}
.sec01 .box01 .img-box {
	width: 20%;
}
.sec01 .box01 .box-inner {
	width: 75%;
	border-radius: 5px;
	border: 1px solid #aaaaaa;
	padding: 5px 5px 10px;
}
.sec01 .box01 .box-inner dl {
	display: block;
}
.sec01 .box01 .box-inner dt {
	display: block;
	vertical-align: inherit;
	background: url(../images/sp-sec01-ttl01.jpg) center 0 no-repeat;
	background-size: 100% auto;
	padding-top: 19.45%;
	width: 100%;
	height: 0;
	text-align: inherit;
	font-size: 0;
	line-height: inherit;
	padding-left: 0;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.sec01 .box01 .box-inner dt:after {
	display: none;
}
.sec01 .box01 .box-inner dd {
	display: block;
	vertical-align: inherit;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}
.sec01 .box01 .box-inner h4 {
	font-size: 14px;
}
.sec01 .box01 .box-inner ul {
	font-size: 13px;
	line-height: 1.5em;
}

/*----- box02 -----*/
.sec01 .box02	.wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.sec01 .box02 .area01 {
	width: 100%;
}
.sec01 .box02 .area02 {
	width: 100%;
	margin-top: 0;
}
.sec01 .box02 .img-box {
	width: 35%;
}
.sec01 .box02 .box-inner {
	width: 50%;
	padding-left: 5%;
}
.sec01 .box02 .box-inner li {
	display: block;
	width: 100%;
	height: 45px;
	text-align: left;
	line-height: 45px;
	font-size: 3.2vw;
	box-sizing: border-box;
	padding-left: 10%;
}
.sec01 .box02 .box-inner li:nth-child(3n-1) {
	margin: 10px 0;
}
.sec01 .box02 .box-inner li img {
	margin-right: 5%;
	width: 15%;
}

/*----- box03 -----*/
.sec01 .box03 h3 {
	display: inline-block;
}
.sec01 .box03 h3 sub {
	font-size: 40%;
	vertical-align: bottom;
	position: relative;
	top: 0;
	right: 0;
}
/* area-wrap01 */
.sec01 .box03 .area-wrap01 .area01 {
	width: 100%;
}
.sec01 .box03 .area-wrap01 .area02 {
	width: 100%;
	margin-top: 0;
}
.sec01 .box03 .area-wrap01 .img-box {
	width: inherit;
}
/* area-wrap02 */
.sec01 .box03 .area-wrap02 {
	display: block;
	padding: 0 5px;
	font-size: 0;
}
.sec01 .box03 .area-wrap02 .box-inner01,
.sec01 .box03 .area-wrap02 .box-inner02 {
	display: inline-block;
	vertical-align: middle;
	width: 68%;
	padding-right: 2%;
}
.sec01 .box03 .area-wrap02 .box-inner01 {
	margin-bottom: 20px;
}
.sec01 .box03 .area-wrap02 .txt {
	font-size: 12px;
}
.sec01 .box03 .area-wrap02 .img-box {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
}

/*------------------------------------------------------------
  sec02（保育スタッフのキャリアアップと給与モデル）
------------------------------------------------------------*/
.sec02 .inner {
	background: #fff1f1;
	background-size: 100% auto;
	height: auto;
	padding: 20px 0 40px;
}
.sec02 .block {
	display: block;
}
.sec02 .box {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 12px 20px 12px;
	margin: 0 auto;
}
.sec02 .box h3 {
	margin-top: 0;
}
.sec02 .box .sub-ttl {
	font-size: 4.5vw;
	line-height: 1.5em;
	position: relative;
}
.sec02 .note02{
	margin-left: 0;
}

/*----- box_01 -----*/
.sec02 .box_01{
	margin-bottom: 20px;
}
.sec02 .box_01 h3 {
	background: url(../images/sec02-ttl01.png) 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 29.78%;
	margin-top: -40px;
}
.sec02 .box_01 .img-box {
	width: 30%;
	margin-top: -60px;
}
.sec02 .box_01 .box-inner {
	background: url(../images/sec02-img01_sp.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 82%;
	margin-top: 0;
}

/*----- box_02 -----*/
.sec02 .box_02 {
	margin-top: 50px;
	padding: 0;
}
.sec02 .box_02 .ttl-box{
	height: calc(85/750 * 100vw);
}
.sec02 .box_02 .ttl04 .fa-caret-down{
	display: inline;
	font-size: calc(32/750 * 100vw);
	transition: 0.2s;
	}
.sec02 .box_02 .is-open .fa-caret-down{
	transform: rotateZ(180deg);
	}
.sec02 .box_02 h3 {
	font-size: calc(32/750 * 100vw);
	padding: 0 0.8em;
}
.sec02 .box_02 .img-box {
	width: 30%;
	margin-top: -60px;
}
.sec02 .box_02 h4 {
	font-size: 4.2vw;
	line-height: 1.3em;
}
.sec02 .box_02 h4:before,
.sec02 .box_02 h4:after {
	width: 60px;
	height: 2px;
}
.sec02 .box_02 h4 span {
	display: block;
}
.sec02 .box_02 .box-inner {
	background: url(../images/sec02-img02.jpg) 0 0 no-repeat;
	background-size: 100% auto;
	width:calc(673/750 * 100vw);
	margin: calc(20/750 * 100vw) auto;
	height: 0;
	padding-top: 93.23%;
}
.sec .box_02 .note02{
	line-height: 1;
}
.sec .box_02 .box_04{
	display: none;
}
.sec .box_02 .box_04 + .is-open{
	display: block;
}

/*------------------------------------------------------------
  sec03（ベネッセグループならではの充実した福利厚生）
------------------------------------------------------------*/
.sec03 .block{
	padding: 0 calc(20/750 * 100vw);
}
.sec03 .inner {
	background: #fff1f1;
	background-size: 100% auto;
	height: auto;
	padding: 20px 0 40px;
}
.sec03 .block {
	display: block;
}
.sec03 .box {
	width: 100%;
	box-sizing: border-box;
	padding: calc(35/750 * 100vw) calc(25/750 * 100vw);
	margin: 0 auto;
}
.sec03 .box ul{
	flex-wrap: wrap;
	margin-top:calc(30/750 * 100vw);
}
.sec03 .box ul li{
	width: calc(320/750 * 100vw);
	font-size: 0;
	margin-bottom: calc(20/750 * 100vw);
}
.sec03 .txt{
	margin-left: 0;
	padding: 0 calc(10/750 * 100vw);
	margin-top: 0;
}

.sec03 .note02{
	margin-left: 0;
	text-align: center;
}

/*------------------------------------------------------------
  flow-wrap（エントリーからお仕事開始までの流れ）
------------------------------------------------------------*/
.flow-wrap .inner {
	height: auto;
	padding: calc(40/750 * 100vw) 0 calc(100/750 * 100vw);
}

.flow-wrap .block {
    padding: 0 10px;
}

.flow-wrap .flow {
	background: #fff;
	box-sizing: border-box;
	border-radius: 10px;
}

.flow-wrap .flow h3 {
	font-size: 24px;
	text-align: center;
}
.flow-wrap .flow li {
	width: 100%;
	position: relative;
}
.flow-wrap .flow li::before{
	position: absolute;
}


.flow-wrap .flow li:nth-child(2n){
	background: #fff9e5;
}
.flow-wrap .flow li .flow-list-item{
	width: calc(710/750 * 100vw);
	margin: 0 auto;
	box-sizing: border-box;
	padding: calc(50/750 * 100vw) 0 calc(50/750 * 100vw) calc(40/750 * 100vw);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flow-wrap .flow li .flow-list-item.pop-include{
	padding: calc(115/750 * 100vw) 0 calc(50/750 * 100vw) calc(40/750 * 100vw);
	
}

.flow-wrap .flow-icon {
	width: calc(193/750 * 100vw);
	position: relative;
}

.flow-pop{
	position: absolute;
	left: 50%;
	top: calc(-10/750 * 100vw);
	transform: translate(-50%, -100%);
	font-size: 0;
}
.flow-pop-step01{
	width: calc(208/750 * 100vw);
}
.flow-pop-step03{
	width: calc(188/750 * 100vw);
}

.txt-orange{
	color: #f36e35;
}

.txt-mdl-big{
	font-size: 110%;
}

.txt-big{
	font-size: 130%;
}

.flow-wrap .flow .flow-txt-box{
	width: calc(450/750 * 100vw);
}

.flow-ttl{
	background: url(../images/flow-ttl-bg.jpg) left bottom / auto calc(6/750 * 100vw) repeat-x;
	font-size: calc(35/750 * 100vw);
	color: #f36e35;
	font-weight: 900;
	padding-bottom: calc(25/750 * 100vw);
	margin-bottom: calc(25/750 * 100vw);
	position: relative;
}

.flow-ttl-baloon{
	position: absolute;
	font-size: 0;
	width: calc(197/750 * 100vw);
	left: calc(228/750 * 100vw);
    bottom: calc(28/750 * 100vw);
}

.flow-txt{
	font-size: calc(26/750 * 100vw);
	padding-right: 1em;
}

.flow-wrap .note02{
	margin-left: 0;
	text-align: left;
}

/*------------------------------------------------------------
  part-time-wrap（非常勤募集）
------------------------------------------------------------*/
.part-time-wrap .inner {
	height: auto;
	padding: calc(40/750 * 100vw) 0 calc(100/750 * 100vw);
}

.part-time-wrap .block {
    padding: 0 10px;
}

.part-time-link{
	width: calc(710/750 * 100vw);
}


/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer {
	background: #fff;
	width: 100%;
	min-width: 100%;
	padding: 10px 15px 40%;
}
footer .inner {
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	margin: auto;
}
/* f-logo */
footer .f-logo01 {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5%;
}
footer .f-logo02 {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
/* address */
footer .address {

	margin-left: auto;
	margin-top: 20px;
	text-align: center;
	width: 100%;
}
footer .ad01 {
	font-size: 16px;
	padding-bottom: 0.5em;
}
footer .ad02 {
	font-size: 13px;
	line-height: 1.5;
}
footer .copy {
	text-align: center;
	font-size: 10px;
	margin-top: 25px;
}


/*------------------------------------------------------------
  cta-area
------------------------------------------------------------*/
#fixed-area {
	position: fixed;
	bottom: 0;
}
.cta-area {
	background: url(../images/sp-cta-bg.jpg) 0 0 repeat-x;
	background-size: auto 100%;
	width: 100%;
	height: auto;
	min-width: 100%;
	padding: 15px 0;
}
.cta-area .inner {
	display: block;
	max-width: 100%;
	padding: 0 10px;
}
.cta-area .cta01 {
	font-size: 3.2vw;
	margin-bottom: 10px;
	position: relative;
}
.cta-area .cta01:before,
.cta-area .cta01:after {
	width: 15px;
	height: 1px;
}
.cta-area .cta02 {
	font-size: 3.5vw;
}
.cta-area .cta-btn {
	width: 80%;
	margin: 10px auto 0;
}



/*------------------------------------------------------------
  modal
------------------------------------------------------------*/

  .modal__content {
	width: calc(710/750 * 100vw);
  }

  .modal__content--inner {
	padding: calc(60/750 * 100vw) 0;
}

.modal-ttl {
	font-size: calc(36/750 * 100vw);
	border-bottom: dotted #ed6479 4px;
	margin-bottom: calc(30/750 * 100vw);
}

.modal-txt{
	font-size: calc(26/750 * 100vw);
	margin-bottom: calc(30/750 * 100vw);
}

.modal-ttl {
    display: inline-block;
}

.modal__close {
    position: absolute;
    z-index: 11;
    cursor: pointer;
	color: #bfbfbf;
	font-size: 40px;
	right: calc(30/750 * 100vw);
	top: calc(30/750 * 100vw);
}

.modal-block{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 calc(80/750 * 100vw);
}
.modal-box{
	width: 100%;
	padding-bottom: calc(15/750 * 100vw);
}

.modal-box-wide{
	width: 100%;
}

.modal-box-head{
	width: 100%;
	height: calc(44/750 * 100vw);
	margin: 0 auto calc(15/750 * 100vw);
}
.modal-box-wide .modal-box-head{
	width: 100%;
}
.modal-box-head p{
	font-size: calc(26/750 * 100vw);
	white-space: nowrap;
}

.modal-box-txt{
	padding-bottom: calc(15/750 * 100vw);
}

.modal-box-txt p{
	font-size: calc(26/750 * 100vw);
}

.modal-notes{
	font-size: calc(22/750 * 100vw);
	padding-bottom: calc(15/750 * 100vw);
}

.modal-link-btn{
	width: 60%;
	height: calc(100/750 * 100vw);
	margin: calc(50/750 * 100vw) auto 0;
	font-size:calc(30/750 * 100vw);
	padding: 0 calc(40/750 * 100vw);
}
.modal-link-btn p{
margin: 0 auto;
line-height: 1;
}


}
