@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=vietnamese);
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: 0; }

a {
  text-decoration: none;
  word-wrap: break-word;
  transition: all .25s; }
  a:hover {
    text-decoration: none;
    transition: all .25s; }
  a:focus {
    outline: 0;
    text-decoration: none;
    outline-offset: 0; }

button {
  transition: all .25s; }
  button:hover {
    transition: all .25s; }

img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  border: 0; }

button:focus, input:focus, select:focus {
  outline: 0; }

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url] {
  padding: 8px 10px;
  width: 100%;
  border: none;
  cursor: pointer; }

select, textarea {
  padding: 8px 10px;
  width: 100%;
  border: none;
  cursor: pointer; }

ol, ul {
  margin: 0;
  padding: 0; }

ol li, ul li {
  list-style: none; }

p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-weight: 700;
  color: inherit; }

body {
  font-family: "Open Sans",sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  background: url(../images/background.png) repeat top center; }
  @media screen and (min-width: 901px) {
    body {
      min-width: 1200px; } }
  @media screen and (max-width: 900px) {
    body {
      overflow: hidden; } }

.ennai-shokai {
  margin: 0 auto;
  text-align: center; }

.js-noscroll {
  overflow: hidden; }

.clearfix {
  clear: both; }
  .clearfix:after, .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    clear: both; }

@media screen and (min-width: 901px) {
  .pull-left {
    float: left; }

  .pull-right {
    float: right; } }
@media screen and (max-width: 900px) {
  .pull-left {
    margin-bottom: 10px; } }
.hidden {
  display: none !important; }

@media screen and (max-width: 900px) {
  .pc {
    display: none !important; } }
@media screen and (min-width: 901px) {
  .sp {
    display: none !important; } }
/*
* ヘッダーデザイン
 */
@media screen and (min-width: 901px) {
  .header {
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
    margin-top: -8px; }
    .header .wrap-header {
      width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center; }
    .header #sticky-wrapper {
      height: 65px !important; }
    .header .is-sticky .stick-header {
      background: url(../images/fixed-global-bg.png) no-repeat;
      background-size: 102% auto;
      background-position: 50% 0;
      padding: 51px 0 22px;
      display: flex;
      z-index: 99;
      box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.2);
      left: 0; }
    .header .header-logo {
      width: 225px; }
    .header .header-menu {
      margin-left: auto; }
      .header .header-menu .memu-items .memu-item {
        float: left;
        position: relative;
        background: 0 0;
        transition: all .25s; }
        .header .header-menu .memu-items .memu-item:before {
          content: "";
          display: block;
          border-right: 1px solid #007a1f;
          margin: 0 auto;
          height: 22px;
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          left: 0; }
        .header .header-menu .memu-items .memu-item:first-child:before {
          display: none; }
        .header .header-menu .memu-items .memu-item a {
          color: #385933;
          display: block;
          text-align: center;
          font-size: 14px;
          font-weight: 700; }
        .header .header-menu .memu-items .memu-item.memu-item {
          position: relative;
          width: 160px;
          height: 64px; }
          .header .header-menu .memu-items .memu-item.memu-item .normal,
          .header .header-menu .memu-items .memu-item.memu-item .hover {
            position: absolute;
            top: 0;
            left: 0;
            z-index: 99; }
          .header .header-menu .memu-items .memu-item.memu-item .hover {
            opacity: 0;
            transition: opacity .3s; }
          .header .header-menu .memu-items .memu-item.memu-item:hover .hover {
            opacity: 1; }
        .header .header-menu .memu-items .memu-item.memu-item:hover:before {
          border-color: transparent; }
        .header .header-menu .memu-items .memu-item.memu-item:hover .memu-item-child {
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .header .header-menu .memu-items .memu-item .memu-item-child {
          position: absolute;
          top: 100%;
          left: 0;
          opacity: 0;
          visibility: hidden;
          min-width: 265px;
          background: #fff;
          border: 1px solid transparent;
          -webkit-transform: translate(0, 10px);
          -ms-transform: translate(0, 10px);
          -o-transform: translate(0, 10px);
          transform: translate(0, 10px);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .header .header-menu .memu-items .memu-item .memu-item-child li {
            background: 0 0; }
            .header .header-menu .memu-items .memu-item .memu-item-child li a {
              text-align: left;
              color: #000;
              font-weight: 400;
              word-wrap: unset;
              padding: 10px 30px; }
        .header .header-menu .memu-items .memu-item.memu-item-about .memu-item-child {
          border-color: #91b136; }
          .header .header-menu .memu-items .memu-item.memu-item-about .memu-item-child li:hover {
            background: #c8d89a; }
        .header .header-menu .memu-items .memu-item.memu-item-summary .memu-item-child {
          border-color: #0085c2; }
          .header .header-menu .memu-items .memu-item.memu-item-summary .memu-item-child li:hover {
            background: #80c2e0; }
        .header .header-menu .memu-items .memu-item.memu-item-education .memu-item-child {
          border-color: #ffc700; }
          .header .header-menu .memu-items .memu-item.memu-item-education .memu-item-child li:hover {
            background: #ffe380; }
        .header .header-menu .memu-items .memu-item.memu-item-event .memu-item-child {
          border-color: #ef98bc; }
          .header .header-menu .memu-items .memu-item.memu-item-event .memu-item-child li:hover {
            background: #f6cbdd; }
        .header .header-menu .memu-items .memu-item.memu-item-blog .memu-item-child {
          border-color: #f48b00; }
          .header .header-menu .memu-items .memu-item.memu-item-blog .memu-item-child li:hover {
            background: #fddcb0; } }
@media screen and (max-width: 900px) {
  .header .header-logo {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 10px; }
    .header .header-logo img {
      width: 230px; }
  .header .top-bar {
    display: inline-block;
    width: 100%;
    overflow: hidden; }
    .header .top-bar img {
      max-width: 200%; }
  .header .is-sticky .stick-header {
    background: url(../images/global-bg-stick.png) repeat;
    display: flex;
    z-index: 99;
    box-shadow: 1px 1px 5px 4px rgba(0, 0, 0, 0.2); }
  .header #sticky-wrapper {
    height: auto !important; }
  .header .wrap-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    width: 100%; }
    .header .wrap-header .header-menu {
      overflow: auto;
      width: 100%;
      background-color: #fff;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 999;
      border: 5px solid #007a1f;
      padding: 20px 20px;
      transition: opacity .1s;
      opacity: 0;
      visibility: hidden; }
      .header .wrap-header .header-menu .menu-title {
        margin-bottom: 15px; }
      .header .wrap-header .header-menu .sp-toggle {
        display: block;
        margin: 0 auto;
        width: 200px;
        text-align: center;
        margin-top: 20px;
        background-color: #007a1f;
        color: #fff;
        padding: 10px 20px; }
      .header .wrap-header .header-menu a {
        color: #333; }
      .header .wrap-header .header-menu .memu-items .memu-item {
        margin-bottom: 15px;
        border-bottom: 1px dashed #d2d2d2;
        padding-bottom: 15px; }
        .header .wrap-header .header-menu .memu-items .memu-item .icon {
          margin-right: 5px; }
        .header .wrap-header .header-menu .memu-items .memu-item > a {
          font-weight: bold; }
        .header .wrap-header .header-menu .memu-items .memu-item.memu-item-home > a {
          color: #e9450a; }
        .header .wrap-header .header-menu .memu-items .memu-item.memu-item-about > a {
          color: #91b136; }
        .header .wrap-header .header-menu .memu-items .memu-item.memu-item-summary > a {
          color: #0085c2; }
        .header .wrap-header .header-menu .memu-items .memu-item.memu-item-education > a {
          color: #ffc700; }
        .header .wrap-header .header-menu .memu-items .memu-item.memu-item-event > a {
          color: #ee9cbe; }
        .header .wrap-header .header-menu .memu-items .memu-item.memu-item-support > a {
          color: #e68f2b; }
        .header .wrap-header .header-menu .memu-items .memu-item .memu-item-child {
          margin-top: 10px;
          margin-left: 35px; }
          .header .wrap-header .header-menu .memu-items .memu-item .memu-item-child li a:before {
            content: '▶';
            padding-right: 5px; }
      .header .wrap-header .header-menu.open {
        opacity: 1;
        visibility: visible; } }
@media screen and (min-width: 901px) {
  .container {
    width: 1200px;
    margin: 0 auto; } }
@media screen and (max-width: 900px) {
  .container {
    padding: 0 15px; } }
.container:after, .container:before {
  content: "";
  display: table; }
.container:after {
  clear: both; }

.upper-text {
  text-transform: uppercase; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.hr-border {
  background-image: linear-gradient(to right, #007a1f 33%, rgba(255, 255, 255, 0) 0);
  background-position: bottom;
  background-size: 5px 3px;
  background-repeat: repeat-x;
  margin: 70px auto;
  height: 3px;
  width: 890px; }
  @media screen and (max-width: 900px) {
    .hr-border {
      margin: 50px 10px;
      width: auto; } }

@media screen and (min-width: 901px) {
  .page-child {
    padding: 30px 0; }
    .page-child .page-left {
      float: left;
      width: 930px;
      margin-right: 30px; }
    .page-child .page-right {
      float: right;
      width: 240px; } }
@media screen and (max-width: 900px) {
  .page-right {
    margin: 60px 0 40px; } }
.td-scroll-up {
  cursor: pointer;
  position: fixed;
  bottom: 14px;
  right: 25px;
  z-index: 1;
  transform: translate3d(0, 70px, 0);
  -webkit-transform: translate3d(0, 70px, 0);
  -moz-transform: translate3d(0, 70px, 0);
  -ms-transform: translate3d(0, 70px, 0);
  -o-transform: translate3d(0, 70px, 0);
  -webkit-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -moz-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  -o-transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.55, 0, 0.1, 1) 0s; }

.td-scroll-up-visible {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0); }

.td-scroll-up:hover {
  opacity: .8;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s; }

.block-banner {
  position: relative;
  margin-bottom: 50px; }
  .block-banner .block-banner-wrap {
    text-align: center;
    position: relative;
    margin-top: -5.5%; }
    @media screen and (min-width: 901px) {
      .block-banner .block-banner-wrap {
        margin-top: -100px; } }
    .block-banner .block-banner-wrap .block-banner-box {
      background: url(../images/craft-1920x500.png) no-repeat top center;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding: 10px 0 20px; }
      @media screen and (max-width: 900px) {
        .block-banner .block-banner-wrap .block-banner-box {
          padding: 3px 15px 14px;
          background-size: cover !important;
          margin-bottom: -14px; } }
      .block-banner .block-banner-wrap .block-banner-box .block-banner-des {
        margin: 0 auto;
        overflow: hidden; }
        @media screen and (max-width: 900px) {
          .block-banner .block-banner-wrap .block-banner-box .block-banner-des {
            padding: 0 20px; } }
        @media screen and (min-width: 901px) {
          .block-banner .block-banner-wrap .block-banner-box .block-banner-des {
            width: 450px; } }
        .block-banner .block-banner-wrap .block-banner-box .block-banner-des p {
          color: #385933;
          font-size: 18px;
          font-weight: 700;
          text-align: center;
          letter-spacing: 10px; }

.block-item-home,
.block-page-child {
  margin-bottom: 50px; }
  @media screen and (max-width: 900px) {
    .block-item-home,
    .block-page-child {
      margin-bottom: 20px; } }
  .block-item-home .block-wrap,
  .block-page-child .block-wrap {
    background: url(../images/craft-1920x500.png) no-repeat top center;
    background-size: 100% 101%;
    width: 100%;
    padding: 30px 0; }
    @media screen and (max-width: 900px) {
      .block-item-home .block-wrap,
      .block-page-child .block-wrap {
        padding: 20px 0;
        margin-bottom: -2%; } }
  .block-item-home .block-title,
  .block-page-child .block-title {
    margin-bottom: 20px; }
    .block-item-home .block-title span,
    .block-page-child .block-title span {
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 900px) {
        .block-item-home .block-title span.sp,
        .block-page-child .block-title span.sp {
          display: block !important; } }
    .block-item-home .block-title .title,
    .block-page-child .block-title .title {
      font-size: 35px;
      color: #ff4a57;
      line-height: 1.3; }
      .block-item-home .block-title .title .sub,
      .block-page-child .block-title .title .sub {
        font-size: 19px; }
      @media screen and (max-width: 900px) {
        .block-item-home .block-title .title,
        .block-page-child .block-title .title {
          font-size: 20px;
          margin-top: -5px; }
          .block-item-home .block-title .title .sub,
          .block-page-child .block-title .title .sub {
            font-size: 13px; } }

.block-item-news .news-content {
  margin: 0 auto;
  padding: 30px;
  background: #fff; }
  @media screen and (min-width: 901px) {
    .block-item-news .news-content {
      width: 850px;
      padding: 30px 50px; } }
  .block-item-news .news-content .newslist li {
    background: url(../images/icon/icon_news.png) left 0.75em/24px 24px no-repeat;
    display: flex;
    border-top: 1px dashed #ccc;
    padding: 10px 0 10px 30px; }
    .block-item-news .news-content .newslist li.all {
      background-image: url(../images/icon/icon_all.png); }
    .block-item-news .news-content .newslist li.tulip {
      background-image: url(../images/icon/icon_tulip.png); }
    .block-item-news .news-content .newslist li.momo {
      background-image: url(../images/icon/icon_momo.png); }
    .block-item-news .news-content .newslist li.tanpopo {
      background-image: url(../images/icon/icon_tanpopo.png); }
    .block-item-news .news-content .newslist li.sumire {
      background-image: url(../images/icon/icon_sumire.png); }
    .block-item-news .news-content .newslist li.sakura {
      background-image: url(../images/icon/icon_sakura.png); }
    .block-item-news .news-content .newslist li.yuri {
      background-image: url(../images/icon/icon_yuri.png); }
    .block-item-news .news-content .newslist li.preschool {
      background-image: url(../images/icon/icon_all.png); }
    .block-item-news .news-content .newslist li.local {
      background-image: url(../images/icon/icon_local.png); }
  .block-item-news .news-content .newslist li:first-child {
    border: none; }
  .block-item-news .news-content .newslist .date {
    color: #666;
    margin: 0 1em 0 0; }
  .block-item-news .news-content .newslist .lcp_private {
    color: #ccc; }
  .block-item-news .news-content .newslist a {
    flex: 1;
    color: inherit; }
    .block-item-news .news-content .newslist a:hover {
      text-decoration: underline; }
  .block-item-news .news-content hr {
    margin: 10px 0;
    height: 4px;
    border: none;
    background: #ff4a58; }
    @media screen and (min-width: 901px) {
      .block-item-news .news-content hr {
        margin: -15px 0;
        height: 50px;
        background: url(../images/top-news-line.png) right center no-repeat; } }
  .block-item-news .news-content .more {
    margin: 20px 0 0;
    text-align: center; }
  .block-item-news .news-content .more a {
    background: #ff4a58;
    color: #fff;
    padding: 8px 20px;
    border-radius: 99px; }

.block-item-topics .topics-items {
  text-align: center; }
  @media screen and (min-width: 901px) {
    .block-item-topics .topics-items .topics-item {
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px; }
      .block-item-topics .topics-items .topics-item .topics-item-wrap1 {
        background: url(../images/home-title-topic-bg1.png) no-repeat center; }
      .block-item-topics .topics-items .topics-item .topics-item-wrap2 {
        background: url(../images/home-title-topic-bg2.png) no-repeat center; }
      .block-item-topics .topics-items .topics-item .topics-item-wrap {
        border-radius: 50%;
        width: 438px;
        height: 438px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .block-item-topics .topics-items .topics-item .topics-item-wrap .topics-item-box {
          width: 90%;
          height: 90%;
          display: block;
          background: #fff;
          border-radius: 50%; }
          .block-item-topics .topics-items .topics-item .topics-item-wrap .topics-item-box .topics-item-ct {
            padding: 20px; }
          .block-item-topics .topics-items .topics-item .topics-item-wrap .topics-item-box .date {
            font-size: 13px;
            font-weight: 500;
            margin: 5px 0 0; }
          .block-item-topics .topics-items .topics-item .topics-item-wrap .topics-item-box .title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 0; }
          .block-item-topics .topics-items .topics-item .topics-item-wrap .topics-item-box .no-post {
            padding: 62px 0; }
          .block-item-topics .topics-items .topics-item .topics-item-wrap .topics-item-box .des {
            padding: 0 27px;
            font-size: 15px;
            margin-bottom: 10px;
            height: 75px;
            overflow: hidden; } }
  @media screen and (max-width: 900px) {
    .block-item-topics .topics-items .topics-item {
      margin-bottom: 40px; }
      .block-item-topics .topics-items .topics-item:last-child {
        margin-bottom: 0; }
      .block-item-topics .topics-items .topics-item .topics-item-ct .icon img {
        width: 60%; }
      .block-item-topics .topics-items .topics-item .topics-item-ct .title {
        font-weight: bold;
        font-size: 18px;
        margin: 10px 0 10px; }
      .block-item-topics .topics-items .topics-item .topics-item-ct .des {
        width: 80%;
        margin: 0 auto 10px; } }
  .block-item-topics .topics-items .note {
    padding: 0 80px; }
    .block-item-topics .topics-items .note a {
      display: inline-block;
      width: auto;
      font-size: 15px;
      color: #fff;
      border-radius: 999px;
      padding: 1px 12px; }
      .block-item-topics .topics-items .note a:hover {
        opacity: .5; }
  .block-item-topics .topics-items .topics-item-wrap1 .topics-item-box .note a {
    background: #7192cb; }
  .block-item-topics .topics-items .topics-item-wrap1 .des a {
    color: #7192cb; }
  .block-item-topics .topics-items .topics-item-wrap2 .topics-item-box .note a {
    background: #ee8b71; }
  .block-item-topics .topics-items .topics-item-wrap2 .des a {
    color: #ee8b71; }

@media screen and (min-width: 901px) {
  .block-usagi .usagi-items {
    display: flex;
    justify-content: center; }
    .block-usagi .usagi-items .usagi-item-img:first-child {
      margin-top: -65px;
      margin-left: 75px; }
    .block-usagi .usagi-items .usagi-item-txt {
      width: 345px;
      margin: 60px 30px 0 40px; } }
@media screen and (max-width: 900px) {
  .block-usagi .usagi-items .usagi-item-txt {
    text-align: center;
    margin-bottom: 20px; }
    .block-usagi .usagi-items .usagi-item-txt p {
      font-size: 16px; }
    .block-usagi .usagi-items .usagi-item-txt a {
      font-size: 16px;
      width: 183px;
      height: 50px;
      line-height: 50px;
      border-radius: 30px;
      box-shadow: 2px 2px 0px 0px #9e600e; }
    .block-usagi .usagi-items .usagi-item-txt .usagi-item-img {
      text-align: center;
      margin-top: 30px; }
      .block-usagi .usagi-items .usagi-item-txt .usagi-item-img img {
        width: 90%; } }
.block-usagi .usagi-items .usagi-item-txt p {
  color: #000;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold; }
.block-usagi .usagi-items .usagi-item-txt a {
  background: #e68f2b;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 223px;
  height: 61px;
  text-align: center;
  line-height: 61px; }
  .block-usagi .usagi-items .usagi-item-txt a:hover {
    opacity: .5; }

@media screen and (min-width: 901px) {
  .block-tori .tori-items {
    display: flex;
    justify-content: center; }
    .block-tori .tori-items .tori-item-img:first-child {
      margin-top: -65px; }
      .block-tori .tori-items .tori-item-img:first-child img {
        width: 300px; }
    .block-tori .tori-items .tori-item-img:last-child {
      margin-top: -100px; }
      .block-tori .tori-items .tori-item-img:last-child img {
        width: 706px; }
    .block-tori .tori-items .tori-item-txt {
      width: 473px;
      margin: 50px 0 0 -65px;
      text-align: right; } }
@media screen and (max-width: 900px) {
  .block-tori .tori-items .tori-item-txt {
    text-align: center;
    margin-bottom: 20px; }
    .block-tori .tori-items .tori-item-txt p {
      font-size: 16px; }
    .block-tori .tori-items .tori-item-txt a {
      font-size: 16px;
      width: 183px;
      height: 50px;
      line-height: 50px;
      border-radius: 30px;
      box-shadow: 2px 2px 0px 0px #9e600e; }
    .block-tori .tori-items .tori-item-txt .tori-item-img {
      text-align: center;
      margin-top: 30px; }
      .block-tori .tori-items .tori-item-txt .tori-item-img img {
        width: 90%; } }
.block-tori .tori-items .tori-item-txt p {
  color: #000;
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: bold; }
.block-tori .tori-items .tori-item-txt a {
  background: #e68f2b;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 223px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  margin-top: 30px; }
  .block-tori .tori-items .tori-item-txt a:hover {
    background: #e19953; }

.block-guidance .guidance-items {
  text-align: center; }
  .block-guidance .guidance-items .guidance-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
    @media screen and (max-width: 900px) {
      .block-guidance .guidance-items .guidance-item {
        display: block;
        margin-bottom: 20px; }
        .block-guidance .guidance-items .guidance-item:last-child {
          margin-bottom: 0; } }
    .block-guidance .guidance-items .guidance-item .guidance-item-wrap {
      border-radius: 50%;
      background: url(../images/home-title-guidance-bg.png) no-repeat center;
      width: 284px;
      height: 284px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 900px) {
        .block-guidance .guidance-items .guidance-item .guidance-item-wrap {
          width: 220px;
          height: 220px;
          margin: 0 auto; } }
      .block-guidance .guidance-items .guidance-item .guidance-item-wrap .guidance-item-box {
        width: 90%;
        height: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #fff;
        border-radius: 50%;
        text-align: center; }
        .block-guidance .guidance-items .guidance-item .guidance-item-wrap .guidance-item-box .text {
          color: #385933;
          font-size: 17px;
          font-weight: 700;
          letter-spacing: 1.5px; }
        @media screen and (max-width: 900px) {
          .block-guidance .guidance-items .guidance-item .guidance-item-wrap .guidance-item-box .icon img {
            width: 60%; }
          .block-guidance .guidance-items .guidance-item .guidance-item-wrap .guidance-item-box .text {
            font-size: 13px; } }

.block-page-child .page-title {
  background: url(../images/craft-top-930x120.png) no-repeat top center;
  background-size: 100% 100%;
  background-origin: content-box;
  color: #385933;
  display: flex;
  align-items: center;
  height: 70px;
  position: relative;
  margin-top: 25px; }
  @media screen and (min-width: 901px) {
    .block-page-child .page-title:before {
      content: url(../images/leaf-930x120.png);
      position: absolute;
      top: -30px;
      right: 0;
      left: 0; }
    .block-page-child .page-title:after {
      content: url(../images/craft-top-shadow-930x120.png);
      position: absolute;
      right: 0;
      bottom: -21px;
      left: 0; } }
  @media screen and (max-width: 900px) {
    .block-page-child .page-title {
      box-shadow: 3px 2px 3px 0px #333;
      margin: 30px -15px 30px; }
      .block-page-child .page-title img {
        height: 20px; }
      .block-page-child .page-title:before {
        content: '';
        display: block;
        background: url(../images/leaf-930x120.png) no-repeat left;
        background-size: 600px auto;
        height: 17px;
        position: absolute;
        top: -17px;
        right: 0;
        left: 0; } }
  .block-page-child .page-title span {
    display: block;
    margin: 0 27px; }
.block-page-child .page-content .hashira {
  text-align: center;
  margin: 20px 0 0; }
  @media screen and (max-width: 900px) {
    .block-page-child .page-content .hashira img {
      width: 70%; } }
.block-page-child .page-content .block-title {
  margin: 30px 0 20px;
  font-size: 30px;
  color: #ff4a57; }
  .block-page-child .page-content .block-title span {
    display: inline-block;
    vertical-align: middle; }
.block-page-child .page-content .block-sub-title, .block-page-child .page-content .block-sub-title2, .block-page-child .page-content .block-sub-title3 {
  font-size: 18px;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 28px; }
  @media screen and (max-width: 900px) {
    .block-page-child .page-content .block-sub-title, .block-page-child .page-content .block-sub-title2, .block-page-child .page-content .block-sub-title3 {
      font-size: 14px;
      text-align: left; }
      .block-page-child .page-content .block-sub-title br, .block-page-child .page-content .block-sub-title2 br, .block-page-child .page-content .block-sub-title3 br {
        display: none; }
      .block-page-child .page-content .block-sub-title .sp-title, .block-page-child .page-content .block-sub-title2 .sp-title, .block-page-child .page-content .block-sub-title3 .sp-title {
        font-weight: bold;
        line-height: 1.8;
        display: block;
        text-align: center; }
        .block-page-child .page-content .block-sub-title .sp-title br, .block-page-child .page-content .block-sub-title2 .sp-title br, .block-page-child .page-content .block-sub-title3 .sp-title br {
          display: block; } }
  .block-page-child .page-content .block-sub-title img, .block-page-child .page-content .block-sub-title2 img, .block-page-child .page-content .block-sub-title3 img {
    display: block;
    margin: 50px auto 60px; }
    @media screen and (max-width: 900px) {
      .block-page-child .page-content .block-sub-title img, .block-page-child .page-content .block-sub-title2 img, .block-page-child .page-content .block-sub-title3 img {
        margin: 20px auto 30px;
        width: calc(100% - 40px); } }
.block-page-child .page-content .block-sub-title2:last-child, .block-page-child .page-content .block-sub-title3:last-child, .block-page-child .page-content .block-sub-title:last-child {
  margin-bottom: 0; }
.block-page-child .page-content .block-sub-title2 {
  font-size: 16px; }
  @media screen and (max-width: 900px) {
    .block-page-child .page-content .block-sub-title2 p {
      margin: 0 20px; } }
.block-page-child .page-content .block-sub-title3 {
  font-size: 22px;
  margin: 30px auto;
  font-weight: 700;
  line-height: 1.6; }
.block-page-child .block-page-content {
  padding-bottom: 45px;
  margin-bottom: 45px; }
  .block-page-child .block-page-content:last-child {
    padding-bottom: 0;
    margin-bottom: 0; }

.list-sty-1 {
  margin: 20px 0; }
  .list-sty-1 li,
  .list-sty-1 .title-wrap {
    margin-bottom: 30px; }
    .list-sty-1 li:last-child,
    .list-sty-1 .title-wrap:last-child {
      margin-bottom: 0; }
    .list-sty-1 li .title,
    .list-sty-1 .title-wrap .title {
      background: #00901f;
      border-radius: 999px;
      color: #fff;
      font-size: 19px;
      display: flex;
      align-items: center;
      padding: 6px 15px;
      font-weight: normal;
      letter-spacing: 0.33px; }
      @media screen and (max-width: 900px) {
        .list-sty-1 li .title,
        .list-sty-1 .title-wrap .title {
          font-size: 15px;
          line-height: 1.3;
          padding: 10px 15px;
          border-radius: 0;
          text-align: justify; } }
      @media screen and (min-width: 901px) {
        .list-sty-1 li .title .icon,
        .list-sty-1 .title-wrap .title .icon {
          margin-right: 10px;
          margin-top: -6px; } }
      @media screen and (max-width: 900px) {
        .list-sty-1 li .title .icon,
        .list-sty-1 .title-wrap .title .icon {
          display: block;
          width: 25px; } }
      @media screen and (max-width: 900px) {
        .list-sty-1 li .title .text,
        .list-sty-1 .title-wrap .title .text {
          display: block;
          width: calc(100% - 25px); } }
    .list-sty-1 li .content,
    .list-sty-1 .title-wrap .content {
      color: #000;
      line-height: 26px;
      margin: 20px;
      font-size: 16px; }
      @media screen and (max-width: 900px) {
        .list-sty-1 li .content,
        .list-sty-1 .title-wrap .content {
          font-size: 14px; }
          .list-sty-1 li .content br,
          .list-sty-1 .title-wrap .content br {
            display: none; } }
      .list-sty-1 li .content .tit,
      .list-sty-1 .title-wrap .content .tit {
        padding-left: 15px;
        font-weight: 700;
        font-size: 16px;
        position: relative; }
        @media screen and (max-width: 900px) {
          .list-sty-1 li .content .tit,
          .list-sty-1 .title-wrap .content .tit {
            font-size: 14px; } }
        .list-sty-1 li .content .tit:before,
        .list-sty-1 .title-wrap .content .tit:before {
          content: "";
          width: 10px;
          height: 10px;
          background: #000;
          display: inline-block;
          position: absolute;
          top: 9px;
          left: 0; }

.list-sty-2 {
  margin: 20px 0;
  display: flex;
  justify-content: center; }
  .list-sty-2 li {
    width: 230px; }
    .list-sty-2 li img {
      width: 97%; }
    .list-sty-2 li.onerow {
      display: block; }

.block-page-about .about-list-items .about-list-item .about-list-item-ct {
  margin-top: 25px; }
  .block-page-about .about-list-items .about-list-item .about-list-item-ct .image {
    margin-bottom: 35px; }
    @media screen and (max-width: 900px) {
      .block-page-about .about-list-items .about-list-item .about-list-item-ct .image img {
        float: none;
        margin: 10px 0 0; } }
  .block-page-about .about-list-items .about-list-item .about-list-item-ct .text p {
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    margin-bottom: 5px;
    font-size: 16px; }
    @media screen and (max-width: 900px) {
      .block-page-about .about-list-items .about-list-item .about-list-item-ct .text p {
        font-size: 14px;
        margin: 0 20px; } }
    .block-page-about .about-list-items .about-list-item .about-list-item-ct .text p:last-child {
      margin-bottom: 0; }
    .block-page-about .about-list-items .about-list-item .about-list-item-ct .text p:before {
      content: "";
      width: 10px;
      height: 10px;
      background: #000;
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0; }

@media screen and (max-width: 900px) {
  .block-widget-content {
    display: none; } }

.block-widget .block-widget-item {
  margin-bottom: 12px; }
  .block-widget .block-widget-item .archives {
    color: #007a1f; }
    .block-widget .block-widget-item .archives a {
      font-size: 15px;
      color: #007a1f; }
  @media screen and (max-width: 900px) {
    .block-widget .block-widget-item .accordion {
      display: block;
      color: #fff;
      padding: 15px 20px;
      position: relative;
      background-color: #007a1f; }
      .block-widget .block-widget-item .accordion:after {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/arrow.png) no-repeat center;
        background-size: 100% auto;
        position: absolute;
        top: 35%;
        right: 20px;
        transition: .5s; }
      .block-widget .block-widget-item .accordion.open:after {
        transform: scale(1, -1); } }
  .block-widget .block-widget-item .block-widget-list-sub {
    background: #fff;
    padding: 5px 15px 5px; }
    .block-widget .block-widget-item .block-widget-list-sub:last-child {
      padding-bottom: 15px; }
    .block-widget .block-widget-item .block-widget-list-sub .title {
      border-bottom: 1px dotted #333;
      background-position: bottom;
      background-size: 6px 3px;
      background-repeat: repeat-x;
      font-weight: 700;
      font-size: 16px;
      padding-bottom: 5px;
      margin-bottom: 5px; }
    .block-widget .block-widget-item .block-widget-list-sub .block-widget-list {
      padding: 0; }
      .block-widget .block-widget-item .block-widget-list-sub .block-widget-list li {
        padding: 0 0 10px 20px;
        background: url(../images/icon/icon_triangle.png) left 8px no-repeat; }
      .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul {
        margin: 10px 0 0; }
        .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li {
          background: url(../images/icon/icon_all.png) left 8px/12px 12px no-repeat;
          margin: 0;
          border: none; }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.all {
            background-image: url(../images/icon/icon_all.png); }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.tulip {
            background-image: url(../images/icon/icon_tulip.png); }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.momo {
            background-image: url(../images/icon/icon_momo.png); }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.tanpopo {
            background-image: url(../images/icon/icon_tanpopo.png); }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.sumire {
            background-image: url(../images/icon/icon_sumire.png); }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.sakura {
            background-image: url(../images/icon/icon_sakura.png); }
          .block-widget .block-widget-item .block-widget-list-sub .block-widget-list ul li.yuri {
            background-image: url(../images/icon/icon_yuri.png); }
  .block-widget .block-widget-item .block-widget-list {
    background: #fff;
    padding: 5px 15px 15px; }
    .block-widget .block-widget-item .block-widget-list li {
      border-bottom: 1px dotted #333;
      background-position: bottom;
      background-size: 6px 3px;
      background-repeat: repeat-x;
      padding-bottom: 6px;
      margin-bottom: 5px; }
      .block-widget .block-widget-item .block-widget-list li span {
        display: inline-block;
        vertical-align: middle; }
      .block-widget .block-widget-item .block-widget-list li .title {
        font-weight: 700; }
      .block-widget .block-widget-item .block-widget-list li .text {
        line-height: 1.2; }
        .block-widget .block-widget-item .block-widget-list li .text a {
          font-size: 15px;
          color: #007a1f; }
          .block-widget .block-widget-item .block-widget-list li .text a:hover {
            color: #019e29;
            padding-left: 5px; }
  .block-widget .block-widget-item .block-widget-list-img .icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    position: relative;
    top: 2px; }
  .block-widget .block-widget-item .block-widget-list-img .text {
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: calc(100% - 50px); }

.block-page-consultation .block-page-content, .block-page-education .block-page-content, .block-page-event .block-page-content, .block-page-summary .block-page-content, .block-page-support .block-page-content {
  margin-right: 20px;
  margin-left: 20px; }
  @media screen and (max-width: 900px) {
    .block-page-consultation .block-page-content, .block-page-education .block-page-content, .block-page-event .block-page-content, .block-page-summary .block-page-content, .block-page-support .block-page-content {
      margin-right: 0;
      margin-left: 0; } }

.block-summary-image {
  margin-top: 30px; }

@media screen and (min-width: 901px) {
  .block-summary-image li {
    float: right;
    margin-bottom: 20px;
    width: 49%; }
    .block-summary-image li:nth-child(2n+1) {
      float: left; } }
@media screen and (max-width: 900px) {
  .block-summary-image li {
    width: 90%;
    margin: 0 auto 20px; }
    .block-summary-image li:last-child {
      margin-bottom: 0; } }

.block-summary-info-item {
  margin-bottom: 30px; }
  .block-summary-info-item .block-summary-info-wrap {
    background: url(../images/summary-bg.png);
    padding: 20px; }
    @media screen and (max-width: 900px) {
      .block-summary-info-item .block-summary-info-wrap {
        margin-bottom: -7px; } }
    .block-summary-info-item .block-summary-info-wrap ul {
      padding: 0 20px;
      font-size: 16px;
      line-height: 0.9; }
      @media screen and (max-width: 900px) {
        .block-summary-info-item .block-summary-info-wrap ul {
          padding: 0;
          font-size: 13px;
          line-height: 1.5; } }
      .block-summary-info-item .block-summary-info-wrap ul li {
        background: url(../images/summary-border-bottom.png) no-repeat center bottom;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        .block-summary-info-item .block-summary-info-wrap ul li span {
          display: inline-block;
          vertical-align: top; }
        .block-summary-info-item .block-summary-info-wrap ul li .title {
          width: 70px;
          margin-right: 10px; }
          @media screen and (max-width: 900px) {
            .block-summary-info-item .block-summary-info-wrap ul li .title {
              width: 57px;
              margin-right: 4px; } }
        .block-summary-info-item .block-summary-info-wrap ul li .dot {
          width: 5px;
          margin-right: 10px; }
          @media screen and (max-width: 900px) {
            .block-summary-info-item .block-summary-info-wrap ul li .dot {
              margin-right: 4px; } }
        .block-summary-info-item .block-summary-info-wrap ul li .des {
          width: calc(100% - 110px); }
          @media screen and (max-width: 900px) {
            .block-summary-info-item .block-summary-info-wrap ul li .des {
              width: calc(100% - 77px); } }

.block-education-list-intro .items .item {
  display: flex;
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .block-education-list-intro .items .item {
      flex-direction: column;
      margin-left: 20px;
      margin-right: 20px;
      margin-bottom: 30px; }
      .block-education-list-intro .items .item .image {
        margin: 0 0 20px !important;
        text-align: center;
        order: -1; } }
  .block-education-list-intro .items .item:nth-child(odd) .image {
    margin-left: 25px; }
  .block-education-list-intro .items .item:nth-child(even) .image {
    margin-right: 25px; }
  .block-education-list-intro .items .item:last-child {
    margin-bottom: 0; }
  .block-education-list-intro .items .item .text {
    flex: 1; }
    .block-education-list-intro .items .item .text p {
      font-size: 18px;
      text-align: justify; }
      @media screen and (max-width: 900px) {
        .block-education-list-intro .items .item .text p {
          font-size: 14px; } }

.block-oneday {
  text-align: center; }
  .block-oneday .timew {
    margin: 20px;
    font-size: 17px;
    text-align: left; }
    @media screen and (max-width: 900px) {
      .block-oneday .timew {
        font-size: 12px; } }

.block-list-img .title {
  margin-bottom: 20px; }

.block-education-list-intro2 .items {
  margin: 0 20px;
  font-size: 16px; }
  @media screen and (max-width: 900px) {
    .block-education-list-intro2 .items {
      font-size: 14px;
      margin: 0 20px; } }
  .block-education-list-intro2 .items .item {
    display: flex;
    margin-bottom: 30px; }
    @media screen and (max-width: 900px) {
      .block-education-list-intro2 .items .item {
        flex-direction: column; } }
    .block-education-list-intro2 .items .item .image {
      margin-right: 25px; }
      @media screen and (max-width: 900px) {
        .block-education-list-intro2 .items .item .image {
          margin: 10px 0 20px;
          text-align: center; } }
    .block-education-list-intro2 .items .item:last-child {
      margin-bottom: 0; }
    .block-education-list-intro2 .items .item .text {
      flex: 1; }
      .block-education-list-intro2 .items .item .text p {
        text-align: justify; }

.block-education-list-intro3 ul li {
  flex-direction: column; }
  @media screen and (min-width: 901px) {
    .block-education-list-intro3 ul li .image2 {
      margin-right: 0;
      display: flex;
      justify-content: center;
      margin-bottom: 30px; }
      .block-education-list-intro3 ul li .image2 > p {
        width: 270px;
        margin: 0 10px; } }
  @media screen and (max-width: 900px) {
    .block-education-list-intro3 ul li .image2 {
      text-align: center; }
      .block-education-list-intro3 ul li .image2 p {
        margin-bottom: 10px; } }
  @media screen and (min-width: 901px) {
    .block-education-list-intro3 ul li .text {
      font-size: 16px; } }
  @media screen and (max-width: 900px) {
    .block-education-list-intro3 ul li {
      margin: 0 20px; } }

@media screen and (max-width: 900px) {
  .block-text-row {
    margin-bottom: 30px; } }

.block-text-row p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px; }
  @media screen and (max-width: 900px) {
    .block-text-row p {
      font-size: 14px;
      line-height: 1.8;
      margin-bottom: 10px;
      margin-right: 20px;
      margin-left: 20px; } }
  .block-text-row p:last-child {
    margin-bottom: 0; }

.block-event-items .title {
  display: none; }
  @media screen and (min-width: 901px) {
    .block-event-items .title {
      margin: 30px 0 10px;
      display: block;
      background: #00901f;
      color: #fff;
      font-size: 19px;
      padding: 6px 15px;
      font-weight: normal;
      letter-spacing: 0.33px; } }
.block-event-items .event-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0; }
  @media screen and (min-width: 901px) {
    .block-event-items .event-list {
      margin: 0 10px;
      flex-wrap: nowrap; }
      .block-event-items .event-list .month {
        display: none; } }
  .block-event-items .event-list li {
    width: 50%;
    padding: 10px; }
    @media screen and (min-width: 901px) {
      .block-event-items .event-list li {
        width: auto; } }

.block-support-list {
  margin: 0 20px;
  font-size: 16px; }
  @media screen and (max-width: 900px) {
    .block-support-list {
      font-size: 14px; } }
  .block-support-list > .block-support-list-wrap {
    margin-bottom: 30px; }
    .block-support-list > .block-support-list-wrap:last-child {
      margin-bottom: 0; }
  .block-support-list .note {
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .block-support-list .note {
        margin-bottom: 10px; } }
  .block-support-list .des {
    display: flex; }
    @media screen and (max-width: 900px) {
      .block-support-list .des {
        flex-direction: column; } }
    .block-support-list .des .text {
      flex: 1; }
    .block-support-list .des .image {
      margin-left: 25px; }
      @media screen and (max-width: 900px) {
        .block-support-list .des .image {
          margin-left: 0;
          text-align: center;
          order: -1;
          margin-bottom: 20px; } }

.block-support-list-info.m-pc-80 {
  margin: 80px auto !important; }

.block-support-list-info .block-support-list-info-wrap {
  background: url(../images/summary-bg.png) repeat;
  padding: 30px 20px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.35); }
  @media screen and (max-width: 900px) {
    .block-support-list-info .block-support-list-info-wrap {
      margin-top: -5px;
      position: relative;
      z-index: 10; } }
  .block-support-list-info .block-support-list-info-wrap .support-info-title {
    color: #538068;
    margin-bottom: 10px; }
  .block-support-list-info .block-support-list-info-wrap .support-info-sub-title {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.4; }
    @media screen and (max-width: 900px) {
      .block-support-list-info .block-support-list-info-wrap .support-info-sub-title {
        font-size: 13px; } }
  @media screen and (min-width: 901px) {
    .block-support-list-info .block-support-list-info-wrap .support-sub-image {
      display: flex;
      justify-content: center; }
      .block-support-list-info .block-support-list-info-wrap .support-sub-image li {
        margin: 0 8px; } }
  @media screen and (max-width: 900px) {
    .block-support-list-info .block-support-list-info-wrap .support-sub-image {
      text-align: center; }
      .block-support-list-info .block-support-list-info-wrap .support-sub-image li {
        margin: 8px 8px; } }

.block-temporary-content .des .title {
  font-size: 15px; }
.block-temporary-content .des ul {
  margin: 15px; }
  .block-temporary-content .des ul li {
    font-size: 15px; }
    .block-temporary-content .des ul li:before {
      content: "";
      width: 8px;
      height: 6px;
      background: #000;
      display: inline-block;
      margin-right: 5px; }
.block-temporary-content .block-support-list-info {
  margin-bottom: 50px; }
  .block-temporary-content .block-support-list-info .support-info-title {
    color: #000;
    margin-bottom: 20px; }
    @media screen and (max-width: 900px) {
      .block-temporary-content .block-support-list-info .support-info-title {
        margin-bottom: -20px; } }
.block-temporary-content .temporary-sub-image {
  display: flex; }
  @media screen and (max-width: 900px) {
    .block-temporary-content .temporary-sub-image {
      margin-top: 50px;
      flex-wrap: wrap; } }
  .block-temporary-content .temporary-sub-image li {
    position: relative;
    width: 391px;
    padding: 35px 20px 20px; }
    @media screen and (max-width: 900px) {
      .block-temporary-content .temporary-sub-image li {
        width: 100%;
        margin-bottom: 30px;
        padding: 25px 10px 10px; }
        .block-temporary-content .temporary-sub-image li:last-child {
          margin-bottom: 0; } }
    .block-temporary-content .temporary-sub-image li:first-child {
      background: url(../images/support/support-item2.png) no-repeat top center; }
      .block-temporary-content .temporary-sub-image li:first-child:before {
        content: url(../images/support/support-item2-1.png); }
        @media screen and (max-width: 900px) {
          .block-temporary-content .temporary-sub-image li:first-child:before {
            transform: scale(0.7); } }
    .block-temporary-content .temporary-sub-image li:last-child {
      background: url(../images/support/support-item3.png) no-repeat top center;
      width: 391px;
      margin-left: auto; }
      .block-temporary-content .temporary-sub-image li:last-child:before {
        content: url(../images/support/support-item3-1.png); }
        @media screen and (max-width: 900px) {
          .block-temporary-content .temporary-sub-image li:last-child:before {
            transform: scale(0.7); } }
    .block-temporary-content .temporary-sub-image li:before {
      content: "";
      position: absolute;
      top: -30px;
      left: 50%;
      margin-left: -40px; }
    .block-temporary-content .temporary-sub-image li .temporary-sub-image-box {
      width: 85%;
      margin: 0 auto;
      height: 115px;
      overflow: hidden; }

.block-howcan .howcan-title {
  font-size: 16px;
  margin-bottom: 50px; }
.block-howcan .howcan-item .howcan-item-title {
  background: #f8ddbe;
  border-left: 9px solid #007a1f;
  color: #007a1f;
  font-size: 20px;
  font-weight: 700;
  padding: 0 10px;
  line-height: 40px; }
  @media screen and (max-width: 900px) {
    .block-howcan .howcan-item .howcan-item-title {
      font-size: 17px;
      border-left-width: 5px; } }
.block-howcan .howcan-item .howcan-item-content {
  padding: 20px; }
.block-howcan .howcan-item .howcan-item-content-list li {
  margin-bottom: 20px;
  display: flex; }
  .block-howcan .howcan-item .howcan-item-content-list li:last-child {
    margin-bottom: 0; }
.block-howcan .howcan-item .howcan-item-content-list .icon {
  margin-bottom: 10px; }
  @media screen and (max-width: 900px) {
    .block-howcan .howcan-item .howcan-item-content-list .icon img {
      height: 30px; } }
.block-howcan .howcan-item .howcan-item-content-list .text {
  flex: 1;
  margin-left: 20px; }
  .block-howcan .howcan-item .howcan-item-content-list .text strong {
    font-size: 15px; }

.footer {
  text-align: center; }
  @media screen and (max-width: 900px) {
    .footer .ft-craft {
      display: block;
      margin: 0 auto; } }
  .footer .footer-wrap {
    background: url(../images/craft-1920x500.png) no-repeat bottom center;
    padding: 15px 0; }
    @media screen and (min-width: 901px) {
      .footer .footer-wrap .footer-wrap-box-left, .footer .footer-wrap .footer-wrap-box-right {
        float: left; }
      .footer .footer-wrap .footer-wrap-box-left {
        margin: 0 15px;
        margin-left: 0;
        width: 520px; }
      .footer .footer-wrap .footer-wrap-box-right {
        width: -moz-calc(100% - 565px);
        width: -webkit-calc(100% - 565px);
        width: -o-calc(100% - 565px);
        width: calc(100% - 565px);
        margin-left: 15px; } }
    @media screen and (max-width: 900px) {
      .footer .footer-wrap {
        background-size: cover;
        margin-top: -1px; }
        .footer .footer-wrap p {
          color: #1d512c; }
        .footer .footer-wrap .container {
          display: flex;
          flex-direction: column; }
          .footer .footer-wrap .container .footer-wrap-box-left * {
            text-align: center; }
          .footer .footer-wrap .container .footer-wrap-box-left .footer-about {
            font-size: 12px; }
          .footer .footer-wrap .container .footer-wrap-box-left .footer-logo {
            margin: 10px 0; }
            .footer .footer-wrap .container .footer-wrap-box-left .footer-logo img {
              width: 70%; }
          .footer .footer-wrap .container .footer-wrap-box-left .footer-address {
            font-size: 14px; }
          .footer .footer-wrap .container .footer-wrap-box-left .footer-fax a {
            color: #1d512c; }
          .footer .footer-wrap .container .footer-wrap-box-right {
            order: -1;
            margin-bottom: 20px; } }
  .footer .footer-about {
    font-size: 18px;
    color: #1d512c; }
  .footer .footer-address {
    font-size: 25px;
    color: #1d512c;
    margin-top: 5px; }
  .footer .footer-phone {
    margin-left: 20px; }
    .footer .footer-phone li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      .footer .footer-phone li:last-child {
        margin-right: 0; }
      .footer .footer-phone li span {
        display: inline-block;
        vertical-align: middle; }
      .footer .footer-phone li .icon {
        margin-right: 5px;
        margin-top: -13px; }
      .footer .footer-phone li .text {
        font-size: 30px;
        color: #1d512c; }
  .footer .footer-copyright {
    background: #007a1f;
    padding: 10px 0; }
    @media screen and (max-width: 900px) {
      .footer .footer-copyright {
        padding: 10px 0 62px; } }
    .footer .footer-copyright p {
      color: #fff;
      font-size: 16px; }
      @media screen and (max-width: 900px) {
        .footer .footer-copyright p {
          font-size: 10px; } }

.footer-sp-menu {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 98;
  bottom: 0;
  left: 0;
  right: 0; }
  .footer-sp-menu .pagetop {
    display: block !important;
    opacity: 1 !important; }
  .footer-sp-menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    max-width: 500px;
    margin: 0 auto; }
    .footer-sp-menu ul li {
      text-align: center;
      width: 20%;
      border-left: 1px solid #fff; }
      .footer-sp-menu ul li:first-child {
        border-left: 0; }
      .footer-sp-menu ul li:nth-child(2) {
        width: 60%; }
      .footer-sp-menu ul li a {
        display: block; }
        .footer-sp-menu ul li a img {
          max-width: unset;
          height: 8vw;
          max-height: 36px; }

#map {
  width: 100%;
  height: 200px; }

.btn {
  background: #e68f2b;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  width: 223px;
  height: 61px;
  text-align: center;
  line-height: 61px;
  margin-top: 30px; }

@media screen and (min-width: 901px) {
  .m-pc-100 {
    margin: 100px 0 !important; }

  .m-pc-90 {
    margin: 90px 0 !important; }

  .m-pc-80 {
    margin: 80px 0 !important; }

  .m-pc-70 {
    margin: 70px 0 !important; }

  .m-pc-60 {
    margin: 60px 0 !important; }

  .m-pc-50 {
    margin: 50px 0 !important; }

  .m-pc-40 {
    margin: 40px 0 !important; }

  .m-pc-30 {
    margin: 30px 0 !important; }

  .m-pc-20 {
    margin: 20px 0 !important; }

  .m-pc-10 {
    margin: 10px 0 !important; } }
@media screen and (max-width: 900px) {
  .m-sp-100 {
    margin: 100px 0 !important; }

  .m-sp-90 {
    margin: 90px 0 !important; }

  .m-sp-80 {
    margin: 80px 0 !important; }

  .m-sp-70 {
    margin: 70px 0 !important; }

  .m-sp-60 {
    margin: 60px 0 !important; }

  .m-sp-50 {
    margin: 50px 0 !important; }

  .m-sp-40 {
    margin: 40px 0 !important; }

  .m-sp-30 {
    margin: 30px 0 !important; }

  .m-sp-20 {
    margin: 20px 0 !important; }

  .m-sp-10 {
    margin: 10px 0 !important; } }
@media screen and (min-width: 901px) {
  .mb-pc-100 {
    margin-bottom: 100px !important; }

  .mb-pc-90 {
    margin-bottom: 90px !important; }

  .mb-pc-80 {
    margin-bottom: 80px !important; }

  .mb-pc-70 {
    margin-bottom: 70px !important; }

  .mb-pc-60 {
    margin-bottom: 60px !important; }

  .mb-pc-50 {
    margin-bottom: 50px !important; }

  .mb-pc-40 {
    margin-bottom: 40px !important; }

  .mb-pc-30 {
    margin-bottom: 30px !important; }

  .mb-pc-20 {
    margin-bottom: 20px !important; }

  .mb-pc-10 {
    margin-bottom: 10px !important; } }
@media screen and (max-width: 900px) {
  .mb-sp-100 {
    margin-bottom: 100px !important; }

  .mb-sp-90 {
    margin-bottom: 90px !important; }

  .mb-sp-80 {
    margin-bottom: 80px !important; }

  .mb-sp-70 {
    margin-bottom: 70px !important; }

  .mb-sp-60 {
    margin-bottom: 60px !important; }

  .mb-sp-50 {
    margin-bottom: 50px !important; }

  .mb-sp-40 {
    margin-bottom: 40px !important; }

  .mb-sp-30 {
    margin-bottom: 30px !important; }

  .mb-sp-20 {
    margin-bottom: 20px !important; }

  .mb-sp-10 {
    margin-bottom: 10px !important; } }
.blog .posts .post.column-2 .date,
.archive .posts .post.column-2 .date {
  width: 220px;
  padding-left: 34px;
  background: url(../images/icon/icon_news.png) left center/24px 24px no-repeat; }
  @media screen and (max-width: 900px) {
    .blog .posts .post.column-2 .date,
    .archive .posts .post.column-2 .date {
      width: 160px; } }
.blog .posts .post.column-2.all .date,
.archive .posts .post.column-2.all .date {
  background-image: url(../images/icon/icon_all.png); }
.blog .posts .post.column-2.tulip .date,
.archive .posts .post.column-2.tulip .date {
  background-image: url(../images/icon/icon_tulip.png); }
.blog .posts .post.column-2.momo .date,
.archive .posts .post.column-2.momo .date {
  background-image: url(../images/icon/icon_momo.png); }
.blog .posts .post.column-2.tanpopo .date,
.archive .posts .post.column-2.tanpopo .date {
  background-image: url(../images/icon/icon_tanpopo.png); }
.blog .posts .post.column-2.sumire .date,
.archive .posts .post.column-2.sumire .date {
  background-image: url(../images/icon/icon_sumire.png); }
.blog .posts .post.column-2.sakura .date,
.archive .posts .post.column-2.sakura .date {
  background-image: url(../images/icon/icon_sakura.png); }
.blog .posts .post.column-2.yuri .date,
.archive .posts .post.column-2.yuri .date {
  background-image: url(../images/icon/icon_yuri.png); }
.blog .posts .post.column-2.preschool .date,
.archive .posts .post.column-2.preschool .date {
  background-image: url(../images/icon/icon_all.png); }
.blog .posts .post.column-2.local .date,
.archive .posts .post.column-2.local .date {
  background-image: url(../images/icon/icon_local.png); }
.blog .posts .post.column-2 .title,
.archive .posts .post.column-2 .title {
  width: calc(100% - 220px); }
  @media screen and (max-width: 900px) {
    .blog .posts .post.column-2 .title,
    .archive .posts .post.column-2 .title {
      width: calc(100% - 160px); } }

.page-recruit .posts {
  margin: 50px 0; }
  .page-recruit .posts .post.column-2 .date {
    width: 220px; }
    @media screen and (max-width: 900px) {
      .page-recruit .posts .post.column-2 .date {
        width: 160px; } }
    .page-recruit .posts .post.column-2 .date:before {
      content: "● ";
      color: #00901f; }
  .page-recruit .posts .post.column-2 .title {
    width: calc(100% - 220px); }
    @media screen and (max-width: 900px) {
      .page-recruit .posts .post.column-2 .title {
        width: calc(100% - 160px); } }
.page-recruit .list-sty-1 .title {
  margin-top: 100px; }
  @media screen and (max-width: 900px) {
    .page-recruit .list-sty-1 .title {
      margin-top: 50px; } }

.recruit h4 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px; }
  @media screen and (max-width: 900px) {
    .recruit h4 {
      font-size: 16px;
      margin-bottom: 0; } }
.recruit table {
  width: 90%;
  margin: 40px auto;
  border: 1px solid #333;
  border-collapse: collapse; }
  @media screen and (max-width: 900px) {
    .recruit table {
      width: 100%;
      margin: 20px auto 30px; } }
  .recruit table tr td {
    border: 1px solid #333;
    padding: 15px 15px; }
    .recruit table tr td:first-child {
      text-align: center; }
    @media screen and (max-width: 900px) {
      .recruit table tr td {
        padding: 10px 10px;
        font-size: 12px; }
        .recruit table tr td:first-child {
          width: 80px; } }
.recruit .btn {
  margin: 20px auto 0;
  display: block; }
  @media screen and (max-width: 900px) {
    .recruit .btn {
      font-size: 15px;
      width: 203px;
      height: 50px;
      line-height: 50px; } }

.youtube {
  margin: 10px 0;
  text-align: center; }
  @media screen and (max-width: 900px) {
    .youtube {
      position: relative;
      padding-top: 56.25%; } }
  @media screen and (max-width: 900px) {
    .youtube iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }

@media screen and (min-width: 901px) {
  .list-sty-1 li .title,
  .block-event-items,
  .block-support-list-info,
  .block-education-list-intro,
  .posts,
  .breadcrumbs,
  .container .single {
    width: 890px;
    margin-left: auto;
    margin-right: auto; }

  .list-sty-1 .title-wrap .title.w-aj {
    width: 890px;
    margin-left: auto;
    margin-right: auto; }

  .list-sty-1 li .content,
  .about-list-item-ct,
  .block-text-row,
  .block-education-list-intro2 .items,
  .block-education-list-intro3,
  .block-support-list {
    width: 850px;
    margin-left: auto;
    margin-right: auto; } }
.breadcrumbs {
  margin-top: -30px; }
  @media screen and (max-width: 900px) {
    .breadcrumbs {
      margin-top: -15px; } }
  .breadcrumbs a {
    color: #385933; }

.posts {
  margin-top: 50px; }
  @media screen and (max-width: 900px) {
    .posts {
      margin-top: 20px; } }
  .posts a {
    color: #385933; }
  .posts .post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 37px; }
    @media screen and (max-width: 900px) {
      .posts .post {
        margin-bottom: 20px;
        align-items: flex-start; } }
    .posts .post:last-of-type {
      margin-bottom: 0; }
    @media screen and (min-width: 901px) {
      .posts .post.column-2 {
        padding: 0 40px; } }
    .posts .post.column-2 .date {
      width: 170px; }
    .posts .post.column-2 .title {
      width: calc(100% - 170px); }
    @media screen and (max-width: 900px) {
      .posts .post.column-2 .date {
        width: 130px; }
      .posts .post.column-2 .title {
        width: calc(100% - 130px); } }
    .posts .post .date {
      font-size: 20px; }
      @media screen and (max-width: 900px) {
        .posts .post .date {
          font-size: 16px; } }
    .posts .post .title {
      font-weight: normal;
      font-size: 20px; }
      @media screen and (max-width: 900px) {
        .posts .post .title {
          font-size: 16px; } }
      .posts .post .title a {
        color: #007a1f; }
  .posts .pagenav {
    text-align: center;
    margin-top: 80px; }
    @media screen and (max-width: 900px) {
      .posts .pagenav {
        margin-top: 40px; } }
    .posts .pagenav a,
    .posts .pagenav span {
      display: inline-block;
      font-size: 20px;
      border: 1px solid #333;
      padding: 0px 5px; }
      @media screen and (max-width: 900px) {
        .posts .pagenav a,
        .posts .pagenav span {
          font-size: 17px; } }
      .posts .pagenav a.current,
      .posts .pagenav span.current {
        background-color: #007a1f;
        border-color: #007a1f;
        color: #fff; }

.container .single .breadcrumbs {
  margin-bottom: 20px; }
.container .single .date {
  margin-bottom: 5px; }
.container .single .title {
  font-size: 34px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.7);
  font-weight: normal;
  line-height: 1.4;
  padding: 10px 0 30px; }
.container .single .contents {
  margin-top: 40px;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.7);
  padding-bottom: 80px; }
  @media screen and (max-width: 900px) {
    .container .single .contents {
      padding-bottom: 30px; } }
  .container .single .contents p:not([class]) {
    line-height: 2;
    margin: 10px 0; }

.page-template-download_page .items {
  width: 850px;
  margin-left: auto;
  margin-right: auto; }
  .page-template-download_page .items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px; }
    .page-template-download_page .items .item:last-child {
      margin-bottom: 0; }
    .page-template-download_page .items .item .link {
      width: 200px; }
      @media screen and (max-width: 900px) {
        .page-template-download_page .items .item .link {
          width: 120px; } }
    .page-template-download_page .items .item .title {
      width: calc(100% - 200px);
      font-size: 20px; }
      @media screen and (max-width: 900px) {
        .page-template-download_page .items .item .title {
          width: calc(100% - 130px);
          font-size: 16px; } }

@media screen and (min-width: 901px) {
  section a:hover,
  footer a:hover {
    opacity: .5; } }
.xo-event-calendar table.xo-month > caption {
  padding: 5px 0; }

.xo-event-calendar table.xo-month .month-week {
  padding: 15px 0; }
  @media screen and (max-width: 900px) {
    .xo-event-calendar table.xo-month .month-week {
      padding: 7px 0; } }

.add-block-item-usagi {
  background: url(../images/index/usagi-bg.png) no-repeat center;
  height: 671px;
  position: relative;
  overflow: hidden; }
  .add-block-item-usagi .contents img {
    max-width: unset;
    position: absolute;
    top: 140px;
    right: 46.5%;
    transform: translateX(50%); }
  .add-block-item-usagi .contents .link {
    width: 1399px;
    display: block;
    position: absolute;
    top: 290px;
    right: 48%;
    transform: translateX(50%); }
    .add-block-item-usagi .contents .link img {
      top: 0;
      right: 42.3%; }

.add-block-item-tori {
  background: url(../images/index/tori-bg.png) no-repeat center;
  height: 663px;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 90px; }
  .add-block-item-tori .contents img {
    max-width: unset;
    position: absolute;
    top: 140px;
    right: 48%;
    transform: translateX(50%); }
  .add-block-item-tori .contents .link {
    width: 1399px;
    display: block;
    position: absolute;
    top: 140px;
    right: 48%;
    transform: translateX(50%); }
    .add-block-item-tori .contents .link img {
      top: 310px;
      right: 61.4%; }

.slide {
  position: relative; }
  .slide #mv {
    margin-bottom: -10px; }
  .slide h1 {
    width: 30%;
    position: absolute;
    z-index: 9;
    right: 15%;
    top: 50%;
    transform: translate(0%, -50%); }
    @media screen and (max-width: 900px) {
      .slide h1 {
        width: 40%;
        right: 5%; } }
    .slide h1 img {
      width: 100%; }

#mv {
  margin-bottom: 0;
  overflow: hidden; }
  @media screen and (min-width: 901px) {
    #mv.mt {
      margin-top: -128px; } }
  #mv .slick-dots {
    text-align: right;
    bottom: 40px;
    right: 30px;
    z-index: 80; }
    @media screen and (max-width: 900px) {
      #mv .slick-dots {
        bottom: 0;
        right: 10px; } }
  @media screen and (max-width: 900px) {
    #mv .slick-dots li {
      width: 15px;
      height: 15px;
      margin: 0 0; } }
  #mv .slick-dots li button:before {
    font-size: 15px;
    transform: translate(-18%, -28%);
    opacity: 1;
    color: white; }
    @media screen and (max-width: 900px) {
      #mv .slick-dots li button:before {
        font-size: 10px; } }
  #mv .slick-dots li.slick-active button:before {
    opacity: .5; }

.page-login .header-logo {
  margin: 0 auto; }
.page-login #loginForm {
  margin: 30px auto;
  width: 95%;
  background: url(../images/sp-craft-top-960x50.png) left top no-repeat, url(../images/sp-craft-bottom-960x36.png) left bottom no-repeat;
  padding: 50px 0 36px;
  text-align: center; }
  @media screen and (min-width: 901px) {
    .page-login #loginForm {
      margin: 40px auto;
      width: 890px;
      background: url(../images/craft-top-890x80.png) center top no-repeat, url(../images/craft-top-910x70.png) center bottom no-repeat;
      padding: 80px 0 70px; } }
  .page-login #loginForm form {
    background: url(../images/summary-bg.png);
    padding: 1px 0 40px; }
    @media screen and (min-width: 901px) {
      .page-login #loginForm form {
        padding: 1px 0 20px; } }
  .page-login #loginForm p {
    font-size: 21px;
    margin: 40px 0; }
  .page-login #loginForm input {
    width: 80%; }
    @media screen and (min-width: 901px) {
      .page-login #loginForm input {
        width: 450px; } }
  .page-login #loginForm button {
    margin: 40px 0 0;
    width: 200px;
    height: 45px;
    background: #e68f2b;
    color: #fff;
    border: none; }
    @media screen and (min-width: 901px) {
      .page-login #loginForm button {
        width: 230px;
        height: 60px; } }
.page-login .login-back {
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center; }
  .page-login .login-back a {
    text-decoration: underline;
    color: #333; }
    .page-login .login-back a:hover {
      text-decoration: none; }

.faq-list {
  margin: 100px auto;
  width: 890px; }
  @media screen and (max-width: 900px) {
    .faq-list {
      margin: 50px auto;
      width: auto; } }
  .faq-list dt {
    margin: 60px 0 0;
    background: #00901f;
    border-radius: 999px;
    color: #fff;
    font-size: 19px;
    padding: 6px 15px;
    font-weight: normal;
    letter-spacing: 0.33px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 900px) {
      .faq-list dt {
        font-size: 15px;
        line-height: 1.3;
        padding: 10px 15px;
        border-radius: 0;
        text-align: justify; } }
    .faq-list dt:before {
      content: "";
      background: url(../images/faq/ico_q.png) 0 0 no-repeat;
      display: inline-block;
      width: 40px;
      height: 30px;
      vertical-align: middle;
      margin-right: 15px;
      flex: 0 0 auto; }
  .faq-list dd {
    background: url(../images/faq/ico_a.png) 15px 0 no-repeat;
    margin: 20px 0 0;
    padding: 0 15px 30px 70px;
    border-bottom: 1px solid #000;
    font-size: 19px; }
    @media screen and (max-width: 900px) {
      .faq-list dd {
        font-size: 15px;
        border: none; } }

.safari #mv .slick-dots li button:before,
.safari #mv-sp .slick-dots li button:before {
  font-size: 10px; }

.win #mv .slick-dots li button:before,
.win #mv-sp .slick-dots li button:before {
  font-size: 14px; }
  @media screen and (max-width: 900px) {
    .win #mv .slick-dots li button:before,
    .win #mv-sp .slick-dots li button:before {
      font-size: 10px; } }
