@media screen and (max-width: 750px) {
  @font-face {
    font-family: 'NotoSansJP-Regular';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Regular.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Regular.woff') format('woff');
  }
  @font-face {
    font-family: 'NotoSansJP-Medium';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Medium.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Medium.woff') format('woff');
  }
  @font-face {
    font-family: 'NotoSansJP-Bold';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Bold.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/NotoSansJP-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'ZenMaruGothic-Bold';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Bold.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Bold.woff') format('woff');
  }
  @font-face {
    font-family: 'ZenMaruGothic-Medium';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Medium.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Medium.woff') format('woff');
  }
  @font-face {
    font-family: 'ZenMaruGothic-Regular';
    src: url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Regular.woff2') format('woff2'), url('/academy/wp-content/themes/like-academy/common/fonts/ZenMaruGothic-Regular.woff') format('woff');
  }
  .preview {
      border: red 2px solid;
  }
  .mainvisual-low, div.pankuzu {
    display: none;
  }
  body {
    font-size: 14px;
    font: unset;
    color: #333333;
    font-family: 'ZenMaruGothic-Medium';
  }
  .bold {
    font-family: 'NotoSansJP-Bold';
  }
  .ZenMaruGothic-Bold{
    font-family: 'ZenMaruGothic-Bold';
  }
  .ZenMaruGothic-Medium{
    font-family: 'ZenMaruGothic-Medium';
  }
  p {
    font-size: 14px;
}
   .note{
    font-size: 13px;
  }
  a.btn {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border: 2px solid #FF8E96;
    text-align: center;
    border-radius: 10px;
    color:#FF8E96;
    font-family: 'ZenMaruGothic-Bold';
    position: relative;
    background-color: #fff;
  }
  a.btn::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 45%;
  }
a.detail {
    display: inline-block;
    float: right;
    border: 0;
    padding: 0;
    background: no-repeat;
    font-size: 14px;
}
  a.detail::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #333;
    vertical-align: middle;
    margin-right: 10px;
  }
  .cont_wrap {
    max-width: 100%;
    overflow: unset;
    margin-bottom: 0;
    padding-top: 0;
  }
  h2, h3, h4 {
    background: transparent;
    padding: 0;
    border: 0;
    margin: 0 0 20px 0;
    line-height: 1.4;
    color: #333;
    text-indent: 0;
  }
  h2 span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    font-family: 'ZenMaruGothic-Bold';
    margin-bottom: 40px;
    font-size: 30px;
    width: 100%;
}
h2 span::before, h2 span::after {
    content: "";
    display: inline-block;
    width: 31%;
    height: 14px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/h2_line_sp.png);
    background-repeat: repeat-x;
    background-size: cover;
    margin-top: 8px;
    position: relative;
    overflow: hidden;
}
h2 span::before {
    background-position: right center;
}
h2 span::after {
   background-position: left center;
}

  h2 img{
    margin-top: 5px;
  }
  h3 {
    display: flex;
    margin-top: 20px;
    justify-content: flex-start;
    align-items: center;
    font-family: 'ZenMaruGothic-Medium';
    font-weight: normal;
    font-size: 20px;
  }
  h3 span {
    margin: 0 10px;
  }
  h3 img{
    margin-top: 5px;
    width: 1em;
    height: auto;
  }
  h3.center_sp{
    justify-content: center;
  }
  h4 {
    font-size: 16px;
    color: #FF8E96;
    margin: 0;
    font-weight: normal;
    font-family: 'ZenMaruGothic-Bold';
    display: flex;
    align-items: center;
  }
  h4 img{
    margin-right: 5px;
    width: 1.4em;
    height: auto;
  }
  h4::before {
    display: none;
  }
  .column {
    margin-bottom: 40px;
  }
  .column2, .column3, .column4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column2 .grid {
    width: 100%;
  }
  .column3 .grid {
    width: 100%;
  }
  .column3 .grid:nth-of-type(3n) {
    margin-right: 0;
  }
  .column4 .grid {
    width: calc(94% / 2);
    margin-right: 2%;
  }
  .column4 .grid:nth-of-type(4n) {
    margin-right: 0;
  }
  .grid {
    position: relative;
  }
  .grid img {
    max-width: 100%;
  }
  table.pink_table {
    width: 100%;
    font-size: 14px;
  }
  table.pink_table tr:first-of-type th, table.pink_table tr:first-of-type td {
    border-top: 1px solid #FF8E96;
  }
  table.pink_table th {
    background: #FFF5F6;
    color: #FF8E96;
    width: 4.4em;
    padding: 10px;
    border-bottom: 1px solid #FF8E96;
    text-align: left;
    font-family: 'ZenMaruGothic-Bold';
    line-height: 1.4
  }
  table.pink_table td {
    padding: 10px;
    border-bottom: 1px solid #FF8E96;
    text-align: left;
    vertical-align: middle;
    line-height: 1.7;
  }
  table.pink_table iframe {
    width: 100%;
    height: 320px;
    margin: 20px 0;
  }
  /*CVエリア------------------------------------*/
  .cv {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    margin-bottom: 10%;
    padding: 1em 3%;
  }
  .cv a {
    margin-bottom: 2%;
    display: block;
  }
  .cv .column2 .grid:first-of-type{
    display: flex;
    flex-wrap: wrap;
  }
  .cv .column2 .grid + .grid{
    position: relative;
    margin-top: 2em;
    padding-top: 1.5em;
  }
  .cv .column2 .grid + .grid::before{
    content: "";
    width: 100vw;
    height: 1em;
    background-color: #fff;
    position: absolute;
    left: -3%;
    top: -1em;
  }
  .cv .cv_wrap_booking-area{
    width: 100%;
  }
  .cv .cv_wrap_booking-area p{
    font-family: 'ZenMaruGothic-Bold';
    text-align: center;
    font-size: 1.2em;
    color: #7b4912;
  }
  .cv .cv_wrap_booking-area p svg{
    vertical-align: middle;
    margin-right: .25em;
    line-height: 1;
    margin-bottom: 2px;
  }
  .cv .cv_wrap_booking-area a{
    color: #fff;
    width: 88%;
    margin: 1.25em auto;
    padding: .75em;
    text-align: center;
    border-radius: 7px;
    letter-spacing: 0.1rem;
    position: relative;
  }
  .cv .cv_wrap_booking-area a::after{
    content: "";
    display: inline-block;
    background: url(/academy/wp-content/themes/like-academy/common/images/arrow3s.png) center center;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 5%;
    top: 0;bottom: 0;
    margin: auto;
  }
  .cv .cv_wrap_booking-area a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
    border: 2px solid #f55d68;
  }
  .cv .cv_wrap_booking-area a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    border: 2px solid #77b71e;
  }
  .cv p,#inspection .dot_bg p {
    line-height: 1.7;
  }
  .cv .orange,#inspection .dot_bg .orange {
   font-size: 16px;
    color: #E49000;
  }
  .cv .tel::before,#inspection .dot_bg .tel::before {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_tel02.png);
    background-size: cover;
    margin-right: 4px;
   }
  
  
  /*ヘッダー-------------------------------------------------*/
  header {
    display: block;
  }
  .header_inner div {
    display: flex;
    justify-content: space-between;
  }
  header .header_inner {
    overflow: hidden;
    width: 95%;
    margin: 3% auto 0;
    display: table;
  }
  header .header_inner .l1{
    display: unset;
  }
  header .header_inner .l1 img {
    width: 200px;
  }
  header .inquiry {
    display: block;
  }
  header .inquiry a {
      font-size: 11px;
      padding: 5px 17px;
      margin: 0;
  }
  header .inquiry .inquiry_tel {
      font-size: 14px;
      margin-left: 0;
  }
  header .header_inner .inquiry{
    margin: 0 0 0 auto;
  }
  header .header_inner .header_booking-area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-family: 'ZenMaruGothic-Bold';
    max-width: 240px;
  }
  header .header_inner .header_booking-area p{
    color: #5D3235;
  }
  header .header_inner .header_booking-area p svg{
    display: none;
  }
  header .header_inner .header_booking-area a{
    color: #fff;
    width: 100%;
    padding: .5em;
    margin: .5em auto;
    text-align: center;
    border-radius: 99em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 13%);
    font-size: 12px;
    letter-spacing: .1rem;
  }
  header .header_inner .header_booking-area a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
  }
  header .header_inner .header_booking-area a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
  }
  .return_btn {
    margin: 2em auto 0 0;
  }
  .return_btn a {
    color: #FF6570;
    font-size: 13px;
    border-bottom: 1px solid;
  }
  .return_btn a::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(-45deg);
    position: relative;
    left: 2px;
    margin-right: 10px;
  }
  /*下部グロナビ----------------------------------------*/
  .hamburger {
    background-color: transparent;
    border-color: transparent;
    z-index: 9999;
    position: relative;
    width: 22px;
    height: 18px;
    /* margin: 8px auto 7px; */
    margin: 0 auto 6px;
  }
  .hamburger span {
    width: 100%;
    height: 2px;
    background-color: #FF6570;
    position: absolute;
    transition: ease .4s;
    display: block;
    left: 0;
  }
  .hamburger span:nth-child(1) {
    top: 0;
  }
  .hamburger span:nth-child(2) {
    top: 46%;
  }
  .hamburger span:nth-child(3) {
    bottom: 0;
  }
  .header__nav.active {
    transform: translateX(0);
  }
  .active {
    color: #FF6570 !important;
    font-weight: normal !important;
   }
  .active .hamburger span:nth-child(1) {
    top: 9px;
    transform: rotate(45deg);
  }
  .active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  .active .hamburger span:nth-child(3) {
    top: 9px;
    transform: rotate(-45deg);
  }
  #overlay {
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 997;
    opacity: 0.7;
    display: none;
  }
  #overlay.active {
    display: block;
  }
  #sp_navi {
    height: auto;
    position: fixed;
    bottom: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #sp_navi.fixed {
    top: 0;
    top: auto;
    bottom: 0;
    margin-top: 0;
    position: fixed;
  }
  #sp_navi ul {
    display: flex;
    width: 100%;
    justify-content: space-around;
  }
  #sp_navi ul li {
    /* width: calc(100% / 5); */
    flex: 1;
    text-align: center;
    margin: .5em 0;
    border-right: 2px #ccc dotted;
    position: relative;
  }
  #sp_navi ul li:first-of-type {
    /* margin: 2% 0 2%; */
  }
  #sp_navi ul li:last-of-type {
    border-right: 0;
  }
  #sp_navi ul li img {
    /* width: 40%; */
    width: 30px;
    margin-bottom: 3px;
  }
  #sp_navi ul li:last-of-type img.sns_menu {
    position: absolute;
    z-index: 2;
    /*top: 10%;*/
  }
  #sp_navi ul li.js-menu.active:last-of-type img.sns_menu {
    display: none;
  }
  #sp_navi ul li p {
    font-size: 10px;
    color: #FF6570;
  }
  #sp_navi ul li#js-menu02 p {
    color: #F16D44;
  }
  #sp_navi ul li#js-menu03 p {
    color: #53A847;
  }
  #sp_navi ul li#js-menu04 p {
    color: #66AFDE;
  }
  #sp_navi ul li#js-menu05 p {
    color: #C569AD;
  }
  
  
  .js-menu-contents {
    /*display: none;*/
    position: fixed;
    bottom: 59px;
    left: 0;
    background: #fff;
    z-index: 998;
    width: 90%;
    padding: 5%;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_sp_nav.jpg);
    background-position: top 3% center;
    background-repeat: no-repeat;
    background-size: 100%;
    /*bottom: -100%;*/
    bottom: -180%;
	transition: all 0.5s;
  }
  .js-menu-contents.active {
    display: block;
    bottom: 0;
    padding-bottom: 25%;
  }
  .js-menu.active {
    color: #DF4853 !important;
    font-weight: 400 !important;
  }
  #js-contens01 p.logo {
    text-align: center;
    margin-bottom: 10%;
  }
  .js-menu-contents p.logo img {
    width: 60%;
    margin: 0 auto;
    display: block;
   }
	#js-contens01 li img{
		width: 50%;
	}
  #js-contens01 ul {
    display: block;
  }
  #js-contens01 ul li {
    width: 100%;
    margin: 0;
    border: 0;
  }
  #js-contens01 li.nav-items__item a {
    background: #ccc;
    display: block;
    padding: 3% 3% 2%;
    text-align: center;
    border-radius: 10px;
    /*border: 1px solid #FF8E96;*/
    margin-bottom: 2%;
    position: relative;
    line-height: 1;
  }
  #js-contens01 li.nav-items__item a::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(-135deg);
    position: absolute;
    right: 6%;
    top: 45%;
  }
  #js-contens01 li.nav-items__item:nth-of-type(1) a {
    background: #F7ADBA;
  }
  #js-contens01 li.nav-items__item:nth-of-type(2) a {
    background: #F9DCE7;
  }
  #js-contens01 li.nav-items__item:nth-of-type(3) a {
    background: #FBD6BC;
  }
  #js-contens01 li.nav-items__item:nth-of-type(4) a {
    background: #FAF8C7;
  }
  #js-contens01 li.nav-items__item:nth-of-type(5) a {
    background: #E2EEC4;
  }
  #js-contens01 li.nav-items__item:nth-of-type(6) a {
    background: #D2EDFA;
  }
  #js-contens01 li.nav-items__item:nth-of-type(7) a {
    background: #D9E3F2;
  }
  #js-contens01 li.nav-items__item:nth-of-type(8) a {
    background: #D8D6EB;
  }
  #js-contens05 ul {
    display: flex;
    width: 60%;
    margin: 25% auto 15%;
    justify-content: center;
  }
  #js-contens05 ul li {
    width: calc(100% / 3);
    margin: 5%;
    border: 0;
  }
  #js-contens05 ul li img {
    width: 40px;
  }
  
  #overview ,#feature02 , #event ,#institution .column2 ,#service .column2,#inspection.column2,#blog .column3,#mid_career,#state .column4,#point,#inspection .column2,#about,#attempt {
    margin: 0 3%;
  }
  #feature h3,#schedule h3,#state h3,#flow h3,#new_graduate h3 {
    margin: 3%;
  }
  /*タイトル---------------------------------------*/
  .ttl_area {
    text-align: center;
    padding: 0 0 3%;
    background-repeat: repeat;
    background-size: 100%;
    position: relative;
    margin-bottom: 5%;
  }
  .ttl_area h1 {
    color: #5D3235;
    font-size: 21px;
    font-family: 'ZenMaruGothic-Bold';
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 26px;
    line-height: 1.4;
    min-height: 3.6em;
    position: relative;
  }
.ttl_area h1 span {
    position: absolute;
    top: 72%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
  /*MVスライダー*/
  .mv_slider {
    position: relative;
    margin-bottom: 30px;
    padding-top: 3%;
    margin: 0 30px;
   }
  .mv_slider::before {
    display: block;
    content: "";
    width: 100%;
    height: auto;
    padding-top: 73%;
    border: 4px solid #FFC2C6;
    border-top: 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
    box-sizing: border-box;
}
.mv_slider img{
	opacity: 0;
}
.mv_slider .slick-slide img {
    display: block;
    object-fit: cover;
	opacity: 1;
    height: 55vw;
    /*width: 90%;
    margin: 0 auto;*/
    width: 76vw;
    margin: 0 12vw;
}
  .mv_slider .slick-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    background-size: contain;
  }
  .mv_slider .slick-next {
    right: -9%;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_next02_sp.png);
  }
  .mv_slider .slick-prev {
    left: -9%;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_prev02_sp.png);
  }
  .mv_slider .slick-next::before {
    left: 20px;
  }
  .mv_slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
  .mv_slider .slick-list.draggable {
    padding: 0 !important;
  }
  .slick-arrow {
    display: block !important;
  }
    .slick-dots li button {
    box-shadow: none;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
   }
  .slide > li:not(:first-child){
    display: none;
  }
  .slick-track {
  display: flex!important;
}
.slick-slide {
  height: auto !important;
}
  
  
  /*園の紹介----------------------------------*/
  #introduction #about{
    margin: 0 3% 10%;
  }
  #introduction #about h4{
    font-size: 16px;
    color:#FF8E96;
    margin-bottom: 20px;
    justify-content: center;
  }
  #introduction #about .box{
    background: #FFF5F6;
    padding: 20px;
  }
  #introduction #about .box .text {
    overflow: hidden;
   }
  #introduction #about .box .text .img {
    float: right;
    margin-left: 20px;
    text-align: center;
    width: 40%;
  }
#introduction #about .box .text .img img {
    border-radius: 10px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
#introduction #about .box .text p.encho_name {
    text-align: right;
    margin-top: 20px;
}
  #introduction #news_avail_info {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_introduction_sp.png);
    background-position: bottom right 3%;
    background-repeat: no-repeat;
    padding-bottom: 15%;
    background-size: 50%;
    display: block;
  }
  #introduction #news_avail_info .column2 .grid {
    width: 100%;
    margin: 0 auto;
  }
  #news_avail_info {
    width: 94%;
    margin: 0 auto;
  }
  dl.news {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #DFDFDF;
  }
  dl.news dt {
    width: 20%;
    border-bottom: 1px solid #DFDFDF;
    font-size: 13px;
    display: flex;
    align-items: center;
  }
  dl.news dd {
    width: calc(80% - 20px);
    border-bottom: 1px solid #DFDFDF;
    padding: 10px 0;
    position: relative;
    padding-right: 20px;
    font-size: 14px;
  }
  dl.news dd::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 3%;
    top: 45%;
  }
p.past {
    text-align: right;
    padding-top: 10px;
    font-size: 13px;
    margin-bottom: 15%;
}
  .avail_info .h3_wrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 100%;
   }
  .avail_info .h3_wrap p.date {
    margin-bottom: 18px;
   }
  .avail_info .flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .avail_info h5 {
    text-align: left;
  }
  .avail_info p.date {
    font-size: 14px;
    font-family: 'ZenMaruGothic-Bold';
    margin-bottom: 10px;
  }
  .avail_info table {
    width: 100%;
  }
  .avail_info th, .avail_info td {
    border: 1px solid #CCCCCC;
    height: 38px;
    vertical-align: middle;
    text-align: center;
  }
  .avail_info th {
    width: 12.5%;
    background: #ffeff0;
  }
  .avail_info th:last-of-type, .avail_info td:last-of-type {
    border-bottom: 1px solid #CCCCCC;
  }
  .avail_info span.maru, .avail_info span.hyphen {
    font-size: 14px;
  }
  .avail_info span.maru {
    color: #ff8e96;
  }
  .avail_info span.sankaku {
    color: #0b80bc;
  }
  .avail_info span.triangle {
    color: #f9bc3d;
    font-size: 15px;
    text-shadow: none;
    letter-spacing: 1px;
  }
  .avail_info span.hyphen {
    color: #777777;
    font-weight: normal;
  }
  .avail_info span.batsu {
    color: #777777;
    font-size: 18px;
    font-weight: normal;
    line-height: 0.8;
    display: block;
  }
  .description {
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
  .description span {
    margin-right: 6px;
    margin-left: 10px;
  }
  .description span.maru {
    margin-left: 0px;
  }
  .description span.batsu {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  p.note {
    font-size: 14px;
    margin-top: 10px;
    text-align: left;
  }
  .avail_detail {
    margin: 40px 0;
  }
  .avail_detail h5 {
    font-size: 24px;
    line-height: 1.4;
  }
  /*保育概要*/
  #overview {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_overview_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 27%;
}
  #overview a.btn.map {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_map_sp.png);
    background-repeat: no-repeat;
    background-position: left 67px center;
    background-size: 1.4em;
    padding-left: 1.4em;
    width: calc(100% - 1.4em);
  }
  #overview a.btn.map::after {
    display: none;
  }
  #overview p.address {
    margin-bottom: 10px;
  }
  /*保育園の取り組み--------------------------------------*/
  #attempt {
    margin-bottom: 17%;
  }
  #attempt .grid {
    margin-bottom: 3%;
  }
  #attempt .column2 .grid {
    width: 100%;
    margin-bottom: 3%;
  }
  #attempt .column2 .column2{
    margin: 0;
  }
  #attempt .column2 .grid .grid:first-of-type {
    width: 36%;
  }
  #attempt .column2 .grid .grid:last-of-type {
    width: 60%;
  }
#attempt .grid img {
    border-radius: 10px;
    width: 100%;
    height: 130px;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
  #attempt h4 {
    font-weight: normal;
    margin-bottom: 10px;
  }
  /*1日のようす------------------------------------------*/
  #schedule {
    margin-bottom: 20%;
  }
#schedule img.schedule_img {
    border-radius: 10px;
    width: 100%;
    height: 40vw;
    object-fit: cover;
}
  /*スライダー-----------------------------------------------*/
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

  .slider.slick-slider {
    padding-left: 10%;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 12%!important;
}
  .slider .slick-list.draggable {
    padding: 0 15% 0 0 !important;
  }
  .slider .slick-slide {
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_stripe.png);
    padding: 20px;
    width: 274px;
    height: auto;
    margin: 0 10px;
    position: relative;
    overflow: hidden;
  }
  .slider .slick-slide:nth-of-type(1),.slider .slick-slide:nth-of-type(9){
    background-color: #FFE5E7;
  }
  .slider .slick-slide:nth-of-type(2),.slider .slick-slide:nth-of-type(10){
    background-color: #FFF2D9;
  }
  .slider .slick-slide:nth-of-type(3),.slider .slick-slide:nth-of-type(11){
    background-color: #FEFFD2;
  }
  .slider .slick-slide:nth-of-type(4),.slider .slick-slide:nth-of-type(12){
    background-color: #E8FFD2;
  }
  .slider .slick-slide:nth-of-type(5),.slider .slick-slide:nth-of-type(13){
    background-color: #D2FFF4;
  }
  .slider .slick-slide:nth-of-type(6),.slider .slick-slide:nth-of-type(14){
    background-color: #D9E7FF;
  }
  .slider .slick-slide:nth-of-type(7),.slider .slick-slide:nth-of-type(15){
    background-color: #F9E5FF;
  }
  .slider .slick-slide:nth-of-type(8),.slider .slick-slide:nth-of-type(16){
    background-color: #FFDED9;
  }

  .slider .slick-slide .img {
    position: relative;
  }
  .slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slider .slick-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    background-size: contain;
  }
  .slider .slick-next {
    right: 0;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_next02_sp.png);
  }
  .slider .slick-prev {
    left: 0;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_prev02_sp.png);
  }
   .slider .slick-prev.slick-disabled {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_prev02_sp_gray.png);
   }
   .slider .slick-next.slick-disabled {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/slick_arrow_next02_sp_gray.png);
   }
  .slider .slick-next::before {
    left: 20px;
  }
  .slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
  }
  .slider .slick-dots {
    text-align: center;
    margin-left: -10%;
    bottom: -30px;
  }
  .slider .slick-dots li {
    display: inline-block;
  }
  .slider .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
  }
  .slider .slick-dots .slick-active button {
    background: #333333;
  }
  span.accBtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  
 #schedule ul.note {
    margin: 0 3%;
 }
 #schedule ul.note li {
    text-indent: -1em;
    margin-left: 1em;
 }
  #schedule img.schedule_img {
    border-radius: 10px;
  }
  #schedule img.time_img {
    z-index: 2;
    position: absolute;
    width: 90px;
    height: 90px;
    top: 100px;
    left: 30px;
  }
  #schedule h4 {
    margin-top: 40px;
  }
  #schedule .age0 {
    margin-bottom: 20%;
    position: relative;
  }
  /*にじいろ保育園の特徴----------------------------*/
  #feature {
    margin-top: 24%;
  }
  #feature {
    margin: 10% 0;
  }
  #feature {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_feature_sp.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
    padding-bottom: 25%;
  }
  #feature .column3 {
    justify-content: center;
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    padding: 6% 0;
  }
  #feature .column3 .grid {
    width: 88%;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #FF8E96;
    margin: 0 auto 3%;
    position: relative;
  }
  #feature .column3 .grid::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-left: 1px solid;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 45%;
  }
  #feature .column3 .grid a {
    width: 100%;
    display: flex;
    align-items: flex-start;
  }
  #feature .column3 .grid img {
    border-radius: 8px 0 0 8px;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
  #feature .column3 .grid .text {
    margin: 2%;
  }
  #feature .column3 .grid .text p{
    font-size: 16px;
  }
  span.feature_icon {
    color: #fff;
    font-family: 'ZenMaruGothic-Bold';
    font-size: 13px;
    background: #FF8892;
    border-radius: 50px;
    padding: 4px 14px;
    margin-bottom: 5px;
    display: inline-block;
    line-height: 1;
}
  #feature02 .grid {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 10%;
    position: relative;
  }
#feature02 .grid img {
    border-radius: 10px;
    max-width: 80%;
    width: 100%;
    height: 70vw;
    object-fit: cover;
    margin: 0 auto 3%;
    display: block;
}
  #feature02 span.feature_icon {
    margin-bottom: 10px;
    display: inline-block;
    background: #FFE5E7;
    color: #FF8E96;
  }
  /*年間行事の内容---------------------------------*/
  #event {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_event_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 28%;
    background-size: 92%;
    margin: 3%;
}
  .tabs {
    margin-top: 50px;
    background-color: #fff;
    margin: 0 auto;
  }
  .tab_item {
    width: calc(96%/4);
    height: 50px;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-family: 'ZenMaruGothic-Bold';
    /*transition: all 0.2s ease;*/
    margin-right: 1%;
    border-radius: 10px 10px 0 0;
    border: 2px solid #999999;
    border-bottom: 0;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    bottom: -2px;
    z-index: 1;
  }
  /*.tab_item:hover {
  opacity: 0.75;
}*/
  input[name="tab_item"] {
    display: none;
  }
  #spring:checked ~ #spring_content, #summer:checked ~ #summer_content, #autumn:checked ~ #autumn_content, #winter:checked ~ #winter_content {
    visibility: visible;
    height: auto;
    padding-bottom: 40px;
  }
  #spring:checked ~ #spring_content{
    border-top: 2px solid #FF8E96;
  }
  #summer:checked ~ #summer_content {
    border-top: 2px solid #A0DAFF;
  }
  #autumn:checked ~ #autumn_content {
    border-top: 2px solid #FDC58D;
  }
  #winter:checked ~ #winter_content {
    border-top: 2px solid #DBB1D0;
  }
  .tabs input#spring + .tab_item {
    border: 2px solid #FF8E96;
    border-bottom: 0;
    color: #FF8E96;
  }
  .tabs input#summer + .tab_item {
    border: 2px solid #A0DAFF;
    border-bottom: 0;
    color: #A0DAFF;
  }
  .tabs input#autumn + .tab_item {
    border: 2px solid #FDC58D;
    border-bottom: 0;
    color: #FDC58D;
  }
  .tabs input#winter + .tab_item {
    border: 2px solid #DBB1D0;
    border-bottom: 0;
    color: #DBB1D0;
  }
  .tabs input:checked + .tab_item {
    border-bottom: 0;
    position: relative;
    z-index: 3;
  }
  .tabs input#spring:checked + .tab_item {
    background-color: #FFE5E7;
    color: #FF8E96;
  }
  .tabs input#summer:checked + .tab_item {
    background-color: #E5FFFD;
    color: #A0DAFF;
  }
  .tabs input#autumn:checked + .tab_item {
    background-color: #FFF6E5;
    color: #FAC467;
  }
  .tabs input#winter:checked + .tab_item {
    background-color: #F4E5FF;
    color: #DBB1D0;
  }
  .tab_content {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/dot.png);
    visibility: hidden;
    height: 0;
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .tab_content_description ul.img {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .tab_content_description ul.img li {
    margin-right: 20px;
  }
  .tab_content_description ul.list, .tab_content_description h4 {
    padding: 0 20px;
  }
.tab_content_description ul.list {
    padding: 0 20px;
    width: 84%;
    margin-left: 1em;
    column-count: 2;
}
.tab_content_description ul.list li {
    text-indent: -1em;
    margin-right: 8%;
    word-break: break-all;
}
  #spring_content{
    background-color: #FFE5E7;
  }
  #summer_content{
    background-color: #E5FFFD;
  }
  #autumn_content{
    background-color: #FFF6E5;
  }
  #winter_content{
    background-color: #F4E5FF;
  }
  #spring_content .tab_content_description h4{
    color: #FF8E96;
  }
  #summer_content .tab_content_description h4{
    color: #A0DAFF;
  }
  #autumn_content .tab_content_description h4{
    color: #FAC467;
  }
  #winter_content .tab_content_description h4{
    color: #DBB1D0;
  }
  .event_slider {
    margin: 13px 0 20px 20px;
  }
  .event_slider .slick-list {
    padding-right: 15%;
  }
  .event_slider .slick-slide {
    width: 274px;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
  }
.event_slider .slick-slide img {
    display: block;
    width: 100%;
    height: 70vw;
    object-fit: cover;
    border-radius: 10px;
}
.event_slider .slick-slide span.accBtn img {
    width: 25px;
    height: 25px;
}
  .event_slider .slick-slide span.accBtn {
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
  }
  .event_slider .slick-disabled {
    display: none!important;
  }
  .slick-prev {
    left: 10px;
    z-index: 10;
    width: 22px;
    height: 34px;
    background-size: contain;
}
.slick-next {
    right: 10px;
    width: 22px;
    height: 34px;
    background-size: contain;
}
  /*施設・設備-----------------------------------*/
  #institution {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_institution_sp.png),url(/academy/wp-content/themes/like-academy/img/establishment/bg_institution02_sp.png);
    background-position: bottom right 3%,bottom 1% left 3%;
    background-repeat: no-repeat,no-repeat;
    background-size: 34%;
    padding-bottom: 21%;
    margin-bottom: 10%;
    margin-top: 10%;
  }
  #institution h2 span::before, #institution h2 span::after {
    width: 23.5%;
  }
  #institution #state, #institution #point {
    margin: 0 3%;
  }
  #state .grid {
    margin-bottom: 10px;
    font-size: 12px;
  }
#state .grid img {
    margin-bottom: 10px;
    width: 100%;
    height: 40vw;
    border-radius: 10px;
    object-fit: cover;
}
  #institution .column3 .grid {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
#institution .column3 .grid img {
    width: 80%;
    height: 80vw;
    margin: 0 auto 3%;
    display: block;
    object-fit: cover;
    border-radius: 10px;
}
  #point h4 {
    color: #464646;
    margin-bottom: 10px;
  }
  #point p {
    font-size: 14px;
  }
  #point .grid img {
    margin-bottom: 20px;
  }
  /*保育への想い----------------------------------*/
  #desire {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_desire_sp.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 90%;
    padding-bottom: 20%;
    margin-bottom: 10%;
  }
  #desire h2 span::before, #desire h2 span::after {
    width: 19%;
  }
  #desire .pink_bg {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_stripe.jpg);
    padding: 3% 3% 10%;
  }
  #desire .box {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 5%;
    text-align: center;
    font-size: 16px;
  }
  #desire .box h3 {
    margin: 0 0 10px 0;
  }
  #desire .box h3 img {
    width: 50%;
    margin: 0 auto;
  }
  #desire img.philosophy_text {
    margin: -20px 0 30px;
  }
  #desire img.philosophy_text + p {
    margin-bottom: 30px;
    color: #FF8E96;
    font-size: 16px;
    font-family: 'ZenMaruGothic-Bold';
  }
  #desire #philosophy .column2 .grid {
    text-align: left;
    width: 100%;
  }
  #desire #philosophy .column2 .grid:last-of-type img {
    width: 60%;
    margin: 5% auto;
    display: block;
  }
  #desire #policy {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/policy_bg_sp.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #desire #policy span {
    color: #FF8E96;
    font-size: 22px;
    position: relative;
    z-index: 1;
    font-family: 'ZenMaruGothic-Bold';
  }
  #desire #policy span::after {
    content: "";
    display: block;
    width: 2em;
    height: 10px;
    background-color: #FFE5E7;
    margin: 0 auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: -1;
  }
  #desire #policy p {
    font-family: 'ZenMaruGothic-Bold';
    font-size: 13px;
  }
  #desire #policy .column3 .grid {
    width: 100%;
    margin-right: 0;
  }
#desire #goal {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/drop1.png),url(/academy/wp-content/themes/like-academy/img/establishment/drop2.png),url(/academy/wp-content/themes/like-academy/img/establishment/drop3.png),url(/academy/wp-content/themes/like-academy/img/establishment/drop4.png);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: right 1% top 14%, left 7% top 34%, right 3% top 65%, left 3% top 98%;
}
#desire #goal h3 img {
    width: 80%;
    margin: 0 auto;
}
  #desire #goal .column2 .grid {
    width: auto;
  }
  #desire a.btn {
    margin: 0 auto;
    width: 80%;
  }
  #desire #goal .column2 .grid {
    width: auto;
    margin-bottom: 10%;
  }
  #desire #goal li {
    margin-bottom: 20px;
  } 
  #desire #goal li span {
    color: #FF8E96;
    font-family: 'ZenMaruGothic-Bold';
    font-size: 19px;
    line-height: 1.4;
  }

  /*サービス紹介----------------------------------*/
  #service {
    margin-bottom: 10%;
  }
  #service h2 span::before, #service h2 span::after {
    width: 19%;
  }
  #service .column2 .grid {
    width: 100%;
    margin-bottom: 3%;
  }
  #service .column2 .column2{
    margin: 0;
  }
  #service .column2 .grid .grid:first-of-type {
    width: 36%;
  }
  #service .column2 .grid .grid:last-of-type {
    width: 60%;
  }
  /*園見学-------------------------------*/
  #inspection {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_inspection_sp.png);
    background-position: bottom right 3%;
    background-repeat: no-repeat;
    background-size: 27%;
    padding-bottom: 23%;
    margin-bottom: 10%;
  }
  #inspection h2,#inspection h2 span{
    margin-bottom: 0;
  }
  #inspection h2 span::before, #inspection h2 span::after {
    width: 34%;
  }
  #inspection h3 {
    margin: 5% 3%;
  }
  #inspection .column2 .grid {
    width: 100%;
  }
  #inspection .grid:first-of-type .dot_bg a{
    color: #fff;
    width: 90%;
    padding: .75em;
    text-align: center;
    border-radius: 10px;
    display: block;
    margin: 1.25em auto;
    position: relative;
    box-sizing: border-box;
  }
  #inspection .grid:first-of-type .dot_bg a::after{
    content: "";
    display: inline-block;
    background: url(/academy/wp-content/themes/like-academy/common/images/arrow3s.png) center center;
    width: 10px;
    height: 11px;
    position: absolute;
    right: 5%;
    top: 0;bottom: 0;
    margin: auto;
  }
  #inspection .grid:first-of-type .dot_bg a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
    border: 2px solid #f55d68;
  }
  #inspection .grid:first-of-type .dot_bg a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    border: 2px solid #77b71e;
  }
  .dot_bg {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_dot.jpg);
    padding: 10px;
    margin-bottom: 20px;
  }
  .dot_bg:last-of-type {
    padding: 30px 20px 20px;
  }
  .dot_bg img {
    position: relative;
    margin-top: -20px;
  }
  .inquiry{
    width: 100%;
    margin: 1em auto;
  }
  .inquiry a {
    border: #FF8E96 1px solid;
    font-size: 15px;
    padding: 10px 0;
    margin: 0 3% 10px;
    font-family: 'ZenMaruGothic-Bold';
    text-align: center;
    /*background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_tel02_sp.png);
    background-size: 1.4em;
    background-position: center right 3%;
    background-repeat: no-repeat;*/
    border-radius: 10px;
    background-color: #fff;
    line-height: 1.4;
    color: #444444;
    margin-left: 10px;
    display: block;
}
 .inquiry .inquiry_tel {
   display: block;
    font-size: 18px;
    color: #FF8E96;
  }
.inquiry .inquiry_tel::after {
    content: "";
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/icon_tel02.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 4px;
}
  #inspection .note {
    color: #FF8E96;
    margin: 0 10px;
  }
  #inspection .note02{
    margin: 0 3%;
  }
  /*入園までの流れ------------------------------*/
  #flow h2 span::before, #flow h2 span::after {
    width: 19%;
  }
  #flow h4 {
    margin: 3% 0;
  }
  #flow .slider .slick-slide {
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle.png);
    background-color: #FFE5E7;
  }
  #flow .slider .slick-slide:nth-of-type(2) {
    background-color: #FFF3DD;
  }
  #flow .slider .slick-slide:nth-of-type(3) {
    background-color: #FEFFD2;
  }
  #flow .slider .slick-slide:nth-of-type(4) {
    background-color: #E8FFD2;
  }
  #flow .slider .slick-slide:nth-of-type(5) {
    background-color: #D2FFF4;
  }
  #flow .pink_bg {
    padding: 3%;
    background: #FFF5F6;
    background-image: none;
    position: relative;
    margin-top: 20%;
    margin-bottom: 50px;
  }
  #flow .pink_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle_top.png);
    position: absolute;
    top: -15px;
    left: 0;
  }
  #flow .pink_bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-image: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle_bottom.png);
    position: absolute;
    bottom: -15px;
    left: 0;
  }
  #flow .pink_bg h3 {
    justify-content: center;
    font-size: 16px;
    color: #FF8E96;
    font-family: 'ZenMaruGothic-Bold';
  }
  #flow .pink_bg ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
  }
  #flow .pink_bg li {
    width: calc(49% - 1em);
    text-indent: -1em;
    margin-left: 1em;
  }
  #flow .pink_bg .note {
    margin-top: 10px;
   }
  #flow .pink_bg .note li {
    width: 100%;
   }
  #belongings {
    margin-bottom: 40px;
  }
  #belongings h3 img {
    margin-top: 0;
  }
  #belongings .column2 .grid {
    width: 100%;
    font-size: 14px;
  }
  #flow #information .column4 .grid {
    width: 100%;
    margin-bottom: 1%;
    margin-right: 0;
  }
  #flow #information .column4 .grid a {
    background-color: #fff;
    vertical-align: middle;
    display: block;
    padding: 5% 3%;
    border: 1px solid #FF8E96;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FF8E96;
    font-family: 'ZenMaruGothic-Bold';
    font-size: 14px;
  }
  #flow #information .grid img {
    vertical-align: middle;
    width: 1.4em;
    height: auto;
    margin-right: 5px;
    margin-top: -3px;
}
  /*ブログ----------------------------------------*/
  #blog h2 span::before, #blog h2 span::after {
    width: 34%;
  }
  #blog .column3 .grid {
    display: flex;
    background: #FFE5E7;
    border-radius: 10px;
    margin-bottom: 3%;
    padding: 3%;
  }
  #recruit .column2 .grid::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 2px solid #DF4853;
    border-left: 2px solid #DF4853;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 45%;
}
#recruit .column2 .grid p {
    padding-right: 10%;
}
  #blog .grid img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    margin-right: 4%;
    border-radius: 10px;
  }
  #blog .grid p{
    font-family: 'ZenMaruGothic-Bold';
  }
  #blog .grid .text {
    width: 68%;
  }
  #blog .grid .day {
    color: #666666;
    font-size: 12px;
  }
  #blog a.btn {
    height: 40px;
    line-height: 40px;
    border: 2px solid #AAAAAA;
    text-align: center;
    border-radius: 10px;
    color: #333333;
    font-family: 'ZenMaruGothic-Bold';
    position: relative;
    background-color: #fff;
    margin: 40px auto 80px;
    width: 80%;
  }
  /*採用-------------------------------------*/
  #recruit .pink_bg {
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle.jpg);
    padding: 5%;
    margin-bottom: 8%;
  }
  #recruit h2 span{
    margin-bottom: 0;
  }
   #recruit h2 span::before, #recruit h2 span::after {
    width: 29%;
   }
  #recruit .column2 .grid {
    padding: 3%;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #FF8E96;
    margin-bottom: 5%;
  }
  #recruit .column2 .grid h4 {
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 18px;
    width: 80%;
  }
  #recruit .column2 .grid h4 img {
    width: 70%;
    margin: 0 auto;
  }
  #new_graduate a,#mid_career a {
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  #recruit .pink_bg {
    text-align: center;
  }
  #mid_career table {
    margin-top: 20px;
  }
  .reserve_btn_area {
    text-align: center;
    margin-top: 100px;
    background: url(/academy/wp-content/themes/like-academy/img/establishment/bg_triangle.jpg);
    padding: 86px 0 20px;
    width: 100%;
    position: relative;
    min-height: 20px;
    scroll-margin-top: 300px;
    scroll-padding-top: 300px;
  }
  .reserve_btn_area .reserve_btn_area-wrap{
    background: #fff;
    border: 2px solid #FF8E96;
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    padding: 1em;
    color: #5D3235;
    box-sizing: border-box;
  }
  .reserve_btn_area .reserve_btn_area-wrap p{
    font-size: 1.2em;
    font-family: 'ZenMaruGothic-Bold';
  }
  .reserve_btn_area .reserve_btn_area-wrap p svg{
    vertical-align: middle;
    margin-right: .25em;
    line-height: 1;
    margin-bottom: 2px;
  }
  .reserve_btn_area .reserve_btn_area-wrap a{
    color: #fff;
    width: 80%;
    padding: .75em;
    text-align: center;
    border-radius: 99em;
    letter-spacing: 0.1em;
    margin: 1.25em auto 1.25em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 13%);
    position: relative;
    display: block;
  }
  .reserve_btn_area .reserve_btn_area-wrap a::after{
    content: "";
    display: inline-block;
    background: url(/academy/wp-content/themes/like-academy/common/images/arrow3.png) center center;
    width: 12px;
    height: 15px;
    position: absolute;
    right: 5%;
    top: 0;bottom: 0;
    margin: auto;
  }
  .reserve_btn_area .reserve_btn_area-wrap a.parents{
    background: #ff6570;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#ff8991), color-stop(51%,#ff6570));
    background: -webkit-linear-gradient(top, #ff8991 50%,#ff6570 51%);
    background: linear-gradient(to bottom, #ff8991 50%,#ff6570 51%);
  }
  .reserve_btn_area .reserve_btn_area-wrap a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#a9e54e), color-stop(51%,#87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
  }
  .reserve_btn_area img.bg_recruit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    top: -70px;
    width: 84%;
    right: 15%;
  }
  #recruit .btn_point {
    text-align: center;
    padding: 10% 3% 20%;
    display: block;
  }
  
  .remodal[data-remodal-id="modal-seeker"]{
    color: #5D3235;
  }
  .remodal[data-remodal-id="modal-seeker"] .remodal-close{
    width: 35px;
    right: 0;
  }
  .remodal[data-remodal-id="modal-seeker"] h2{
    text-align: center;
    color: #5D3235;
  }
  .remodal[data-remodal-id="modal-seeker"] p{
    text-align: center;
  }
  .remodal[data-remodal-id="modal-seeker"] p:not(:last-child){
    margin-bottom: 2em;
  }
  .remodal[data-remodal-id="modal-seeker"] a.seeker{
    background: #8bd928;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #a9e54e), color-stop(51%, #87d81e));
    background: -webkit-linear-gradient(top, #a9e54e 50%, #87d81e 51%);
    background: linear-gradient(to bottom, #a9e54e 50%, #87d81e 51%);
    border: 2px solid #77b71e;
    color: #fff;
    width: auto;
    font-size: 1.1em;
    padding: .5em;
    text-align: center;
    border-radius: 99em;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 13%);
    margin: 0 auto;
    line-height: 2;
    display: block;
  }
  
  /*フッター-------------------------*/
	footer{
		font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	}
  #sns ul {
    display: flex;
    justify-content: center;
    margin: 40px 0;
   }
  #sns li {
    margin: 0 20px;
   }
  #sns img {
    width: 50px;
  }
  .copy {
    position: relative;
    margin-bottom: 32%;
  }
  #pagetop a.fixed {
    padding: 0;
    border: 0;
    background: transparent;
    z-index: 99;
    bottom: 70px;
    width: 70px;
  }
  #pagetop a.fixed::before {
    display: none;
  }

}