@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-size: 100% !important;
}

body {
  background: #fff;
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 2;
  letter-spacing: 0;
}

.wrap img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .column + .column {
    margin-top: 35px;
  }
}

ul.ul02 li {
  margin-top: 0 !important;
}

.hidden {
  display: none;
}

.carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 10vw;
  height: 10vw;
  max-width: 118px;
  max-height: 108px;
  margin-top: 0px;
  padding: 0;
  border: none;
  outline: none;
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  opacity: 0.8;
}

.carousel .slick-arrow.slick-prev {
  background: url(/images/arrow_prev.png) no-repeat top center/contain;
  left: -40px;
}

.carousel .slick-arrow.slick-next {
  background: url(/images/arrow_next.png) no-repeat top center/contain;
  right: -40px;
}

.wf_lic {
  border-bottom: 1px dashed #d1d1d1;
}

.wf_lic:last-child {
  border-bottom: unset;
}

.wf_blog_li_thumb {
  display: none !important;
}

#header p.hd_tel {
  font-size: 20px;
}

.under .slick-slide img {
  display: block;
  margin: 0 auto;
}

.carousel > div {
  max-width: 1000px;
}

.wrap iframe {
  display: block;
}

.t04_wrap table {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.t04_wrap table th {
  background: #e9f5c4;
}

.t04_wrap table th,
.t04_wrap table td {
  width: 25%;
  border: 1px solid #ccc;
  padding: 8px;
}

.line_center {
  text-align: center;
}

.t01_wrap thead th {
  background: #31ab37;
  color: #fff;
  font-weight: bold;
}

a,
a:visited,
a:hover {
  color: #4b4841;
}

/**/
#header .inner,
#content .inner,
#footer .inner,
.totop .inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.column {
  box-sizing: border-box;
}

form .wrap > .inner {
  border: none;
}

.youtube_btn .img_anchor::after {
  top: -40px !important;
}

.youtube_btn .img_anchor::before {
  display: none !important;
}

a {
  transition: 200ms;
}

a:hover,
a:hover img {
  opacity: 0.8;
}

/* header */
#header > .inner {
  height: 100%;
}

@media (max-width: 768px) {
  #header h1 {
    width: 220px;
    max-width: 50%;
  }
}
@media (min-width: 961px) {
  #header h1 {
    max-width: 300px;
  }
}
#header h1 img {
  width: 100%;
  vertical-align: middle;
}

#header .info {
  float: right;
  text-align: right;
  margin-top: 2em;
}

.header_tel a.mail img {
  width: 37%;
  max-width: 170px;
}

.header_tel img.tel {
  width: 55%;
  max-width: 271px;
}

/* nav */
#nav {
  width: 100%;
  float: none;
  padding: 10px 0 20px;
}

#nav #menu {
  margin: 0 auto;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: 16.6%;
  box-sizing: border-box;
  position: relative;
  border-right: 1px dashed #b29f64;
  padding: 5px;
}

#nav #menu > li img {
  max-height: 45px;
}

#nav li > a,
#nav li > span {
  color: #4b4841;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
}

#nav li a span {
  font-size: 14px;
  color: #4b4841;
  display: block;
}

#nav li a:hover {
  color: #1f92e2;
}

.submenu_ul {
  position: absolute;
  z-index: 1;
  left: 0%;
}

.submenu_ul > li {
  list-style: none;
  width: 230px;
  font-size: 13px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  background: #31ab37;
}

.submenu_ul > li a:hover {
  color: #37919f !important;
  opacity: 1 !important;
}

/* content */
#content {
  margin-bottom: 0px;
  min-height: 500px;
}

.top #content {
  margin-bottom: 0;
}

#content .wrap p {
  margin-bottom: 1.2em;
}

th p,
td p {
  margin-bottom: 0 !important;
}

.wrap .inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* main */
.carousel {
  width: 100%;
  overflow: hidden;
}

.carousel > div {
  margin: 0 auto;
}

.carousel .slick-list {
  overflow: visible;
}

.carousel .slick-slide {
  position: relative;
  outline: 0;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background: #f3f2ee;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  background: #f1e7b3;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 13px;
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .copyright {
    font-size: 16px;
  }
}
/* table */
.menu_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #e8e9e3;
}

.menu_table th,
.menu_table td {
  padding: 14px 14px;
  border-bottom: 1px solid #e8e9e3;
}

.menu_table th {
  text-align: left;
}

.menu_table td {
  text-align: right;
}

table.news {
  border-top: 1px solid #e8e9e3;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

table.news th,
table.news td {
  padding: 15px 10px 14px;
  border-bottom: 1px solid #e8e9e3;
}

table.news th {
  width: 20%;
  color: #b4c22e;
  padding: 15px 0 14px 20px;
}

table.info {
  border-top: 1px solid #e8e9e3;
}

table.info th,
table.info td {
  padding: 15px 5px 14px;
  border-bottom: 1px solid #e8e9e3;
  text-align: left;
}

table.info th {
  width: 20%;
}

/* item */
.item-list li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0 2% 2%;
  text-align: center;
}

.item-list li img {
  width: 100%;
  border-radius: 50%;
  margin-bottom: 10px;
}

.item-list li span.item-price {
  padding-top: 6px;
  font-size: 14px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

.under .wrap {
  max-width: 100vw;
  overflow: hidden;
}

.type_basic_fl img {
  width: 30%;
  margin-right: 2%;
  float: left;
}

.type_basic_fr img {
  width: 30%;
  margin-left: 2%;
  float: right;
}

.img-half .type_basic_fl img {
  width: 48%;
  margin-right: 2%;
}

.img-half .type_basic_fr img {
  width: 48%;
  margin-left: 2%;
}

.wrap img {
  max-width: 100%;
}

.img_list1 img {
  margin: 0 0 2%;
}

.img_list3 li {
  width: 32%;
  margin: 0 0 2% 2%;
  float: left;
  display: block;
}

.img_list3 li:first-child {
  margin-left: 0;
}

/*-------------------
 Responsive 
-------------------*/
.sp {
  display: none !important;
}

.map {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
}

.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  #upper_footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  .map {
    padding-bottom: 45%;
  }
  /**/
}
@media only screen and (max-width: 1000px) {
  .carousel > div {
    width: 100%;
  }
  .carousel .slick-arrow.slick-next {
    right: 5px;
  }
  .carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  img {
    max-width: 100%;
  }
  #header .info {
    position: absolute;
    top: 30px;
    right: 10px;
    margin-top: 0;
    width: 166px;
    max-width: 36%;
    padding-top: 0;
    float: right;
  }
  #header .info a {
    margin-right: 4.5%;
    display: block;
    width: 30.5%;
    float: left;
    max-width: 50px;
  }
  #header .info img {
    width: 100%;
    display: block;
    max-width: 39px;
  }
  #nav {
    background: none;
    border: none;
  }
  #menu {
    display: none;
  }
  #toggle {
    display: block;
    position: absolute;
    top: 30px;
    right: 10px;
    max-width: 50px;
    width: 10%;
  }
  #header #toggle a {
    width: 100%;
    margin: 0;
    float: none;
    position: relative;
  }
  #nav ul {
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 9999;
  }
  #nav #menu > li {
    display: block;
    text-align: left;
    float: none;
    height: auto;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  #nav ul li > a,
  #nav ul li > span.sp {
    display: block;
    padding: 14px 10px;
    width: 100%;
    float: none;
    box-sizing: border-box;
    text-align: left;
    height: auto;
    line-height: 1.5;
  }
  .submenu_ul > li {
    width: 100%;
  }
  .item-list li {
    float: none;
    margin: 0 auto 20px;
    max-width: 250px;
    width: 80%;
  }
  #content {
    width: 100%;
  }
  /* top */
  .top .concept-block img,
  .top .shop-block img {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .top .concept-block h4,
  .top .concept-block p,
  .top .concept-block .anchor_wrap {
    padding-left: 0;
  }
  .top .shop-block .anchor_wrap,
  .top .concept-block .anchor_wrap {
    text-align: center;
  }
  .top .shop-block p.entry_p {
    width: 100%;
  }
  /* template */
  .type_basic_fl img,
  .type_basic_fr img,
  .img-half .type_basic_fl img,
  .img-half .type_basic_fr img,
  .img_list3 img,
  .img_list3 a {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  #nav ul {
    top: 88px;
  }
  .top .recommend-block .block-inner {
    background-size: 20px;
    background-position: 0 0;
  }
  .top .recommend-block .block-inner .fl {
    padding-left: 0;
  }
  table.news th,
  table.news td,
  .info_dt,
  .info_dd {
    display: block;
    float: none;
    width: 100%;
    text-align: left;
  }
  table.news th,
  .info_dt {
    padding: 15px 2px 4px;
  }
  table.news td,
  .info_dd {
    padding: 4px 2px 15px;
  }
  table.news th,
  .info_dt {
    border-bottom: none;
  }
  .menu_table th,
  .menu_table td {
    display: block;
  }
  .menu_table th {
    border-bottom: none;
    padding-bottom: 4px;
  }
  .menu_table td {
    padding-top: 4px;
  }
}
/***********BLOG************/
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 100%;
  margin: 5px auto;
  display: block;
  box-sizing: border-box;
}

.wf_blog_ul .wf_blog_li_thumb,
.wf_blog_ul .wf_blog_li_thumb:hover {
  width: 45px;
  height: 45px;
  border-radius: 100% !important;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}

.wf_blog_ul .wf_blog_li_thumb img {
  width: 100%;
  min-width: 45px;
  max-width: 200px;
  min-height: 45px;
  max-height: 200px;
}

.wf_blog_ul li {
  display: block;
  padding: 0;
  transition: 0.2s;
}

.wf_blog_ul li:hover {
  opacity: 0.8;
}

.wf_blog_ul li:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 769px) {
  .wf_blog_li_inner {
    display: flex;
    align-items: baseline;
  }
}
.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 15px 5px 13px;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_blog_ul .wf_blog_li_date {
  display: flex;
  -moz-column-gap: 10px;
  column-gap: 10px;
  align-items: center;
}

@media (min-width: 769px) {
  .wf_blog_ul .wf_blog_li_date {
    -moz-column-gap: 20px;
    column-gap: 20px;
    padding-left: 20px;
  }
}
.wf_blog_ul .wf_blog_li_title {
  font-weight: bold;
}

@media (min-width: 769px) {
  .wf_blog_ul .wf_blog_li_title {
    padding-right: 20px;
  }
}
.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
}

.wf_blog_li_date_time {
  display: none;
}

/* *******************************************************************************
******************************************************************************* */
.word_break {
  word-break: break-all;
}

a:focus,
*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
}

#header h1 a:hover img {
  opacity: 1;
}

ul.list_dot {
  list-style: none;
}

ul.list_dot li {
  padding: 0 0 5px 22px;
  position: relative;
  word-wrap: break-word;
}

.list_dot li:before {
  background: #31ab37;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 7px;
  position: absolute;
  top: 11px;
  width: 8px;
}

.float_ul01 li {
  margin: 0 20px 0 0;
  float: left;
  width: 40%;
}

ul.ul_check li {
  padding: 5px 0px 5px 24px;
  position: relative;
}

ul.ul02 {
  list-style: none;
}

ul.ul02 li {
  padding: 0 0 5px 21px;
  position: relative;
}

ul.ul02.float_ul01 li {
  box-sizing: border-box;
  float: left;
  margin: 0 1% 0 0;
  padding: 0 0 5px 14px;
  position: relative;
  width: 32%;
}

ul.ul02 li a {
  font-weight: bold;
}

.ul02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 5px solid #31ab37;
}

.sitemap.ul02 {
  background: none;
  padding: 0;
}

.sitemap.ul02 li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 15px;
}

ol li {
  list-style: decimal;
  margin-left: 1em;
}

ul.ul_check li:before {
  background: none repeat scroll 0 0 #6a91c4;
  border: 1px solid #0f7144;
  border-radius: 3px;
  content: "";
  height: 17px;
  left: 0;
  position: absolute;
  top: 9px;
  width: 17px;
  z-index: 0;
}

ul.ul_check li:after {
  position: absolute;
  top: 9px;
  left: 3px;
  content: "";
  width: 11px;
  height: 4px;
  border: transparent 4px solid;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-40deg);
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 14px;
  position: relative;
  text-shadow: 2px 2px 1px #fff, -2px -2px 1px #fff, 2px -2px 1px #fff, -2px 2px 1px #fff;
  z-index: 1;
}

p.point_p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 9px solid #d7f0f9;
  border-radius: 50%;
  z-index: -1;
}

.number_p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 10px;
  padding: 0 0 0 110px;
  text-indent: -110px;
}

.number {
  background: none repeat scroll 0 0 #cab52c;
  border-radius: 5px;
  box-shadow: 3px 3px 0 #ccc;
  color: #fff;
  font-size: 23px;
  margin: 0 10px 0 0;
  padding: 0 8px;
}

.arrow_box {
  position: relative;
  height: 40px;
  width: 100%;
}

.arrow_box:before {
  content: "";
  position: absolute;
  background: none;
  top: 10px;
  left: 0px;
  height: 0;
  border-top: dotted #e6ddb8 2px;
  width: 100%;
}

.arrow_box:after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  margin: 0 0 0 -30px;
  width: 0px;
  height: 0px;
  border: 30px solid transparent;
  border-top: 14px solid #faeaa9;
}

.merit01 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  background: #cdb827;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px;
  display: inline-block;
}

.merit02 {
  padding: 0px 6px 0px 6px;
  border-radius: 5px;
  margin: 0 0 8px;
  background: #6a91c4;
  font-size: 20px;
  color: #fff;
  display: inline-block;
}

.text_box {
  float: right;
  width: 62%;
}

.bg_box {
  background: #f8f9ed;
  padding: 2em;
  box-sizing: border-box;
border-radius: 10px;
}

.border_box {
  padding: 2em;
  border: 2px solid #ffee5f;
  box-sizing: border-box;
}

.text_01 {
  color: #cdb827;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.6 !important;
  padding: 0;
  text-align: center;
}

.link_btn a {
  line-height: 1.4;
  display: block;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #fff;
  width: 100%;
  margin: 2em auto 1em;
  font-size: 16px;
  max-width: 230px;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background: #569dd2;
  padding: 15px 50px;
  border-radius: 30px;
}

.link_btn a::before {
  border-radius: 50%;
  background: #fff;
  content: "";
  width: 12px;
  height: 12px;
  margin-top: -5px;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 0;
}

.link_btn a::after {
  border-right: 5px solid #31ab37;
  border-bottom: 5px solid transparent;
  content: "";
  margin-top: -2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  z-index: 1;
}

.link_btn a:hover {
  opacity: 0.6;
  color: #fff;
}

/*--------------------------------------
	table01
--------------------------------------*/
table.table01,
table .table01 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin: 0 0 15px;
}

.table01 th,
.table01 td {
  padding: 0.5em;
  text-align: left;
  vertical-align: middle;
}

.table01 thead th {
  text-align: center;
  font-weight: bold !important;
  background: #ffee5f;
}

.table01 tbody th {
  background: #e9faff;
  width: 30%;
  text-align: left !important;
}

.center .table01 td {
  text-align: center !important;
}

.table01 th,
.table01 td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.table01.price th {
  width: 75%;
}

table.table02 {
  border-collapse: collapse;
  background: none;
  width: 100%;
  margin: 0 auto 2em;
}

table.table02 th,
table.table02 td {
  border-bottom: solid 1px #d8cec1;
  text-align: left;
  box-sizing: border-box;
  line-height: 1.4;
  padding: 2% 1%;
}

table.table02 th {
  padding: 2% 1% 2%;
  width: 25%;
  font-weight: normal;
  border-bottom: solid 1px #75c8d5;
}

@media screen and (max-width: 768px) {
  .table01 th,
  .table01 td {
    padding: 0.5em;
  }
}
/* =====================================
===================================== */
.slick-dots {
  bottom: -35px !important;
  display: none !important;
}

.grn {
  color: #1f92e2 !important;
}

.text-large {
  font-size: 20px;
}

.center {
  text-align: center;
  margin: auto;
  display: block;
}

#bread span:hover {
  text-decoration: underline;
}

.map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

form .wrap {
  border-bottom: none;
  padding-top: 0;
  padding-bottom: 0;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: inline-block;
}

.wf_form_text {
  box-sizing: border-box;
}

.top_img .columns,
.top_img .column {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.mainimage {
  position: relative;
}

@media screen and (max-width: 1500px) {
  table.table02 th {
    padding: 2%;
  }
  .mainimage::after {
    width: 35%;
    left: 20%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 769px) {
  #nav li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .mainimage::after {
    width: 50%;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
  }
  .top_img .columns,
  .top_img .column {
    display: inline-block;
  }
  .top_bn a img {
    display: block;
    margin: auto;
  }
  .link_btn a {
    font-size: 14px;
  }
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 0 !important;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
  .submenu_ul {
    top: auto !important;
  }
  ul.ul02.float_ul01 li {
    box-sizing: border-box;
    float: none;
    margin: 0;
    padding: 0 0 5px 14px;
    position: relative;
    width: 100%;
  }
  .sec01 .link_btn a {
    margin: 2em auto 2em;
  }
  .sec05 .link_btn a {
    margin: 2em auto 2em;
  }
  #upper_footer h3.title {
    display: inline-block;
  }
  #upper_footer .footer_btn01 {
    font-size: 20px;
  }
  #upper_footer .footer_btn02 {
    font-size: 16px;
  }
}
.leadtext {
  font-size: 22px;
  font-weight: bold;
  color: #31ab37;
  letter-spacing: 0.1em;
  text-align: center;
line-height: 1.6;
}

.t01_wrap.w17 tbody th {
  width: 17%;
}

@media (max-width: 480px) {
  .t01_wrap table {
    font-size: 100%;
  }
}
.t01_wrap.wtdr tbody th {
  width: 100%;
}

@media (max-width: 768px) {
  .wf_blog_ul .wf_blog_li_title {
    text-align: left;
  }
  table.table02 th {
    width: 30%;
  }
  .t01_wrap.w17 tbody th {
    width: 25%;
  }
}
/* =====================================
=================追加分================ */
.t01_wrap tbody th {
  background: #e9f4e9;
  text-align: center;
  font-weight: bold;
}

.fs10 {
  font-size: 10px;
  padding: 10%;
}

.fs11 {
  font-size: 11px;
  padding: 11%;
}

.fs12 {
  font-size: 12px;
  padding: 12%;
}

.fs13 {
  font-size: 13px;
  padding: 13%;
}

.fs14 {
  font-size: 14px;
  padding: 14%;
}

.fs15 {
  font-size: 15px;
  padding: 15%;
}

.fs16 {
  font-size: 16px;
  padding: 16%;
}

.fs17 {
  font-size: 17px;
  padding: 17%;
}

.fs18 {
  font-size: 18px;
  padding: 18%;
}

.fs19 {
  font-size: 19px;
  padding: 19%;
}

.fs20 {
  font-size: 20px;
  padding: 20%;
}

.fs21 {
  font-size: 21px;
  padding: 21%;
}

.fs22 {
  font-size: 22px;
  padding: 22%;
}

.fs23 {
  font-size: 23px;
  padding: 23%;
}

.fs24 {
  font-size: 24px;
  padding: 24%;
}

.fs25 {
  font-size: 25px;
  padding: 25%;
}

.fs26 {
  font-size: 26px;
  padding: 26%;
}

.fs27 {
  font-size: 27px;
  padding: 27%;
}

.fs28 {
  font-size: 28px;
  padding: 28%;
}

.fs29 {
  font-size: 29px;
  padding: 29%;
}

.fs30 {
  font-size: 30px;
  padding: 30%;
}

.fs31 {
  font-size: 31px;
  padding: 31%;
}

.fs32 {
  font-size: 32px;
  padding: 32%;
}

.fs33 {
  font-size: 33px;
  padding: 33%;
}

.fs34 {
  font-size: 34px;
  padding: 34%;
}

.fs35 {
  font-size: 35px;
  padding: 35%;
}

.fs36 {
  font-size: 36px;
  padding: 36%;
}

.fs37 {
  font-size: 37px;
  padding: 37%;
}

.fs38 {
  font-size: 38px;
  padding: 38%;
}

.fs39 {
  font-size: 39px;
  padding: 39%;
}

.fs40 {
  font-size: 40px;
  padding: 40%;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.sp_mt0 {
  margin-top: 0;
}

.sp_mb0 {
  margin-bottom: 0;
}

.mt1 {
  margin-top: 10px !important;
}

.mb1 {
  margin-bottom: 10px !important;
}

.sp_mt1 {
  margin-top: 0;
}

.sp_mb1 {
  margin-bottom: 0;
}

.mt2 {
  margin-top: 20px !important;
}

.mb2 {
  margin-bottom: 20px !important;
}

.sp_mt2 {
  margin-top: 0;
}

.sp_mb2 {
  margin-bottom: 0;
}

.mt3 {
  margin-top: 30px !important;
}

.mb3 {
  margin-bottom: 30px !important;
}

.sp_mt3 {
  margin-top: 0;
}

.sp_mb3 {
  margin-bottom: 0;
}

.mt4 {
  margin-top: 40px !important;
}

.mb4 {
  margin-bottom: 40px !important;
}

.sp_mt4 {
  margin-top: 0;
}

.sp_mb4 {
  margin-bottom: 0;
}

.mt5 {
  margin-top: 50px !important;
}

.mb5 {
  margin-bottom: 50px !important;
}

.sp_mt5 {
  margin-top: 0;
}

.sp_mb5 {
  margin-bottom: 0;
}

@media (max-width: 769px) {
  .sp_mt1 {
    margin-top: 10px !important;
  }
  .sp_mb1 {
    margin-bottom: 10px !important;
  }
  .sp_mt2 {
    margin-top: 20px !important;
  }
  .sp_mb2 {
    margin-bottom: 20px !important;
  }
  .sp_mt3 {
    margin-top: 30px !important;
  }
  .sp_mb3 {
    margin-bottom: 30px !important;
  }
  .sp_mt4 {
    margin-top: 40px !important;
  }
  .sp_mb4 {
    margin-bottom: 40px !important;
  }
  .sp_mt5 {
    margin-top: 50px !important;
  }
  .sp_mb5 {
    margin-bottom: 50px !important;
  }
}
.d-flex {
  display: flex;
}

.reverse {
  flex-direction: row-reverse;
}

.align-items-center {
  align-items: center;
}

.justify-content-center {
  justify-content: center;
}

/*トップと下層で表示を変更*/
.top .top_only {
  display: block !important;
}

.top .under_only {
  display: none !important;
}

.under .top_only {
  display: none !important;
}

.under .under_only {
  display: block !important;
}

/*sp,tab,pcの表示切替*/
@media (max-width: 768px) {
  .tablet-only {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  .tablet-only {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .tablet-hide {
    display: none !important;
  }
}
/*テーブルの各要素幅をautoに設定（tbodyの上の階層に.autowidを追記）*/
.autowid tbody th {
  width: auto !important;
}

/*テーブルが800px以下の時にスクロールバーを表示（画面外にはみ出そうなtableの上の階層に.autoscrollを追記）*/
.responsive-scroll {
  overflow: auto;
}

.responsive-scroll table {
  min-width: 800px;
}

/*.justsizeimgのクラスを付けたコードの下にある写真を、実際の画像サイズで表示、中央に寄せる*/
.justsizeimg img {
  width: auto !important;
  display: block;
  margin: auto;
}

/*スマホ表示時のみ電話番号リンクをアクティブ*/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #31ab37 !important;
  background-color: #31ab37 !important;
}

/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 769px) {
  .under #a02,
  .under #a03,
  .under #a04,
  .under #a05,
  .under #a06,
  .under #a07,
  .under #a08,
  .under #a09,
  .under #a10,
  .under #a11,
  .under #a12,
  .under #a13,
  .under #a14,
  .under #a15,
  .under #a16,
  .under #a17,
  .under #a18,
  .under #a19,
  .under #a20,
  .under #a21,
  .under #a22,
  .under #a23,
  .under #a24,
  .under #a25 {
    margin-top: -90px;
    padding-top: 90px;
  }
}
.text-center {
  text-align: center;
}

.pc-text-center {
  text-align: center;
}

@media (max-width: 769px) {
  .pc-text-center {
    text-align: left;
  }
}
.color_pri {
  color: #31ab37;
}

/*slide幅*/
.carousel > div {
  max-width: 100%;
}

.accordion-area {
  list-style: none;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}

.accordion-area li {
  margin: 10px 0;
}

/*.accordion-area section {
  border: 1px solid #ccc;
  }*/
/*アコーディオンタイトル*/
.accordion-area .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 1% 3% 1% 50px;
  transition: all 0.5s ease;
  border-bottom: none;
}

/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #4b4841;
  transition: all 0.5s ease;
}

.accordion-area .title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}

.accordion-area .title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
  margin: 0;
}

/*　closeというクラスがついたら形状変化　*/
.accordion-area .title.close::before {
  transform: rotate(45deg);
}

.accordion-area .title.close::after {
  transform: rotate(135deg);
}

/*アコーディオンで現れるエリア*/
.accordion-area .box02 {
  display: block;
  /*管理画面は表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #4b4841;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

.accordion-area .box {
  display: none;
  /*はじめは非表示*/
  /*background: #f3f3f3;*/
  border-left: 2px solid #4b4841;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

body.page_edit .accordion-area .box {
  display: block;
}

/*ボタンデザイン*/
.btn_wrap a {
  width: -moz-fit-content;
  width: 300px;
  max-width: unset;
  box-sizing: border-box;
  padding: 14px 40px;
  border-radius: 50vh;
  background: #31ab37;
  color: white;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
  transition: 0.2s;
}

.btn_wrap a:before {
  display: none;
}

.btn_wrap a:after {
  width: 20px;
  height: 20px;
  right: 15px;
  transform: rotate(0deg);
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  border: none;
  background: url(/images/ic_arrow.png) no-repeat center center/cover;
  transition: 0.2s;
}

.btn_wrap a:hover {
  opacity: 0.7 !important;
  transition: 0.2s;
}

.btn_wrap a:hover::after {
  right: 12px;
  transition: 0.2s;
}

.columns .btn_wrap a {
  width: 100%;
  min-width: none;
  max-width: 300px;
}

.btn_wrap .columns .wf_btn_part a {
  width: 100%;
  min-width: unset;
  max-width: 300px;
}

/*pagetopボタン*/
.pagetop {
  background: url(/images/top_btn.png);
  background-size: cover;
  width: 70px;
  height: 70px;
  z-index: 10;
  position: fixed;
  right: 5px;
  bottom: calc(16vw + 10px);
  cursor: pointer;
}

@media (min-width: 769px) {
  .pagetop {
    width: 70px;
    height: 70px;
    right: 20px;
    bottom: 20px;
  }
}
.pagetop:before {
  display: none;
}

.pagetop:hover {
  text-decoration: none;
}

/*submenuが枠外に出てしまう場合（枠外に出るメニューのIDを更新）*/
.nav05 .submenu_ul {
  right: 0%;
  left: auto;
}

/*リストのドットの背景色*/
.list_dot li:before {
  background: #31ab37;
}

/*ブログ一覧のカテゴリ表示*/
/*各タイトルパーツ調整*/
/*タイトルパーツデザイン*/
.h2_title_wrap,
.blog_body .h3_title_wrap {
  position: relative;
  z-index: 0;
  background: url(/images/h1.jpg) no-repeat top center/102%;
}
@media (max-width: 768px) {
  .h2_title_wrap,
  .blog_body .h3_title_wrap {
    background: url(/images/sp_h1.png) no-repeat center center/cover;
  }
}

@media (max-width: 768px) {
  .h2_title_wrap::before,
  .blog_body .h3_title_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    aspect-ratio: 254/74;
    background: url("/images/h1_sub.png") no-repeat right/contain;
  }
}
.h2_title_wrap::after,
.blog_body .h3_title_wrap::after {
  right: 0;
  width: 28vw;
  aspect-ratio: 728/140;
  background: url("/images/h2_r.png") no-repeat left/cover;
}

.h2_title_wrap h2,
.blog_body .h3_title_wrap h2 {
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) {
  .h2_title_wrap::before,
  .h2_title_wrap::after,
  .blog_body .h3_title_wrap::before,
  .blog_body .h3_title_wrap::after {
    width: auto;
    height: 100%;
  }
  .h2_title_wrap::before,
  .blog_body .h3_title_wrap::before {
    width: min(36.3020833333vw, 697px);
  }
  .h2_title_wrap::after,
  .blog_body .h3_title_wrap::after {
    width: min(37.9166666667vw, 728px);
  }
  .h2_title_wrap h2,
  .blog_body .h3_title_wrap h3 {
    padding: 20px 0;
  }
}
.originh1,
.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 40px;
  letter-spacing: 0em;
  font-weight: bold;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #fff;
}

@media (max-width: 769px) {
  .originh1,
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 28px;
    padding: 15px 0 20px;
  }
}
.originh2,
.under h3 {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-top: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
line-height: 1.3;
}

@media (min-width: 769px) {
  .originh2,
  .under h3 {
    padding-top: 53px;
    font-size: 32px;
  }
}
.originh2::after,
.under h3::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: 46.5px;
  height: auto;
  aspect-ratio: 93/41;
  background: url("/images/h2.png") no-repeat center/contain;
}

@media (min-width: 769px) {
  .originh2::after,
  .under h3::after {
    width: 93px;
  }
}
.originh3,
.under h4 {
  font-size: 20px;
  margin-top: 20px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 6px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (min-width: 769px) {
  .originh3,
  .under h4 {
    font-size: 24px;
  }
}
.originh3::after,
.under h4::after {
  content: "";
  width: 100%;
  aspect-ratio: 1000/2;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/images/h3_line.png) no-repeat center center/cover;
}

.originh4,
.under h5 {
  font-size: 17px;
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #2c2c2c;
  padding-left: calc(11px + 0.5em);
  position: relative;
}

@media (min-width: 769px) {
  .originh4,
  .under h5 {
    font-size: 20px;
    padding-left: 30px;
  }
}
.originh4::after,
.under h5::after {
  content: "";
  width: 20px;
  aspect-ratio: 20/22;
  position: absolute;
  top: 10px;
  left: 0;
  right: auto;
  margin: 0 auto;
  background: url(/images/h4.png) no-repeat center center/contain;
}
.originh5,
.top h5 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}

@media (max-width: 769px) {
  .originh5,
  .top h5 {
    font-size: 18px;
  }
}
/*topのタイトルパーツに継承*/
/*下層ページのタイトルパーツに継承*/
/*ブログ一覧ページタイトルパーツにも継承*/
/*ブログのタイトルも下層ページと同じデザインに変更*/
.blog_body .h3_title_wrap h3 {
  margin: 0;
}

.blog_body .h3_title_wrap h3:before,
.blog_body .h3_title_wrap h3.after {
  content: none;
}

ul.ul02 {
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
}

ul.ul02 li:before {
  border-left: 8px solid #31ab37;
}

.under .wrap:last-child {
  margin-bottom: 100px;
}

@media (max-width: 769px) {
  .under .wrap:last-child {
    margin-bottom: 50px;
  }
}
.textstrong {
  font-weight: bold;
}

.bg01 {
  padding: 40px !important;
  box-sizing: border-box;
  background: rgba(86, 109, 180, 0.1);
  border-radius: 15px;
}

@media (max-width: 768px) {
  .bg01 {
    padding: 30px !important;
  }
}
#content {
  overflow: hidden;
}

.under .column {
  margin-bottom: 1em;
}

.ul02 .column {
  margin-bottom: 0em;
}

table {
  font-size: 100% !important;
}

.under li.column {
  margin-bottom: 0;
}

#header .hdr_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 20px;
  column-gap: 20px;
  height: 100%;
}

@media (min-width: 961px) {
  #header .hdr_top {
    padding: 10px 0 15px 0;
  }
}
#header .hdr_info_wrap {
  flex-shrink: 0;
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: max(2.2666666667vw, 10px);
}

#header .hdr_info_list li img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

#header .hdr_info_list .tel {
  width: 35px;
}

#header .hdr_info_list .contact {
  width: 47px;
}

#header .hdr_info_list .btn_wrap a {
  width: 100%;
  width: 220px;
}

#header .hdr_info_list .btn_wrap a::after {
  width: 12px;
  height: 12px;
  right: 20px;
  background: url("/images/ic_link.png") no-repeat center/contain;
}

#menu {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

#menu #menu-inner {
  max-width: 100%;
}

#menu-btn {
  display: none;
}

#menu-list > li {
  position: relative;
  transition: all 0.2s;
}

#menu-list > li:hover {
  cursor: pointer;
}

#menu-list > li > a {
  display: block;
  padding: 0 15px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#menu-list > li > a > .blogicon-chevron-down {
  margin-right: 5px;
}

#menu-list > li > ul.menu-children {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding-left: 0;
  list-style-type: none;
}

#menu-list > li:hover > ul.menu-children {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.2s, visibility 0.2s;
}

#menu-list > li > ul.menu-children > li {
  text-align: center;
  width: 220px;
}

#menu-list > li > ul.menu-children > li > a {
  display: block;
  text-decoration: none;
  background: #31ab37;
  padding: 12px 10px;
  border-bottom: 1px solid #fff;
  color: #fff;
line-height: 1.5;
}

#menu-list > li > ul.menu-children > li > a:hover {
  background: #61cf66;
  transition: all 0.2s;
  opacity: 1;
}

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: stretch;
    width: 1000px;
    max-width: 100%;
  }
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    border-right: solid 2px #e6daae;
    box-sizing: border-box;
  }
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 70px;
  }
  #header {
    background: #fff !important;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 12.5px 0;
    height: 70px;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_info_list a {
    display: block;
  }
  #header .hdr_info_list img {
    width: 45px;
    display: block;
  }
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 60%;
    background: #dff2d7;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .toggle {
    display: block;
    width: 32px;
    height: 29px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
  .toggle span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 4px;
    background-color: #31ab37;
    border-radius: 10px;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
  .toggle span:nth-child(1) {
    top: 0%;
  }
  .toggle span:nth-child(2) {
    top: 50%;
  }
  .toggle span:nth-child(3) {
    top: 100%;
  }
  .open .toggle span {
    background-color: #fff;
  }
  .open .toggle span:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
  }
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle span:nth-child(3) {
    transform: translateY(-15px) rotate(45deg);
  }
  #navbk {
    display: none;
    transition: all 0.3s;
  }
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
  #menu {
    padding-bottom: 0;
  }
  #menu-list > li {
    width: 100%;
  }
  #menu-list > li:first-child {
    border-left: unset;
  }
  #menu-list > li.menu-has-child > a {
    position: relative;
  }
  #menu-list > li:hover {
    background: none;
  }
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #31ab37;
    padding: 10px;
    background: #dff2d7;
  }
  #menu-list > li > a img {
    display: none;
  }
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
  #menu-list > li > ul.menu-children > li > a {
    padding: 8px 10px;
    padding-left: 20px;
    background: #31ab37;
  }
  #menu-list > li > ul.menu-children > li > a:hover {
    opacity: 1;
  }
}
.telicon1,
.telicon2 {
  padding-left: 30px;
  position: relative;
  display: inline-block;
}

.telicon1::before,
.telicon2::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
}

.telicon1::before {
  width: 24px;
  height: 25px;
  background: url(/images/h_ic_tel.png) no-repeat center center/cover;
}

.telicon2::before {
  width: 20px;
  height: 21px;
  background: url(/images/ic_tel.png) no-repeat center center/cover;
}

@media (max-width: 960px) {
  header#header .hdr_top h1 img {
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  header#header .hdr_top .hdr_info_wrap .hdr_info_list {
    gap: 20px;
  }
}
header#header .hdr_top .hdr_info_wrap .hdr_info_list li:nth-child(1) {
  font-weight: 500;
  line-height: 1;
  text-align: right;
  letter-spacing: 0em;
}

header#header .hdr_top .hdr_info_wrap .hdr_info_list li:nth-child(1) .telicon1 {
  margin-bottom: 10px;
  color: #31ab37;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
}

header#header .hdr_top .hdr_info_wrap .hdr_info_list li:nth-child(2).btn_wrap .wf_btn_part a {
  width: 240px;
}

header#header #menu #menu-inner #navArea nav > #menu-list > li {
  border-right: 1px dashed #c2dbb7;
}

@media (min-width: 960px) {
  header#header #menu #menu-inner #navArea nav > #menu-list > li:first-child {
    border-left: 1px dashed #c2dbb7;
  }
}
header#header #menu #menu-inner #navArea nav > #menu-list > li a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}

.mainimage {
  position: relative;
}

.sec_news .columns {
  align-items: center;
}

@media (max-width: 768px) {
  .sec_news .columns .column.is-3 {
    margin-bottom: 30px;
  }
}
.sec_news .columns .column .flex_cont {
  display: flex;
  justify-content: center;
}

.sec_news .columns .column .flex_cont li {
  width: 45%;
  padding: 10px 0;
  border-radius: 10px 10px 0 0;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  cursor: pointer;
line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

@media (max-width: 768px) {
  .sec_news .column + .column {
    margin-top: 0;
  }
}
.sec_news .columns .column .flex_cont li.color001 {
  background: #e8a02d;
}

.sec_news .columns .column .flex_cont li.color002 {
  background: #9ed136;
}

.sec_news .columns .column .flex_cont li.color003 {
  background: #31ab37;
}

.sec_news .columns .column .flex_cont li.color004 {
  background: #009f67;
}

.sec_news .wf_lic {
  border-bottom: 1px dashed #d9dcba;
}

.sec_news .columns .column .news_content {
  padding: 3% 5% 5%;
  border-radius: 20px;
  background: #eff8dd;
}

@media (max-width: 768px) {
  .sec_news .columns .column .news_content {
    border-radius: 0 0 15px 15px;
  }
}
@media (max-width: 768px) {
  .sec_news .columns .column .news_content .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 2px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .sec_news .columns .column .news_content .wf_blog_ul .wf_blog_li_title {
    padding-top: 2px;
    width: 100%;
  }
}
.sec_contact h2 {
  color: white;
}

.sec_contact h2::before {
  background: url(/images/h202.png) no-repeat center center/cover;
}

.sec_contact h2 .sub {
  color: white;
}

.sec_contact .txt1 {
  margin-bottom: 20px;
}

.sec_contact .txt2 {
  text-align: center;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
  font-size: 34px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.fixedfooter {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: auto;
  z-index: 4;
}

@media (min-width: 769px) {
  .fixedfooter {
    left: auto;
    right: 0;
    top: auto;
    top: 30vh;
  }
}
.fixedfooter ul {
  display: flex;
  align-items: end;
}
@media (max-width: 768px) {
  .fixedfooter ul {
    justify-content: center;
  }
}

@media (min-width: 769px) {
  .fixedfooter ul {
    display: block;
  }
}
@media (min-width: 769px) {
  .fixedfooter ul li {
    width: 120px;
    margin-top: 10px;
  }
}
.fixedfooter ul li img {
  width: 100%;
  vertical-align: bottom;
}

#upper_footer {
  background: url(/images/bg_img008.jpg) no-repeat center center/cover;
}
#upper_footer .inner {
  padding: clamp(50px, 9vw, 90px) 0 clamp(50px, 9vw, 90px);
}

@media (min-width: 1920px) {
  #upper_footer .inner::after {
    left: unset;
    right: calc(100% + 120px);
  }
}
@media (min-width: 769px) {
  #upper_footer .inner .column {
    margin-bottom: 0;
  }
}
#upper_footer .inner .column .logospace {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 30px 0;
}
@media (max-width: 768px) {
  #upper_footer .inner .column .logospace {
    margin-left: auto;
  }
}

#upper_footer .inner .column .logospace img {
  vertical-align: middle;
}

#upper_footer .inner .column .textbox {
  margin-bottom: 20px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}

#upper_footer .inner .column .imgbox {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  #upper_footer .inner .column .imgbox {
    padding-right: 2%;
  }
}

#upper_footer .inner .column .imgbox img {
  vertical-align: middle;
}

#upper_footer .inner .column .footerttl {
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #31ab37;
  border-bottom: 1px dashed #31ab37;
  padding-bottom: 10px;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1;
}

#upper_footer .inner .column .footerttl:not(:first-child) {
  margin-top: 20px;
}

.footerttl02 {
  margin-bottom: 20px !important;
}

@media (min-width: 769px) {
  #upper_footer .inner .column .footerttl:not(:first-child) {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  #upper_footer .inner .column .footerttl {
    margin-top: 20px;
  }
}
#upper_footer .inner .column .footerlink {
  display: flex;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

@media (min-width: 769px) {
  #upper_footer .inner .column .footerlink {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
}
#upper_footer .inner .column .footerlink ul {
  width: 49%;
}

@media (min-width: 769px) {
  #upper_footer .inner .column .footerlink ul {
    width: 48%;
  }
}
#upper_footer .inner .column .footerlink .children {
  width: 100%;
  padding-left: 1em;
  box-sizing: border-box;
}

#upper_footer .inner .column .footerlink .children li a {
  font-weight: normal;
  position: relative;
  padding-left: 19px;
font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

#upper_footer .inner .column .footerlink .children li a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 1px;
  top: 13px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 0 auto;
  background: #333;
  padding-right: 0.5em;
}

#upper_footer .inner .column .footerlink > ul li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 2.1875;
  letter-spacing: 0;
  position: absolute;
}

#upper_footer .inner .column .footerlink .children li a {
  line-height: 1.75;
}

#upper_footer .inner .column .footerlink > ul > li > a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
}

#upper_footer .inner .column .footerlink > ul > li > a::before {
  content: "・";
  color: #e8a02d;
  position: absolute;
  display: inline-block;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  margin: auto;
}

#upper_footer .inner .column .footer_bnr li {
  text-align: center;
}

@media (min-width: 769px) {
  #upper_footer .inner .column .footer_bnr li {
    text-align: left;
  }
}
#upper_footer .inner .column .footer_bnr img {
  vertical-align: middle;
  margin-left: 0;
}

#upper_footer .inner .column ul.bnrbox {
  margin-top: 30px;
}

#upper_footer .inner .column ul.bnrbox li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #upper_footer .inner .column ul.bnrbox li {
    text-align: center;
  }
}
#upper_footer #footer .copyright {
  padding: 21px 0;
  margin: 0;
  border-top: 1px solid #bcdfad;
}

@media (max-width: 768px) {
  #upper_footer #footer .copyright {
    padding: 15px 0 calc(13.3333333333vw + 15px);
  }
}
.under .btn_wrap.maxbtn .wf_btn_part a {
  max-width: 100%;
  width: 100%;
}

.sec_text {
  letter-spacing: 0.08em;
  line-height: 2;
}

.sec_contact .btn_wrap .wf_btn_part a {
  background: #fff;
  color: #5ec1e0;
}

.sec_contact .btn_wrap .wf_btn_part a:hover {
  background: #5ec1e0;
  color: #fff;
}

.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 130px;
  display: inline-block;
  padding: 5px;
  font-size: 16px;
  border-radius: 20px;
  letter-spacing: 0em;
  font-weight: bold;
  vertical-align: top;
  line-height: 1;
  box-sizing: border-box;
}

.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #e8a02d;
  color: #fff;
  border: solid 2px #e8a02d;
}

.wf_lic_未就園児クラス（ぞうさんプレイデー） .wf_blog_li_date:before {
  content: "未就園児クラス";
  background: #9ed136;
  color: #fff;
  border: solid 2px #9ed136;
}

.blog_body .h3_title_wrap {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .sec_parent .flexbox .left {
    border-right: none;
  }
}
.borderbox {
  padding: 30px 50px 30px !important;
  box-sizing: border-box;
  border: none;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 25px !important;
  }
}
.t01_wrap th,
.t01_wrap td {
  padding: 0.8em;
}

.t01_wrap tbody th {
  width: 33%;
}

.sec_parent .columns {
  justify-content: center;
}

/*MV*/
.mainimage {
  position: relative;
}

.mainimage img {
  width: 100%;
}

.mainimage .maincopy {
  position: absolute;
  width: 88.5333333333vw;
  max-width: 664px;
  height: 29.8666666667vw;
  max-height: 224px;
  right: calc(50% + 2.6666666667vw);
  bottom: 10.6666666667vw;
  transform: translateX(50%);
  margin: auto;
}

@media (min-width: 769px) {
  .mainimage .maincopy {
    width: 54.9479166667vw;
    max-width: 1055px;
    height: 11.3541666667vw;
    max-height: 218px;
    right: calc(50% + 4.1666666667vw);
    bottom: 3.6458333333vw;
    transform: translateX(50%);
  }
}
.mainimage .slick-slider {
  margin: 0;
}

.mainimage {
  position: relative;
  padding-bottom: 96%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

@media (min-width: 769px) {
  .mainimage {
    padding-bottom: 37.5%;
  }
}
.mainimage iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wf_type1 .wf_type1_bg_img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

body.top h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 28px;
  margin-inline: auto;
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: clamp(30px, 4vw, 40px);
  line-height: 1.425;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  body.top h2 {
    padding-top: 50px;
    margin-bottom: 20px;
  }
}
body.top h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  display: block;
  width: 50px;
  height: auto;
  aspect-ratio: 93/40;
  background: url("/images/h2_img01.png") no-repeat center/contain;
}

@media (min-width: 769px) {
  body.top h2::after {
    width: 93px;
  }
}
body.top h2 .h2_en {
  color: #31ab37;
  font-weight: bold;
  font-size: clamp(20px, 2.2vw, 22px);
  line-height: 2.2727272727;
  letter-spacing: 0.1em;
  text-align: center;
}

body.top .sec_top {
  position: relative;
  z-index: 0;
}

body.top .sec_top .inner {
  position: relative;
  z-index: 0;
}

/* =============================================
news
============================================= */
body.top .sec_news::before {
  content: "";
  position: absolute;
  bottom: 100%;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 750/66;
  background: url("/images/sp_wave001.png") no-repeat center/cover;
}

@media (min-width: 769px) {
  body.top .sec_news::before {
    aspect-ratio: 1920/76;
    background: url("/images/wave01.png") no-repeat center/cover;
  }
}
.sec_news {
  padding: clamp(50px, 10vw, 100px) 0;
  background: url(/images/bg_img001.jpg) no-repeat center center/cover;
}

body.top .sec_news h2 {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  body.top .sec_news h2 {
    margin-bottom: 30px;
  }
}
body.top .sec_news .btn_wrap a {
  width: 100%;
  min-width: unset;
  max-width: 200px;
}
@media (max-width: 768px) {
  body.top .sec_news .btn_wrap a {
    margin-top: 20px;
  }
}

body.top .sec_news .column.column_title {
  flex: none;
  width: 100%;
}

@media (min-width: 769px) {
  body.top .sec_news .column.column_title {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 4%;
  }
}
body.top .sec_news .column.column_list {
  width: 100%;
}

@media (min-width: 769px) {
  body.top .sec_news .column.column_list {
    flex: 1;
    width: 100%;
  }
}
body.top .sec_news .column.column_list .flex_cont {
  width: 100%;
}

@media (min-width: 769px) {
  body.top .sec_news .column.column_list .flex_cont {
    width: 75%;
    margin-inline: auto;
  }
}
body.top .sec_news .column.column_list .flex_cont li {
  width: 100%;
  max-width: 200px;
  transition: 0.2s;
}

body.top .sec_news .column.column_list .flex_cont li.cat_お知らせ {
  background-color: #ffb900;
}

body.top .sec_news .column.column_list .flex_cont li.cat_未就園児教室 {
  background-color: #3daee3;
}

body.top .sec_news .column.column_list .flex_cont li:hover {
  opacity: 0.8;
}

/* =============================================
about
============================================= */
body.top .bg_wrapper01 {
  padding: clamp(50px, 10vw, 100px) 0;
  background: url(/images/bg_img003.png) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 768px) {
  body.top .bg_wrapper01 {
    background: url(/images/sp_bg_img003.png) no-repeat center center/cover;
  }
}
body.top .bg_wrapper01::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1920/129;
  top: auto;
  bottom: -2px;
  left: 0;
  right: auto;
  margin: auto;
  z-index: 0;
  background: url(/images/wave003.png) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .sec_about .cont_img img {
    margin: auto;
  }
}

body.top .sec_about .inner::before,
body.top .sec_about .inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: auto;
}

@media (min-width: 769px) {
  body.top .sec_about .inner::before,
  body.top .sec_about .inner::after {
    top: 0;
  }
}
body.top .sec_about .inner::before {
  bottom: 0;
  left: calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
  aspect-ratio: 750/644;
  background: url("/images/sp_about_bottom.png") no-repeat center/cover;
}

@media (min-width: 769px) {
  body.top .sec_about .inner::before {
    left: min(50% - 50vw, 0px);
    width: 30%;
    aspect-ratio: 453/1055;
    background: url("/images/about_bg_l.png") no-repeat center/contain;
  }
}
@media (min-width: 1600px) {
  body.top .sec_about .inner::before {
    bottom: unset;
    width: auto;
    height: 100%;
    max-height: 1055px;
  }
}
body.top .sec_about .inner::after {
  top: 0;
  right: calc(50% - 50vw);
  width: calc(100% + 100vw - 100%);
  aspect-ratio: 750/664;
  background: url("/images/sp_about_top.png") no-repeat center/cover;
}

@media (min-width: 769px) {
  body.top .sec_about .inner::after {
    right: min(50% - 50vw, 0px);
    width: 30%;
    aspect-ratio: 360/1055;
    background: url("/images/about_bg_r.png") no-repeat center/contain;
  }
}
@media (min-width: 1600px) {
  body.top .sec_about .inner::after {
    width: auto;
    height: 100%;
    max-height: 1055px;
  }
}
body.top .sec_about .cont_img {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.top .sec_about .cont_img {
    margin-bottom: 20px;
  }
}

body.top .sec_about .btn_wrap {
  margin-top: 40px;
}
@media (max-width: 768px) {
  body.top .sec_about .btn_wrap {
    margin-top: 20px;
  }
}

/* =============================================
features
============================================= */
body.top .sec_features {
  padding: clamp(50px, 7vw, 70px) 0 clamp(50px, 8vw, 80px);
}
body.top .sec_features h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(20px, 2.4vw, 24px);
  font-weight: bold;
  color: #31ab37;
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  margin-top: 15px;
}
body.top .sec_features h3::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 272px;
  max-width: 100%;
  aspect-ratio: 272/23;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/top_h3.png) no-repeat center center/contain;
  z-index: -1;
}
@media (max-width: 768px) {
  body.top .sec_features h3::before {
    width: 240px;
  }
}

body.top .sec_features .inner::before,
body.top .sec_features .inner::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  height: auto;
}

@media (min-width: 769px) {
  body.top .sec_features .inner::before,
  body.top .sec_features .inner::after {
    top: unset;
    bottom: 0;
  }
}
@media (min-width: 1600px) {
  body.top .sec_features .inner::before,
  body.top .sec_features .inner::after {
    top: 0;
    bottom: unset;
  }
}
body.top .sec_features .inner::before {
  top: 0;
  left: min(50% - 50vw, 0px);
  width: 32.4vw;
  aspect-ratio: 243/2000;
  background: url("/images/sp_features_bg_l.png") no-repeat right/cover;
}

@media (min-width: 769px) {
  body.top .sec_features .inner::before {
    width: 26.875vw;
    height: 100%;
    max-height: 1476px;
    aspect-ratio: 544/1476;
    background: url("/images/features_bg_l.png") no-repeat right/cover;
  }
}
@media (min-width: 1600px) {
  body.top .sec_features .inner::before {
    width: auto;
  }
}
body.top .sec_features .inner::after {
  bottom: -70px;
  right: min(50% - 50vw, 0px);
  width: 37.6vw;
  aspect-ratio: 282/2000;
  background: url("/images/sp_features_bg_r.png") no-repeat left/cover;
}

@media (min-width: 769px) {
  body.top .sec_features .inner::after {
    bottom: 0;
    width: 25vw;
    height: 100%;
    max-height: 1476px;
    aspect-ratio: 555/1476;
    background: url("/images/features_bg_r.png") no-repeat left/cover;
  }
}
@media (min-width: 1600px) {
  body.top .sec_features .inner::after {
    width: auto;
  }
}
body.top .sec_features .columns {
  justify-content: center;
}

body.top .sec_features .columns:not(:last-child) {
  margin-bottom: 30px;
}

body.top .sec_features .columns .column {
  width: 100%;
}

@media (min-width: 769px) {
  body.top .sec_features .columns .column {
    max-width: 320px;
  }
}
/* =============================================
slider
============================================= */
.sec_slider {
  overflow: hidden;
  z-index: 1;
  position: relative;
}

.sec_slider .columns {
  margin: 0;
}

body:not(.page_edit) .sec_slider .column {
  flex: none;
}

body:not(.page_edit) .sec_slider .slider_wrap {
  animation: loopslider 60s linear infinite;
  display: flex;
  width: 5440px;
  height: 100%;
}

.sec_slider .column:nth-child(even) {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .sec_slider .column:nth-child(even) {
    margin-top: 10px !important;
  }
}
@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap {
    width: 3360px;
    animation: sp_loopslider 50s linear infinite;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont {
  padding: 0 10px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont {
    padding: 5px;
    margin: 0;
  }
}
body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
  display: block;
  border-radius: 5px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider .slider_wrap > .cont img {
    width: 200px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2720px);
  }
}
@keyframes sp_loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1680px);
  }
}
/* =============================================
園生活
============================================= */
body.top .sec_life {
  padding: clamp(50px, 8vw, 80px) 0 clamp(100px, 14vw, 140px);
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
  position: relative;
}
body.top .sec_life img {
  display: block;
}

body.top .sec_life::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  aspect-ratio: 1920/60;
  top: auto;
  bottom: -2px;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/wave02.png) no-repeat center center/cover;
}

/* =============================================
入園／見学について
============================================= */
body.top .sec_guidance {
  padding: clamp(50px, 8vw, 80px) 0 0;
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 768px) {
  body.top .sec_guidance {
    background: #e9f4e9;
  }
}
@media (min-width: 769px) {
  body.top .sec_guidance .inner {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }
}
body.top .sec_guidance .columns {
  align-items: center;
}
body.top .sec_guidance .column_img {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  body.top .sec_guidance .column_img {
    padding-left: 3vw;
    padding-right: 4%;
  }
}
body.top .sec_guidance .column_img img {
  display: block;
}
@media (min-width: 769px) {
  body.top .sec_guidance .column_img img {
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  body.top .sec_guidance .column_text {
    padding-right: max(50% - 500px, 3%);
  }
}
body.top .sec_guidance .btn_wrap a {
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.top .sec_guidance .btn_wrap a {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body.top .sec_guidance .column + .column {
    margin-top: 0px;
  }
}

/* =============================================
子育て支援
============================================= */
body.top .sec_preschool {
  padding: clamp(50px, 10vw, 100px) 0 clamp(50px, 7vw, 70px);
  background: url(/images/bg_img006.jpg) no-repeat center center/cover;
  position: relative;
}
@media (max-width: 768px) {
  body.top .sec_preschool {
    background: #e9f4e9;
  }
}
@media (min-width: 769px) {
  body.top .sec_preschool .inner {
    width: 100% !important;
    max-width: 100%;
    margin: 0;
  }
}
body.top .sec_preschool .columns {
  align-items: center;
}
body.top .sec_preschool .column_img {
  box-sizing: border-box;
}
@media (min-width: 769px) {
  body.top .sec_preschool .column_img {
    padding-left: 4%;
    padding-right: 3vw;
  }
}
body.top .sec_preschool .column_img img {
  display: block;
}
@media (min-width: 769px) {
  body.top .sec_preschool .column_img img {
    margin-right: auto;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  body.top .sec_preschool .column_text {
    padding-left: max(50% - 500px, 3%);
  }
}
body.top .sec_preschool .btn_wrap a {
  margin-top: 30px;
}
@media (max-width: 768px) {
  body.top .sec_preschool .btn_wrap a {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  body.top .sec_preschool .column + .column {
    margin-top: 0px;
  }
}

/* =============================================
バナー
============================================= */
.sec_recruit {
  padding: 40px 0 clamp(50px, 8vw, 80px);
}

/* =============================================
お問合せ
============================================= */
body.top .sec_contact {
  background: url(/images/bg_img007.jpg) no-repeat center center/cover;
  position: relative;
  color: #fff;
  padding: clamp(50px, 10vw, 100px) 0 clamp(50px, 8vw, 80px);
}
body.top .sec_contact h2::after {
  background: url(/images/h2_img02.png) no-repeat center/contain;
}

body.top .sec_contact h2 .h2_en {
  color: #fff;
}

body.top .sec_contact .cont_text {
  font-size: 13px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

@media (min-width: 769px) {
  body.top .sec_contact .cont_text {
    font-size: 16px;
  }
}
body.top .sec_contact .cont_tel {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: 0.08em;
  text-align: center;
}

body.top .sec_contact .cont_tel .telicon2 {
  padding-left: calc(20px + 0.2em);
}

body.top .sec_contact .btn_wrap a {
  min-width: 300px;
  padding-left: 31.5px;
  border: solid 2px #fff;
  background-color: transparent;
  color: #fff;
  margin-top: 20px;
}
body.top .sec_contact .btn_wrap a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 19px;
  background: url(/images/ic_mail.png) no-repeat center center/contain;
  border-radius: 0;
  position: static;
  margin-top: 0;
  vertical-align: -3px;
  margin-right: 10px;
}

body.top .sec_contact .btn_wrap a:hover {
  background-color: #9ed136;
  opacity: 1 !important;
}

body.top .wf_googlemap_wrap .inner2 {
  height: 100%;
}

body.top .wf_googlemap_wrap .inner2 .cont {
  height: 100%;
}

body.top .wf_googlemap_wrap .inner2 .cont .wf_input_html {
  height: 100%;
}

#content .ulbox ul li,
#content .olbox ul li {
  padding: 0 0 5px 21px;
  position: relative;
}

#content .ulbox ul li::before,
#content .olbox ul li::before {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 3px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 8px solid #31ab37;
}

#content .ulbox ol li,
#content .olbox ol li {
  margin-left: 2em;
}

@media (min-width: 769px) {
  #content .ulbox ol li.column.is-half,
  #content .olbox ol li.column.is-half {
    width: calc(50% - 2em);
  }
}
#content .borderbox {
  background: #f8f9ed;
}

#content .borderbox .columns:last-child {
  margin-bottom: 0;
}

#content .anchor .borderbox {
  background-color: #e3f4dc;
}

#content .anchor .borderbox li::before {
  border-left: 8px solid #31ab37;
}

body.under .columns_schebule {
  align-items: stretch;
}

body.under .columns_schebule .column .cont {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}

.top_bg01 {
  background: url("/images/bg001.jpg") repeat center/cover;
}
@media (max-width: 768px) {
  .top_bg01 {
    background: url("/images/sp_bg_img001.png") repeat top/cover;
  }
}


.mainmovie {
  position: relative;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.mainmovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#header {
  background: url(/images/h_bgimg.jpg) no-repeat center center/cover;
}

.sec_mainvisu {
  position: relative;
}

.sec_mainvisu .copy {
  position: absolute;
  display: inline-block;
  max-width: 503px;
  width: 26.1979166667vw;
  top: auto;
  bottom: 8%;
  left: 27%;
  right: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .sec_mainvisu .copy {
    width: 67.0666666667vw;
    max-width: 503px;
    left: 3%;
    bottom: 12%;
  }
}

body.top .sec_contact .cont_tel a {
  color: #fff;
  position: relative;
  padding-left: 34px;
}
body.top .sec_contact .cont_tel a::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 21px;
  top: 8px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: auto;
  background: url(/images/ic_tel.png) no-repeat center center/contain;
}

.icon_none li:before {
  display: none !important;
}

@media (max-width: 768px) {
  .guidance_table tbody th {
    width: 76px;
  }
}

.farm_btn a {
  width: 310px;
}

.dot01 div {
  position: relative;
  padding-left: 15px;
}
.dot01 div:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 12px;
  bottom: auto;
  left: 0;
  right: auto;
  margin: 0 auto;
  background: #31ab37;
}

.center_columns {
  align-items: center;
}

.btn_wrap .columns .about_btn a {
  border-radius: 40px;
  height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 20px;
max-width: 400px;
}
.btn_wrap .columns .about_btn a:after {
  display: none;
}

.btn_wrap .columns .about_btn .large_txt {
  font-size: 25px;
}

.btn_wrap .columns .about_btn.mail a:before {
  content: "";
  display: block;
  width: 24px;
  height: 19px;
  margin: 10px auto 0;
  background: url(/images/ic_mail.png) no-repeat center center/contain;
  position: static;
  border-radius: 0;
}

.btn_wrap .columns .about_btn.mail a {
  flex-direction: column-reverse;
  font-size: 22px;
}

.wf_flow_down {
  width: 20px;
  height: 20px;
  border: 3px solid;
  border-color: transparent transparent #31ab37 #31ab37;
  transform: rotate(-45deg);
  margin: auto;
}

.support_table {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .t01_wrap.scroll .cont {
    overflow-x: scroll;
  }
  .t01_wrap.scroll table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }
}
.width_fit {
  width: 1%;
}

.support_table td,
.support_table th {
  text-align: center;
}
@media ( min-width : 769px ) {
  .pc-text-center{
    text-align: center;
  }
}
.under .wf_img_cont .img_span img{
  border-radius: 10px;
}
@media ( max-width : 768px ) {
  .dot01 div:before {
    top: 9px;
  }
}
.mainmovie .moviebox video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainmovie .moviebox {
  width: 100%;
  max-width: 100%;
}
.mainmovie {
  padding-top: 39.2%;
  position: relative;
}
@media (max-width: 768px) {
    .mainmovie {
        padding-top: 128%;
    }
}
@media ( max-width : 768px ) {
  .sp_small {
    font-size: 13px !important;
  }
}
/*# sourceMappingURL=local.css.map */