@charset "utf-8";
@font-face {
	font-family: 'Zen Maru Gothic';/*要素に指定するときに使うフォント名*/
	src:url("http://creative-lab.sakura.ne.jp/wp2/wp-content/themes/themes_hoiku/fonts/ZenMaruGothic-Medium.woff2") format('woff2'),/*先に記述するほど優先度高*/
	url("http://creative-lab.sakura.ne.jp/wp2/wp-content/themes/themes_hoiku/fonts/ZenMaruGothic-Midium.woff") format('woff'),
	url("http://creative-lab.sakura.ne.jp/wp2/wp-content/themes/themes_hoiku/fonts/ZenMaruGothic-Medium.eot") format('embedded-opentype'),
    url("http://creative-lab.sakura.ne.jp/wp2/wp-content/themes/themes_hoiku/fonts/ZenMaruGothic-Bold.woff2") format('woff2'),
	url("http://creative-lab.sakura.ne.jp/wp2/wp-content/themes/themes_hoiku/fonts/ZenMaruGothic-Bold.woff") format('woff'),
	url("http://creative-lab.sakura.ne.jp/wp2/wp-content/themes/themes_hoiku/fonts/ZenMaruGothic-Bold.eot") format('embedded-opentype');
	font-display: swap;
}

body {
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #664F3A;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 1.5px;
    line-height: 2.0;
}
h2 {
    font-size: 2.5em;
    font-weight: 500;
    position: relative;
}
a {
    display: block;
    color: #664F3A;
    text-decoration: none;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}
a:hover {
    opacity: .7;
}
ul {
    list-style: none;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.header-wrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    align-items: center;
}
.header_logo {
    font-size: 23px;
    padding-left: 2em;
    padding-top: 2em;
}
span.logo_text.pc {
    font-size: 23px;
}
/*========= ナビゲーションのためのCSS ===============*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 998;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width: 30%;
    height: 100vh;/*ナビの高さ*/
	background:#F8F5F2;
    /*動き*/
	transition: all 0.6s;
}
/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}
/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

/*リストのレイアウト設定*/
.nav_title {
    position: relative;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
}
.nav_title::after {
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(img/title_underline.svg) no-repeat;
    width: 124px;
    height: 5px;
    position: absolute;
    bottom: 6px;
    align-items: center;
}
#g-nav li{
	list-style: none;
    text-align: left; 
}

#g-nav li {
	color: #664F3A;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.nav_btn {
    background: #98D0D0;
    color: #fff;
    color: #fff;
    border-radius:21px;
    -webkit-border-radius:21px;
    -moz-border-radius:21px;
    -ms-border-radius:21px;
    -o-border-radius:21px;
    padding: 12px;
    text-align: center;
    width: 100%;
    max-width: 250px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
    position:fixed;
    z-index: 999;
    /*ボタンを最前面に*/top:10px;
    right: 20px;
    cursor: pointer;
    width: 50px;
    height:50px;
    background: #EDB2C0;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}
/*×に変化*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #F8F5F2;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
/*========= ナビゲーションのためのCSS終わり ===============*/

/*fvエリア*/
.fv {
    width: 100%;
    position: relative;
}
.fv_bg_pc > img {
    height: 100vh;
    margin-left: auto;
    margin-top: -40px;
}

.fv_bg_sp > img {
    width: 100vw;
}
.fv_text_wrap {
    position: absolute;
    top: 31%;
    left: 10%;
    font-size: 2.6em;
}
.slide-in_inner {
    background: #EDB2C0;
    color: #fff;
    padding: 0 15px;
}
/*fvテキストフェード*/
/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
	animation-name:slideTextX100;
    animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}
/*fvエリア終わり*/

/*セクション余白指定*/
.limited-width {
    margin: 0 auto;
    padding: 100px 0;
    max-width: 1200px;
}

/*お問い合わせボタン*/
.-w-contact_text {
    text-align: center;
    font-size: 28px;
}
.plug {
    position: relative;
}
.plug::before {
    content: '';
    display: inline-block;
    width: 1.6px;
    height: 30px;
    background: #664F3A;
    position: absolute;
    bottom: 0;
    left: -17px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
.plug::after {
    content: '';
    display: inline-block;
    width: 1.6px;
    height: 30px;
    background: #664F3A;
    position: absolute;
    bottom: 0;
    right: -17px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}
.contact_btn > a{
    color: #fff;
    text-align: center;
    background:  #98D0D0;
    height: 160px;
    width: 430px;
    padding: 10px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.-w-btn_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin-top: 30px;
}
.btn1 {
    margin-right: 20px;
}
.web_text {
    font-size: 1.6em;
    position: relative;
}
.web_text::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(img/arrow.svg) no-repeat;
    position: absolute;
    top: 47%;
    right: -10%;
}
.-w-tel_content {
    display: flex;
    flex-direction: column;
}
.tel {
    font-size: 2em;
    margin-top: -16px;
}
.time {
    font-size: 17px;
    margin-top: -10px;
}

/*お悩みエリア*/
.sec02 {
    background: #F8F5F2;
}
.worris_text {
    text-align: center;
    font-size: 20px;
}
.worris_area {
    position: relative;
    height: 480px;
}
.worris_inner {
    width: 700px;
    height: 420px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-40.5%);
    -webkit-transform: translate(-50%,-40.5%);
    -moz-transform: translate(-50%,-40.5%);
    -ms-transform: translate(-50%,-40.5%);
    -o-transform: translate(-50%,-40.5%);
}
.circle {
    text-align: center;
}
.orange {
    content: '';
    display: inline-block;
    background: url(img/orange.png )no-repeat;
    background-size: contain;
    width: 245px;
    height: 190px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 12%;
}
.bule {
    content: '';
    display: inline-block;
    background: url(img/blue.png )no-repeat;
    background-size: contain;
    width: 218px;
    height: 215px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 12%;
}
.pink {
    content: '';
    display: inline-block;
    background: url(img/pink.png )no-repeat;
    background-size: contain;
    width: 191px;
    height: 203px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    right: 0;
}
.green {
    content: '';
    display: inline-block;
    background: url(img/green.png )no-repeat;
    background-size: contain;
    width: 248px;
    height: 186px;
    max-width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: -20px;
    right: 30%;
}
.yellow {
    content: '';
    display: inline-block;
    background: url(img/yellow.png)no-repeat;
    background-size: contain;
    width: 213px;
    height: 195px;
    max-width: 100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.worris_downtext {
    text-align: center;
    margin-top: 3.5em;
}
.worris_downtext_text {
    font-size: 20px;
    position: relative;
}
.worris_downtext_text::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 13px;
    background: url(img/worris_downtext.svg)no-repeat;
    position: absolute;
    bottom: -20px;
    left: 45px;
}
.worris_downtext_title {
    font-size: 36px;
    margin-top: 1em;
    color: #E2A6B4;
}

/*保育士移住のメリットエリア*/
.merit_wrap {
    display: flex;
}
.sub_title {
    font-size: 20px;
    color: #978B81;
}
h2::after {
    content: '';
    display: inline-block;
    background: url(img/title_underline.svg) no-repeat;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: -15px;
    left: 0;
}
.-w-title {
    margin-bottom: 3em;
}
.merit_content {
    margin-top: 120px;
    position: relative;
}
.merit {
    border-radius: 30px;
    background: #E2A6B4;
    width: 550px;
    height: 110px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}
/*メリット01*/
.merit01 {
   position: relative;
   width: 50%;
}
.merit01::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(img/01.svg)no-repeat;
    position: absolute;
    top: -43px;
}
.merit_under {
    text-align: center;
    font-size: 23px;
    margin-top: 15px;
}
.merit_under_text {
    position: relative;
}
.merit_under_text::before {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #664F3A;
    position: absolute;
    bottom: 0;
    left: -17px;
    transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
}
.merit_under_text::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 30px;
    background: #664F3A;
    position: absolute;
    bottom: 0;
    right: -17px;
    transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
}
.merit_point {
    content: '';
    width: 165px;
    height: 165px;
    background: url(img/Group\ 23.svg) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
.-w-point_wrap {
    line-height: 1.5;
}
.big_num {
    font-size: 3.5em;
}
.mini_text {
    font-size: 18px;
}
.merit_point_content {
    display: flex;
}
.merit_point_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.point {
    margin-right: 15px;
}
.point_text {
    text-align: center;
    margin-top: 10px;
}
/*ポイント02*/
.merit02 {
    width: 50%;
}
.merit_point02 {
    content: '';
    width: 260px;
    height: 190px;
    background: url(img/merit_bg01.svg) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
.merit_point02-2 {
    content: '';
    width: 260px;
    height: 190px;
    background: url(img/merit_bg02.svg) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
.merit_image {
    margin: 10px;
}
.merit_image > img {
    width: 170px;
    height: 65px;
}
.merit02 {
    position: relative;
}
.merit02::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(img/02.svg)no-repeat;
    position: absolute;
    top: -43px;
}
/*メリット03*/
.merit03 {
    display: flex;
    margin-top: 100px;
    position: relative;
}
.merit03::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50px;
    background: url(img/03.svg)no-repeat;
    position: absolute;
    top: -43px;
}
.space {
    margin-top: 35px;
}
/*メリット画像*/
.image_wrap {
    width: 50%;
    position: relative;
}
.merit03_image01 {
    position: absolute;
    top: -5%;
    right: 0;
}
.merit03_image01 > img {
    width: 335px;
}
.merit03_image02 {
    position: absolute;
    bottom: -30%;
    right: 31%;
}
.merit03_image02 > img {
    width: 360px;
}

/*保育士の声エリア*/
.sec04 {
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #EFC4CF 15.62%, #EDB2C0 50%, #ECC7CF 84.37%, rgba(217, 217, 217, 0) 100%);
}
.three_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
	-ms-flex-align: start;
    align-items: flex-start;
    padding-top: 80px;
}
.voice {
    background: #fff;
    width: 30%;
    padding: 25px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border: 1px solid #E2A6B4;
}
.illust_name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
	-ms-flex-align: end;
    align-items: flex-end;
}
.list_text {
    margin-top: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/*サポートエリア*/
.supprt_text_content {
    text-align: center;
}
.support_text {
    font-size: 22px;
}
.pink_text {
    color: #E2A6B4;
    font-size: 30px;
    margin-top: 1.5em;
    position: relative;
}
.pink_text::after{
    content: '';
    display: inline-block;
    width: 68px;
    height: 1px;
    background: #664F3A;
    position: absolute;
    left: 47%;
    bottom: -15%;
}
.blue_under_wrap {
    margin-top: 50px;
    font-size: 24px;
}
.blue_under {
    background:linear-gradient(transparent 60%, #D5EAEF 0%);
}
.btn_top_text {
    margin-top: 85px;
}
.-w-btn {
    background: #F6A75D;
    margin:25px auto;
    width: 546px;
    height: 76px;
    border-radius: 38px;
    padding: 10px;
}
.-w-btn > a{
    color: #fff;
    font-size: 26px;
}
.-w-btn > a > span {
    position: relative;
}
.-w-btn > a > span::after {
    content: '';
    display: inline-block;
    background: url(img/external-link-2.svg) no-repeat;
    width: 18px;
    height: 18px;
    margin-left: 23px;
}
.sec06 {
    background: #F8F5F2;
}
/*インタビュー*/
.movie_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
	justify-content: space-around;
    margin-top: 81px;
}
.movie {
    width: 40%;
    margin-top: 40px;
}
.contact_content {
    margin-top: 146px;
}
/*よくある質問*/
/*タブ実装*/
.tab-group{
    display: flex;
    justify-content: center;
    margin: 6em auto 0;
    padding: 0;
    width: 100%;
    max-width: 1082px;
  }
  .tab{
    flex-grow: 1;
    padding:5px;
    list-style:none;
    text-align:center;
    cursor:pointer;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}
.panel-group{
    max-width: 1082px;
    width: 100%;
    border-top:none;
    margin: 0 auto;
}
.panel{
    display:none;
}
.tab-A {
    background:#D5EAEF;
}
.tab-B {
    background: #C5E9B8;
}
.tab-C {
    background: #F2E88B;
}
.panel.is-show{
    display:block;
    max-width: 1182px;
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}
/*アコーディオン*/
.accordion {
    position: relative;
    width: 100%;
    max-width: 1082px;
    width: 100%;
}
.accordion-container {
    width: 100%;
    padding: 60px 50px;
}
.accordion-title {
    cursor: pointer;
    font-size: 16px;
    padding: 10px 60px;
    position: relative;
}
.accordion-title::before {
    content: 'Q';
    color: #fff;
    background: #EDB2C0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20px;
    flex-shrink: 0;
}
.accordion-content {
    display: none;
    padding: 25px 60px;
    max-width: 1082px;
    width: 100%;
    position: relative;
}
.accordion-content::before {
    content: 'A';
    color: #EDB2C0;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
	-ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 20px;
    flex-shrink: 0;
}
.accordion-content p {
    font-size: 16px;
    line-height: 1.5;
}
.accordion-item {
    margin-bottom: 19px;
}

  /* タイトルの背景色 */
.accordion-item .accordion-title {
    background: #fff;
    max-width: 1082px;
    width: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
  /* 矢印 */
.accordion-title {
    position: relative;
}
.accordion-title::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #664F3A;
    position: absolute;
    right: 25px;
    top: 45%;
    transition: transform .3s ease-in-out, top .3s ease-in-out;
  }
  .accordion-title.open::after {
    top: 45%;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.flow {
    position: relative;
    counter-increment: count;
}
.flow::before {
    content: counter(count);

}
/*申請の流れ*/
.flow_wrap {
    padding-left: 0;
}
.flow_content {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px 0;
    position: relative;
}
.flow::before {
    content: counter(count);
    background: #E2A6B4;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-shrink: 0;
}
.flow::after {
    content: '';
    display: inline-block;
    background: url(img/arrowpink.svg) no-repeat;
    width: 20px;
    height: 12px;
    position: absolute;
    bottom: -30px;
    left: 45%;
}
.flow:last-of-type::after {
    display: none;
}
.flow > span {
    font-size: 20px;
    margin-left: 10px;
}
/*お問い合わせエリア*/
.sec09 {
    background: #F8F5F2;
}
/*mwプラグイン*/
.-w-form_wrap {
    width: 100%;
    max-width: 789px;
    margin: 0 auto;
}
select {
        width: 100%;
        height: 52px;
        border: none;
        color: #664f3a;
}
input {
    width: 100%;
    height: 52px;
    border: none;
    color: #664f3a;
}
input[type="text"] {
    margin-bottom: 10px;
}
textarea {
    width: 100%;
    border: none;
    color: #664f3a;
}
.required::after {
    content: "※";
    color: #cc0000;
    font-size: 0.8em;
    font-weight: bold;
    margin-left:0.3em;
    }
    span.required {
        font-size: 18px;
    }
input#consent-chk {
    width: 20px;
}
.agree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
.agree::after {
    content:'※';
    color: #cc0000;
    font-size: 1em;
    font-weight: bold;
    margin-left:0.3em;
}
input[type="submit"] {
    margin-top: 30px;
    border: none;
    background: #F6A75D;
    color: #fff;
    width: 340px;
    height: 65px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
input[type="submit"]:hover {
    opacity: .7;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form_submit {
    border: none;
    background: #F6A75D;
    color: #fff;
    width: 340px;
    height: 65px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form_submit:hover {
    opacity: .7;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form_confirm {
    margin-top: 30px;
    border: none;
    background: #F6A75D;
    color: #fff;
    width: 340px;
    height: 65px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.form_confirm:hover {
    opacity: .7;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

input[type="text"] {
    margin-bottom: 10px;
    padding: 0 12px;
}
input[type="email"] {
    padding: 0 12px;
}
textarea {
    padding: 0 12px;
}
select {
    padding: 0 12px;
}
.formbtn_wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.form_btn {
    margin: 0 auto;
}   
.-w-policy_text_wrap {
    text-align: center;
}
.policy > a {
    display: flex;
}
.privacy {
    border-bottom: 1px solid #664F3A;
    font-size: 14px;
    font-weight: 400;
}
.container {
    margin-top: 45px;
}
.-w-policy_text {
    margin-top: 28px;
}
#mw_wp_form_mw-wp-form-382 > p {
    text-align: center;
    font-size: 20px;
}
input[type="checkbox"] {
    width: 12px;
    height: 12px;
}
form input::placeholder {
    color: #dbdbdb;
}

/*footer*/
.footer {
    background: #E2A6B4;
    padding: 4em 3em;
    color: #fff;
}
.-w-footer_inner {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.footer_name {
    font-size: 20px;
}
.footer_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1.5em;
}
.footer_tel {
    margin-left: 3.5em;
}
.copy {
    text-align: center;
    font-size: 12px;
    margin-top: 56px;
    position: relative;
}
.copy::before {
    content: '';
    display: inline-block;
    width: 82px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -16px;
    left: 45%;
}
.footer {
    background: #E2A6B4;
    padding: 4em 3em 1em;
    color: #fff;
}


@media screen and (max-width: 1024px) {
    /*メリットエリア*/
    .merit {
        width: 95%;
    }
    /*メリット画像*/
    .merit03_image02 {
        right: 20%;
    }
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .limited-width {
        padding: 2rem 1rem ;
    }
    .header_logo {
        font-size: 0.29em;
        padding-left: 10px;
        padding-top: 20px;
}
span.logo_text {
    font-size: 1rem;
}
/*========= ナビゲーションのためのCSS ===============*/
.openbtn {
    right: 10px;
}
#g-nav{
    width: 100%;
}
/*========= ナビゲーションのためのCSS終わり ===============*/
 /*fv*/
 #fv {
    height: 65vh;
 }
.fv_text_wrap  {
    font-size: 1.6em;
    left: 10px;
    top: 50%;
}

/*ボタンエリア*/
.-w-contact_text {
    display: none;
}
.contact_btn > a {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.-w-btn_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.btn1 {
    margin-right: 0;
}
.contact_btn {
    margin-bottom: 20px;
}
.web_text {
    font-size: 1.3em;
}
.web_text::after {
    top: 43%;
    right: -10%;
}
/*メリットタイトル*/
h2 {
    font-size: 1.5em;
}
.merit {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 22px;
}
.big_num {
    font-size: 3.2em;
}
span.merit_under_text02 {
    font-size: 17px;
}
.mini_text {
    font-size: 17px;
}
/*メリット01*/
.merit_wrap {
    display: block;
}
.merit01 {
    width: 100%;
    margin-bottom: 5em;
}
.merit_point {
    background-size: contain;
    width: 160px;
    height: 160px;
}
.point_text {
    font-size: 13px;
}
/*メリット02*/
.merit02 {
    width: 100%;
}
.merit_point_content {
    flex-direction: column;
    align-items: center;
}
.point {
    margin-right: 0;
    margin-bottom: 15px;
}
/*メリット03*/
.merit03 {
    width: 100%;
}
.merit_under_text02 {
    font-size: 17px;
}
.space {
    margin-top: 20px;
}
.merit03 {
    flex-direction: column;
}
.image_wrap {
    width: 100%;
    max-width: 370px;
    height: 440px;
    margin: 0 auto;

}
.merit03_image01 {
    position: absolute;
    top: 15px;
    left: -2%;
    right: auto;
}
.merit03_image01 > img {
    width: 255px;
}
.merit03_image02 {
    right: 0;
    top: 50%;
    bottom: auto;
}
.merit03_image02 > img {
    width: 270px;
}
/*保育士の声エリア*/
.three_container {
    display: block;
    padding-top: 0;
    padding-left: 0;
}
.voice {
    width: 100%;
    margin-bottom: 45px;
    padding: 25px 38px;
}
.illust_img {
    width: 57px;
}
.age_name {
    font-size: 14px;
    margin-left: 5px;
}
/*サポートエリア*/
.support_text {
    font-size: 16px;
}
.pink_text {
    font-size: 24px;
}
.pink_text::after {
    left: 39%;
    bottom: -8%;
}
.blue_under_wrap {
    margin-top: 23px;
    font-size: 17px;
}
.btn_top_text {
    margin-top: 50px;
}
.-w-btn {
    width: 100%;
    height: 60px;
    padding: 13px;
}
.-w-btn > a {
    font-size: 16px;
}
.-w-btn > a > span::after {
    position: absolute;
    top: 17%;
    margin-left: 3px;
}
/*保育士インタビュー*/
.movie_content {
    margin-top: 60px;
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.movie {
    width: 288px;
}
.contact_content {
    margin-top: 81px;
}
/*よくある質問エリア*/
/*タブ切り替え*/
/*アコーディオン*/
.accordion-container {
    padding: 20px 10px;
}
.accordion-item .accordion-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.accordion-title {
    padding: 10px 54px;
}
.tab-group {
    margin: 60px 0 0 0
}
.tab {
    font-size: 14px;
}
/*申請の流れ*/
.flow > span {
    font-size: 18px;
}
/*プライバシーポリシー*/
.agree {
    font-size: 14px;
}
.formbtn_wrap {
    flex-direction: column;
}
input[type="submit"] {
    width: 280px;
}
.form_submit {
    width: 280px;
}
.form_confirm {
    width: 280px;
}

/*footer*/
.footer_info {
    -webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
    flex-direction: column;
}
.footer_tel {
    margin-left: 0;
    margin-top: 20px;
}
.footer {
    padding: 4em 2em 1em;
}
}


@media screen and (max-width: 600px) {
/*お悩みエリア*/
.worris_area {
    height: 250px;
}
.worris_inner {
    width: 579px;
    position: absolute;
    height: 385px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.57);
    -webkit-transform: translate(-50%,-50%) scale(0.57);
    -moz-transform: translate(-50%,-50%) scale(0.57);
    -ms-transform: translate(-50%,-50%) scale(0.57);
    -o-transform: translate(-50%,-50%) scale(0.57);
}
    .pink {
        bottom: 20px;
    right: 13px;
    }
    .green {
        bottom: -20px;
    right: 27%;
    }
    .worris_downtext_text {
        font-size: 15px;
    }
    .worris_downtext_title.sp {
        font-size: 24px;
    }
    .worris_downtext_text::after {
        left: 9px;
    }
}
