@charset "utf-8";
/*
Theme Name: ten
*/
@import url(css/normalize.ver7.min.css);
/* --------------------------------------------------------
 共通
----------------------------------------------------------- */
body {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #7D7F86;
  font-size: 15px;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: .02rem;
  line-height: 1.8;
    position: relative;
}
.contents_wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
/* ヘッダー */
header .fixed_inner {
  position: fixed;
  background-color: #fff;
  width: 100%;
  padding-left: 2.7%;
  z-index: 2;
  top: 0;
  height: 80px;
}
.header_logo {
  margin: .5rem auto 0 0;
}
.mobile_nav_flame {
  display: none;
}
header .pc_header_nav ul {
  margin: 0;
}
header .pc_header_nav li {
  padding: 1.7rem 1.2vw;
  font-size: .93rem;
}
header .pc_header_nav li.line {
    background: #00B900;
    color: #fff;
    padding: 0;
    margin-left: 1vw;
}
header .pc_header_nav li.line a {
    display: block;
    padding: 1.7rem 31px 1.2rem 32px;
}
header .pc_header_nav li.line img {
    display: inline-block;
    width: 20px;
    margin-right: .2rem;
    margin-bottom: .2rem;
}
header .pc_header_nav li:last-child {
  background: #FCD005;
  color: #505050;
  padding: 0;
}
header .pc_header_nav li:last-child a {
  display: block;
  padding: 1.7rem 31px 1.2rem 32px;
}
header .pc_header_nav li .fa {
  display: inline-block;
  margin-right: .2rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 1080px) {
    header .pc_header_nav li span {
        display: none;
    }
}
.page-template-page-feature .pc_header_nav li:nth-child(1) a,
.page-template-archive-nursery .pc_header_nav li:nth-child(2) a,
.page-template-page-company .pc_header_nav li:nth-child(3) a,
.page-template-page-voice .pc_header_nav li:nth-child(4) a,
.page-template-archive-news  .pc_header_nav li:nth-child(5) a,
.single-post .pc_header_nav li:nth-child(5) a {
  border-bottom: 2px solid #E59C33;
  padding-bottom: .3rem;
}
.top_main_flame {
  position: relative;
}
.top_main {
  background: url(images/top_main_pre1.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  height: 62.5vw;
  margin-top: -5vw;
}
.top_main_flame .inner {
  position: absolute;
  top: 20vw;
  right: 0;
  width: 41%;
}
.top_main_flame .inner h2 {
  background: #fff;
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  font-size: 2.66em;
  padding: 1rem;
  margin-bottom: .5em;
}
.top_main_flame .inner p {
  padding: .5rem 2rem;
  margin:0;
}
/* 検索 */
.top_header_search {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: rgba(247, 248, 250, 0.8);
  padding: 1.41rem 0;
}
.search_box h4,
.top_news h3 {
  color: #E59C33;
  font-size: .93rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding-left: 6rem;
  position: relative;
  margin: 0 0 .5rem;
}
.search_box h4:before,
.top_news h3:before {
  content: "";
  width: 66px;
  height: 2px;
  left: 2rem;
  background: #E59C33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.search_box ul {
  margin: 0;
}
.search_box li {
  margin-right: 1rem;
}
.select_wrap {
  position:relative;
}
.select_wrap:before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f078";
  color: #7D7F86;
  pointer-events: none;
}
.search_box select {
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: .93rem;
  padding: 1rem 7rem 1rem 1rem;
  background: #fff;
  border: 1px solid #7D7F86;
  color: #7D7F86;
  border-radius: 3px;
  position: relative;
  font-weight: 400;
}
/* IEでセレクタの矢印消す */
select::-ms-expand {
  display: none;
}
.searchsubmit_btn {
  margin-left: auto;
  position: relative;
}
.searchsubmit_btn:before {
  z-index: 1;
  position: absolute;
  top: 47%;
  left: 3.2vw;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f002";
  color: #ffffff;
  pointer-events: none;
}
#searchsubmit {
  padding: 1rem;
  background: #FCD005;
  width: 12rem;
  cursor: pointer;
  color: #ffffff;
  text-indent: 1rem;
  border: none;
  border-radius: 3px;
}
/* バナー */
.banner {
    position: fixed;
    bottom: 140px;
    right: 0;
    z-index: 100;
    color: #FFF;
}

.banner .banner-entry{
  color: #505050;
}

.banner-line {
    background: #00B900;
}
.banner span {
    font-size: .8em;
    display: block;
}
.banner-entry {
    background: #FCD005;
}
.banner img {
    width: 35px;
}

.banner .banner-entry img {
  filter: brightness(0.5);
}

.banner p {
    margin: 0;
    margin-left: .5rem;
}
.banner-line a {
    display: flex;
    align-items: center;
    padding: .5rem;
}
.banner-entry a {
    display: flex;
    align-items: center;
    padding: .5rem;
}
.banner-entry from {
    display: block;
}
.banner-entry button {
    padding: .5rem;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    color: #FFF;
    display: block;
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.slide {
    opacity: 0;
    animation: fadeIn 1s ease-in .3s 1 forwards;
   
}
@keyframes fadeIn {
    100% {opacity: 1}
}

/* フッター */
footer {
  background: #7D7F86;
  color: #fff;
  padding: 4em 0 1.2em;
  position: relative;
  overflow: hidden;
}
footer .contents_wrapper {
  max-width: 765px;
}
footer ul {
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  padding: 1.5rem 0;
  margin: 0 0 4em;
  font-size: .866rem;
  line-height: 1.6;
}
footer li a {
  font-size: 0.866em;
}
.footer_logo {
  display: block;
  margin: 0 auto 4em;
}
.copyright {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: .8rem;
  margin: 0;
    margin-bottom: 
}
#top_back {
  position: absolute;
  right: 1rem;
  bottom: -37%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#top_back:hover {
  bottom: -22%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
section h2 {
  font-size: 1.6rem;
  color: #7D7F86;
}
.flex .left,
.flex .right {
  width: 50%;
}
.even {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
section {
  padding: 4em 0;
}
.fadein {
    opacity : .1;
    transform : translate(210px, 0);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}
/* -----------------------------
 トップページ
----------------------------- */
.heading_attach {
  position: relative;
  padding: 33px 0 0;
  line-height: 1;
}
.heading_attach:before {
  content: "";
  width: 2px;
  height: 66px;
  background-color: #E59C33;
  position: absolute;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.heading_attach span {
  color: #E59C33;
  font-size: .93rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 3em 0 4em;
}
.home section h2 {
  background: url(images/obj-01.svg)no-repeat;
  background-position: left center;
  padding-left: 3.8rem;
  margin: 0 0 2rem;
  line-height: 1;
  font-size: 1.6rem;
}
.odd .left div.inner:after {
  content: "";
  background: #FFF8E9;
  width: 90%;
  height: 100%;
  display: block;
  right: 0;
  top: 15%;
  position: absolute;
  z-index: -1;
}
.odd .left div.inner img {
  padding: .5rem 0 2.5rem;
}
.odd .right .inner,
.even .left .inner,
.top_company .right .inner {
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
  padding: 2rem 0;
}
.odd .right .inner p,
.even .left .inner p {
  margin: 0 0 2rem;
  padding: 0 1rem;
}
.contents_btn {
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  padding: .66rem 0;
  display: block;
  position: relative;
  width: 98%;
}
.contents_btn:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f054";
  color: #7D7F86;
  pointer-events: none;
}
.even .right div.inner:after {
  content: "";
  background: #FFF8E9;
  width: 90%;
  height: 100%;
  display: block;
  left: 0;
  top: 15%;
  position: absolute;
  z-index: -1;
}
.even .right div.inner img {
  padding: .5rem 0 2.5rem 3rem;
}
/* 企業主導型保育事園 */
.top_feature {
  background: #FFF8E9;
}
.top_feature ul {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 1.5rem;
  margin: 0;
}
.top_feature li {
  background: #fff;
  position: relative;
  width: 31%;
  padding: 2em;
}
.top_feature li:nth-child(-n+3) {
  margin-bottom: 3rem;
}
.top_feature li span {
  position: absolute;
  color: #E59C33;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  top: -11%;
  left: 1rem;
  font-size: 2.66rem;
}
.top_feature li img {
  display: block;
  margin: 0 auto;
    max-width: 145px;
}
.top_feature li h3 {
  text-align: center;
}
/*検索(センター)*/
section.top_center_sarch {
  background: #FED34F;
  padding: 0;
}
.top_center_sarch .contents_wrapper {
  background: url(images/chara-01.svg) left bottom no-repeat;
  padding: 3em 0;
}
.top_center_sarch h3 {
  margin-top: 0;
  padding-left: 20%;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
}
.top_center_sarch h4 {
  color: #fff;
  padding-left: 28%;
}
.top_center_sarch h4:before {
  background:#fff;
  left: 23.5%;
}
.top_center_sarch form {
  padding-left: 20%;
}
.top_center_sarch form select {
  padding: 1rem 3rem 1rem 1rem;
}
.top_center_sarch #searchsubmit {
  background: #aaaaaa;
}
/*保育園*/
.top_enjoy_nursing .left {
  padding: 0 1em 0 0;
}
.top_nursery .left {
  padding: 0 5em 0 0;
}
.top_enjoy_nursing .right {
  padding: 0 2em 0 4em;
}
.top_nursery .right {
  padding: 0;
}
/* ニュース */
.top_news {
  background: #FFF8E9;
}
.top_news h3:before {
  left: 2.5rem;
}
.top_news ul {
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
  padding: 2rem 0;
  margin-bottom: 1.5rem;
}
.top_news li {
  margin-bottom: 1rem;
}
.top_news li:last-child {
  margin-bottom: 0;
}
.top_news .news_data {
  display: inline-block;
  margin-right: 1rem;
}
.top_news h3 {
  margin-bottom: 1rem;
  line-height: 1;
}
.top_news h4 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
}
.top_news .contents_btn {
  background: #fff;
  width: 40%;
  margin: 0 auto;
}
/* 会社 */
.top_company .left {
  width: 30%;
}
.top_company .right {
  width: 70%;
  padding-left: 5rem;
}
.top_company .right .inner p {
  margin: 0 0 1rem;
}
.top_company .right .inner ul {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
.top_company .right .inner li {
  width: 49%;
}
/* ---------------------------------------
 下層ページ
----------------------------- */
/* 共通 */
.underlayer_page_top {
  position: relative;
  margin-top: 80px;
  height: 315px;
}
.underlayer_page_top .inner_flame {
  height: 315px;
  background-color: rgba(203, 183, 99, 0.6);
}
.underlayer_page_top .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translateY(-50%) translateX(-50%);
}
.underlayer_page_top h2 {
  font-family: "Sawarabi Mincho";
  font-weight: 400;
  font-size: 2.66rem;
  color: #fff;
  text-align: center;
  letter-spacing: .4rem;
  text-indent: -.4rem;
}
.underlayer_heading_attach {
  margin-top: -2.6vw;
}
.breadcrumb {
  padding: 4em 0 .5rem 10.5vw;;
  margin: 0 0 4em;
  border-bottom: 2px solid #E59C33;
  display: inline-block;
  line-height: 1;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  margin-right: 2rem;
}
.breadcrumb li:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f054";
  color: #7D7F86;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li:last-child:after{
  content: none;
}
.single-post .breadcrumb li:last-child,
.single-nursery .breadcrumb li:last-child,
.single-job .breadcrumb li:last-child {
  overflow: hidden;
  white-space: nowrap;
  width: 12rem;
  text-overflow: ellipsis;
  vertical-align: bottom;
  line-height: 1.1;
}
/* -----------------------------
先輩の声ページ
----------------------------- */
.voice_page_bg {
    background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.voice {
    padding: 0 0 4rem;
}
.voice .overview_text {
    padding: 0 8rem;
    margin: 0 0 4em;
}
.voice h2 {
    background: url(images/obj-01.svg)no-repeat;
    background-position: left center;
    padding-left: 3.8rem;
    margin: 0 0 2rem;
    line-height: 1;
}
.voice ul {
    margin: 0 0 2em;
    flex-wrap: wrap;
}
.voice .flex li {
    background-color: #fdb54d;
    padding: 1rem;
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 2rem;
    font-size: .8em;
    color: #fff;
}
.voice .flex li:nth-child(3n) {
    margin-right: 0;
}
.voice .flex li .name {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}
.voice .flex li p {
    margin: 0;
}
.voice .flex li .img {
    width: 33%;
    margin-right: 5%;
}
.voice .flex li .txt {
    width: 62%;
    display: inline;
}
.voice .flex li h3 {
    margin: 0;
}
.voice .flex li img {
    border-radius: 50%;  
}
.voice .flex li .btn {
    margin-top: 1rem;
}
.voice .flex li .btn a {
    text-align: center;
    color: #E59C33;
    background-color: #FFF;
    width: 100%;
    display: block;
    padding: 1rem 0;
}
/*.voice li {
    border-bottom: 2px dotted #FED34F;
}
.voice li:first-child {
    border-top: 2px dotted #FED34F;
}
.voice li a {
    padding-right: 2rem;
    display: block;
    position: relative;
}
.voice li a::after {
    content: "→";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    color: #FED34F;
}*/
/* -----------------------------
 保育園一覧ページ(検索結果)
----------------------------- */
.nursery_list_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.nursery_list {
  padding: 0 0 4em;
}
.nursery_list .overview_text {
  padding: 0 8rem;
  margin: 0 0 4em;
}
.nursery_list h2 {
  background: url(images/obj-01.svg)no-repeat;
  background-position: left center;
  padding-left: 3.8rem;
  margin: 0 0 2rem;
  line-height: 1;
}
.nursery_list ul {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 4rem;
}
.nursery_list ul:last-child {
    margin: 0;
}
.nursery_list ul::after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}
.nursery_list li {
  width: 30%;
  position: relative;
}
.nursery_list .img {
    position: relative;
}
.nursery_list .img .instagram {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: block;
    background-color: #E59C33;
}
.nursery_list .img .instagram a {
    padding: .125rem .5rem;
    display: block;
    line-height: 1.5rem;
}
.nursery_list li:nth-last-child(n+4) {
  margin-bottom: 2rem;
}
.nursery_list h2:nth-child(n+3) {
  margin: 4rem 0 2rem;
}
.nursery_list h3 {
  border-bottom: 2px dotted #FED34F;
  padding-bottom: .2rem;
  margin-bottom: .2rem;
}
.nursery_list .hl {
    font-size: 1.6rem;
    margin: .5rem 0;
    font-weight: bold;
}
.nursery_list li .nursery_address {
  margin: 0;
}
.plan {
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #FCD005;
  padding: .2rem .5rem;
  z-index: 1;
}
/* -----------------------------
 保育園シングルページ
----------------------------- */
.nursery_single_top,
.job_single_top {
  background: #FFF8E9;
  padding: 4rem 0;
  margin-top: 80px;
}
.nursery_single_top .left {
  width: 30%;
}
.nursery_single_top .right {
  width: 70%;
  padding-left: 5%;
  position: relative;
}
.nursery_single_top .right h2 {
  background: url(images/obj-02.svg)no-repeat;
  background-position: left center;
  padding-left: 2.5rem;
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1;
}
.nursery_single_top .right .plan {
  font-size: 1.33rem;
  padding: .1rem .5rem;
  margin-top: -.5vw;
}
.nursery_single_top .right .nursery_address {
  padding-right: 8rem;
  font-size: .93rem;
}
.nursery_single_top .right .recruit_bnr {
  display: block;
  margin-left: auto;
  padding-right: 4%;
}
.single-nursery .nursery_introduction {
  padding: 4em 0 0;
}
.nursery_introduction .contents_wrapper {
  background: #FFF8E9;
  padding: 3rem 2.8rem 3rem;
}
.nursery_introduction h3 {
  background: url(images/obj-02.svg)no-repeat;
  background-position: left center;
  padding-left: 2.5rem;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: .5rem;
}
.nursery_introduction .capacity,
.nursery_introduction .info {
  padding-left: 6rem;
  margin-top: 2rem;
  position: relative;
}
.nursery_introduction .capacity:before,
.nursery_introduction .info:before {
  content: "";
  width: 66px;
  height: 2px;
  left: 2.5rem;
  background: #7D7F86;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.nursery_introduction table {
  width: 100%;
  margin: .5rem 0 3rem;
}
.nursery_introduction table,
.nursery_introduction th,
.nursery_introduction td {
  border: 1px solid;
  border-collapse: collapse;
}
.nursery_introduction th {
  background: rgba(125, 127, 134, 0.2);
  font-weight: normal;
}
.nursery_introduction td {
  text-align: center;
}
.nursery_introduction ul {
  margin: 0 0 3rem;
}
.nursery_introduction ul.img {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 3rem;
}
.nursery_introduction li {
    width: 31%;
    margin-right: 4.5%;
}
.nursery_introduction li:last-child {
    margin-right: 0;
}
.nursery_introduction .info {
  color: #E59C33;
  font-size: .93rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 1rem 4.5rem;
  line-height: 1;
}
.nursery_introduction .info:before {
  background: #E59C33;
  left: 2rem;
  top: 18%;
}
.nursery_introduction .right {
  padding-left: 7%;
}
.nursery_introduction .left dl {
-ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 1.5rem 0 .5rem;
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
}
/* 地図 */
.g_map {
    position: relative;
    padding-top: 72.25%;
    height: 0;
    overflow: hidden;
}
.g_map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.acf-map {
  padding-top: 72.25%;
  width: 100%;
}
.nursery_introduction .left dt {
  width: 21%;
  text-align: center;
  margin-bottom: 1rem;
  font-size: .93rem;
}
.nursery_introduction .left dt span {
  display: block;
  background: #E59C33;
  color: #fff;
  padding: 0 1rem;
}
.nursery_introduction .left dt.fax {
  margin-left: 2rem;
}
.nursery_introduction .left dd {
  width: 79%;
  padding: 0 0 0 1.5rem;
}
.nursery_introduction .left dd.inherit {
  width: inherit;
}
.nursery_introduction .left a,
.method .right a {
  text-decoration: underline;
  padding-right: 2.2rem;
  position: relative;
}
.nursery_introduction .left a:after,
.method .right a:after {
  z-index: 1;
  position: absolute;
  top: 55%;
  right: .5vw;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f08e";
}
.staff {
  background: #FFF8E9;
  margin: 4em 0 0;
}
.staff h2,
.job_list h2 {
  background: url(images/obj-01.svg)no-repeat;
  background-position: left center;
  padding-left: 3.5rem;
  margin: 0 0 2rem;
  line-height: 1;
  font-size: 1.6rem;
}
.staff ul {
  margin: 0;
}
.staff li {
    padding-top: 3rem;
    margin-top: -3rem;
  margin-bottom: 2rem;
}
.staff li:last-child {
  margin-bottom: 0;
}
.staff .left {
  width: 20%;
}
.staff .right {
  width: 80%;
  padding-left: 9%;
}
.staff .right h3 {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 1rem;
  margin: 0;
}
.staff .right .inner {
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
  padding: 2rem 0;
}
.staff .right .inner p {
  margin-bottom: 0;
}
.job_list {
  padding: 4em 0 0;
  margin-bottom: 4em;
}
.job_list h2 {
  padding-left: 5rem;
  background-position: 2% center;
}
.job_list .left {
  width: 30%;
}
.job_list .right {
  width: 70%;
  padding-left: 3rem;
}
.job_list .right h3,
.job_single_top h2 {
  background: url(images/obj-03.svg)no-repeat;
  background-position: left center;
  padding-left: 2.5rem;
  margin: 0 0 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.job_list .right h3 span,
.job_single_top h2 span.diagonal,
.breadcrumb li span span {
  padding: 0 .6rem 0 1rem;
  transform: rotate(30deg);
  display: inline-block;
}
.breadcrumb li span span {
  padding: 0 .5rem;
}
.job_list .right dl,
.job_single_top dl {
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
  padding: 1.5rem 0;
  margin: 0 0 1rem 0;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.job_list .right dt,
.job_single_top dt {
  width: 9%;
}
.job_list .right dd,
.job_single_top dd {
  width: 91%;
}
.job_list ul {
  margin: 0;
}
.job_list .recruit_list {
  background: #FFF8E9;
  padding: 2rem 1.5rem;
  margin-bottom: 2rem;
}
.job_list .recruit_list:last-child {
  margin-bottom: 0;
}
.job_list .right .conditions,
.job_single_top .right .conditions {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
.job_list .right .conditions li,
.job_single_top .right .conditions li {
  background: #7D7F86;
  color: #fff;
  font-size: .866rem;
  border-radius: 25px;
  padding: .1rem .7rem;
  margin: 0 .5rem .5rem 0;
}
.job_list .contents_btn,
.job_single_top .contents_btn,
.friend .contents_btn {
  width: 40%;
  background: #fff;
  margin: 2rem auto 0;
}
.job_list .back_btn,
.nursery_back_flame a {
  width: 38%;
  margin-top: 4rem;
}
/* -----------------------------
 仕事一覧(検索結果)ページ
----------------------------- */
.choosed_list {
  background: rgba(171, 219, 225, 0.2);
  padding: 1rem 0;
  margin-bottom: 4rem;
}
.choosed_list ul {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.choosed_list li {
  margin: 0 1rem;
}
.choosed_list span {
  background: #E59C33;
  color: #fff;
  display: inline-block;
  padding: .1rem .5rem;
  margin-right: .5rem;
}
.hit_number {
  background: #FFF8E9;
  padding: 3rem 0;
}
.hit_number p {
  text-align: center;
  margin: 0;
}
.hit_number span {
  display: inline-block;
  vertical-align: middle;
}
.hit_number .number {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 2.66rem;
}
.hit_number .number_text {
  font-size: 1.6rem;
  padding-left: .5rem;
}
.pager {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 4rem 0;
}
.pager li {
  border: 1px solid;
  margin: 0 .3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}
.pager li.active {
  background: #E59C33;
  color: #fff;
  border: 1px solid #7D7F86;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 57px;
  height: 57px;
}
.pager li.next a,
.pager li.prev a {
  position: relative;
  padding: 0;
}
.pager li.next a:after,
.pager li.prev a:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f054";
  color: #7D7F86;
}
.pager li.prev a:after {
  content: "\f053";
}
.pager li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 55px;
  height: 55px;
    padding: 1.4rem 0;
}
/* -----------------------------
 仕事シングルページ
----------------------------- */
.job_single_top .left {
  width: 33%;
  padding: 0 3% 0 2%;
}
.job_single_top .right {
  width: 67%;
  padding-left: 2%;
}
.job_single_top h2 {
  margin: 1rem 0;
  line-height: 1;
}
.job_single_top .contents_btn,
.friend .contents_btn {
  background: #E59C33;
  color: #fff;
  width: 40%;
  margin: 2rem auto 0;
}
.job_single_top .contents_btn:after,
.friend .contents_btn:after {
  content: "\f15c";
  color: #fff;
  right: inherit;
  left: 36%;
  font-size: 1.1rem;
}
.celebration_bnr {
  margin-top: 4em;
}
.celebration_bnr img {
  display: block;
  margin: 0 auto;
}
.single_job_nursery_introduction h3 {
  position: relative;
}
.single_job_nursery_introduction h3 .plan {
  font-weight: 400;
  font-size: 1.33rem;
  padding: .5rem;
}
.application_requirements,
.friend {
  background: #FFF8E9;
  padding: 2rem 0 3rem;
}
.application_requirements h3,
.method h3,
.company_overview h3 {
  font-size: 1.33rem;
  padding-left: 6rem;
  position: relative;
  font-weight: 400;
}
.application_requirements h3:before,
.method h3:before,
.company_overview h3:before {
  content: "";
  width: 66px;
  height: 2px;
  left: 5%;
  background: #E59C33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.application_requirements dl,
.company_overview dl {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #D8D5D5;
}
.application_requirements dt,
.company_overview dt {
  width: 16%;
  border-bottom: 1px solid #D8D5D5;
  text-align: right;
  padding: 2rem 0;
  position: relative;
}
.application_requirements dt span,
.company_overview dt span {
  position: absolute;
  width: 5rem;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.application_requirements dd,
.company_overview dd {
  width: 84%;
  border-bottom: 1px solid #D8D5D5;
  padding: 2rem 0 2rem 12rem;
}
.application_requirements dd.holiday:before,
.application_requirements dd.holiday br:after {
  content: "\025c6";
}
.application_requirements dd .br2 {
  line-height: 3;
}
.method .flex {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.method .left,
.method .right {
  width: 46%;
}
.method .left,
.method .right {
  border-bottom: 1px solid #D8D5D5;
}
.method h3 {
  padding-left: 5rem;
}
.method h3:before {
  left: 2rem;
}
.method .inner {
  padding: 2rem 0;
  border-top: 1px solid #D8D5D5;
}
.method .right .inner {
  padding: 2rem 0;
}
.method ul {
  padding-left: 1rem;
  margin: 0;
}
.method .right p {
  margin: 0;
}
.friend {
  padding: 4rem 0;
}
.friend h3 {
  font-size: 1.33rem;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
}
/* -----------------------------
 お知らせページ
----------------------------- */
.news_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.news_list {
  padding: 0;
}
.news_list .overview_text {
    text-align: center;
  padding: 0 0 4em;
  margin: 0;
}
.news_list ul {
  margin: 0;
}
.news_list li {
  padding: 2rem 2rem 2rem 5.5rem;
  border-top: 1px solid #D8D5D5;
}
.news_list li:last-child {
  border-bottom: 1px solid #D8D5D5;
}
.news_list h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  padding-left: 3rem;
}
/* -----------------------------
 お知らせシングルページ
----------------------------- */
.news_single_page {
  background: #FFF8E9;
  padding: 4.7rem 0;
  margin: 80px 0 0;
}
.news_single_page .news_data {
  display: block;
}
.news_single_page h2 {
  font-size: 1.6rem;
}
.news_single_contents h3 {
  font-size: 1.33rem;
  margin: 0 0 2rem;
  line-height: 1;
}
.news_single_contents {
  padding: 4em 0 0;
}
.news_single_contents .contents_btn,
.news_single_contents .back_btn {
  width: 40%;
  margin-top: 2rem;
}
.news_single_contents .back_btn {
  margin: 0 auto;
}
.news_pager {
  margin: 4rem 0;
}
.news_pager ul {
  border-top: 1px solid #D8D5D5;
  border-bottom: 1px solid #D8D5D5;
  padding: 2rem 0;
  margin: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news_pager li {
  overflow: hidden;
  white-space: nowrap;
  width: 17rem;
  text-overflow: ellipsis;
}
.news_pager .fa {
  display: inline-block;
}
.news_pager .previous .fa {
  margin-right: .7rem;
}
.news_pager .next .fa {
  margin-left: .7rem;
}
.news_pager .next {
  position: relative;
  padding-right: 1.5rem;
}
.news_pager .next a:after {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "icomoon";
  content: "\f054";
}
.back_btn {
  margin: 0 auto;
}
.back_btn:after {
  content: "\f053";
  right: inherit;
  left: 1rem;
}
/* -----------------------------
 エントリーページ
----------------------------- */
.entry_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.entry_about {
  position: relative;
  padding: 0 0 4em 0;
  margin-bottom: 4em;
    text-align: center;
}
.entry_about .overview_text {
  padding: 0;
  margin: 0;
    text-align: left;
    display: inline-block;
}
.entry_do {
  background: rgba(171, 219, 225, 0.2);
  position: relative;
  padding: 4em 0;
  margin: 0 auto 4em;
}
.entry_do .inner {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.entry_do .plate {
  background: #E59C33;
  color: #fff;
  display: block;
  padding: 0 .4rem;
  position: absolute;
  top: -.7vw;
  left: 0;
}
.entry_do h3 {
  background: url(images/obj-03.svg)no-repeat;
  background-position: left center;
  padding-left: 2rem;
  margin: 0;
  font-size: 1.6rem;
  position: relative;
}
.entry_do2 {
    background: rgba(171, 219, 225, 0.2);
text-align: center;
    padding: 2em 0;
    margin: 0 auto 4em;
}
.entry_do2 .inner {
    text-align: left;
    display: inline-block;
}
.entry_do2 .plate {
    background: #E59C33;
    color: #fff;
    display: inline-block;
    padding: 0 .4rem;
}
.entry_do2 h3 {
    background: url(images/obj-03.svg)no-repeat;
    background-position: left center;
    padding-left: 2rem;
    margin: 0;
    font-size: 1.6rem;
    position: relative;
    font-weight: normal;
}
.entry_do2 p {
    margin: 0;
    padding: 0;
}
.entry_do2 p a {
    text-decoration: underline;
}
.entry_do h3 span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.entry_do h3 .jobs_occupations:before {
  content: "/";
  display: inline-block;
  margin: 0 .4rem 0 -1rem;
  padding-bottom: .2rem;
  transform: rotate(30deg);
  color: #7D7F86;
}
.entry_do h3 input {
  width: 11rem;
  border: none;
  background: none;
  color: #7D7F86;
}
.entry_form dl {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #D8D5D5;
  margin-bottom: 4rem;
}
.entry_form dt {
  width: 29%;
  border-top: 1px solid #D8D5D5;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 2rem 0;
}
.entry_form dd {
  border-top: 1px solid #D8D5D5;
  width: 71%;
  padding: 2rem 0 2rem 5%;
}
.entry_form dd:nth-of-type(4) {
  padding: 2rem 0 2rem 4.4%;
}
.entry_form dd label {
  display: inline-block;
}
.entry_form dt {
  position: relative;
}
.entry_form dt span {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%) translateX(0);
}
.entry_form dt span.required {
  left: inherit;
  right: 0;
  background: #7D7F86;
  color: #fff;
  font-size: .8rem;
  padding: 0 .4rem;
  display: inline-table;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.entry_form .contents_btn {
  background: #E59C33;
  color: #fff;
  width: 40%;
  margin: 0 auto;
  cursor: pointer;
}
.entry_form .contents_btn:after {
  content: "\f1d8";
  color: #fff;
  right: inherit;
  left: 38%;
  font-size: 1.1rem;
}
input:not([type="textarea"]) {
  width: 55%;
  border: 1px solid #D8D5D5;
  padding: .5rem;
}
.submit_btn input[type="submit"] {
    border-radius: 3px;
    border: 1px solid;
    text-align: center;
    padding: 1.16rem 0;
    display: block;
    position: relative;
    background: #E59C33;
    color: #fff;
    width: 40%;
    margin: 0 auto;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: .05rem;
}
.recruit_list input[type="submit"],
.friend input[type="submit"] {
  background: none;
  border: none;
  cursor: pointer;
  width: 100%;
  color: #fff;
  text-indent: 1rem;
}
textarea {
  border: 1px solid #D8D5D5;
  padding: .5rem;
  width: 90%;
}
.entry_form .contents_btn input {
  -webkit-appearance: none;
  background: none;
  border: 0;
  color: #fff;
  font-weight: bold;
  letter-spacing: .05rem;
  text-indent: 2rem;
}
input::placeholder,
textarea::placeholder {
    color: #D8D5D5;
}
.checkbox01-input input {
  display: none;
}
.checkbox01-input input[type="text"] {
    display: inline-block;
}
.checkbox01-input input + span {
  position: relative;
  padding-left: 1.5rem;
  margin-right: 1.5rem;
  cursor: pointer;
}
.checkbox01-input input + span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  background: #fff;
  transform: translateY(-50%) translateX(-50%);
}
.checkbox01-input input:checked + span {
  color: #333;
}
.checkbox01-input input:checked + span:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -1px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #E59C33;
  border-right: 3px solid #E59C33;
}
.consent .checkbox01-input input + span:before {
  left: 10%;
}
.consent .checkbox01-input input:checked + span:after {
  left: 6px;
}
.consent a {
  text-decoration: underline;
}
.consent span.wpcf7-list-item {
	margin: 0;
}
/* -----------------------------
 会社概要ページ
----------------------------- */
.company_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.company_contents {
  padding: 0 0 4rem;
}
.company_contents h3 {
  background: url(images/obj-01.svg)no-repeat;
  background-position: left center;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
.company_contents h3 + p {
  margin-bottom: 2em;
}
.idea {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0;
}
.idea li {
  background: rgba(171, 219, 225, 0.2);
  width: 29.5%;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #E59C33;
}
.idea li:nth-child(1) {
    width: 34%;
}
.idea li span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.idea li h4 {
  font-size: 1.2rem;
  padding: 1rem 0;
  margin: .5rem 0;
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
  font-weight: 400;
}
.idea li p {
  color: #7D7F86;
  margin: 0;
  font-size: 1rem;
}
.company_message {
  background: #FFF8E9;
  padding: 4em 0;
}
.company_message .left {
  width: 25%;
}
.company_message .right {
  width: 75%;
  margin-left: 4em;
}
.company_message .right h4 {
  font-size: 1.33rem;
    margin-left: 1rem;
}
.company_message .right .inner p {
  margin: 1rem 0 0;
}
.company_message .right .inner p span {
    font-weight: 600;
}
.company_overview {
  padding: 3rem 0 0;
}
.company_overview dl {
  margin-bottom: 4em;
}
.company_overview h3 {
  padding-left: 5rem;
  margin-top: 0;
}
.company_overview h3:before {
  left: 2rem;
}
.company_location li:first-child {
  margin-bottom: 1.5rem;
}
.company_location span {
  background: url(images/obj-03.svg)no-repeat;
  background-position: left center;
  padding-left: 3rem;
  font-size: 1.33rem;
}
.company_location p {
  margin: 0;
}
.company_overview .contents_btn {
  width: 40%;
  margin: 0 auto;
}
/* -----------------------------
 お問い合わせページ
----------------------------- */
.contact_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.contact_about .overview_text {
  width: 80%
}
.contact_about {
  margin: 5rem auto;
}
.contact_page_form  dd:nth-of-type(4) {
  padding: 2rem 0 2rem 6%;
}
.contact_page_form  dd:nth-of-type(4) {
  padding: 2rem 0 2rem 5%;
}
.contact_page_form  dd:nth-of-type(4) span.wpcf7-list-item {
  margin: 0;
}
/* -----------------------------
 tenの保育とはページ
----------------------------- */
.feature_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.feature_contents {
  padding: 0 0 4em;
}
.feature_contents h2,
.feature_page_center h2,
.case h2 {
  background: url(images/obj-01.svg)no-repeat;
  background-position: left center;
  padding-left: 4rem;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.feature_contents p {
  margin-bottom: 4em;
}
.youtube_flame {
position: relative;
width: 60%;
padding-top: 33%;
margin: 0 auto;
}
.youtube_flame iframe{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
.case {
  padding: 4em 0 0;
}
.case .flex {
  border-top: 2px dotted #FED34F;
  padding: 2rem 0;
}
.case .flex:last-child {
  border-bottom: 2px dotted #FED34F;
}
.case .even .right,
.case .odd .left {
  width: 45%;
}
.case .even .left,
.case .odd .right {
  width: 55%;
}
.case .even .right {
  padding: 0 0 0 4rem;
}
.case .odd .left {
  padding: 0 4rem 0 0;
}
.case .odd .right {
  padding: 0 0 0 2rem;
}
.case .odd .left img {
  margin-left: auto;
  display: block;
}
.case span {
  position: relative;
  padding-left: 4.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #E59C33;
}
.case span:before {
  content: "";
  width: 66px;
  height: 2px;
  left: 24%;
  background: #E59C33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.case h3 {
  font-size: 1.33rem;
  color: #E59C33;
  margin: .5rem 0;
}
.case p {
  margin: 0;
}
/* -----------------------------
 カテゴリーページ
----------------------------- */
.choised_categoryname {
  text-align: center;
  font-size: 1.3rem;
}
/* -----------------------------
 プライバシーポリシーページ
----------------------------- */
.privacy_page_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.privacy_overview_text {
  margin: 0;
}
.privacy_contents {
  background: #FFF8E9;
  margin: 4rem 0 0;
  padding: 4rem 0;
}
.privacy_contents h3 {
  font-size: 1.33rem;
  margin-top: 0;
  line-height: 1;
}
.privacy_contents ul {
  margin: 0;
}
.privacy_contents ul li {
  margin-bottom: 4rem;
}
.privacy_contents ul li:last-child {
  margin-bottom: 0;
}
.privacy_contents ul li p {
  margin: 0;
}
.privacy_contents ul.disc li {
  list-style: disc;
  margin: 0 0 .5rem 1.5rem;
}
.privacy_contact {
  padding-bottom: 1rem;
}
.privacy_contact h2 {
  background: url(images/obj-01.svg)no-repeat;
  background-position: left center;
  padding-left: 3.5rem;
  font-size: 1.6rem;
  margin-top: 0;
  line-height: 1;
}
.privacy_contact h2 + p {
  margin-bottom: 2rem;
  line-height: 1;
}
.privacy_contact .privacy_contact_box {
  padding: 2rem 0;
  border-top: 2px dotted #FED34F;
  border-bottom: 2px dotted #FED34F;
  width: 50%;
}
.privacy_contact .privacy_contact_box p {
  margin-top: 0;
}
.privacy_contact .privacy_contact_box span {
  display: inline-block;
  margin-left: 1rem;
}
.privacy_contact .privacy_contact_box .contents_btn {
  background: #E59C33;
  color: #fff;
  width: 80%;
}
.privacy_contact .privacy_contact_box .contents_btn:after {
  content: "\f0e0";
  right: inherit;
  color: #fff;
  font-size: 1.2rem;
  left: 34%;
}
/* -----------------------------
 404ページ
----------------------------- */
.page404_bg {
  background:url(images/bg_pre.jpg)center center / cover no-repeat;
}
.page404_contents {
  padding: 0;
}.page404_contents p {
  margin: 0;
}
.page404_contents .contents_btn {
  width: 40%;
  margin: 2rem auto 3rem;
}
/* --------------------------------------------------------
 メディアクエリ
----------------------------------------------------------- */
@media screen and (max-width: 1700px) {
.searchsubmit_btn:before {
  left: 3.4vw;
}
}
@media screen and (max-width: 1600px) {
.searchsubmit_btn:before {
  left: 3.6vw;
}
}
@media screen and (max-width: 1500px) {
.searchsubmit_btn:before {
  left: 3.8vw;
}
}
@media screen and (max-width: 1440px) {
.searchsubmit_btn:before {
  left: 4vw;
}
}
@media screen and (max-width: 1300px) {
.searchsubmit_btn:before {
  left: 4.6vw;
}
}
@media screen and (max-width: 1240px) {
.top_main_flame .inner h2 {
  font-size: 3vw;
}
.searchsubmit_btn:before {
  left: 4.8vw;
}
}
/*ipad pro*/
@media screen and (max-width: 1024px) {
.contents_wrapper {
  width: 90%;
}
.search_box select {
  padding: 1rem 4rem 1rem 1rem;
  font-size: .9rem;
}
.top_center_sarch h4 {
  padding-left: 31%;
}
.top_center_sarch h4:before {
  left: 25%;
}
.top_center_sarch form select {
  padding: 1rem 2rem 1rem 1rem;
}
/*保育園シングルページ*/
.nursery_introduction .left dd,
.nursery_introduction .left dd.inherit {
  width: 72%;
}
.nursery_introduction .left dt {
  width: 28%;
}
.nursery_introduction .left dt.fax {
  margin-left: 0;
}
.g_map {
  padding-top: 22rem;
}
.job_list .right dd, .job_single_top dd {
		padding-left: 1rem;
}
/*エントリーページ*/
.entry_form .contents_btn:after {
  left: 37%;
}
/*プライバシーポリシーページ*/
.privacy_contact .privacy_contact_box .contents_btn {
  text-indent: 1rem;
}
.privacy_contact .privacy_contact_box .contents_btn:after {
  left: 31%;
}
/*保育園シングルページ*/
.job_list .left,
.job_single_top .left {
  width: 40%;
}
.job_list .right,
.job_single_top .right {
  width: 60%;
}
/*仕事シングルページ*/
.job_single_top .contents_btn:after,
.friend .contents_btn:after {
  left: 31%;
}
}
@media screen and (max-width: 950px) {
ul.pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
/*トップページ*/
.top_main {
  height: 80vw;
  background-position: 25%;
  background-size: 164%;
  margin-top: -8vw;
}
.top_main_flame {
  position: inherit;
  margin-top: 17%;
}
.top_main_flame .inner {
  position: inherit;
  width: 100%;
}
.top_main_flame .inner h2 {
  margin: 0;
  padding: 0 0 0 1rem;
  font-size: 2rem;
}
.top_main_flame .inner p {
  margin-bottom: 0;
}
.top_header_search {
  position: inherit;
  padding: 4em 0;
}
.top_center_sarch .contents_wrapper {
  background-size: 14%;
}
.top_center_sarch h3 {
  padding: 7% 0 0 23%;
  font-size: 1.5rem;
}
.search_box .flex {
  display: block;
}
.search_box li {
  width: 65%;
  margin: 0 auto 1rem;
}
.search_box h4 {
  padding-left: 25vw;
}
.search_box select {
  padding: 1rem;
}
.searchsubmit_btn {
  width: 65%;
  margin: 0 auto;
}
#searchsubmit {
  width: 100%;
  font-weight: bold;
}
.searchsubmit_btn:before {
  left: 24.5vw;
}
.top_center_sarch form {
  padding-left: 0;
}
.top_center_sarch h4 {
  color: #7D7F86;
}
.search_box h4:before {
  left: 21.5%;
  background: #E59C33;
}
.top_center_sarch h4:before {
  background: #7D7F86;
}
.contents_btn:after {
  font-size: .8rem;
}
.top_feature li {
  width: 48%;
  margin-bottom: 3rem;
}
.top_feature li {
  width: 48%;
  margin-bottom: 3rem;
}
.top_feature li:nth-child(n+5) {
  margin-bottom: 0;
}
.top_feature li span {
  top: -5vw;
}
/*お問い合わせページ*/
.entry_about .overview_text {
  width: 70%;
}
/*お知らせページ*/
.news_list .overview_text {
    text-align: left;
  padding: 0 2rem 4rem;
}
.news_list li {
    padding: 2rem 2rem 2rem 2.5rem;
}
}
@media screen and (max-width: 930px) {
/* ナビゲーション */
header nav {
  display: none;
}
.pc_header_nav {
  display: none;
}
.mobile_header{
  background: #fff;
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 999;
  padding: 0 0 0 5vw;
}
div.open {
  height: 100%;
}
div.hide{
  transform: translateY(-100%);
}
.mobile_nav_flame {
  display: block;
}
.mobile_header .header_logo {
  margin: 0;
}
.mobile_header .header_logo img {
  width: 23vw;
}
.mobile_mail_btn {
  right: 9vw;
  top: 0;
  position: absolute;
  z-index: 999;
}
.mobile_mail_btn a {
  right: 2rem;
  top: 14px;
  position: absolute;
}
.mobile_mail_btn .fa-envelope {
  font-size: 2rem;
}
#menu {
  display: none;
  opacity: 0;
  position: absolute;
  left: 5vw;
  top: 11vw;
}
.open #menu {
  opacity: 1;
  top: 23vw;
  width: 90%;
}
#menu li {
	border-bottom: 1px solid #D8D5D5;
}
#menu li:first-child {
  border-top: 1px solid #D8D5D5;
}
#menu li a{
  display: block;
  padding: 1rem 0;
}
#openbtn {
  display: block;
  position: absolute;
  right: .2vw;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.4s;
}
#openbtn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 24px;
  height: 3px;
  background-color: #7D7F86;
  border-radius: 2px;
}
#openbtn span:nth-child(1) {
  top: 19px;
}
#openbtn span:nth-child(2) {
  top: 28px;
}
#openbtn span:nth-child(3) {
  bottom: 20px;
}
#openbtn.active span {
  background: #7D7F86;
  width: 50%;
}
#openbtn.active span:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
#openbtn.active span:nth-child(2) {
  opacity: 0;
}
#openbtn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(45deg);
}
.nursery_single_top, .job_single_top, .news_single_page {
   margin-top: 5vw;
}
}
@media screen and (max-width: 900px) {
.search_box h4:before {
  left: 22%;
}
.search_box select {
  font-size: .8rem;
  padding: 1rem 4rem 1rem 1rem;
}
#searchsubmit {
  font-size: .9rem;
}
.top_center_sarch h3 {
  padding: 7% 0 0 18%;
}
.underlayer_page_top {
  margin-top: 7.8vw;
}
/*保育園シングルページ*/
.nursery_introduction .infobox {
  display: block;
}
.nursery_introduction .infobox .left,
.nursery_introduction .infobox .right {
  width: 100%;
}
.nursery_introduction .left dl {
  border-bottom: none;
}
.nursery_introduction .left dt {
  width: 18%;
}
.nursery_introduction .left dd,
.nursery_introduction .left dd.inherit {
  width: 82%;
}
.job_list .right dd, .job_single_top dd {
   padding-left: 0;
}
/*tenの保育とはページ*/
.feature_page_center {
  padding-bottom: 3rem;
}
/*プライバシーポリシーページ*/
.privacy_contact .privacy_contact_box .contents_btn:after {
  left: 29%;
}
/*保育園シングルページ*/
.staff h2 {
  margin-bottom: 3rem;
}
.staff .flex,
.recruit_list .flex {
  display: block;
}
.staff .left,
.staff .right,
.recruit_list .left,
.recruit_list .right {
  width: 100%;
}
.staff .left,
.recruit_list .left {
  padding-bottom: 2rem;
}
.staff .left img,
.recruit_list .left img {
  display: block;
  margin: 0 auto;
}
.job_list .right dl.flex,
.job_single_top dl.flex,
.job_list .right .conditions,
.job_single_top .right .conditions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
/*仕事シングルページ*/
.nursery_single_top, .job_single_top {
  padding: 5rem 0;
}
.job_single_top .left {
	padding: 0 10rem 4rem;
}
.job_single_top .right {
	padding-left: 0;
}
.job_single_top .contents_btn:after, .friend .contents_btn:after {
  left: 32%;
}
}
@media screen and (max-width: 800px) {
.job_single_top .contents_btn:after, .friend .contents_btn:after {
    left: 30%;
}
}
/*ipad*/
@media screen and (max-width: 768px) {
.search_box h4 {
  padding-left: 26vw;
}
.search_box h4:before {
  left: 22.5%;
}
footer {
  padding: 4rem 0 17rem;
}
footer ul.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
 -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
footer li {
  width: 50%;
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-size: .86rem;
}
footer li:nth-child(2),
footer li:nth-child(4),
footer li:nth-child(6) {
  padding-left: 2rem;
}
footer li:last-child {
  width: 100%;
}
#top_back {
  bottom: 0;
  left: 50%;
  right: inherit;
  transform: translateY(0) translateX(-50%);
}
.contents_btn:after {
  top: 53%;
}
/* トップページ */
.top_company .right li:last-child .contents_btn:after{
  right: .5rem;
}
.top_news li {
  display: block;
}
/* 会社概要ページ */
.company_message .flex {
  display: block;
}
.company_message .left,
.company_message .right {
  width: 100%;
}
.company_message .odd .left {
  padding: 2rem 0;
}
.company_message .left img {
  display: block;
  margin: 0 auto;
}
.idea {
  display: block;
}
.idea li {
  width: 100%;
}
    .idea li:nth-child(1) {
        width: 100%;
    }
.idea li:nth-child(-n+2) {
  margin-bottom: 2rem;
}
.company_message .right {
  margin-left: 0;
}
/* お知らせページ */
.news_list li {
   padding: 2rem 2rem 2rem 1rem;
	display: block;
}
.news_list h3 {
   padding-left: 0;
}
/*tenの保育とはページ*/
.feature_page_center {
  padding-bottom: 2rem;
}
.youtube_flame {
   width: 80%;
   padding-top: 40%;
}
    /*先輩の声ページ*/
    .voice .flex li {
        width: 47.5%;
        margin-right: 5%;
    }
    .voice .flex li:nth-child(2n) {
        margin-right: 0%;
    }
    .voice .flex li:nth-child(3n) {
        margin-right: 5%;
    }
    .voice .flex li .img {
        width: 29%;
        margin-right: 5%;
    }
    .voice .flex li .txt {
        width: 66%;
    }
    .voice .overview_text {
        padding: 0;
    }
/*保育園一覧ページ*/
.nursery_list .overview_text {
  padding: 0;
}
.nursery_list li {
  width: 44%;
}
    .nursery_list .hl {
        font-size: 1.2rem;
    }
/*エントリーページ*/
.entry_form .contents_btn:after {
  left: 36%;
  font-size: 1rem;
  top: 50%;
}
.entry_do .plate {
	top: -.9vw;
}
/*プライバシーポリシーページ*/
.privacy_contact .privacy_contact_box {
  width: 100%;
}
.privacy_contact .privacy_contact_box .contents_btn {
  width: 47%;
}
.privacy_contact .privacy_contact_box .contents_btn:after {
  left: 26%;
  top: 50%;
  font-size: 1.1rem;
}
/*お問い合わせページ*/
.entry_about {
  margin: 1vw auto;
  position: inherit;
}
.contact_about {
  margin: 0 auto;
  padding: 0 0 3rem;
}
.entry_about .overview_text {
  position: inherit;
  transform: inherit;
  margin: 0 auto;
  width: 90%;
}
.entry_form dt,
.entry_form dd {
  width: 100%;
border: none;
}
    .entry_form dt {
        padding: .5rem 0 1rem;
    }
.entry_form dd {
  padding: .5rem 0 .5rem;
}
.entry_form dd:nth-of-type(4) {
  padding: .5rem 0 .5rem 0;
}
input,
textarea {
  width: 100%;
  padding: .5rem;
}
.entry_form dt span {
  left: 0;
}
.entry_form dt span.required {
  transform: translateY(-50%) translateX(0);
}
.contact_page_form dd:nth-of-type(4) {
  padding: 2rem 0;
}
.entry_form .contents_btn {
  width: 50%;
}
.entry_form .contents_btn:after {
  left: 37%;
}
/*保育園シングルページ*/
.nursery_single_top .flex,
.job_single_top .flex {
  display: block;
}
.nursery_single_top .left,
.nursery_single_top .right {
  width: 100%;
}
.nursery_single_top .left {
  padding: 0 10rem 4rem;
}
.staff .left, .recruit_list .left {
  padding: 0 10rem 2rem;
}
.nursery_single_top .right {
  padding-left: 0;
}
.nursery_single_top .left img {
  display: block;
  margin: 0 auto;
}
.nursery_single_top .right .recruit_bnr {
  margin: 0 auto 0 0;
}
.nursery_introduction .left dt {
  width: 20%;
}
.nursery_introduction .left dd, .nursery_introduction .left dd.inherit {
  width: 80%;
}
.staff .left, .recruit_list .left {
  padding: 2rem 3rem;
}
.staff .right {
  padding-left: 0;
}
/*検索結果ページ*/
.search-results .job_list {
  margin: 4rem 0;
  padding: 0;
}
/*仕事シングルページ*/
.job_single_top .contents_btn:after,
.friend .contents_btn:after {
  left: 25%;
  top: 50%;
}
.method .flex {
  display: block;
}
.method .left, .method .right {
    width: 100%;
}
.method .left {
  margin-bottom: 4rem;
}
}
@media screen and (max-width: 730px) {
.searchsubmit_btn:before {
    left: 23.5vw;
}
}
@media screen and (max-width: 640px) {
.search_box h4 {
  padding-left: 28vw;
}
.search_box h4:before {
  left: 23.5%;
}
.searchsubmit_btn:before {
  left: 23vw;
}
/*トップページ*/
.top_enjoy_nursing .contents_wrapper,
.top_nursery .contents_wrapper {
  width: 85%;
}
.top_enjoy_nursing .flex,
.top_nursery .flex,
.top_company .flex {
  display: block;
}
.top_enjoy_nursing .flex .left,
.top_enjoy_nursing .flex .right,
.top_nursery .left,
.top_nursery .right,
.top_company .left,
.top_company .right {
  width: 100%;
}
.top_enjoy_nursing .left,
.top_nursery .left {
  padding-bottom: 2rem;
}
.top_enjoy_nursing .right,
.top_nursery .left {
  padding: 0;
}
.top_nursery .right {
  padding-bottom: 2rem;
}
.top_enjoy_nursing .odd .left div.inner img, .top_nursery .even .right div.inner img {
  padding: .5rem 2rem 2rem 0;
}
.top_enjoy_nursing .odd .left div.inner img, .top_nursery .even .right div.inner img {
  padding: .5rem 2rem 2rem 0;
}
.top_company .left {
	padding-bottom: 2rem;
}
.top_company .left img {
	display: block;
	margin: 0 auto;
}
.top_company .right {
   padding-left: 0;
}
.top_company ul.flex {
	display: -webkit-flex;
   display: -ms-flexbox;
   display: -webkit-box;
   display: flex;
}
/*お知らせページ*/
.news_list .flex {
  display: block;
}
.news_list li {
  padding: 2rem 0;
}
.news_list h3 {
  padding-left: 0;
}
/*エントリーページ*/
.entry_form .contents_btn:after {
  left: 34%;
}
/*プライバシーポリシーページ*/
.privacy_contact .privacy_contact_box .contents_btn:after {
  left: 26%;
  top: 50%;
  font-size: 1.1rem;
  display: inline-block;
  padding-right: 1rem;
}
/*仕事シングルページ*/
.job_single_top .left {
  padding: 0 7rem 2rem;
}
.job_single_top .contents_btn,
.friend .contents_btn {
  width: 50%;
}
.nursery_introduction .left dt {
  width: 26%;
}
.nursery_introduction .left dd, .nursery_introduction .left dd.inherit {
  width: 74%;
}
.job_list .right dd, .job_single_top dd {
  padding-left: .5rem;
}
/*仕事一覧(検索結果)ページ*/
.choosed_list {
  margin: 2rem auto 3rem;
}
.choosed_list ul {
  display: block;
}
.choosed_list li:nth-child(-n+2) {
  margin-bottom: 1rem;
}
.choosed_list span {
  width: 22vw;
  text-align: center;
}
/*tenの保育とはページ*/
.feature_contents h2,
.feature_page_center h2,
.case h2,
.company_contents h3,
.staff h2 {
  line-height: 1.5;
  font-size: 1.2rem;
  background-position: left 14%;
}
.youtube_flame {
  width: 100%;
  padding-top: 55.25%;
}
.case .flex {
	display: block;
}
.case .even .right,
.case .odd .left,
.case .even .left,
.case .odd .right {
  width: 100%;
}
.case .even .right,
.case .odd .left {
  padding: 0 0 2rem;
}
.case .odd .right {
  padding: 0;
}
.case img,
.company_message .left img {
  display: block;
  margin: 0 auto;
}
/*404ページ*/
.page404_contents .contents_btn {
  width: 50%;
}
}
@media screen and (max-width: 560px) {
.searchsubmit_btn:before {
  left: 22vw;
}
.job_list .right dt, .job_single_top dt {
   width: 10%;
}
.job_list .right dd, .job_single_top dd {
	width: 90%;
}
.nursery_single_top .left {
   padding: 0 0 2rem; 
}
/*エントリーページ*/
.entry_about {
  margin: 0 auto;
}
.entry_do {
  width: 100%;
  position: inherit;
  padding: 3rem 2rem;
}
.entry_do .inner {
  position: inherit;
  transform: inherit;
}
.entry_do h3 {
  position: inherit;
  transform: inherit;
  display: block;
}
.entry_do h3 input {
	font-size: 1.2rem;
}
.entry_do h3 span {
  padding-top: 1rem;
}
.entry_do h3 .jobs_occupations:before {
  content: none;
}
.entry_do .plate {
  position: inherit;
  display: inline-block;
}
    .entry_do2 .inner {
      padding-left: 1rem;
        padding-right: 1rem;
    }
    .entry_do2 h3 {
        margin-top: 1rem;
        font-size: 1.2rem;
    }
    .entry_do2 p {
        font-size: .8rem;
    }
}
@media screen and (max-width: 480px) {
/*共通*/
.contents_wrapper {
  width: 80%;
}
.search_box select,
input,
textarea{
  font-size: 16px;
}
.flex {
  display: block;
}
.mobile_header .header_logo img {
  width: 37vw;
}
.mobile_mail_btn a {
  top: 16px;
}
#openbtn {
  top: 1px;
}
section h2 {
  font-size: 1.1rem;
}
.flex .left,
.flex .right,
.top_company .flex .left,
.top_company .flex .right,
.top_company .right .inner li {
  width: 100%;
}
.odd .left,
.odd .right {
  padding: 0;
}
.mobile_mail_btn {
   top: .3vw;
}
.mobile_mail_btn .fa-envelope {
  font-size: 1.6rem;
}
.heading_attach span {
  font-size: .74rem;
}
.search_box .contents_wrapper {
  width: 80%;
}
.heading_attach:before {
  height: 48px;
}
.search_box h4:before,
.top_news h3:before,
.case span:before {
  width: 48px;
}
.search_box h4, .top_news h3 {
  padding-left: 25vw;
}
.search_box h4:before {
  left: 20%;
}
.android .search_box h4 {
  padding-left: 32vw;
}
.android .search_box h4:before {
  left: 20.5%;
}
.search_box li,
.searchsubmit_btn {
  width: 76%;
}
.searchsubmit_btn:before {
  left: 21.5vw;
	top: 50%;
}
    .banner {
        top: auto;
        bottom: 0;
        right: 0;
        display: flex;
        width: 100%;
    }
    .banner-line {
        width: 50%;
    }
    .banner-entry {
        width: 50%;
    }
    .banner p {
        font-size: 0.8em;
    }
/*トップページ*/
.top_main_flame {
  margin-top: 23vw;
}
.top_main_flame .inner {
   width: 95%;
   margin: 0 auto;
}
.top_main_flame .inner h2 {
  font-size: 1.6rem;
}
.top_main_flame .inner p {
  font-size: .8rem;
}
.top_main {
  height: 123vw;
  background-size: 185%;
  margin-top: -27vw;
}
.home section h2 {
  background-size: 11%;
  font-size: 1.2rem;
  padding-left: 12vw;
  line-height: 1.5;
}
.top_enjoy_nursing .contents_wrapper,
.top_nursery .contents_wrapper {
  width: 80%;
}
.home .top_company h2 {
  padding-left: 11vw;
}
.home section.top_enjoy_nursing h2,
.home section.top_nursery h2 {
  margin-bottom: 1rem;
}
.home section.top_enjoy_nursing h2 {
  background-position: left 12%;
}
.top_enjoy_nursing .odd .left,
.top_nursery .odd .left {
  padding-bottom: 2rem;
}
.top_enjoy_nursing .odd .left div.inner img,
.top_nursery .even .right div.inner img {
  padding: .5rem 2rem 2rem 0;
}
.top_nursery .even .right div.inner:after {
  width: 90%;
  right: 0;
  margin-left: auto;
}
.odd .right .inner p, .even .left .inner p {
  padding: 0;
}
.contents_btn {
  width: 77%;
  margin: 0 auto;
  font-size: .8rem;
}
.top_feature {
  padding-bottom: 3rem;
}
.top_feature .contents_wrapper {
  width: 100%;
  padding: 0 .86rem;
}
.home .top_feature h2 {
  margin-left: 6vw;
}
.top_feature ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 0;
}
.top_feature li {
  padding: 2rem 1rem;
}
.top_feature li span {
  top: -7.5vw;
  font-size: 2.1rem;
}
.top_feature li h3 {
  font-size: 1rem;
}
.top_feature li p {
  font-size: .74rem;
}
section.top_center_sarch {
  padding: 3rem 0 0;
}
.top_center_sarch .contents_wrapper {
  background-size: 35.5%;
  padding: 0 0 2rem;
}
.top_center_sarch h3 {
  font-size: 1.2rem;
  margin-top: 8vw;
  padding-left: 40%;
}
.home .top_news {
  padding-top: 3rem;
}
.top_news h3 {
  left: -6%;
  padding-left: 23vw;
}
.top_news h3:before {
  left: 18%;
}
.top_news .news_data,
.top_news h4 {
  font-size: .8rem;
}
.top_news .contents_btn {
  width: 70%;
}
.even .right,
.even .left {
  padding: 0;
}
.even .right {
  padding-bottom: 2rem;
}
.top_company .flex .left  img {
  padding: 0 10vw 2rem;
}
.top_company .flex .right {
  padding-left: 0;
}
.top_company .right .inner ul {
	display: block;
}
.top_company .right .inner li:first-child {
  margin-bottom: 1rem;
}
/*  下層ページ  */
/* 共通 */
.underlayer_page_top h2 {
  font-size: 1.6rem;
}
.underlayer_heading_attach {
  margin-top: -9.6vw;
}
input:not([type="textarea"]) {
  width: 100%;
}
input[type="submit"] {
    width: 100% !important;
}
.breadcrumb {
	font-size: .6rem;
}
.breadcrumb li:after {
   right: -1.5rem;
	top: 60%;
}
.single-post .breadcrumb li:last-child,
.single-nursery .breadcrumb li:last-child,
.single-job .breadcrumb li:last-child {
  width: inherit;
  line-height: 1;
  max-width: 7rem;
}
.pager .flex,
.pager_flame .flex,
.news_pager .flex,
.news_pager_flame .pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
/*仕事一覧(検索結果)ページ*/
.choosed_list ul,
.choised_categoryname {
  font-size: .8rem;
}
.hit_number {
  padding: 1.5rem 0;
}
.hit_number .number {
  font-size: 1.2rem;
}
.hit_number .number_text {
  font-size: .8rem;
}
.job_list .right dl, .job_single_top dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.job_list .right dt, .job_single_top dt {
  width: 13%;
  font-size: .8rem;
}
.job_list .right dd, .job_single_top dd {
  width: 83%;
  padding-left: 7%;
  font-size: .8rem;
}
.job_list .right .conditions, .job_single_top .right .conditions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.job_list .right .conditions li,
.job_single_top .right .conditions li {
   font-size: .8rem;
}
.job_single_top .contents_btn, .friend .contents_btn {
  width: 85%;
}
.recruit_list .left {
  padding: 0;
}
.recruit_list .left img {
  display: block;
  margin: 0 auto;
}
.pager li {
  font-size: 1rem;
}
.pager li a {
    width: 44px;
    height: 44px;
}
.pager li.active {
    width: 46px;
    height: 46px;
}
/*先輩の声ページ*/
    .voice .flex li {
        width: 100%;
        margin-right: 0%;
    }
    .voice .flex li .img {
        width: 29%;
        margin-right: 5%;
    }
    .voice .flex li .txt {
        width: 66%;
    }
    /*  .voice .overview_text {
        font-size: .8rem;
    }
    .voice h2 {
        font-size: 1.2rem;
        background-size: contain;
        padding-left: 2.5rem;
    }
    .voice h3 {
        font-size: 1rem;
    }*/
/*保育園一覧ページ*/
.nursery_single_top, .job_single_top {
  padding: 4rem 0;
}
.nursery_list .contents_wrapper {
  width: 100%;
  padding: 0 .86rem;
}
.nursery_list .overview_text {
   font-size: .8rem;
}
.nursery_list h2 {
  font-size: 1.2rem;
  background-size: contain;
  padding-left: 2.5rem;
}
.nursery_list h3 {
  font-size: 1rem;
}
.nursery_list ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.nursery_list li {
  width: 47%;
}
.nursery_list .plan {
  width: 100%;
  text-align: center;
}
.nursery_list li .nursery_address {
  font-size: .8rem;
}
.plan {
  font-size: .8rem;
}
.nursery_introduction .info:before {
  top: 16%;
}
/*保育園シングルページ*/
.nursery_single_top .left {
  margin-bottom: 2rem;
  padding: 0;
}
.nursery_single_top .left img,
.nursery_introduction img,
.staff .left img {
  display: block;
  margin: 0 auto;
}
.nursery_single_top .right {
  padding-left: 0;
  position: inherit;
}
.nursery_single_top .right h2 {
  padding-left: 1.8rem;
  font-size: 1.2rem;
  background-size: contain;
}
.nursery_single_top .right .plan,
.single_job_nursery_introduction h3 .plan {
  position: inherit;
  font-size: .8rem;
}
.nursery_single_top .right .nursery_address {
  padding-right: 0;
  font-size: .8rem;
}
.nursery_introduction .contents_wrapper {
  padding: 1rem 1rem 3rem;
}
.nursery_introduction li {
  width: 100%;
}
.nursery_introduction li:nth-child(-n+2) {
  margin-bottom: 1rem;
}
.nursery_introduction {
  font-size: .8rem;
}
.nursery_introduction h3 {
  font-size: 1.2rem;
  background-size: contain;
  padding-left: 1.8rem;
}
.nursery_introduction .capacity:before,
.nursery_introduction .info:before {
  left: 12.5%;
}
.nursery_introduction .left dl {
  border-bottom: none;
}
.nursery_introduction .left dt {
  width: 100%;
  text-align: left;
  margin-bottom: 0;
}
.nursery_introduction .left dt.fax {
  margin-left: 0;
}
.nursery_introduction .left dt span {
  display: inline-block;
  font-size: .8rem;
}
.nursery_introduction .left dd {
  width: 100%;
  padding: 1rem 0;
}
.nursery_introduction .right {
  padding: 0 0 2rem;
  border-bottom: 2px dotted #FED34F;
}
.nursery_introduction .left a, .method .right a {
  padding-right: 1.5rem;
}
.staff li {
  margin-bottom: 1rem;
  font-size: .8rem;
}
.staff .right {
  padding-left: 0;
}
.single-nursery .job_list {
  padding: 0;
  margin-top: 4em;
}
.job_list .right {
  padding-left: 0;
}
.staff h2 {
  margin-bottom: 0;
  padding-left: 3.3rem;
}
.staff .right h3 {
  font-size: 1rem;
}
.job_list h2 {
   padding-left: 2.5rem;
   background-position: left center;
   font-size: 1.2rem;
   background-size: contain;
}
.job_list .recruit_list .left {
   padding: 0 0 2rem;
}
.job_list .right h3, .job_single_top h2 {
   font-size: 1.2rem;
	padding-left: 2rem;
}
.job_list .right h3 {
	background-position: left 10%;
}
.job_list .right h3 span, .job_single_top h2 span.diagonal {
   padding: 0 1rem;
}
.job_list .contents_btn {
  width: 77%;
}
.job_list .back_btn, .nursery_back_flame a {
   width: 73%;
}
/*会社概要ページ*/
.company_message .right {
  margin-left: 0;
}
.company_contents h3 {
  background-position: left 4%;
  padding-left: 3.2rem;
}
.company_contents h3 + p {
  font-size: .8rem;
}
.idea li h4 {
  font-size: 1rem;
}
.idea li p {
  font-size: .8rem;
}
.company_message .right h4 {
  font-size: 1rem;
}
.company_message .right .inner p {
  font-size: .8rem;
}
.application_requirements dt, .company_overview dt {
  width: 100%;
  text-align: left;
  border-bottom: none;
  position: inherit;
  font-weight: bold;
  padding: 1rem 0 0;
}
.application_requirements dd,
.company_overview dd {
  width: 100%;
  padding: 1rem 0;
}
.application_requirements dt span,
.company_overview dt span {
  position: inherit;
}
.company_overview dl {
  font-size: .8rem;
}
.company_location span {
  padding-left: 2rem;
  font-size: 1rem;
}
.company_overview .contents_btn,
.news_single_contents .contents_btn {
  width: 75%;
}
.company_message .odd .left {
  padding: 0 0 2rem 0;
}
/*エントリーページ*/
.entry_page_bg,
    .entry_page_bg .inner_flame {
    height: 130px;
}
    .entry_page_bg .inner {
        top: 60%;
    }
.entry_about .overview_text {
  font-size: .8rem;
  padding: 0;
}
.entry_about {
  margin: 0 auto;
}
.entry_do {
  width: 100%;
  position: inherit;
  padding: 2rem 1rem 1rem;
}
.entry_do .inner {
  position: inherit;
  transform: inherit;
}
.entry_do h3 {
  position: inherit;
  transform: inherit;
  background-position: left 18%;
  font-size: 1.2rem;
  padding-left: 1.5rem;
}
.entry_do h3 input {
	font-size: 1.2rem;
}
.entry_do h3 span {
  padding-top: 0;
}
.entry_do h3 .jobs_occupations:before {
  content: none;
}
.entry_do .plate {
  position: inherit;
  display: inline-block;
  font-size: .8rem;
}
    .enter_form input,
    .enter_form textarea {
        font-size: .8rem !important;
    }
    .entry_form .wpcf7 textarea[name="textarea-193"] {
    height: 100px !important;
}
    .entry_form .checkbox01-input input + span {
        padding-left: .75rem;
        margin-right: .5rem;
    }
.entry_form dl {
  font-size: .8rem;
  margin-bottom: .5rem;
    border: none;
}
.entry_form dd {
   padding: 0 0 .5rem;
}
.entry_form dt {
  font-weight: bold;
}
.entry_form dd label {
  padding-bottom: .5rem;
}
.entry_form dd:nth-of-type(4) {
  padding: 0 0 .5rem 0;
}
.entry_form dt.circumstances {
    margin: 0;
  padding: 0;
    margin-top: -.5rem;
}
.entry_form dt.circumstances span {
  transform: inherit;
  position: inherit;
}
    .entry_form .ex {
        margin: 0;
        font-size: .8rem;
    }
.entry_form .contents_btn {
  width: 77%;
}
.entry_form .contents_btn:after {
  left: 31%;
}
    .entry_form .submit_btn {
        margin: 0;
        width: 100% !important;
        display: block;
    }
    .enter_form .submit_btn input[type="submit"] {
        width: 100% !important;
        display: block;
        margin: 0;
    }
/*tenの保育とはページ*/
.feature_contents h2, .feature_page_center h2, .case h2 {
  padding-left: 14vw;
  background-position: left top;
}
.feature_page_center h2 {
  margin-left: 5vw;
}
.feature_contents p,
.case p {
   font-size: .8rem;
}
.case h3 {
   font-size: 1rem;
}
.case span {
   padding-left: 3.5rem;
}
/*仕事シングルページ*/
.job_single_top h2 {
	line-height: 1.5;
}
.recruit_list input[type="submit"],
.friend input[type="submit"] {
   text-indent: 1.5rem;
}
.job_single_top .contents_btn:after,
.friend .contents_btn:after {
  left: 27%;
}
.single_job_nursery_introduction h3 {
  background-position: left 19%;
}
.single_job_nursery_introduction h3 .plan {
  display: inline-block;
	padding: .4rem;
	position: absolute;
   right: 0;
	top: -18%;
}
.application_requirements h3, .method h3, .company_overview h3 {
  font-size: 1rem;
  padding-left: 3.6rem;
}
.method h3 {
  padding-left: 4.6rem;
}
.application_requirements h3:before,
.company_overview h3:before {
  left: 9%;
  width: 48px;
}
.job_single_search form {
  padding-bottom: 2rem;
}
.method {
  font-size: .8rem;
}
.method h3:before {
  left: 11%;
}
.method .inner {
  padding: 0 0 3rem;
  border-top: none;
}
.method ul {
   padding-left: 0;
}
.method .right h3:before {
  left: 11%;
}
.method .right .inner {
  padding: 0 0 3rem;
}
.application_requirements dl, .company_overview dl {
  font-size: .8rem;
}
.friend h3 {
  font-size: 1.2rem;
}
/*お知らせページ*/
.news_list .overview_text {
  padding: 0 0 4rem;
  margin: 0;
  font-size: .8rem;
}
.news_list li .news_data,
.news_list h3 {
  font-size: .8rem;
}
/*お知らせシングルページ*/
.news_single_page .news_data,
.news_pager {
  font-size: .8rem;
}
.news_single_page h2 {
  font-size: 1.2rem;
  margin-top: 0;
}
.news_pager li {
  width: 40%;
}
/*プライバシーポリシーページ*/
.privacy_overview_text,
.privacy_contents {
  font-size: .8rem;
}
.privacy_contents h3 {
  line-height: 1.3;
  font-size: 1rem;
}
.privacy_contact {
  font-size: .8rem;
}
.privacy_contact h2 {
   font-size: 1.2rem;
	background-size: contain;
   padding-left: 2.5rem;
}
.privacy_contact h2 + p {
   line-height: 1.5;
}
.privacy_contact .privacy_contact_box .contents_btn {
  width: 70%;
  margin: 0;
}
.privacy_contact .privacy_contact_box .contents_btn:after {
  left: 22%;
}
/*404 / サンクスページ*/
.page404_contents p {
   font-size: .8rem;
}
.page404_contents .contents_btn {
   width: 80%;
}
}
@media screen and (max-width: 320px) {
footer li {
  padding: 0 .5rem;
}
.search_box li, .searchsubmit_btn {
  width: 87%;
}
.search_box h4:before {
	left: 16%;
}
.searchsubmit_btn:before {
	left: 24vw;
}
.top_main_flame .inner {
   width: 100%;
}
.top_main_flame .inner h2 {
   padding: 0;
}
.entry_form .contents_btn {
	width: 80%;
}
.entry_form .contents_btn input {
	text-indent: 2.5rem;
}
.job_single_top .contents_btn:after, .friend .contents_btn:after {
   left: 22%;
}
.job_list h2 {
	line-height: 1.5;
}
.job_list .right h3, .job_single_top h2 {
	font-size: 1.3rem;
}
.feature_contents h2, .feature_page_center h2, .case h2 {
   padding-left: 16vw;
   background-position: left 6%;
}
.nursery_introduction .capacity:before, .nursery_introduction .info:before {
  left: 14.5%;
}
}