@charset "utf-8";
/* CSS Document */

body {
  font-family: "Noto Sans JP", sans-serif;
}
/*--------------------------------------
メインビジュアル
--------------------------------------*/
.main_visual, .pickup {
  width: 100%;
  height: 100%;
  margin-top: 0;
  overflow-x: hidden;
}
.main_visual_slider {
  margin: 0 auto;
  margin-bottom: 0!important;
  padding-top: 20px;
  height: 490px;
  position: relative;
  background-color: #EEEEEE;
}
.main_visual_slider .slide {
  width: 1100px;
  margin: 0 10px;
  border-radius: 10px;
  border: 1px solid #000;
}
.main_visual_slider .slide img {
  width: 100%;
  vertical-align: bottom;
  border-radius: 10px;
}
.main_visual_dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.main_visual_dots li {
  width: 12px;
  height: 12px;
  margin: 0 9px;
  background: #0000001A;
  border-radius: 50%;
  border: 1px solid #000;
  cursor: pointer;
}
.main_visual_dots li:hover,
.main_visual_dots li.slick-active {
  background: #FFF;
}
.main_visual_dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.pickup {
  width: 100%;
  height: 200px;
  margin-top: -40px;
  color: #fff;
  background-image: url(../img/renewal/pickup/pickup-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 99;
}

.pickup h2 {
  width: 1100px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  padding-left: 96px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  display: flex;
}

.pickup h2 span.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 8px;
  margin-right: 8px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/pickup/pickup.svg);
  background: #fff;
}


.pickup_slider {
  margin: 0 auto;
  height: 160px;
  position: relative;
  background-color: #FE4958;
}

.pickup_slider .slide {
  width: 500px;
  padding: 20px 0;
}

.pickup_slider .slide .pickup_content {
  display: flex;
  padding: 0 40px;
  border-right: 1px solid #FFFFFF4D;
}

.pickup_slider .slide .pickup_content img {
  border-radius: 6px;
}

.pickup_slider .slide .pickup_content .pickup_text {
  width: 220px;
  margin-left: 20px;
}

.pickup_slider .slide .pickup_content h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #fff;
}

.pickup_slider .slide .pickup_content p {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.5;
  color: #fff;
}

.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 60px;
  z-index: 100;
}
.prev-arrow {
  left: 32px;
}
.next-arrow {
  right: 32px;
}
/*--------------------------------------
ほいコレナビとは？
--------------------------------------*/
.about {
  margin-top: 48px;
}
.about-description {
  width: 1100px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.about-description img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 215px;
}

.about-description .title {
  width: 248px;
  margin-left: 228px;
  border-right: 1px dashed #CCCCCC;
}

.about-description .sub-title {
  font-size: 16px;
}

.about-description .article-title {
  font-size: 24px;
}

.about-description .about-text {
  flex: 1;
  margin-top: 8px;
  margin-left: 32px;
  font-size: 14px;
  line-height: 1.5;
}

.about-btn {
  height: 46px;
  padding: 20px 0;
  background-color: #EEEEEE;
}

.about-btn .btn-more {
  width: 500px;
  height: 46px;
  margin: 0 auto;
  background-color: #fff;
}

.about-btn .btn-more::before {
  background-image: url(../img/renewal/btn-detail.png);
}

/*--------------------------------------
コンテンツ・サイドバーの枠
--------------------------------------*/
.contents_wrap {
  width: 1100px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.contents {
  width: 740px;
}

/*--------------------------------------
コンテンツ内共通設定
--------------------------------------*/
/*タイトル*/
.sub-title {
  font-family: "Inter", serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  color: #fe4958;
}

.article-title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

section {
  margin-top: 80px;
}

.btn-more {
  width: 100%;
  height: 46px;
  margin-top: 40px;
  border: 1px solid #000;
  border-radius: 6px;
  position: relative;
}

.btn-more::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 14px;
  right: 16px;
  background-image: url(../img/renewal/btn-more.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-more a {
  display: block;
}

.btn-more a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)";
}

.btn-more p {
  font-size: 14px;
  font-weight: bold;
  line-height: 46px;
  text-align: center;
}

/*園一覧ボタン*/
.partici-b-wrap {
  width: 813px;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  border-left: 1px solid #cacaca;
  padding: 10px 0;
  margin: 0 0 20px 17px;
}

.partici-btn {
  width: 50%;
  background-color: #fff;
  background-image: url(../img/chevron_lb_r.png);
  background-repeat: no-repeat;
  background-size: 4%;
  background-position: 97% 50%;
  border: 2px solid #4cd8e5;
  display: block;
  color: #3e3a39;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0;
}

.partici-btn span {
  font-size: 14px;
}

.partici-btn:hover {
  background-color: #4cd8e5;
  color: #fff;
  transition: 1s;
}

/*延期の時*/
.post-46 {
  background-color: #dbdbdb !important;
  padding-bottom: 20px !important;
  margin-bottom: 0 !important;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.post-46 .date {
  display: none;
}

.post-46 .entry_badge {
  display: none;
}

/*--------------------------------------
オススメ園情報、オススメ園見学情報
--------------------------------------*/
/* 写真トリミング */
.en_content_pic_waku {
  width: 350px; /*トリミング後の横幅*/
  height: 232px; /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 6px;
  border: 1px solid #000;
}

.recommend-list {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend-list a {
  margin-top: 32px;
  display: block;
}

.recommend-list a:first-child, .recommend-list a:nth-child(2) {
  margin-top: 0;
}

.recommend-list a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)";
}

.en-list {
  width: 350px;
  position: relative;
  display: inline-block;
}

/*オススメ園固定*/
.picup_mark {
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 100;
}

.picup_mark img {
  width: 64px;
  height: 64px;
}

.en-list .img {
  max-width: 350px;
  max-height: 232px;
}

.en-list .img img {
  object-fit: cover;
  width: 350px;
  height: 232px;
}

.en-list h4 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}

.en-list p.area {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  text-indent: 22px;
  color: #555555;
}

.en-list p.area::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  top: 0;
  left: 0;
  mask-image: url(../img/renewal/icon-pin.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: #fe4958;
}

/*--------------------------------------
園を検索する
--------------------------------------*/
section.search {
  margin-top: 0;
  position: relative;
}
.search_title p {
  margin-top: 30px;
  margin-right: 40px;
  font-size: 16px;
  position: absolute;
  right: -10px;
}
.search_title p span {
  margin: 0 10px;
  color: #19acb4;
  font-weight: bold;
}
.tabmenu {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.menu {
  width: calc(50% - 4px);
  height: 56px;
  zoom: 1;
  border-bottom: none;
  background: #b6dee3;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
.menu a {
  height: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu a:hover {
  text-decoration: none;
}
.menu.active {
  background: #5bbcc9;
}

.menu span.icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/icon-search.svg);
  background: #fff600;
}

.tab-box .panel-box {
  background-color: #f5f5f5;
  border-radius: 0 0 10px 10px / 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px / 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px / 0 0 10px 10px;
}

.search_tab {
  margin: 0 auto;
  padding: 32px 40px 40px;
}

.tour_tab {
  height: 272px;
  padding: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.tab_wrap {
  width: 100%;
}

/* フリーワード検索 */
.en_name_search {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.en_name_search h4 {
  font-size: 15px;
  font-weight: bold;
}

.en_name_search h4 span {
  color: #fe4958;
}

.en_name_search h4 time {
  font-weight: 400;
  color: #888888;
}

.en_name_search .search-window {
  width: 100%;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 6px;
}

.en_name_search .search-window form {
  position: relative;
}

.en_name_field {
  width: 580px;
  height: 55px;
  font-size: 15px;
  font-weight: 500;
  text-indent: 16px;
  vertical-align: top;
}

.en_name_search .search-window .btn-search {
  display: inline-block;
  width: 80px;
  height: 100%;
  font-size: 16px;
  background-color: #5bbcc9;
  border-radius: 0 6px 6px 0;
  color: #fff;
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
}

/* Chromeのオートコンプリート背景色を消す */
@keyframes onAutoFillStart {
  from {
  }
  to {
  }
}

input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

.area_route {
  margin-top: 32px;
}

.area_route h4 {
  font-size: 15px;
  font-weight: bold;
}

.area_route .category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.area_route .category-list li {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  margin-top: 20px;
  position: relative;
}

.area_route .category-list li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18.5px;
  right: 16px;
  background-image: url(../img/renewal/btn-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.area_route .category-list a {
  width: 210px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

/* 就活フェア・イベント */
.event-lists {
  margin-top: 32px;
}

.event-list {
  width: 100%;
  height: 230px;
  margin-top: 20px;
  border: 1px solid #000;
  border-radius: 6px;
  display: flex;
}

.event-list-thumbnail {
  width: 370px;
  height: 230px;
  border-radius: 6px 0 0 6px;
  background-image: url(../img/renewal/event-thumbnail-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-list-thumbnail img {
  display: block;
  width: 220px;
}

.event-list-content {
  padding: 24px;
  position: relative;
  flex: 1;
}

.event-list-content p.date-text {
  font-family: "Inter", serif;
  font-size: 20px;
  font-weight: bold;
  color: #fe4958;
  display: flex;
  align-items: center;
}

.event-list-content p.date-text span.date {
  display: flex;
  align-items: baseline;
}

.event-list-content p.date-text span.day {
  font-size: 40px;
}

.event-list-content p.date-text span.weekday {
  display: inline-block;
  margin-left: 6px;
  width: 34px;
  height: 34px;
  line-height: 34px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  background-color: #fe4958;
  border-radius: 17px;
  color: #fff;
}

.event-list-content h4 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: bold;
}

.event-list-content p.text {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.5;
  color: #555;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.event-list-content a.btn-detail {
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  position: absolute;
  bottom: 24px;
  right: 24px;
  display: flex;
  align-items: center;
}

.event-list-content a.btn-detail img {
  margin-left: 8px;
  width: 18px;
  height: 18px;
}

/* アルバイトを探そう！ */
.schedule_area_wrap {
  margin-top: 0;
}

.schedule_area_wrap .area {
  display: flex;
  justify-content: space-between;
}

.schedule_area_wrap .schedule {
  width: 660px;
  background-color: #fff2c5;
  padding: 20px 0;
}
.schedule_area_wrap .schedule h4 {
  font-size: 15px;
  font-weight: bold;
}
.schedule_area_wrap .schedule h4 span {
  font-size: 20px;
  vertical-align: middle;
  margin: 0 5px;
  font-weight: normal;
}
.schedule_area_wrap .schedule ul {
  margin-left: 50px;
  margin-top: 19px;
}
.schedule_area_wrap .schedule li {
  display: inline-block;
  padding-right: 3px;
}
input[type="radio"] {
  display: none;
}
.schedule_area_wrap .radio {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 9px 0;
  border-radius: 5px;
  background-color: #fff;
  border: solid 2px #4cd8e5;
  vertical-align: middle;
  cursor: pointer;
  color: #4cd8e5;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
  width: 135px;
  text-align: center;
}
.schedule_area_wrap .nb {
  margin-bottom: 0;
}
.schedule_area_wrap .radio:hover {
  background-color: #4cd8e5;
  color: #fff;
  font-weight: bold;
}
.schedule_area_wrap .radio:hover:after {
  border-color: #4cd8e5;
  color: #fff;
  font-weight: bold;
}
.schedule_area_wrap .schedule input[type="radio"]:checked + label {
  background-color: #4cd8e5;
  color: #fff;
  font-weight: bold;
}
.schedule_area_wrap .area {
  overflow: hidden;
}
.schedule_area_wrap .area h4 {
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: bold;
}

.schedule_area_wrap .area li {
  display: inline-block;
  position: relative;
}

.schedule_area_wrap .area li::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 19px;
  right: 16px;
  background-image: url(../img/renewal/btn-more-blue.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.schedule_area_wrap .area select {
  width: 320px;
  height: 55px;
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  border-radius: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  padding-left: 16px;
}

/*firefox IE10用 セレクトバグ CSSハック*/
/*firefox*/
select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
/*IE10*/
select::-ms-expand {
  display: none;
}
.schedule_area_wrap .area select.last {
  margin: 12px 0 0 10px;
}
.tour_tab .area-search-btn {
  width: 300px;
  height: 55px;
  line-height: 55px;
  background-color: #5BBCC9;
  border-radius: 6px;
  color: #fff;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 18px;
  font-weight: bold;
  display: block;
  cursor: pointer;
}
/*--------------------------------------
  就活相談会
--------------------------------------*/
.consultation {
  padding: 24px 32px 36px 32px;
  border-radius: 6px;
  background-color: #ffeeee;
}

.consultation img {
  height: 97px;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.consultation .consultation-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.consultation .consultation-list li {
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  margin-top: 20px;
  position: relative;
}

.consultation .consultation-list li::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 18.5px;
  right: 16px;
  background-image: url(../img/renewal/btn-consultation.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.consultation .consultation-list a {
  width: 160px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  display: block;
  background-color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
/*--------------------------------------
  会員限定コンテンツ
--------------------------------------*/
.member-contents {
  border: 1px solid #fe4958;
  border-radius: 6px;
  background-color: #f9f9f9;
}

.member-contents h2 {
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background-color: #fe4958;
  color: #fff;
}

.member-contents p {
  margin: 32px 50px 0;
  font-size: 14px;
  line-height: 24px;
}

.member-contents .login-btn {
  margin: 36px 50px 40px;
}

.member-contents .login-btn li a {
  width: 314px !important;
  height: 46px !important;
  line-height: 46px !important;
}
/*--------------------------------------
	特集
--------------------------------------*/
.feature-banners {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.feature-banners a {
  width: 360px;
  height: 130px;
  margin-top: 20px;
}

.feature-banners a:first-child, .feature-banners a:nth-child(2) {
  margin-top: 0;
}

.feature-banners img {
  width: 100%;
  height: 100%;
}

/*--------------------------------------
	先輩インタビュー
--------------------------------------*/
/* 写真トリミング */
.interview-thumbnail-waku {
  width: 360px;
  height: 200px;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
}

.interview-thumbnail-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-describe {
  margin-top: 32px;
  font-size: 14px;
  line-height: 1.5;
}

.interview-lists {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.interview-list {
  width: 360px;
  height: 100%;
  border: 1px solid #000;
  border-radius: 6px;
}

.interview-lists a {
  margin-top: 20px;
}

.interview-lists a:first-child, .interview-lists a:nth-child(2) {
  margin-top: 0;
}

.interview-thumbnail {
  border-radius: 6px 6px 0 0;
}

.interview-content {
  padding: 24px 0;
  text-align: center;
}

.interview-content h4 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview-content h4 span.interview-content-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../img/renewal/icon-bullhorn.svg);
  background: #fe4958;
}

.interview-content h4 span.interview-content-jobs {
  display: inline-block;
  margin-left: 8px;
  padding: 4px;
  font-size: 13px;
  font-weight: bold;
  background-color: #fe4958;
  border-radius: 3px;
  color: #fff;
}

.interview-content p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #888888;
}
