/* ---------------全ページ共通--------------- */
html {
  overflow: auto;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow: hidden;
  font-family: 'M PLUS 1p', sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
a:hover,
a:focus {
  opacity: .5;
}
/* ヘッダー */
.header {
  width: 100%;
  z-index: 100;
  position: fixed;
  background-color: #fff;
  padding-bottom: 12px;
}
.header_head {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_logo {
  display: inline-block;
  width: auto;
  height: 94px;
  max-width: 230px;
  margin-left: 10px;
}
.header_logo_link {
  width: 100%;
  height: 100%;
  align-self: flex-start;
  display: inline-block;
}
.header_logo img {
  width: 120%;
  height: 120%;
  object-fit: contain;
}
.header_right {
  display: flex;
}
.header_tel_area {
  width: 340px;
}
.tel_desc {
  background-color: #000;
  color: #fff;
  border-radius: 2px;
  text-align: center;
  padding: 4px 0;
  font-size: 14px;
}
.tel_area_body {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.tel_icon {
  width: 50px;
  height: 40px;
  margin-right: 4px;
}
.tel_number {
  font-size: 40px;
  pointer-events: none;
  font-weight: bold;
  color: #57ACBE;
  letter-spacing: -0.04em;
}
.contact_btn_wrap {
  display: inline-block;
  width: 150px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  position: relative;
  margin-left: 3%;
}
.contact_btn {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #449EB2;
  font-weight: 700;
}
.contact_btn:hover,
.contact_btn:focus {
  background-color: #E04673;
  opacity: 1;
  transition: .5s;
}
.fate_btn_wrap{
  display: inline-block;
  width: 150px;
  height: 63px;
  text-align: center;
  line-height: 63px;
  position: relative;
  margin-left: 3%;
}
.fate_btn{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #000;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fate_btn img{
  height: 54px;
  object-fit: contain;
}
.fate_btn:hover,
.fate_btn:focus {
  background-color: #a8a8a8;
  opacity: 1;
  transition: .5s;
}
.nav_wrap {
  width: 100%;
  height: 24px;
}
.navi_list {
  display: flex;
  align-items: center;
  max-width: 980px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
.navi_item {
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  width: calc(100%/5);
  text-align: center;
}
.navi_item+ .navi_item {
  border-left: 0;
  border-right: 1px solid #959595;
}
.navi_link {
  line-height: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
  width: 100%;
  color: #333333;
}
.min_w {
  min-width: 100px;
}
main {
  /* margin-top: 136px; */
  padding-top: 136px;
}
/* メインビジュアル */
.mainvisual{
width: 1150px;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.mainvisual img {
width: 100%;
height: 100%;

}
/* ページメイン */
.page_container {
  position: relative;
  z-index: 8;
}
.page_head {
  max-width: 980px;
  margin: 0 auto;
  height: 500px;
  text-align: center;
  position: relative;
}
.page_head_img {
  width: 100%;
  height: 500px;
  text-align: center;
  background-repeat: no-repeat;
  object-fit: cover;
  position: relative;
  background-position: bottom;
}
.page_title_wrap {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 100vw;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page_title {
  color: #333;
  font-size: 60px;
  position: relative;
  z-index: 5;
}
.page_title::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(../img/logo_back_icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.page_inner {
  max-width: 100%;
  width: 1150px;
  margin: 0 auto;
  padding: 0 20px;
}
.page_inner_blank {
  padding: 60px 20px 100px;
}
.price_page_head {
  text-align: center;
}
.price_page_head .page_title_wrap {
  margin: 0 auto;
  padding: 0 20px 0 0;
  max-width: 854px;
  width: 100%;
	left: 250px;
  text-align: center;
}
.price_page_head .page_title {
  line-height: 1.25;
  text-stroke: 0.5px #fff;
  -webkit-text-stroke: 0.5px #FFF;
  color: #000;
}

/* CTAエリア */
.cta {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px 0;
}

.active {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.cta_tel_area_body .active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
}
.cta_tel_area_body:hover ,
.cta_tel_area_body:focus {
  opacity: .8;
}

.cta_contact_btn_wrap:hover ,
.cta_contact_btn_wrap:focus {
  opacity: .8;
}
  .cta_tel_area_body{
  background-color: #449EB2;
  font-family: 'M PLUS 1p', sans-serif;
  width: 360px;
  height: 90px;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.cta_tel_icon{
  width: 40px;
  height: 50px;
  margin-right: 4px;
  margin-top: 4px;
}
.cta_tel_txt{
  color: #fff;
  font-size: 16px;
  margin-bottom: 2px;
}
.cta_tel_number{
color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.cta_contact_btn_wrap{
  background-color: #E04673;
  width: 360px;
  height: 90px;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  position: relative;
}

.cta_contact_btn {
  font-weight: bold;
  margin-left: -10px;
font-family: 'M PLUS 1p', sans-serif;
}

.cta_contact_btn_wrap::after{
content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 85%; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}




/* フッターエリア */
.footer {
  background-color: #fff;
  padding: 53px 0 24px;
}
.footer_inner {
  width: 80%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
}
.footer_navi_list {
  display: flex;
  height: 100%;
  width: 50%;
  color: #333;
  margin-left: 30px;
  color: #333;
}

.footer_navi_list_light {
  height: 100%;
  width: 50%;
  color: #333;
}

.footer_navi_list_left {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 51%;
  color: #808080;
}

.footer_navi_item {
padding: 5px 0 0 5px;
}
.footer_navi_item:last-child {
  min-width: 130px;
}
.footer_navi_link {
  line-height: 2;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: 700;
}
.footer_banner_wrap {
  margin-left: 5%;
  font-size: 1.15rem;
  width: 50%;
}
.footer_banner_inner {
  width: 100%;
  flex-direction: column;
}
.footer_banner_list {
  width: 100%;
  margin-bottom: 10px;
}

.footer_banner_img {
  width: 80%;
}
.footer_banner_link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.footer_access{
  font-size: 1.02rem;
  margin-left: 8px;
}

.tel_link{
  font-size: 1.7rem;
  font-weight: bold;
  margin-left: 8px;
}
.footer_sns_list{
margin-top: 30px;
}
.inst_icon{
margin-left: 10px;
}
.copyright {
  padding: 8px 0;
  color: #D8D8D8;
  line-height: 1.5;
  font-size: 10px;
  text-align: center;
  font-family: 'Noto Sans JP';
}
.top_back_wrap {
  position: fixed;
  bottom: 100px;
  right: 46px;
  z-index: 90;
}
.top_btn_link {
  width: 100%;
  height: 100%;
}


/* TOPページ */
.about_container {
  padding: 40px 0 50px;
}
.top_page_title {
  font-size: 40px;
  color: #333;
  position: relative;
  text-align: center;
  height: 180px;
  line-height: 180px;
  font-weight: 200;
}
.top_page_title_sub {
  font-family: 'Poppins Light',sans-serif;
  font-size: 14px;
  display: block;
  color: #EA5F86;
}
.multi_line_title {
  line-height: 1.2;
  display: table;
  margin: 0 auto;
}

.top_page_title_child {
  font-family: 'YuMincho', "Yu Mincho", "Hiragino Mincho ProN", serif;
  display: table-cell;
  vertical-align: middle;
}

.guide_banner{
  display: block;
  margin: 40px auto 0 auto;
  text-align: center;
  width: 100%;
  max-width: 780px;
}



/*アバウトページ*/


.about_txt_box {
  font-family: 'YuMincho', "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: 24px;
}
.about_txt {

  text-align: center;
  line-height: 1.875;
}
.about_intro_container {
  max-width: 750px;
  width: 100%;
  margin: 40px auto 0;
}
.about_intro_box {

  margin-top: 20px;
}
.about_intro_img_wrap {
  width: 100%;
}
.about_intro_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*もりころ保育園とは？*/


.what_container {
  width: 1150px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

.what_flex_box {
  max-width: 780px;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.what_img {
  width: 100%;
  height: 100%;
}

.what_01_box{
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 100%;

}
.what_02_box{
display: flex;
margin-top: 60px;
justify-content: flex-end;
}
.what_03_box{
display: flex;
margin-top: 60px;
}
.what_04_box{
display: flex;
margin: 60px 0;
justify-content: flex-end;
}

.what_01_txt {
  line-height: 1.875;
  max-width: 724px;
  margin: 30px auto 0px;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  position: relative;
  left: -240px;
  top: 140px;
  white-space: nowrap;
}
.what_02_txt {
  line-height: 1.875;
  max-width: 724px;
  margin: 30px auto 0px;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  position: relative;
  left: 130px;
  white-space: nowrap;
}
.what_03_txt {
  line-height: 1.875;
  max-width: 724px;
  margin: 30px auto 0px;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  position: relative;
  left: -150px;
  top: 80px;
    white-space: nowrap;
}
.what_04_txt {
  line-height: 1.875;
  max-width: 724px;
  margin: 30px auto 0px;
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
  position: relative;
  left: 130px;
  top: 60px;
  white-space: nowrap;
}

.what_05_box {
  width: 1120px;
  max-width: 100%;
  height: 100%;
  font-family: 'YuMincho', "Yu Mincho", "Hiragino Mincho ProN", serif;
  background-image: url("../img/img_05.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 55px 0;
  
}
.what_06_box {
  font-family: 'YuMincho', "Yu Mincho", "Hiragino Mincho ProN", serif;
  background-image:url("../img/img_06.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 60px;
  max-width: 100%;
  padding: 60px 0;
}
.what_05_txt {
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0 0 10px #fff,0 0 10px #fff;
  line-height: 1.8;
  position: relative;
  width: 57%;
  top: -40px;
  left: 50px;
  padding: 20px 20px;
}
.what_06_txt {
  background-color: rgba(255,255,255,0.7);
  box-shadow: 0 0 10px #fff,0 0 10px #fff;
  line-height: 1.6;
  position: relative;
  width: 57%;
  margin-left: 35%;
  margin-top: 20px;
  padding: 20px 20px;
  max-width: 100%;
}

.what_07_txt {
  background-color: rgba(255,255,255,0.7);
  border: 1px solid #333;
  border-radius: 5px;
  line-height: 1.6;
  position: relative;
  width: 80%;
  padding: 15px 30px;
  max-width: 100%;
  margin: 30px auto;
}
.what_txt_title {
font-size: 20px;
margin: 0 0 12px 10px;
}

/*年間行事*/


.event_container {
  width: 980px;
  max-width: 100%;
  height: 100%;
  margin: 60px auto;
}
.event_box {
  display: flex;
  justify-content: center;
  background-image: url("../img/event.png");
    background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-weight: bold;
  font-size: 20px;
}
.event_box_right {
  width: 40%;
  height: 100%;
}

.event_box_left {
  display: flex;
}

.event_manth {
  background-color: #F5CCE0;
  width: 86px;
  height: 37px;
  color: #E04673;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 25px;
  vertical-align: middle;
  text-align: center;
  padding-top: 8px;
}
.event_manth:nth-of-type(9){
  margin-bottom: 40px;
}
.event_txt_box {
margin-left: 28px;
}

.event_txt {
line-height: 1.6;
margin-bottom: 31px;
}
.event_txt:nth-of-type(4){
margin-bottom: 15px;
}
.event_txt:nth-of-type(5){
margin-bottom: 12px;
}
.event_txt:nth-of-type(10){
margin-bottom: 10px;
}

.event_note {
  margin-left: -110px;
}
.note_txt {
font-weight: 200;
font-size: 16px;
}

/*一日の流れ*/

.flow_container {
  width: 1150px;
  max-width: 100%;
  margin:60px auto;
}
.flow_flex {
display: flex;
position: relative;
}

.flow_flex img {
  width: 80%;
  height: 100%;
  margin-top: 50px;
}

.tabs_outer {
  position: relative;
  left: -10%;
  width: 480px;
  height: auto;
}
.tabs {
  width: 400px;
  height: auto;
}


/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  margin: 0 auto;
  height: 62px;
  /* border-bottom: 3px solid #5ab4bd; */
  line-height: 46px;
  font-size: 18px;
  text-align: center;
  color: #000;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  position: relative;
  line-height: 1.2;
}
.tab_nagoya {
  background-color: #449EB2;
  color: #fff;
  border-radius: 8px 8px 0 0 ;
  padding-top: 10px;
  font-weight: bold;
    letter-spacing: -1px;
}
.tab_other {
  background-color: #F5CCE0;
  color: #E04673;
  border-radius: 8px 8px 0 0 ;
  padding-top: 10px;
  font-weight: bold;
      letter-spacing: -1px;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.tab_nagoya_bg {
  border: 2px solid #449EB2;
  position: relative;
  background-color: #fff;
  width: 400px;
  height: 490px;
  border-radius: 0 0 8px 8px;
}
.tab_other_bg {
  position: relative;
  background-color: #fff;
  border: 2px solid #F5CCE0;
  width: 400px;
  height: 490px;
  border-radius: 0 0 8px 8px;
}

/*選択されているタブのコンテンツのみを表示*/
#nagoya:checked ~ #nagoya_content,
#other:checked ~ #other_content {
  display: block;
}
/* タブの中身 */

.tab_title_b {
  background-color: #449EB2;
  height: 40px;
  color: #fff;
  font-size: 19px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;

}
.tab_title_p {
  background-color: #F5CCE0;
  height: 40px;
  color: #E04673;
  font-size: 19px;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}
/* 名古屋市タブ */
.tab_nagoya_content {
  position: absolute;
  top: 0px;
  width: 100%;
}
.flow_flex_box {
  display: flex;
  width: 100%;
  margin-top: 4.47%;
}
.flow_time_b {
  margin-left: 15px;
  margin-top: 2px;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.flow_time_b p:nth-of-type(2){
  margin-top: 0px;
}
.flow_time_b p:nth-of-type(3){
  margin-top: 78px;
}
.flow_time_b p:nth-of-type(4){
  margin-top: 40px;
}
.flow_time_b p:nth-of-type(5){
  margin-top: 20px;
}
.flow_time_b p:last-of-type{
  margin-top: 0px;
}

.flow_txt_b {
  font-size: 16px;
  color: #449EB2;
  line-height: 1.2;
  margin-left: 10px;
  margin-top: 10px;
}
.flow_time_p {
  margin-left: 15px;
  margin-top: 2px;
  font-family: "Poppins",sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.flow_time_p p:nth-of-type(2){
  margin-top: 0px;
}
.flow_time_p p:nth-of-type(3){
  margin-top: 59px;
}
.flow_time_p p:nth-of-type(4){
  margin-top: 0px;
}
.flow_time_p p:nth-of-type(5){
  margin-top: 3px;
}
.flow_time_p p:nth-of-type(6){
  margin-top: 20px;
}
.flow_time_p p:last-of-type{
  margin-top: 0px;
}

.flow_txt_p {
  font-size: 16px;
  color: #E04673;
  line-height: 1.2;
  margin-left: 10px;
  margin-top: 10px;
}
.flow_txt_p p:nth-of-type(3) {
  margin-top: 10px;
}
.flow_txt_p p:nth-of-type(4) {
  margin-top: 10px;
}

.flow_under_bar_b {
  width: 110%;
  margin-left: -50px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 2px dotted #449EB2;
}
.flow_under_bar_p {
  width: 110%;
  margin-left: -50px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 2px dotted #E04673;
}

/* その他タブ */
.tab_other_content {
  position: absolute;
  top: 0;
  width: 100%;
  justify-content: center;
}
.other_city_flex_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1.8%;
}

.flow_note {
  font-size: 11px;
  margin-top: 10px;
  margin-left: 20px;
}

/*施設概要*/

.summary_container {
  width: 1150px;
  max-width: 100%;
  margin: 60px auto;
}
.summary_text_box {
  width: 90%;
  margin: 10px auto;
}
.summary_text {
  font-family: 'YuMincho', "Yu Mincho", "Hiragino Mincho ProN", serif;
  line-height: 2;
  font-size: 1.2rem;
}
.summary_text_list {
  line-height: 2;
  font-size: 1.2rem;
  font-weight: bold;
}
.summary_text_list_flex {
  line-height: 2;
  font-size: 1.2rem;
  font-weight: bold;
}
.summary_under {
  width: 90%;
  margin: 40px auto;
  border-bottom: 2px dotted #E04673;
}
.summary_flex {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.summary_flex_left {
width: 50%;
}
.summary_flex_right {
width: 50%;
}
.summary_flex_right img {
  width: 100%;
  height: 100%;
}


/*アクセス*/
.access_container {
  width: 780px;
  max-width: 100%;
  margin: 60px auto;
}
.access_box {
  display: flex;
  align-items: center;
  justify-content: center;
}


.access_detail_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 60%;
  position: relative;
  width: 100%;
}
.access_detail_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hexagon{
  text-align:center;
  width:80px;
  margin:30px 60px;
}
.hexagon p{
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
  display:block;
  color:#FFF;
  width: 100%;
  height: 50px;
  background: #F5CCE0;
  position: relative;
}
.hexagon p:before {
  content:"";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 20px solid #F5CCE0;
  border-bottom: 25px solid transparent;
}
.hexagon p:after{
  content:"";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 20px solid #F5CCE0;
  border-bottom: 25px solid transparent;
}
.access_txt {
  font-size: 1.2rem;
  font-weight: bold;
}

/*最新情報*/
.sns_container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.sns_btn_box {
  width: 80%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 40px auto;
}
.active {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.fb_btn_body .active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .5s;
}
.fb_btn_body:hover ,
.fb_btn_body:focus {
  opacity: .8;
}
.fb_btn_body{
  background-color: #fff;
  width: 360px;
  height: 90px;
  border: 2px solid #1877F2;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.fb_icon {
  margin-right: 5px;
}
.fb_logo{
  margin-bottom: 5px;
}
.inst_btn_wrap:hover ,
.inst_btn_wrap:focus {
  opacity: .8;
}
.inst_btn_wrap{
  background-color: #fff;
  width: 360px;
  height: 90px;
  border: 2px solid #D1006B;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.inst_btn_icon {
  margin-right: 5px;
  margin-bottom: 7px;
}
.inst_logo{
  margin-top: 5px;
  width: 75%;
}
.sns_img_wrap {
  width: 1140px;
  max-width: 100%;
  margin: 80px auto;
}
.sns_img {
  width: 100%;
}
.recruit_bunner {
  text-align: center;
  margin-bottom: 40px;
}


.gallery {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}
.slider-for img {
  max-width: 1000px;
  width: 100%;
}
.slick-slider {
  max-height: 780px;
  height: 100%;
}
.slider-nav img {
  max-width: 210px;
  width: 100%;
  transition: 0.3s all;
}
.slider-nav .slick-slide{
  transform: scale(.85);
  transition: 0.3s all;
}
.slick-slide.slick-current.slick-active.slick-center {
  max-width: 225px;
  width: 100%;
  transform: scale(1);
    transition: 0.3s all;
}

.movie {
  text-align: center;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.movie video {
  max-width: 540px;
  max-height: 540px;
  width: 90%;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background: url('../img/video_bg.png') no-repeat; 
}

.movie .hexagon {
	margin: 30px auto;
}

.pdf_link {
	display:block;
	text-align: center;
	max-width: 540px;
	width: 90%;
	padding: 20px 40px;
	font-weight: bold;
	margin: 0 auto;
	background-color:#E5E5E5;
	border-radius: 100vh;
}
.pdf_link:hover{
  background-color:#333333;
  opacity: 1;
  color: #fff;
  transition: .3s;
}

/*お問合せ*/

.contact_container {
  width: 780px;
  max-width: 100%;
  margin: 40px auto;
}
.contact_access_box {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_hexagon{
  text-align:center;
  width:120px;
  margin:30px 60px;
}
.contact_hexagon p{
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
  display:block;
  color:#FFF;
  width: 100%;
  height: 50px;
  background: #F5CCE0;
  position: relative;
}
.contact_hexagon p:before {
  content:"";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-right: 20px solid #F5CCE0;
  border-bottom: 25px solid transparent;
}
.contact_hexagon p:after{
  content:"";
  position: absolute;
  left: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-left: 20px solid #F5CCE0;
  border-bottom: 25px solid transparent;
}


/*フォーム*/


.form{
  width: 100%;
}
.form_inner{
  width: 100%;
  max-width: 913px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 145px;
}
.form_row{
  display: flex;
  margin-top: 50px;
}
.form_head{
  width: 38%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 1%;
}
.form_label{
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
}
.form_label_small{
  font-size: 16px;
  display: block;
}
.require_icon{
  font-size: 8px;
  background-color: #ad2732;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  padding: 2px 3px;
}
.form_body{
  width: 62%;
  text-align: left;
}
.form_horizontal{
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 20px;
}
input[type="text"],
textarea{
  border: 1px solid #707070;
  font-family: inherit;
  line-height: 1.3;
  height: auto;
  font-size: 20px;
  height: 54px;
  background: #F5F5F5;
  vertical-align: middle;
  border-radius: 3px;
  -webkit-appearance: none;
}
textarea{
  resize: none;
  width: 94%;
  height: calc( 1.3em * 8 );
  line-height: 1.3;
}
.sei_kanzi,
.mei_kanzi,
.sei_kana,
.mei_kana{
  position: relative;
  width: 43%;
}
.sei_kanzi,
.sei_kana{
  margin-right: 3%;
}
.sei_kanzi input,
.mei_kanzi input,
.sei_kana input,
.mei_kana input{
  width: 100%;
}
.sei_kanzi::before{
  position: absolute;
  content: "姓";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kanzi::before{
  position: absolute;
  content: "名";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.sei_kana::before{
  position: absolute;
  content: "セイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}
.mei_kana::before{
  position: absolute;
  content: "メイ";
  color: #000;
  top: -22px;
  font-size: 16px;
}

.sei_kanzi,
.mei_kanzi,
.sei_kana,
.mei_kana{
	display: flex;
	align-items: center;
	font-size: 16px;
    margin-left: 4px;
}

.honorific{
	display: inline-block;
    font-size: 16px;
    margin-left: 4px;
}


/* ラジオボタン */
.radio_wrap{
  height: 54px;
  border: 1px solid #707070;
  background: #F5F5F5;
  border-radius: 3px;
  display: flex;
  align-items: center;
  padding: 16px 30px 16px 23px;
  font-size: 18px;
}
.radio_wrap:last-child{
  margin-left: 16px;
}
input[type=radio] {
  margin-right: 8px;
}
/* ラジオボタン */
.form_horizontal input[type=radio] {
  display: none;
}
.form_horizontal label {
  position: relative;
  padding-left: 55px;
}
.form_horizontal input[type=radio] + label::before {
  position: absolute;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  left: 0;
  top: -3px;
}
.form_horizontal input[type=radio] + label::after {
  position: absolute;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333;
  left: 3px;
  top: 0;
  opacity: 0;
  transition: .3s;
}
.form_horizontal input[type=radio]:checked + label::after {
 opacity: 1;
}
/* オプション選択 */
.select_box_inner{
  display: flex;
  align-items: flex-end;
  font-size: 20px;
  align-items: center;
}
.form_body select{
  height: 54px;
  border-radius: 3px;
  font-size: 20px;
  background-color: #F5F5F5;
}
.form_body .year{
  width: 53%;
  padding-left: 8px;
  margin-right: 3px;
}
.form_body .month{
  width: 15%;
  padding-left: 8px;
  margin-right: 3px;
  margin-left: 3px;
}
.form_body .day{
  width: 15%;
  padding-left: 8px;
  margin-right: 3px;
  margin-left: 3px;
}
.form_zip{
  margin: 0 10px;
  width: 37%;
}
.form_address{
  margin-top: 30px;
  width: 94%;
}
.form_tel,
.form_email,
.form_area,
.form_temple,
.form_sect{
  width: 94%;
}
.form_inner_small{
  width: 100%;
  text-align: left;
}
.agree_privacy_position_wrap{
  text-align: left;
}
.agree_privacy_wrap{
  margin: 42px auto 0 auto;
  background-color: #f5f5f5;
  display: inline-block;
  border-radius: 3px;
  width: 93%;
  padding: 24px 0;
  text-align: center;
}
input[type="checkbox"] {
  display: none;
}
label.form_agree_label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 50px;
  cursor: pointer;
}
label.form_agree_label::before {
  position: absolute;
  content: '';
  top: 9px;
  left: 8px;
  width: 26px;
  height: 26px;
  margin-top: -8px;
  background: #fff;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 5px;
  left: 12px;
  width: 18px;
  height: 10px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.agree_privacy_wrap label{
  font-size: 20px;
  font-weight: bold;
}
.disabled_btn_wrap{
  text-align: center;
}
.disabled_btn{
  border: 2px solid #000;
  border-radius: 3px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-family: inherit;
  background-color: #fff;
  width: 480px;
  height: 80px;
  line-height: 80px;
  margin-top: 60px;
  text-align: center;
  outline: none;
}
.disabled_btn:hover{
  background-color: #E04673;
  opacity: 1;
  color: #fff;
  transition: .3s;
}
.sp_display {
  display: none;
}
.tb_display {
  display: none;
}
.sp_br {
  display: none;
}


/*プライバシーポリシー*/
.privacy {
    max-width: 800px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    padding-top: 136px;
}
    .privacy .page_head_common {
    height: 200px;
}
.privacy_txt_big {
	font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  color: #333;
}
.privacy_txt {
padding-left: 20px;
  font-size: 14px;
  line-height: 1.42;
  margin-top: 4px;
  color: #333;
}

.privacy .cta {
  margin-top: 100px;
}


/*入園案内*/
.guidance_main{
  padding-top: 80px;
  font-family: 'Shippori Mincho B1', serif;
}
.guidance_page_container {
  position: relative;
  z-index: 8;
}
.guidance_mainvisual{
  width: 100vw;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.guidance_fv_img {
  width: 100%;
  height: 100%;
}
.guidance_page_inner {
  background-color: #f7f7f7;
  max-width: 100%;
  width: 100vw;
  margin: 0 auto;
  padding-bottom: 20px;
}

/*アバウトコンテンツ*/
.guidance_about_container{
  padding: 40px 0 80px;
}
.guide_btn{
  background-color: #222222;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 0.8rem 1.8rem;
  max-width: 440px;
  margin: 20px auto;
}

.guide_btn:hover {
  opacity: .5;
}

.guidance_about_txt_box {
  font-family: 'Shippori Mincho B1', serif;
  margin: 40px auto;
  font-weight: bold;
  font-size: 1.8rem;

}

.guidance_about{
  background-image: url("../img/guidance_about_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  
}
.guidance_about_txt_01{
background-color: rgba(255,255,255,0.70);
width: 50%;
height: 50%;
margin: -20px 50% 0 0;
padding: 4.5rem;
text-align: center;
 backdrop-filter: blur(4px);
}

.guidance_about_txt_title{
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.guidance_about_title{
  font-size: 0.9rem;
  margin-bottom: 30px;
  display: block;
}
.guidance_about_txt{
  font-size: 0.9rem;
  line-height: 1.5;
  font-weight: 400;
  
}
.guidance_about_02{
  background-image: url("../img/guidance_about_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.guidance_about_txt_02{
background-color: rgba(255,255,255,0.60);
width: 50%;
height: 50%;
margin: 0 0 0 50%;
padding: 4.5rem;
text-align: center;
 backdrop-filter: blur(4px);
}
/*年間行事*/
.guidance_event_container{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.guidance_page_title_box{
  text-align: center;
  padding: 40px 0 20px 0;
}
.guidance_page_title {
  margin: 40px auto;
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: solid 2px #222;
}
.guidance_event_img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*保護者特定負担金について*/
.guidance_money{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.guidance_table{
  border-collapse:  collapse; 
  margin: 0 auto;
  width: 100%;
}

.guidance_table_th,.guidance_table_td{
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
}
.guidance_table_th{
  font-weight: normal;
  text-align: left;
  min-width: 150px;
}

/*よくあるご質問*/


.section_faq{
  margin: 40px auto;
  letter-spacing: 0.1px;
  max-width: 940px;
}
.section_faq_title {
  color: #718BC6;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0;
  border-top: solid 2px #718BC6;
  border-bottom: solid 2px #718BC6;
}
.faq_menu_dt{
  border-bottom: 2px solid #222;
  position: relative;
  padding: 24px;
}
.faq_menu_dt:hover{
  background-color: rgba(34, 34, 34, 0.1);
}
  .faq_menu_dt::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: rgba(34, 34, 34, 0);
  }
  
  .faq_menu_dt.on::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  background-color: rgba(34, 34, 34, 0);
  }


.faq_menu_title{
  display: flex;
  padding-right: 50px;
  align-items: center;
}

.faq_menu_title_text{
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.2rem;
}
.faq_menu_dd{;
  line-height: 1.4;
  font-size: 1.2rem;
  display: none;
  border-bottom: 1px solid var(--colorPrimary);
}
  .faq_menu_dd_inner{
    padding: 24px;
    font-size: 0.8rem;
	display: flex;
	align-items: center;
	line-height: 1.6;
	
  }

/*採用予定職員紹介*/
.guidance_staff {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
.guidance_page_staff_title {
  margin: 40px auto;
  text-align: center;
  font-size: 1.8rem;
  display: inline-block;
  padding-bottom: 20px;
}

.title_mini {
  font-size: 0.9rem;
  display:block;
  margin-top: 12px;
}
.guidance_staff_box {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  
}
.guidance_staff_innner {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 1.5rem;
}
.guidance_staff_img_box {
  margin-bottom: 12px;
}
.guidance_staff_img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.guidance_staff_text_box {
  
}
.guidance_staff_text_title {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.guidance_staff_text {
  font-size: 0.9rem;
  line-height: 1.6
}

.guidance_contact {
  width: 100%;
  background-image: url(../img/guidance_contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 1000;
}
.guidance_contact_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 1rem;
    width: 100%;
}
.guidance_border_box {
  border: 3px solid #222;
  padding: 1.6rem;
  display: flex;
  align-items: center;
}
.guidance_contact_btn_box {
  width: 40%;
}
.guidance_contact_txt_box {
  margin-left: 40px;
  width: 45%;

}
.guidance_contact_txt {
  font-size: 0.9rem;
  line-height: 2;
}
.guidance_big {
  font-size: 1.2rem;
  font-weight: bold;
}

/*園の概要*/
.guidance_access {
  width: 100%;
}
.guidance_access_title_box {
  position: relative;
  overflow: visible;
  color: #fff;
  background-color: #222;
  text-align: center;

}
.guidance_access_title_box::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top-color: #222;
}
.guidance_access_title_wrap {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
	padding: 20px 0;
}
.guidance_access_title {
  display: block;
  font-size: 1.6rem;
  margin: 10px 0;
}
.guidance_access_title_sub {
  font-size: 0.8rem;
  margin: 10px 0;
  display: block;
}
.guidance_access_box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.guidance_access_img_box {
  width: 50%;
}
.guidance_access_img {
  display: inline-block;
  height: auto;
  width: 100%;
}
.guidance_access_text_box {
  width: 50%;
  padding-left: 40px;
}
.guidance_access_text_title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.guidance_access_text {
  line-height: 1.5;
}


.guidance_sns_btn_box {
  display: block;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.guidance_inst {
  background-color:rgb(204, 14, 100);
  color: #fff;
  padding: 20px 100px;
  border-radius: 300px;
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 47%;
}
.anim-shake {
-webkit-animation-name: anim-shake;
    animation-name: anim-shake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@keyframes anim-shake {
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0.8deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0.8deg);
	}
0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -0.8deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -0.8deg);
  }
}

.guidance_access_map_box {
  width: 100%;
}
.guidance_access_detail_map{
  height: 0;
  overflow: hidden;
  padding-bottom: 33%;
  position: relative;
  width: 100%;
}
.guidance_access_detail_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width:960px) {
  .navi_link{
    font-size: 11px;
  }
  .footer_navi_link{
    font-size: 1.3vh;
  }
  .form_label{
    font-size: 18px;
  }
}
@media screen and (max-width:750px) {
  /* ---------------全ページ共通--------------- */
  .pc_display {
    display: none;
  }
  .tb_display {
    display: none;
  }
  .sp_display {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: inline-block;
  }
  .header {
    background-color: #fff;
    position: relative;
    z-index: 10;
    position: fixed;
    padding-bottom: 0;
    height: 60px;
  }
  .header_head {
    height: 48px;
  }
  .header_logo {
    height: 46px;
    max-width: 160px;
  }
  .sp_header_right{
    display: flex;
  }
  .fate_btn_wrap{
    height: 45px;
    width: 93px;
  }
  .fate_btn img{
    height: 35px;
  }
  .fate_btn:hover,
  .fate_btn:focus {
    transition: 0s;
  }
  .contact_btn_wrap {
    height: 45px;
    width: 93px;
    margin-left: 1%;
  }
  .contact_btn img {
    padding-right: 5px;
  }
  .nav_wrap {
  }

/*----------------------------
* メニュー開閉ボタン
*----------------------------*/
.menu-btn{
  position: fixed;
  top: 6px;
  right: 10px;
  z-index: 2;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #449EB2;
  color: #fff;
  border-radius: 4px;
}

/*----------------------------
* メニュー本体
*----------------------------*/
.menu_list{
  position: relative;
  top: 8px;
  right: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: rgba(255,255,255,0.9);
}
.menu_item{
  width: 100%;
  height: auto;
  padding: 1em 1em;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  border-bottom: dotted 2px #449EB2;
}

/*----------------------------
* menu中身部分
*----------------------------*/

.menu_box{
  margin-top: 40px;
}

.menu_link{
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.menu_cta{
margin-top: 30px;

}
.menu_tel_area_body{
  background-color: #449EB2;
  width: 230px;
  height: 45px;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu_tel_icon{
  width: 25px;
  height: 31px;
  margin-right: 4px;
  margin-top: 4px;
}
.tel_txt{
  color: #fff;
  font-size: 12px;
  margin-bottom: 1px;
}
.menu_tel_number{
color: #fff;
  font-size: 20px;
  font-weight: bold;
}

.menu_contact_btn_wrap{
  background-color: #E04673;
  width: 230px;
  height: 45px;
  border-radius: 100vh;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  display: table;
  margin-top: 12px;
}
.menu_contact_btn{
display: table-cell;
vertical-align: middle;
position: relative;
}

.menu_contact_btn::after{
content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: 90%; /* 要素の左からの距離 */
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
}

.sns_list{
margin-top: 25px;
}

/*----------------------------
* アニメーション部分
*----------------------------*/

/* アニメーション前のメニューの状態 */
.menu_list{
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
/* アニメーション後のメニューの状態 */
.menu_list.is-active{
  pointer-events: auto;
  opacity: .9;
}

.menu-btn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 6px;
    height: 2px;
    border-radius: 5px;
  background: #fff;
    width: 75%;
  }


.menu-btn span:nth-of-type(1) {
	top:10px;
}

.menu-btn span:nth-of-type(2) {
	top:17px;
}


.menu-btn span:nth-of-type(2)::after {
	content:"menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:8px;
	left:-1px;
	color: #fff;
	font-size: 0.7rem;
	text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.menu-btn.active span:nth-of-type(1) {
    top: 14px;
    left: 6px;
    transform: translateY(0px) rotate(-25deg);
    width: 75%;
}


.menu-btn.active span:nth-of-type(2){
    top: 22px;
    left: 6px;
    transform: translateY(-8px) rotate(25deg);
    width: 75%;
}

.menu-btn.active span:nth-of-type(2)::after {
	content:"close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-25deg);
	top:13px;
	left:6px;
}

  
  main {
    /* padding-top: 50px;
    margin-top: 143px; */
    padding-top: 60px;
  }
  /* ページメイン */
  .page_head {
    height: 280px;
    margin-top: -10px;
  }

  .page_title {
    font-size: 30px;
  }

  .page_inner {
    width: 95%;
    padding: 0;
    margin: 0 auto;
  }
  .page_inner_blank {
    padding: 60px 0 100px;
  }

  /* CTAエリア */
  .cta {
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
  }
  .cta_banner_link {
    width: 100%;
    max-width: 400px;
  }
  .cta_banner_link:last-child {
    margin-top: 20px;
  }
  .cta_banner_img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  .cta_tel_area_body{
  background-color: #449EB2;
  width: 280px;
  height: 80px;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta_tel_icon{
  width: 30px;
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
}

.cta_contact_btn_wrap {
    background-color: #E04673;
    width: 280px;
    height: 80px;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    color: #fff;
    position: relative;
}

.cta_contact_btn_wrap::after{
  left: 92%; 
}
  
  /* フッターエリア */
  .footer {
    background-color: inherit;
    padding: 0;
  }
  .footer_navi_list {
  display: flex;
  margin: 0;
  width: 100%;
  }
    .footer_navi_list_light {

  }
    .footer_navi_list_left {
  color: #808080;
  }
  .footer_inner {
  flex-direction: column-reverse;
  }
  .footer_navi_item {
    height: 38px;
    line-height: 38px;
    border-left: none;
    width: auto;
    text-align: left;
  }
  .footer_navi_item:last-child {
    min-width: auto;
  }
  .footer_navi_item:last-child {
    border-right: unset;
  }
  .footer_btn_arrow_right {
    position: relative;
    width: 100%;
  }
  .footer_btn_arrow_right::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 50%;
    right: 7%;
    transform: translate(-50%,-50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .footer_navi_link {
    line-height: inherit;
    padding: 0 12% 0 5%;
  }
  .footer_banner_wrap {
    background-color: #fff;
    padding: 20px 0;
    flex-direction: column;
	margin: 0;
	width: 100%;
  }
  .footer_banner_inner {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
  .footer_banner_list {
    width: 100%;
    margin-top: 20px;
  }
  .footer_banner_list:first-child {
    width: 100%;
    margin: 0 auto;
  }
  
  .footer_banner_img{
  width: 100%;
  }
  
  .copyright {
    padding: 13px 0 28px 0;
    font-size: 10px;
    color: #808080;
  }
  .top_back_wrap {
    bottom: 20px;
    right: 20px;
  }
  .top_btn_link {
    width: 100%;
    height: 100%;
  }

  /* TOPページ */
  .page_container {
    margin-top: 0;
  }
  .about_container {
    padding: 40px 0 40px;
  }
  .top_page_title {
    font-size: 30px;
    height: 120px;
    line-height: 120px;
  }
.guide_banner{
  display: block;
  margin: 30px auto 0 auto;
  text-align: center;
}
.guide_banner img{
  max-width: 80%;
}
.about_txt_box {
  margin-top: 0;
}
  .about_txt {
    text-align: center;
	font-size: 20px;
  }
  .about_intro_box {
    flex-direction: column;
  }
  .about_intro_img_wrap {
    width: 100%;
    height: 100%;
  }

  .multi_line_title {
    line-height: 1.16;
  }
  .top_page_title_sub {
    font-size: 14px;
    line-height: 1.4;
  }

.what_01_box {
 flex-direction: column;
}

.what_02_box {
 flex-direction: column-reverse;
 margin-top: -30px;
}
.what_03_box {
 flex-direction: column;
  margin-top: -30px;
}
.what_04_box {
 flex-direction: column-reverse;
  margin-top: -60px;
}
.what_01_txt {
  left: 0;
  top: -80px;
  text-align: center;
  font-size: 0.9rem;
}

.what_02_txt {
  left: 0;
  top: -70px;
  text-align: center;
  font-size: 0.9rem;
}
.what_03_txt {
  left: 0px;
  top: -100px;
  text-align: center;
  font-size: 0.9rem;
}
.what_04_txt {
  left: 0px;
  top:-65px;
  text-align: center;
  font-size: 0.9rem;
}

.what_05_box {
  background-position: right top;
  background-size: 200%;
  padding: 20px 0;
    margin-top: -80px;
}
.what_07_box {
  background-image: url("../img/img_05.png");
  background-size: 200%;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 0;
  max-width: 100%;
  height: 100%;
}
.what_06_box {
  background-position: left top;
  background-size: 240%;
  background-repeat: repeat-y;
  padding: 20px 0;
  margin-top: -50px;
}

.what_txt_title {
  margin: 0 0 10px 0;
}
.what_05_txt {
  width: 375px;
  max-width: 100%;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  padding: 10px;
  letter-spacing: -1px;
  margin: 20px auto;
}
.what_06_txt {
  width: 375px;
  max-width: 100%;
  top: 0;
  left: 0;
  font-size: 0.9rem;
  padding: 10px;
  letter-spacing: -1px;
  margin: 20px auto;;
}

.what_07_txt {
  width: 330px;
  font-size: 0.9rem;
  letter-spacing: -1px;
  margin: 0 auto;
  padding: 30px 15px;
}

.event_box {
  background-position: left bottom;
  background-size: 160%;
}
.event_txt {
  text-shadow:0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}

.flow_flex {
  flex-direction: column;
}
.flow_flex img {
  width: 100%;
}
  .tabs_outer {
    margin: 0 auto;
	position: static;
	width: 356px;
  }
  .tabs {
    margin:0;
	width: 100%;
  }
  .tab_item {
    height: 54px;
    font-size: 14px;
    line-height: 18px;
  }
  .tab_nagoya_bg {
    padding-top: 113.88%;
    background-color: #fff;
	width: 100%;
	height: 410px;
  }
  .tab_other_bg {
    background-repeat: repeat;
    padding-top: 113.88%;
    background-color: #fff;
	width: 100%;
	height: 410px;
  }

  /* タブの中身 */
/* 名古屋市タブ */
  .tab_nagoya_content {
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
.flow_time_b {
  font-size: 16px;
}
.flow_txt_b {
font-size: 14px;
}
.flow_time_b p:nth-of-type(2){
  margin-top: 7px;
}
.flow_time_b p:nth-of-type(3){
  margin-top: 75px;
}
.flow_time_b p:nth-of-type(4){
  margin-top: 40px;
}
.flow_time_b p:nth-of-type(5){
  margin-top: 23px;
}
.flow_time_b p:last-of-type{
  margin-top: 6px;
}

.flow_time_p {
  font-size: 16px;
}
.flow_txt_p {
font-size: 14px;
}

.flow_time_p p:nth-of-type(2){
  margin-top: 7px;
}
.flow_time_p p:nth-of-type(3){
  margin-top: 57px;
}
.flow_time_p p:nth-of-type(4){
  margin-top: 7px;
}
.flow_time_p p:nth-of-type(5){
  margin-top: 7px;
}
.flow_time_p p:nth-of-type(6){
  margin-top: 23px;
}
.flow_time_p p:last-of-type{
  margin-top: 7px;
}
  /* その他タブ */
  .tab_other_content {
    display: block;
  }

/*施設概要*/

.summary_text_box {
  width: 95%;
}
.summary_text {
  font-size: 3.2vw;
  line-height: 2.1;
}
.summary_under {
  width: 95%;
  margin: 20px auto;
}
.summary_text_list {
  text-align: center;
  line-height: 1.6;
  font-weight: 200;
  font-size: 3.75vw;
}
.summary_text_bold {
  font-weight: bold;
  font-size:  4.2vw;
}
.summary_flex {
display: block;
}
.summary_flex_left {
  width: 100%;
}
.summary_text_list_flex {
  text-align: left;
  line-height: 1.6;
  font-weight: 200;
  font-size: 3.75vw;
}
.summary_flex_right{
  width: 100%;
}
  
/*アクセス*/
  
.access_box {
  display: block;
}
.hexagon {
  margin: 20px auto;
}
.access_txt {
  text-align: center;
  line-height: 1.5;
}
.access_detail_map {
    width: 100%;
    padding-bottom: 70.8%;
    margin-top: 30px;
  }

/*SNS*/

.gallery {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
}

.slick-slider {
}
.slider-nav img {
  max-width: 140px;
  
}
.slick-slide.slick-current.slick-active.slick-center {
  max-width: 140px ;
}



.sns_btn_box {
  display: block;
}


.fb_btn_body {
    background-color: #fff;
    width: 280px;
    height: 80px;
    border: 2px solid #1877F2;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

.inst_btn_wrap {
    background-color: #fff;
    width: 280px;
    height: 80px;
    border: 2px solid #D1006B;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}


  .form_heading{
    padding-top: 80px;
  }
  .form_title{
    font-size: 20px;
    line-height: 1.3;
  }
  .step_info {
    margin: 106px auto 35px;
    max-width: 400px;
  }
  .step_info.step3::after {
    margin: 0 15%;
    width: 68%;
  }
  .form_inner{
    padding: 0 10px;
    margin-top: 50px;
  }
  .form_row{
    flex-direction: column;
    margin-top: 40px;
  }
  .form_head{
    width: 100%;
    padding-right: 0;
    text-align: center;
    flex-direction: column;
  }
  .require_icon{
    margin-top: 8px;
  }
  .form_body{
    width: 100%;
  }
  .form_horizontal{
    flex-direction: column;
  }
  .form_label{
    text-align: center;
  }
  .sei_kanzi,
  .mei_kanzi,
  .sei_kana,
  .mei_kana{
    width: 76%;
    margin-top: 40px;
    display: flex;
    align-items: center;
  }
  .sei_kanzi,
  .sei_kana{
    margin-right: 0;
  }
  .honorific{
    display: inline-block;
    font-size: 16px;
    margin-left: 4px;
	align-items: center;
  }
  input[type="text"],
  textarea{
    font-size: 16px;
    height: 40px;
  }
  textarea{
    height: calc( 1.3em * 8 );
    width: 100%;
  }
  .radio_row{
    margin-top: 14px;
  }
  .radio_row .form_horizontal{
    display: flex;
    flex-direction: inherit;
    justify-content: space-between;
  }
  .radio_wrap{
    height: 54px;
    width: 45%;
    justify-content: center;
    padding: 0;
  }
  .select_box_inner{
    font-size: 18px;
    flex-wrap: wrap;
	align-items: baseline;
  }
  .form_body select{
    font-size: 18px;
  }
  .form_body .year{
    width: 90%;
    padding-left: 8px;
    margin-right: 3px;
    margin-top: 23px;
  }
  .form_body .month{
    width: 25%;
    padding-left: 5%;
    margin-left: 0;
    margin-top: 25px;
    margin-right: 8px;
  }
  .form_body .day{
    width: 25%;
    padding-left: 5%;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 25px;
  }
  .zip_row{
    margin-top: 19px;
  }
  .zip_row .form_horizontal{
    display: flex;
    flex-direction: inherit;
  }
  .form_zip:first-child{
    width: 35%;
  }
  .form_zip:last-child{
    width: 45%;
    margin-right: 0;
  }
  .form_address{
    margin-top: 12px;
    width: 100%;
  }
  .form_zip{
    margin: 0 10px;
    width: 37%;
  }
  .form_tel,
  .form_email,
  .form_area,
  .form_temple,
  .form_sect{
    width: 100%;
  }
  .sp_mt12{
    margin-top: 12px;
  }
  .sp_mt30{
    margin-top: 30px;
  }
  .agree_privacy_wrap{
    width: 100%;
    max-width: 400px;
    padding: 20px 0;
  }
  .agree_privacy_wrap label{
    font-size: 14px;
    line-height: 1.4;
    text-align: left;
  }
  .form_inner_small{
    text-align: center;
  }
  .agree_privacy_position_wrap{
    text-align: center;
  }
  label.form_agree_label::before {
    top: 20px;
  }
  input[type="checkbox"]:checked + label::after {
    top: 15px;
  }
  .disabled_btn{
    font-size: 16px;
    width: 100%;
    max-width: 400px;
    margin-top: 85px;
  }
  .disabled_btn:hover{
    transition: 0s;
  }
  
.contact_access_box {
  display: block;
}
  
.contact_hexagon {
  margin: 20px auto;
}

/*入園案内*/

.guidance_fv_img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

/*アバウトコンテンツ*/
.guidance_about_container{
  padding: 40px 0 40px;
}
.guide_btn{
  background-color: #222222;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 1rem 1.8rem;
  max-width: 320px;
  margin: 20px auto;
}

.guide_btn:hover {
  opacity: .5;
}

.guidance_about_txt_box {
  font-family: 'Shippori Mincho B1', serif;
  margin: 40px auto;
  font-weight: bold;

}
.about_txt {
    line-height: 1.3;
	font-size: 1.1rem;
}

.guidance_about{
  background-image: url("../img/guidance_about_01_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 1rem;
  
}
.guidance_about_txt_01{
background-color: rgba(255,255,255,0.70);
width: 100%;
height: 50%;
margin:.4rem auto;
padding: 1rem;
text-align: center;
 backdrop-filter: blur(2px);
}

.guidance_about_txt_title{
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.guidance_about_title{
  font-size: 0.8rem;
  margin-bottom: 30px;
  display: block;
}
.guidance_about_txt{
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
  
}
.guidance_about_02{
  background-image: url("../img/guidance_about_02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 1rem;
}

.guidance_about_txt_02{
background-color: rgba(255,255,255,0.70);
width: 100%;
height: 50%;
margin:.4rem auto;
padding: 1rem;
text-align: center;
 backdrop-filter: blur(2px);
}
/*年間行事*/
.guidance_event_container{
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 10px;
}
.guidance_page_title_box{
  text-align: center;
  padding: 20px 0 20px 0;
}
.guidance_page_title {
  margin: 20px auto;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: solid 2px #222;
}
.guidance_event_img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*保護者特定負担金について*/
.guidance_money{
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.guidance_table{
  border-collapse:  collapse; 
  margin: 0 auto;
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.guiance_table_body {
  padding: 10px;
  margin: 0 auto;
}
.guidance_table_th,.guidance_table_td{
  border: solid 1px #ccc;
  padding: 10px;
  font-size: 0.9rem;
  line-height: 1.5;
  display: block;
  margin: 1px;
}
.guidance_table_tr {
  display: block;
  width: 100%;
}
.guidance_table_th{
  font-weight: normal;
  text-align: left;
}

/*よくあるご質問*/


.section_faq{
  margin: 40px auto;
  letter-spacing: 0.1px;
  padding: 0 10px;
}
.section_faq_title {
  color: #718BC6;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1.5;
  padding: 10px 0;
  border-top: solid 2px #718BC6;
  border-bottom: solid 2px #718BC6;
}
.faq_menu_dt{
  border-bottom: 2px solid #222;
  position: relative;
  padding: 24px;
}

.faq_menu_dt:hover{
  background-color: rgba(34, 34, 34, 0.1);
}
  .faq_menu_dt::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: rgba(34, 34, 34, 0);
  }
  
  .faq_menu_dt.on::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
  background-color: rgba(34, 34, 34, 0);
  }


.faq_menu_title{
  display: flex;
  padding-right: 50px;
  align-items: center;
}

.faq_menu_title_text{
  font-weight: 400;
  line-height: 1.3;
  font-size: 1.2rem;
}
.faq_menu_dd{
  line-height: 1.4;
  font-size: 1.2rem;
  display: none;
  border-bottom: 1px solid var(--colorPrimary);
}
  .faq_menu_dd_inner{
    padding: 24px;
    font-size: 0.8rem;
	display: flex;
	align-items: center;
	line-height: 1.6;
	
  }

/*採用予定職員紹介*/
.guidance_staff {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.guidance_page_staff_title {
  margin: 20px auto;
  text-align: center;
  font-size: 1.2rem;
  display: inline-block;
  padding-bottom: 20px;

}
.title_mini {
  font-size: 1.3vh;
  display:block;
  margin-top: 12px;
}
.guidance_staff_box {
  display: block;
  justify-content: center;
  margin-bottom: 40px;
  
}
.guidance_staff_innner {
  flex-basis: 25%;
  max-width: 100%;
  padding: 1.5rem 1.5rem;
}
.guidance_staff_img_box {
  margin-bottom: 20px;
}
.guidance_staff_img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.guidance_staff_text_box {
  
}
.guidance_staff_text_title {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.guidance_staff_text {
  font-size: 0.9rem;
  line-height: 1.6
}

.guidance_contact {
  width: 100%;
  background-image: url(../img/guidance_contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;

  z-index: 1000;
}
.guidance_contact_box {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 1rem;
    width: 100%;
}
.guidance_border_box {
  border: 3px solid #222;
  padding: 1.6rem;
  display: block;
  align-items: center;
}
.guidance_contact_btn_box {
  width: 100%;
}
.guidance_contact_txt_box {
  margin-left: 0px;
  width: 100%;

}
.guidance_contact_txt {
  font-size: 0.9rem;
  line-height: 2;
  text-align: center;
}
.guidance_big {
  font-size: 1.2rem;
  font-weight: bold;
}

/*園の概要*/
.guidance_access {
  width: 100%;
}
.guidance_access_title_box {
  position: relative;
  overflow: visible;
  color: #fff;
  background-color: #222;
  text-align: center;

}
.guidance_access_title_box::after {
  display: block;
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 30px solid transparent;
  border-top-color: #222;
}
.guidance_access_title_wrap {
    box-sizing: border-box;
    max-width: 960px;
    margin: 0 auto;
    width: 100%;
	padding: 20px 0;
}
.guidance_access_title {
  display: block;
  font-size: 1.6rem;
  margin: 10px 0;
}
.guidance_access_title_sub {
  font-size: 0.8rem;
  margin: 10px 0;
  display: block;
}
.guidance_access_box {
  display: block;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 40px;
}
.guidance_access_img_box {
  width: 100%;
}
.guidance_access_img {
  display: inline-block;
  height: auto;
  width: 100%;
}
.guidance_access_text_box {
  width: 100%;
  padding: 20px;
}
.guidance_access_text_title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.guidance_access_text {
  line-height: 1.5;
}


.guidance_sns_btn_box {
  display: block;
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.guidance_inst {
  background-color:rgb(204, 14, 100);
  color: #fff;
  padding: 20px 40px;
  border-radius: 300px;
  font-weight: bold;
  font-size: 1.2rem;
  min-width: 47%;
}
.anim-shake {
-webkit-animation-name: anim-shake;
    animation-name: anim-shake;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
@keyframes anim-shake {
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0.8deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 0.8deg);
	}
0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -0.8deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -0.8deg);
  }
}

.guidance_access_map_box {
  width: 100%;
}
.guidance_access_detail_map{
  height: 0;
  overflow: hidden;
  padding-bottom: 33%;
  position: relative;
  width: 100%;
}
.guidance_access_detail_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

}
@media screen and (max-width:500px) {

@media screen and (max-width:400px) {
  .sp_fzs {
    font-size: 10px;
  }
}
@media screen and (max-width:350px) {
  html {
    font-size: 4.266vw;
  }
  .page_inner {
    width: 90%;
  }
  .about_bodaiji_head {
    padding: 20px 16px 15px;
  }
  .price_txt_box2 {
    padding: 13px 12px 20px;
  }
  .help_txt_box {
    padding: 30px 10px;
  }
  .wit_box {
    padding: 20px 20px;
  }
  .after_box_inner {
    padding: 20px 20px;
  }
  .kobozu_container {
    letter-spacing: -0.02em;
  }
  .search_container {
    margin: 60px calc(50% - 48vw) 0;
    width: 96vw;
  }
  .tab_attension_txt {
    padding: 0 10px;
  }
  .navi_link {
    font-size: 2.93vw;
  }
  .top_page_title {
    font-size: 8vw;
  }
  .about_label {
    font-size: 4.8vw;
  }
  .top_page_title_sec {
    font-size: 5.6vw;
  }
  .about_bodaiji_txt_big {
    font-size: 3.73vw;
  }
  .about_bodaiji_txt {
    font-size: 3.2vw;
  }
  .top_page_title_sub {
    font-size: 3.2vw;
  }
  .price_txt {
    font-size: 4.26vw;
  }
  .price_txt_box1 {
    font-size: 5vw;
  }
  .price {
    font-size: 12.8vw;
  }
  .price_small {
    font-size: 6.4vw;
  }
  .price_tax_small {
    font-size: 3.73vw;
  }
  .price_txt_box3_txt_gold {
    font-size: 4.8vw;
  }
  .price_txt_box3_txt {
    font-size: 3.73vw;
  }
  .thanks_words_box_title {
    font-size: 8vw;
  }
  .nessesary_item_box_title {
    font-size: 4.8vw;
  }
  .nessesary_item_box_title_sub {
    font-size: 3.2vw;
  }
  .nessesary_item_box_wrap {
    gap: 12px 4px;
  }
  .nessesary_item_title{
    font-size: 2.93vw;
  }
  .ls200{
    letter-spacing: 0;
  }
  .flow_intro_txt {
    font-size: 4.26vw;
  }
  .flow_intro_attension_box {
    font-size: 5vw;
  }
  .flow_tel_txt {
    font-size: 4.26vw;
  }
  .flow_intro_box_txt {
    font-size: 5vw;
  }
  .flow_intro_box_txt {
    font-size: 5vw;
  }
  .help_txt_box {
    font-size: 4vw;
    letter-spacing: -0.02em;
  }
  .wit_box_txt {
    font-size: 4vw;
  }
  .wit_box_sub_txt {
    font-size: 3.73vw;
  }
  .wit_title {
    font-size: 8vw;
  }
  .burn_about_after_txt, .after_txt, .section_bg_txt {
    font-size: 4.26vw;
  }
  .kobozu_txt, .religion_txt {
    font-size: 4vw;
  }
  .section_bg_title {
    font-size: 6.4vw;
  }
  .tab_item {
    font-size: 3.73vw;
  }
  .nagoya_city_link,.other_city_link, .tab_list_link {
    font-size: 2.66vw;
  }
  .other_list_box .tab_list_link {
    font-size: 2.66vw;
  }
  .tab_list_box_title {
    font-size: 5vw;
  }
  .tab_all_inner {
    padding: 10px 2px;
  }
  .other_list_box .tab_list_box {
    width: 24.5%;
  }
  .other_city_flex_box:nth-of-type(1) .other_city_box:nth-of-type(6) .other_city_link {
    font-size: 2.4vw;
    letter-spacing: -0.1em;
  }
  .tab_attension_txt {
    font-size: 3.2vw;
  }
  .footer_navi_link {
    font-size: 3.2vw;
  }
  .copyright {
    font-size: 2.6vw;
  }
  .form_title{
    font-size: 18px;
  }
  label.form_agree_label::before {
    left: -15px;
  }
  input[type="checkbox"]:checked + label::after {
    left: -12px;
  }
}