.mv {
  /*  background: url(/images/img_top_mv.jpg) no-repeat;*/
  height: 80vh;
  background-size: cover;
  max-width: 100%;
  background-position: center;
  position: relative;
  width: 100%;
  min-height: 500px;
  padding-left: 200px;
}

body {
  background: white;
}

/*------VIDEO-------*/
#video {
  overflow: hidden;
  text-align: center;
  top: 0;
  left: 0;
  width: calc(100% - 200px);
  height: 100%;
  z-index: -1;
  position: fixed;
}

.video-stream {
  width: 100% !important;
}

/*------VIDEO-------*/
.mv__text {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  color: #fff;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding-left: 200px;
}

h2.mv__title {
  font-size: 50px;
  white-space: nowrap;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif !important;
  position: relative;
  z-index: 3;
  letter-spacing: 0.6rem;
}

p.mv__subtitle {
  font-size: 23px;
  position: relative;
  z-index: 3;
  white-space: nowrap;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

.mv__shinchakuBox {
  padding: 0 16px;
  position: absolute;
  z-index: 5;
  bottom: 5%;
  width: 90%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-left: 200px;
}

.mv__shinchaku__inner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 18px 30px;
  margin: 0 auto;
  max-width: 80%;
}

.mv__shinchaku__inner dt {
  color: #5eaf9c;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  margin: 0 10px 0 0;
}

/*.mv__shinchaku__inner dt::before {
  content: '';
  display: inline-block;
  background: url(/images/img_top_giji_shinchaku.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 45px;
  height: 47px;
  margin: -10px 0 0 0;
  left: 20px;
}
*/
.mv__shinchaku__inner dd {
  display: inline-block;
  font-size: 16px;
  margin: 0 10px 0 0;
}

dd.mv__shinchaku__inner_title {
  background: #E4EBA5;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 7px 20px;
}



dd.mv__shinchaku__inner_text {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;

  width: 100%;
}

.mv__shinchaku__inner_btn {
  position: absolute;
  right: 10px;
  margin: -10px 0 0 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mv__shinchaku__inner_btn img {
  width: 40px;
}


/*保育園について*/

.aboutBox {
  width: 90%;
  margin: 0 0 0 10%;
  overflow: hidden;
  padding: 160px 0 0 0;
  position: relative;
  z-index: 10;
}

.aboutBox__left {
  float: left;
  width: 40%;
}

.aboutBox__subtitle {
  font-size: 28px;
  color: #fff;
  letter-spacing: 8px;
}

.aboutBoxSubtitle__bg {
  background: #5eaf9c;
  padding: 5px;
  display: inline-block;
}

.aboutBoxSubtitle__bg__top {
  margin-top: 10px;
}


.aboutBoxSubtitle__bg__top20 {
  margin-top: 20px;
}

.aboutBoxSubtitle__small {
  font-size: 24px;
  color: #5eaf9c;
  font-weight: bold;
  line-height: 1.8;
  width: 83%;
}

.aboutBox__text {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
  width: 85%;
}

.aboutBox__right {
  float: right;
  width: 58%;
  /*padding: 450px 0;
  background: url(/images/img_top_01.jpg)no-repeat;
  background-size: cover;*/
  position: relative;
  z-index: 8;
}

/************slider*************/

.aboutBox__slider {}

.bx-controls-direction {
  display: none;
}

.bx-pager-item {
  display: inline-block;
  margin-right: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #79BE35;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  font-size: 0;
}

.bx-wrapper .bx-pager.bx-default-pager {
  margin-top: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #E4EBA5;
  display: inline-block;
  padding: 5px;
  border-radius: 50%;
  font-size: 0;
}

.aboutBox__right__photo {
  max-width: 620px;
}



.aboutBox__grayTitle {
  max-width: 80%;
  position: absolute;
  margin-top: 60px;
  top: 0px;
  z-index: -1;
}

.aboutBox__grayTitle img {
  width: 100%;
}

.top__bg01 {
  background: url(/images/bg_top_01.jpg) no-repeat;
  padding: 220px;
  width: 100%;
  margin-top: 60px;
  background-position: center;
  z-index: 1;
  background-size: cover;
  position: relative;
}

.threeColom__01 {
  margin-top: 60px;
}

.threeColom__03 {
  margin-top: 60px;
}

.aboutBox__position__water {
  position: absolute;
  max-width: 98px;
  top: 35%;
  left: 34%;
}

.aboutBox__positionBox {
  position: relative;
  width: 100%;
  background: white;
  z-index: 99;
}

.ahirai__01 {
  position: absolute;
  top: 30px;
  left: 0;
  width: 98px;
}

.ahirai__02 {
  position: absolute;
  top: 100px;
  right: 200px;
  width: 90px;
  z-index: 11;
}

.aboutBox__patternGreen {
  position: absolute;
  max-width: 306px;
  bottom: 8%;
  left: 0;
  z-index: -1;
}

.aboutBox__position__bee {
  position: absolute;
  max-width: 204px;
  bottom: -8%;
  z-index: 1;
  left: 7%;
}

.aboutBoxBtn a {
  margin: 0 0 0 0;
  width: 300px;
}

a.aboutBox__btn__wide {
  width: 450px;
}

.aboutBoxBtn__bigger {}

a.aboutBox__btn__wide:hover {
  width: 500px;
}

.onlyus {
  position: relative;
  padding: 117px 0 117px 0;
  background: white;
}

.ahirai__03 {
  position: absolute;
  top: 70px;
  left: 10px;
  width: 113px;
}

.ahirai__04 {
  position: absolute;
  top: 150px;
  right: 50px;
  width: 175px;
}

.ahirai__05 {
  position: absolute;
  bottom: 352px;
  left: 50px;
  width: 140px;
  z-index: 10;
}

.ahirai__06 {
  position: absolute;
  bottom: 60px;
  right: 50px;
  width: 121px;
  z-index: 10;
}

.centering__grayTitle {
  width: 80%;
  position: absolute;
  top: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;

}

.title__pttern02__bg_top {
  margin-top: 10px;
}

.onlyus__byojihoikuBox {
  position: relative;
  margin: 40px 0 44px 0;
  z-index: 2;
}


.onlyus__byojihoikuBox img {
  width: 100%;
}

.onlyus__byojihoikuTextBox {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.onlyus__icon {
  left: 50%;
  top: 50%;
  max-width: 100px;
  margin: 0 auto;
}

.onlyus__icon img {
  max-width: 100%;
}

.onlyus__title {
  text-align: center;
  color: #fff;
  margin: 20px 0 0 0;
  font-size: 32px;
}

.onlyus__title__threeColom {
  font-size: 26px;
}

.onlyus__text {
  text-align: center;
  color: #383838;
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.onlyus__description {
  color: #fff;
  text-align: center;
  margin: 20px 0 0 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 33px;
}

.onlyus__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

.onlyus__flexContents {
  width: 31.3%;
  margin-right: 3%;
  list-style: none;
}

.onlyus__flexContents:nth-child(3n) {
  margin-right: 0;
}

.shokuikuBox {
  position: relative;
}

.shokuikuBox__contents {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.eigokyoikuBox {
  position: relative;
}

.eigokyoikuBox__contents {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.anshinanzenBox {
  position: relative;
}

.anshinanzenBox__contents {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*保育について*/
.education {
  position: relative;
  border-top: 1px dashed #CCCCCC;
  padding: 117px 0 170px 0;
  background: #fff;
}

.educationBox__position__pencil {
  position: absolute;
  max-width: 80px;
  top: -5%;
  right: 20%;
}

.educationBox__position_pattern__green {
  position: absolute;
  max-width: 306px;
  right: 3%;
  bottom: -13%;
  z-index: -1;
}

.pL0 {
  padding-left: 0;
}

.pR0 {
  padding-right: 0;
}

/*３カラム*/

.inline__3colom__box {
  width: 100%;
  position: relative;
  z-index: 5;
}

.inline__3colomBox__01 {
  position: relative;
  /*top: 50px;*/
}

.inline__3colomBox__03 {
  position: relative;
  /*top: 90px;*/
}

.inline__3colom__box li {
  width: 100%;
  max-width: 31%;
  margin-right: 3%;
  background-color: #FAFAFA;
  display: inline-block;
  vertical-align: top;
}

.inline__3colom__box li figure {
  line-height: 0;
}

.inline__3colom__box li:nth-child(3n) {
  margin-right: 0;
}

.inline__3colom__box li img {
  max-width: 100%;
}

.flexBox__3colom__inner {
  padding: 30px;
}

.flexBox__3colom__title {
  font-size: 24px;
  color: #5eaf9c;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 5px;
  text-align: left;
}

.flexBox__3colom__text {
  margin: 0 0 30px 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

.flexBox__3colom__02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.flexContents__3colom__02 {
  width: 31.3%;
  margin-right: 3%;
}

.flexContents__3colom__02:nth-child(3n) {
  margin-right: 0;
}

.flexContents__3colom img {
  max-width: 100%;
}

/***********ズーム***********/
.zoomin {

  height: auto;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.zoomin__02 {
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.zoomin__02 img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.onlyus__byojihoikuBox .zoomin img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.onlyus__byojihoikuBox:hover .zoomin img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.onlyus__byojihoikuBox:hover .zoomin {
  border-radius: 50px;
}

.onlyus__flexContents:hover .zoomin__02 {
  border-radius: 50px;
}

.onlyus__flexContents:hover .zoomin__02 img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);

}

.flexBox__3colom {
  position: relative;
  z-index: 3;
}

/*新着情報*/

.newsContent {
  position: relative;
  padding: 117px 0 117px 0;
  background: #fff;
  border-top: 1px dashed #CCCCCC;
}

.newsBox__position_bee {
  position: absolute;
  top: 0;
  left: 10%;
  max-width: 160px;

}

.newsBox__position_water {
  position: absolute;
  bottom: 5%;
  left: 5%;
  z-index: 3;
  max-width: 160px;
}

.news__tabarea {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.tab {
  border-bottom: 3px solid #5eaf9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.tab li {

  min-width: 16.4%;
  margin: 0 3% 0 0;
  padding: 10px 20px;
  border-top: 3px solid #5eaf9c;
  border-right: 3px solid #5eaf9c;
  border-left: 3px solid #5eaf9c;
  color: #333;
  background-color: #fff;
  cursor: pointer;
  list-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
}

.tab li:hover {
  background: #5eaf9c;
  color: #fff;
}

.tab li.active {
  color: #fff;
  background: #5eaf9c;
  cursor: auto;
}

.tab li:first-child {
  margin: 0 3% 0 3%;
}

.tab li:last-child {
  margin: 0 3% 0 0;
}

.area {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.area ul {
  display: none;
}

.area ul.show {
  width: 80%;
  margin: 0 auto;
  display: block;
  padding: 50px 0 40px 0;
}

.news__tabarea__contents__fltBox {
  border-bottom: 1px dashed #CCCCCC;
  overflow: hidden;
  padding: 30px 0;
}

.news__tabarea__contents__fltBox__L {
  float: left;
  width: 18.25%;
}

.news__tabarea__contents__fltBox__L img {
  width: 100%;
}

.news__tabarea__contents__fltBox__R {
  width: 78%;
  float: right;
}

/*****新着文言スタイル******/
.news__tabarea__contents__date {
  color: #5eaf9c;
  margin: 0 10px 0 0;
  font-weight: bold;
}

.newsBox__category {
  display: inline-block;
  padding: 10px 20px;
  background: #E4EBA5;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}

.news__tabarea__contents__title {
  font-weight: bold;
  color: #5eaf9c;
  font-size: 18px;
  margin: 0 0 10px 0;
  display: block;
}




.btn__green__big a::after {
  content: '';
  background: url(/images/img_btn_giji_01.png);
  position: absolute;
  width: 12px;
  height: 22px;
  right: 20px;
  top: 35%;
}



.newsBox__position_background {
  content: '';
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
}


/*保護者の声*/
.voice {
  background: url(/images/bg_voice.png)repeat;
  position: relative;
  padding: 90px 0;
  background-size: 300px;
}

.voice__textBox {
  background: #fff;
  padding: 60px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #5eaf9c;
  letter-spacing: 4px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  width: 80%;
}

.voice__hogoshyaComment {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #333;
  margin: 0 auto 30px;
}

.voice__hogoshyaComment__underLine {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f8ffa8));
  background: linear-gradient(transparent 50%, #f8ffa8 50%);
}

.voice__graytitle {
  z-index: 1;
}

.voice__fltBox__L figure img {
  max-width: 100%;
}


.voice__title {
  color: #383838;
  font-size: 18px;
  margin: 0 0 40px 0;
  line-height: 1.8;
}

.voiceBox__position_butterfly {
  position: absolute;
  max-width: 130px;
  right: 5%;
  top: 22%;
  z-index: 2;
}

/*採用情報*/
.recruitContents {
  padding: 117px 0 0 0;
  position: relative;
}

.ahirai__07 {
  position: absolute;
  left: 50px;
  top: 33px;
  width: 154px;
}

.ahiraipositionBox__01 {
  position: relative;
}

.ahirai__08 {
  position: absolute;
  right: 20px;
  top: -50px;
  z-index: 10;
  width: 121px;
}

.recruit {
  position: relative;
  background: #fff;
}

.recruitGrayTitle {
  width: 100%;
  left: 50%;
  top: 40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recruitBox__inner {
  background: url(/images/img_top_10.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 25px 0;
  position: relative;
  z-index: 2;
}

.recruit__fltBox {
  overflow: hidden;
}

.recruit__fltBox__L {
  float: left;
  background-color: #fff;
  padding: 7% 5%;
  border-radius: 0;
  position: relative;
  z-index: 8;
}

.recruit__title {
  color: #5eaf9c;
  font-size: 26px;
  margin: 0 0 30px 0;
  letter-spacing: 4px;

}

.recruit__text {
  margin: 0 0 40px 0;
  margin: 0 0 40px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

.recruitBox__position_ptternGreen {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 295px;
  z-index: 3;
}





.accessContents {
  padding: 117px 0 70px 0;
  text-align: center;
  position: relative;
  background: #fff;
}

.access__inner {
  margin: 60px 0 70px 0;
}

.access__photoBox {
  margin: 0 0 30px 0;
}

.access__title {
  font-size: 18px;
  color: #333;
  margin: 0 0 20px 0;
  text-align: left;
  letter-spacing: 4px;
}

.access__text {
  text-align: left;
  font-size: 16px;
}

.access__photoBox {
  border-top: 5px solid #5eaf9c;
  position: relative;

}


.access__googlemap {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  min-width: 60%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}



.access__googlemap::before {
  content: '';
  background: url(/images/img_giji_location.png) no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  bottom: 12px;
  left: 20px;
}

.access__googlemap a {
  display: block;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  color: #5eaf9c;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.access__googlemap a:hover {
  letter-spacing: 3.5px;
}

.accessBox__position__cloud {

  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 200px;
  z-index: 1;
}

.accessBox__position__patternGreen {

  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 306px;
  z-index: 0;
}

.mrTop65 {
  margin-top: 65px;
}

.mrTop42 {
  margin-top: 42px;
}

.about__slider__tabBox {
  display: none;
}

@media screen and (max-width:1180px) {
  .tabDisp {
    display: block;
  }

  .tabHide {
    display: none;
  }


  .aboutBoxSubtitle__small {
    width: 100%;
  }

  .aboutBox__text {
    width: 100%;
  }

  .mv__shinchakuBox {
    width: 100%;
    padding: 0;
    bottom: 0;
  }

  .mv__shinchaku__inner {
    padding: 24px 30px 24px 227px;
    border-radius: 0;
    max-width: 100%;
  }


  dd.mv__shinchaku__inner_text {
    display: inline-block;
    width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .mv__shinchaku__inner dt::before {
    display: none;
  }

  .aboutBox {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
    position: relative;
    z-index: 10;
  }


  .aboutBoxBtn a {
    margin: 0 auto !important;
  }

  .aboutBox__left {
    float: none;
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }

  .aboutBox__right {
    float: none;
    width: 100%;
    border-radius: 0;
  }

  .aboutBoxSubtitle__small {
    text-align: center;
  }

  .top__bg01 {
    padding: 124px;
  }

  .voice__hogoshyaComment {
    width: 80%;
  }

  .voice__title {
    padding: 30px;
  }

  /*
    .gijiLeaf::before {
        content: url('/images/img_giji_leaf.png');
        top: 34%;
        left: 54%;
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

*/
  .aboutBox__subtitle {
    text-align: center;
    margin: 40px 0 30px 0;
    font-size: 32px;
    letter-spacing: 2px;
  }

  .aboutBox__text {
    text-align: center;
    font-size: 14px;
    margin: 30px 0 40px 0;
  }



  .aboutBox__grayTitle {
    width: 100%;
    max-width: 100%;
    position: absolute;
    margin-top: 0;
    top: 40%;
    left: 65%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .pL0 {
    padding-left: 0;
  }

  .pR0 {
    padding-right: 0;
  }

  .aboutBox__position__bee {
    left: 0;
  }

  .aboutBox__position__water {
    top: 53%;
    left: 3%;
  }

  .btn__white_01 a {
    width: 148px;
  }

  .btn__white_01 a:hover {
    width: 150px;
  }

  .inline__3colom__box li {
    width: 100%;
  }

  .inline__3colom__box li {
    width: 100%;
    max-width: 100%;
  }

  .inline__3colom__box li img {
    width: 100%;
  }

  .inline__3colomBox__01 {
    top: 0;
    margin-bottom: 30px;
  }

  .inline__3colomBox__02 {
    margin-bottom: 30px;
  }

  .inline__3colomBox__03 {
    top: 0;
  }

  .bx-pager {
    text-align: center !important;
  }
}


.news__tabarea__contents__btn {
  margin: 30px auto 40px auto;
}

@media screen and (max-width:768px) {
  .mv {
    width: 100%;
    margin-left: 0;
  }

  h2.mv__title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 50px;
    left: 50%
  }

  p.mv__subtitle {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", 'Noto Sans JP', sans-serif, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 18px;
    left: 50%
  }

  .mv__shinchaku__inner {
    padding: 24px 30px 24px 227px;
  }

  .spHide {
    display: none;
  }

  .spDisp {
    display: block;
  }


  .container {
    width: 90%;
  }

  .btn__green_01 {
    display: block;
    min-width: 250px;
    margin: 0 auto 10px auto;
    font-size: 13px;
  }

  .btn__green_01 a {
    font-size: 13px;
  }

  .btn__green_02 a {
    margin: 0 auto 30px auto;
  }

  .mv__text {
    padding-left: 0
  }

  .mv__shinchakuBox {
    padding: 0;
    width: 100%;
    bottom: 0;
  }

  .onlyus {
    padding: 80px 0 30px 0;
  }

  .onlyusPc__flxBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .onlyusPc__flxBoxContents {
    width: 48%;
    margin: 0 4% 0 0;
  }

  .onlyusPc__flxBoxContents:nth-child(even) {
    margin: 0;
  }

  .onlyus__text {
    margin: 30px 0 40px 0;
    position: relative;
    z-index: 5;
    font-size: 14px;
  }

  /* .aboutBox__right {
    padding: 237px;
  }
*/
  .onlyusPc__flxBox {
    margin-bottom: 0;
  }

  .onlyusPc__flxBoxContents {
    margin-bottom: 4%;
  }

  .education {
    padding: 80px 0 30px 0;
    border-bottom: 1px dashed #CCCCCC;
    background: #fff;
  }

  .flexBox__3colom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .flexContents__3colom {
    max-width: 100%;
    margin: 0 0 30px 0;
  }

  .tab_wrap {
    max-width: 100%;
  }

  .tab_area label {
    min-width: 17%;
    margin: 0 2% 0 0;
    font-size: 12px;
  }

  .news {
    padding: 0 0 30px 0;
    background: #fff;
  }

  .newsContent {
    padding-top: 80px;
  }

  .voice {
    padding: 80px 0 30px 0;
  }

  .voice__title {
    text-align: center;
    margin: 0 0 30px 0;
  }

  .voice__fltBox {
    background-color: #FAFAFA;
  }

  .voice__fltBox__L {
    float: none;
    width: 100%;
    border-radius: 30px;
  }

  .voice__fltBox__R {
    float: none;
    width: 100%;
    padding: 0;
    border-radius: 0;
  }

  .voice__fltBox__L figure img {
    border-radius: 30px;
  }

  .voice__fltBox {
    overflow: hidden;
    position: relative;
    z-index: 2;
  }

  .recruit__text {
    font-size: 14px;
  }

  .recruitBox__inner {
    background: #fff;
    position: relative;
    z-index: 3;
  }

  .recruit__fltBox__L {
    float: none;
    background-color: #fff;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 10;
  }



  .flexBox__3colom__02 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flexContents__3colom__02 {
    width: 100%;
    margin: 0 0 40px 0;
  }


  .tab li {
    color: #333;
    min-width: 16.4%;
    margin: 0 3% 0 0;
    padding: 10px 20px;
    border-top: 2px solid #5eaf9c;
    border-right: 2px solid #5eaf9c;
    border-left: 2px solid #5eaf9c;
    color: #5eaf9c;
    background-color: #fff;
    cursor: pointer;
    list-style: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
  }

  .news__tabarea__contents__btn {
    margin: 30px auto 40px auto;
  }

  .recruitContents {
    padding: 80px 0 80px 0;
  }

  .recruit__title {
    font-size: 18px;
  }

  .recruitBox__inner {
    padding: 0;
  }

  .recruit__fltBox__L {
    background-color: transparent;
  }

  .recruitBox__inner {
    background-color: transparent;
  }

  .accessContents {
    padding: 80px 0;
  }

  .access__googlemap {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    min-width: 60%;
    border-radius: 0 20px 0 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .access__googlemap::before {
    position: absolute;
    left: 10%;
  }

  .access__inner {
    margin-bottom: 0;
  }

  .recruitContents {
    border-bottom: 1px dashed #CCCCCC;
  }

  .bx-pager {
    text-align: center !important;
  }
}

@media screen and (max-width:767px) {
  .mv__shinchaku__inner {
    padding: 24px 30px;
    border-radius: 0;
    max-width: 100%;
  }

  h2.mv__title {
    left: 0;
  }

  p.mv__subtitle {
    left: 0;
  }
}


@media screen and (max-width:660px) {

  .btn__green_01 a {
    width: 250px;
  }

}

@media screen and (max-width:480px) {

  .mv {
    height: 100vh;
  }

  .mv__text {
    top: 50%;
    left: 50%;
  }

  .mv__title {
    font-size: 50px;
  }

  .mv__subtitle {
    font-size: 23px;
  }

  .mv__shinchaku__inner {
    padding: 30px;
  }

  .mv__shinchaku__inner dt,
  .mv__shinchaku__inner dd {
    font-size: 14px;
  }

  dd.mv__shinchaku__inner_title {
    font-size: 12px;
    padding: 7px 25px;
  }


  dd.mv__shinchaku__inner_text {
    font-size: 12px;
    margin: 8px 0 0 0;

  }

  .centering__grayTitle {
    width: 80%;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;

  }

  .aboutBox__subtitle {
    font-size: 24px;
  }

  /*.aboutBox__right {
    padding: 139px;
  }
*/
  .pL0 {
    padding-left: 20px;
  }

  .pR0 {
    padding-right: 20px;
  }

  .aboutBox__grayTitle {
    top: 33%;
  }

  .aboutBoxBtn .aboutBox__btn__wide {
    width: 250px;
  }

  .area ul.show {
    width: 80%;
    margin: 0 auto;
    display: block;
    padding: 40px 0 40px 0;
  }

  .educationGraytitle {
    width: 90%;
  }

  .news__tabarea {
    width: 100%;
  }

  .tab li {
    width: 19%;
    font-size: 12px;
    padding: 10px 0;
  }

  .voice__textBox {
    width: 100%;
  }

  .voice__title {
    padding-top: 0;
  }

  .voice__textBox .btn__green__big a {
    width: 200px;
  }

  .news__tabarea__contents__fltBox__L {
    float: none;
    width: 100%;
  }

  .news__tabarea__contents__fltBox__R {
    float: none;
    width: 100%;
    margin: 20px 0;
  }

  .news__tabarea__contents__btn {
    margin: 20px 0 0 0 !important;
  }

  .news__tabarea__contents__date {
    font-family: 'Montserrat', sans-serif;

  }

  .voice__title {
    font-size: 18px;
    line-height: 2;
  }

  .voice__fltBox__L {
    border-radius: 30px;
    padding: 100px 20px;
  }

  .voice__graytitle {
    z-index: 1;
  }

  .recruit__title {
    line-height: 2;
  }

  .recruitGrayTitle {
    width: 100%;
    top: 100px;

  }

  .voice__hogoshyaComment {
    font-size: 20px;
  }

  .voice__title {
    font-size: 14px;
  }

  .access__googlemap {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
    min-width: 60%;
    border-radius: 0 20px 0 0;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }

  .access__googlemap::before {
    position: absolute;
    left: 10% !important;
  }

  .accessGrayTitle {
    top: 100px;
    width: 100%;
  }

  .onlyus__text {
    letter-spacing:
  }

  .bx-pager {
    text-align: center !important;
  }

  .aboutBoxBtn:hover .aboutBox__btn__wide {
    width: 260px;
  }

}


@media screen and (max-width:320px) {
  .mv__title {
    font-size: 45px;
  }

  .mv__subtitle {
    font-size: 14px;
  }

  .mv__shinchaku__inner dt,
  .mv__shinchaku__inner dd {
    font-size: 12px;
  }

  .mv__shinchaku__inner_text {
    font-size: 10px;
    width: 80%;
  }

  dd.mv__shinchaku__inner_title {
    font-size: 12px;
  }

  dd.mv__shinchaku__inner_text {
    font-size: 12px;
  }

}

@media screen and (max-width:480px) {

  .education__inner__bgBox .title__pttern02__bg,
  .newsContent .title__pttern02,
  .voice .title__pttern02,
  .recruitContents .title__pttern02 {
    margin-bottom: 30px;
  }
}


@media screen and (max-width:480px) {
  h2.mv__title {
    font-size: 40px;
  }
