@charset "utf-8";
/* 共通 */
body {
  font-family: "FOT-筑紫ゴシック Pr5 L";
}
h1, h2, h3, h4, h5, h6 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.recruitment-information01__wrap .wp-block-table.tbl__style__a tr td:first-child, .history01__wrap .wp-block-table.tbl__style__a tr td:first-child, .access01__wrap .wp-block-table.tbl__style__a tr td:first-child, .td__bg__org tr td:first-child {
  background: #f7b853;
  color: #fff;
}
.first__bg__org tbody tr:first-child td {
  background: #f7b853;
  color: #fff;
  text-align: center;
}
.wp-block-table.tbl__style__a.mb20 {
  margin-bottom: 20px;
}
p + .btn__org__arrow {
  margin-top: 60px
}
p + h2, .faq-term-section + .faq-term-section {
  margin-top: 70px;
}
p + h3 {
  margin-top: 60px;
}
p + h4, iframe + h4 {
  margin-top: 50px;
}
p + h5 {
  margin-top: 40px;
}
p + h6 {
  margin-top: 30px;
}
.space {
  padding-right: 50px;
  padding-left: 50px;
}
.space_tab {
  margin-top: 40px;
  margin-bottom: 40px;
}
body .is-layout-flex {
  justify-content: space-between;
}
p {
  line-height: 2;
}
.gray__box p {
  line-height: 1.8;
}
@media screen and (max-width:768px) {
  p + .btn__org__arrow {
    margin-top: 40px
  }
  p + h2, .faq-term-section + .faq-term-section {
    margin-top: 50px;
  }
  p + h3 {
    margin-top: 40px;
  }
  p + h4, iframe + h4 {
    margin-top: 40px;
  }
  p + h5 {
    margin-top: 30px;
  }
  p + h6 {
    margin-top: 20px;
  }
  .space {
    padding-right: 0px;
    padding-left: 0px;
  }
  .space_tab {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
/*画像用*/
.w512 {
  max-width: 512px;
  margin: 0 auto !important;
}
/* 採用試験情報 */
body {
  position: relative;
}
.page__ttl__pic {
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page__ttl__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.ttl__wrap {
  padding-top: 65px;
  margin-top: -120px;
  background: url("../images/common/ttl_bg.svg") no-repeat top center;
  background-size: 70% 100%;
  position: relative;
  margin-bottom: 100px;
}
.page__ttl__en {
  color: #70b457;
  font-size: 22px;
  letter-spacing: 4px;
}
.page__ttl {
  color: #956134;
  font-size: 48px;
  letter-spacing: 4px;
  line-height: 1.4;
}
.page__link {
  background: #fff4ec;
  border-radius: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 15px;
  padding: 23px 20px;
  margin-bottom: 80px;
}
.page__link li a {
  background: url("../images/common/arrow_org.svg") no-repeat right 15px center #f7b853;
  background-size: 10px auto;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  padding: 3px 25px;
  min-width: 210px;
  display: inline-block;
  font-weight: bold;
  text-shadow: 0 1px 4px rgb(78, 48, 0, 0.66);
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.ttl__style__02 {
  color: #956134;
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 1.4;
  padding-left: 47px;
  margin-bottom: 40px;
  background: url(../images/common/ttl02_icon.png) no-repeat left top 13px;
  background-size: 34px auto;
}
.wp-block-table.tbl__style__a {
  margin-bottom: 80px;
}
.wp-block-table.tbl__style__a.mb0 {
  margin-bottom: 0px;
}
.wp-block-table.tbl__style__a td {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px 30px;
  color: #3D3D3D;
}
@media screen and (max-width:768px) {
  .page__ttl__pic {
    height: 200px;
  }
  .ttl__wrap {
    padding-top: 40px;
    margin-top: -50px;
    background: url(../images/common/ttl_bg.svg) no-repeat center top;
    background-size: 100% 53px;
    margin-bottom: 40px;
  }
  .page__ttl__en {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .page__ttl {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .page__link {
    display: none;
  }
  /*.page__link {
    border-radius: 15px;
    gap: 15px 15px;
    padding: 25px 20px;
    margin-bottom: 40px;
  }
  .page__link li {
    width: 100%;
  }
  .page__link li a {
    min-width: inherit;
    width: 100%;
  }*/
  .ttl__style__02 {
    font-size: 24px;
    padding-left: 33px;
    margin-bottom: 20px;
    background: url(../images/common/ttl02_icon.png) no-repeat left top 9px;
    background-size: 25px auto;
  }
  /*.wp-block-table.tbl__style__a {
    margin-bottom: 30px;
    overflow-x: scroll;
    padding-bottom: 10px;
  }
  .wp-block-table.tbl__style__a table {
    width: 500px !important;
  }
  .wp-block-table.tbl__style__a td {
    padding: 10px 20px;
  }*/
  .wp-block-table.tbl__style__a:not(.td__col__sp):not(.tbl__col3) td, .wp-block-table.tbl__style__a:not(.td__col__sp):not(.tbl__col3) th {
    display: block;
    padding: 5px 10px;
    width: 100% !important;
    border-bottom: none;
  }
  .wp-block-table.tbl__style__a.td__col__sp td {
    padding: 5px 10px;
  }
  .wp-block-table.tbl__style__a.tbl__col3 td {
    padding: 5px;
  }
  .history01__wrap .wp-block-table.tbl__style__a.td__col__sp tr td:first-child {
    width: 106px;
  }
  .wp-block-table.tbl__style__a:not(.td__col__sp):not(.tbl__col3) {
    border-bottom: 1px solid #ccc;
  }
}
/* 沿革 */
.history01__wrap .wp-block-table.tbl__style__a tr td:first-child {
  width: 25%
}
.ttl__style__03 {
  font-size: 26px;
  color: #70b457;
  margin-bottom: 20px;
  line-height: 1.4;
}
.tbl__style__b table {
  width: inherit !important;
  margin-bottom: 30px;
}
.tbl__style__b td {
  border: none !important;
  padding: 0 30px 0 0 !important;
}
@media screen and (max-width:768px) {
  .ttl__style__03 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tbl__style__b table {
    width: inherit !important;
    margin-bottom: 20px;
  }
}
/* ごあいさつ */
.layout__style__01__items {
  margin-bottom: 80px;
}
.layout__style__01__items .parts__list01__img img {
  overflow: hidden;
  border-radius: 25px;
}
.layout__style__01__items .parts__list01__img figure + p {
  font-size: 16px;
  text-align: center;
  padding-top: 15px;
}
.parts__list01__txt {
  line-height: 2.3;
}
@media screen and (max-width:768px) {
  .layout__style__01__items {
    margin-bottom: 60px;
  }
  .parts__list01__txt {
    line-height: 2.0;
  }
  .layout__style__02__items figure img {
    border-radius: 15px;
  }
}
/* 情報開示 */
.ttl__style__04 {
  font-size: 20px;
  color: #f7b853;
  padding-bottom: 5px;
  border-bottom: #f7b853 dotted 3px;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 280px;
}
.btn__org__arrow a {
  background: url(../images/common/arrow_org.svg) no-repeat right center;
  background-size: 20px;
  border-bottom: 1px dotted #000;
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  padding-right: 40px;
  padding-bottom: 3px;
  min-width: 160px;
  text-align: left;
  color: #3D3D3D;
}
.btn__org__arrow.gaibu a {
  background: url(../images/common/icon_gaibu.svg) no-repeat right center;
  background-size: 20px;
}
@media screen and (max-width:768px) {
  .ttl__style__04 {
    font-size: 19px;
    min-width: inherit;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* 市女と舟入と千田の輪 */
main p a {
  color: #0090ff;
}
.wp-block-embed-youtube iframe {
  width: 720px;
  height: 430px;
  margin: 0 auto;
  display: block;
  margin-bottom: 15px;
}
@media screen and (max-width:768px) {
  .wp-block-embed-youtube iframe {
    width: 100%;
    height: 250px;
  }
}
/* アクセス */
.access01__wrap .wp-block-table.tbl__style__a tr td:first-child {
  width: 25%
}
.access01__wrap .wp-block-table.tbl__style__a tr td:last-child {
  width: 75%
}
@media screen and (max-width:768px) {}
/* 保育理念 */
main ul li {
  /*list-style: disc;
  margin-left: 20px;
  margin-bottom: 5px;*/
  position: relative;
  margin: 0 0 0 0;
  list-style-type: none;
  text-indent: 0;
  padding-left: 28px;
  line-height: 2;
  margin-bottom: 12px;
}
main ul li.btn__org {
  padding-left: 0px;
  margin-bottom: 0px;
}
main ul li::before {
  position: absolute;
  display: inline;
  content: "●";
  color: #FFE8D8;
  top: 0;
  left: 0;
}
main ul li.btn__org::before {
  display: none;
}
.list__disc + p {
  margin-top: 50px;
}
p + .tag__grn {
  margin-top: 50px;
}
.wp-block-image {
  width: 100%;
}
@media screen and (max-width:768px) {
  .list__disc + p {
    margin-top: 40px;
  }
  p + .tag__grn {
    margin-top: 30px;
  }
}
/* 園舎・設備 */
.facility02__wrap {
  padding-top: 80px;
}
.layout__style__02__items figure img {
  overflow: hidden;
  border-radius: 25px;
}
figure + h3 {
  margin-top: 25px;
}
.facility02__wrap .parts__list02__r, .facility02__wrap .parts__list02__l {
  padding-bottom: 60px;
}
@media screen and (max-width:768px) {
  .facility02__wrap {
    padding-top: 40px;
  }
  .layout__style__02__items figure img {
    border-radius: 15px;
  }
  figure + h3 {
    margin-top: 12px;
  }
  .facility02__wrap .parts__list02__r, .facility02__wrap .parts__list02__l {
    padding-bottom: 10px;
  }
}
/* わたしたちの想い */
.ttl__style__01 {
  font-size: 48px;
  color: #535353;
  line-height: 1.4;
  display: block;
  margin: 0 auto;
  width: fit-content;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
  padding: 0 25px;
}
.ttl__style__01::before {
  content: '';
  background: url("../images/common/icon_ttl02.svg") no-repeat;
  background-size: 92px 98px;
  width: 92px;
  height: 98px;
  position: absolute;
  left: -117px;
  top: calc(50% - 49px);
}
.ttl__style__01::after {
  content: '';
  background: url("../images/common/icon_ttl01.svg") no-repeat;
  background-size: 68px 64px;
  width: 68px;
  height: 64px;
  position: absolute;
  right: -93px;
  top: calc(50% - 32px);
}
@media screen and (max-width:768px) {
  .ttl__style__01 {
    font-size: 24px;
    margin-bottom: 30px;
    padding: 0;
  }
  .ttl__style__01::before {
    background: url(../images/common/icon_ttl02.svg) no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 43px;
    left: -47px;
    top: calc(50% - 16px);
  }
  .ttl__style__01::after {
    background: url(../images/common/icon_ttl01.svg) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    right: -40px;
    top: calc(50% - 15px);
  }
}
/* 年間行事 */
.layout__style__03__items {
  display: flex;
  width: 100%;
  gap: 0;
  margin: 0;
}
.layout__style__03__item {
  display: flex;
  flex-direction: column;
  width: 25%;
  border: 1px solid #ccc;
}
.layout__style__03__item > p {
  background: #f7b853;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding: 15px;
  margin-bottom: 20px;
}
.layout__style__03__item li {
  margin-left: 20px;
  padding-right: 20px;
}
.layout__style__03__item .wp-block-gallery.has-nested-images {
  margin: auto 15% 20px 15%;
  padding-top: 20px;
  width: 70%;
}
.btn__org__l a {
  background: url(../images/common/arrow_wht.svg) no-repeat right 20px center #f7b853;
  background-size: 17px auto;
  border-radius: 100px;
  color: #fff;
  font-size: 24px;
  text-align: center;
  letter-spacing: 2px;
  padding: 12px 50px;
  min-width: 300px;
  display: inline-block;
  text-shadow: 0 1px 4px rgb(78, 48, 0, 0.66);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-top: 50px;
  line-height: 1.4;
}
.parenting02__wrap {
  padding-top: 120px;
}
@media screen and (max-width:768px) {
  .layout__style__03__item > p {
    padding: 8px;
  }
  .layout__style__03__item .wp-block-gallery.has-nested-images {
    margin: auto 30% 20px 30%;
    padding-top: 15px;
    width: 40%;
  }
  .btn__org__l a {
    font-size: 18px;
    letter-spacing: inherit;
    padding: 12px 45px;
  }
  .parenting02__wrap {
    padding-top: 60px;
  }
}
/* 持ち物連絡 */
.checklist02__wrap .wp-block-list.list__disc {
  margin-bottom: 0
}
.checklist02__wrap .ttl__style__03 {
  margin-top: 60px;
}
.tag__light__org {
  background: #fff4ec;
  border-radius: 100px;
  width: 310px;
  padding: 15px 50px;
  color: #f7b853;
  font-size: 20px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  position: relative;
  margin-top: 60px;
  font-weight: bold;
}
.tag__light__org.icon__nyuji::after, .tag__light__org.icon__2sai::after, .tag__light__org.icon__youji::after {
  content: '';
  position: absolute;
  right: 20px;
  bottom: 0;
  height: 75px;
  width: 63px;
}
.tag__light__org.icon__nyuji::after {
  background: url("../images/common/icon_0-1.svg") no-repeat bottom center;
  background-size: 53px auto;
}
.tag__light__org.icon__2sai::after {
  background: url("../images/common/icon_2.svg") no-repeat bottom center;
  background-size: 64px auto;
}
.tag__light__org.icon__youji::after {
  background: url("../images/common/icon_3-4-5.svg") no-repeat bottom center;
  background-size: 60px auto;
}
@media screen and (max-width:768px) {
  .checklist02__wrap .ttl__style__03 {
    margin-top: 25px;
  }
  .tag__light__org {
    width: 100%;
    margin-top: 40px;
  }
  .checklist01__wrap .wp-block-column:nth-child(2) .wp-block-image .alignright {
    float: none;
    margin: 0 auto;
    width: 150px;
  }
}
/* パーツリスト */
.gray__box {
  background: #f8f8f8;
  border-radius: 50px;
  padding: 35px 6% 50px 6%;
  width: 100%;
  margin: 60px auto;
  max-width: 950px;
}
.gray__box .ttl__style__05 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  margin-bottom: 10px;
  padding-left: 60px;
  min-height: 64px;
  background: url("../images/common/icon_usagi.png") no-repeat left bottom;
  background-size: auto 64px;
  padding-top: 25px;
  color: #4c4c4c;
}
.gray__box .ttl__style__05.icon__yasai {
  background: url("../images/common/icon_yasai.png") no-repeat left bottom;
  background-size: auto 64px;
}
.gray__box .ttl__style__05.icon__onpu {
  background: url("../images/common/icon_onpu.png") no-repeat left bottom;
  background-size: auto 49px;
}
.gray__box .ttl__style__05.icon__book {
  background: url("../images/common/icon_book.png") no-repeat left bottom;
  background-size: auto 36px;
}
.gray__box .ttl__style__05.icon__lamp {
  background: url("../images/common/icon_lamp.png") no-repeat left 14px bottom;
  background-size: auto 64px;
}
/* 画像用アイコン */
.icon__style__1, .icon__style__2, .icon__style__3, .icon__style__4, .icon__style__5, .icon__style__0, .pic__style__kadomaru {
  position: relative !important;
  margin-bottom: 30px !important;
}
.icon__style__1 img, .icon__style__2 img, .icon__style__3 img, .icon__style__4 img, .icon__style__5 img, .icon__style__0 img, .pic__style__kadomaru img {
  border-radius: 20px;
}
.icon__style__1::before, .icon__style__2::before, .icon__style__3::before, .icon__style__4::before, .icon__style__5::before, .icon__style__0::before, .icon__style__1::after, .icon__style__2::after, .icon__style__3::after, .icon__style__4::after, .icon__style__5::after, .icon__style__0::after {
  content: '';
  position: absolute !important;
  z-index: 10;
  width: 60px;
}
.icon__style__0::before {
  background: url("../images/common/icon_futaba.svg") no-repeat center center;
  background-size: 60px auto;
  top: -15px;
  right: -20px;
  height: 42px;
}
.icon__style__0::after {
  background: url("../images/common/icon_hat.svg") no-repeat center center;
  background-size: 60px auto;
  bottom: -15px;
  left: -20px;
  height: 47px;
}
.icon__style__1::before {
  background: url("../images/common/icon_sumire.svg") no-repeat center center;
  background-size: auto 60px;
  top: -15px;
  right: -20px;
  height: 60px;
}
.icon__style__1::after {
  background: url("../images/common/icon_kirakira.svg") no-repeat center center;
  background-size: 60px auto;
  bottom: -15px;
  left: -20px;
  height: 59px;
}
.icon__style__2::before {
  background: url("../images/common/icon_racco.svg") no-repeat center center;
  background-size: 60px auto;
  top: -15px;
  right: -20px;
  height: 49px;
}
.icon__style__2::after {
  background: url("../images/common/icon_bucket.svg") no-repeat center center;
  background-size: 60px auto;
  bottom: -15px;
  left: -20px;
  height: 57px;
}
.icon__style__3::before {
  background: url("../images/common/icon_cloud.svg") no-repeat center center;
  background-size: 60px auto;
  top: -15px;
  right: -20px;
  height: 36px;
}
.icon__style__3::after {
  background: url("../images/common/icon_blocks.svg") no-repeat center center;
  background-size: 60px auto;
  bottom: -15px;
  left: -20px;
  height: 57px;
}
.icon__style__4::before {
  background: url("../images/common/icon_ster.svg") no-repeat center center;
  background-size: 60px auto;
  top: -15px;
  right: -20px;
  height: 58px;
}
.icon__style__4::after {
  background: url("../images/common/icon_drum.svg") no-repeat center center;
  background-size: 60px auto;
  bottom: -15px;
  left: -20px;
  height: 57px;
}
.icon__style__5::before {
  background: url("../images/common/icon_sun.svg") no-repeat center center;
  background-size: auto 60px;
  top: -15px;
  right: -20px;
  height: 60px;
}
.icon__style__5::after {
  background: url("../images/common/icon_slide.svg") no-repeat center center;
  background-size: 60px auto;
  bottom: -15px;
  left: -20px;
  height: 48px;
}
/*[class$="__fir"],
[class$="__sec"]{
	position: relative !important;	
}
[class*="taiyou"]::before,
[class^="sec__"][class*="taiyou"]::after{
}

*/
@media screen and (max-width:768px) {
  .gray__box {
    border-radius: 20px;
    padding: 35px 30px;
    margin: 30px 0;
  }
  .gray__box .ttl__style__05 {
    font-size: 19px;
    margin-bottom: 15px;
    padding-left: 40px;
    min-height: 40px;
    background: url(../images/common/icon_usagi.png) no-repeat left bottom;
    background-size: auto 40px;
    padding-top: 0;
    line-height: 1.2;
  }
  .gray__box .ttl__style__05.icon__yasai {
    background: url("../images/common/icon_yasai.png") no-repeat left bottom;
    background-size: auto 40px;
  }
  .gray__box .ttl__style__05.icon__onpu {
    background: url(../images/common/icon_onpu.png) no-repeat left top 5px;
    background-size: auto 32px;
  }
  .gray__box .ttl__style__05.icon__book {
    background: url(../images/common/icon_book.png) no-repeat left top 4px;
    background-size: auto 25px;
  }
  .gray__box .ttl__style__05.icon__lamp {
    background: url(../images/common/icon_lamp.png) no-repeat left 6px bottom;
    background-size: auto 40px;
  }
}
/* お知らせ */
.note__h2__ttl {
  font-size: 33px;
  color: #956134;
  letter-spacing: 5px;
  line-height: 1.4;
  padding-bottom: 25px;
  margin-bottom: 70px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: end;
  column-gap: 20px;
}
.note__h2__r {
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
  color: #3D3D3D;
  letter-spacing: normal;
  font-family: "FOT-筑紫A丸ゴシック Std";
  font-weight: normal;
  white-space: nowrap;
}
.note__h2__ttl .date {
  font-size: 16px;
}
.note__h2__ttl .tag__cat {
  font-size: 14px;
  background: #eeeeee;
  padding: 2px 20px;
}
#news .btn__org__l {
  text-align: center;
}
.ttl__news img {
  width: 150px;
  margin-bottom: 30px;
}
@media screen and (max-width:768px) {
  .note__h2__ttl {
    font-size: 24px;
    letter-spacing: inherit;
    padding-bottom: 10px;
    margin-bottom: 40px;
    flex-direction: column;
    grid-row-gap: 10px;
    align-items: flex-start;
  }
  .note__h2__r {
    grid-column-gap: 10px;
    justify-content: flex-end;
    width: 100%;
  }
  .note__h2__ttl .date {
    font-size: 14px;
  }
  .note__h2__ttl .tag__cat {
    font-size: 13px;
    padding: 2px 15px;
  }
}
/* フッター */
.fot__contact {
  margin: 90px auto 0 auto;
  width: 86%;
  max-width: 1320px;
  border-radius: 50px;
  padding: 70px 4% 60px 4%;
  text-align: center;
  color: #fff;
  background: url("../images/common/bk_dot.jpg") repeat;
  background-size: 17px auto;
}
.fot__contact .ttl__en {
  font-size: 18px;
  letter-spacing: 3px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.fot__contact .title {
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 1.3;
  margin-top: 0;
}
.fot__contact__items {
  margin-top: 60px;
  background: #fff;
  border-radius: 30px;
  color: #4c4c4c;
  font-size: 16px;
  width: 100%;
  display: flex;
  padding: 40px 1%;
  align-items: center;
}
.fot__contact__item {
  width: 35%;
  padding: 10px 25px;
  border-left: 1px solid #ccc;
}
.fot__contact__item.tel {
  width: 30%;
  border-left: none;
}
.fot__contact__item .subtitle {
  font-size: 20px;
  margin-bottom: 15px;
}
.fot__contact__item.tel a {
  display: inline-block;
  font-size: 36px;
  color: #f4ab38;
  margin-bottom: 10px;
  letter-spacing: 2px;
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.fot__contact__item .btn__items {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.fot__contact__item .btn__items a {
  display: inline-block;
  width: 48%;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 8px 15px;
  text-shadow: 0 1px 4px rgb(78, 48, 0, 0.66);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  background: #70b457;
}
footer {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  grid-column-gap: 20px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 86%;
  padding-top: 180px;
}
.footer__wrap {
  background-color: #fff4ec;
  mask-image:
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320" preserveAspectRatio="none"><path fill="%23000" d="M 0 270 L 0 250.23 C 102.8 250.23 102.8 252.03 205.7 252.03 C 308.5 252.03 308.5 250.35 411.4 250.35 C 514.2 250.35 514.2 267.48 617.1 267.48 C 720 267.48 720 199.06 822.8 199.06 C 925.7 199.06 925.7 233.99 1028.5 233.99 C 1131.4 233.99 1131.4 205.36 1234.2 205.36 C 1337.1 205.36 1337.1 253.70 1440 253.70 L 1440 320 L 0 320 Z"></path></svg>'), linear-gradient(#fff4ec, #fff4ec);
  mask-size:
    100% 100px, /* 波のサイズ */ 100% calc(100% - 100px); /* 波の下から底までのサイズ */
  mask-position:
    top, bottom;
  mask-repeat: no-repeat;
  min-height: 300px;
}
footer dt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 20px;
  color: #956134;
}
footer dd {
  margin-left: 9px;
  font-size: 17px;
}
footer dt + dt, footer dd + dt {
  margin-top: 7px;
}
.address {
  margin-top: 70px;
  text-align: center;
  color: #9c9c9c;
  font-size: 12px;
  padding-bottom: 50px;
}
/*.footer__item:first-child a {
  color: #5764b4;
}*/
@media screen and (max-width:768px) {
  .fot__contact {
    margin: 60px auto 0 auto;
    border-radius: 30px;
    padding: 40px 4% 30px 4%;
    background: url("../images/common/bk_dot.jpg") repeat;
    background-size: 10px auto;
  }
  .fot__contact .ttl__en {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .fot__contact .title {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .fot__contact__items {
    margin-top: 40px;
    border-radius: 20px;
    font-size: 14px;
    padding: 15px 6%;
    flex-direction: column
  }
  .fot__contact__item {
    width: 100%;
    padding: 20px 0;
    border-left: none;
    border-top: 1px solid #ccc;
  }
  .fot__contact__item.tel {
    width: 100%;
    border-top: none;
  }
  .fot__contact__item .subtitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .fot__contact__item.tel a {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .fot__contact__item .btn__items {}
  .fot__contact__item .btn__items a {
    font-size: 14px;
    padding: 4px 15px;
  }
  .footer__item:nth-child(1) {
    order: 5;
    padding-top: 40px;
    text-align: center;
    width: 100% !important;
  }
  .footer__item:nth-child(2) {
    order: 1;
  }
  .footer__item:nth-child(3) {
    order: 3;
  }
  .footer__item:nth-child(4) {
    order: 2;
  }
  .footer__item:nth-child(5) {
    order: 4;
  }
  .footer__item {
    width: 50%;
    padding: 0 15px;
    font-size: 14px;
  }
  footer {
    margin-top: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-top: 100px;
  }
  .footer__wrap {
    mask-size: 100% 65px, 100% calc(100% - 65px);
  }
  footer dt {
    font-size: 15px;
    line-height: 1.6;
  }
  footer dd {
    font-size: 14px;
  }
  footer dt + dt, footer dd + dt {
    margin-top: 5px;
  }
  .address {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 100px;
  }
}
/* header */
.float__insta {
  width: 210px;
  height: 210px;
  position: fixed;
  right: 0px;
  bottom: 58px;
  z-index: 100;
}
.hidden {
  display: none;
}
.float__insta button {
  position: absolute;
  right: 33px;
  top: 22px;
  background: #fff;
  box-shadow: 0 0 8px #ccc;
  line-height: 1;
  border-radius: 50px;
  font-size: 12px;
  width: 27px;
  height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__items {
  display: flex;
  width: 100%;
  justify-content: center;
  grid-column-gap: 20px;
  align-items: center;
}
.header__item__hd {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  grid-column-gap: 15px;
  align-items: center;
}
.l-header.transform .header__item__logo img {
  transition: width 0.3s ease;
}
.btn__wht a {
  background: #fff;
  border: 1px solid #f7b853;
  border-radius: 100px;
  color: #f7b853;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  padding: 11px 40px;
  display: inline-block;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.btn__org__s {
  position: relative;
}
.btn__org__s.btn__rec::before {
  content: '';
  background: url("../images/common/hd_contact_text.svg") no-repeat;
  background-size: 130px 14px;
  width: 130px;
  height: 14px;
  position: absolute;
  top: -24px;
  left: calc(50% - 65px);
}
.btn__org__s a {
  background: #f7b853;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  padding: 11px 40px;
  display: inline-block;
  text-shadow: 0 1px 4px rgb(78, 48, 0, 0.66);
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
@media screen and (max-width:768px) {}
/* お知らせ */
.newslist .ttpost-wrap .ttPostType3 {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  max-width: 900px;
  margin: 0 auto;
}
.newslist .ttpost-wrap .ttPostType3 span, .newslist .ttpost-wrap .ttPostType3 h2 a {
  font-weight: normal;
  font-size: 1.6rem;
  font-family: "FOT-筑紫ゴシック Pr5 L";
}
.newslist .ttPostType3 > * {
  padding-left: 25px;
}
.pagination {
  margin-top: 100px
}
.pagination li.current, .pagination li span.current {
  background: #f7b853;
  color: #fff;
  border-radius: 50px;
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
main .pagination ul li::before {
  display: none
}
@media screen and (max-width:768px) {
  .newslist .ttpost-wrap .ttPostType3 {
    padding: 15px 0;
  }
  .newslist .ttpost-wrap .ttPostType3 span, .newslist .ttpost-wrap .ttPostType3 h2 a {
    font-size: 1.4rem;
  }
  .newslist .ttPostType3 > * {
    padding-left: 10px;
  }
  .pagination {
    margin-top: 40px
  }
  .pagination li.current, .pagination li span.current {
    width: 30px;
    height: 30px;
    font-size: 1.4rem;
  }
}
/* TT-function ボトムナビゲーション */
.bottom-nav-bar-inner {
  height: 5.5rem !important;
  padding: 1.0rem 0.4rem 1.0rem 0.4rem !important;
  align-items: end;
}
.bottom-nav-bar-inner.bar-items-4 .bottom-nav {
  padding: 2rem 0.2rem 0 0.2rem !important;
}
.bottom-nav.botton-nav-item.bottom-nav-page-387 {
  background: url("../images/common/fot_navi_home.png") no-repeat top center;
  background-size: auto 1.8rem;
}
.bottom-nav.botton-nav-item.bottom-nav-page-394 {
  background: url("../images/common/fot_navi_phone.png") no-repeat top center;
  background-size: auto 1.8rem;
}
.bottom-nav.botton-nav-item.bottom-nav-page-192 {
  background: url("../images/common/fot_navi_recruit.png") no-repeat top center;
  background-size: auto 1.8rem;
}
.bottom-nav.botton-nav-item.bottom-nav-page-389 {
  background: url("../images/common/fot_navi_mail.png") no-repeat top center;
  background-size: auto 1.5rem;
}
/* ヘッダーメガメニュー用 */
main {
  margin-top: 250px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 400px;
}
.header__item__right {
  width: calc(100% - 120px);
}
.l-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 250px;
  background: #fff;
  z-index: 100;
  padding-top: 15px;
  transition: height .5s, background .5s; /* じんわり変更 */
}
.l-header.transform {
  height: 140px;
}
.p-navigation-global__list {
  display: flex;
  align-items: end;
  justify-content: end;
  margin-top: 30px;
  transition: margin-top .5s; /* じんわり変更 */
}
.l-header.transform .p-navigation-global__list {
  margin-top: 17px;
}
.p-navigation-global__list-item {
  width: calc(100% / 6);
  border-right: dotted #d3d3d3 2px;
  transition: background .5s; /* じんわり変更 */
}
.l-header.transform .p-navigation-global__list-item {
  background: none !important;
}
.l-header.transform .header__item__logo img {
  width: 85px;
}
.p-navigation-global__list-item a, .js-button-megaMenu {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #4c4c4c;
  width: 100%;
  display: block;
  padding-top: 87px;
  justify-content: center;
  transition: padding .5s; /* じんわり変更 */
}
.l-header.transform .p-navigation-global__list-item a, .l-header.transform .js-button-megaMenu {
  padding-top: 0px;
}
.p-megaMenu.is-open .p-megaMenu__navigation {
  opacity: 1;
  /*-webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);*/
  visibility: visible;
}
.p-megaMenu__navigation {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
  left: 7%;
  position: absolute;
  top: 100%;
  width: 86%;
  visibility: hidden;
  padding: 35px 20px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 18px rgb(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  backdrop-filter: blur(3px);
}
.p-megaMenu__navigation .title {
  width: 300px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 1.8rem;
  color: #4c4c4c;
  padding-left: 115px;
  min-height: 87px;
  display: flex;
  align-items: center;
  border-right: dotted #d3d3d3 2px;
}
.p-megaMenu__list {
  margin: 0 auto;
  display: flex;
  grid-column-gap: 35px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  width: calc(100% - 300px);
  padding-left: 35px;
}
button.js-megaClose {
  position: absolute;
  right: 12px;
  top: 15px;
  color: #f7b853;
}
.p-megaMenu__list-item a {
  display: inline-block;
  font-family: "FOT-筑紫ゴシック Pr5 L";
  font-size: 1.6rem;
  padding: 3px 0;
  border-bottom: transparent solid 3px;
  text-decoration: none;
  transition: border-color 0.3s;
}
.p-megaMenu__list-item a:hover {
  text-decoration: none;
  opacity: 1;
  border-bottom: #f7b853 solid 3px;
}
.p-megaMenu__open {
  cursor: pointer;
  display: flex;
}
.p-navigation-global__list > .home {
  background: url("../images/common/icon_header_home.svg") no-repeat top 15px center;
  background-size: 70px auto;
}
.p-navigation-global__list > .home .p-megaMenu__navigation .title {
  background: url("../images/common/icon_header_home.svg") no-repeat left center;
  background-size: 70px auto;
}
.p-navigation-global__list > .life {
  background: url("../images/common/icon_header_seikatu.svg") no-repeat top center;
  background-size: 93px auto;
}
.p-navigation-global__list > .life .p-megaMenu__navigation .title {
  background: url("../images/common/icon_header_seikatu.svg") no-repeat left center;
  background-size: 93px auto;
}
.p-navigation-global__list > .shien {
  background: url("../images/common/icon_header_sien.svg") no-repeat top center;
  background-size: 50px auto;
}
.p-navigation-global__list > .shien .p-megaMenu__navigation .title {
  background: url("../images/common/icon_header_sien.svg") no-repeat left 33px center;
  background-size: 50px auto;
}
.p-navigation-global__list > .info {
  background: url("../images/common/icon_header_nyuen.svg") no-repeat top center;
  background-size: 63px auto;
}
.p-navigation-global__list > .info .p-megaMenu__navigation .title {
  background: url("../images/common/icon_header_nyuen.svg") no-repeat left 25px center;
  background-size: 63px auto;
}
.p-navigation-global__list > .about {
  background: url("../images/common/icon_header_ensha.svg") no-repeat top 13px center;
  background-size: 89px auto;
}
.p-navigation-global__list > .about .p-megaMenu__navigation .title {
  background: url("../images/common/icon_header_ensha.svg") no-repeat left center;
  background-size: 89px auto;
}
.p-navigation-global__list > .recruit {
  background: url("../images/common/icon_header_fusen.svg") no-repeat top center;
  background-size: 46px auto;
}
.p-navigation-global__list > .recruit .p-megaMenu__navigation .title {
  background: url("../images/common/icon_header_fusen.svg") no-repeat left 38px center;
  background-size: 46px auto;
}
button.js-button-megaMenu {
  position: relative;
}
button.js-button-megaMenu::after {
  content: '';
  background: url(../images/common/icon_arrow_down.svg) no-repeat;
  background-size: 9px 7px;
  width: 9px;
  height: 7px;
  margin-top: 14px;
  margin-left: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .l-header * {
    font-size: 14px;
  }
  .btn__wht a, .btn__org__s a {
    font-size: 14px;
    padding: 5px 10px;
  }
  .p-navigation-global__list > .life, .p-navigation-global__list > .home, .p-navigation-global__list > .about {
    background-size: 60px auto;
  }
  .p-navigation-global__list > .info, .p-navigation-global__list > .shien, .p-navigation-global__list > .recruit {
    background-size: auto 60px;
  }
  .header__item__logo {
    width: 75px;
  }
  .header__item__right {
    width: calc(100% - 85px);
  }
  .l-header .outer {
    width: 94%;
  }
  button.js-button-megaMenu::after {
    background: url(../images/common/icon_arrow_down.svg) no-repeat;
    background-size: 7px 5px;
    width: 7px;
    height: 5px;
    margin-top: 10px;
    margin-left: 3px;
  }
  .p-navigation-global__list-item a, .js-button-megaMenu {
    font-size: 14px;
  }
  button.js-button-megaMenu {
    padding-right: 5px;
  }
  .p-megaMenu__list {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
  }
  .p-megaMenu__navigation .title {
    width: 265px;
  }
  .p-megaMenu__list {
    width: calc(100% - 265px);
    padding-left: 20px;
  }
}
@media screen and (max-width:768px) {
  main {
    margin-top: 65px;
    padding-top: 200px;
    overflow-x: hidden;
  }
  .header__item__right {
    display: none;
  }
  .l-header {
    height: 65px !important;
    padding-top: 10px;
  }
  .l-header .header__item__logo img {
    width: auto !important;
    height: 45px !important;
  }
}
/* トップページ */
.top__sec01__subttl img {
  width: 436px !important;
  margin: -35px auto 20px auto;
}
.top01__wrap .page__ttl {
  display: block;
  margin: 0 auto 50px auto;
  width: fit-content;
  position: relative;
  padding-left: 40px;
}
.top01__wrap .page__ttl::before {
  content: '';
  background: url("../images/common/icon_ttl02.svg") no-repeat;
  background-size: 94px 100px;
  width: 94px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: -86px;
}
.top01__wrap .page__ttl::after {
  content: '';
  background: url("../images/common/icon_ttl01.svg") no-repeat;
  background-size: 71px 66px;
  width: 71px;
  height: 66px;
  position: absolute;
  top: calc(50% - 33px);
  right: -80px;
}
.top01__wrap .btn__org__m {
  margin-top: 80px;
  padding-bottom: 200px;
}
.btn__org__m a, .btn__org__m input {
  background: url(../images/common/arrow_wht.svg) no-repeat right 20px center #f7b853;
  background-size: 17px auto;
  border-radius: 100px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
  padding: 12px 45px;
  min-width: 240px;
  display: inline-block;
  text-shadow: 0 1px 4px rgb(78, 48, 0, 0.66);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-top: 50px;
  line-height: 1.4;
}
.top01__wrap {
  background: url(../images/top/img_top01.png) no-repeat left bottom;
  background-size: 40%;
  font-size: 21px;
  line-height: 2.5;
}
.top01__wrap_bg {
  background: url("../images/top/img_top02.png") no-repeat right bottom;
  background-size: 38%;
  width: 100%;
}
.top02__wrap {
  padding: 450px 0 315px 0;
  position: relative;
}
.top02__wrap::before {
  content: '';
  background: url("../images/top/bk_top06.png") no-repeat;
  background-size: 900px 110px;
  width: 900px;
  height: 110px;
  position: absolute;
  top: 205px;
  left: 5vw;
  z-index: -1;
}
.top02__wrap::after {
  content: '';
  background: url("../images/top/bk01.png") no-repeat;
  background-size: 376px 450px;
  width: 376px;
  height: 450px;
  position: absolute;
  top: 205px;
  right: 0;
  z-index: -2;
}
.top02__wrap {
  background: url("../images/top/bk02.png") no-repeat bottom;
  background-size: 100% auto;
}
.btn__org__navi a {
  background: url(../images/common/arrow_wht.svg) no-repeat right 14px center #f7b853;
  background-size: 11px auto;
  border-radius: 100px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  padding: 10px 25px;
  min-width: 180px;
  display: inline-block;
  text-shadow: 0 1px 4px rgb(78, 48, 0, 0.66);
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.4;
  position: relative;
  transform: translateY(-20px);
}
.btn__org__navi a:hover {
  opacity: 1;
  background: url(../images/common/arrow_wht.svg) no-repeat right 14px center #f8cd88;
  background-size: 11px auto;
}
.top02__wrap .wp-block-columns {
  flex-wrap: wrap !important;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  column-gap: 10%;
  justify-content: space-between;
  row-gap: 120px;
  background: url("../images/top/ttl_life.png") no-repeat right center;
  background-size: 425px auto;
}
.top02__wrap .wp-block-column {
  flex-basis: inherit !important;
  width: 26% !important;
}
.top02__wrap .wp-block-column:nth-child(2) {
  transform: translateY(-70px);
}
.top02__wrap .wp-block-column:nth-child(3) {
  transform: translateY(-140px);
}
.top02__wrap .wp-block-column:nth-child(5) {
  transform: translateY(70px);
}
.top02__wrap .wp-block-column:nth-child(6) {
  transform: translateY(140px);
}
.top02__wrap .wp-block-column figure {
  position: relative;
}
.top02__wrap .wp-block-column figure img {
  border-radius: 30px;
}
.top02__wrap .wp-block-column:nth-child(1) figure::before, .top02__wrap .wp-block-column:nth-child(2) figure::before, .top02__wrap .wp-block-column:nth-child(3) figure::before, .top02__wrap .wp-block-column:nth-child(4) figure::before, .top02__wrap .wp-block-column:nth-child(5) figure::before, .top02__wrap .wp-block-column:nth-child(6) figure::before {
  content: '';
  background: url("../images/top/img_play-policy.svg") no-repeat;
  background-size: 84px;
  position: absolute;
  width: 84px;
  height: 84px;
  top: -42px;
  right: -42px;
  z-index: 1
}
.top02__wrap .wp-block-column:nth-child(2) figure::before {
  background: url("../images/top/img_safety.svg") no-repeat;
  background-size: 84px;
}
.top02__wrap .wp-block-column:nth-child(3) figure::before {
  background: url("../images/top/img_event.svg") no-repeat;
  background-size: 84px;
}
.top02__wrap .wp-block-column:nth-child(4) figure::before {
  background: url("../images/top/img_dietary.svg") no-repeat;
  background-size: 84px;
}
.top02__wrap .wp-block-column:nth-child(5) figure::before {
  background: url("../images/top/img_garden-hut.svg") no-repeat;
  background-size: 84px;
}
.top02__wrap .wp-block-column:nth-child(6) figure::before {
  background: url("../images/top/img_dear-guardian.svg") no-repeat;
  background-size: 84px;
}
.top03__wrap {
  background: url("../images/top/bk05.png") no-repeat left top;
  margin-top: 140px;
  padding-top: 120px;
}
.top03__wrap .outer {
  padding-bottom: 70px;
  background: url("../images/top/bk06.png") no-repeat bottom center;
}
.top03__wrap .ttl__style__02 {
  font-size: 48px;
  line-height: 1.2;
  margin-left: -48px;
  margin-bottom: 20px;
}
.ttl__style__06 {
  font-size: 20px;
}
.ttl__style__06::before {
  content: '●';
  color: #f7b853;
  font-size: 12px;
  margin-right: 10px;
}
.top03__wrap .btn__list {
  justify-content: start !important;
  padding-left: 30px !important;
  margin-top: 10px !important;
}
.top03__wrap .btn__list .wp-block-column {
  flex-basis: inherit !important;
  flex-grow: inherit !important;
}
.loopSlide__wrap .wp-block-group__inner-container {
  position: relative;
  display: flex;
  width: 100vw;
  overflow: hidden;
  margin: 190px 0;
}
.loopSlide__wrap {
  width: 100%;
  overflow: hidden;
}
.loopSlide {
  padding: 0;
  width: 400vw;
  display: flex;
  flex-shrink: 0;
}
.loopSlide:first-child {
  animation: slide1 240s -120s linear infinite;
}
.is-root-container .loopSlide:first-child {
  animation: none;
}
.loopSlide:last-child {
  animation: slide2 240s linear infinite;
}
.is-root-container .loopSlide:last-child {
  animation: none;
}
.loopSlide li {
  display: inline-block;
  width: 100%;
  min-width: 150px;
  list-style: none;
}
.loopSlide li img {
  display: block;
  width: 100% !important;
  height: auto;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.top04__wrap .gray__box {
  position: relative;
}
.top04__wrap .gray__box::before {
  content: '';
  background: url("../images/top/img_top11.png") no-repeat;
  background-size: 259px 130px;
  width: 259px;
  height: 130px;
  position: absolute;
  top: -20px;
  right: -15px;
}
.top04__items {
  margin-bottom: 0 !important;
}
.top04__wrap .gray__box .ttl__style__02 {
  margin-bottom: 20px;
}
.top05__wrap {
  margin: 0px auto 190px auto;
}
.news__ttl___wrap {
  flex-direction: column;
  display: flex;
}
.news__ttl___wrap .wp-block-image:last-child {
  margin-top: auto;
}
.top06__wrap {
  margin: 200px auto 190px auto;
}
.ttl__bgicon__wrap {
  text-align: center;
  background: url("../images/common/bk_ttl.png") no-repeat center center;
  background-size: 154px auto;
  margin-bottom: 80px;
}
p + h3.ttl__bgicon__main {
  margin-top: 15px;
}
.ttl__bgicon__main {
  color: #956134;
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 1.4;
}
.ttl__bgicon__sub {
  color: #70b457;
  font-size: 18px;
  letter-spacing: 4px;
}
@media screen and (max-width:768px) {
  .float__insta {
    width: 100px;
    height: 100px;
    bottom: 80px;
  }
  .float__insta button {
    right: 14px;
    top: 10px;
    width: 15px;
    height: 15px;
  }
  .top__sec01__subttl img {
    width: 50% !important;
    margin: 10px auto;
  }
  .top01__wrap .page__ttl {
    margin: 0 auto 30px auto;
    padding-left: 30px;
    font-size: 24px;
  }
  .top01__wrap .page__ttl::before {
    background: url(../images/common/icon_ttl02.svg) no-repeat;
    background-size: 45px auto;
    width: 45px;
    height: 49px;
    top: calc(50% - 25px);
    left: -20px;
  }
  .top01__wrap .page__ttl::after {
    background: url(../images/common/icon_ttl01.svg) no-repeat;
    background-size: 36px auto;
    width: 36px;
    height: 34px;
    top: calc(50% - 17px);
    right: -29px;
  }
  .top01__wrap .btn__org__m {
    margin-top: 0px;
    padding-bottom: 100px;
  }
  .btn__org__m a, .btn__org__m input {
    background: url(../images/common/arrow_wht.svg) no-repeat right 13px center #f7b853;
    background-size: 14px auto;
    font-size: 14px;
    padding: 10px 40px;
    min-width: 180px;
  }
  .top01__wrap {
    background: none;
    font-size: 15px;
    line-height: 1.8;
  }
  .top01__wrap_bg {
    background: url("../images/top/mv_text_fot_sp.png") no-repeat bottom center;
    background-size: 80%;
  }
  .top02__wrap {
    padding: 180px 0 40px 0;
  }
  .top02__wrap::before {
    content: '';
    background: url("../images/top/bk_top06_sp.png") no-repeat top center;
    background-size: 90% auto;
    width: 100%;
    height: 60px;
    top: 80px;
    left: 0;
  }
  .top02__wrap::after {
    background: url("../images/top/bk01_sp.png") no-repeat;
    background-size: 80px 200px;
    width: 80px;
    height: 200px;
    top: 100px;
  }
  .top02__wrap {
    background: url("../images/top/bk02_02sp.png") no-repeat bottom 90px right;
    background-size: 100% auto;
    padding-right: 7%;
    padding-left: 7%;
  }
  .btn__org__navi a {
    min-width: 123px;
    padding: 7px 20px;
    letter-spacing: inherit;
    font-size: 13px;
    background: url(../images/common/arrow_wht.svg) no-repeat right 7px center #f7b853;
    background-size: 9px auto;
  }
  .top02__wrap .wp-block-columns {
    background: url(../images/top/ttl_life.png) no-repeat right top 72px;
    row-gap: 45px;
    background-size: 50% auto;
  }
  .top02__wrap .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    width: 45% !important;
    flex-basis: 45% !important;
  }
  .top02__wrap .wp-block-column:nth-child(2) {
    transform: translateY(-40px);
  }
  .top02__wrap .wp-block-column:nth-child(3) {
    transform: translateY(0px);
  }
  .top02__wrap .wp-block-column:nth-child(4) {
    transform: translateY(40px);
  }
  .top02__wrap .wp-block-column:nth-child(5) {
    transform: translateY(60px);
  }
  .top02__wrap .wp-block-column:nth-child(6) {
    transform: translateY(20px);
  }
  .top02__wrap .wp-block-column figure img {
    border-radius: 10px;
  }
  .top02__wrap .wp-block-column:nth-child(1) figure::before, .top02__wrap .wp-block-column:nth-child(2) figure::before, .top02__wrap .wp-block-column:nth-child(3) figure::before, .top02__wrap .wp-block-column:nth-child(4) figure::before, .top02__wrap .wp-block-column:nth-child(5) figure::before, .top02__wrap .wp-block-column:nth-child(6) figure::before {
    content: '';
    background: url("../images/top/img_play-policy.svg") no-repeat;
    background-size: 50px;
    width: 50px;
    height: 50px;
    top: -25px;
    right: -25px;
  }
  .top02__wrap .wp-block-column:nth-child(2) figure::before {
    background: url("../images/top/img_safety.svg") no-repeat;
    background-size: 50px;
  }
  .top02__wrap .wp-block-column:nth-child(3) figure::before {
    background: url("../images/top/img_event.svg") no-repeat;
    background-size: 50px;
  }
  .top02__wrap .wp-block-column:nth-child(4) figure::before {
    background: url("../images/top/img_dietary.svg") no-repeat;
    background-size: 50px;
  }
  .top02__wrap .wp-block-column:nth-child(5) figure::before {
    background: url("../images/top/img_garden-hut.svg") no-repeat;
    background-size: 50px;
  }
  .top02__wrap .wp-block-column:nth-child(6) figure::before {
    background: url("../images/top/img_dear-guardian.svg") no-repeat;
    background-size: 50px;
  }
  .top03__wrap {
    background: url("../images/top/bk05.png") no-repeat left top;
    background-size: 30% auto;
    margin-top: 70px;
    padding-top: 60px;
  }
  .top03__wrap .ttl__style__02 {
    font-size: 24px;
    margin-left: 0px;
  }
  .top03__wrap .ttl__style__03 {
    font-size: 18px;
  }
  .ttl__style__06 {
    font-size: 18px;
  }
  .ttl__style__06::before {
    vertical-align: middle;
    font-size: 10px;
  }
  .top03__wrap .btn__list {
    padding-left: 0px !important;
  }
  .top03__wrap .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: inherit !important;
  }
  .top03__wrap .btn__org__arrow a {
    font-size: 15px;
    min-width: 145px;
  }
  .top03__wrap .outer {
    padding-bottom: 20px;
    background: url(../images/top/bk06.png) no-repeat bottom left;
    background-size: 52% auto;
  }
  .top03__wrap .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:last-child {
    margin-right: -7%;
  }
  .loopSlide__wrap .wp-block-group__inner-container {
    margin: 70px 0 35px 0;
  }
  .loopSlide {
    width: 900vw;
  }
  .top04__wrap .gray__box::before {
    display: none;
  }
  .top04__wrap .gray__box .ttl__style__02 {
    line-height: 1.2;
    font-size: 22px;
  }
  .top04__wrap .gray__box .ttl__style__03 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .top04__wrap .gray__box {
    font-size: 14px;
  }
  .top05__wrap {
    margin: 0px auto 60px auto;
  }
  .ttl__news {
    width: 100px;
    margin: auto;
  }
  .ttl__news img {
    width: inherit;
    margin-bottom: 0px;
  }
  .bnr__recruit {
    padding: 0 7%;
  }
  .btn__news img {
    width: 200px;
    margin-top: 40px;
  }
  .top06__wrap {
    margin: 80px auto 60px auto;
  }
  .ttl__bgicon__wrap {
    background: url(../images/common/bk_ttl.png) no-repeat center center;
    background-size: 120px auto;
    margin-bottom: 25px;
    padding: 15px 0;
  }
  p + h3.ttl__bgicon__main {
    margin-top: 0px;
  }
  .ttl__bgicon__main {
    font-size: 18px;
  }
  .ttl__bgicon__sub {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
/* 採用情報トップ */
.ttl__style__07 {
  font-size: 30px;
  color: #70b457;
  margin-bottom: 20px;
  line-height: 1.2;
}
.tag__grn {
  font-size: 14px;
  color: #fff;
  background: #70b457;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 50px;
  margin-right: 7px;
  vertical-align: text-bottom;
}
p + .layout__style__01__items, .layout__style__01__items + .layout__style__01__items {
  margin-top: 50px;
}
.hukidashi {
  position: relative;
  font-size: 20px;
  color: #f7b853;
  background: #fff4ec;
  padding: 15px 120px 15px 43px;
  border-radius: 50px;
  display: inline-block;
  margin-bottom: 45px;
  line-height: 1.4;
}
.hukidashi::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 100px;
  border-style: solid;
  border-width: 20px 0 0 15px;
  border-color: #fff4ec transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
.hukidashi.girl::after {
  background: url("../images/recruit/icon_hoikusi01.svg") no-repeat;
  background-size: 109px 88px;
  width: 109px;
  height: 88px;
  position: absolute;
  content: '';
  bottom: 0;
  right: 10px;
}
.hukidashi.boy::after {
  background: url("../images/recruit/icon_hoikusi02.svg") no-repeat;
  background-size: 82px 89px;
  width: 82px;
  height: 89px;
  position: absolute;
  content: '';
  bottom: 0;
  right: 15px;
}
.flow__arrow {
  padding-bottom: 100px;
  background: url("../images/common/arrow_dot_down.svg") no-repeat bottom 30px center;
  background-size: 41px 22px;
}
.ttl__flow {
  font-size: 20px;
  color: #f7b853;
  background: #fff4ec;
  border-radius: 50px;
  line-height: 1.4;
  height: 60px;
  display: flex;
  align-items: center;
  column-gap: 25px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
.tag__nmber {
  font-size: 20px;
  color: #fff;
  background: #f7b853;
  border-radius: 50px;
  line-height: 1.4;
  border-bottom-right-radius: 0px;
  height: 60px;
  width: 60px;
  border-top-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gray__box .ttl__style__05.img-none {
  padding-left: 0px;
  min-height: inherit;
  background: none;
  padding-top: 0px;
}
.Recruit__News {
  background: #fff4ec;
  border-radius: 50px;
  padding: 80px 7vw;
  margin-bottom: 80px;
}
.Recruit__News__Title {
  text-align: center;
  margin-bottom: 60px;
  background: url("../images/common/bk_ttl_wht.png") no-repeat center center;
  background-size: auto 100%;
  padding: 30px 0;
}
.Recruit__News__Title span {
  color: #70b457;
  font-size: 18px;
  letter-spacing: 2px;
}
.Recruit__News__Title h3 {
  color: #956134;
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 1.4;
}
.Recruit__NewsList {
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.Recruit__NewsList .title {
  padding-bottom: 15px;
  margin-bottom: 45px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  color: #f7b853;
  border-bottom: #f7b853 dotted 4px;
  align-items: center;
  line-height: 1.4;
  column-gap: 15px;
}
.Recruit__NewsList .new {
  color: #fff;
  font-size: 14px;
  letter-spacing: 3px;
  margin-right: 15px;
  background: #70b457;
  padding: 1px 15px;
}
.Recruit__NewsList .date {
  font-size: 14px;
  border-radius: 50px;
  background: #fff;
  padding: 1px 15px;
  color: #3D3D3D;
  font-weight: normal;
  font-family: "FOT-筑紫ゴシック Pr5 L";
  white-space: nowrap;
}
.post-content {
  display: flex;
  justify-content: space-between;
}
.post-thumbnail {
  width: 33%;
}
.post-excerpt {
  width: 62%;
}
.post-excerpt .btn__org__arrow a {
  margin-bottom: 0;
  margin-top: 30px
}
@media screen and (max-width:768px) {
  .ttl__style__07 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .tag__grn {
    margin-right: 4px;
    margin-bottom: 10px;
  }
  p + .layout__style__01__items, .layout__style__01__items + .layout__style__01__items {
    margin-top: 40px;
  }
  .hukidashi {
    font-size: 18px;
    padding: 10px 84px 10px 34px;
    margin-bottom: 27px;
  }
  .hukidashi.girl::after {
    background: url(../images/recruit/icon_hoikusi01.svg) no-repeat;
    background-size: 70px auto;
    width: 70px;
    height: 57px;
  }
  .hukidashi.boy::after {
    background: url(../images/recruit/icon_hoikusi02.svg) no-repeat;
    background-size: 50px auto;
    width: 50px;
    height: 54px;
    right: 29px;
  }
  .flow__arrow {
    padding-bottom: 30px;
    background: url(../images/common/arrow_dot_down.svg) no-repeat bottom center;
    background-size: 25px auto;
  }
  .ttl__flow {
    font-size: 18px;
    height: 45px;
    column-gap: 15px;
  }
  .tag__nmber {
    font-size: 18px;
    height: 45px;
    width: 47px;
  }
  .recruit04__wrap .gray__box img {
    width: 100px;
  }
  .Recruit__News {
    border-radius: 20px;
    padding: 40px 7%;
  }
  .Recruit__News__Title {
    margin-bottom: 35px;
    padding: 10px 0;
  }
  .Recruit__News__Title span {
    font-size: 14px;
  }
  .Recruit__News__Title h3 {
    font-size: 22px;
  }
  .Recruit__NewsList {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .Recruit__NewsList .title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    flex-wrap: wrap;
    grid-row-gap: 15px;
    font-size: 18px;
    border-bottom: #f7b853 dotted 2px;
  }
  .Recruit__NewsList .new {
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 10px;
    padding: 1px 10px;
  }
  .Recruit__NewsList .date {
    font-size: 12px;
    padding: 1px 10px;
  }
  .post-content {
    flex-wrap: wrap;
    grid-row-gap: 20px;
  }
  .post-thumbnail {
    width: 100%;
    text-align: center;
  }
  .post-excerpt {
    width: 100%;
  }
  .post-excerpt .btn__org__arrow a {
    margin-top: 20px;
    font-size: 16px;
  }
}
/* パンくず */
.breadcrumb {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 25px;
  font-size: 14px;
  background: rgb(255, 255, 255, 0.7);
  padding: 5px 45px 5px 20px;
}
@media screen and (max-width:768px) {
  .breadcrumb {
    top: 13px;
    font-size: 10px;
    padding: 1px 10px;
  }
}
/* サーチボックス */
.search {
  text-align: center;
  margin-top: 180px;
}
#searchform {
  background: #f8f8f8;
  border-radius: 50px;
  padding: 50px 7%;
  width: 86%;
  margin: 0 auto;
  max-width: 950px;
  font-size: 18px;
}
#searchform input[type=text] {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 15px;
  margin: 0 15px;
  width: 50%;
  text-align: left;
}
#searchform button[type=submit] {
  background: #70b457;
  color: #fff;
  padding: 5px 25px;
}
@media screen and (max-width:768px) {
  .search {
    margin-top: 100px;
  }
  #searchform {
    border-radius: 20px;
    padding: 17px 7%;
    font-size: 14px;
  }
  #searchform span {
    display: block;
    margin-bottom: 5px;
  }
  #searchform input[type=text] {
    padding: 0px 5px;
    margin: 0 5px;
    width: calc(100% - 60px);
  }
  #searchform button[type=submit] {
    padding: 2px 10px;
    font-size: 12px;
  }
}
.search.search-results {
  text-align: left;
}
.search.search-results main, .search.search-no-results main {
  padding-top: 0px;
}
.search__link {
  display: block;
  margin-bottom: 30px;
}
/* faq */
.faq-item {
  width: 90%;
  margin: 0 auto 40px auto;
}
.faq-post-title {
  background: #fff4ec;
  border-radius: 200px;
  padding: 17px 30px;
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
  column-gap: 20px;
  color: #4c4c4c;
}
.faq-post-title::before {
  content: 'Q';
  color: #f7b853;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 28px;
  line-height: 1;
  font-weight: 400;
}
.faq-post-content {
  font-size: 18px;
  padding-left: 32px;
  display: flex;
  column-gap: 20px;
}
.faq-post-content::before {
  content: 'A';
  color: #70b457;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 24px;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (max-width:768px) {
  .faq-item {
    width: 100%;
  }
  .faq-post-title {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 10px;
    column-gap: 10px;
  }
  .faq-post-title::before {
    font-size: 20px;
  }
  .faq-post-content {
    font-size: 15px;
    padding-left: 20px;
    column-gap: 10px;
  }
  .faq-post-content::before {
    font-size: 18px;
  }
}
/* 管理画面エディタ用タイトル */
.is-style-title01 {
  color: #956134;
  font-size: 33px;
  letter-spacing: 4px;
  line-height: 1.4;
  padding-left: 47px;
  margin-bottom: 40px;
  background: url(../images/common/ttl02_icon.png) no-repeat left top 13px;
  background-size: 34px auto;
}
.is-style-title02 {
  font-size: 24px;
  color: #70b457;
  margin-bottom: 20px;
  line-height: 1.6;
}
.is-style-title03 {
  font-size: 20px;
  color: #f7b853;
  padding-bottom: 5px;
  border-bottom: #f7b853 dotted 3px;
  display: inline-block;
  margin-bottom: 20px;
  min-width: 280px;
}
@media screen and (max-width:768px) {
  .is-style-title01 {
    font-size: 24px;
    padding-left: 33px;
    margin-bottom: 20px;
    background: url(../images/common/ttl02_icon.png) no-repeat left top 9px;
    background-size: 25px auto;
  }
  .is-style-title02 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .is-style-title03 {
    font-size: 19px;
    min-width: inherit;
    width: 100%;
    margin-bottom: 15px;
  }
}
/* トップスライダー用 */
body.top main {
  padding-top: 0;
}
body.top .n2-section-smartslider {
  position: relative;
}
body.top .n2-section-smartslider::before, body.top .n2-section-smartslider::after {
  color: #656565;
  font-size: 48px;
  letter-spacing: 4px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 90px;
  display: inline-block;
  padding: 0px 20px;
  z-index: 1;
}
body.top .n2-section-smartslider::before {
  content: '遊んで、感じて、伝える。';
  top: 100px;
}
body.top .n2-section-smartslider::after {
  content: '人とつながり、未来へ育つ';
  top: 180px;
}
.top01__wrap_bg, .top01__wrap {
  position: relative;
}
.top01__wrap::before {
  content: '';
  position: absolute;
  background: url("../images/top/bg_cir.png") no-repeat;
  width: 719px;
  height: 119px;
  top: -118px;
  left: calc(50% - 360px);
}
.top01__wrap_bg::before {
  content: '';
  position: absolute;
  background: url("../images/top/bk_flag_l.png") no-repeat;
  background-size: 223px auto;
  width: 223px;
  height: 145px;
  top: 0;
  left: 0;
  z-index: 1
}
.top01__wrap_bg::after {
  content: '';
  position: absolute;
  background: url("../images/top/bk_flag_r.png") no-repeat;
  background-size: 235px auto;
  width: 235px;
  height: 145px;
  top: 0;
  right: 0;
}
/* 404ページ */
body.error404 main {
  padding-top: 150px;
}
.not-found {
  padding: 0 7%;
  display: flex;
  justify-content: space-between;
  text-align: center;
  column-gap: 5%;
  align-items: center;
  font-size: 24px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #4c4c4c;
  font-weight: 500;
}
@media screen and (max-width:768px) {
  body.error404 main {
    padding-top: 80px;
  }
  .not-found {
    flex-wrap: wrap;
    row-gap: 40px;
    font-size: 18px;
    justify-content: center;
    column-gap: 10%;
  }
  .not-found__img:nth-child(1) {
    width: 40%;
    order: 2;
  }
  .not-found__img:nth-child(3) {
    order: 3;
    width: 30%;
  }
  .not-found__text:nth-child(2) {
    order: 1;
    width: 100%;
  }
}
/* 一覧ページページネーション */
.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
.nav-links span.current {
  background: #f7b853;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 30px;
  height: 30px;
}
/* お問い合わせフォーム */
.tbl__style__c {
  border-top: 1px solid #ccc;
  width: 100%;
}
.tbl__style__c th, .tbl__style__c td {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  font-size: 16px;
}
.tbl__style__c th {
  width: 165px;
}
.tbl__style__c th, .tbl__style__c td:first-child {
  padding-top: 38px;
}
.hissu {
  display: inline-block;
  margin-right: 5%;
  color: #fff;
  font-size: 12px;
  background: #f75353;
  padding: 1px 15px;
  white-space: nowrap;
}
input[type=text], input[type=tel], input[type=email], textarea {
  border: 1px solid #ccc;
  width: 100%;
  padding: 10px 15px;
}
select {
  border: 1px solid #ccc;
  padding: 17px 15px;
  font-size: 16px;
}
textarea {
  height: 140px;
}
.wpcf7-spinner {
  display: none !important;
}
.contact__wrap .btn__org__m {
  text-align: center
}
input.wpcf7c-conf, textarea.wpcf7c-conf {
  background-color: #fff !important;
  border: 1px solid #ccc !important;
}
.btn__org__m input {
  margin-left: 15px;
  margin-right: 15px;
}
@media screen and (max-width:768px) {
  .tbl__style__c {
    border-top: none;
  }
  .tbl__style__c th, .tbl__style__c td {
    border: none;
    display: inline-block;
  }
  .tbl__style__c td {
    width: 100%;
    padding: 8px 0 15px 0;
  }
  .tbl__style__c td:first-child {
    width: 67px;
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
  }
  .tbl__style__c th {
    width: calc(100% - 67px);
    padding: 15px 0 0 0;
    border-top: 1px solid #ccc;
  }
  .hissu {
    padding: 1px 10px;
  }
  input[type=text], input[type=tel], input[type=email], textarea {
    padding: 5px 10px;
  }
  select {
    padding: 10px 10px;
    font-size: 15px;
  }
  textarea {
    height: 120px;
  }
}
/* 追加 */
.sp-menu-inner, .sp-menu-inner li, .sp-menu-inner .active li, .sp-menu-inner .menu li a {
  background: #fff4ec !important;
}
.tag__grn + .ttl__style__03 {
  margin-top: 10px;
}
.sp-menu-inner .menu .menu-item-anchor .menu-arrow {
  fill: #000000;
}
.sp-menu-inner li.menu-item-has-children.active {
  background-color: #fff !important;
}
.sp-menu-inner .active li {
  background-color: #eee !important;
}
.qrcord {
  width: 80px;
  margin-top: 15px;
}
.gray__box p + .btn__org__arrow {
  margin-top: 25px;
}
.ttpost-type6-wrap .tt_news_category {
  background-color: #eeeeee !important;
  font-size: 12px;
  color: #3D3D3D !important
}
.wp-block-post-title.editor-post-title__input {
  margin-bottom: 28px;
  margin-top: 28px;
  font-size: 26px;
  border: 1px solid #ccc;
  padding: 5px 15px;
}
.gray__box__m {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 30px 7%;
  margin-bottom: 30px;
}
.page-id-642 .td__bg__org tr td:first-child {
  width: 270px;
}
.table__reset td {
  background: #fff !important;
  color: #3D3D3D !important;
  padding: 10px 20px !important;
}
.table__reset {
  width: inherit !important;
  margin: inherit !important;
}
.ttl__style__04 + .tbl__style__a {
  margin-top: 20px;
}
@media screen and (min-width:769px) {
  .wp-block-gallery.has-nested-images.wp-block-gallery-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 35px !important;
  }
  .wp-block-gallery.has-nested-images.wp-block-gallery-3 > .wp-block-image {
    width: calc((100% - (35px * 2)) / 3) !important;
    margin: 0 !important;
  }
}
@media screen and (max-width:768px) {
  .qrcord {
    display: none;
  }
  .tag__grn + .ttl__style__03 {
    margin-top: 0px;
  }
  .wp-block-post-title.editor-post-title__input {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 220px;
    padding: 5px 10px;
  }
  .qrcord {
    width: 80px;
    margin: 15px auto 0 auto;
  }
  .gray__box__m {
    border-radius: 15px;
    margin-bottom: 20px;
  }
  .page-id-642 .td__bg__org tr td:first-child {
    width: inherit;
  }
  .ttl__style__04 + .tbl__style__a {
    margin-top: 10px;
  }
}
/*.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) {
  text-align: left;
  margin-left: 3% !important;
}
.metaslider.ms-theme-outline .flexslider ol.flex-control-nav:not(.flex-control-thumbs) li a {
  height: 10px !important;
  width: 10px !important;
}*/
div#n2-ss-2 .n2-ss-control-bullet-vertical > .nextend-bullet-bar, div#n2-ss-3 .n2-ss-control-bullet-vertical > .nextend-bullet-bar {
  flex-flow: inherit !important;
  column-gap: 10px !important;
}
div#n2-ss-2 .n2-ss-control-bullet, div#n2-ss-3 .n2-ss-control-bullet {
  position: absolute;
  left: 0;
  bottom: 25px;
}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-style-cc2308bafb09d9a3f00e516d6bf2d70d-dot.n2-active, div#n2-ss-3 .nextend-bullet-bar .n2-bullet.n2-style-cc2308bafb09d9a3f00e516d6bf2d70d-dot.n2-active {
  background: RGBA(255, 255, 255, 1.0) !important;
}
div#n2-ss-2 .nextend-bullet-bar .n2-bullet, div#n2-ss-3 .nextend-bullet-bar .n2-bullet {
  background: RGBA(255, 255, 255, 0.5) !important;
}
@media screen and (max-width:768px) {
  .top01__wrap::before {
    background: url(../images/top/bg_cir.png) no-repeat;
    background-size: 100% auto;
    width: 200px;
    height: 33px;
    top: -22px;
    left: calc(50% - 100px);
  }
  .top01__wrap_bg::before {
    background: url(../images/top/bk_flag_l.png) no-repeat;
    background-size: 80px auto;
    width: 80px;
    height: 53px;
  }
  .top01__wrap_bg::after {
    background: url(../images/top/bk_flag_r.png) no-repeat;
    background-size: 80px auto;
    width: 80px;
    height: 52px;
  }
  body.top .n2-section-smartslider::before, body.top .n2-section-smartslider::after {
    font-size: 20px;
    letter-spacing: inherit;
    background: rgba(255, 255, 255, 0.7);
    left: 25px;
    padding: 0px 9px;
  }
  body.top .n2-section-smartslider::before {
    top: 48px;
  }
  body.top .n2-section-smartslider::after {
    top: 88px;
  }
  div#n2-ss-2 .n2-ss-control-bullet, div#n2-ss-3 .n2-ss-control-bullet {
    bottom: 7px;
  }
}