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

/*------------------------------------------------
 sub.css
------------------------------------------------*/
/* 下層背景 木繰り返し */
.sbwd{
  position: relative;
  overflow: hidden;
}
.sbwd::before, .sbwd::after{
  content: "";
  position: absolute;
  background-repeat: repeat-y;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: -10;
}
.sbwd::before, .sbwd::after {
  content: "";
  position: absolute;
  background-repeat: repeat-y;
  background-size: 100%;
  top: 45px;
  bottom: 0;
  z-index: -10;
}
.sbwd::before {
  background-image: url(../img/sub/bwd_tree_fill_left.png);
  background-position: top left;
  left: -310px;
  width: 740px;
}
.sbwd::after {
  background-image: url(../img/sub/bwd_tree_fill_right.png);
  background-position: top right;
  right: -270px;
  width: 740px;
}
/* 見出し */
h1 {
  position: absolute;
  display: flex;
  align-items: center;
  background: url(../img/sub/heading_lg_joint.png) repeat-x;
  background-position: center right;
  background-size: 100% 65px;
  font-size: 0.35rem;
  font-weight: 500;
  bottom: 15%;
  left: 15%;
  gap: 15px;
  padding: 17px 50px 18px 65px;
  z-index: 10;
}
h1::before {
  content: "";
  aspect-ratio: 2/1;
  position: absolute;
  background: url(../img/sub/heading_lg_leaf.png) no-repeat;
  background-size: contain;
  width: 140px;
  left: -17px;
  top: -6px;
}
h1 img{
  display: block;
  max-width: 45px;
}
.heading_md01, .heading_md02{
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto 45px;
}
.heading_md01, .heading_md02,
.heading_md01 *, .heading_md02 *{
  text-align: center;
  font-size: 0.3rem;
  font-weight: 500;
}
.heading_md01{
  background-image: url(../img/sub/heading_md02.png);
  aspect-ratio: 30/11;
  width: 320px;
}
.heading_md02 {
  background-image: url(../img/sub/heading_md01.png);
  aspect-ratio: 23/8;
  width: 350px;
  padding-bottom: 20px;
  padding-left: 5px;
}
.heading_sm {
  position: relative;
  max-width: max-content;
  padding: 0 95px 40px 55px;
  margin-bottom: 20px;
}
.heading_sm.middle{
  text-align: center;
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.heading_sm.about_safe_heading{
  max-width: 630px;
}
.heading_sm, .heading_sm *{
  display: block;
  font-size: 0.3rem;
  line-height: 1.4;
  font-weight: 500;
}
.heading_sm::after{
  content: "";
  position: absolute;
  background: url(../img/sub/heading_sm_pole.png) repeat-x;
  background-size: calc(100% - 65px) 60px;
  background-position: bottom left;
  inset: 0;
  z-index: -10;
}
.heading_sm::before {
  content: "";
  aspect-ratio: 115/81;
  position: absolute;
  background: url(../img/sub/heading_sm_cap.png) no-repeat;
  background-size: contain;
  width: 90px;
  right: -10px;
  bottom: -1px;
}
.heading_sm small {
  font-size: 0.2rem;
  max-width: max-content;
  margin-left: auto;
  margin-top: 5px;
}
.heading_sm.reverse{
  padding-left: 85px;
  padding-right: 65px;
}
.heading_sm.reverse::after{
  transform: scaleX(-1);
}
.heading_sm.reverse::before{
  transform: scaleX(-1);
  right: unset;
  left: -10px;
}
.heading_useful{
  display: block;
  font-size: 0.25rem;
  font-weight: 500;
  margin: 45px 0 15px;
}
.heading_useful_sm {
  position: relative;
  display: block;
  font-size: 0.21rem;
  font-weight: 500;
  padding-left: 20px;
  margin: 30px 0 15px;
}
.heading_useful_sm::before{
  content: "";
  position: absolute;
  background-color: var(--deco_color01);
  height: 3px;
  width: 15px;
  left: 0;
  top: 15px;
}


/*------------------------------------------------
 下層トップ
------------------------------------------------*/
.sub_top{
  position: relative;
  z-index: -20;
}
.sub_top .sub_thumb {
  display: block;
  object-fit: cover;
  object-position: 5% 50%;
  min-height: 110px;
  width: 100%;
}
/* タブボタンリスト */
.tab_button_box{
  margin-bottom: 90px;
}
.tab_button_list_box{
  display: flex;
  align-items: flex-end;
  max-width: max-content;
  margin: 0 auto;
}
.tab_button_list{
  display: flex;
  list-style: none;
  align-items: flex-end;
}
.num5 .tab_button_list li[data-bind="2"], .num5 .tab_button_list li[data-bind="4"]{
  margin-bottom: 40px;
}
.num5 .tab_button_list li[data-bind="3"]{
  margin-bottom: 50px;
}
.num3 .tab_button_list li[data-bind="2"]{
  margin-bottom: 40px;
}
.tab_button_list a{
  display: block;
}
.tab_button_list img{
  display: block;
  width: 100%;
}


/*------------------------------------------------
 園についてページ
------------------------------------------------*/
/* 概要コンテンツ */
.about_overview_fill{
  background-color: #fff;
  border-radius: 80px;
  padding: 50px 0 90px;
}
.about_overview_table{
  width: 100%;
}
.about_overview_table th, .about_overview_table td{
  padding: 30px 0;
  border-bottom: var(--border_light);
}
.about_overview_table th{
  width: 20%;
}
.about_overview_table td{
  width: 80%;
}
/* 給食コンテンツ */
.about_lunch_txt_box{
  position: relative;
}
.about_lunch_txt_box p{
  text-align: center;
  margin-bottom: 35px;
}
.about_lunch_txt_box img{
  position: absolute;
}
.about_lunch_txt_box .about_lunch_deco01 {
  bottom: -20px;
  left: -35px;
}
.about_lunch_txt_box .about_lunch_deco02 {
  top: -80px;
  right: 0;
}
.about_lunch_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  margin-top: 55px;
}
.about_lunch_list img{
  border-radius: 20px;
}
/* 給食コンテンツ */
.about_learn_pl01{
  gap: 3%;
}
.about_learn_pl02{
  align-items: center;
  padding-right: 100px;
}
.about_learn_pl03{
  padding-left: 100px;
}
.about_learn_pl03 .pl_thumb{
  margin-top: 100px;
}
.about_learn_pl04{
  align-items: center;
}
.about_learn_pl01 .heading_sm, .about_learn_pl02 .heading_sm,
.about_learn_pl03 .heading_sm, .about_learn_pl04 .heading_sm {
  text-align: center;
}
.about_learn_pl01 .heading_sm, .about_learn_pl02 .heading_sm{
  max-width: 430px;
}
.about_learn_pl03 .heading_sm, .about_learn_pl04 .heading_sm{
  max-width: 100%;
}
.about_learn01_deco01, .about_learn02_deco01,
.about_learn02_deco02, .about_learn03_deco01,
.about_learn03_deco02, .about_learn04_deco01, .about_learn04_deco02{
  position: absolute;
}
.about_learn01_deco01{
  right: 39%;
  top: 58%;
}
.about_learn02_deco01{
  right: 14%;
  top: 31%;
}
.about_learn02_deco02{
  left: 38%;
  bottom: -7%;
}
.about_learn03_deco01{
  top: -4%;
  right: 3%;
}
.about_learn03_deco02{
  bottom: -1%;
  right: 40%;
}
.about_learn04_deco01 {
  left: -4%;
  top: -6%;
}
.about_learn04_deco02{
  left: 30%;
  bottom: -1%;
}
/* 6つのクラスコンテンツ */
.about_class_box{
  margin-bottom: 45px;
}
.about_class_heading *{
  display: block;
  max-width: max-content;
  margin: 0 auto;
}
.about_class_heading img{
  margin-bottom: 15px;
}
.about_class_heading b{
  font-size: 0.34rem;
  margin-bottom: 15px;
}
.about_class_heading small{
  font-size: 0.26rem;
  margin-bottom: 25px;
}
.about_class_box p{
  text-align: center;
}
.about_class_box ul{
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 35px;
}
.about_class_box li img{
  display: block;
  object-fit: cover;
  border-radius: 45px;
  width: 100%;
}
/* 施設と設備コンテンツ */
.about_facility_list{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  gap: 50px;
  margin-top: 65px;
}
.about_facility_list li{
  width: calc(33.33% - 34px);
}
.about_facility_list img{
  display: block;
  object-fit: cover;
  width: 100%;
  border-radius: 45px;
}


/*------------------------------------------------
 園の生活ページ
------------------------------------------------*/
/* 1日の流れコンテンツ */
.step_flow_res_box img{
  display: block;
  filter: drop-shadow(0px 0px 5px white);
  max-width: max-content;
  width: 100%;
  padding-right: 12%;
  margin: 0 auto;
}
.step_flow_res_box ul{
  display: grid;
  list-style: none;
  align-items: flex-start;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 35px;
}
.step_flow_res_box ul img{
  filter: unset;
  border-radius: 20px;
  width: 100%;
  padding: 0;
}
/* 年間行事予定コンテンツ */
.step_event_fill{
  position: relative;
  background-color: #fff;
  border-radius: 80px;
  padding: 40px 0;
}
.step_event_img_unit01, .step_event_img_unit02{
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.step_event_img_unit01{
  left: -170px;
}
.step_event_img_unit02{
  right: -170px;
}
.step_event_grid{
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 850px;
  padding: 45px 0;
  margin: 0 auto;
}
.step_event_grid::before{
  content: "";
  position: absolute;
  background: url(../img/sub/step_event_dot.svg) repeat-y;
  background-position: top center;
  background-size: contain;
  left: calc(50% - 25px);
  top: 0;
  bottom: 0;
  width: 15px;
}
.step_event_grid ul{
  list-style: none;
}
.step_event_grid li{
  display: grid;
  align-items: flex-start;
  grid-template-columns: 160px 1fr;
  margin-bottom: 65px;
}
.step_event_grid li:last-of-type{
  margin-bottom: 0;
}
.step_event_grid .step_event_heading{
  aspect-ratio: 12/5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/sub/step_event_heading_plate.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 125px;
}
.step_event_grid .step_event_heading,
.step_event_grid .step_event_heading *{
  font-size: 0.27rem;
}
.step_event_grid .step_event_heading img{
  position: absolute;
}
.step_event_grid .step_event_heading.month2 img{
  left: -40px;
  top: 35px;
  max-width: 140px;
}
.step_event_grid .step_event_heading.month3 img{
  left: -20px;
  top: 25px;
}
.step_event_grid .step_event_heading.month4 img {
  left: -27px;
  top: -12px;
}
.step_event_grid .step_event_heading.month5 img{
  left: -40px;
  top: 24px;
}
.step_event_grid .step_event_heading.month6 img{
  left: -28px;
  top: -20px;
  max-width: 160px;
}
.step_event_grid .step_event_heading.month7 img{
  left: -72px;
  top: 13px;
  max-width: 135px;
}
.step_event_grid .step_event_heading.month8 img{
  left: -40px;
  top: 5px;
}
.step_event_grid .step_event_heading.month9 img{
  left: -70px;
  top: 25px;
}
.step_event_grid .step_event_heading.month10 img{
  left: -25px;
  top: 30px;
  max-width: 150px;
}
.step_event_grid .step_event_heading.month11 img{
  left: -45px;
  top: -25px;
}
.step_event_grid .step_event_heading.month12 img{
  left: -30px;
  top: 10px;
}
.step_event_grid li article{
  margin-top: 12px;
}
.step_event_grid li dt {
  position: relative;
  font-weight: 500;
  font-size: 0.19rem;
  padding-left: 18px;
  margin-bottom: 10px;
}
.step_event_grid li dt::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  background-color: var(--font_color);
  left: 0px;
  top: 12px;
  width: 7px;
}


/*------------------------------------------------
 園の特徴ページ
------------------------------------------------*/
/* 延長保育コンテンツ */
.feature_notify_box b, .feature_notify_box b span{
  text-align: center;
  font-size: 0.27rem;
  font-weight: 500;
}
.feature_notify_box b{
  display: block;
  margin-bottom: 10px;
}
.feature_notify_box b span{
  display: inline-block;
  color: var(--deco_color01);
  margin-right: 15px;
}
.feature_notify_box small{
  display: block;
  text-align: center;
  font-size: 0.2rem;
  font-weight: 500;
}


/*------------------------------------------------
 園児募集ページ
------------------------------------------------*/
/* 花付き見出し */
.collect_flower_heading{
  display: block;
  position: relative;
  max-width: max-content;
  color: var(--deco_color01);
  font-size: 0.27rem;
  padding: 0 45px;
  margin: 0 auto 35px;
}
.collect_flower_heading::before,
.collect_flower_heading::after{
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background: url(../img/sub/flower_ver.png) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  width: 35px;
  top: 50%;
}
.collect_flower_heading::before{
  left: 0;
}
.collect_flower_heading::after{
  right: 0;
}
/* 園児募集ボックス */
.collect_dist_box{
  display: flex;
  align-items: center;
  max-width: max-content;
  margin: 0 auto;
}
.collect_dist_box ul{
  position: relative;
  list-style: none;
}
.collect_dist_box ul::before{
  content: "";
  position: absolute;
  background-color: var(--font_color);
  transform: translateY(-50%);
  border-radius: 100px;
  width: 2px;
  right: 0;
  top: 50%;
  height: 67%;
}
.collect_dist_box li{
  position: relative;
  display: grid;
  align-items: center;
  grid-template-columns: auto 120px auto;
  gap: 15px;
  padding-right: 35px;
}
.collect_dist_box li:first-of-type::before, .collect_dist_box li:last-of-type::before {
  content: "";
  position: absolute;
  background-color: var(--font_color);
  transform: translateY(-50%);
  border-radius: 100px;
  width: 25px;
  height: 2px;
  right: 0;
  top: 50%;
}
.collect_dist_box li > br{
  display: none;
}
.collect_dist_box li hr{
  display: block;
  background: url(../img/sub/collect_dot.svg) repeat-x;
  background-position: left center;
  background-size: 120px 100%;
  height: 10px;
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}
.collect_dist_box li span{
  font-size: 0.2rem;
}
.collect_dist_box b{
  display: block;
  position: relative;
  font-size: 0.2rem;
  padding-left: 35px;
}
.collect_dist_box b::before{
  content: "";
  position: absolute;
  background-color: var(--font_color);
  transform: translateY(-50%);
  border-radius: 100px;
  width: 25px;
  height: 2px;
  left: 0;
  top: 50%;
}
/* テーブル横並びグリッド */
.collect_table_grid{
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
}
.collect_table_grid article{
  display: grid;
  grid-template-rows: auto 1fr;
}


/*------------------------------------------------
 採用情報ページ
------------------------------------------------*/
/* 採用情報見出し */
.recruit_heading{
  display: block;
  max-width: max-content;
  margin: 0 auto 80px;
}
/* ポイントボックス */
.recruit_point_box{
  overflow: hidden;
  background-color: #fff;
  border-radius: 75px;
}
.recruit_point_box *{
  text-shadow: none;
  color: #fff;
}
/* ポイント見出し */
.recruit_point_heading{
  background-color: var(--deco_color02);
  padding: 70px 0 40px;
}
.recruit_point_heading *{
  line-height: 1.3;
  font-size: 0.42rem;
}
.recruit_point_heading p{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}
.recruit_point_heading span{
  position: relative;
}
.recruit_point_heading span::before{
  content: "";
  aspect-ratio: 19/5;
  position: absolute;
  background: url(../img/common/parts/three_lines.svg) no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateX(-50%);
  left: 50%;
  top: -30px;
  width: 95px;
}
.recruit_point_heading strong{
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #fff;
  color: var(--deco_color02);
  width: 60px;
  margin-right: 5px;
}
/* ポイントコンテンツ */
.recruit_point_content {
  max-width: 1065px;
  padding: 95px 45px 100px;
  margin: 0 auto;
}
.recruit_point_content ul{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 5%;
}
.recruit_point_content li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--deco_color02);
  border-radius: 60px;
  padding: 45px 15px;
}
.recruit_point_content li span{
  aspect-ratio: 1/1;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/sub/recruit_brush_circle.png) no-repeat;
  background-position: center;
  background-size: contain;
  border: 5px solid #fff;
  border-radius: 1000px;
  font-size: 0.4rem;
  color: #fff;
  width: 90px;
  left: -25px;
  top: -25px;
  padding-bottom: 5px;
}
.recruit_point_content li article b {
  display: block;
  font-size: 0.3rem;
  margin-bottom: 15px;
}
/* 見学可能メッセージボックス */
.recruit_visit_banner_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  min-height: 230px;
  padding: 0 25px;
  margin-top: 90px;
}
.recruit_visit_banner_box::before {
  content: "";
  aspect-ratio: 1/1;
  background: url(../img/sub/recruit_banner_deco.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 10%;
  top: 10%;
  width: 75px;
}
.recruit_visit_banner_box::after{
  content: "";
  position: absolute;
  background: url(../img/sub/recruit_banner_bwd.png) no-repeat;
  background-position: -45px 0;
  background-size: cover;
  left: 0;
  bottom: 0;
  height: 115px;
  width: 100%;
}
.recruit_visit_banner_box p {
  text-align: center;
  font-size: 0.32rem;
  line-height: 1.3;
}
/* バナーボックスリスト */
.recruit_banner_button_list {
  display: grid;
  list-style: none;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  max-width: max-content;
  gap: 10%;
  margin: 50px auto 0;
}
/* 採用情報詳細見出し */
.recruit_cricle_heading{
  display: block;
  text-align: center;
  background-color: var(--deco_color02);
  border-radius: 1000px;
  text-shadow: unset;
  color: #fff;
  font-size: 0.2rem;
  max-width: 220px;
  padding: 12px 15px;
  margin: 0 auto 55px;
}
/* 採用情報詳細コンテンツ */
.content_list.recruit span{
  background-color: var(--deco_color02);
}


/*------------------------------------------------
 子育て支援センターページ
------------------------------------------------*/
/* メイン見出し */
.center_gather_heading_box {
  position: relative;
  max-width: max-content;
  padding: 0 157px 43px;
  margin: 0 auto 65px;
}
.center_gather_heading_box article img{
  display: block;
}
.center_gather_heading_box article span{
  position: relative;
  display: block;
  max-width: max-content;
  font-size: 0.3rem;
  padding-bottom: 20px;
  margin: 0 auto;
}
.center_gather_heading_box article .center_gather_line01{
  margin-bottom: 15px;
}
.center_gather_heading_box article .center_gather_line02{
  margin-bottom: 10px;
}
.center_gather_heading_box article span img{
  position: absolute;
  transform: translateX(-50%);
  max-width: unset;
  left: 50%;
  bottom: 0;
}
.center_gather_heading_box article h2{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.33rem;
  font-weight: 500;
  line-height: 1.3;
  gap: 5px;
}
.center_gather_heading_box article h2 img{
  padding-bottom: 10px;
}
.center_gather_rabbit{
  position: absolute;
  right: 0;
  bottom: 0;
}
/* コンテンツボックス */
.center_gather_content_box{
  max-width: max-content;
  margin: 0 auto;
}
.center_gather_content_box ul{
  display: flex;
  list-style: none;
  align-items: flex-start;
  gap: 140px;
}
.center_gather_content_box li:last-of-type{
  margin-top: 110px;
}
.center_gather_content_box li img{
  border-radius: 45px;
}
.center_gather_content_box article{
  margin-top: -20px;
}
.center_gather_content_box article,
.center_gather_content_box article *{
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 38px;
}


/*------------------------------------------------
 ダウンロードページ
------------------------------------------------*/
.download_middle_txt{
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 0.27rem;
  font-weight: 600;
  margin-bottom: 50px;
}
.download_middle_txt small{
  display: block;
  text-align: center;
  font-size: 0.18rem;
  font-weight: 500;
  margin-top: 10px;
}
.download_button_list{
  list-style: none;
}
.download_button_list li{
  margin-bottom: 45px;
}
.download_button_list li:last-of-type{
  margin-bottom: 0;
}
.download_button_list b{
  position: relative;
  display: block;
  max-width: max-content;
  color: var(--deco_color01);
  font-size: 0.3rem;
  line-height: 1.4;
  padding: 0 50px;
  margin: 0 auto;
}
.download_button_list b::before, .download_button_list b::after{
  content: "";
  aspect-ratio: 1/1;
  position: absolute;
  background: url(../img/sub/flower_ver.png) no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  top: 3px;
}
.download_button_list b::before{
  left: 0;
}
.download_button_list b::after{
  right: 0;
}
.download_button_list a{
  margin-top: 20px;
}


/*------------------------------------------------
 レポートページ
------------------------------------------------*/
.report_table{
  margin-top: 15px;
}
.report_table th, .report_table td{
  text-align: start;
}
.report_table thead tr th:nth-child(1){
  width: 20%;
}
.report_table thead tr th:nth-child(2){
  width: 40%;
}
.report_table thead tr th:nth-child(3){
  width: 40%;
}
.report_table .table_scroll_inner {
  border-radius: 8px;
}
/* オプションコンテンツ */
.report_note_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 5px 5%;
}
.report_note_box b{
  display: inline-block;
  font-weight: 500;
}


/*------------------------------------------------
 カスタムフォーム
------------------------------------------------*/
.custom_form_container form {
  max-width: 830px;
  border: 2px solid var(--deco_color01);
  border-radius: 9px;
  background: #fff;
  padding: 50px 40px 30px;
  margin: 40px auto;
}
.custom_form_container form > p {
  display: flex;
  gap: 7px 15px;
  margin-bottom: 25px;
}
.custom_form_container form > p label,
.custom_form_container form .login-submit {
  font-size: 0.18rem;
  font-weight: 500;
}
.custom_form_container form > p label{
  min-width: max-content;
}
.custom_form_container form > p input {
  border: 1px solid #aaa;
  border-radius: 25px;
  font-weight: 500;
  width: 100%;
  padding: 0px 14px 2px;
}
.custom_form_container form .login-remember{
  justify-content: center;
}
.custom_form_container form .login-remember input{
  width: auto;
}
.custom_form_container form .login-submit #wp-submit {
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: #afafaf;
  border: 1px solid #aaa;
  border-radius: 1000px;
  max-width: 230px;
  padding: 8px 10px 11px;
  margin: 10px auto 0;
}


/*------------------------------------------------
 クラス便り詳細ページ
------------------------------------------------*/
.letter_container{
  background-color: #fff;
  border-radius: 20px;
  padding: 65px 45px;
}
.letter_container *{
  text-shadow: none;
}
.letter_container > .letter_title_lg:nth-child(1),
.letter_container > .letter_title_md:nth-child(1) {
  margin-top: 0;
}
.letter_title_lg{
  border-radius: 9px;
  background-color: var(--deco_color01);
  line-height: 1.2;
  font-size: 0.28rem;
  font-weight: 500;
  color: #fff;
  padding: 10px 10px;
  margin-bottom: 15px;
  margin-top: 90px;
}
.letter_title_md {
  border-bottom: 2px solid var(--deco_color01);
  font-weight: 500;
  font-size: 0.24rem;
  padding-bottom: 15px;
  margin-bottom: 25px;
  margin-top: 65px;
}
.letter_gallery_list{
  display: grid;
  list-style: none;
  align-items: stretch;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 30px;
}
.letter_gallery_list img{
  display: block;
  object-fit: cover;
  border-radius: 9px;
  width: 100%;
}
.letter_outline{
  background-color: #ffddeb80;
  border-radius: 9px;
  padding: 10px;
  margin: 25px 0;
}


/*------------------------------------------------
 レスポンシブ　　　max-width:1330px
------------------------------------------------*/
@media screen and (max-width:1330px){
  .about_learn_pl02 {
    padding-right: 0;
  }
  .about_learn_pl03 {
    padding-left: 0;
  }
  .about_learn01_deco01 {
    right: 40%;
    top: 66%;
    width: 100px;
  }
  .about_learn02_deco01 {
    right: 5%;
    top: 0%;
    width: 100px;
  }
  .about_learn02_deco02 {
    left: 43%;
    bottom: -2%;
    width: 30px;
  }
  .about_learn03_deco01 {
    top: 4%;
    right: 3%;
    width: 140px;
  }
  .about_learn03_deco02 {
    bottom: -1%;
    right: 40%;
    width: 60px;
  }
  .about_learn04_deco01 {
    left: -3%;
    top: -3%;
    width: 80px;
  }
  .about_learn04_deco02 {
    left: 31%;
    bottom: -3%;
    width: 85px;
  }
  .step_event_img_unit01 {
    left: -200px;
  }
  .step_event_img_unit02{
    right: -200px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:1199px
------------------------------------------------*/
@media screen and (max-width:1199px) {
  .sbwd::before {
    left: -310px;
    width: 600px;
  }
  .sbwd::after {
    right: -270px;
    width: 600px;
  }
  .about_lunch_txt_box .about_lunch_deco01 {
    bottom: -40px;
    left: -85px;
  }
  .about_lunch_txt_box .about_lunch_deco02 {
    top: -80px;
    right: -70px;
  }
  .about_learn01_deco01 {
    right: 36%;
    top: 77%;
    width: 80px;
  }
  .about_learn02_deco01 {
    right: 2%;
    top: 12%;
    width: 100px;
  }
  .about_learn02_deco02 {
    left: 33%;
    bottom: 3%;
  }
  .about_learn03_deco02 {
    bottom: 22%;
    right: 31%;
    width: 60px;
  }
  .about_learn04_deco02 {
    left: 29%;
    bottom: -1%;
  }
  .step_event_fill {
    padding-left: 60px;
    padding-right: 60px;
  }
  .step_event_grid li dt {
    font-size: 0.16rem;
    margin-bottom: 5px;
  }
  .collect_table_grid{
    grid-template-columns: 1fr;
  }
  .collect_table_grid .table_scroll:not(:last-of-type){
    margin-bottom: 0;
  }
  .recruit_visit_banner_box p {
    font-size: 0.26rem;
  }
  .center_gather_heading_box article h2 {
    font-size: 0.3rem;
  }
  .center_gather_heading_box article h2 img{
    width: 200px;
  }
  .center_gather_heading_box article span img{
    width: 120%;
  }
  .center_gather_heading_box {
    padding: 0 137px 35px;
    margin-bottom: 45px;
  }
  .center_gather_rabbit {
    width: 150px;
  }
  .center_gather_content_box ul {
    gap: 8%;
  }
  .center_gather_content_box article {
    margin-top: 0px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:991px
------------------------------------------------*/
@media screen and (max-width:991px) {
  section {
    margin-bottom: 90px;
  }
  h1 {
    background-size: 100% 45px;
    font-size: 0.18rem;
    bottom: 5%;
    left: 5%;
    gap: 10px;
    padding: 6px 25px 8px 45px;
  }
  h1::before {
    width: 100px;
    left: -11px;
    top: -6px;
  }
  h1 img {
    max-width: 30px;
  }
  .sbwd::before {
    background-image: url(../img/sub/bwd_tree_fill_left_res.png);
    left: -130px;
    width: 270px;
  }
  .sbwd::after {
    background-image: url(../img/sub/bwd_tree_fill_right_res.png);
    right: -80px;
    width: 270px;
  }
  .about_overview_fill {
    border-radius: 40px;
    padding: 10px 40px 50px;
  }
  .about_overview_table tr, .about_overview_table th, .about_overview_table td{
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
  }
  .about_overview_table tr{
    border-bottom: var(--border_light);
    padding: 15px 0;
  }
  .about_overview_table th{
    font-weight: 600;
  }
  .about_lunch_txt_box .about_lunch_deco01 {
    display: none;
  }
  .about_lunch_txt_box .about_lunch_deco02 {
    top: -160px;
    right: -10px;
    width: 80px;
  }
  .about_lunch_list {
    grid-template-columns: 1fr;
    gap: 15px;
    max-width: max-content;
    margin: 0 auto 45px;
  }
  .about_learn_pl03 .pl_thumb{
    margin-top: 0;
  }
  .about_learn01_deco01 {
    inset: unset;
    top: -2%;
    left: 8%;
    width: 70px;
  }
  .about_learn02_deco01 {
    right: 2%;
    top: 5%;
    width: 80px;
  }
  .about_learn02_deco02 {
    left: 1%;
    bottom: -8%;
  }
  .about_learn03_deco01 {
    top: 12%;
    right: 12%;
    width: 110px;
  }
  .about_learn03_deco02 {
    bottom: unset;
    right: unset;
    width: 50px;
    top: 55%;
    left: 12%;
  }
  .about_learn04_deco01 {
    left: 20%;
    top: 16%;
    width: 70px;
  }
  .about_learn04_deco02 {
    left: unset;
    bottom: unset;
    top: 67%;
    right: 19%;
  }
  .about_class_heading img {
    max-width: 75px;
    margin-bottom: 10px;
  }
  .about_class_heading b {
    font-size: 0.26rem;
    margin-bottom: 5px;
  }
  .about_class_heading small {
    font-size: 0.18rem;
    margin-bottom: 15px;
  }
  .about_class_box li img {
    border-radius: 20px;
  }
  .about_facility_list {
    gap: 25px;
    margin-top: 0;
  }
  .about_facility_list li {
    width: calc(33.33% - 17px);
  }
  .about_facility_list img {
    border-radius: 20px;
  }
  .step_event_fill{
    padding: 50px 15% 40px;
  }
  .step_event_grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 65px;
    padding: 0;
  }
  .step_event_grid::before{
    display: none;
  }
  .recruit_heading {
    margin-bottom: 30px;
  }
  .recruit_point_heading {
    padding: 45px 0 20px;
  }
  .recruit_point_heading * {
    font-size: 0.32rem;
  }
  .recruit_point_heading span::before {
    top: -25px;
    width: 65px;
  }
  .recruit_point_heading p {
    margin-bottom: 10px;
  }
  .recruit_point_heading strong {
    width: 50px;
  }
  .recruit_point_content {
    padding: 55px 45px 50px;
  }
  .recruit_point_content ul {
    grid-template-columns: 1fr;
  }
  .recruit_point_content li {
    border-radius: 40px;
    padding: 35px 40px;
  }
  .recruit_point_content li span {
    font-size: 0.31rem;
    width: 80px;
    padding-bottom: 5px;
  }
  .recruit_visit_banner_box {
    min-height: 180px;
    padding: 0 60px;
    margin-top: 45px;
  }
  .recruit_visit_banner_box p {
    font-size: 0.22rem;
    margin-bottom: 15px;
  }
  .recruit_visit_banner_box::after {
    background-position: -45px 0;
    height: 80px;
  }
  .recruit_visit_banner_box::before {
    right: 10px;
    top: 10px;
    width: 60px;
  }
  .center_gather_heading_box {
    padding: 0 106px 6px 0px;
    margin-bottom: 45px;
  }
  .center_gather_rabbit {
    width: 120px;
  }
  .letter_gallery_list {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:767px
------------------------------------------------*/
@media screen and (max-width:767px) {
  :root{
  	--font_size: 0.14rem;
  }
  .heading_md01, .heading_md02,
  .heading_md01 *, .heading_md02 *{
    font-size: 0.25rem;
  }
  .heading_md01, .heading_md02{
    margin-bottom: 25px;
  }
  .heading_md01 {
    width: 290px;
    padding-bottom: 10px;
  }
  .heading_md02 {
    width: 300px;
  }
  .heading_sm {
    padding: 0 85px 40px 55px;
    margin-bottom: 15px;
  }
  .heading_sm.reverse {
    padding-left: 85px;
    padding-right: 55px;
  }
  .heading_sm, .heading_sm * {
    font-size: 0.24rem;
    padding-left: 20px;
  }
  .heading_sm small {
    font-size: 0.16rem;
  }
  .heading_useful {
    font-size: 0.21rem;
  }
  .heading_useful_sm {
    font-size: 0.20rem;
  }
  .sub_top{
    margin-bottom: 50px;
  }
  .tab_button_box {
    margin-bottom: 60px;
  }
  .tab_button_list_box{
    display: block;
  }
  .tab_button_list{
    max-width: max-content;
    margin: 0 auto;
  }
  .tab_button_list li{
    width: 130px;
    margin-bottom: 0 !important;
  }
  .about_overview_fill {
    padding: 5px 25px 45px;
  }
  .about_learn03_deco01 {
    top: 13%;
    right: -2%;
  }
  .about_learn03_deco02 {
    top: 48%;
    left: -1%;
  }
  .about_learn04_deco01 {
    left: 3%;
    top: 15%;
  }
  .about_learn04_deco02 {
    right: 2%;
  }
  .about_class_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 25px;
  }
  .about_class_box li {
    width: calc(50% - 13px);
  }
  .about_facility_list li {
    width: calc(50% - 13px);
  }
  .step_event_fill {
    border-radius: 40px;
    padding: 50px 15px 40px 30px;
  }
  .step_event_grid {
    gap: 45px;
  }
  .step_event_grid li {
    grid-template-columns: 125px 1fr;
    margin-bottom: 45px;
  }
  .step_event_grid .step_event_heading, .step_event_grid .step_event_heading * {
    font-size: 0.22rem;
  }
  .step_event_grid .step_event_heading {
    width: 105px;
  }
  .step_event_grid .step_event_heading.month4 img {
    left: -14px;
    top: -12px;
  }
  .step_event_grid .step_event_heading.month5 img {
    left: -20px;
    top: 30px;
  }
  .step_event_grid .step_event_heading.month6 img {
    left: -28px;
    top: -10px;
    max-width: 130px;
  }
  .step_event_grid .step_event_heading.month7 img {
    left: -20px;
    top: 25px;
    max-width: 115px;
  }
  .step_event_grid .step_event_heading.month8 img {
    left: -20px;
    top: 15px;
    max-width: 80px;
  }
  .step_event_grid .step_event_heading.month9 img {
    left: -10px;
    top: 35px;
    max-width: 80px;
  }
  .step_event_grid .step_event_heading.month10 img {
    left: -15px;
    max-width: 120px;
  }
  .step_event_grid .step_event_heading.month11 img {
    left: -15px;
    top: 25px;
    width: 70px;
  }
  .step_event_grid .step_event_heading.month12 img {
    left: -20px;
  }
  .step_event_grid .step_event_heading.month2 img {
    left: -20px;
    max-width: 110px;
  }
  .feature_notify_box b, .feature_notify_box b span {
    font-size: 0.24rem;
  }
  .feature_notify_box small {
    font-size: 0.16rem;
  }
  .collect_dist_box li {
    grid-template-columns: auto 80px auto;
  }
  .collect_flower_heading {
    font-size: 0.22rem;
    margin-bottom: 25px;
  }
  .recruit_point_heading * {
    font-size: 0.26rem;
  }
  .recruit_point_content li span {
    font-size: 0.26rem;
    width: 70px;
  }
  .recruit_point_content li article b {
    font-size: 0.26rem;
    margin-bottom: 8px;
  }
  .recruit_banner_button_list {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 25px;
  }
  .recruit_cricle_heading {
    font-size: 0.18rem;
    padding: 9px 15px;
    margin-bottom: 35px;
  }
  .recruit_heading {
    margin-bottom: 15px;
  }
  .center_gather_heading_box{
    max-width: unset;
    padding: 0;
  }
  .center_gather_heading_box article span {
    font-size: 0.25rem;
    padding: 0 8% 20px 4%;
  }
  .center_gather_heading_box article span img{
    width: 100%;
  }
  .center_gather_heading_box article h2{
    display: block;
    text-align: end;
    max-width: 450px;
    font-size: 0.26rem;
    margin: 0 auto;
  }
  .center_gather_heading_box article h2 img{
    padding-bottom: 0;
  }
  .center_gather_rabbit{
    position: static;
    display: block;
    width: 100px;
    margin: 20px auto 0;
  }
  .center_gather_content_box ul{
    display: block;
    max-width: max-content;
    margin: 0 auto;
  }
  .center_gather_content_box li:last-of-type {
    margin-top: 15px;
  }
  .center_gather_content_box li img {
    border-radius: 25px;
    width: 100%;
  }
  .center_gather_content_box article {
    margin-top: 15px;
  }
  .center_gather_content_box article, .center_gather_content_box article * {
    font-size: 0.16rem;
    line-height: 35px;
  }
  .download_middle_txt {
    font-size: 0.24rem;
    margin-bottom: 35px;
  }
  .download_middle_txt small {
    font-size: 0.16rem;
  }
  .download_button_list b {
    font-size: 0.26rem;
    padding: 0 45px;
  }
  .download_button_list b::before, .download_button_list b::after {
    width: 35px;
    top: 1px;
  }
  .download_button_list a {
    margin-top: 15px;
  }
  .custom_form_container form > p {
    flex-wrap: wrap;
  }
  .letter_container {
    padding: 45px 25px;
  }
  .letter_gallery_list {
    gap: 15px;
  }
  .letter_title_lg {
    font-size: 0.21rem;
    margin-bottom: 15px;
    margin-top: 60px;
  }
  .letter_title_md {
    font-size: 0.21rem;
    margin-bottom: 15px;
    margin-top: 55px;
  }
}

/*------------------------------------------------
 レスポンシブ　　　max-width:480px
------------------------------------------------*/
@media screen and (max-width:480px) {
  .heading_md01, .heading_md02,
  .heading_md01 *, .heading_md02 *{
    font-size: 0.21rem;
  }
  .heading_sm {
    padding-right: 65px;
  }
  .heading_sm.reverse{
    padding-left: 65px;
  }
  .heading_sm, .heading_sm * {
    font-size: 0.2rem;
  }
  .heading_sm small {
    font-size: 0.14rem;
  }
  .heading_sm::before {
    width: 72px;
    bottom: 2px;
  }
  .heading_sm::after {
    background-size: calc(100% - 35px) 60px;
  }
  .heading_sm.about_safe_heading{
    padding-left: 25px;
  }
  .about_lunch_txt_box .about_lunch_deco02 {
    top: -125px;
    right: -5px;
    width: 60px;
  }
  .about_learn01_deco01 {
    top: -1%;
    left: -1%;
    width: 65px;
  }
  .about_learn02_deco02 {
    bottom: -6%;
  }
  .about_learn03_deco01 {
    top: 12%;
    right: 4%;
    width: 80px;
  }
  .about_learn03_deco02 {
    top: 39%;
    left: -2%;
  }
  .about_learn04_deco01 {
    left: -2%;
    top: 13%;
    width: 60px;
  }
  .about_learn04_deco02 {
    right: -3%;
    top: 62%;
    width: 75px;
  }
  .about_class_box ul {
    gap: 15px;
  }
  .about_class_box li {
    width: calc(50% - 8px);
  }
  .about_facility_list {
    gap: 15px;
  }
  .about_facility_list li {
    width: calc(50% - 8px);
  }
  .step_flow_res_box ul {
    gap: 15px;
    margin-top: 25px;
  }
  .step_event_grid .step_event_heading {
    width: 85px;
  }
  .step_event_grid .step_event_heading,
  .step_event_grid .step_event_heading *{
    font-size: 0.18rem;
  }
  .step_event_grid li {
    grid-template-columns: 105px 1fr;
  }
  .step_event_grid li article {
    margin-top: 5px;
  }
  .step_event_grid .step_event_heading.month5 img {
    top: 15px;
  }
  .step_event_grid .step_event_heading.month6 img {
    max-width: 110px;
  }
  .step_event_grid .step_event_heading.month7 img {
    top: 15px;
    max-width: 95px;
  }
  .step_event_grid .step_event_heading.month8 img {
    max-width: 60px;
  }
  .step_event_grid .step_event_heading.month10 img {
    max-width: 100px;
  }
  .step_event_grid .step_event_heading.month11 img {
    top: 20px;
    width: 55px;
  }
  .step_event_grid .step_event_heading.month2 img {
    top: 25px;
    max-width: 90px;
  }
  .feature_notify_box b span {
    display: block;
    margin-right: 0px;
  }
  .collect_dist_box li {
    grid-template-columns: auto 40px auto;
    padding-right: 20px;
  }
  .collect_dist_box li span {
    font-size: 0.16rem;
  }
  .collect_dist_box li:first-of-type::before,
  .collect_dist_box li:last-of-type::before {
    width: 15px;
  }
  .collect_dist_box b {
    font-size: 0.16rem;
    padding-left: 25px;
  }
  .collect_dist_box b::before {
    width: 15px;
  }
  .collect_flower_heading {
    font-size: 0.2rem;
    padding: 0 35px;
    margin-bottom: 15px;
  }
  .collect_flower_heading::before,
  .collect_flower_heading::after {
    width: 30px;
  }
  .recruit_point_box {
    border-radius: 45px;
  }
  .recruit_point_heading {
    padding: 35px 0 20px;
  }
  .recruit_point_heading * {
    font-size: 0.22rem;
  }
  .recruit_point_heading p {
    margin-bottom: 5px;
  }
  .recruit_point_heading strong {
    width: 40px;
    padding-bottom: 4px;
  }
  .recruit_point_heading span::before {
    top: -15px;
    width: 50px;
  }
  .recruit_visit_banner_box p {
    font-size: 0.18rem;
  }
  .recruit_point_content {
    padding: 45px 35px 40px;
  }
  .recruit_point_content ul {
    gap: 30px;
  }
  .recruit_point_content li {
    border-radius: 40px;
    padding: 25px 35px;
    padding-right: 15px;
  }
  .recruit_point_content li span {
    font-size: 0.22rem;
    width: 60px;
  }
  .recruit_point_content li article b {
    font-size: 0.21rem;
    margin-bottom: 5px;
  }
  .center_gather_heading_box {
    margin-bottom: 30px;
  }
  .center_gather_heading_box article span {
    font-size: 0.2rem;
  }
  .center_gather_heading_box article .center_gather_line01{
    padding: 0 5% 8px;
    margin-bottom: 10px;
  }
  .center_gather_heading_box article .center_gather_line02{
    padding: 0 7% 8px 0%;  
  }
  .center_gather_heading_box article h2 {
    font-size: 0.21rem;
  }
  .center_gather_heading_box article h2 img {
    width: 140px;
    padding-bottom: 5px;
  }
  .center_gather_rabbit {
    width: 80px;
    margin-top: 15px;
  }
  .custom_form_container form {
    padding: 30px 20px 15px;
  }
  .letter_gallery_list {
    grid-template-columns: 1fr;
  }
}
