@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
.carousel_inner {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 1170px) and (min-width: 768px) {
  .nav_fax {
    display: none !important;
  }
}
@media only screen and (max-width: 900px) and (min-width: 768px) {
  .nav_tel {
    display: none !important;
  }
}
.top h3.title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.top h4.title {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.carousel {
  position: relative;
}

.copy {
  padding-top: 20px;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 320px !important;
  max-height: 250px !important;
  margin: auto !important;
}

.copy h3.title {
  font-size: 3vw;
}

.copy div.part {
  color: #fff;
  font-size: 1.2vw;
  line-height: 1.5em;
  max-width: calc(100% - 30px);
  margin: auto;
}

.copy a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff !important;
  background: #052c93;
  padding: 0px;
  border-radius: 20px;
  max-width: 200px;
  width: 100%;
  box-sizing: border-box;
  margin: 20px auto;
  display: block;
  font-size: 16px;
}

@media only screen and (max-width: 767px) {
  .copy h3.title {
    font-size: 5vw;
    padding: 10px;
    margin: 0;
  }
  .copy div.part {
    line-height: 4em;
  }
  .copy a {
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    margin: 5px auto;
    display: block;
    font-size: 14px;
  }
}
body {
  background: #fff;
  color: #1f1f1f;
  line-height: 1.7;
}

.hidden {
  display: none !important;
}

a,
a:visited,
a:hover {
  color: #1b1b1b;
}

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

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

.bn1 a,
.bn2 a,
.bn3 a,
.bn4 a {
  background-size: cover;
  position: relative;
  height: 150px;
  line-height: 130px;
  display: block;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: 5px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  transition: 200ms;
  text-shadow: 0px 0px 10px rgb(180, 180, 180);
  border: 10px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: "Lato", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

a {
  transition: 200ms;
}

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

.bn1 a {
  background: url(/images/bn1.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn2 a {
  background: url(/images/bn2.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn3 a {
  background: url(/images/bn3.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn4 a {
  background: url(/images/bn4.jpg) center center no-repeat, linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.bn1 span,
.bn2 span,
.bn3 span,
.bn4 span {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

/* header */
#header {
  height: 80px;
}

#header h1 {
  float: left;
  padding-top: 29px;
  padding-left: 20px;
}

/* nav */
#nav {
  width: auto;
  float: right;
  background: none;
  padding-bottom: 10px;
  padding-top: 25px;
}

#nav #menu > li {
  float: left;
  list-style: none;
  width: auto;
  /*height:80px;*/
  box-sizing: border-box;
  font-size: 14px;
}

#nav li a {
  display: block;
  /*
  	height:80px;
  	line-height:80px;
  */
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

#nav li.nav_contact a {
  background: #004098;
  color: #fff;
}

#nav li a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

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

.submenu_ul > li {
  background: #50350d;
  list-style: none;
  width: 300px;
  height: 40px;
  box-sizing: border-box;
  border-collapse: collapse;
  border-bottom: 1px solid #fff;
}

.submenu_ul > li a {
  color: #fff !important;
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}

.submenu_ul > li a:hover {
  color: #ccc !important;
}

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

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

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

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

/* メイン */
.carousel {
  padding-bottom: 0px;
  width: 100%;
  overflow: hidden;
  background: url(/images/mainimage_bg.png) repeat center top;
}

.carousel > div {
  width: 100%;
  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;
}

.carousel .slick-arrow {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 19px;
  height: 34px;
  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:hover {
  opacity: 0.5;
}

.carousel .slick-arrow.slick-prev {
  left: -12px;
  background-image: url(../images/arrow_prev.png);
}

.carousel .slick-arrow.slick-next {
  right: -12px;
  background-image: url(../images/arrow_next.png);
}

/* フッター */
.totop {
  text-align: right;
  line-height: 1;
  height: 47px;
}

.totop img {
  display: block;
  float: right;
}

.top .totop {
  background: #000c1c;
  padding-top: 30px;
}

#footer {
  background: #f7f7f7;
  color: #333;
  font-size: 16px;
  line-height: 1.428em;
}

@media (max-width: 1000px) {
  #footer {
    font-size: 14px;
  }
}
#footer .inner {
  padding: 50px 0 50px;
}

#footer .footer_title {
  float: left;
  margin-right: 35px;
  font-weight: bold;
}

#footer ul {
  /*	float: left;*/
  margin-bottom: 10px;
}

.column.is-3 li a {
  display: block;
  padding: 5px;
}

#footer ul li {
  display: block;
  list-style: none;
}

.footer_ul_wrap {
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  background: #fff;
}

#footer ul li a,
#footer ul li a:visited {
  text-decoration: none;
  color: #111;
  display: block;
  padding: 5px;
}

.footer_ul,
.footer_ul li,
.footer_ul li a {
  display: inline !important;
  text-align: center !important;
}

#footer ul.footer_ul li a:after {
  content: "　|";
}

#footer ul li.nav07 a:after {
  display: none;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer .f_logo {
  margin: 0 0 18px;
}

.copyright {
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  background: #052c93;
  color: #fff;
  padding: 15px 0;
}

/* 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%;
}

/* BTN */
.anchor_wrap a {
  width: 180px;
  display: inline-block;
  height: 32px;
  line-height: 30px;
  color: #fff;
  text-decoration: none;
  background: #afcaf2;
  border-radius: 16px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 2px;
}

.anchor_wrap a:hover {
  opacity: 0.7;
}

/*TOP*/
h3 {
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
  text-align: center;
  letter-spacing: 0.1em;
}

.h3_title_wrap > .inner {
  padding: 0;
}

/*.under h3{
	text-align:center;
	box-sizing:border-box;
	padding:0 0 30px 0;
	display:block;
	font-size:32px;
	letter-spacing:0.05em;
	margin:0 0 40px;
	font-weight:bold;
}*/
.top h4 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #50350d;
  letter-spacing: 0.05em;
}

.under h4 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  padding: 0.5em 0 0.5em;
  margin-bottom: 0;
  margin-top: 1em;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 1.4;
}

.under h4::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 2px;
  background: #254295;
}

.under h5 {
  font-size: 18px;
  padding: 0.8em 15px 0.7em 15px;
  border-left: 5px solid #254295;
  font-weight: bold;
  background: transparent;
  text-align: left;
}

.top .bg_block {
  background: #000c1c;
}

.top .concept-block,
.top .item-block {
  padding-bottom: 2.5em;
  padding-top: 2.5em;
  margin-bottom: 2.5em;
}

.top .info-block {
  margin-bottom: 2.5em;
}

.top .concept-block img {
  margin-right: 20px;
}

.top .shop-block p.entry_p {
  width: 48%;
}

.top .shop-block .anchor_wrap {
  padding-top: 1em;
}

.top dl.info {
  margin-bottom: 20px;
}

/* 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: 16px;
  font-weight: bold;
  color: #b0bf24;
  display: block;
}

/* under */
.under .wf_bread_ul {
  max-width: 100%;
  background: url(/images/bread_bg.png) no-repeat center top;
  background-size: 100% 80px;
  padding: 2px 20px;
  box-sizing: border-box;
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 16px;
}

.page_title {
  background: #000c1c;
  text-align: center;
  margin-bottom: 30px;
  padding: 2em 0;
}

h2.title {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 40px;
  /*font-family: 'Lato', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;*/
}

/* template */
.under .wrap {
  margin-bottom: 10px;
}

.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;
}

.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 (min-width: 768px) {
  #nav .nav_contact {
    margin-left: 30px;
  }
  #footer .column_l .column_inner {
    border-right: 1px solid #fff;
  }
  #footer .column_r .column_inner {
    padding-left: 30px;
  }
  #footer .column_r .column_inner ul {
    padding-right: 30px;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
}
@media only screen and (max-width: 1010px) {
  #header .inner,
  #content .inner,
  #footer .inner,
  .totop .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    float: none;
  }
  #header .inner,
  #nav .inner {
    width: auto;
  }
  .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 (min-width: 768px) and (max-width: 1000px) {
  #nav li a {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
  }
  #nav .nav_contact {
    margin-left: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .top #content .sec03 {
    border-bottom: 1px solid #fff;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    max-width: 100%;
  }
  #header {
    height: 110px;
  }
  #header h1 {
    position: absolute;
    margin-top: 0;
    top: 14px;
    left: 10px;
    max-width: 45%;
  }
  #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;
  }
  #nav {
    background: 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.7);
    left: 0;
    margin: 0;
    top: 90px;
    width: 100%;
    position: absolute;
    z-index: 999;
  }
  #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.nav01 {
    border-left: none;
  }
  #nav ul li a {
    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%;
  }
  #footer .column_r .column_inner li {
    margin-bottom: 0.6em;
  }
  /* 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) {
  .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;
  }
}
@media only screen and (max-width: 360px) {
  #header {
    height: 90px;
  }
  #nav ul {
    top: 88px;
  }
  #header h1 {
    top: 4px;
  }
  #toggle {
    top: 23px;
  }
}
@media only screen and (max-width: 320px) {
  #header {
    height: 75px;
  }
  #header h1 {
    top: 0;
    padding-top: 24px;
    padding-left: 12px;
  }
  #header .info {
    top: 20px;
  }
  #toggle {
    top: 17px;
  }
  #nav ul {
    top: 74px;
  }
}
/***********BLOG************/
.wf_blog_ul {
  max-width: 1000px;
  width: 94%;
  margin: 5px auto 15px;
  display: block;
}

.wf_blog_li_thumb img {
  display: block;
  margin: auto;
}

.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-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px dashed #ccc;
  font-size: 15px;
}

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

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  display: block;
  float: left;
  margin: 0px !important;
  padding: 10px;
  box-sizing: border-box;
  max-width: 100%;
}

.wf_bread_ul li {
  display: inline;
}

.wf_bread_ul li a {
  color: #fff;
}

.wf_blog_ul li a {
  color: #333;
}

.wf_bread_ul {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0px auto;
  padding: 5px;
  color: #fff;
  font-size: 82%;
}

/* *******************************************************************************
 ■ 追記
******************************************************************************* */
body {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 180%;
  background: #fff !important;
}

input,
button,
select,
textarea,
.nav-collapse_ .nav > li > a,
.nav-collapse_ .nav > li > p,
.nav-collapse .sub-menu > ul li a,
.btn.btn-info {
  /*font-family: "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;*/
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#menu-list > li > a {
  font-family: "Zen Kurenaido", sans-serif;
}

.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;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

#header h1 a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
}

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

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

.mb_h4 {
  margin-bottom: 18px !important;
}

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

.mb_01 {
  margin-bottom: 27px !important;
}

.mb_02 {
  margin-bottom: 60px !important;
}

.mb_03 {
  margin-bottom: 75px !important;
}

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: none repeat scroll 0 0 #ff7b8e;
  border-radius: 50%;
  content: "";
  height: 5px;
  left: 6px;
  position: absolute;
  top: 10px;
  width: 5px;
}

.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;
  text-align: left !important;
}

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

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

ul.ul02 li a {
  font-weight: bold;
  font-family: "Zen Kurenaido", sans-serif;
}

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

ul.ul_check li:before {
  background: none repeat scroll 0 0 #ff7b8e;
  border: 1px solid #ff7b8e;
  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);
  z-index: 10;
}

p.point_p {
  color: #cab52c;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  padding: 7px 5px 8px 16px;
  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: 16px 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%;
}

.border_box01,
.border-box01 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: 10px;
}

.border_box02 {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 10px;
}

.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 {
  width: 100%;
  max-width: 280px;
  display: block;
  margin: auto;
}

.link_btn a {
  line-height: 1.2;
  display: block;
  padding: 5px 25px 5px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #1b1b1b;
  background: none;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  letter-spacing: 0.05em;
  font-size: 13px;
  border-radius: 0;
  border: 1px solid #1b1b1b;
}

.link_btn a::after {
  border-top: 1px solid #1b1b1b;
  border-right: 1px solid #1b1b1b;
  content: "";
  display: block;
  height: 5px;
  margin-top: -3px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.link_btn a:hover {
  opacity: 0.8;
  color: #fff;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
  text-decoration: none;
  background: #1b1b1b;
  /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#3db0e7', endColorstr='#0197e0')";*/
}

/*--------------------------------------
	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 {
  background: #002e4e;
  color: #fff;
}

.table01 tbody th {
  background: #ededec;
  width: 25%;
}

.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%;
}

table.table02 th {
  padding: 2% 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
  width: 22%;
  font-weight: normal;
  color: #50a81e;
}

table.table02 td {
  padding: 1%;
  text-align: left;
  border-bottom: solid 1px #f1e7b3;
}

@media screen and (max-width: 767px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
@media screen and (max-width: 767px) {
  table.table01,
  table .table01 {
    font-size: 85%;
  }
  .table01 th,
  .table01 td {
    padding: 0.2em;
  }
}
@media (max-width: 480px) {
  table.table01,
  table .table01 {
    font-size: 70%;
  }
}
/* =====================================
 共通
===================================== */
.slick-dots {
  bottom: -35px !important;
}

.top01,
.top02,
.top03,
.top04,
.top05,
.top06 {
  padding: 60px 0;
}

.top .h3_title_wrap {
  padding: 85px 0 40px;
}

h3.title_alt span.en {
  font-family: "din-condensed", sans-serif;
  font-size: 50px;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
  line-height: 1;
}

h3.title_alt span.jp {
  letter-spacing: 0.1em;
  display: block;
  font-size: 18px;
}

.mainimage_wrap > .inner,
.section_service > .inner,
.section_map > .inner {
  width: 100% !important;
  max-width: 100% !important;
}

.mainimage_wrap > .inner {
  position: relative;
  height: 1px;
  padding: 0 0 55% !important;
  background: url(/images/mainimage01.jpg) center;
  background-size: cover;
}

.mainimage_wrap .column {
  padding: 0 !important;
}

.mainimage_wrap > .inner .img_span {
  z-index: 1;
  display: block;
}

.mainimage_wrap > .inner .img_span::before,
.mainimage_wrap > .inner .img_span::after {
  position: absolute;
  content: "";
  z-index: 11;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainimage_wrap > .inner .img_span::before {
  background: url(/images/mainimage_bg.png);
  background-size: 100% 100%;
}

.mainimage_wrap > .inner .img_span::after {
  background: url(/images/dot.png);
}

.mainimage_wrap > .inner img {
  position: absolute;
  z-index: 111;
  top: 50%;
  left: 50%;
  margin: -152px 0 0 -326px;
}

.section_point {
  background: url(/images/dot02.png), url(/images/section_bg01.jpg) no-repeat center top;
  background-size: auto, cover;
  text-align: center;
  padding: 70px 0 60px;
}

.section_point .columns img {
  display: block;
  border: 6px solid #fff;
  box-sizing: border-box;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  margin: 0 auto 25px;
}

.section_point .bold {
  font-size: 18px;
  margin-bottom: 10px;
}

.section_point .txt {
  text-align: left;
  font-size: 15px;
  line-height: 1.5em;
}

.section_service {
  padding: 0;
}

.section_service > .inner {
  padding: 0 !important;
}

.section_service .columns {
  margin: 0 !important;
}

.section_service .column {
  background-size: auto, cover;
  background-position: center;
  text-align: center;
  color: #fff;
  padding: 0 !important;
}

.section_service .column_service01 {
  background-image: url(/images/dot03.png), url(/images/bg01.jpg);
}

.section_service .column_service02 {
  background-image: url(/images/dot03.png), url(/images/bg02.jpg);
}

.section_service .column_service03 {
  background-image: url(/images/dot03.png), url(/images/bg03.jpg);
}

.section_service .column_service04 {
  background-image: url(/images/dot03.png), url(/images/bg04.jpg);
}

.section_service .servicebox_wrap {
  width: 420px;
  max-width: 90%;
  margin: 100px auto;
  box-sizing: border-box;
  padding: 135px 55px 70px;
  display: block;
  text-align: left;
  border: 1px solid #fff;
  background-position: center 58px;
  background-repeat: no-repeat;
}

.section_service .column_service01 .servicebox_wrap {
  background-image: url(/images/icon01.svg);
}

.section_service .column_service02 .servicebox_wrap {
  background-image: url(/images/icon02.svg);
}

.section_service .column_service03 .servicebox_wrap {
  background-image: url(/images/icon03.svg);
}

.section_service .column_service04 .servicebox_wrap {
  background-image: url(/images/icon04.svg);
}

.servicebox .bold {
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 0.8em;
}

.section_map > .inner {
  position: relative;
  padding-bottom: 30%;
  padding-top: 1px;
  height: 0;
  overflow: hidden;
}

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

.section_blog {
  padding: 85px 0;
}

.section_blog .wf_blog_li_date,
.section_blog .wf_blog_li_title {
  display: block;
}

.section_blog .link_btn {
  display: block;
  max-width: inherit;
  text-align: center;
}

.section_blog .link_btn a {
  display: inline-block;
}

.section_news {
  background: url(/images/dot03.png);
  padding: 60px 0;
}

.section_news > .inner > .cont {
  background: #fff;
  padding-bottom: 1px;
}

.section_logo > .inner {
  padding: 0;
}

.footer_nav_l {
  float: left;
}

.footer_nav_r {
  float: left;
}

#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_text {
  box-sizing: border-box;
  font-size: 95%;
}

.wf_form_wrap_submit {
  text-align: center;
}

.wf_form_wrap_submit input {
  font-size: 16px !important;
  padding: 0.5em 1em !important;
}

#sidecontact {
  display: block;
  position: fixed;
  top: 200px;
  z-index: 1000;
}

#sidecontact.rightContent {
  right: 0;
}

#sidecontact.rightContent a,
#sidecontact.rightContent a img {
  display: block;
}

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

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

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

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

.border_table table {
  border-collapse: collapse;
  width: 100%;
}

.border_table table td,
.border_table table th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 1em 0.8em;
  text-align: left;
}

.border_table table th {
  border-bottom-color: #254295;
}

.service_ttl01 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  background: url(/images/logo_icon.svg) no-repeat center top;
  padding-top: 60px;
  padding-bottom: 0.5em;
  background-size: 40px;
  text-align: center;
  position: relative;
  margin-top: 1em;
  line-height: 1.3em;
}

.under .service_ttl01::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 2px;
  background: #254295;
}

.message_txt_wrap {
  text-align: center;
}

.message_txt_wrap ul {
  display: inline-block;
}

.message_txt_wrap ul li {
  margin-bottom: 1em;
  text-align: left;
  line-height: 1.5em;
  font-size: 18px;
  font-weight: bold;
  list-style: none;
  padding: 0;
}

.message_txt_wrap ul li::before {
  display: none;
}

.btn_wrap a::after {
  background: url(/images/arrow.png) no-repeat center center/cover;
  width: 14px;
  height: 12px;
  border-top: none;
  border-right: none;
  transform: rotate(0);
  margin-top: 0;
  transform: translateY(-50%);
}

.btn_wrap a:hover::after {
  background: url(/images/arrow_hover.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) {
  .under #content {
    min-height: 600px;
    margin-bottom: 100px;
  }
  .imgtxt_wrap .columns:not(.is-desktop) {
    display: block !important;
    overflow: hidden;
  }
  .imgtxt_right .left {
    float: left;
    width: 63%;
    margin: 0;
  }
  .imgtxt_right .wf_img_cont {
    float: right;
    width: 34%;
    margin: 0 0 2% 3%;
  }
  .imgtxt_left .left {
    float: right;
    width: 63%;
    margin: 0;
  }
  .imgtxt_left .wf_img_cont {
    float: left;
    width: 34%;
    margin: 0 3% 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .youtube_btn {
    margin-bottom: 20px !important;
    display: block;
  }
  .youtube_btn img {
    width: 100%;
  }
  .columns {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
  }
  .under .columns p,
  .under .columns ul {
    text-align: left;
  }
  #mailform .column {
    padding: 0px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .mainimage_wrap > .inner img {
    top: 25%;
    left: 22%;
    margin: 0;
    width: 56%;
  }
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
  .under .wrap.h3_title_wrap {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 845px) {
  .section_service .servicebox_wrap {
    max-width: 82%;
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  #footer .columns {
    text-align: left;
  }
  #footer .column_l {
    margin-bottom: 15px;
  }
  #footer .footer_title {
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .column_inner {
    overflow: hidden;
  }
  #footer .column_l p a[href^="tel:"] {
    color: #fff !important;
  }
  .mainimage_wrap > .inner {
    padding: 0 0 85% !important;
  }
  .mainimage_wrap > .inner img {
    position: absolute;
    z-index: 111;
    top: 30%;
    left: 17%;
    margin: 0;
    width: 66%;
  }
  .second_col .cont.column:first-child {
    margin-bottom: 10px;
  }
  #sidecontact {
    display: none;
  }
  .top .h3_title_wrap {
    padding: 40px 0 20px;
  }
  .section_point {
    padding: 40px 0 20px;
  }
  .section_point .columns .column {
    margin-bottom: 25px;
  }
  .section_service .columns .column {
    flex: inherit;
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .section_service .servicebox_wrap {
    padding: 135px 25px 40px;
    margin: 0 auto;
    max-width: 90%;
  }
  .section_news {
    padding: 40px 0;
  }
  .wf_blog_ul li {
    padding-left: 0;
    padding-right: 0;
  }
  .wf_blog_ul .wf_blog_li_date,
  .wf_blog_ul .wf_blog_li_title {
    float: none;
  }
  .wf_blog_ul .wf_blog_li_date {
    padding-bottom: 0;
  }
  .wf_blog_ul .wf_blog_li_title {
    padding-top: 10px;
  }
  .section_map > .inner {
    padding-bottom: 90%;
  }
  .border_table table {
    border-top: 1px solid #ccc;
  }
  .border_table table td,
  .border_table table th {
    display: block;
  }
  .border_table table th {
    background: #f1f1f1;
    border-bottom: none;
  }
  .imgtxt_wrap .img_span {
    margin-top: 1em;
  }
  .service_ttl01 {
    font-size: 22px;
  }
  p.service_ttl01 {
    margin-bottom: 0 !important;
  }
  .service_con01 img {
    max-width: 70%;
  }
}
@media screen and (max-width: 360px) {
  .h5_title_wrap {
    margin-bottom: 0;
  }
  .section_service .servicebox_wrap {
    padding: 110px 20px 30px;
    background-position: center 39px;
  }
  .section_service .columns .column {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .titleimg img {
    height: 70px;
  }
  .news_title .titleimg img {
    height: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-slide img.pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .slick-slide img.sp {
    display: none !important;
  }
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #211c17;
}

h2 {
  font-family: "Zen Maru Gothic", serif;
}

.top h2 {
  text-align: center;
}

.top h2 img {
  width: auto;
}

@media (max-width: 767px) {
  .top h2 img {
    width: 27vw;
  }
}
.top h2::after {
  display: none;
}

@media (max-width: 768px) {
  .top h2 {
    margin: 0 0 20px;
  }
}
.sec_text {
  letter-spacing: 0.075em;
  line-height: 2 !important;
}

.top .slick-slide img {
  width: 100%;
}

.sec_news {
  padding: 100px 0;
  background: url(/images/bg_img001.jpg) no-repeat center bottom/auto;
}

@media (max-width: 768px) {
  .sec_news {
    padding: 0 0 50px;
  }
}
.sec_news .btn_wrap a {
  max-width: 228px;
  padding: 10px 34px;
}

@media (max-width: 768px) {
  .sec_news .btn_wrap {
    margin-top: 30px;
  }
}
@media (min-width: 769px) {
  .sec_news .btn_wrap.pc {
    display: block !important;
  }
}
@media (max-width: 768px) {
  .sec_news .btn_wrap.pc {
    display: none !important;
  }
}
.sec_news .btn_wrap.sp {
  display: none !important;
}

@media (max-width: 768px) {
  .sec_news .btn_wrap.sp {
    display: block !important;
  }
}
.sec_news .wf_blog_ul {
  height: 200px;
  overflow-y: scroll;
}

@media (min-width: 769px) {
  .sec_news {
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
}
.sec_news .columns {
  align-items: center;
}

.sec_news .sec_ttl {
  font-size: 35px;
  margin: 0 0 45px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .sec_news .sec_ttl {
    font-size: 26px;
    padding-top: 50px;
    margin: 0 0 35px;
  }
  .sec_news .sec_ttl .sub {
    font-size: 16px;
  }
}
.sec_news .sec_ttl .sub {
  padding-bottom: 0;
}

.sec_news .sec_ttl .sub:after {
  content: none;
}

.sec_news .sec_ttl:after {
  content: "";
  display: block;
  position: absolute;
  width: 46px;
  height: 48px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(/images/news_tit_img.png) no-repeat center center/contain;
}

@media (max-width: 768px) {
  .sec_news .sec_ttl:after {
    width: 35px;
    height: 37px;
  }
}
.sec_news .flex_cont {
  display: flex;
  justify-content: center;
  gap: 0;
}

@media (min-width: 769px) {
  .sec_news .flex_cont {
    max-width: 93%;
    margin: 0 auto;
  }
}
.sec_news .flex_cont .wf_info_cat_selector {
  text-align: center;
  color: white;
  padding: clamp(13px, 2vw, 20px) 0;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.2;
  flex: auto;
  letter-spacing: 0.05em;
  font-weight: bold;
  max-width: 33%;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 1000px) {
  .sec_news .flex_cont .wf_info_cat_selector {
    font-size: 14px;
  }
}
.wf_blog_li_thumb {
  display: none !important;
}

.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  color: #211c17;
  border-radius: 5px;
  margin-right: 18px;
  vertical-align: top;
  letter-spacing: 0;
  font-weight: bold;
  border-radius: 15px;
}

.wf_lic_ブログ .wf_blog_li_date:before {
  content: "ブログ";
  background: #ffe8f7;
  color: #fa92d4;
}

.wf_lic_未就園児（たまごクラブ） .wf_blog_li_date:before {
  content: "未就園児";
  background: #fff5e5;
  color: #f0c000;
}

.wf_lic_給食 .wf_blog_li_date:before {
  content: "給食";
  background: #eff8dd;
  color: #9ed136;
}

.wf_blog_ul .wf_blog_li_date,
.wf_blog_ul .wf_blog_li_title {
  letter-spacing: 0.05em;
  color: #211c17;
  text-align: left;
}

@media (max-width: 768px) {
  .sec_news .flex_cont .wf_info_cat_selector {
    font-size: clamp(10px, 2vw, 13px);
  }
}
.sec_news .flex_cont .wf_info_cat_selector .sub {
  font-size: 0.85em;
}

@media (max-width: 768px) {
  .sec_news .flex_cont .wf_info_cat_selector .sub {
    font-size: 0.6em;
  }
}
.sec_news .flex_cont .color001 {
  background: #ffa91f;
}

.sec_news .flex_cont .color002 {
  background: #ff7b8e;
}

.sec_news .flex_cont .color003 {
  background: #7f59a5;
}

.sec_news .flex_cont .color004 {
  background: #006db8;
}

@media (max-width: 768px) {
  .sec_news {
    padding: 20px 0 50px;
  }
}
.sec_news h2 {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .sec_news h2 img {
    width: 170px;
  }
}
.sec_news .news_content {
  padding: 25px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #f2f2f2;
}

@media (max-width: 768px) {
  .sec_news .news_content {
    border-radius: 0 0 25px 25px;
    padding: 10px;
  }
}
.sec_news .wf_paging {
  display: none;
}

.btn_wrap a {
  position: relative;
  max-width: 228px;
  width: 100%;
  box-sizing: border-box;
  padding: 11px 34px 10px;
  margin: 0 auto;
  display: block;
  border-radius: 30px;
  background: #ff7b8e;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  border: solid 1px #ff7b8e;
  transition: 0.3s;
  font-weight: bold;
}

.btn_wrap a::before {
  display: none;
}

.btn_wrap a:hover {
  background: #fff;
  color: #828282;
border-color: #828282;
}

.btn_wrap a:hover::after {
  border-color: #828282;
}

.btn_wrap a::after {
  right: 21px;
  transition: 0.3s;
  margin-top: 0;
}

.sec_aboutus {
  background: url(/images/bg_img002.png) no-repeat center top/cover;
  padding: 100px 0 280px;
}

@media (max-width: 768px) {
  .sec_aboutus {
    padding: 50px 0 120px;
  }
}
.sec_aboutus .aboutus_box {
  width: 100%;
  max-width: 1141px;
  margin: 0 auto;
}

.sec_aboutus .bg_box {
  background: #fff;
  border-radius: 70px;
  margin: 0;
  padding: 70px;
}

@media (max-width: 768px) {
  .sec_aboutus .bg_box {
    border-radius: 20px;
  }
}
@media (max-width: 1181px) {
  .sec_aboutus .bg_box {
    padding: 70px 30px;
    margin: 0 20px;
  }
}
@media (max-width: 768px) {
  .sec_aboutus .bg_box {
    padding: 40px 15px;
    margin: 0 10px;
  }
}
.sec_aboutus .bg_box .section_title img {
  width: clamp(680px, 80vw, 801px);
}

@media (max-width: 767px) {
  .sec_aboutus .bg_box .section_title img {
    width: 325px;
    margin: 0 auto;
  }
}
.sec_aboutus .bg_box .btn_wrap a {
  margin-top: 38px;
  margin-left: 0;
}

@media (max-width: 768px) {
  .sec_aboutus .bg_box .btn_wrap a {
    margin-top: 20px;
  }
}
.sec_aboutus .reverse {
  flex-direction: row-reverse;
}

@media (max-width: 1181px) {
  .sec_aboutus .reverse {
    align-items: center;
  }
}
.sec_aboutus .text_outer {
  margin: 0;
}

.sec_aboutus .text_outer .sec_text {
  padding-right: 25px;
  margin-top: 80px;
  letter-spacing: 0;
}

@media (max-width: 1181px) {
  .sec_aboutus .text_outer .sec_text {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .sec_aboutus .text_outer .sec_text {
    margin: 20px 0 30px;
    padding: 0;
  }
}
.sec_aboutus .columns:last-child {
  margin-top: -85px;
}

@media (max-width: 1181px) {
  .sec_aboutus .columns:last-child {
    margin-top: 0;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .sec_aboutus .columns:last-child {
    margin: 0;
  }
}
.sec_aboutus .columns:last-child .sec_text {
  padding-left: 25px;
  padding-right: 0;
  margin-top: 100px;
  letter-spacing: 0;
}

@media (max-width: 1181px) {
  .sec_aboutus .columns:last-child .sec_text {
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .sec_aboutus .columns:last-child .sec_text {
    padding: 0;
    margin: 20px 0 30px;
  }
}
@media (min-width: 769px) {
  .sec_aboutus .columns:last-child .btn_wrap {
    margin-left: 25px;
  }
}
@media (max-width: 768px) {
  .sec_aboutus .columns:last-child .btn_wrap a {
    margin: 0 auto;
  }
}
.sec_introduction {
  padding: 90px 0 100px;
}

@media (max-width: 768px) {
  .sec_introduction {
    padding: 30px 0 50px;
  }
}
.sec_introduction h2 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .sec_introduction h2 img {
    width: 230px;
    margin: 0 auto;
  }
}
.sec_introduction .introduction_box {
  position: relative;
}

@media (max-width: 768px) and (min-width: 768px) {
  .sec_introduction .introduction_box {
    display: flex;
  }
}
.sec_introduction .introduction_box::after {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
height: 109px;
  background: url(/images/s_bg_icon04.png) no-repeat center center/contain;
  top: -120px;
  left: 13%;
  margin: auto;
}

@media (max-width: 1720px) {
  .sec_introduction .introduction_box::after {
    left: 50px;
  }
}

@media (max-width: 1100px) {
  .sec_introduction .introduction_box::after {
    left: 15px;
width: 150px;
height: 80px;
top: -83px;
  }
}
@media (max-width: 768px) {
  .sec_introduction .introduction_box::after {
    width: 160px;
        height: 47px;
        top: -50px;
        left: auto;
        right: -6px;
  }
}
.sec_introduction .introduction_box img {
  width: 100%;
}

.sec_introduction .inner {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 30px;
  box-sizing: border-box;
}

@media (max-width: 1450px) {
  .sec_introduction .inner {
    padding: 0 15px;
  }
}
.sec_introduction .inner .columns {
  -moz-column-gap: 33px;
  column-gap: 33px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1450px) {
  .sec_introduction .inner .columns {
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
}
@media (max-width: 1100px) {
  .sec_introduction .inner .columns {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.sec_introduction .inner .columns .column {
  border-radius: 20px;
  padding: 0px;
}

@media (max-width: 1100px) {
  .sec_introduction .inner .columns .column {
    width: calc((100% - 20px) / 2);
    flex: none;
  }
}
@media (max-width: 767px) {
  .sec_introduction .inner .columns .column {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .sec_introduction .inner .columns .column:first-child {
    margin-top: 0;
  }
}
.sec_introduction .inner .columns .column .intro_bottom {
  padding: 30px 30px 40px;
}

@media (max-width: 1450px) {
  .sec_introduction .inner .columns .column .intro_bottom {
    padding: 30px 20px;
  }
}
@media (max-width: 1100px) {
  .sec_introduction .inner .columns .column .intro_bottom {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .sec_introduction .inner .columns .column .intro_bottom {
    padding: 30px 20px;
  }
}
.sec_introduction .inner .columns .column .intro_bottom .section_cubtitle {
  margin: 0;
  font-size: clamp(20px, 1.8vw, 30px);
  letter-spacing: 0.05em;
  padding-bottom: 0.67em;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 1450px) {
  .sec_introduction .inner .columns .column .intro_bottom .section_cubtitle {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .sec_introduction .inner .columns .column .intro_bottom .section_cubtitle {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .sec_introduction .inner .columns .column .intro_bottom .section_cubtitle {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.sec_introduction .inner .columns .column .intro_bottom .txt_Box {
  letter-spacing: 0.075em;
  position: relative;
}

@media (max-width: 767px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box {
    text-align: left;
  }
}
.sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName {
  font-size: clamp(20px, 1.3vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-top: 25px;
}

@media (max-width: 1450px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName {
    font-size: 16px;
  }
}
@media (max-width: 1100px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName {
    font-size: 18px;
  }
}
.sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 22px;
  background: url(/images/flower_ic02.png) no-repeat center center/cover;
  margin-right: 5px;
  margin-bottom: -2px;
}

@media (max-width: 1450px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName::before {
    margin-bottom: -4px;
  }
}
.sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName.facilityName02::before {
  background: url(/images/flower_ic.png) no-repeat center center/cover;
}

.sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName.facilityName03::before {
  background: url(/images/flower_ic03.png) no-repeat center center/cover;
}

.sec_introduction .inner .columns .column .intro_bottom .txt_Box .facilityName.facilityName04::before {
  background: url(/images/flower_ic04.png) no-repeat center center/cover;
}

.sec_introduction .inner .columns .column .intro_bottom .txt_Box .address_txt {
  margin-top: 20px;
  line-height: 1.56 !important;
}

.sec_introduction .inner .columns .column .intro_bottom .txt_Box .insta_Box {
  align-items: flex-end;
  padding: 0;
  position: absolute;
  bottom: -4px;
  right: 0;
  text-align: center;
}

@media (max-width: 1650px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box .insta_Box {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .sec_introduction .inner .columns .column .intro_bottom .txt_Box .insta_Box {
    margin-top: 25px;
    text-align: center;
  }
}
.sec_introduction .inner .columns .column .intro_bottom .txt_Box .insta_Box img {
  width: 49px;
  height: 49px;
}

.sec_introduction .inner .columns .column .intro_bottom .txt_Box .insta_Box .insta_txt {
  font-size: 15px;
}

.sec_introduction .inner .btn_wrap {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .sec_introduction .inner .btn_wrap {
    margin-top: 30px;
  }
}
.sec_introduction .intro_bg_color_1 {
  background-color: #fbf2c0;
}

.sec_introduction .intro_bg_color_1 .section_cubtitle {
  color: #ffa91f;
  border-bottom: 2px dashed #ffa91f;
}

.sec_introduction .intro_bg_color_2 {
  background-color: #ffe5e9;
}

.sec_introduction .intro_bg_color_2 .section_cubtitle {
  color: #ff7b8e;
  border-bottom: 2px dashed #ff7b8e;
}

.sec_introduction .intro_bg_color_3 {
  background-color: #ead7fd;
}

.sec_introduction .intro_bg_color_3 .section_cubtitle {
  color: #7f59a5;
  border-bottom: 2px dashed #7f59a5;
}

.sec_introduction .intro_bg_color_4 {
  background-color: #d8ebf9;
}

.sec_introduction .intro_bg_color_4 .section_cubtitle {
  color: #006db8;
  border-bottom: 2px dashed #006db8;
}

.sec_life {
  padding: 80px 0 70px;
  background: url(/images/bg_img004.png) no-repeat center top/cover;
  position: relative;
}

@media (max-width: 768px) {
  .sec_life {
    padding: 90px 0 50px;
  }
}
.sec_life::after {
  content: "";
  position: absolute;
  display: block;
  width: 250px;
  height: 218px;
  background: url(/images/s_bg_icon03.png) no-repeat center center/contain;
 top: -75px;
    right: 21%;
  margin: auto;
}

@media (max-width: 1600px) {
  .sec_life::after {
    right: 10%;
  }
}
@media (max-width: 1200px) {
  .sec_life::after {
    width: 338px;
    height: 170px;
    top: -83px;
  }
}
@media (max-width: 768px) {
  .sec_life::after {
    width: 130px;
        height: 113px;
        top: -36px;
        right: 5%;
  }
}
.sec_life .section_title img {
  width: clamp(320px, 32vw, 328px);
}

@media (max-width: 767px) {
  .sec_life .section_title img {
    width: 245px;
    margin: 0 auto;
  }
}
.sec_life .columns {
  gap: 30px;
}

@media (max-width: 767px) {
  .sec_life .column:last-child {
    margin-top: 36px;
    display: block;
  }
}
.sec_guidance .inner,
.sec_recruitment .inner {
  max-width: 1720px !important;
  width: 100% !important;
  padding: 0 20px;
  box-sizing: border-box;
}

.sec_guidance .imgBox img,
.sec_recruitment .imgBox img {
  width: auto !important;
}

.sec_guidance .columns_reverse,
.sec_recruitment .columns_reverse {
  flex-direction: row-reverse;
}

.sec_guidance .columns,
.sec_recruitment .columns {
  align-items: center;
}

@media (max-width: 768px) and (min-width: 768px) {
  .sec_guidance .columns,
  .sec_recruitment .columns {
    display: flex;
  }
}
.sec_guidance .section_title,
.sec_recruitment .section_title {
  text-align: start;
}

@media (max-width: 767px) {
  .sec_guidance .section_title,
  .sec_recruitment .section_title {
    text-align: center;
  }
}
.sec_guidance .section_title img,
.sec_recruitment .section_title img {
  width: clamp(200px, 50vw, 297px);
}

.sec_guidance .sec_text,
.sec_recruitment .sec_text {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .sec_guidance .sec_text,
  .sec_recruitment .sec_text {
    margin-top: 30px;
  }
}
.sec_guidance .btn_wrap,
.sec_recruitment .btn_wrap {
  margin-top: 2em;
}

.sec_guidance .btn_wrap a,
.sec_recruitment .btn_wrap a {
  margin-left: 0;
}

@media (max-width: 767px) {
  .sec_guidance .btn_wrap a,
  .sec_recruitment .btn_wrap a {
    margin-left: auto;
  }
}
.sec_guidance {
  background: url(/images/bg_img004.jpg) no-repeat center center/cover;
  padding: 80px 0 10px;
}

@media (max-width: 768px) {
  .sec_guidance {
    padding: 50px 0 65px;
  }
}
.sec_guidance h2 {
  padding: 0;
  margin: 0 0 30px !important;
}

@media (max-width: 767px) {
  .sec_guidance h2 img {
    width: 235px !important;
    margin: 0 auto;
  }
}
.sec_guidance .imgBox {
  text-align: right;
}

.sec_guidance .guidance_box {
  max-width: 500px;
  margin: 0 0 0 auto;
  background: #fff;
}

.sec_guidance .guidance_box .sec_text {
  letter-spacing: 0;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .sec_guidance .guidance_box .sec_text {
    margin: 25px 0;
  }
}
.sec_recruitment {
  background: url(/images/bg_img005.jpg) no-repeat center center/cover;
  padding: 0 0 80px;
}

.sec_recruitment h2 {
  padding: 0;
  margin: 0 0 30px !important;
}

@media (max-width: 767px) {
  .sec_recruitment h2 img {
    width: 235px !important;
    margin: 0 auto;
  }
}
.sec_recruitment .recruitment_box {
  max-width: 500px;
  margin-left: 20px;
  background: #fff;
}

@media (max-width: 767px) {
  .sec_recruitment .recruitment_box {
    margin-left: 0;
  }
}
.sec_recruitment .recruitment_box .sec_text {
  letter-spacing: 0;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .sec_recruitment .recruitment_box .sec_text {
    margin: 25px 0;
  }
}
.sec_contact {
  padding: 70px 0 90px;
  background: url(/images/bg_img006.png) no-repeat center top/cover;
  color: #fff;
}

@media (max-width: 768px) {
  .sec_contact {
    padding: 50px 0 60px;
  }
}
.sec_contact h2 {
  margin-bottom: 27px;
}

@media (max-width: 767px) {
  .sec_contact h2 img {
    width: 255px !important;
    margin: 0 auto;
  }
}
.sec_contact .sec_text {
  text-align: center;
  margin: 0 0 45px;
}

@media (max-width: 768px) {
  .sec_contact .sec_text {
    margin: 0 0 25px;
  }
}
.sec_contact .btn_wrap a {
  max-width: 294px;
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.sec_contact .btn_wrap a:hover {
  background: #828282;
}

.sec_contact .btn_wrap a:hover::after {
  background: url(/images/arrow.png) no-repeat center center/cover;
}

@media (min-width: 768px) {
  .tel_text a {
    pointer-events: none;
  }
}
#footer {
  background: url(/images/bg_img007.jpg) no-repeat center center/cover;
}

#footer .inner {
  padding: 60px 0 40px;
}

@media (max-width: 767px) {
  #footer .inner {
    padding: 50px 0 20px;
  }
}
#footer .f_logo {
  margin: 0 0 25px;
}

@media (max-width: 768px) {
  #footer .f_logo {
    text-align: center;
  }
}
#footer .f_bnr {
  max-width: 470px;
}

#footer .f_bnr img {
  width: 100%;
}

#footer .f_nav_box {
  margin: 0 0 20px;
}

@media (min-width: 769px) {
  #footer .f_nav_box {
    display: flex;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
@media (max-width: 768px) {
  #footer .f_nav_box .ul02 {
    padding-left: 5px;
  }
}
#footer .f_nav_box .ul02 li {
  padding-left: 17px;
  padding-bottom: 1px;
}

@media (max-width: 768px) {
  #footer .f_nav_box .ul02 li {
    padding-left: 14px;
  }
}
#footer .f_nav_box .ul02 li a {
  font-weight: 400;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 768px) {
  #footer .f_nav_box .ul02 li a {
    font-size: 16px;
  }
}
#footer .f_nav_box .ul02 li a:hover {
  text-decoration: none;
  color: #ff7b8e;
}

#footer .f_nav_box .ul02 li::before {
  display: block;
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid #ff7b8e;
}

@media (max-width: 768px) {
  #footer .f_nav_box .ul02 li::before {
    top: 13px;
  }
}
#footer .f_nav_box .ul02 li.sub_menu {
  padding-left: 25px;
}

@media (max-width: 768px) {
  #footer .f_nav_box .ul02 li.sub_menu {
    padding-left: 22px;
  }
}
#footer .f_nav_box .ul02 li.sub_menu::before {
  display: block;
  content: "";
  position: absolute;
  top: 15px;
  left: 10px;
  width: 6px;
  height: 1px;
  border: none;
  background: #1f1f1f;
}

@media (max-width: 768px) {
  #footer .f_nav_box .ul02 li.sub_menu::before {
    top: 17px;
  }
}
#footer .f_text_box {
  margin-left: 30px !important;
}

@media (max-width: 1000px) {
  #footer .f_text_box {
    margin-left: 20px !important;
  }
}
@media (max-width: 768px) {
  #footer .f_text_box {
    margin-left: 0 !important;
  }
}
#footer .f_text_box .f_title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 1px #ffa91f;
  color: #ffa91f;
  margin: 0 0 20px;
  padding-bottom: 9px;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 768px) {
  #footer .f_text_box .f_title {
    margin-top: 40px;
  }
}
#footer .f_text_box .f_title.f_title02 {
  color: #ff7b8e;
  border-bottom: solid 1px #ff7b8e;
}

#footer .f_text_box .f_title.f_title03 {
  color: #006db8;
  border-bottom: solid 1px #006db8;
}

#footer .f_text_box .f_text {
  line-height: 1.56 !important;
}

#footer .f_text_box.f_text_box01 {
  margin: 35px 0 0;
}

#footer .f_text_box.f_text_box02 {
  
margin: 15px 0 0;
}

#footer .f_text_box.f_text_box03 {
  margin: 35px 0 0;
}

#footer .list_box .list_item a::after {
  content: "";
  position: absolute;
  top: 13px;
  bottom: auto;
  margin: auto;
  left: 0;
  width: 3px;
  height: 3px;
  background: #6a4e40;
  border-radius: 50%;
}

#footer .list_box .list_item a:hover {
  text-decoration: none;
}

#footer .list_title {
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  border-bottom: solid 1px #6a4e40;
  padding-bottom: 13px;
  color: #6a4e40;
  margin: 0 0 15px;
}

#footer .copyright {
  letter-spacing: 0.05em;
  background: transparent;
  color: #1f1f1f;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 767px) {
  #footer .copyright {
    padding-bottom: 24vw;
  }
}
.copy div.part {
  margin: 0;
}

.copy {
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 9%;
  left: 3%;
  right: auto;
  width: clamp(0px, 30vw, 484px) !important;
  max-width: 484px !important;
  max-height: 236px !important;
  margin: auto !important;
}

@media (max-width: 768px) {
  .copy {
    width: 64.5vw !important;
    max-width: 484px !important;
    max-height: 236px !important;
    bottom: 12%;
  }
}
/* =============================================
header
============================================= */
/*ヘッダー固定時のアンカーリンク調整*/
@media (max-width: 960px) {
  .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,
  .under #a26,
  .under #a27,
  .under #a28,
  .under #a29,
  .under #a30,
  .under #a31,
  .under #a32,
  .under #a33,
  .under #a34,
  .under #a35,
  .under #a36,
  .under #a37,
  .under #a38,
  .under #a39,
  .under #a40 {
    margin-top: -70px;
    padding-top: 70px;
  }
}
@media (min-width: 961px) {
  .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,
  .under #a26,
  .under #a27,
  .under #a28,
  .under #a29,
  .under #a30,
  .under #a31,
  .under #a32,
  .under #a33,
  .under #a34,
  .under #a35,
  .under #a36,
  .under #a37,
  .under #a38,
  .under #a39,
  .under #a40 {
    margin-top: -10px;
    padding-top: 10px;
  }
}
#header {
  background: #fff;
  height: auto !important;
}

#header .inner {
  max-width: 97%;
  margin: 0 auto;
}

#header .btn_01 .btn_wrap a {
  width: 220px;
  padding: 15px 35px;
  margin: 0 0 0 auto;
  font-size: 18px;
}

@media (max-width: 1400px) {
  #header .btn_01 .btn_wrap a {
    font-size: 14px;
    width: 170px;
  }
}
#header .hdr_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px 0;
}

#header h1 {
  width: 100%;
  max-width: 331px;
  float: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1400px) {
  #header h1 {
    max-width: 240px;
  }
  #header h1 img {
    max-width: 220px;
  }
}
#header .hdr_info_wrap {
  max-width: 68%;
}

#header .hdr_info_list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 17px;
}

#menu {
  padding-bottom: 0;
}

#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: 10px 15px;
  font-size: 22px;
  text-decoration: none;
  font-weight: bold;
  color: #1f1f1f;
  letter-spacing: 0.05em;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 1400px) {
  #menu-list > li > a {
    font-size: 13px;
    padding: 0 7px;
  }
}
#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;
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: bold;
}

#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: 225px;
}

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

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

@media (min-width: 961px) {
  .sp2 {
    display: none !important;
  }
  #menu {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 961px) and (max-width: 1400px) {
  #menu {
    max-width: 725px;
  }
}
@media (min-width: 961px) {
  #menu-list {
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }
}
@media (min-width: 961px) {
  #menu-list > li {
    display: flex;
    justify-content: center;
    flex: auto;
    box-sizing: border-box;
  }
  #menu-list > li:last-child {
    justify-content: flex-end;
  }
  #menu-list > li:last-child a {
    padding-right: 0;
  }
}
@media (min-width: 961px) {
  #menu-list > li > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 961px) {
  #menu-list > li > ul.menu-children {
    top: 100%;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .pc2 {
    display: none !important;
  }
  #content {
    margin-top: 67px;
  }
  #menu {
    display: block;
  }
  #header {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    padding: 10px 0;
    height: 65px;
    box-sizing: border-box;
    z-index: 5;
  }
  #header .hdr_top {
    padding: 0;
  }
  #header h1 {
    position: unset !important;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  #header h1 {
    max-width: 190px;
  }
}
@media screen and (max-width: 960px) {
  #header h1 img {
    display: block;
  }
}
@media screen and (max-width: 960px) and (max-width: 767px) {
  #header h1 img {
    max-width: 160px;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr_info_list img {
    width: 40px;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  nav:not(.wf_paging) {
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 70%;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    transition: all 0.3s;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 960px) {
  .open nav {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 960px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.3s;
    cursor: pointer;
    z-index: 3;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .toggle span {
    position: absolute;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #ff7b8e;
    border-radius: 4px;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(1) {
    top: 4px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(2) {
    top: 18px;
  }
}
@media screen and (max-width: 960px) {
  .toggle span:nth-child(3) {
    bottom: 4px;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span {
    background-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(1) {
    transform: translateY(14px) rotate(-45deg);
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(2) {
    opacity: 0;
  }
}
@media screen and (max-width: 960px) {
  .open .toggle span:nth-child(3) {
    transform: translateY(-14px) rotate(45deg);
  }
}
@media screen and (max-width: 960px) {
  #navbk {
    display: none;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 960px) {
  .open #navbk {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 2;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) {
  #menu {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li:hover {
    background: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a {
    height: 100%;
    padding: 0px;
    font-size: 100%;
    border-bottom: 1px solid #ff7b8e;
    padding: 10px;
    background: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > a img {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children {
    display: none;
    visibility: visible;
    opacity: 1;
    width: 100%;
    position: relative;
    box-shadow: none;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li {
    width: 100%;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a {
    padding: 8px 10px;
    padding-left: 20px;
    line-height: 2;
    background: #ff7b8e;
    border-color: #fff;
  }
}
@media screen and (max-width: 960px) {
  #menu-list > li > ul.menu-children > li > a:hover {
    background: #ff9dab;
  }
}
@media (min-width: 961px) {
  #menu .menu-has-child .sp {
    display: none;
  }
}
@media (max-width: 960px) {
  #menu .menu-has-child .pc {
    display: none;
  }
}
.a_none {
  pointer-events: none;
}

.a_none:hover {
  color: #333;
}

.pagetop {
  background: url(/images/toppage.png);
  background-size: contain;
  width: 80px;
  height: 80px;
  z-index: 10;
  position: fixed;
  right: 15px;
  bottom: 15px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 23vw;
  }
}
.sidebanner {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 30%;
}

@media (max-width: 1000px) {
  .sidebanner {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .sidebanner {
    left: 0;
    right: auto;
    top: auto;
    bottom: 0;
    max-width: 100%;
  }
  .sidebanner ul {
    display: flex;
  }
}
.sidebanner img {
  width: 100%;
}

.hdr_ifo {
  text-align: right;
}

.hdr_ifo .tel_icon {
  font-size: 36px;
  color: #ff7b8e;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
  position: relative;
  padding-left: 30px;
}

.hdr_ifo .tel_icon::after {
  content: "";
  position: absolute;
  top: 18px;
  bottom: auto;
  margin: auto;
  left: 0;
  width: 24px;
  height: 25px;
  background: url(/images/icon_tel.png) no-repeat center center/contain;
  transition: 0.3s;
}

.hdr_ifo .hdr_text {
  font-size: 16px;
  margin: 0 0 8px;
}

.carousel {
  background: none;
}

/* =============================================
下層
============================================= */
.h2_title_wrap,
.blog_body .h3_title_wrap {
  background: url(/images/h1.jpg) no-repeat center center/cover;
}

.originh1,
.blog_body .h3_title_wrap h3,
.under h2 {
  font-size: 36px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  padding: 80px 0;
  font-family: "Zen Kurenaido", sans-serif;
}

@media (max-width: 768px) {
  .originh1,
  .blog_body .h3_title_wrap h3,
  .under h2 {
    font-size: 28px;
    padding: 30px 0;
  }
}
.under .wrap.h3_title_wrap h3,
.blog_body .wf_bread_ul + .wrap h3 {
  font-size: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: "Zen Kurenaido", sans-serif;
  padding-top: 34px;
  padding-bottom: 0;
}

@media (max-width: 768px) {
  .under .wrap.h3_title_wrap h3,
  .blog_body .wf_bread_ul + .wrap h3 {
    font-size: 24px;
  }
}
.under .wrap.h3_title_wrap h3::after,
.blog_body .wf_bread_ul + .wrap h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: auto;
  width: 51px;
  height: 29px;
  background: url(/images/h2_img001.png) no-repeat center center/contain;
}

.under .wrap.h3_title_wrap {
  padding: 0;
}

.originh3,
.under h4 {
  font-size: 26px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Zen Kurenaido", sans-serif;
  position: relative;
  padding-left: 38px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ff7b8e;
  letter-spacing: 0.05em;
  text-align: left;
  padding-top: 0;
}

@media (max-width: 768px) {
  .originh3,
  .under h4 {
    font-size: 20px;
    padding-left: 33px;
    padding-bottom: 12px;
    margin: 10px 0 0;
  }
}
.originh3::after,
.under h4::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 23px;
  height: 35px;
  background: url(/images/h3_img001.png) no-repeat center center/contain;
  margin: auto;
}

@media (max-width: 768px) {
  .originh3::after,
  .under h4::after {
    top: -4px;
  }
}
.under h5 {
  font-size: 22px;
  padding: 0;
  border-left: none;
  font-weight: bold;
  background: transparent;
  font-family: "Zen Kurenaido", sans-serif;
  position: relative;
  padding-left: 25px;
}

.under h5::after {
  content: "";
  position: absolute;
  top: 8px;
  bottom: auto;
  left: 0;
  right: auto;
  width: 17px;
  height: 18px;
  background: url(/images/h4_img001.png) no-repeat center center/contain;
  margin: auto;
}

@media (max-width: 768px) {
  .under h5::after {
    top: 6px;
  }
}
@media (max-width: 768px) {
  .under h5 {
    font-size: 17px;
  }
}
.borderbox {
  border: none;
  background: url(/images/under_bg.jpg) no-repeat center center/cover;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 35px 30px 30px !important;
}

@media (max-width: 768px) {
  .borderbox {
    padding: 25px 20px 20px !important;
  }
}
.t01_wrap tbody th {
  background: #f3fae5;
  text-align: center;
}

.t01_wrap th,
.t01_wrap td {
  padding: 0.8em;
  font-size: 16px;
}

@media (max-width: 768px) {
  .t01_wrap th,
  .t01_wrap td {
    font-size: 14px;
  }
}
.under .wf_bread_ul {
  max-width: 100%;
  background: none;
  padding: 2px 20px;
  box-sizing: border-box;
}

.wf_bread_ul li a {
  color: #211c17;
}

.under .wf_bread_ul {
  color: #211c17;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.bg_box {
  background: #fff1f1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 5px;
  letter-spacing: 0.05em;
}

.about_title {
  font-weight: bold;
}

.under .column > h5 {
  margin-bottom: 20px;
}

.under_btn_box .btn_wrap a {
  max-width: 100%;
}

@media (max-width: 768px) {
  .under_btn_box .btn_wrap {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .under_btn_box .column:not(:first-child) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #content {
    margin-bottom: 60px;
  }
}
.company_logo_box {
  display: flex;
  align-items: center;
}

.company_logo_box .column:first-child {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

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

.appbox {
  display: flex;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

.appbox .app_item {
  max-width: 170px;
  width: 100%;
}

@media (max-width: 767px) {
  .appbox {
    justify-content: center;
  }
}
.under h3 {
  margin-bottom: 0;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .under h3 {
    margin-bottom: 20px;
  }
}
#menu-list > li:last-child > ul.menu-children {
  right: 0;
}

@media (max-width: 767px) {
  #header .inner {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  #menu-list > li > ul.menu-children > li > a {
    padding: 10px 10px;
    padding-left: 20px;
  }
}
.pagination > .active > a {
  background-color: #ff7b8e !important;
  border-color: #ff7b8e !important;
}

.blog_body .h3_title_wrap h3::after {
  display: none;
}

.blog_body .h3_title_wrap h3 {
  margin: 0 !important;
}

.blog_body .h3_title_wrap h3 {
  padding: 60px 0 !important;
}

@media (max-width: 768px) {
  .blog_body .h3_title_wrap h3 {
    padding: 30px 0 !important;
  }
}
.borderbox {
  padding: 30px 40px 30px !important;
  box-sizing: border-box;
  background: #fff1f1;
  border: none;
  border-radius: 5px;
}

@media (max-width: 767px) {
  .borderbox {
    padding: 25px 25px 25px !important;
  }
}
.borderbox ul {
  margin: 0;
}

.t01_wrap tbody th {
  background: #fff1f1;
  text-align: center;
  font-weight: bold;
}

.st_title {
  font-family: "Zen Kurenaido", sans-serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #ff7b8e;
}

@media (max-width: 768px) {
  .st_title {
    font-size: 16px;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

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

@media (max-width: 768px) {
  .accordion-area .title {
    font-size: 16px;
  }
}
/*アイコンの＋と×*/
.accordion-area .title::before,
.accordion-area .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #ff7b8e;
  transition: all 0.5s ease;
}

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

.accordion-area .title::after {
  top: 50%;
  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 #ff7b8e;
  margin: 0 3% 3% 3%;
  padding: 3%;
}

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

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

.under .wf_img_cont img {
  border-radius: 10px;
}

.wide_btn.btn_wrap a {
  max-width: 100%;
  background: #ff7b8e;
  border-color: #ff7b8e;
}

.wide_btn.btn_wrap a:hover {
  background: #ff9dac;
  border-color: #ff9dac;
  color: #fff;
}

.wide_btn.btn_wrap a:hover::after {
  background: url(/images/arrow.png) no-repeat center center/cover;
}

.wide_btn2.btn_wrap a {
  max-width: 100%;
  background: #79ad12;
  border-color: #79ad12;
}

.wide_btn2.btn_wrap a:hover {
  background: #a7e727;
  border-color: #a7e727;
  color: #fff;
}

.wide_btn2.btn_wrap a:hover::after {
  background: url(/images/arrow.png) no-repeat center center/cover;
}
.wide_btn3.btn_wrap a:hover::after {
  background: url(/images/arrow.png) no-repeat center center/cover;
}

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

.align-center h4 {
  line-height: 1.5 !important;
}

@media (min-width: 769px) {
  .align-center h4 {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
@media (min-width: 769px) {
  .align-center h4::after {
    top: 2px;
  }
}
.ofi img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.wf_form_parts_wrap.wf_radio_wrap {
  display: block;
}

@media (min-width: 769px) {
  .pc-text-center {
    text-align: center;
  }
}
.font_Zen_Kure {
  font-family: "Zen Kurenaido", sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .h4_title_wrap .inner {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .under .column > h5 {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .h5_title_wrap .inner {
    padding: 0;
  }
}
.st_title02 {
  color: #79ad12;
}

.st_title03 {
  color: #006db8;
}

.wf_lic .wf_blog_li_date:before {
  text-align: center;
  min-width: 6em;
  display: inline-block;
  padding: 7px 10px;
  font-size: 8px;
  color: #3f3636;
  border-radius: 5px;
  margin-right: 5px;
  box-sizing: border-box;
  font-family: "Zen Kurenaido", sans-serif;
  min-width: 145px;
}

.wf_lic_お知らせ .wf_blog_li_date:before {
  content: "お知らせ";
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: bold;
  background: #4ab0d8;
  border-radius: 100px;
  margin-right: 20px;
}

.wf_lic_あいりす新山下 .wf_blog_li_date:before {
  content: "あいりす新山下";
  background: #ffa91f;
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: bold;
  border-radius: 100px;
  margin-right: 20px;
}

.wf_lic_あいりす本牧 .wf_blog_li_date:before {
  content: "あいりす本牧";
  background: #ff7b8e;
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: bold;
  border-radius: 100px;
  margin-right: 20px;
}

.wf_lic_キッズバディ本牧 .wf_blog_li_date:before {
  content: "キッズバディ本牧";
  background: #7f59a5;
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: bold;
  border-radius: 100px;
  margin-right: 20px;
}

.wf_lic_ここキッズ（学童） .wf_blog_li_date:before {
  content: "ここキッズ（学童）";
  background: #006db8;
  font-size: 14px;
  line-height: 1;
  color: white;
  font-weight: bold;
  border-radius: 100px;
  margin-right: 20px;
}

@media (max-width: 768px) {
  .list_dot li:before {
    top: 11px;
  }
}
@media (max-width: 768px) {
  .wide_btn.btn_wrap a {
    margin-top: 15px;
  }
  .wide_btn2.btn_wrap a {
    margin-top: 15px;
  }
}
body:not(.page_edit) .sec_slider_img {
  overflow: hidden;
  margin-top: -188px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider_img {
    margin-top: -83px;
  }
}
body:not(.page_edit) .sec_slider_img .slider_wrap {
  margin: 0;
  animation: loopslider 110s linear infinite;
  display: flex;
  width: 7200px;
  height: 100%;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider_img .slider_wrap {
    width: 2880px;
  }
  body:not(.page_edit) .sec_slider_img .slider_wrap .column {
    padding: 5px;
  }
}
@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3600px);
  }
}
@media (max-width: 768px) {
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1440px);
    }
  }
}
body:not(.page_edit) .sec_slider_img .slider_wrap .column:nth-child(2n) {
  margin-top: 70px;
}

@media (max-width: 768px) {
  body:not(.page_edit) .sec_slider_img .slider_wrap .column:nth-child(2n) {
    margin-top: 30px;
  }
}
body:not(.page_edit) .sec_slider_img .slider_wrap .column img {
  border-radius: 72% 55% 76% 52%/51% 43% 52% 78%;
}

body:not(.page_edit) .sec_slider_img .slider_wrap .column:nth-child(2n) img {
  border-radius: 30% 61% 48% 77%/69% 45% 80% 44%;
}

@media (min-width: 769px) {
  .sec_recruitment {
    margin-top: -30px;
  }
}
.under .h2_title_wrap.rec_bg {
  max-width: 96%;
  margin: 0 auto;
  background: url(/images/recruitment_img001.jpg) no-repeat center center/cover;
  padding: 340px 0 80px;
border-radius: 20px;
}
@media (max-width: 768px) {
  .under .h2_title_wrap.rec_bg {
    padding: 100px 0 40px;
  }
}
.under .h2_title_wrap .main_title {
  font-size: 55px;
  color: #fff;
}
@media (max-width: 768px) {
  .under .h2_title_wrap .main_title {
    font-size: 35px;
  }
}
.under .h2_title_wrap.rec_bg .inner h2 .img_span img{
filter: drop-shadow(0 0 8px rgba(0, 0, 0));
}
.under .h2_title_wrap .main_sub_title {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  color: #fff;
  margin-top: 30px;
  text-shadow: 0px 0px 8px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .under .h2_title_wrap .main_sub_title {
    font-size: 16px;
  }
}
.under h3.color_b {
  color: #004aad;
}
@media (min-width: 769px) {
  .under .status_box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (min-width: 769px) and (max-width: 1000px) {
  .under .status_box {
    gap: 20px;
  }
}
.under .status_box .status_title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px;
}
.under .status_box .column {
  border: solid 1px #303030;
  padding: 20px;
text-align: center;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .under .status_box .column {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
    flex: none;
  }
}
@media (max-width: 768px) {
  .under .status_box .column:not(:last-child) {
    margin-bottom: 20px;
  }
}
.under .wide_wrap .inner {
  max-width: 1400px !important;
  width: 1400px !important;
}
@media (max-width: 1420px) {
  .under .wide_wrap .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94% !important;
    float: none;
  }
}
.under .wide_wrap2 .inner {
  max-width: 1600px !important;
  width: 1600px !important;
}
@media (max-width: 1620px) {
  .under .wide_wrap2 .inner {
    margin-left: auto;
    margin-right: auto;
    width: 94% !important;
    float: none;
  }
}
.under .wide_wrap2.mt_rec {
  margin-top: 100px !important;
}
@media (max-width: 768px) {
  .under .wide_wrap2.mt_rec {
    margin-top: 30px !important;
  }
}
.under .border_box {
  border: solid 1px #303030;
  padding: 2em;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2 !important;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .under .border_box {
    font-size: 14px;
    padding: 1em;
  }
}
@media (min-width: 769px) {
  .under .int_box .is-5 {
    padding-right: 50px;
  }
}
.under .int_box .is-7 {
  background: #fff;
  border-radius: 80px;
  padding: 50px 60px;
}
@media (max-width: 768px) {
  .under .int_box .is-7 {
    border-radius: 15px;
    padding: 30px 15px;
    text-align: left;
  }
}
.under .int_box .is-7 .int_title {
  color: #6474b6;
  font-size: 22px;
  margin: 0 0 17px;
font-weight: bold;
}
@media (max-width: 768px) {
  .under .int_box .is-7 .int_title {
    font-size: 17px;
    text-align: left;
  }
}
.under .int_box .is-7 .int_title:not(:first-child) {
  margin-top: 40px;
}
.under .int_box .name {
  color: #838383;
  text-align: right;
}
@media (max-width: 768px) {
  .under .int_box .name {
    margin: 0 0 25px;
  }
}
@media (min-width: 769px) {
  .under .int_box.reverse {
    flex-direction: row-reverse;
  }
  .under .int_box.reverse .is-5 {
    padding-left: 50px;
    padding-right: 0;
  }
}
.under .rec_b_bg {
  background: #ebf7ff;
  margin: 0 auto !important;
}
@media (max-width: 768px) {
  .under .rec_b_bg {
    padding-bottom: 30px;
  }
}
.under .rec_b_bg h3 {
  margin-bottom: 0 !important;
  padding-bottom: 50px !important;
}
@media (max-width: 768px) {
  .under .rec_b_bg h3 {
    margin-top: 0 !important;
    padding-bottom: 35px !important;
  }
}
.under .rec_b_bg.end {
  padding-bottom: 100px !important;
}
@media (max-width: 768px) {
  .under .rec_b_bg.end {
    padding-bottom: 50px !important;
  }
}



@media (min-width: 769px) {
.under .recruiting_box .is-5 {
  width: 55%;
}
.under .recruiting_box .is-7 {
  position: relative;
width: 45%;
}
  
  .under .recruiting_box .is-7 .recruiting_box_inner {
    background: #fff;
    border-radius: 20px;
    padding: 3em 2em;
    width: 100%;
        box-sizing: border-box;
  }
  .under .recruiting_box .is-7 .recruiting_box_inner .recruiting_box_title {
    color: #6474b6;
    font-size: 26px;
    margin: 0 0 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
line-height: 1.32;
  }
}
@media (max-width: 768px) {
  .under .recruiting_box .is-7 .recruiting_box_inner .recruiting_box_title {
    color: #6474b6;
    font-size: 20px;
    margin: 10px 0 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
@media (min-width: 769px) {
  .under .recruiting_box .reverse {
    flex-direction: row-reverse;
  }
  
}

@media (min-width: 769px) {
  .under .recruiting_box .reverse .is-7 .recruiting_box_inner .recruiting_box_title {
    color: #6474b6;
    font-size: 26px;
    margin: 0 0 17px;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
}
.under .flow_box_outer {
  gap: 20px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .under .flow_box_outer {
    gap: 40px 20px;
  }
}
.under .flow_box_outer .column {
  border: solid 1px #303030;
  padding: 3em 10px;
  text-align: center;
  position: relative;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 769px) and (max-width: 1000px) {
  .under .flow_box_outer .column {
    width: 100%;
    max-width: calc((100% - 20px) / 2);
    flex: none;
  }
}
@media (max-width: 768px) {
  .under .flow_box_outer .column {
    padding: 2.5em 10px;
  }
  .under .flow_box_outer .column:not(:last-child) {
    margin-bottom: 40px;
  }
}
.under .flow_box_outer .column::after {
  content: "1";
  position: absolute;
  font-size: 24px;
  top: -25px;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  background: #56b48c;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.under .flow_box_outer .column:nth-child(2)::after {
  content: "2";
}
.under .flow_box_outer .column:nth-child(3)::after {
  content: "3";
}
.under .flow_box_outer .column:nth-child(4)::after {
  content: "4";
}

.recruitment_page {
  background: #fafafa !important;
}
.under .wide_wrap2.mt_rec.end {
  margin-bottom: 100px !important;
}
@media ( max-width : 768px ) {
  .under .wide_wrap2.mt_rec.end {
    margin-bottom: 50px !important;
  }
}
.under .int_box .enji_text_title {
  color: #ff66c4;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 30px;
  font-family: "Zen Kurenaido", sans-serif;
}
.under .int_box .enji_text_title.c002 {
  color: #8c52ff;
}
.under .int_box .enji_text_title.c003 {
  color: #49a3d9;
}
.under .int_box .enji_text_title.c004 {
  color: #ff66c4;
}
.under .int_box .enji_text {
  display: flex;
}
@media (max-width: 768px) {
  .under .int_box .enji_text {
    display: block;
  }
}
.under .int_box .enji_text_box {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  font-weight: bold;
color: #4457a7;
text-align: left;
}
@media (max-width: 1200px) {
  .under .int_box .enji_text_box {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .under .int_box .enji_text_box {
    margin-bottom: 20px;
text-align: left;
  }
}
.under .int_box .enji_text img {
  max-width: 185px;
}
.wide_btn a{
  max-width: 400px;
}
.recruitment_page #header{
  background: #fafafa !important;
}
@media (min-width: 769px) {
  .under .recruiting_box .is-7.no5::after {
    background: url(/images/rec_s_img007) no-repeat center center / cover;
  }
}
.under.recruitment_page .wf_bread_ul {
  max-width: 1425px;
}
@media ( max-width : 768px ) {
  .under .h2_title_wrap.rec_bg img{
    max-width: 200px;
  }
}
@media ( max-width : 1350px ) {
  .under .int_box .enji_text {
    display: block;
  }
}
.under.recruitment_page h5{
color: #004aad;
}
.recruitment_page .accordion-area {
  max-width: 1200px;
}
.wide_btn3.btn_wrap a {
  max-width: 100%;
  background: #006db8;
  border-color: #006db8;
}
.wide_btn3.btn_wrap a:hover {
  background: #0180d4;
  border-color: #0180d4;
  color: #fff;
}
.ofi_box img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.under .recruiting_box .columns {
  align-items:center;
}
/*# sourceMappingURL=index.css.map */